/* Please don't change the CSS file directly. */
/* The source file is at /static/scss/orange/orange.scss */
/* all changes should be made there */
/* Direct changes to CSS will be overwritten */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,800,700,600);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
html,
body {
  height: 100%; }

#wrap {
  height: auto !important;
  margin-bottom: -354px;
  min-height: calc(100vh - 356px); }

#push {
  height: 354px; }

#footer {
  height: 356px;
  position: relative; }

#form-field-container {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
#asv-logo {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
#asv-logo a img {
  height: 100px;
  width: auto;
}
.sub-footer-text {
    position: absolute;
	height: 100px;
	line-height: 100px;
	width: 100%;
}
.sub-footer-text-left {
    text-align: left;
}
.sub-footer-text-right {
    text-align: right;
}
.form-fields-error-message {
  font-size: 16px;
  display: none;
  color: #FF693C;
}
.firewall-icon {
    height: 50px;
    width: auto;
}
.pci-program-image-sizing {
	height: auto;
	width: 600px;
}

/* IE Styles */
.ie .banner-txt-wrapper {
  z-index: 99;
  top: 295px; }

.ie .navbar-toggle {
  display: none; }

.ie .cta-box {
  width: 330px;
  margin: 0 auto;
  display: inline; }

.ie .fl-left, .ie .fl-right {
  display: inline; }

.ie .col-sm-1, .ie .col-sm-2, .ie .col-sm-3, .ie .col-sm-4, .ie .col-sm-5, .ie .col-sm-6, .ie .col-sm-7, .ie .col-sm-8, .ie .col-sm-9, .ie .col-sm-10, .ie .col-sm-11 {
  float: left !important;
  display: inline !important; }

.ie .col-sm-6 {
  width: 50%; }

.ie .col-sm-4 {
  width: 33.33333333333333% !important; }

.ie .col-sm-2 {
  width: 18.666666666666664%; }

.ie .home-cta {
  width: 960px;
  margin: 0 auto !important; }

.ie .footer-narrow {
  width: 15%;
  float: left; }

.ie .hipaa-cta, .ie .careers-cta {
  background: url(/static/img/orange/trans-white-bg.png); }

.ie .navbar-header {
  float: left; }

.ie .navbar-nav {
  float: right;
  margin-top: 9px; }

.ie .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.ie .nav:before, .ie .nav:after {
  display: table;
  content: " "; }

.ie .navbar-collapse {
  width: auto;
  border-top: 0;
  box-shadow: none; }

.ie .navbar-collapse.collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important; }

.ie .navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }

.ie .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

.ie .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.ie .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }

.ie .dropdown {
  float: left;
  display: inline; }

.ie .nav > li > a {
  padding: 10px 20px 25px;
  margin-top: 5px;
  font-weight: normal; }

/* Base Styles */
body {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 16px; }

h1 {
  font-family: "Roboto", Helvetica, sans-serif;
  font-weight: 300;
  color: #5f5f5f;
  font-size: 222%;
  text-transform: capitalize; }

h2 {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 300;
  color: #5f5f5f; }

p {
  margin: 0 0 20px; }

a {
  text-decoration: none;
  font-weight: bold; }

a:hover {
  text-decoration: none; }

.fancybox-lock body {
  overflow: visible !important; }

/* Menu Button Styles */
.menu-btn {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  display: block;
  position: fixed;
  cursor: pointer;
  z-index: 202;
  top: 10px;
  left: 10px;
  transition: all 0.4s cubic-bezier(0.3, -0.2, 0.3, 1.2);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.menu-btn .menu-lines,
.menu-btn .menu-lines:before,
.menu-btn .menu-lines:after {
  transition: all 0.65s cubic-bezier(0.3, -0.2, 0.35, 1.2); }

.menu-btn .menu-lines {
  height: 2px;
  width: 16px;
  background: #FFF;
  position: relative;
  display: block;
  top: 17px;
  margin: 0 auto; }

.menu-btn .menu-lines:before {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 2px;
  top: -5px;
  background: #FFF; }

.menu-btn .menu-lines:after {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 2px;
  top: 5px;
  background: #FFF; }

.menu-btn.menu-blue .menu-lines,
.menu-btn.menu-blue .menu-lines:before,
.menu-btn.menu-blue .menu-lines:after {
  background: #42A5F5; }

.menu-btn.close-menu {
  /*box-shadow: 0 0 5px rgba(0,0,0,0.2);*/ }

.menu-btn.close-menu .menu-lines {
  background: #FFF; }

.menu-btn.close-menu .menu-lines:before {
  top: 0;
  background: #2196F3;
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg); }

.menu-btn.close-menu .menu-lines:after {
  top: 0;
  background: #2196F3;
  transform: rotate(-315deg);
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  -o-transform: rotate(-315deg); }

.menu-btn .ie8-close-image {
  display: none; }

/* SM Logo Styles */
.brand.sm-logo-container {
  position: fixed;
  top: 0;
  z-index: 102;
  margin: 10px 65px; }

.brand,
.drawer-logo-container .brand {
  padding: 0px;
  margin-left: 65px;
  width: 250px;
  position: fixed;
  top: 10px; }

.brand img,
.drawer-logo-container .brand img {
  height: 40px;
  /* some versions of IE set the width really high */
  width: 210px; }

.brand img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

/* Navbar Button Styles */
.contact-header {
  display: block;
  height: 60px;
  margin-bottom: 80px;
  width: 100%;
  background: #1976D2; }

h1.contact-head.txt-center {
  padding-bottom: 20px; }

.contact-area {
  width: 570px; }

.contact-area a {
  margin: 20px 0; }

.contact-section {
  margin-bottom: 20px; }

.contact-section-ul {
  margin-bottom: 0px; }

.navbar-button-container {
  position: fixed;
  top: 14px;
  right: 15px;
  height: 30px;
  line-height: 30px;
  z-index: 200; }

.login-button,
.sign-up-button {
  background: white;
  height: 30px;
  padding: 0 15px;
  cursor: pointer;
  margin-left: 15px;
  border-radius: 15px;
  font-size: 12px;
  float: left; }

.list-spacing {
  margin-bottom: 20px; }

/* Header Call to Action Banner Styles */
.header-cta-container {
  width: 100%;
  position: fixed;
  top: 60px;
  height: 60px;
  perspective: 7000px; }
  .header-cta-container .header-cta-content {
    background: #2196f3;
    text-align: center;
    color: white;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 60px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transform-origin: center top;
    transform-style: preserve-3d;
    transform: rotateX(-90deg);
    transition: all 0.25s cubic-bezier(0.2, -0.5, 0, 0); }
    .header-cta-container .header-cta-content .header-cta-text-and-button {
      display: inline-block; }
    .header-cta-container .header-cta-content .header-cta-text {
      display: inline-block;
      margin: 0 10px; }
    .header-cta-container .header-cta-content a {
      background: #ffffff;
      color: #2196f3;
      padding: 0 15px;
      height: 40px;
      line-height: 40px;
      display: inline-block;
      border-radius: 40px;
      margin: 0 10px;
      font-weight: 500; }
    .header-cta-container .header-cta-content .dismiss-cta {
      display: inline-block;
      width: 24px;
      height: 24px;
      text-align: center;
      border-radius: 24px;
      position: absolute;
      top: 18px;
      right: 18px;
      cursor: pointer; }
      .header-cta-container .header-cta-content .dismiss-cta img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .header-cta-container .header-cta-content.header-cta-visible {
      transform: rotateX(0deg);
      transition: all 0.5s cubic-bezier(0, 0, 0, 1.75); }

/* Nav Drawer and Mask Styles */
.menu-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  opacity: 0;
  z-index: 200;
  visibility: hidden;
  transition: all 0.25s ease; }

.mask-active {
  visibility: visible;
  opacity: 0.75; }

.nav-drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  min-height: 100%;
  right: 102%;
  width: 350px;
  max-width: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background: white;
  display: block;
  transition: all 0.5s cubic-bezier(0.3, -0.2, 0.3, 1.2);
  z-index: 201;
  box-shadow: 3px 0 7px rgba(0, 0, 0, 0.05);
  padding-top: 64px;
  font-family: "Roboto"; }

.nav-drawer-open {
  max-width: 350px;
  right: calc(100% - 300px); }

.drawer-logo-container {
  overflow: hidden;
  max-width: 0;
  width: 350px;
  padding: 10px 0;
  height: 60px;
  position: fixed;
  background: white;
  left: -50px;
  padding-left: 50px;
  transition: all 0.5s cubic-bezier(0.3, -0.2, 0.3, 1.2);
  z-index: 202;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); }

.drawer-logo-open {
  max-width: 350px; }

.drawer-logo-container .brand.fill-logo {
  position: absolute;
  z-index: 100;
  margin-left: 65px;
  top: 10px; }

.drawer-logo-container .brand.fill-logo img {
  width: 210px;
  height: 40px; }

.nav-drawer hr {
  margin: 0; }

.orange-btn, .orange-btn:hover {
  background: #FFA000;
  color: #fff !important;
  text-decoration: none;
  display: block; }

.fl-left {
  float: left; }

.fl-right {
  float: right; }

.txt-right {
  text-align: right; }

.txt-center {
  text-align: center; }

.txt-left {
  text-align: left; }

.clear {
  clear: both; }

.italic {
  font-style: italic; }

.normal {
  font-weight: normal; }

.v-div {
  background: url(/static/img/orange/bg_v_divider.jpg) top center repeat-y; }

.txt-left {
  text-align: left; }

.txt-right {
  text-align: right; }

.container {
  max-width: 960px !important; }

.content-gray {
  background: #e5e5e5;
  padding: 4em 15px; }

.content-white {
  background: #fff;
  padding: 4em 15px; }

.h-div {
  padding: 25px 0;
  width: 100%;
  clear: both; }

.checklist {
  list-style-image: url(/static/img/orange/icon_checkmark.png); }

.checklist li {
  margin: 10px 0;
  line-height: 100%;
  padding: 0 0 0 15px; }

.relative {
  position: relative; }

.pager-div {
  width: 90px;
  margin: 0 auto; }

.pagers {
  position: absolute;
  bottom: 0;
  z-index: 10; }

.pagers a {
  font-size: 40px;
  color: #2196f3;
  text-decoration: none;
  margin-left: 4px; }

.pagers a.activeSlide {
  color: #fff; }

.pager-div .quote-pagers a.activeSlide {
  color: #aeaeae; }

.pager-div .quote-pagers a {
  font-size: 40px;
  color: #e4e4e4;
  text-decoration: none;
  margin-left: 4px; }

.pager-div .quote-pagers-1 a.activeSlide {
  color: #aeaeae; }

.pager-div .quote-pagers-1 a {
  font-size: 40px;
  color: #e4e4e4;
  text-decoration: none;
  margin-left: 4px; }

/*Header & Nav Styles*/
#header {
  width: 100%;
  height: 70px;
  position: absolute;
  z-index: 999; }

#header .container {
  max-width: 100% !important;
  padding: 0; }

#main-nav {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: right; }

#main-nav li {
  float: left;
  margin: 0 0 0 14px;
  padding: 0; }

#main-nav li a, #main-nav li a:hover {
  display: block;
  text-decoration: none;
  line-height: 22px;
  margin: 19px 0;
  padding: 5px 10px;
  font-family: "Roboto", Helvetica, sans-serif;
  color: #000; }

#main-nav li a.orange-btn, #main-nav li a.orange-btn:hover, a.orange-btn:active a.orange-btn:visited, a.orange-btn:focus {
  padding: 5px 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none; }

#collapse-btn.orange-btn {
  display: none;
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin: 19px 0;
  float: right; }

/*Banner Styles*/
#banner {
  position: relative; }

#banner-hp {
  position: relative; }

#banner-rotate {
  width: 100% !important;
  position: relative;
  overflow: hidden;
  margin: 0 !important;
  z-index: 5; }

#banner-rotate-hp {
  width: 100% !important;
  position: relative;
  overflow: hidden;
  margin: 0 !important;
  z-index: 5; }

#banner-slide-1 {
  background-image: url('/static/img/orange/PCI banner_1600x545.jpg');}

#banner-slide-2 {
    background-image: url('/static/img/orange/2017-PCI-Guide-banner1.jpg');}

#banner-slide-3 {
  background-image: url('/static/img/orange/2018-hipaa-guide-banner.jpg');
  }

