/* @ < 768px, use a 16:9 aspect ratio Ttest..*/
.bb-template.hero-wrapper--video .plp-hero-container.hero-container--video {
    height: 700px;
}
/* @media screen and (min-width:1024px) {
    .bb-template.hero-wrapper--video .plp-hero-container.hero-container--video {
        height: 600px;
    }
} */

@media screen and (min-width: 1024px) {
    .bb-template.hero-wrapper--video .plp-hero-container.hero-container--video {
        height: calc(100vh - 240px); /* full height - (nav + booker) */
    }

    
}
.fixed-plp-check-availability
    .bb-template.hero-wrapper--video
    .plp-hero-container.hero-container--video {
    margin-bottom: 0;
}

.bb-template.hero-wrapper--video .video-player-wrapper {
    position: relative;
    /* top: 18px; */
    width: 100%;
    /* height: calc(100% - 18px); */
    overflow: hidden;
    background-color: black;
}

.bb-template.hero-wrapper--video .video-player-wrapper iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    height: 56.25vw;
    min-height: 100%;
}

/* @media (min-width: 768px) {
  .bb-template.hero-wrapper--video .plp-hero-container.hero-container--video {
        height: calc(100vh + 18px);
    }
} */

@media (min-width: 1024px) {
   .bb-template.hero-wrapper--video .video-player-wrapper {
        top: auto;
        height: calc(100vh + 150px);
    }
}

.bb-template.hero-wrapper--video .hero-video {
    position: absolute;
    /* top: 0; */
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
@media screen and (min-width:768px) {
    .bb-template.hero-wrapper--video .hero-video {
        top: 68px;
    } 
}
@media screen and (min-width:1024px) {
    .bb-template.hero-wrapper--video .hero-video {
        top: 108px;
    } 
}
.bb-template.hero-wrapper--video .video-player-wrapper iframe .player {
    max-width: 100% !important;
    height: 100% !important;
}

.bb-template.hero-wrapper--video .vp-video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Resets for all buttons */
.bb-template.hero-wrapper--video .hero-video .is-control {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.2);
    color: white;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s linear;
    display: none; /* js will handle display */
}

.bb-template.hero-wrapper--video .rotation-button,
.bb-template.hero-wrapper--video .volume-button,
.bb-template.hero-wrapper--video .captions-button {
    position: absolute;
    bottom: 15px;
    left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 15px;
    z-index: 25;
}

.bb-template.hero-wrapper--video .hero-video .volume-button {
    left: 65px;
    font-size: 20px;
}

.bb-template.hero-wrapper--video .hero-video .captions-button {
    left: 115px;
    font-size: 20px;
}
/* 
.bb-template.hero-wrapper--video .hero-video.hero-video--disable-volume .volume-button {
    display: none !important;
} */

.fa-play:before {
    content: "\f04b";
}
.fas {
    font-weight: 900;
    font-family: "FontAwesome";
}
.fa-volume-mute:before {
    content: "\f6a9";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-closed-captioning:before {
    content: "\f20a";
}

.bb-template.hero-wrapper--video .hero-video .rotation-button .pause-container {
    line-height: 0;
}

.bb-template .hero-video .rotation-button span.fa-pause {
    position: relative;
    left: -1px;
}

.bb-template .hero-video .rotation-button .pause-container,
.bb-template .hero-video .rotation-button .resume-container,
.bb-template .hero-video .volume-button .unmute-container,
.bb-template .hero-video .volume-button .mute-container,
.bb-template .hero-video .captions-button .captions-on-container,
.bb-template .hero-video .captions-button .captions-off-container {
    display: none;
}

.bb-template .hero-video .rotation-button .pause-container.is-visible,
.bb-template .hero-video .rotation-button .resume-container.is-visible,
.bb-template .hero-video .volume-button .unmute-container.is-visible,
.bb-template .hero-video .volume-button .mute-container.is-visible,
.bb-template
    .hero-video
    .captions-button
    .captions-on-container.is-visible,
.bb-template
    .hero-video
    .captions-button
    .captions-off-container.is-visible {
    display: block;
}
    .bb-template .video-player-wrapper .video-hero-slider-content-wrapper {
        max-width: 100%;
      }   
@media screen and (min-width:768) {
    .bb-template .video-player-wrapper .video-hero-slider-content-wrapper {
        max-width: 90%;
      }   
}
@media screen and (min-width:1024) {
    .bb-template .video-player-wrapper .video-hero-slider-content-wrapper {
        max-width: 70%;
      }   
}


.bb-template .video-player-wrapper .video-hero-slider-content-wrapper {
    position: absolute;
    bottom: 100px;
    padding: 5px;
    color: white;
    z-index: 31;
 }

@media screen and (min-width: 768px) {
    .bb-template
        .video-player-wrapper
        .video-hero-slider-content-wrapper {
        bottom: 100px;
}
}



@media screen and (min-width: 1024px) {
    .bb-template
        .video-player-wrapper
        .video-hero-slider-content-wrapper {
        position: absolute;
        bottom: 100px;
        color: white;
        max-width: 60%;
        padding-left: 84px;
        padding-right: 84px;

        
    }
}
.bb-template
    .video-player-wrapper
    .video-hero-slider-content-wrapper
    .video-hero-slider__slide-content {
    padding: 5px;
}

@media screen and (min-width: 768px) {
    .bb-template
        .video-player-wrapper
        .video-hero-slider-content-wrapper
        .video-hero-slider__slide-content {
        padding: 15px;
    }
}

.bb-template
    .video-player-wrapper
    .video-hero-slider-content-wrapper
    .video-hero-slider__slide-content
    .video-hero-slider__slide-content-flare {
    font-size: 36px;
    font-weight: 100;
    line-height: 1.05;
    letter-spacing: 0.06em;
    font-family: "ivypresto-display", serif;
    margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
    .bb-template
        .video-player-wrapper
        .video-hero-slider-content-wrapper
        .video-hero-slider__slide-content
        .video-hero-slider__slide-content-flare {
        margin-bottom: 8px;
    }
}
.video-hero-slider__slide-content .awardLogoWrapper img{
    width: 100px;
    height: 100px !important;
}
  @media screen and (min-width:768px) {
    .video-hero-slider__slide-content .awardLogoWrapper img{
        width: 150px;
        height: 150px !important;
     }  
  }
@media screen and (min-width: 768px) {
    .bb-template
        .video-player-wrapper
        .video-hero-slider-content-wrapper
        .video-hero-slider__slide-content
        .video-hero-slider__slide-content-flare {
        font-size: 48px;
    }
}
.bb-template
.video-player-wrapper
.video-hero-slider-content-wrapper
.video-hero-slider__slide-content
h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    text-transform: none;
}
@media screen and (min-width:768px) {
    .bb-template
    .video-player-wrapper
    .video-hero-slider-content-wrapper
    .video-hero-slider__slide-content
    h2 {
    width: 80%;
}
}
@media screen and (min-width:1024px) {
    .bb-template
    .video-player-wrapper
    .video-hero-slider-content-wrapper
    .video-hero-slider__slide-content
    h2 {
    width: 100%;
}
}
.bb-template
    .video-player-wrapper
    .video-hero-slider-content-wrapper
    .video-hero-slider__slide-content
    .video-hero-slider__slide-content-blurb {
    font-size: 20px;
    font-family: "Lato", sans-serif;
}

