#SimplifiedPage section {
  margin-top: 60px;
}

.header--sticky {
  position: fixed;
  z-index: 1000;
  background: #fff;
}

@media (max-width: 991px) {
  .header--sticky {
    border-bottom: 1px solid #efefef;
  }
}
.search-visible-true .header__nav--global-search.header--sticky {
  background-color: rgba(0, 0, 0, 0.65);
}

.header-simplified .header__top {
  box-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

.header-simplified, .eb-footer {
  text-align: center;
}

a.simplified--header__logo, a.simplified--footer__logo {
  display: inline-block;
  margin: 10px 5px;
  vertical-align: middle;
}

a.simplified--header__logo {
  height: 70px;
}

a.simplified--header__logo__aat {
  height: 50px;
}

a.simplified--footer__logo {
  height: 50px;
}

a.simplified--footer__logo__aat {
  height: 40px;
}

a.simplified--header__logo img, a.simplified--footer__logo img {
  width: auto;
  height: 100%;
}

.header-simplified .header-carousel__image {
  width: 100vw;
  object-fit: cover;
  max-height: none !important;
  min-height: auto !important;
  height: calc(100vh - 44px) !important;
}

.header--home .header-carousel__image {
  width: 100vw;
  object-fit: cover;
  max-height: none !important;
  min-height: auto !important;
  height: calc(100vh - 136px) !important;
}

.header--home .carousel-inner {
  margin-top: 92px;
}

.banner-halfpage.header--home .header-carousel__image {
  height: calc(100vh - 440px) !important;
}

.banner-halfpage.header--home .carousel-inner, #SimplifiedPage .banner-halfpage.header--home .header-carousel__image {
  max-height: 600px !important;
}

@media (max-width: 991px) {
  .header--home .header-carousel__image {
    height: calc(100vh - 110px) !important;
  }
  .header--home .carousel-inner {
    margin-top: 0;
  }
  a.simplified--header__logo {
    height: 50px;
  }
  .simplified--header__logo__aat img {
    height: 40px;
  }
  .eb-footer {
    font-size: 0.8em;
  }
}
@media (max-width: 1600px) {
  .banner-halfpage.header--home .carousel-inner, #SimplifiedPage .banner-halfpage.header--home .header-carousel__image {
    max-height: 560px !important;
  }
}
@media (max-height: 1023px) {
  .banner-halfpage.header--home .carousel-inner, #SimplifiedPage .banner-halfpage.header--home .header-carousel__image {
    height: 480px !important;
  }
}
@media (max-height: 767px) {
  .banner-halfpage.header--home .carousel-inner, #SimplifiedPage .banner-halfpage.header--home .header-carousel__image {
    height: 420px !important;
  }
}
@media (max-height: 480px) {
  .banner-halfpage.header--home .carousel-inner, #SimplifiedPage .banner-halfpage.header--home .header-carousel__image {
    height: 380px !important;
  }
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
  transition: transform 3s ease, opacity 1s ease-out;
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-indicators {
  display: none;
}

.carousel-control {
  top: 15%;
  bottom: 15%;
}

.carousel-control.left, .carousel-control.right {
  background: none;
}

#intro-top {
  /* padding: 0 5%;
  @media (min-width: 768px) and (max-width: 991px){
      padding: 0 1%;
  } */
}
@media (max-width: 767px) {
  #intro-top {
    padding: 0 5%;
  }
}
#intro-top p {
  font-size: 1.6rem;
  line-height: 1.6em;
  margin: 1.2em auto;
}
@media (max-width: 767px) {
  #intro-top p {
    line-height: 1.3em;
  }
}
#intro-top a {
  color: #db1a21;
}
#intro-top a:hover {
  text-decoration: underline;
}

#faq-accordion .panel-title, #SimplifiedPage main .panel-heading {
  cursor: pointer;
  padding-right: 50px;
}

#faq-accordion .panel-title {
  background-color: #ffffff;
  font-size: 2.2rem;
  padding: 2.2rem 1rem;
}

#faq-accordion .panel-heading, #SimplifiedPage main .panel-heading.collapsed {
  text-transform: none;
}

#faq-accordion .panel-heading.collapsed {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#faq-accordion .panel-body a {
  color: #db1a21;
  text-decoration: underline;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here 
  #SimplifiedPage .header-carousel__image {	
       height: auto!important;
  }
  */
}
header {
  z-index: 101;
}

#back-to-top {
  display: block;
  position: fixed;
  bottom: 28px;
  right: 92px;
  opacity: 0.7;
  z-index: 100;
  font-size: 4em;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}

#back-to-top:hover {
  opacity: 0.9;
}

/*# sourceMappingURL=simplifiedPage.css.map */