#banner-slide-4 {
    background-image: url('/static/img/orange/panscan-banner.jpg');}

.banner-img {
  padding: 0 !important;
  min-width: 100%;
  width: auto;
  max-width: none;
  max-height: 100vh; }

/* Home Page Image Container - urls are set through a style tag in HTML to be more readable */
.image-container {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.banner-img-inner {
  padding: 0 !important;
  width: 100% !important;
  width: 100% !important; }

.grey-box {
  position: relative;
  display: block;
  width: 100%;
  height: 450px;
  background-color: #5a5a5a;
  overflow: hidden;
  padding: 0;
  margin: 0 !important; }

.img-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0;
  margin: 0 !important;
  min-height: 100%;
  bottom: 0; }

.banner-txt-wrapper {
  font-size: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%; }

.banner-txt {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 99;
  padding: 0;
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.55) 100%);
  background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.55) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.55) 100%);
  font-family: "Roboto", Helvetica, sans-serif; }

.banner-txt:before {
  content: '';
  display: inline-block;
  background: red;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */ }

#banner-hp .banner-txt:before {
  display: none; }

.no-btn-banner-txt {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 99;
  font-family: "Roboto", Helvetica, sans-serif;
  top: 50%;
  margin-top: -72px; }

.no-btn-banner-txt h1 {
  font-size: 34px;
  color: #fff;
  font-family: "Roboto", Helvetica, sans-serif; }

.hipaa .no-btn-banner-txt h1 {
  font-size: 300%;
  color: #fff;
  position: relative;
  top: 0 !important; }

.hipaa .no-btn-banner-txt h2 {
  font-size: 175%;
  color: #fff;
  font-family: "Roboto", Helvetica, sans-serif; }

.no-caps {
  text-transform: none; }

.banner-txt h1 {
  font-size: 300%;
  color: #fff; }

.hipaa .banner-txt h1 {
  font-size: 300%;
  color: #fff;
  font-family: "Roboto", Helvetica, sans-serif; }

.hipaa .banner-txt h2 {
  font-size: 175%;
  color: #fff;
  font-family: "Roboto", Helvetica, sans-serif; }

.hipaa-cta .txt-center-banner h2 {
  color: #ffffff; }

.hipaa-cta {
  font-size: 80%;
  margin: 0 auto;
  width: 950px;
  height: 100%;
  position: relative;
  padding: 25px; }

.hipaa-cta:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */ }

.hipaa-cta .cta-content {
  display: inline-block;
  vertical-align: middle;
  width: 300px; }

.hipaa-cta-product {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  font-size: 80%; }

.txt-center-banner {
  font-size: 120%;
  display: inline-block;
  vertical-align: middle; }

.txt-center-banner .banner-quote {
    font-size: 24px;}

.txt-center-banner .banner-quote-source {
    font-size: 18px;}

.grey-box .txt-center-banner {
  font-size: 120%; }

.txt-center-banner-mobile {
  font-size: 120%; }

.txt-center-banner-call-center {
  font-size: 120%; }

.txt-center-banner-large {
  font-size: 100%; }

.txt-center-banner h3 {
    font-size: 24px; }

.txt-center-banner p {
    font-size: 18px;
}

.hipaa-cta .cta-content {
  width: 100%; }

.cta-btn {
  border-radius: 30px; }

.hipaa-cta .cta-content .cta-btn {
  display: block;
  background: #2196f3;
  color: #fff;
  line-height: 38px;
  margin-top: 10px;
  font-style: normal;
  text-shadow: none;
  font-weight: normal; }

#risk-analysis a {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 36px !important;
  color: #5f5f5f;
  font-weight: 300; }

#meaningful-use a {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 36px !important;
  color: #5f5f5f;
  font-weight: 300;
  font-size: 2em; }

.banner-txt .cta {
  display: inline-block;
  font-size: 16px;
  border-radius: 30px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  max-width: 160px;
  margin: 30px auto;
  background: #FFA000;
  padding: 7px 24px;
  cursor: pointer;
  font-weight: normal;
  text-shadow: none; }

.banner-txt .cta-large {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  max-width: 400px;
  margin: 30px auto;
  background: #FFA000;
  padding: 7px 15px;
  cursor: pointer;
  font-weight: normal;
  text-shadow: none;
  border-radius: 30px;
  line-height: 30px;
  font-size: 16px; }

.banner-txt .cta-product,
.banner-txt .cta-product-large {
  display: inline-block;
  font-size: 16px;
  border-radius: 30px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  margin: 30px auto;
  background: #FFA000;
  padding: 7px 24px;
  cursor: pointer;
  font-weight: normal;
  text-shadow: none; }

.banner-txt .cta-product-mobile {
  display: block;
  width: 50%;
  float: left;
  margin-left: 15%;
  margin-right: auto;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  max-width: 220px;
  margin-top: -20px;
  background: #2196f3;
  padding: 7px 15px;
  cursor: pointer;
  font-weight: 300;
  text-shadow: none; }

img.mobile-btn {
  padding-right: 7px; }

.fl-right-mobile {
  float: right;
  margin-right: 15%;
  margin-left: auto;
  margin-top: 2px; }

.mobile-store-icons {
  margin-top: 20px; }

#banner-prev {
  position: absolute;
  top: 55%;
  left: 15px;
  z-index: 10; }

#banner-next {
  position: absolute;
  top: 55%;
  right: 15px;
  z-index: 10; }

.careers-cta {
  width: 358px;
  font-size: 90%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  padding: 25px;
  font-style: italic; }

.careers-cta .cta-btn {
  display: block;
  background: #2196f3;
  color: #fff;
  font-style: normal;
  line-height: 38px;
  margin-top: 10px;
  text-shadow: none;
  font-weight: normal; }

.hp-h2 {
  font-size: 175%;
  color: #fff;
  position: relative;
  top: 0 !important; }

.mobile-video-controls {
  display: none; }

.no-vid-copy {
  font-size: 18px; }

a.request-btn {
  background: #2196f3;
  color: #fff !important;
  line-height: 38px;
  margin-top: 10px;
  font-style: normal;
  text-shadow: none;
  font-weight: normal;
  padding: 0 11px;
  display: inline-block; }

#lc-vid {
  width: 529px;
  height: 523px; }

/*CTA Boxes*/
#cta-boxes {
  background: #e5e5e5;
  padding: 43px 0 64px; }

.cta-box {
  text-align: center;
  padding: 0;
  margin: 28px 0 26px 0; }

.cta-box .cta {
  position: relative;
  margin: 0 5px;
  background: #fff;
  box-shadow: 0 1px 2px 0 #c6c6c6;
  padding: 15px 15px 30px 15px;
  height: 190px !important; }

.cta-box .cta .img-responsive {
  max-width: 59px;
  margin: 0 auto 15px auto; }

.img-responsive-button {
  padding-right: 10px; }

#cta-boxes .cta-box h2, #cta-boxes .cta-box h3 {
  font-weight: normal;
  text-align: center;
  margin: 5px; }

.cta-box h2 {
  color: #000;
  font-size: 22px; }

.cta-box h3 {
  color: #5a5a5a;
  font-size: 16px;
  font-style: italic; }

.cta-box .cta .button {
  width: 100%;
  bottom: 15px;
  left: 0; }

.cta-box .cta .cta-btn {
  position: relative;
  background: #2196f3;
  display: block;
  text-align: center;
  max-width: 120px;
  color: #fff;
  line-height: 30px;
  margin: 12px auto 0;
  text-decoration: none;
  font-weight: normal; }

/*Logo Banner*/
#logo-banner {
  position: relative;
  background: #2196f3;
  padding: 0 71px; }

#logo-banner-career {
  position: relative;
  background: #ffffff;
  width: 100%;
  overflow: hidden; }

#logo-banner-prev {
  position: absolute;
  display: block !important;
  left: 15px;
  top: 50%;
  margin-top: -20px;
  z-index: 1; }

#logo-banner-prev img {
  position: relative; }

#logo-banner-next {
  position: absolute;
  display: block !important;
  right: 15px;
  top: 50%;
  margin-top: -20px;
  z-index: 1; }

#logo-banner-next img {
  position: relative; }

#logo-rotate {
  position: relative;
  display: 0;
  overflow: hidden;
  max-width: 960px; }

#logo-rotate img {
  width: 25%;
  height: auto;
  float: left;
  max-width: 240px; }

#logo-rotate-career {
  position: relative;
  display: 0;
  overflow: hidden;
  max-height: 400px;
  margin-right: -600px;
  z-index: 0; }

#logo-rotate-career img {
  width: auto;
  height: 400px;
  float: left; }

#logo-rotate .logo-group {
  display: none;
  position: absolute;
  top: 0;
  left: 0; }

#logo-rotate .logo-group.current {
  position: relative; }

#logo-rotate-career .logo-group {
  display: none;
  position: absolute;
  top: 0;
  left: 0; }

#logo-rotate-career .logo-group.current {
  position: relative; }

.logo-no-nav {
  margin-top: 20px; }

/*Social Buttons*/
.fusion-social-networks {
  overflow: hidden;
  text-align: center;
  width: 350px;
  bottom: 0;
  height: 60px;
  background: white;
  position: fixed;
  padding-left: 50px; }
  .fusion-social-networks .fusion-social-network-icon {
    display: inline-block; }
    .fusion-social-networks .fusion-social-network-icon:hover {
      opacity: 0.8; }
    .fusion-social-networks .fusion-social-network-icon:before {
      color: inherit; }
  .fusion-social-networks.boxed-icons .fusion-social-networks-wrapper {
    margin: 0 -5px; }
  .fusion-social-networks.boxed-icons .fusion-social-network-icon {
    margin: 0 5px;
    padding: 8px;
    background-color: #46494A;
    border: none;
    border-radius: 3px;
    background-clip: inherit;
    color: #fff; }

a.fusion-social-network-icon.fusion-tooltip.fusion-facebook.fusion-icon-facebook {
  background: url(/static/img/orange/facebook.png) center no-repeat;
  width: 35px;
  height: 35px;
  background-size: 20px; }

a.fusion-social-network-icon.fusion-tooltip.fusion-twitter.fusion-icon-twitter {
  background: url(/static/img/orange/tt.png) center no-repeat;
  width: 35px;
  height: 35px;
  background-size: 20px; }

a.fusion-social-network-icon.fusion-tooltip.fusion-linkedin.fusion-icon-linkedin {
  background: url(/static/img/orange/linkedin.png) center no-repeat;
  width: 35px;
  height: 35px;
  background-size: 15px; }

a.fusion-social-network-icon.fusion-tooltip.fusion-youtube.fusion-icon-youtube {
  background: url(/static/img/orange/you_tube.png) center no-repeat;
  width: 35px;
  height: 35px;
  background-size: 20px; }

a.fusion-social-network-icon.fusion-tooltip.fusion-google-plus.fusion-icon-google-plus {
  background: url(/static/img/orange/Google.png) center no-repeat;
  width: 35px;
  height: 35px;
  background-size: 20px; }

/*Learning Center*/
.learning {
  max-width: 1060px !important;
  padding-right: 0 !important; }

.learning-banner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.25));
  background: -linear-gradient(top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.25));
  font-size: 80%; }

.learning-banner .txt-center-banner {
  position: absolute;
  top: calc(50% - 70px);
  height: 140px;
  width: 100%;
  left: 0;
  right: 0; }

a .learning-banner:hover {
  background: rgba(0, 0, 0, 0.6); }

.learning-banner h2 {
  font-size: 150%;
  color: white;
  text-shadow: none; }

.learning-center-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("/static/img/orange/blog-post-banner.jpg"); }

.learn-btn {
  padding-top: 35px !important; }

.learn-btn:hover {
  background: rgba(0, 0, 0, 0.5); }

.cta-box .learn-btn:hover h2 {
  color: white !important; }

.learn-no-hover {
  background: rgba(0, 0, 0, 0.5) !important;
  padding-top: 35px !important;
  color: white !important; }

.learn-no-hover h2 {
  color: white !important; }

.cta-right {
  height: 360px;
  width: 250px;
  background: #FFA000;
  text-transform: uppercase;
  color: white;
  padding: 20px 20px 20px 25px; }

.cta-right-subscribe {
  height: auto;
  width: 250px;
  background: #FFA000;
  text-transform: uppercase;
  color: white;
  padding: 20px 20px 20px 25px; }

