body {
    background-color: #010001;
}

.gabm-inner-grid {
    color: #fff;
}

.gabm-inner-grid.explore-cards .col-md-6:last-child > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.gabm-inner-grid.explore-cards .col-md-6:last-child > div .richtext {
    width: 100%;
}

.gabm-benefits-icon img {
    height: 51px;
}

.gabm-2col-background {
    min-height: 760px;
    position: relative;
}

.gabm-2col-background .container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.gabm-2col-background .container a:not(.btncomp) {
    color: #fff;
    text-decoration: underline;
}
/*Override touch target sizes for Experiences page*/
.cmp-carousel__indicators {
    width: 99.5%;
}
.cmp-carousel__indicator {
    height: 44px;
}
.cmp-carousel .gabm-cmp-herovideo--controls {
    top: 20px;
    right: 3px;
}
.cmp-carousel .gabm-cmp-herovideo--controls-btn {
    height: 44px;
    width: 44px;
}
.cmp-carousel .gabm-cmp-herovideo--controls-btn svg {
    height: 44px;
}
.cmp-card-grid .direction-button svg {
    width: 44px;
    height: 44px;
}
#invitationLearnMoreAction {
    font-size: 18px
}
@media screen and (min-width: 768px) {
    .gabm-2col-background {
        min-height: 515px;
        position: relative;
    }

    .gabm-2col-background .container {
        position: absolute;
        bottom: auto;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .gabm-2col-background {
        min-height: 640px;
        position: relative;
    }
}

.tall .mainImage {
  height: 100%;
  max-width: none;
}


/** 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.15);
  }

  @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 **/

  #eventActionByInvitationLearnMore a {
    text-align: left;
    text-decoration: underline;
    outline: none;
    margin-top: -10px;
  }

  #eventActionByInvitationLearnMore:hover a {
    background:transparent;
  }

  .gabm-explore-button a {
    max-width: fit-content;
    padding-right: 2.08rem;
    padding-left:2.08rem;
  }

  .control-dots--item,
  .cmp-carousel__indicator-fill-wrapper {
    border: 0.5px solid #FFFFFF;
  }

  a:focus {
    outline: 1px dashed #FFFFFF;
  }

  .gabm-cmp-herovideo--background::after {
    background: linear-gradient(190.89deg, rgba(0, 111, 207, 0) 35.39%, #47545f 71.76%, #0f0f0f 81.8%) !important;
  }

  @media only screen and (min-device-width: 320px) and (max-device-width: 341px) {
    #gabm-resy-grid > .container {
      top: 490px;
    }

    #gabm-resy-grid {
      height: 890px;
    }

    #gabm-resy-grid > div.hidden-md-up > div{
      background-position: 38% 50%;
    }
  }

  .links i {
    margin-left: 5px;
    display: inline;
  }

  .gabm-cmp-card-cta-button {
    display: flex;
  }

  .card-mosaic.slide-2 > div:nth-child(2) > div:nth-child(1) h3 {
    margin-right: -20px;
  }

  .card-mosaic.slide-1 > div:nth-child(2) > div:nth-child(1) h3 {
    margin-right: -35px;
  }

  .tall h3 {
    width: 202px;
  }

  .gabm-cmp-card-cta-button svg {
    margin-left: 5px;
    rotate: -45deg;
  }

   @media screen and (max-width: 800px) {
     .gabm-cmp-card-cta-button svg {
        position: relative;
        margin-left: 5px;
        top: -5px;
        rotate: -45deg;
      }

     .tall h3 {
        width: 130px;
      }

     .card-mosaic.slide-1 > div:nth-child(2) > div:nth-child(1) svg{
        margin-right: -5px;
      }

     .card-mosaic.slide-2 > div:nth-child(2) > div:nth-child(1) h3 {
        margin-right: -15px;
      }

   }
