body {
  background-color: #000;
}

.gabm-bg-white {
  background-color: #fff;
}

.gabm-bg-black {
  background-color: #000;
}

#chatButton {
  width: 100% !important;
  max-width: 100% !important;
  text-align: center;
  min-height: 50px;
}

#chatButton span {
  display: none;
}

#chatButton img {
  float: none !important;
  height: 50px;
}

/** overrides for hero zoom **/
.gabm-cmp-herovideo--background img {
  transform: translate(-50%, -50%) scale(1);
}

.gabm-cmp-herovideo--background img.ready {
  transition: 6s transform 0ms linear;
}

.gabm-cmp-herovideo--background.zoom-in img {
  transform: translate(-50%, -50%) scale(1.2);
}

@media screen and (min-width: 768px) {
  .gabm-cmp-herovideo--background img {
    max-width: none;
    height: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .gabm-cmp-herovideo--background img {
    max-width: 100%;
    max-height: none !important;
    min-height: 100%;
    height: auto !important;
  }
}
/** end overrides for hero zoom **/

.gabm-cmp-herovideo .gabm-videohero-absolute-image {
  display: block;
  position: absolute;
  top: 90px;
  left: 15px;
  opacity: 0.4;
}

.gabm-cmp-herovideo .gabm-videohero-absolute-image img {
  width: 220px;
}

@media only screen and (min-width: 768px) {
  .gabm-cmp-herovideo .gabm-videohero-absolute-image {
    top: 100px;
    left: 80px;
  }
}

@media only screen and (min-width: 1200px) {
  .gabm-cmp-herovideo .gabm-videohero-absolute-image {
    left: 130px;
  }

  .gabm-cmp-herovideo .gabm-videohero-absolute-image img {
    width: 320px;
  }
}

.gabm-cmp-herovideo--content .gabm-videohero-absolute-image {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
}

@media only screen and (max-height: 770px) {
  .gabm-cmp-herovideo .gabm-videohero-absolute-image {
    top: 55px !important;
  }

  .gabm-cmp-herovideo .gabm-videohero-absolute-image img {
    width: 200px !important;
  }
}

@media screen and (max-width: 450px) {
  .gabm-cmp-herovideo--heading {
    padding: 0 12px;
    text-align: left;
  }
}

@media screen and (min-width: 451px) {
  .gabm-cmp-herovideo--heading {
    padding: 0 0 0 80px;
    text-align: left;
  }
}

@media screen and (min-width: 1200px) {
  .gabm-cmp-herovideo--heading {
    padding: 0 0 0 134px;
    text-align: left;
  }
}

.gabm-cmp-herovideo--heading-title h2 {
  font-size: 30px;
}

@media screen and (max-width: 450px) {
  .gabm-cmp-herovideo--heading-title h2 {
    text-align: left;
    font-size: 22px;
  }
}

.gabm-cmp-herovideo--heading-title h1 b {
  font-size: 55px;
}

@media screen and (max-width: 450px) {
  .gabm-cmp-herovideo--heading-title h1 b {
    text-align: left;
    font-size: 48px;
  }
}

.gabm-cmp-herovideo--content {
    margin-left: 50px;
}

@media screen and (max-width: 767px) {
    .gabm-cmp-herovideo--content {
        margin-left: 0;
    }
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
    .gabm-cmp-herovideo--content {
        margin-left: 80px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
    .cmp-carousel .gabm-cmp-herovideo--heading {
        padding: 0;
    }
}

.cmp-carousel .gabm-cmp-herovideo--content .gabm-videohero-absolute-image {
  display: none;
}

.cmp-carousel-edit .gabm-cmp-herovideo--content .gabm-videohero-absolute-image {
  display: block;
}

.gabm-intro-text .container {
    margin: 0;
    padding: 0 0 0 134px;
  }

@media screen and (max-width: 450px) {
  .gabm-intro-text {
    padding: 0 10px 0 12px;
  }
}

@media screen and (max-width: 450px) {
  .gabm-intro-text .container {
    padding: 0 0 0 10px;
  }
}

@media screen and (max-width: 1200px) {
  .gabm-intro-text .container {
    padding: 0 0 0 80px;
  }
}

@media screen and (max-width: 450px) {
  .gabm-intro-text .container {
    padding: 0;
    text-align: center;
  }
}

.gabm-terms-cond {
  margin-bottom: -22px;
}

@media screen and (min-width: 451px) {
  .gabm-cmp-herovideo--heading .btn {
    max-width: 17.5rem;
  }
}

.variant-a,
.variant-b {
  display: none;
}

.aem-AuthorLayer-Layouting .variant-a,
.aem-AuthorLayer-Layouting .variant-b,
.aem-AuthorLayer-Edit .variant-a,
.aem-AuthorLayer-Edit .variant-b {
  display: block;
}

.variant-show {
  display: block;
}

.events-header-title {
    max-width: 80%;
}

.event-card-text {
    max-width: 90% !important;
}

@media screen and (max-width: 450px) {
    .events-header-title {
      max-width: none;
    }
  }

.event-card-description {
    text-transform: none;
}

.gabm-access-grid {
    margin: 0 0 30px 0;
}

.gabm-cmp-flipcards__sub-benefit-copy p i {
  font-size: 0.65rem !important;
  display: inline-block;
  margin-top: 10px;
  line-height: 1.1rem;
}

.gabm-explore-text p {
    margin: 0 22%;
}

@media screen and (max-width: 768px) {
    .gabm-explore-text p {
      margin: 0;
    }
  }

.gabm-explore-button a {
    text-decoration: underline;
}


.cmp-carousel.mobile-small {
  min-height: 500px;
}

.cmp-carousel.mobile-small .cmp-carousel__content {
  min-height: 500px;
}

.cmp-carousel.mobile-small .gabm-cmp-herovideo {
  min-height: 500px;
}

.cmp-carousel.mobile-small .gabm-cmp-herovideo--background {
  min-height: 500px;
}

.cmp-carousel .gabm-cmp-herovideo--heading-title h1 b, .cmp-carousel .gabm-cmp-herovideo--heading-title h2 b, .cmp-carousel .gabm-cmp-herovideo--heading-title h3 b, .cmp-carousel .gabm-cmp-herovideo--heading-title h4 b, .cmp-carousel .gabm-cmp-herovideo--heading-title h5 b, .cmp-carousel .gabm-cmp-herovideo--heading-title h6 b {
  font-size: 20px;
  text-align: left;
}


.cmp-carousel .gabm-cmp-herovideo--heading-title h1, .cmp-carousel .gabm-cmp-herovideo--heading-title h2, .cmp-carousel .gabm-cmp-herovideo--heading-title h3, .cmp-carousel .gabm-cmp-herovideo--heading-title h4, .cmp-carousel .gabm-cmp-herovideo--heading-title h5, .cmp-carousel .gabm-cmp-herovideo--heading-title h6 {
  font-size: 20px;
  text-align: left;
}


.cmp-carousel .gabm-cmp-herovideo--heading-title h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .cmp-carousel .gabm-cmp-herovideo--heading-title h1 b, .cmp-carousel .gabm-cmp-herovideo--heading-title h2 b, .cmp-carousel .gabm-cmp-herovideo--heading-title h3 b, .cmp-carousel .gabm-cmp-herovideo--heading-title h4 b, .cmp-carousel .gabm-cmp-herovideo--heading-title h5 b, .cmp-carousel .gabm-cmp-herovideo--heading-title h6 b {
    font-size: 24px;
  }
  
  
  .cmp-carousel .gabm-cmp-herovideo--heading-title h1, .cmp-carousel .gabm-cmp-herovideo--heading-title h2, .cmp-carousel .gabm-cmp-herovideo--heading-title h3, .cmp-carousel .gabm-cmp-herovideo--heading-title h4, .cmp-carousel .gabm-cmp-herovideo--heading-title h5, .cmp-carousel .gabm-cmp-herovideo--heading-title h6 {
    font-size: 24px;
  }

  .cmp-carousel .gabm-cmp-herovideo--heading-title h1 {
    font-size: 53px;
  } 
}

@media screen and (min-width: 1024px) {
  .cmp-carousel .gabm-cmp-herovideo--heading-title h1 b, .cmp-carousel .gabm-cmp-herovideo--heading-title h2 b, .cmp-carousel .gabm-cmp-herovideo--heading-title h3 b, .cmp-carousel .gabm-cmp-herovideo--heading-title h4 b, .cmp-carousel .gabm-cmp-herovideo--heading-title h5 b, .cmp-carousel .gabm-cmp-herovideo--heading-title h6 b {
    font-size: 30px;
  }
  
  
  .cmp-carousel .gabm-cmp-herovideo--heading-title h1, .cmp-carousel .gabm-cmp-herovideo--heading-title h2, .cmp-carousel .gabm-cmp-herovideo--heading-title h3, .cmp-carousel .gabm-cmp-herovideo--heading-title h4, .cmp-carousel .gabm-cmp-herovideo--heading-title h5, .cmp-carousel .gabm-cmp-herovideo--heading-title h6 {
    font-size: 30px;
  }

  .cmp-carousel .gabm-cmp-herovideo--heading-title h1 {
    font-size: 58px;
  } 
}

.breadcrumbs-container .container {
  max-width: 1240px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
 .breadcrumbs-container .container {
    padding-left: 20px;
    padding-right: 20px;
  } 
}