.cta-right h4 {
  font-weight: 300 !important;
  font-size: 26px !important;
  color: white; }

.cta-right p {
  font-weight: 300 !important;
  font-size: 16px !important;
  color: white;
  width: 205px; }

.email-input-container {
  border-radius: 5px;
  display: inline-block;
  width: 200px; }

.email-input {
  border: 0;
  border-radius: 2px;
  color: #666666;
  font-weight: bold;
  margin: 3px;
  padding: 12px;
  font: 16px Helvetica-Light, sans-serif;
  width: 195px; }

#thankyou-modal {
  width: 200px;
  height: auto;
  display: none; }

#thankyou-modal-learn {
  position: absolute;
  display: none; }

#thankyou-form {
  display: none; }

.thankyou-form-form-learn {
  width: 205px; }

.thankyou-form-form-learn h1 {
  color: #ffffff; }

.cta-submit {
  display: block;
  font-size: 18px;
  color: #fff;
  background-color: #FFA000;
  text-decoration: none;
  width: 195px;
  text-align: center;
  margin: 15px auto;
  padding: 7px 15px;
  cursor: pointer;
  border-radius: 2px;
  border: 2px solid #ffffff; }
  .cta-submit:hover {
    color: #FFA000;
    background-color: #ffffff; }

.thankyou-form {
  text-align: center;
  margin-top: 30px;
  font-weight: 200; }

.hidden-box {
  max-height: 0;
  overflow: hidden;
  transition: all .25s;
  display: inline-block; }

.see-more {
  font-weight: 300;
  font-size: 16px;
  color: #FFA000;
  text-transform: uppercase;
  text-align: right;
  display: block;
  margin: 0 15px 30px 0;
  padding-top: 5px; }

.see-more a {
  font-weight: 300;
  font-size: 16px;
  color: #FFA000;
  text-transform: uppercase;
  text-align: right;
  display: block;
  margin: 0 15px 30px 0; }

.see-more:hover {
  cursor: pointer;
  color: #dd7707; }

.see-less:hover {
  cursor: pointer;
  color: #dd7707; }

.see-less {
  font-weight: 300;
  font-size: 16px;
  color: #FFA000;
  text-transform: uppercase;
  text-align: right;
  display: none;
  margin: 0 15px 30px 0;
  padding-top: 5px; }

/*
.arrow-fix-learn {
    transition: all .25s;
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    max-height: 15px;
    position:relative;
    left:90px;
    margin-top: 20px;
}
*/
.learning-category {
  font-weight: 300;
  font-size: 16px;
  color: #FFA000;
  text-transform: uppercase;
  margin-top: 0;
  position: absolute;
  text-align: right;
  margin-left: -240px;
  width: 220px; }

.show-bg {
  padding: 0;
  margin-right: 0;
  font-size: 0;
  width: 100%; }

.float-left {
  float: left;
  margin: 0 10px 45px 0; }

.clear {
  clear: both; }

.box {
  height: 360px;
  width: 250px;
  -moz-box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.2); }

.box-resource {
  height: 310px;
  width: 220px;
  -moz-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.2); }

.inner-img-box-resource:hover {
  transition: all 0.2s ease-in-out;
  height: 200px; }

.inner-img-box-resource {
  height: 210px;
  width: 220px;
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
  transition: all 0.2s ease-in-out;
  background-color: #eeeeee; }

.inner-img-box {
  height: 250px;
  width: 250px;
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
  transition: all 0.2s ease-in-out;
  background-color: #E3F2FD; }

.inner-img-box:hover {
  transition: all 0.2s ease-in-out;
  height: 240px; }

.type-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 100px 0px inset; }

.bg-image {
  opacity: 0.7;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  transition: all 0.2s ease-in-out; }

@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  img.bg-image {
    position: static; }

  img.bg-image-resource {
    position: static; } }
@media screen\0 {
  img.bg-image-resource {
    width: 250px;
    height: auto; } }
.bg-image-resource {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  transition: all 0.2s ease-in-out; }

img.bg-image-resource {
  width: 250px;
  height: auto; }

.title-type {
  font-weight: 300;
  font-size: 14px;
  color: #757575;
  text-transform: uppercase;
  margin: 10px 10px 0 10px; }

.title-content {
  font-weight: 300;
  font-size: 18px;
  color: #397EC5; }

.box h3 {
  margin: 0 10px; }

.box-resource h3 {
  margin: 0 10px; }

.inner-img-box:hover ~ .title-content {
  color: #64B5F6; }

.inner-img-box-resource:hover ~ .title-content {
  color: #64B5F6; }

.title-content:hover ~ .inner-img-box {
  height: 240px; }

.title-content:hover ~ .inner-img-box-resource {
  height: 240px; }

.title-content:hover {
  color: #64B5F6; }

@media (max-width: 1400px) {
  .learning-category {
    position: static;
    margin-left: 0px;
    text-align: left; } }
/*Content*/
.content {
  position: relative; }

.content ul {
  list-style-image: url(/static/img/orange/icon_bluebullet.png); }

.content ul li {
  padding-left: 15px;
  margin: 1em 0; }

.content h1.heading {
  font-size: 222%;
  margin: 0;
  font-weight: 300; }

.heading-with-btn {
  font-size: 196% !important;
  margin: 0;
  font-weight: 300; }

.content h3.subheading {
  font-size: 106%;
  margin: 5px 0; }

.content h1, .content h2, .content h3, .content h4, .content h5 {
  font-family: "Roboto", Helvetica, sans-serif; }

.content h1 {
  font-size: 222%;
  color: #5f5f5f; }

.content h2 {
  font-size: 1.375em;
  color: #5f5f5f; }

.content h3 {
  font-size: 1.25em;
  color: #5f5f5f; }

.content h4 {
  font-size: 1em;
  color: #5f5f5f; }

#homepage-content {
  margin-top: 65px;
  margin-bottom: 65px;}

#homepage-content .content-left {
  float: left; }

#homepage-content .content-right {
  float: right; }

#homepage-content .title {
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 20px; }

#homepage-content .title h2 {
  font: normal 32px/32px 'Roboto', 'Open Sans', sans-serif;
  color: #5f5f5f;
  margin: 0;
  font-weight: 300; }

#homepage-content .title h4 {
  font: normal 16px/16px 'Roboto', 'Open Sans', sans-serif;
  color: #575757;
  margin: 5px 0; }

#homepage-content .quote {
  position: relative;
  margin-bottom: 40px;
  text-align: left !important; }

#homepage-content .quote h4 {
  font: 12px/20px 'Roboto', 'Open Sans', sans-serif;
  color: #6680ba;
  text-transform: uppercase;
  margin: 0; }

#homepage-content .post {
  position: relative;
  margin-bottom: 40px; }

#homepage-content .post h4 {
  font: normal 18px/20px 'Roboto', 'Open Sans', sans-serif;
  color: #313131;
  margin: 0; }

.book-cover {
  float: left;
  margin-right: 25px;
  margin-bottom: 20px; }

.content a {
  color: #2196f3; }

.lquote {
  position: absolute;
  display: block;
  top: -10px;
  left: -23px;
  height: 38px;
  width: 47px;
  background: url(/static/img/orange/icon_lquote.jpg) top left no-repeat;
  z-index: -1; }

.rquote {
  position: absolute;
  display: block;
  bottom: -10px;
  right: 0;
  height: 38px;
  width: 47px;
  background: url(/static/img/orange/icon_rquote.jpg) top left no-repeat;
  z-index: -1; }

.content-form {
  padding: 20px 12px;
  background: #f5f5f5;
  margin-top: -30px; }

.content-form h3 {
  font-size: 16px;
  margin: 0 0 5px 0;
  font-weight: 600; }

.content-form .txt-input {
  font-size: 12px;
  width: 90%;
  padding: 0;
  text-indent: 5px;
  height: 25px;
  border: 1px solid #e4e4e4;
  display: block;
  text-align: center;
  margin: 0 auto; }

.content-form .subscribe-btn {
  background: #2196f3;
  font-size: 14px;
  color: #fff;
  border: none;
  border-radius: 30px;
  height: 30px;
  width: 80%;
  display: block;
  margin: 5px auto;
  line-height: 30px;
  font-weight: normal;
  transition: background .25s; }

.content-form .subscribe-btn:hover {
  background: #3255A2;
  transition: background .25s; }

#quote-rotate {
  width: 100% !important;
  margin: 0 !important; }

.quote {
  width: 100% !important;
  text-align: center; }

#quote-pager {
  text-align: center;
  margin: 30px auto; }

#quote-pager span {
  font-size: 250%;
  text-decoration: none;
  color: #e4e4e4;
  cursor: pointer; }

#quote-pager span.cycle-pager-active {
  color: #aeaeae; }

table.styled {
  width: 100%;
  border-collapse: collapse;
  display: table !important; }

table.styled th {
  background: #2196f3;
  color: #fff;
  padding: 5px 30px; }

