/* Variables */
/* Bootstrap Overrides */
.btn {
  line-height: 1.3; }

.text-primary {
  color: #ed2127 !important; }

.text-primary-dark {
  color: #b41c24 !important; }

.text-secondary {
  color: #949ca1 !important; }

a.text-primary:hover {
  color: #ed2127 !important; }

.bg-primary {
  background-color: #ed2127 !important; }
  .bg-primary .card-header {
    background-color: rgba(0, 0, 0, 0.1); }

.bg-primary-dark {
  background-color: #b41c24 !important; }

.bg-secondary {
  background-color: #6a747c !important; }

.bg-secondary-light {
  background-color: #949ca1 !important; }

.bg-secondary-lighter {
  background-color: #fafbfc !important; }

.bg-primary-gradient {
  background: #b41c24;
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(180, 28, 36, 0.8) 0%, rgba(237, 33, 39, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(180, 28, 36, 0.8) 0%, rgba(237, 33, 39, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(180, 28, 36, 0.8) 0%, rgba(237, 33, 39, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.bg-blue {
  background-color: #0089d1; }

.bg-gray {
  background-color: #f0f1f1; }

.bg-gray-light {
  background-color: #e9eaeb; }

.bg-gray-darker {
  background-color: #272728; }

.bg-white-transparent {
  background: rgba(255, 255, 255, 0.8); }

.btn-primary {
  background-color: #ed2127;
  border: none;
  border-radius: 0; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus {
  background-color: #b41c24;
  box-shadow: none;
  border: none; }

.btn-light {
  background-color: #f0f1f1;
  border: none;
  border-radius: 0; }

.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled):active:focus {
  background-color: #cdd0d2;
  box-shadow: none;
  border: none; }

.w-40 {
  width: 40%; }

.blockquote {
  padding-top: 44px;
  padding-right: 50px;
  padding-bottom: 15px;
  position: relative;
  font-size: 1.7em;
  font-weight: 300; }

.blockquote:before {
  content: '';
  position: absolute;
  background: url(../images/icon-quote-open.png) no-repeat 0 0;
  width: 46px;
  height: 40px;
  top: 0;
  left: 0; }

.blockquote:after {
  content: '';
  position: absolute;
  background: url(../images/icon-quote-close.png) no-repeat 0 0;
  width: 46px;
  height: 40px;
  right: 0;
  bottom: 0; }

.table-bordered, .table-bordered td, .table-bordered th {
  border-color: #6a747c; }

/*.card, .card-header, .border{
	border-color:$secondary-gray;
}*/
/* Styles */
body {
  background: #e2e3e5;
  padding-top: 90px;
  font-family: bio-sans, apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  line-height: 1.3; }

h1, .h1, h2, .h2, h3, .h3 {
  font-weight: 300; }

a {
  color: #b41c24; }

#header {
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: solid 1px #000;
  background: #fff;
  z-index: 1000;
  /* Top Menu */
  /* Main Menu */ }
  #header #top-menu {
    font-weight: 300;
    background-color: #aeb3b7;
    height: 38px; }
    #header #top-menu input {
      border: 0;
      border-radius: 0; }
    #header #top-menu .form-control:focus {
      box-shadow: none; }
    #header #top-menu a {
      color: #fff;
      line-height: 38px;
      font-size: .9em;
      height: 38px;
      padding: 0;
      display: inline-block; }
    #header #top-menu #search-form {
      width: 268px; }
  #header #main-menu {
    height: 58px;
    position: relative;
    padding-right: 0; }
    #header #main-menu #logo {
      display: block;
      margin-top: 10px; }
    #header #main-menu #sub-menu {
      height: 58px;
      font-size: .9em;
      padding-top: 10px;
      position: relative; }
      #header #main-menu #sub-menu .nav-link {
        color: #000; }
      #header #main-menu #sub-menu .dropdown {
        position: static; }
      #header #main-menu #sub-menu .dropdown.show > a {
        color: #b41c24;
        text-decoration: underline; }
      #header #main-menu #sub-menu .dropdown-menu {
        transform: none !important;
        top: 58px !important;
        right: -95px !important;
        left: 0 !important;
        background: #b41c24;
        /* Old browsers */
        background: -moz-linear-gradient(left, #b41c24 0%, #ed2127 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #b41c24 0%, #ed2127 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #b41c24 0%, #ed2127 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary-red-dark', endColorstr='$primary-red',GradientType=1 );
        /* IE6-9 */
        border-radius: 0;
        border: solid 1px #000;
        border-top: none;
        margin: 0;
        padding-bottom: 0; }
      #header #main-menu #sub-menu .dropdown-item {
        background: none; }
      #header #main-menu #sub-menu .dropdown-menu a {
        color: #fff;
        border-top: solid 1px rgba(0, 0, 0, 0.1);
        line-height: 1.5; }

/* Mega Menu */
.mega-menu {
  position: static !important; }
  .mega-menu .navbar {
    position: static; }
  .mega-menu .hamburger-x {
    display: none; }
  .mega-menu .show .hamburger-x {
    display: block;
    margin: 4px 0 0 0; }
  .mega-menu .show .hamburger {
    display: none; }
  .mega-menu .dropdown {
    position: static !important; }
  .mega-menu .hamburger-toggle {
    text-align: center; }
  .mega-menu .dropdown-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 57px;
    border: none;
    border-radius: 0;
    background: #333; }
    .mega-menu .dropdown-menu ul a {
      color: #fff; }
  .mega-menu h4, .mega-menu .h4 {
    color: #ed2127;
    font-weight: lighter;
    margin-bottom: 10px;
    display: block;
    cursor: default;
    text-decoration: none !important; }
  .mega-menu .h4 {
    background: url(../images/icon-x-white.png) no-repeat;
    background-position: left 160px center;
    background-size: 15px; }
  .mega-menu .h4.collapsed {
    background: url(../images/icon-plus-white.png) no-repeat;
    background-position: left 160px center;
    background-size: 15px; }

/* Banner */
#banner {
  position: relative;
  margin: 0 -15px; }

#banner-caption {
  position: absolute;
  top: 50px;
  left: 100px; }

/* Content */
#content {
  padding: 50px 100px 0;
  background-color: #fff; }

/* Footer */
#footer {
  background-color: #475062;
  /*.list-unstyled li{
  	padding-top:2px;
  	padding-bottom:2px;
  }*/ }
  #footer a {
    color: #fff; }
  #footer .mega-menu .h4, #footer .mega-menu h4 {
    text-decoration: none;
    font-size: 1em;
    font-weight: normal; }
  #footer .mega-menu .btn-link {
    white-space: normal;
    text-align: left;
    font-size: .9em;
    font-weight: 300; }

/* Alert Banner */
#alert-banner {
  background: rgba(51, 51, 51, 0.9);
  color: #fff;
  z-index: 999;
  position: absolute;
  width: 100%; }

/* Home Section Images */
#homepageVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black;
  /* in case the video doesn't fit the whole page*/
  /*background-image: /* our video */
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  /*cover video background */
  z-index: 0; }