.bb-template
    .video-player-wrapper
    .video-hero-slider-content-wrapper
    .video-hero-slider__slide-content
    a.video-primary-cta {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    line-height: 26px;
    font-weight: 400;
    background-color: #003e52;
    width: auto;
    height: 26px;
    margin: 6px 0 0;
    padding: 0 8px;
    font-family: "Lato", sans-serif;
}

/* use a 16:9 aspect ratio when in landscape orientation */
@media (max-width: 767px) and (orientation: landscape) {
    .bb-template .plp-hero-container.hero-container--video {
        height: calc(56.25vw + 18px);
    }
}

/* use a 16:9 aspect ratio when in landscape orientation to target smaller screen heights with max-height < 601px */
@media (max-height: 600px) and (orientation: landscape) {
    .bb-template.hero-wrapper--video .plp-hero-container.hero-container--video {
        height: 56.25vw;
    }
}

@media (min-width: 768px) {
    .bb-template.hero-wrapper--video .video-player-wrapper {
        position: relative;
        top: auto;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .bb-template.hero-wrapper--video .video-player-wrapper iframe {
        height: 100%;
        min-height: 56.25vw;
    }

    .captions-active .bb-template.hero-wrapper--video .video-player-wrapper iframe {
        min-height: 100%;
    }
}

.video-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    justify-content: center;
    align-items: center;
}

.hero-container--video-is-careers .video-loader {
    z-index: 28;
}

.video-loader.is-visible {
    display: none;
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: rgb(98, 175, 237);
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.icon-pause {
    width: 0.642578125em;
    color: #fff;
}

.poster-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    opacity: 1;
    z-index: 30;
    transition: all 0.3s ease-in;
    cursor: pointer;
}

.poster-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* play button */
.vimeo-playbtn {
    width: 70px;
    height: 46px;
    background-color: #212121;
    z-index: 1;
    opacity: 0.8;
    border-radius: 10%;
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
    border: 0;
    cursor: pointer;
}

.poster-image:hover .vimeo-playbtn {
    background-color: rgb(98, 175, 237);
    opacity: 1;
}
/* play button triangle */
.vimeo-playbtn:before {
    content: "";
    border-style: solid;
    border-width: 11px 0 11px 19px;
    border-color: transparent transparent transparent #fff;
}

.vimeo-playbtn,
.vimeo-playbtn:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

/* Post-click styles */
.vimeo-activated {
    cursor: unset;
}

.poster-image.vimeo-activated {
    display: none;
}

.poster-image.vimeo-activated::before,
.vimeo-activated .vimeo-playbtn {
    display: none;
}
.bb-template.hero-wrapper--video .hero-video .video-controls {
    display: flex;
    z-index: 20;
}
@media screen and (min-width: 1024px) {
    .hero-video .video-controls {
        display: none;

    }
    .hero-video:hover .video-controls {
        display: flex;
        z-index: 20;
    }
}

.bb-template.hero-wrapper--video .hero-video .video-controls {
    position: absolute;
    bottom: 65px;
    right: 15px;
    align-items: center;
    z-index: 20;
}

@media screen and (min-width: 768px) {
    .bb-template.hero-wrapper--video .video-controls {
        bottom: 85px;
        right: 34px;
        left: auto;
        width: auto;
    }
}

@media screen and (min-width: 1024px) {
    .bb-template.hero-wrapper--video .video-controls {
        bottom: 70px;
        right: 20px;
    }
}

.bb-template.hero-wrapper--video .video-controls .is-control {
    position: relative;
    left: auto;
    bottom: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-left: 12px;
    padding: 0;
    background: transparent;
    font-size: 18px;
    color: #fff;
    border: 2px solid white;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.2s linear;
}

.bb-template.hero-wrapper--video .video-controls .rotation-button.is-control {
    font-size: 15px;
}