table.styled td {
  padding: 3px 30px;
  color: #474747; }

table.styled td.blank {
  padding: 0;
  line-height: 1; }

.mobile-div {
  max-width: 320px;
  padding: 5px 5px 5px 15px;
  margin: 10px auto;
  background: #e5e5e5; }

.underline {
  display: inline-block;
  clear: right;
  padding-right: 40px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e4e4e4; }

a.download-btn,
a.view-pricing-btn,
a.download-btn-watch,
a.download-btn-read {
  border-radius: 30px;
  padding: 0 20px;
  color: #FFF;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  background: #FFA000; }
  a.download-btn img,
  a.view-pricing-btn img,
  a.download-btn-watch img,
  a.download-btn-read img {
    position: relative;
    height: 24px;
    margin-right: -8px;
    top: -1px; }

input.quote-btn {
  border-radius: 30px;
  padding: 0 20px;
  color: #FFF;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  background: #2196f3;
  border: none; }
  input.quote-btn img {
    position: relative;
    height: 24px;
    margin-right: -8px;
    top: -1px; }

a.download-btn {
  text-decoration: none;
  margin-top: 9px;
  display: inline-block;
  font-weight: normal; }

a.view-pricing-btn {
  text-decoration: none;
  display: inline-block;
  font-weight: normal; }

input.quote-btn {
  text-decoration: none;
  display: inline-block;
  font-weight: normal; }

.content-gray-quote {
  padding: 150px 0; }

a.download-btn-watch {
  text-decoration: none;
  margin-top: 9px;
  display: inline-block;
  font-weight: normal; }

a.download-btn-read {
  text-decoration: none;
  margin-top: 9px;
  display: inline-block;
  font-weight: normal; }

.main-hr {
  width: 60%;
  height: 1px;
  background-color: #e4e4e4;
  margin: 10px auto 20px; }

.main-hr-pricing {
  width: 60%;
  height: 2px;
  background-color: #e4e4e4;
  margin: 10px auto 20px; }

.main-hr-dark {
  width: 60%;
  height: 1px;
  background-color: #5f5f5f;
  margin: 20px auto; }

.left-hr {
  width: 60%;
  height: 1px;
  background-color: #e4e4e4;
  margin: 10px 0 20px; }

.main-hr-contact {
  width: 80%;
  height: 1px;
  background-color: #e4e4e4;
  margin: 10px auto 20px; }

.left-hr-dark {
  width: 60%;
  height: 1px;
  background-color: #5f5f5f;
  margin: 20px 0; }

.r-links {
  float: left;
  margin: 0 0 20px;
  width: 166px;
  height: 245px;
  font-size: 12px;
  text-align: center;
  padding: 0 10px;
  font-weight: normal; }

.r-imgs {
  margin: 0 auto;
  width: 150px;
  display: block;
  margin-bottom: 15px;
  border: 1px solid #bfbfbf; }

.panel-body .career-btn {
  background: #2196f3 url(/static/img/orange/right-arrow.png) 95% center no-repeat;
  color: #fff !important;
  line-height: 38px;
  margin-top: 10px;
  font-style: normal;
  text-shadow: none;
  padding: 10px 40px 10px 20px; }

.panel-body .learn-btn {
  display: none; }

.privacy-examples {
  width: 75%; }

.termsofuse {
  padding: 20px;
  margin-top: 50px; }

.history {
  float: left;
  margin-bottom: 80px;
  position: relative;
  z-index: 99; }

.building-img {
  float: right;
  margin-left: 40px;
  width: 40% !important;
  margin-bottom: 20px; }

.expertise-list h1 {
  font-size: 175% !important; }

.top-reasons-list h1 {
  font-size: 175% !important;
  list-style-type: none;
  background: url(/static/img/orange/icon_bluebullet.png) no-repeat left center;
  padding-left: 30px;
  margin-left: -30px; }

ul.top-reasons-list {
  list-style-type: none; }

ul.top-reasons-list ul li {
  margin-top: 20px;
  list-style-type: circle !important;
  list-style-image: none; }

.top-reasons-list a {
  color: #2196F3; }

.top-reasons-list a:hover {
  color: #2196f3; }

.top-reasons-list h1 a {
  font-weight: normal; }

.top-reasons-list h5 {
  font-size: 20px; }

.bottom-margin {
  margin-bottom: 80px; }

.care {
  margin-top: 0 !important; }

.bio-img {
  float: left;
  margin-right: 30px;
  width: 156px;
  height: auto; }

.footer-narrow {
  width: 15%;
  float: left; }

.vr {
  width: 1px;
  height: 254px;
  background-color: #cacaca;
  float: left;
  margin: 0 37px; }

.dl-center {
  width: 46%;
  float: right; }

.hp-testimonials {
  width: 46%;
  float: left; }

.contact-list {
  width: 50%;
  margin: 30px auto 0;
  float: left; }

.contact-list h1 {
  font-size: 150%;
  margin: 0; }

.contact-list td {
  height: 80px; }

.contact-tables {
  width: 82%;
  margin: 0 auto; }

.compromised {
  display: block;
  text-align: center; }

.contact-btn {
  font-family: "Roboto", Helvetica, sans-serif;
  color: #5f5f5f;
  font-size: 150%;
  font-weight: 400;
  text-transform: capitalize;
  background: url(/static/img/orange/orange-arrow-box.jpg) no-repeat left center;
  background-size: auto 100%;
  padding-left: 50px;
  max-width: 350px;
  line-height: 30px;
  text-decoration: none; }
  .contact-btn:hover > .contact-sub-t {
    color: #5f5f5f; }

.contact-sub-t {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 70%;
  padding-left: 70px;
  display: block;
  font-weight: 300; }
  .contact-sub-t:hover {
    color: #5f5f5f; }

.tr-link {
  color: #2196f3 !important; }

.tr-list {
  text-align: left;
  width: 350px;
  margin: 30px auto 0; }

.process-photo {
  float: left;
  margin-right: 30px;
  width: 25%;
  margin-bottom: 30px; }

.mobilescan-txt {
  width: 60%;
  float: left; }

.self-assess-cta {
  background: url(/static/img/orange/list-o.png) #FFA000 4% center no-repeat;
  padding: 15px 0 15px 57px;
  position: relative;
  margin-bottom: 16px; }

.audit-cta {
  background: url(/static/img/orange/clipboard-o.png) #FFA000 4% center no-repeat;
  padding: 15px 0 15px 57px;
  position: relative;
  margin-bottom: 16px; }

.ba-cta {
  background: url(/static/img/orange/mag-o.png) #FFA000 4% center no-repeat;
  padding: 15px 0 15px 57px;
  position: relative; }

.pro-head {
  font-size: 20px;
  color: #fff !important;
  text-decoration: none !important;
  line-height: 8px; }

.pro-italic {
  font-style: italic;
  font-size: 14px;
  line-height: 8px; }

.big-right-arrow {
  position: absolute;
  right: 3%;
  top: 25%; }

.pro-head-btn {
  background-color: #FFA000;
  padding: 5px 10px;
  position: relative;
  margin-bottom: 5px; }

.pro-head-small {
  font-size: 16px;
  color: #fff !important;
  text-decoration: none !important;
  line-height: 8px;
  font-weight: normal !important; }

.pro-italic-small {
  font-style: italic;
  font-size: 12px;
  line-height: 8px;
  color: #fff !important;
  text-decoration: none !important; }

.pro-right-arrow {
  position: absolute;
  right: 3%;
  top: 32%; }

.font-10 {
  font-size: 10px !important; }

.pro-btns {
  width: 40%;
  float: left;
  padding-right: 15px; }

.pro-btns a {
  font-weight: normal !important; }

.pro-btns-50 {
  width: 50%;
  float: left;
  padding-right: 15px; }

.careers-head-section {
  text-align: left !important;
  width: 530px;
  float: right; }

.careers-head-section h1 {
  margin: 0 0 10px; }

.head-section-video {
  float: left;
  width: 41%; }

.head-with-video {
  text-align: left !important;
  width: 445px;
  float: right; 
  display: inline-block; 
  margin: auto 0px; }

.head-with-video h1 {
  margin: 0 0 10px; }

.responsive-product-video-text {
  display: inline-block;
  margin: auto 0px;
}
.wistia_responsive_padding {
  padding:56.25% 0 0 0;
  position:relative;
}
.wistia_responsive_wrapper {
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%;
}
.wistia_embed {
  height:100%;
  width:100%;
}

.hipaa-portal-description {
  padding-left: 30px; }

.hipaa-portal-description-right {
  padding-right: 30px;
  float: left; }

.browser-mockup-topbar {
  bottom-padding: 0;
  margin-left: -100px;
  width: 600px;
  height: auto; }

.browser-mockup-topbar-right {
  bottom-padding: 0;
  margin-right: -100px;
  float: right;
  width: 600px;
  height: auto; }

.hipaa-portal {
  margin-left: -100px;
  border: solid #d5d5d5 2px;
  width: 600px;
  height: auto; }

.hipaa-portal-right {
  margin-right: -100px;
  border: solid #d5d5d5 2px;
  width: 600px;
  float: right;
  height: auto; }

.img-bg {
  max-height: 500px; }

.img-bg p {
  color: white;
  width: 930px;
  margin-right: auto;
  margin-left: auto;
  font-size: 22px; }

.video-title {
  margin-top: 10px;
  margin-bottom: 0;
  text-transform: capitalize; }

.circle {
  height: 50px;
  width: 50px;
  border: 2px solid white;
  color: #fff;
  font-size: 26px;
  margin: 0 auto;
  line-height: 46px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  /*behavior: url(lib/PIE.htc);*/
  position: relative;
  font-weight: 300; }

.white-heading {
  color: #5f5f5f !important;
  text-align: left; }

.white-hr {
  width: 60%;
  height: 1px;
  background-color: #5f5f5f !important;
  margin: 20px 0; }

.white-list {
  list-style-type: bullet !important;
  display: block; }

.footer-newsletter {
  width: 221px;
  height: auto;
  float: right; }

.footer-newsletter h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Roboto", Helvetica, sans-serif; }

.footer-newsletter p {
  font-size: 12px; }

.mobile-btns {
  margin: 20px auto;
  width: 60%; }

.mobile-dl-btn {
  margin-right: 20px; }

.sub-head {
  font-size: 22px;
  margin: 0;
  text-align: center; }

.gold-award-txt {
  width: 50%;
  margin: 20px auto 10px; }

.banner-moblie-btns {
  margin-top: -15px; }

.cc-headers {
  font-size: 175% !important;
  font-weight: 300;
  text-transform: capitalize; }

.job-head {
  font-size: 20px; }

.panscan-version-table {
  text-align: center; }

/* PANscan Suite Features Table */
.panscan-accordian {
  display: none;
}

@media only screen and (max-width: 990px) {
  .panscan-accordian {
    display: inherit;
  }
  div.panscan-table {
    display: none;
  }
}
.panscan-table {
  width: 70%;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.panscan-table-header-row {
  display: table-header-group;
  font-size: 20px;
  text-transform: uppercase;
  width: 100%;
}
.panscan-versions {
  font-weight: 300;
  font-style: italic;
}
.panscan-table-header-cell {
  background-color: #FEC553;
  color: #fffefa;
  display: table-cell;
  padding: 10px;
  text-align: justify;
  text-align: center;
}
.panscan-table-body {
  display: table-row-group;
}
.panscan-table-row {
  display: table-row;
  width: 100%;
}
.panscan-table-row :nth-child(1) {
  text-align: left;
  padding-left: 5px;
  border-left: 0;
  width: 40%;
}
.panscan-table-cell {
  display: table-cell;
  color: #696969;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  border-width: 0 0 1px 1px;
  border-color : #CDCAC1;
  border-style: solid;
  padding: 2px;
  width: 135px;
}
.panscan-table-footer {
  display: table-footer-group;
  font-weight: bold;
  font-size: 16px;
}
.panscan-table-footer .panscan-table-cell {
  border: none;
  padding-top: 5px;
}
.panscan-table-cell button {
  min-width: 100px;
  height: 40px;
  padding: 0 15px 0 15px;
  font-family: Roboto;
  font-size: 16px;
  border-radius: 4px;
  background-color: #2196F3;
  color: #fffefa;
  border: none;
  margin-top: 15px;
}
  button.download-panscan {
  min-width: 100px;
  height: 40px;
  border: 2px solid #2196F3;
  border-radius: 4px;
  background-color: #fffefa;
  color: #2196F3;
}

/*Pricing Page*/
.main-box {
  width: 415px;
  border: 1px solid #EDEDED;
  display: inline-block;
  margin: 0px auto 20px auto;
  line-height: 1;
  padding-bottom: 20px;
  text-align: center; }

.main-box ul {
  text-align: left;
  list-style-image: url(/static/img/orange/orange-check-mark.png);
  padding-right: 10px; }

.main-box ul li {
  padding-left: 5px; }

.pro-price {
  font-size: 38px;
  color: #FFA000;
  font-weight: 300;
  margin-bottom: 10px; }

.pro-price-1 {
  font-size: 28px;
  color: #FFA000;
  font-weight: 300;
  margin-bottom: 10px; }

.top-box .small-text {
  font-size: 12px !important;
  font-style: italic !important;
  display: inline-block;
  text-align: center; }

.top-box {
  width: 415px;
  border: 1px solid #EDEDED;
  background-color: #f2f2f2;
  display: inline-block;
  text-align: center;
  padding-bottom: 20px; }

a.get-started-btn {
  background: #FFA000 center no-repeat;
  padding: 13px 25px 13px 25px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  margin-top: 9px;
  display: inline-block;
  font-weight: normal; }

a.view-case-study-btn {
  background: #FFA000 center no-repeat;
  padding: 15px 30px;
  color: #fff;
  font-size: 25px;
  font-weight: 300 !important;
  text-decoration: none;
  display: inline-block;
  font-weight: normal;
  float: right; }

.view-case-study {
  border: #FFA000 solid 3px;
  max-width: 992px;
  padding: 25px 50px;
  display: inline-block;
  text-align: left;
  margin-top: 80px; }

.view-case-study p {
  width: 65%;
  float: left;
  margin-bottom: 0px;
  font-weight: 300; }

.case-study {
  margin-top: -50px !important;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }

.case-study h2 {
  line-height: 1.2; }

.pricing-info {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 16px;
  color: #666666;
  font-style: italic;
  text-align: center;
  font-weight: 300; }

.pricing-info-1 {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 16px;
  color: #666666;
  text-align: center;
  font-weight: 300;
  margin-bottom: 0; }

img.left-quote-case-study {
  position: static;
  float: left;
  margin-top: -30px;
  padding: 0 10px; }

img.right-quote-case-study {
  position: static;
  float: right;
  margin-top: -30px;
  padding: 0 10px; }

/*Awards Timeline*/
#awards {
  padding-bottom: 50px; }

.timeline {
  background: url(/static/img/orange/blue-timeline.jpg) top center repeat-y; }

.tl-left-1 {
  background: url(/static/img/orange/gray-timeline-dot.jpg) right 33px no-repeat;
  width: 50.9%; }

.tl-left {
  background: url(/static/img/orange/gray-timeline-dot.jpg) right 33px no-repeat;
  width: 50.9%;
  margin-top: -50px; }

.tl-left-head {
  font-size: 175%;
  border-bottom: 1px solid #b4b4b4;
  padding-bottom: 10px; }

.tl-right {
  background: url(/static/img/orange/gray-timeline-dot.jpg) left 53px no-repeat;
  width: 50.8%;
  text-align: right;
  float: right;
  margin-top: -50px; }

.tl-right-head {
  font-size: 175%;
  border-bottom: 1px solid #b4b4b4;
  padding-bottom: 10px; }

/*Accordion Styles*/
.accordion-content {
  margin: 30px auto; }

.accordion-content .heading {
  margin-bottom: 18px; }

.panel-default {
  border: none; }

.panel-body {
  background-color: #8c8c8c;
  color: #fff;
  font-size: 16px !important;
  padding: 30px;
  margin-top: 5px;
  border-radius: 0 !important;
  border-top: none !important; }

.panel-heading {
  border-radius: 0;
  background: url(/static/img/orange/accordian-down-arrow.jpg) #e9e9e9 no-repeat 98% center !important;
  padding: 0; }

.panel-heading-1 {
  border-radius: 0;
  background: #e9e9e9 no-repeat 98% center !important;
  padding: 0; }

.panel-title {
  font-size: 18px;
  text-transform: capitalize; }

.panel-group .panel {
  border-radius: 0 !important; }

.panel-body a {
  color: #444; }

.panel-body a.exbio {
  color: #2196f3; }

/*Video Carousel Styles*/
.carousel-inner {
  background: #8c8c8c; }

.glyphicon-chevron-right {
  background: url(/static/img/orange/video-right-arrow.png) no-repeat !important;
  width: 24px;
  height: 56px;
  top: 41% !important;
  right: 41% !important; }

.glyphicon-chevron-right:before {
  content: " "; }

.glyphicon-chevron-left {
  background: url(/static/img/orange/video-left-arrow.png) no-repeat !important;
  width: 24px;
  height: 56px;
  top: 41% !important;
  left: 41% !important; }

.glyphicon-chevron-left:before {
  content: " "; }

.video-1 {
  float: left;
  width: 283px;
  padding: 50px 0 40px;
  color: #fff;
  font-size: 16px; }

.video-2 {
  float: left;
  width: 283px;
  margin: 0 40px;
  padding: 50px 0;
  color: #fff;
  font-size: 16px; }

.video-3 {
  float: left;
  width: 283px;
  padding: 50px 0 40px;
  color: #fff;
  font-size: 16px; }

/*Learn More CTA*/
.learnmore-cta {
  font-size: 87.5%;
  position: relative;
  overflow: hidden;
  margin: 10px 0;
  background: #fff;
  height: 4.8em;
  box-shadow: 1px 1px 5px 0 #ccc; }

.learnmore-cta .icon {
  position: relative;
  height: 4.8em;
  width: 9%;
  float: left;
  text-align: center; }

.learnmore-cta .icon img {
  position: relative;
  display: block;
  min-height: 32px;
  min-width: 27px;
  top: 50%;
  margin: -16px auto 0 auto; }

.learnmore-cta .heading {
  width: 59%;
  float: left;
  padding: 1.4em 0; }

.learnmore-cta .heading h2 {
  font-size: 115%;
  font-family: "Roboto", Helvetica, sans-serif;
  line-height: 1;
  color: #313131;
  margin: 0 0 0 15px; }

.learnmore-cta .heading h3 {
  font-size: 87.5%;
  font-family: "Roboto", Helvetica, sans-serif;
  line-height: 1;
  font-style: italic;
  color: #313131;
  margin: 0 0 0 15px; }

.learnmore-cta .link {
  width: 32%;
  float: right;
  background: #FFA000; }

.learnmore-cta .link .link-left {
  height: 4.8em;
  float: left; }

.learnmore-cta .link a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 1em;
  font-family: "Roboto", Helvetica, sans-serif;
  line-height: 4.8em;
  text-transform: uppercase;
  text-align: center; }

/*Learn More Small*/
.learnmore-sm-cta {
  width: 48.45%;
  position: relative;
  overflow: hidden;
  margin: 10px auto;
  height: 2.3em;
  box-shadow: 1px 1px 5px 0 #ccc;
  float: left;
  line-height: 45px;
  padding-left: 20px;
  font-size: 20px; }

.learnmore-sm-cta .heading {
  display: block;
  text-decoration: none;
  width: 75%;
  float: left; }

.learnmore-sm-cta .heading h3 {
  margin: 0;
  line-height: 2em;
  text-align: center; }

.learnmore-sm-cta .link {
  width: 25%;
  float: right;
  background: #FFA000; }

.learnmore-sm-cta .link .link-left {
  height: 2.3em;
  float: left; }

.learnmore-sm-cta .link a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: "Roboto", Helvetica, sans-serif;
  line-height: 2.5em;
  text-transform: uppercase;
  text-align: center; }

.learnmore-sm-cta .link h4 {
  margin: 0; }

.product {
  background: url(/static/img/orange/right-arrow.png) #FFA000 no-repeat 96% center;
  color: #fff !important;
  font-family: "Roboto", Helvetica, sans-serif;
  text-decoration: none !important;
  font-weight: normal; }

.p-space {
  margin-right: 20px; }

.award-icon {
  max-height: 45px;
  margin-right: 10px; }

.award-image {
  max-height: 90px;
  text-align: left;
  display: inline-block;
  position: inherit;
  float: left; }

.award-text {
  display: inline-block;
  line-height: 10px;
  color: white;
  font-size: 23px;
  font-family: "Roboto", Helvetica, sans-serif;
  font-weight: 100;
  position: relative;
  top: 20px; }

.awards {
  background-color: #414042;
  text-align: center;
  padding: 5px;
  cursor: pointer;
  max-height: 70px;
  -webkit-transition: max-height 0.25s cubic-bezier(1, 0, 1, 0);
  -moz-transition: max-height .25s;
  -o-transition: max-height .25s;
  transition: max-height .25s;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding-bottom: 30px; }

.award-row {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  min-height: 90px; }

.awards h3 {
  font-family: "Roboto", Helvetica, sans-serif;
  font-weight: 200;
  color: white;
  margin-top: 10px; }

.awards hr {
  max-width: 700px; }

.arrow-fix {
  transition: all .25s;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  max-height: 15px;
  position: relative;
  left: 20px; }

/*HIPAA Quote Rotate*/
#hipaa-quotes {
  padding: 40px;
  position: relative; }

#hipaa-quotes h1 {
  margin-bottom: 15px; }

#hipaa-quote-rotate {
  position: relative;
  font-family: "Roboto", Helvetica, sans-serif; }

#hipaa-quote-rotate .quote {
  font-size: 122%; }

#hipaa-quote-rotate .quote .author {
  font-family: "Roboto", Helvetica, sans-serif;
  text-align: center;
  font-size: 87.5%;
  color: #2196F3;
  font-style: italic;
  font-weight: normal; }

#hipaa-quote-rotate .quote .author a {
  font-style: normal; }

#hipaa-quote-pager {
  width: 100%;
  text-align: center; }

#hipaa-quote-pager span {
  font-size: 250%;
  text-decoration: none;
  color: #e4e4e4;
  cursor: pointer; }

#hipaa-quote-pager span.cycle-pager-active {
  color: #aeaeae; }

.left-quote {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 110px; }

.right-quote {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 110px; }

/*HIPAA Slide Select*/
.slide-select {
  background: #2196f3; }

.slide-select-nav {
  padding: 15px 0 15px 0;
  text-transform: capitalize; }

.slide-select h1.heading {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 129%;
  color: #fff;
  text-align: center;
  padding: 0 20px; }

.select-item {
  float: left;
  text-align: center;
  cursor: pointer;
  padding: 0 10px 0 10px; }

.select-item h2.heading {
  font-size: 90%;
  margin: 15px 0 0;
  color: #fff; }

.select-item img {
  margin: 0 auto; }

.select-arrow .arrow {
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18.5px 17px 18.5px;
  border-color: transparent transparent #e5e5e5 transparent; }

.top-reasons {
  margin: 48px 0 !important; }

.slide-select-text {
  background: #e5e5e5;
  position: relative;
  min-height: 120px; }

.slide-select-text .select-text {
  display: none;
  top: 40px;
  margin: 0 15px;
  max-width: 960px; }

.slide-select-text .select-text.active {
  display: block;
  color: #5f5f5f;
  text-align: center; }

.pre-risk {
  text-align: left !important;
  background: url(/static/img/orange//blue-bg-lock.png) #e5e5e5 no-repeat 100% center;
  background-size: 40%;
  height: 450px; }

.pre-risk-txt {
  width: 60%;
  margin: 48px 0; }

.int-scan {
  text-align: left !important;
  background: url(/static/img/orange//vision-product.png) #e5e5e5 no-repeat 95% center;
  height: 425px; }

.int-scan-txt {
  width: 35%;
  margin: 48px 0; }

.pathway {
  text-align: left !important; }

.pathway-txt {
  width: 100%;
  margin: 48px 0; }

.pathway-txt a {
  color: #2196f3 !important; }

/*Partners Pages*/
.partners-container {
  text-align: center;
  top: 80px;
  padding: 40px;
  margin: auto; }

.partners-left {
  text-align: left; }

.partner-button-container {
  display: inline-block;
  padding: 20px 60px 60px; }

.partner-btn {
  background: #FFA000;
  color: #FFF;
  text-decoration: none;
  border-radius: 0;
  width: 300px;
  font-size: 20px;
  transition: background .25s; }

.partner-btn:hover {
  color: white;
  background: #F8A91F;
  transition: background .25s; }

.flags-container {
  padding-top: 45px; }

.country-container {
  display: inline-block;
  padding: 15px 30px 30px;
  transition: background-color .25s; }

.country-container:hover {
  background-color: #EEEEEE;
  transition: background-color .25s; }

.flag {
  opacity: .8;
  transition: opacity .25s; }

.flag:hover {
  transition: opacity .25s;
  opacity: 1; }

/*Footer CTA*/
#footer-cta {
  background: #f5f5f5;
  height: 48px;
  position: relative;
  margin: 75px 0 75px 0; }

#lock-img {
  position: absolute;
  top: -45px;
  left: -15px;
  width: 20%; }

#footer-cta #footer-cta-right {
  position: relative;
  width: 21.4%;
  float: right;
  right: -1px;
  padding: 0;
  margin: 0; }

#footer-cta #footer-cta-left {
  width: 63%;
  font-size: 136%;
  margin: 0 0 0 15%;
  text-align: center;
  padding: 0;
  line-height: 46px; }

#footer-cta .left-bg {
  float: left;
  width: 21px; }
  #footer-cta .left-bg:before, #footer-cta .left-bg:after {
    content: '';
    display: block;
    position: absolute;
    background: #f5f5f5;
    width: 0; }
  #footer-cta .left-bg:before {
    border-top: 24px #FFA000 solid;
    border-right: 0 solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 20px solid transparent; }
  #footer-cta .left-bg:after {
    border-bottom: 24px #FFA000 solid;
    border-right: 0 solid transparent;
    border-top: 0 solid transparent;
    border-left: 20px solid transparent;
    bottom: 0; }

#footer-cta #footer-cta-link {
  background: #FFA000;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 149%;
  line-height: 48px; }

#footer-cta #footer-cta-link a {
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  text-transform: capitalize; }

#footer #footer-form h3 {
    color: #fff;
}