#section0 .layer {
  /*
  * Preventing flicker on some browsers
  * See http://stackoverflow.com/a/36671466/1081396  or issue #183
  */
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*solves problem with overflowing video in Mac with Chrome */
#fullpage .section .fp-bg, #fullpage .slide .fp-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right; }

#section0 {
  overflow: hidden; }

#section1 .fp-bg {
  background-image: url(../images/home-section-1.jpg); }

#section2-slide1 .fp-bg {
  background-image: url(../images/home-section-2-slide-1.jpg); }

#section2-slide2 .fp-bg {
  background-image: url(../images/home-section-2-slide-2.jpg); }

#section2-slide3 .fp-bg {
  background-image: url(../images/home-section-2-slide-3.jpg); }

#section3 .fp-bg {
  background-color: #fff; }

#section4 .fp-bg {
  background-image: url(../images/home-section-4.jpg); }

#section5 .fp-bg {
  background-image: url(../images/home-section-5.jpg);
  background-position: center right; }

#section6 {
  background-image: url(../images/home-section-6.jpg);
  background-repeat: no-repeat;
  background-size: cover; }

.fp-slidesNav {
  bottom: 150px !important;
  left: auto !important;
  right: 100px !important; }
  .fp-slidesNav a span {
    background-color: #bab8b5 !important;
    height: 16px !important;
    width: 16px !important;
    margin: -8px 0 0 -8px !important; }
  .fp-slidesNav a.active span {
    background-color: #ed2127 !important; }

/* Explore Block */
.explore, .explore-left, .explore-left-bottom {
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  position: relative; }
  .explore img, .explore-left img, .explore-left-bottom img {
    width: 100%; }
  .explore a, .explore-left a, .explore-left-bottom a {
    position: absolute;
    top: 50px;
    right: 0; }

.explore-left a {
  right: auto;
  left: 0; }

.explore-left-bottom a {
  right: auto;
  left: 0;
  top: auto;
  bottom: 0; }

.home-touchlock {
  min-height: 80px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  padding: 15px; }

/* Levels */
.row-level-1 {
  background: url(../images/level-01.png) no-repeat right 100px bottom;
  position: relative; }

.row-level-2 {
  background: url(../images/level-02.png) no-repeat right 100px bottom;
  position: relative; }

.row-level-3 {
  background: url(../images/level-03.png) no-repeat right 100px bottom;
  position: relative; }

.row-level-1:after, .row-level-2:after, .row-level-3:after {
  position: absolute;
  content: '';
  height: 1px;
  bottom: 0;
  left: 100px;
  right: 100px;
  background-color: rgba(0, 0, 0, 0.15); }

/* Common */
.no-border-radius {
  border-radius: 0 !important; }

.row-bg-light {
  background-color: #f4f5f5;
  margin-left: -100px;
  padding-left: 100px;
  margin-right: -100px;
  padding-right: 100px; }

.row-bg-light.row {
  padding-left: 85px;
  padding-right: 85px; }

.row-bg-demo {
  background: url(../images/banner-demo-bg.jpg) no-repeat;
  background-size: cover;
  margin-left: -100px;
  padding-left: 100px;
  margin-right: -100px;
  padding-right: 100px; }

.font-weight-extra-light {
  font-weight: 200; }

ul.list-primary {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.list-primary li {
    padding-left: 1em;
    text-indent: -.7em; }
  ul.list-primary li::before {
    content: "";
    width: 5px;
    height: 5px;
    position: relative;
    display: inline-block;
    top: -3px;
    margin-right: 8px;
    background-color: #ed2127; }

ul.list-secondary {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #949ca1; }
  ul.list-secondary li {
    padding-left: 15px;
    margin-bottom: 5px;
    background: url(../images/icon-plus-red.png) no-repeat;
    background-position: left top 6px; }

.btn-fingerprint {
  padding-right: 100px;
  position: relative;
  min-height: 60px; }

.btn-fingerprint:after {
  content: " ";
  position: absolute;
  width: 60px;
  top: 0;
  bottom: 0;
  right: 0;
  background: #b41c24 url(../images/icon-fingerprint-white.png) center center no-repeat; }

.btn-more {
  padding-right: 100px;
  position: relative; }

.btn-more:after {
  content: " ";
  position: absolute;
  width: 60px;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1) url(../images/icon-btn-arrow-right-lg.png) center center no-repeat; }

.btn-download {
  padding-right: 60px;
  position: relative;
  padding-left: 0;
  color: #949ca1; }

.btn-download:after {
  content: " ";
  position: absolute;
  width: 60px;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../images/icon-download.png) center center no-repeat; }

.btn-contact {
  padding-right: 100px;
  position: relative;
  min-height: 40px; }

.btn-contact:after {
  content: " ";
  position: absolute;
  width: 60px;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1) url(../images/icon-email-white.png) center center no-repeat; }

.btn-chat {
  padding-right: 100px;
  position: relative;
  min-height: 40px; }

.btn-chat:after {
  content: " ";
  position: absolute;
  width: 60px;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1) url(../images/icon-chat.png) center center no-repeat; }

.btn-guide {
  padding-right: 100px;
  position: relative;
  min-height: 40px; }

.btn-guide:after {
  content: " ";
  position: absolute;
  width: 60px;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1) url(../images/icon-download-white.png) center center no-repeat; }

.primary-divider {
  border-top: solid 10px #b41c24;
  width: 60%;
  margin-left: 0; }

.share-story {
  line-height: 1.2em; }

/* Collapse */
@media (min-width: 992px) {
  .mega-menu .dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible; }
    .mega-menu .dont-collapse-sm h4, .mega-menu .dont-collapse-sm .h4 {
      background: none; }
    .mega-menu .dont-collapse-sm a {
      padding: 3px 0; } }
/* Mobile */
@media screen and (max-width: 992px) {
  body {
    padding-top: 0; }

  #header {
    border-top: none;
    position: relative;
    /* Top Menu */
    /* Mega Menu */ }
    #header .top-menu {
      display: none; }
    #header #sub-menu {
      display: none; }
    #header .mega-menu h4, #header .mega-menu .h4 {
      margin-top: 10px; }
    #header .mega-menu .btn-primary {
      width: 50%; }

  #banner {
    overflow: hidden; }

  #banner-img {
    height: 160px;
    width: 100%;}

  #banner-caption .text-white {
    color: inherit !important; }

  #banner-caption .display-3 {
    font-size: 3em; }

  #content {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px; }

  .row-bg-light {
    margin-left: 0;
    padding-left: 0;
    margin-right: 0;
    padding-right: 0; }

  .row-bg-light.row {
    padding-left: 0;
    padding-right: 0; }

  #banner-caption {
    position: static;
    padding: 15px;
    background: #fff; }

  #footer .h4, #footer h4 {
    display: block;
    background-position: left 120px center; } }