/*Footer*/
#footer {
  background: #fff;
  padding-top: 65px;
  height: 500px;
  border-top: 1px solid #e4e4e4;
  /*margin-top: 65px; */
}
#footer .row {
  margin: 0; }

#footer .col-sm-2 {
  margin: 0;
  padding: 0; }

#footer .col-sm-6 {
  padding: 15px 0; }

#footer h3 {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  margin: 5px 0;
  font-weight: 300;
  letter-spacing: .5px; }

#footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

#footer ul li {
  margin: 0;
  padding: 0; }

#footer ul li a {
  font-size: 10px;
  color: #000;
  margin: 0 15px 0 0;
  font-weight: normal; }

.s-icon {
  opacity: 0.75;
  height: 15px;
  margin-left: 20px; }

#copyright {
  color: #000;
  font-size: 10px;
  font-weight: 100; }

#ip-address {
  font-size: 12px;
  font-weight: 600;
  color: #000;
  font-weight: 100; }

#sub-footer {
  margin-top: 20px;
  /*height: 50px; */
  	height: 100px;
  	width: 100%;
  	/*background:#CDCAC1;*/
  	text-align: center;
  	position: relative;
  }

.contact-footer {
  margin-top: 30px !important; }

.acc-head-btn {
  display: block;
  padding: 15px; }

.acc-head-btn-h4 {
  display: block;
  padding: 15px;
  text-align: right;
  text-decoration: none; }

.panel-body ul {
  list-style-image: url(/static/img/orange/icon_bluebullet.png); }

.panel-body li {
  padding-left: 10px;
  padding-bottom: 10px; }

/*HIPAA Page Tweaks*/
.hipaa #lock-img {
  width: 20%; }

.hipaa #footer-cta #footer-cta-left {
  width: 63%;
  font-size: 1.2em;
  margin-left: 15%; }

.hipaa #footer-cta #footer-cta-right {
  width: 21.4%;
  float: right;
  background: #FFA000; }

.hipaa #footer-cta #footer-cta-right #footer-cta-link {
  font-size: 136%; }

.product-video {
  max-width: 475px;
  display: inline-block;
  width: 50%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

/*Individual elements*/
#img-womandoctor {
  position: absolute;
  right: -7em;
  bottom: -4em; }

#img-checklist {
  position: absolute;
  top: -4em; }

.w-vid {
  float: left;
  width: 475px;
  height: 267px; }

.pci-vid {
  width: 960px;
  height: 568px; }

.hipaa-vid {
  width: 960px;
  height: 568px; }

.navbar {
  z-index: 202; }

.navbar-default {
  border: none;
  height: 60px;
  position: fixed;
  width: 50%;
  top: 0;
  background: none; }

.navbar-background {
  display: block;
  background: #FFF;
  opacity: 0;
  height: 60px;
  width: 100%;
  top: 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  position: fixed; }

.navbar-brand {
  padding: 0;
  float: right; }

.logo {
  height: 37px;
  z-index: 0; }

.navbar-nav {
  float: right;
  margin-top: 10px; }

.dropdown-menu > li > a {
  padding: 10px 20px; }

.dropdown-menu > li > a:hover {
  background-color: #2196f3; }

/* .dropdown:hover .dropdown-menu {
    display: block;
}
*/
.navbar-toggle {
  background: #FFA000;
  color: #fff; }

.navbar-toggle a:hover {
  background: #FFA000;
  color: #fff; }

.search-button {
  width: 30px;
  max-width: 30px;
  height: 30px;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  float: left; }

.search-icon-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  right: 0;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none; }

.search-icon {
  width: 50%;
  margin-left: 25%;
  position: relative;
  top: -1px;
  left: -1px; }

.search-box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: white;
  width: 204px;
  height: 30px;
  max-width: 30px;
  border: 2px solid transparent; }

.search-box {
  max-width: 30px;
  border-radius: 30px;
  transition: all 0.15s ease; }

.search-field {
  display: block;
  height: 26px;
  width: 200px;
  padding: 0;
  opacity: 0;
  border: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  font-size: 12px;
  max-width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 30px;
  transition: all 0.15s ease; }

input:-webkit-input-placeholder {
  color: darkgray; }

input:-moz-placeholder {
  color: darkgray; }

input:-ms-input-placeholder {
  color: darkgray; }

textarea:-webkit-input-placeholder {
  color: darkgray; }

textarea:-moz-placeholder {
  color: darkgray; }

textarea:-ms-input-placeholder {
  color: darkgray; }

.search-active.search-button,
.search-active .search-box {
  max-width: 200px; }

.search-active .search-box .search-field {
  max-width: 196px;
  opacity: 1;
  padding: 0 15px; }

.search-active.search-button.blue-button {
  background: none; }

.search-active.search-button.blue-button .search-box {
  border: 2px solid #2196F3; }

#search-box-mobile {
  display: none; }

.search-btn {
  display: block;
  background: #FFA000;
  color: #FFF;
  padding: 5px 10px;
  margin-top: 10px;
  width: 200px;
  border: none;
  cursor: pointer;
  transition: background .25s; }

.search-btn:hover {
  background: #F8A91F;
  transition: background .25s; }

.search-container {
  height: 500px; }

.search-page {
  position: relative;
  width: 450px;
  top: 245px;
  padding: 30px;
  background: #EEEEEE;
  margin: auto; }

.search-page-field {
  height: 40px;
  width: 100%;
  background: #FFF; }

.search-page-field:focus {
  outline: 3px #DDDDDD solid; }

.search-page-btn {
  height: 40px;
  margin-top: 20px;
  width: 100%; }

.search-results {
  color: white;
  position: relative;
  margin-top: 45px; }

.login-btn {
  background: #B1B3B6 !important;
  color: #fff !important;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
  top: 9px;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 14px; }

.navbar-default .navbar-nav > li .signup-btn {
  background: #FFA000;
  color: #fff;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
  top: 9px;
  position: relative;
  margin: 0;
  font-size: 14px; }

.navbar-default .navbar-nav > li .signup-btn:hover {
  background-color: #FFA000;
  color: #fff; }

.tou-textarea {
  width: 100%;
  padding: 20px;
  margin-top: 55px;
  border-radius: 0;
  -webkit-appearance: none;
  border: 1px solid #cccccc; }

.tou-field {
  height: 30px;
  padding-left: 5px;
  vertical-align: middle;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
  border: 1px solid #cccccc; }

.tou-btn {
  background: #FFA000 !important;
  color: #fff !important;
  padding: 5px 10px;
  border: none;
  font-size: 14px;
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  border-radius: 0;
  -webkit-appearance: none; }

.learning-center {
  padding-top: 100px; }

.orange-form {
  padding-top: 100px; }

.carousel-header {
  text-align: center;
  background-color: #5a5a5a;
  color: #fff;
  padding: 10px 0;
  margin: 0; }

.dl-list li {
  margin-bottom: 30px;
  font-size: 20px;
  color: #5f5f5f
}

.us-address {
  float: left;
  width: 50%; }

.europe-address {
  float: left;
  width: 50%; }

.address-bar {
  width: 60%;
  margin: 0 auto; }

.address-bar h3 {
  font-family: "Roboto", Helvetica, sans-serif;
  font-weight: 200; }

.phone {
  float: left; }

.phone h3 {
  font-family: "Roboto", Helvetica, sans-serif;
  font-weight: 200; }

.contact-form {
  width: 80%;
  float: right;
  background: #e4e4e4;
  padding: 20px;
  min-height: 200px; }

.contact-form h3, .quote-form h3 {
  text-align: center;
  margin: 0 0 10px;
  font-family: "Roboto", Helvetica, sans-serif;
  font-weight: 200; }

.quote-form {
  background: #e4e4e4;
  padding: 20px; }

.i1 {
  border: none;
  margin: 10px;
  padding: 5px;
  width: 45.6%;
  color: #666666; }

.i2 {
  border: none;
  padding: 5px; }

.i2-padding {
  padding: 10px; }

#comment-section {
  width: 96.6%;
  height: 150px; }

.red {
  color: red; }

.green {
  color: green; }

.comment {
  height: 130px; }

.required {
  margin-left: 10px; }

.placeholder {
  color: #aaa; }

.sub-form {
  border: none;
  background: #FFA000;
  color: #fff;
  padding: 5px 10px;
  margin-left: 10px; }

.panel-body a.contact-a-link {
  color: #fff !important;
  font-size: 20px;
  background: url(/static/img/orange/contact-arrow.png) no-repeat left 8px;
  padding-left: 20px;
  display: block;
  font-weight: 200; }

.panel-body h3 {
  margin-bottom: 30px; }

.nav > li > a {
  padding: 10px 15px 25px;
  margin-top: 5px;
  font-weight: normal; }

.ps-free-btn {
  max-width: 200px !important; }

.long-banner-txt {
  width: 800px;
  margin: 0 auto;
  font-size: 200% !important; }

.long-banner-txt-small {
  width: 60%;
  margin: 0 auto;
  text-transform: none;
  font-size: 145% !important; }

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  left: 44.5%; }

.panel-title > a {
  font-weight: 200; }

.needs-h1 {
  margin-left: 13px !important; }

.mobile-cta {
  display: none; }

/* Firefox specific styling */
@-moz-document url-prefix() {
  .banner-txt .cta .cta-large {
    padding: 7px 15px 4px; } }
.page-layout {
  max-width: 100%;
  width: 100%;
  position: relative;
  left: 0;
  transition: all 0.5s cubic-bezier(0.3, -0.2, 0.3, 1.2);
  transition-properties: max-width, left; }

#footer {
  max-width: 100%;
  width: 100%;
  position: relative;
  left: 0;
  transition: all 0.5s cubic-bezier(0.3, -0.2, 0.3, 1.2);
  transition-properties: max-width, left; }

/* Navbar Styling */
.blue-button {
  transition: all .65s ease;
  background: #2196F3;
  color: white; }

.blue-menu.menu-lines,
.blue-menu.menu-lines:before,
.blue-menu.menu-lines:after {
  transition: all 0.65s cubic-bezier(0.3, -0.2, 0.35, 1.2);
  background: #2196F3; }

/* Nav Drawer Styling */
.nav-drawer-contents {
  width: 350px;
  position: absolute;
  overflow: auto;
  min-height: calc(100vh - 150px);
  right: 0;
  padding-bottom: 80px; }

.link-group {
  max-height: 40px;
  min-height: 40px;
  overflow: hidden;
  padding-left: 50px;
  transition: all 0.25s cubic-bezier(0.3, -0.2, 0.35, 1.2);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.nav-link, .nav-main-link, .nav-sub-link {
  display: block;
  width: 100%;
  transition: all 0.25s;
  color: #777777;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
  font-size: 14px; }

.nav-main-link {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  font-weight: 500; }

.sub-link-container {
  background: #ECEFF1;
  box-shadow: inset 0 -1px 4px rgba(0, 0, 0, 0.05); }

.nav-sub-link {
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 35px; }

.nav-main-link:hover,
.nav-sub-link:hover {
  background: #64B5F6;
  color: #FFF;
  text-decoration: none; }

.nav-main-link-open {
  color: #2196F3;
  overflow: visible;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

.nav-main-link-open:before {
  content: '';
  display: block;
  position: absolute;
  background: #2196F3;
  left: -20px;
  top: 0;
  bottom: 0;
  width: 23px; }

a.back-to-top {
  display: none;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 20px;
  background: #b4b4b4 url("/static/img/orange/back-to-top-arrow.png") no-repeat center 50%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

@media (min-width: 1440px) {
  .page-layout,
  #footer {
    width: calc(100% - 300px);
    left: 300px; }

  .page-layout-no-drawer,
  #footer.footer-no-drawer {
    width: 100%;
    left: 0; }

  #footer.footer-with-drawer,
  .page-layout-with-drawer {
    width: calc(100% - 300px);
    left: 300px;}

  .menu-mask {
    display: none; }

  .nav-drawer {
    width: 350px;
    max-width: 100%;
    box-shadow: none;
    overflow: auto;
    overflow-x: hidden;
    border-right: 1px solid rgba(0,0,0,0.15); }

  .nav-drawer:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    right: -1px;
    background: #AAA;
    background: rgba(0, 0, 0, 0.25); } }
@media (min-width: 1200px) {
  #header-row {
    margin-right: -30px;
    margin-left: 0; }

  .tou-textarea {
    margin-top: 50px; }

  .hipaa .banner-txt-wrapper h1 {
    position: relative; }

  #main-nav {
    display: block !important; }

  #banner-rotate {
    min-height: 544px !important; }

  #banner-rotate-hp {
    height: 100%; }

  #banner-hp {
    height: 500px;
    height: 70vh; }

  #footer .col-sm-2 ul {
    display: block !important;
    height: 100px; }

  .mobile-video-controls {
    display: none; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-txt .cta-product-mobile {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .fl-right-mobile {
    float: none;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto; }

  #header-row {
    margin-right: -30px;
    margin-left: 0; }

  .img-wrap {
    min-height: 450px; }

  .tou-textarea {
    margin-top: 50px; }

  .banner-txt-wrapper {
    min-height: 360px; }

  .hipaa .banner-txt-wrapper h1 {
    position: relative; }

  .hipaa .img-bg h1 {
    top: -150px !important; }

  .hipaa .img-bg p {
    margin-top: -100px !important; }

  .banner-txt h1 {
    font-size: 230%; }

  #banner-rotate {
    min-height: 450px !important; }

  #banner-rotate-hp {
    height: 450px !important; }

  #banner-hp {
    height: 450px !important; }

  #main-nav {
    display: block !important; }

  #main-nav li a, #main-nav li a:hover {
    font-size: 16px;
    padding: 5px 7px; }

  #main-nav li a.orange-btn, #main-nav li a.orange-btn:hover {
    margin-left: 5px;
    padding: 5px 10px;
    font-size: 14px; }

  .cta-box h2 {
    font-size: 20px !important;
    padding-bottom: 0; }

  .cta-box h3 {
    font-size: 14px !important;
    margin: 5px;
    position: relative;
    left: 0;
    top: 0;
    width: auto; }

  #footer .col-sm-2 ul {
    display: block !important; }

  .mobile-video-controls {
    display: none; }

  .partners-container {
    width: 900px; }

  .partner-button-container > h3 {
    font-size: 20px; }

  .partner-btn {
    width: 260px;
    font-size: 18px; }

  .grey-box .txt-center-banner {
    font-size: 100%; }

  .view-case-study {
    margin-top: 40px; }

  .case-study .view-case-study p {
    margin-top: 0px !important; }

  .case-study {
    margin-top: -100px !important; }

  .case-study h2 {
    font-size: 20px; }

  .learning-banner .txt-center-banner {
    font-size: 130%; }

  .hipaa-portal {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: auto; }

  .hipaa-portal-right {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    float: none;
    height: auto; }

  .browser-mockup-topbar {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: auto; }

  .browser-mockup-topbar-right {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    float: none;
    height: auto; } }
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 14px; }

  #logo-banner-career {
    display: none; }
  
  .product-video {
    display:inline-block;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
    max-width: 100%;
  }
  .banner-txt .cta-product {
    margin-top: 15px; }

  .search-icon {
    top: -2px; }

  .hipaa-cta {
    width: 90%;
    font-size: 40%; }

  .learning-banner {
    font-size: 40%; }

  .learning-banner .txt-center-banner {
    font-size: 80%;
    display: inline-block;
    vertical-align: middle; }

  .hipaa-cta .fl-left {
    display: none; }

  .hipaa-cta .fl-right {
    width: 100%; }

  .banner-txt .cta-product-mobile {
    float: none;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 110%; }

  .mobile-btn {
    display: none; }

  .fl-right-mobile {
    float: none;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto; }

  #header-row {
    margin-right: -15px;
    margin-left: 0; }

  .hipaa-portal-description {
    padding-left: 0px; }

  .hipaa-portal-description-right {
    padding-right: 0px;
    float: none; }

  .hipaa-portal {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    height: auto;
    display: block;
    text-align: center; }

  .hipaa-portal-right {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    float: none;
    height: auto;
    display: block;
    text-align: center; }

  .browser-mockup-topbar {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    height: auto;
    display: block;
    text-align: center; }

  .browser-mockup-topbar-right {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    float: none;
    height: auto;
    display: block;
    text-align: center; }

  .img-wrap {
    max-height: 348px; }

  .banner-txt-wrapper {
    font-size: 87.5%;
    min-height: 258px; }

  .tou-textarea {
    margin-top: 55px; }

  .banner-txt h1 {
    font-size: 29px !important; }

  .long-banner-txt-small.pricing-page {
    font-size: 23px !important; }

  h1.long-banner-txt {
    font-size: 23px !important; }

  .pricing-info {
    font-size: 14px; }

  .pricing-info-1 {
    font-size: 14px; }

  .hipaa-cta {
    font-size: 120%; }

  .learning-banner {
    font-size: 120%; }

  #banner-rotate {
    min-height: 348px !important; }

  #banner-rotate-hp {
    height: 348px !important; }

  #banner-hp {
    height: 348px !important; }

  .banner-txt .gold-award-txt {
    font-size: 25px !important; }

  #main-nav {
    display: block !important; }

  #main-nav li {
    margin-left: 0; }

  #main-nav li a {
    font-size: 16px; }

  .cta-box h2 {
    font-size: 20px !important;
    padding-bottom: 15px; }

  .cta-box h3 {
    font-size: 13px !important;
    margin: 5px 0;
    position: absolute;
    left: 0;
    top: 105px;
    width: 98%; }

  .content-form h3 {
    font-size: 14px;
    font-weight: normal; }

  #logo-banner {
    padding: 0 71px; }

  #footer .col-sm-2 ul {
    display: block !important; }

  #footer-cta #lock-img {
    top: -30px;
    left: -15px; }

  .hipaa #footer-cta #footer-cta-left {
    font-size: 1em; }

  #footer h3 {
    font-size: 15px;}

  #img-womandoctor {
    right: 0em;
    width: 50%; }

  #img-checklist {
    width: 40%;
    top: 0; }

  #footer-cta-link a {
    font-size: .8em; }

  #footer-cta-link {
    height: 2.3em; }

  .vr {
    width: 1px;
    height: 245px;
    background-color: #cacaca;
    float: left;
    margin: 0 10px; }

  .video-1 {
    margin: 0 auto;
    padding: 10px 0;
    color: #fff;
    display: block;
    float: none; }

  .video-2 {
    margin: 0 auto;
    padding: 10px 0;
    color: #fff;
    display: block;
    float: none; }

  .video-3 {
    margin: 0 auto;
    padding: 10px 0;
    color: #fff;
    display: block;
    float: none; }

  .careers-head-section {
    width: 98%;
    display: block; }

  .head-section-video {
    width: 100%;
    margin-bottom: 20px; }

  .history {
    width: 100%;
    margin-bottom: 20px; }

  .bottom-margin {
    margin-bottom: 50px; }

  .building-img {
    width: 40%;
    margin-left: 15px; }

  .timeline {
    background: #fff; }

  #awards {
    padding-bottom: 0; }

  .tl-left, .tl-left-1 {
    background: #fff;
    width: 100%;
    margin: 0; }

  .tl-right {
    background: #fff;
    width: 100%;
    text-align: left;
    margin: 0; }

  .tl-left-head {
    border-bottom: 1px solid #b4b4b4;
    padding-bottom: 10px; }

  .tl-right-head {
    border-bottom: 1px solid #b4b4b4;
    padding-bottom: 10px; }

  .contact-footer {
    margin-top: 30px !important; }

  .privacy-examples {
    width: 60%; }

  .contact-head {
    margin-top: 80px; }

  .w-vid {
    float: none;
    width: 394px;
    margin: 0 auto 20px; }

  .pci-vid {
    width: 475px;
    margin: 0 auto 20px;
    height: 297px; }

  .learn-vid {
    width: 475px;
    margin: 0 auto 20px;
    height: 267px; }

  .head-with-video {
    text-align: center !important;
    width: 90%;
    float: none;
    margin: 0 auto;
    display: block; }

  .head-with-video h1 {
    margin: 20px 0 10px;
    text-align: center; }

  .left-hr-dark {
    width: 60%;
    height: 1px;
    background-color: #5f5f5f;
    margin: 20px auto; }

  a.view-case-study-btn {
    font-size: 16px;
    float: none;
    margin-top: 10px;
    text-align: center;
    left: 34%;
    position: relative; }

  .case-study {
    margin-top: -80px !important; }

  .view-case-study {
    margin-top: 30px !important; }

  .view-case-study p {
    width: 100%; }

  .case-study h2 {
    font-size: 20px !important; }

  .navbar-nav {
    float: right; }

  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: #FFA000; }

  .navbar-default .navbar-toggle {
    border: none !important; }

  .navbar-toggle {
    border-radius: 0 !important;
    padding: 5px 20px;
    margin-top: 20px;
    margin-right: 5px; }

  .navbar-default .navbar-collapse {
    border: none; }

  .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 20px; }

  .login-btn {
    font-size: 12px;
    top: 12px;
    margin-left: 10px;
    margin-right: 10px; }

  .navbar-default .navbar-nav > li .signup-btn {
    font-size: 12px;
    top: 9px;
    margin: 0;
    line-height: 17px;
    margin-top: 3px; }

  .navbar-default .navbar-nav > li > a {
    font-size: 12px;
    color: #000;
    padding: 10px 10px;
    margin-top: 5px; }

  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #000; }

  .col-sm-6 {
    position: static !important; }

  .hp-testimonials {
    padding-left: 20px; }

  .dl-center {
    padding-right: 20px; }

  .big-right-arrow {
    display: none !important; }

  .address-bar {
    width: 60%; }

  div.phone{
    margin: 0 auto 20px;
    width: 100%;
    text-align: center;}

  .contact-form {
    display: block;
    width: 100%; }

  .i1 {
    width: 46.6%; }

  .long-banner-txt {
    width: 100%;
    margin: 0 auto;
    font-size: 200% !important; }

  .fl-right .medium-banner-txt {
    font-size: 24px !important; }

  .hp-h2 {
    font-size: 120% !important; }

  .mobile-video-controls {
    display: none; }

  .learning-center {
    padding-top: 40px; }

  .partners-container {
    width: 700px; }

  .partner-button-container {
    padding: 10px 55px 80px; }

  .partner-button-container > h3 {
    font-size: 18px; }

  .partner-btn {
    width: 220px;
    font-size: 16px; }

  .txt-center-banner {
    display: inline-block;
    vertical-align: middle;
    font-size: 40%; }

  .hipaa-cta-product .txt-center-banner {
    font-size: 40%; }



  .grey-box .txt-center-banner {
    font-size: 100%; }

  .txt-center-banner-large {
    margin-top: 0px; } }
@media (max-width: 767px) {
  body {
    font-size: 12px; }
  
    .product-video {
    max-width: 100%;
    display: inline-block;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%
  }
  .navbar-brand {
    float: left;
    margin-left: 40px; }

  .logo {
    position: static; }

  #header {
    top: 0;
    position: relative; }

  #logo-banner-career {
    display: none; }

  #header-row {
    margin-left: -15;
    margin-right: -15; }

  #footer #sub-footer {
    margin-top: 20px;
	height: 150px;
	width: 100%;
 	text-align: center;
  	position: relative;
    display:block;
    margin-bottom: 60px;
      }
  #asv-logo {
    height: 100px;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 20px;
  }
  .sub-footer-text {
    position: relative;
    height: 25px;
    line-height: 50px;
    width: 100%;
  }
  .sub-footer-text-left {
    text-align: center;
  }
  .sub-footer-text-right {
    text-align: center;
  }

  .header-cta-container {
    display: none; }

  .noscroll {
    overflow: auto;
    height: 100vh; }

  #main-nav {
    position: absolute;
    display: none;
    top: 70px;
    right: 0;
    background: #efefef;
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }

  #main-nav li {
    width: 100%;
    margin: 0;
    float: none;
    text-align: center; }

  .nav-drawer-contents {
    overflow: auto;
    min-height: calc(100vh - 150px); }

  .hipaa-portal-description {
    padding-left: 0px; }

  .hipaa-portal-description-right {
    padding-right: 0px;
    float: none; }

  .hipaa-portal {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    display: block;
    text-align: center; }

  .hipaa-portal-right {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: none;
    height: auto;
    display: block;
    text-align: center; }

  .browser-mockup-topbar {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    display: block;
    text-align: center; }

  .browser-mockup-topbar-right {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: none;
    height: auto;
    display: block;
    text-align: center; }

  .hippa .case-study {
    display: block !important; }

  #main-nav li a, #main-nav li a:hover {
    text-align: center;
    margin: 0;
    line-height: 40px; }

  #main-nav li a:hover {
    background: #ccc; }

  #main-nav li a.orange-btn:hover {
    background: #FFA000; }

  .grey-box {
    display: none; }

  .mobile-cta {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    height: 130px; }

  .mobile-cta hr {
    border-color: black;
    opacity: .2; }

  .mobile-cta-top,
  .mobile-cta-bottom,
  .careers-cta-top {
    display: block;
    min-height: 60px;
    text-align: center;
    font-size: 14px; }

  .mobile-cta-top {
    color: #fff;
    text-shadow: none; }

  .mobile-cta .cta-btn {
    font-size: 12px;
    text-align: center;
    display: block;
    background: #2196f3;
    color: #fff;
    line-height: 38px;
    margin-top: 10px;
    font-style: normal;
    text-shadow: none;
    font-weight: normal; }

  #collapse-btn.orange-btn {
    display: block; }

  .tou-textarea {
    margin-top: -30px; }

  #search-box-mobile {
    display: block;
    width: 90%;
    margin: 15px auto; }

  .search-field-mobile {
    display: inline;
    width: 70%;
    float: left;
    border: none;
    background: #EEEEEE;
    height: 30px;
    padding: 10px; }

  .search-field-mobile:focus {
    outline: 3px #DDDDDD solid; }

  .search-container {
    height: 180px; }

  .search-page {
    top: 10px;
    width: 300px; }

  .search-results {
    margin-top: 0; }

  .banner-txt h1 {
    font-size: 29px !important; }

  .pricing-info {
    font-size: 12px; }

  .pricing-info-1 {
    font-size: 12px; }

  .cta-box h2 {
    font-size: 20px !important;
    padding-bottom: 0; }

  .cta-box h3 {
    font-size: 14px !important;
    margin: 5px 0;
    position: relative;
    left: 0;
    top: 0;
    width: auto; }

  #cta-boxes {
    padding: 0 0 30px !important; }

  .cta-box .cta {
    height: 120px !important; }

  #logo-banner {
    padding: 0; }

  #logo-banner-next, #logo-banner-prev {
    display: none !important; }

  #logo-rotate {
    width: 240px;
    margin: 0 auto; }

  #logo-rotate-career {
    width: 100%;
    margin: 0 auto;
    text-align: center; }

  #logo-rotate img {
    width: 100%;
    height: auto;
    float: none;
    clear: both;
    margin: 0 auto; }

  #logo-rotate-career img {
    max-width: 10%;
    height: 200px;
    float: none;
    clear: both;
    margin: 0 auto; }

  #homepage-content .v-div {
    background: none; }

  #homepage-content {
    padding: 0;
    margin-bottom: 65px; }

  #footer-cta {
    padding: 15px;
    height: auto;
    margin: 15px 0; }

  #footer-cta #footer-cta-left {
    float: none;
    width: 100% !important;
    margin: 0 auto 15px auto !important;
    line-height: 1; }

  #footer-cta #footer-cta-right {
    float: none !important;
    width: 100% !important;
    margin: 0 auto;
    line-height: 1; }

  #footer-cta .left-bg {
    display: none; }

  #footer .container {
    padding: 0; }

  #footer h3 {
    margin: 0;
    line-height: 40px; }

  #footer .col-sm-2 {
    padding: 0;
    text-align: center; }

  #footer .col-sm-2 h3 {
    font-size: 20px;
    cursor: pointer; }

  #footer .col-sm-2 ul {
    display: none;
    border-top: 1px solid #333;
    border-bottom: 1px solid #999;
    background: #fff; }

  #footer .col-sm-2 ul li a {
    display: block;
    font-size: 16px;
    line-height: 40px;
    margin: 0;
    text-decoration: none; }

  #footer .col-sm-2 ul li a:hover {
    background: #fff;
    color: #000; }

  #footer .col-sm-6 {
    padding: 5px;
    text-align: center; }

  .s-icon {
    opacity: 0.8;
    height: 26px;
    margin-left: 0 !important; }

  .quote {
    margin: 0 auto; }

  #quote-pager a {
    font-size: 60px; }

  .learnmore-cta {
    font-size: 1em;
    max-width: 320px;
    margin: 10px auto;
    height: auto; }

  .learnmore-cta .heading {
    padding: 1em 0;
    width: 70%; }

  .learnmore-cta .icon {
    width: auto;
    padding: 0 15px; }

  .learnmore-cta .link {
    display: none; }

  .select-item .heading {
    display: none; }

  .learnmore-sm-cta {
    width: 100%; }

  .learnmore-sm-cta .heading {
    width: 100%;
    background: #FFA000; }

  .learnmore-sm-cta .heading h3 {
    color: #fff; }

  .book-cover {
    width: 35%;
    height: auto;
    margin-bottom: 20px; }

  .download-btn {
    margin: 0 auto;
    display: block !important;
    text-align: center; }

  .view-pricing-btn {
    margin: 0 auto;
    display: block !important;
    text-align: center; }

  .dc-copy-box {
    float: left;
    width: 50%; }

  .footer-newsletter {
    float: none !important;
    margin: 20px auto !important; }

  .cta-right-subscribe {
    margin-left: -15px; }

  .content-form {
    margin: 10px 0;
    padding: 10px 12px 20px; }

  .product {
    background: #FFA000 !important;
    padding: 0 !important;
    text-align: center; }

  .left-quote {
    display: none !important; }

  .right-quote {
    display: none !important; }

  .vr {
    display: none !important; }

  .pro-btns {
    width: 98%;
    padding-right: 0 !important;
    margin-bottom: 20px; }

  .big-right-arrow {
    display: none !important; }

  .ba-cta {
    margin-bottom: 20px; }

  .img-responsive {
    display: none !important; }

  .pro-right-arrow {
    display: none !important; }

  .pro-btns-50 {
    width: 98%;
    float: left;
    padding-right: 0;
    clear: both; }

  .panel-heading {
    background: #e9e9e9 !important; }

  .panel-heading-1 {
    background: #e9e9e9 !important; }

  .video-1 {
    margin: 0 auto;
    padding: 10px 0;
    color: #fff;
    display: block;
    float: none; }

  .video-2 {
    margin: 0 auto;
    padding: 10px 0;
    color: #fff;
    display: block;
    float: none; }

  .video-3 {
    margin: 0 auto;
    padding: 10px 0;
    color: #fff;
    display: block;
    float: none; }

  .carousel-control.right {
    display: none; }

  .carousel-control.left {
    display: none; }

  .pre-risk {
    text-align: left !important;
    background: #2196F3;
    height: 450px; }

  .pre-risk-txt {
    width: 98%;
    margin-top: 48px; }

  .int-scan {
    text-align: left !important;
    background: #E5E5E5;
    height: 350px; }

  .int-scan-txt {
    width: 98%;
    margin-top: 48px; }

  .r-links {
    float: left;
    margin: 0;
    width: 286px;
    font-size: 12px;
    text-align: left;
    padding: 0 10px;
    height: 50px; }

  .r-imgs {
    display: none; }

  .careers-head-section {
    width: 98%;
    display: block; }

  .head-section-video {
    width: 100%;
    margin-bottom: 20px; }

  .panel-body .career-btn {
    display: none; }

  .panel-body .learn-btn {
    display: block !important;
    background: #2196f3;
    color: #fff !important;
    line-height: 38px;
    margin-top: 30px;
    font-style: normal;
    text-shadow: none;
    padding: 0;
    text-align: center; }

  .history {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px; }

  .building-img {
    width: 100% !important; }

  .care {
    margin-top: 20px !important; }

  .bottom-margin {
    margin-bottom: 20px; }

  .timeline {
    background: #fff; }

  #awards {
    padding-bottom: 0; }

  .tl-left, .tl-left-1 {
    background: #fff;
    width: 100%;
    margin: 0; }

  .tl-right {
    background: #fff;
    width: 100%;
    text-align: left;
    margin: 0; }

  .tl-left-head {
    border-bottom: 1px solid #b4b4b4;
    padding-bottom: 10px; }

  .tl-right-head {
    border-bottom: 1px solid #b4b4b4;
    padding-bottom: 10px; }

  .bio-img {
    width: 95%;
    margin-bottom: 20px; }

  .award-text {
    font-size: 15px; }

  .contact-list {
    width: 100%;
    margin: 0 auto;
    float: left; }

  .contact-list h1 {
    font-size: 150%;
    margin: 0; }

  .contact-list td {
    height: 75px; }

  .contact-txt {
    padding-left: 20px;
    width: 337px; }

  .contact-tables {
    width: 80%;
    margin: 0 auto; }

  #footer .footer-narrow {
    display: block;
    float: none;
    text-align: center;
    width: 100%; }

  #footer .footer-narrow h3 {
    font-size: 20px; }

  .footer-narrow ul {
    display: none;
    margin: 0;
    padding: 0; }

  .contact-footer {
    margin-top: 0 !important; }

  .privacy-examples {
    width: 100%; }

  .contact-head {
    margin-top: -30px; }

  .dl-center {
    width: 80%;
    margin: 0 auto;
    float: none; }

  .hp-testimonials {
    width: 80%;
    margin: 0 auto;
    float: none; }

  .w-vid {
    float: none;
    margin: 0 auto 20px;
    width: 290px;
    height: 181px; }

  .pci-vid {
    width: 283px;
    margin: 0 auto 20px;
    height: 189px; }

  .learn-vid {
    width: 283px;
    margin: 0 auto 20px;
    height: 160px; }

  .head-with-video {
    text-align: center !important;
    width: 90%;
    float: none;
    margin: 0 auto;
    display: block; }

  .head-with-video h1 {
    margin: 20px 0 10px;
    text-align: center; }

  .left-hr-dark {
    width: 60%;
    height: 1px;
    background-color: #5f5f5f;
    margin: 20px auto; }

  .logo {
    height: auto;
    width: 200px;
    position: absolute; }

  #header {
    height: 105px; }

  #header-logo {
    margin: 0 !important; }

  .navbar-nav {
    float: none; }

  .navbar-background {
    left: 0;
    opacity: 1;
    height: 105px; }

  .navbar-default {
    left: 0; }

  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: #FFA000; }

  .navbar-default .navbar-toggle {
    border: none !important; }

  .navbar-toggle {
    border-radius: 0 !important;
    padding: 7px 20px 4px;
    margin-top: 20px;
    margin-right: 5px; }

  .navbar-button-container {
    right: 0;
    width: 100%;
    top: 55px;
    z-index: 200; }

  .search-active.search-button {
    margin-left: calc(100vw - 205px);
    transition: none; }

  .search-active.search-button .search-box {
    width: calc(100vw - 190px);
    max-width: none; }

  .search-active.search-button .search-field {
    width: calc(100vw - 194px);
    max-width: none; }

  .search-icon {
    top: -1px; }

  .navbar-default .navbar-collapse {
    border: none;
    max-height: 370px; }

  .nav > li {
    text-align: center; }

  .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 0; }

  .navbar-default .navbar-nav > li > a {
    font-size: 15px;
    color: #000; }

  .nav > li > a {
    padding: 10px 20px;
    margin-top: 5px; }

  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #000; }

  .login-btn {
    width: 90%;
    height: 30px;
    line-height: 20px;
    display: block;
    margin: 30px auto; }

  .navbar-default .navbar-nav > li .signup-btn {
    width: 90%;
    height: 30px;
    line-height: 20px;
    display: block;
    margin: 35px auto; }

  .col-sm-6 {
    position: static !important; }

  .dl-img {
    width: 100%; }

  .address-bar {
    width: 80%; }

  .us-address {
    width: 100%;
    display: block; }

  .europe-address {
    width: 100%;
    display: block; }

  div.phone {
    margin: 0 auto 20px;
    width: 100%;
    text-align: center; }

  .contact-form {
    display: block;
    width: 100%; }

  .i1 {
    display: block;
    width: 90%; }

  #comment-section {
    width: 90%;
    height: 150px; }

  .process-photo {
    width: 50%;
    margin: 0;
    float: none; }

  .mobilescan-txt {
    width: 100%; }

  #banner-rotate-hp {
    display: none; }

  #banner-hp {
    height: 0; }

  .pagers {
    display: none; }

  .mobile-video-controls {
    background: #5a5a5a;
    display: block;
    padding: 10px 40px;
    height: 50px; }

  .mobile-video-controls h1 {
    color: #fff;
    text-align: center;
    margin: 0; }

  .mobile-video-left {
    position: absolute;
    right: 20px; }

  .mobile-video-right {
    position: absolute;
    left: 20px; }

  .carousel-header {
    display: none; }

  .mobile-btns {
    margin: 0;
    width: 100%; }

  .mobile-dl-btn {
    margin-bottom: 10px; }

  #lc-vid {
    width: 100%; }

  .learning-center {
    padding-top: 40px; }

  .orange-form {
    padding-top: 15px; }

  .contact-btn {
    font-size: 160%; }

  .partners-container {
    top: 0;
    width: 100%;
    padding: 30px; }

  .partner-button-container {
    padding: 30px 20px 30px; }

  .partner-button-container > h3 {
    font-size: 20px; }

  .partner-btn {
    width: 250px;
    font-size: 18px; }

  #push {
    height: 400px; }

  #footer {
    height: 575px; }

  .view-case-study {
    border: none;
    padding-top: 0px; }

  a.view-case-study-btn {
    font-size: 20px; } }
@media (max-width: 450px) {
  .award-text {
    font-size: 12px; }

  .partnerlogos-mobile {
    width: 200px; } }
