





		.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}

/**
 *	This is all the elements used to house all text used
 * in time circles
 **/
.time_circles > div {
    position: absolute;
    text-align: center;
}

/**
 *	Titles (Days, Hours, etc)
 **/
.time_circles > div > h4 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
}

/**
 *	Time numbers, ie: 12
 **/
.time_circles > div > span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 300%;
    margin-top: 0.4em;
    font-weight: bold;
}
.wpcdt-date-conf{display: none;}
.wpcdt-clearfix:before, .wpcdt-clearfix:after{content: "";display: table;}
.wpcdt-clearfix::after{clear: both;}
.wpcdt-countdown-timer{margin: 0 auto;}





html {
    scroll-behavior: smooth;
}

#homepage-banner-iframe {
    border: 0;
    height: 300px;
    width: 100%;
}

@media (min-width: 768px) {
    #homepage-banner-iframe {
        height: 350px;
    }
}

#home-carousel-insure .carousel-item {
    height: 305px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat
}

#home-carousel-insure .carousel-item1 {
    background-image: url(/gallery/discoverycoza/corporate/home-page/375x305-insure-sensor1.jpg)
}

#home-carousel-insure .carousel-item2 {
    background-image: url(/gallery/discoverycoza/corporate/home-page/375x305-insure-sensor2.jpg)
}

#home-carousel-insure .carousel-item3 {
    background-image: url(/gallery/discoverycoza/corporate/home-page/375x305-insure-sensor3.jpg)
}

#home-carousel-insure .carousel-item4 {
    background-image: url(/gallery/discoverycoza/corporate/home-page/375x305-insure-sensor4.jpg)
}

@media (min-width: 768px) {
    #home-carousel-insure {
        width: 100%
    }

    #home-carousel-insure .carousel-item {
        height: 350px
    }

    #home-carousel-insure .carousel-item1 {
        background-image: url(/gallery/discoverycoza/corporate/home-page/1600x350insure-sensor-1.jpg)
    }

    #home-carousel-insure .carousel-item2 {
        background-image: url(/gallery/discoverycoza/corporate/home-page/1600x350insure-sensor-2.jpg)
    }

    #home-carousel-insure .carousel-item3 {
        background-image: url(/gallery/discoverycoza/corporate/home-page/1600x350insure-sensor-3.jpg)
    }

    #home-carousel-insure .carousel-item4 {
        background-image: url(/gallery/discoverycoza/corporate/home-page/1600x350insure-sensor-4.jpg)
    }
}


#home-carousel {
    height: 305px;
    background-image: url(/gallery/discoverycoza/corporate/home-page/discovery-947-ride-mobile.gif);
    background-size: cover;
    background-repeat: no-repeat
}

@media (min-width: 768px) {
    #home-carousel {
        background-image: url(/gallery/discoverycoza/corporate/home-page/discovery-947-ride-desktop.gif);
        height: 350px;
        width: 100%
    }
}


.home-hero-banner {
    background-image: none;
}

@media (min-width: 768px) {
    .home-hero-banner {
        background-image: url("/site/binaries/content/gallery/managedcontent/discoverycoza/corporate/home-page/dsy-homepage-hero-june-1800x900px.jpg");
    }
}

@media (max-width: 767px) {
    #chatbot-contact {
        width: 120px;
        margin-top: 10px;
    }
}

.counter-parent-frame {
    overflow: hidden;
    width: 100%;
    height: 500px;
}

@media (min-width: 768px) {
    .counter-parent-frame {
        height: 300px;
    }
}

@media (min-width: 992px) {
    .counter-parent-frame {
        height: 270px;
    }
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.takeover {
    width: 100%;
    position: relative;
    background-color: #e4e4e4;
    height: 750px;
    overflow: hidden;
    /* background: url("/gallery/discoverycoza/bank/bank-launch-home-page-banner.png") no-repeat center center; */
    background-size: cover;
}

.takeover .icon-scroll,
.takeover .icon-scroll:before {
    position: absolute;
    left: 50%;
}

.takeover .icon-scroll {
    width: 40px;
    height: 70px;
    margin-left: -20px;
    bottom: 5%;
    margin-top: -35px;
    box-shadow: inset 0 0 0 1px #004b8d;
    border-radius: 25px;
}

.takeover .icon-scroll:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #004b8d;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(46px);
        transform: translateY(46px);
    }
}

.takeover .scrolldown {
    position: absolute;
    bottom: 80px;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb05 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

@keyframes sdb05 {
    0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(46px);
        transform: translateY(46px);
    }
}

.video-banner {
    position: relative;
    overflow: hidden;
    height:100%;
}

.banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
}

@media only screen and (max-width: 850px) {
    .takeover {
        /* background: url("/site/binaries/content/gallery/managedcontent/discoverycoza/corporate/home-page/vitality-open-mobile.jpg") no-repeat center center; */
        background-size: cover;
        height: 530px;
    }

    .banner-video {
        display: none;
    }

}

.takeover .message {
    /* background: rgba(0,0,0,0.3); */
    position: absolute;
    color: fff;
    padding: 2rem;
    width: 500px;
    top: 0px;
    height: 300px;
    left: 5%;
}

.svg-162 {
    width: 162px;
    height: 162px;
}

.takeover-quote {
    display: inline-block;
    margin: 0;
    width: 100%;
    margin-top: 10px;
}

@media only screen and (min-width: 850px) {
    .takeover-quote {
        display: inline-block;
        margin: 0;
        width: 16%;
    }
}

.vitality-open-link {
    width: 100%;
    height: 100%;
    display: block;
}

#home-carousel-bank .bank-gray {
    color: #292B2C
}

#home-carousel-bank .bank-gradient {
    background: linear-gradient(90deg, #1ee1cb, #6321fc 50%, #f09 100%);
    height: 5px;
    border-radius: 5px
}

#home-carousel-bank .bank-gradient-line {
    margin-top: .3rem;
    background: linear-gradient(90deg, #1ee1cb, #6321fc 50%, #f09 100%);
    height: 5px;
    border-radius: 5px;
    overflow: hidden
}

#home-carousel-bank .carousel-item {
    height: 305px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat
}

#home-carousel-bank .bank-banner-text-wrapper {
    display: none
}

@media (min-width: 768px) {
    #home-carousel-bank .bank-banner-text-wrapper {
        display: block;
        padding: .5rem;
        width: 610px
    }

    #home-carousel-bank .bank-banner-text-wrapper .h2 {
        font-size: 2rem;
        margin-bottom: 0
    }

    #home-carousel-bank .bank-banner-text-wrapper .h1 {
        font-size: 2.5rem;
        margin-bottom: 0
    }
}

#home-carousel-bank .carousel-item1 {
    background-image: url(/gallery/discoverycoza/corporate/home-page/375x306-bank-healthier-1-v2.jpg)
}

#home-carousel-bank .carousel-item2 {
    background-image: url(/gallery/discoverycoza/corporate/home-page/375x306-bank-healthier-2-v2.jpg)
}

#home-carousel-bank .carousel-item3 {
    background-image: url(/gallery/discoverycoza/corporate/home-page/375x306-bank-healthier-3-v2.jpg)
}

#home-carousel-bank .carousel-item4 {
    background-image: url(/gallery/discoverycoza/corporate/home-page/375x306-bank-healthier-4-v2.jpg)
}

#home-carousel-bank .carousel-item5 {
    background-image: url(/gallery/discoverycoza/corporate/home-page/375x306-bank-healthier-5-v2.jpg)
}

@media (min-width: 768px) {
    #home-carousel-bank {
        width: 100%
    }

    #home-carousel-bank .carousel-item {
        height: 350px
    }

    #home-carousel-bank .carousel-item1 {
        background-image: url(/gallery/discoverycoza/corporate/home-page/1600x350-bank-healthier-1-v2.jpg);
        background-position: left top
    }

    #home-carousel-bank .carousel-item1 .bank-banner-text-wrapper {
        margin-left: 250px
    }

    #home-carousel-bank .carousel-item2 {
        background-image: url(/gallery/discoverycoza/corporate/home-page/1600x350-bank-healthier-2-v2.jpg);
        background-position: left top
    }

    #home-carousel-bank .carousel-item2 .bank-banner-text-wrapper {
        margin-left: 450px
    }

    #home-carousel-bank .carousel-item3 {
        background-image: url(/gallery/discoverycoza/corporate/home-page/1600x350-bank-healthier-3-v2.jpg);
        background-position: left top
    }

    #home-carousel-bank .carousel-item3 .bank-banner-text-wrapper {
        margin-left: 250px
    }

    #home-carousel-bank .carousel-item4 {
        background-image: url(/gallery/discoverycoza/corporate/home-page/1600x350-bank-healthier-4-v2.jpg);
        background-position: left top
    }

    #home-carousel-bank .carousel-item4 .bank-banner-text-wrapper {
        margin-left: 250px
    }

    #home-carousel-bank .carousel-item5 {
        background-image: url(/gallery/discoverycoza/corporate/home-page/1600x350-bank-healthier-5-v3.jpg);
        background-position: left top
    }

    #home-carousel-bank .carousel-item5 .bank-banner-text-wrapper {
        margin-left: 450px
    }
}

.bank-logo-container, .bank-logo-container svg {
    display: none
}

@media (min-width: 768px) {
    .bank-logo-container {
        display: block;
        position: absolute;
        right: 20px;
        top: 0
    }

    .bank-logo-container svg {
        display: block
    }
}

.bank-banner-actions-container {
    position: absolute;
    right: 5px;
    bottom: 40px;
    z-index: 10
}

@media (min-width: 768px) {
    .bank-banner-actions-container {
        right: 20px
    }
}

.bank-banner-actions-container .apple-app-store-image, .bank-banner-actions-container .play-store-image {
    height: 30px
}

@media (min-width: 768px) {
    .bank-banner-actions-container .apple-app-store-image, .bank-banner-actions-container .play-store-image {
        height: 40px
    }
}

.fsp-disclaimer {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -5px;
    z-index: 1;
    color: #000;
    font-size: 8px
}

@media (min-width: 768px) {
    .fsp-disclaimer {
        text-align: right;
        display: block;
        font-size: 80%;
        right: 20px;
        color: #000
    }
}
.font-weight-bold {
    font-weight: 700 !important;
}

#home-carousel-insure {
    position: relative;
    height: 350px
}

#home-carousel-insure .home-carousel-insure-video-content, #home-carousel-insure video {
    display: none
}

@media (min-width: 768px) {
    #home-carousel-insure video {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        min-width: 100%;
        min-height: 100% px;
        width: auto;
        height: auto;
        z-index: -1000;
        overflow: hidden
    }
}

@media (min-width: 768px) {
    #home-carousel-insure .home-carousel-insure-video-content {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0
    }
}

#home-carousel-insure .home-carousel-insure-mobile-content {
    display: block;
    height: 305px;
    background-image: url(/gallery/discoverycoza/corporate/home-page/dis-insure-new-campaign-375x306.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

@media (min-width: 768px) {
    #home-carousel-insure .home-carousel-insure-mobile-content {
        display: none !important
    }
}

#home-banner-bank-iphone {
    color: #292b2c;
    position: relative;
    height: 350px;
    background-image: url(/gallery/discoverycoza/corporate/home-page/bank/375x306.jpg);
    background-repeat: no-repeat;
    background-size: contain
}

@media (min-width: 576px) {
    #home-banner-bank-iphone {
        height: 200px;
        background-image: url(/gallery/discoverycoza/corporate/home-page/bank/1600x350-bgk.jpg);
        background-position: left;
        background-size: contain
    }
}

@media (min-width: 768px) {
    #home-banner-bank-iphone {
        height: 230px
    }
}

@media (min-width: 992px) {
    #home-banner-bank-iphone {
        height: 280px
    }
}

@media (min-width: 1200px) {
    #home-banner-bank-iphone {
        height: 350px
    }
}

#home-banner-bank-iphone .bank-iphone-header {
    font-size: 1.2rem
}

@media (min-width: 992px) {
    #home-banner-bank-iphone .bank-iphone-header {
        font-size: 1.5rem;
        font-weight: 600
    }
}

@media (min-width: 1200px) {
    #home-banner-bank-iphone .bank-iphone-header {
        font-size: 2rem
    }
}

#home-banner-bank-iphone #bank-iphone-header-2 .bank-iphone-header {
    font-weight: 300
}

#home-banner-bank-iphone .bank-logo-container, #home-banner-bank-iphone .bank-logo-container svg {
    display: none
}

@media (min-width: 576px) {
    #home-banner-bank-iphone .bank-logo-container {
        display: block;
        position: absolute;
        right: 50px;
        top: 0
    }

    #home-banner-bank-iphone .bank-logo-container svg {
        display: block
    }
}

#home-banner-bank-iphone .bank-logo-container .bank-logo-iphone {
    height: 50px;
    width: 70px
}

@media (min-width: 768px) {
    #home-banner-bank-iphone .bank-logo-container .bank-logo-iphone {
        height: 80px;
        width: 100px
    }
}

@media (min-width: 992px) {
    #home-banner-bank-iphone .bank-logo-container .bank-logo-iphone {
        height: 80px;
        width: 150px
    }
}

#home-banner-bank-iphone .bank-iphone-disclaimer {
    display: none;
    font-size: 8px;
    position: absolute;
    right: 50px;
    bottom: 0;
    text-align: right;
    white-space: nowrap
}

@media (min-width: 576px) {
    #home-banner-bank-iphone .bank-iphone-disclaimer {
        display: block
    }
}

@media (min-width: 768px) {
    #home-banner-bank-iphone .bank-iphone-disclaimer {
        font-size: 10px
    }
}

@media (min-width: 992px) {
    #home-banner-bank-iphone .bank-iphone-disclaimer {
        font-size: 12px
    }
}

#home-banner-bank-iphone #bank-iphone-button {
    font-size: 12px
}

@media (min-width: 992px) {
    #home-banner-bank-iphone #bank-iphone-button {
        font-size: 1rem
    }
}


#home-carousel-insure-weather {
    position: relative;
    height: 350px
}

#home-carousel-insure-weather .home-carousel-insure-video-content, #home-carousel-insure-weather video {
    display: none
}

@media (min-width: 768px) {
    #home-carousel-insure-weather video {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        min-width: 100%;
        min-height: 100% px;
        width: auto;
        height: auto;
        z-index: -1000;
        overflow: hidden
    }
}

@media (min-width: 768px) {
    #home-carousel-insure-weather .home-carousel-insure-video-content {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0
    }
}

#home-carousel-insure-weather .home-carousel-insure-mobile-content {
    position: relative;
    display: block;
    height: 305px;
    background-image: url(/gallery/discoverycoza/corporate/home-page/insure-weather-mobile.jpg?v=2);
    background-size: cover;
    background-repeat: no-repeat
}

@media (min-width: 768px) {
    #home-carousel-insure-weather .home-carousel-insure-mobile-content {
        display: none !important
    }
}

#home-carousel-insure-weather .home-carousel-insure-mobile-content [id^=insure-carousel-weather-mobile-content] {
    display: none
}

#home-carousel-insure-weather .home-carousel-insure-mobile-content .insure-weather-disclaimer-mobile {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 10px
}

#home-carousel-insure-weather .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

#home-carousel-insure-weather .insure-weather-disclaimer {
    display: none;
    font-size: 8px;
    position: absolute;
    right: 45px;
    bottom: 0;
    padding: 5px;
    text-align: right;
    white-space: nowrap
}

@media (min-width: 576px) {
    #home-carousel-insure-weather .insure-weather-disclaimer {
        display: block;
        font-size: 12px
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}

.box-shadow-custom{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#vitality-counter-banner-iframe {
    border: 0;
    height: 340px;
    width: 100%;
}

@media (min-width: 1024px) {
    #vitality-counter-banner-iframe {
        height: 190px;
    }
}

#bank-shared-value-iframe {
    border: 0;
    height: 4500px;
    width: 100%;
}

@media (min-width: 1024px) {
    #bank-shared-value-iframe {
        height: 3500px;
    }
}

#miles-dday-countdown-iframe {
    border: 0;
    height: 100px;
    /* height: 530px; */
    width: 100%;
}

@media (min-width: 1024px) {
    #miles-dday-countdown-iframe {
        height: 100px;
        /* height: 168px; */
    }
}

@media (max-width: 767px) {
    #topnav-sl-travel-log-in-to-book-travel {
        display:none!important
    }

    .hidden-xs {
        display:none!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    #topnav-sl-travel-log-in-to-book-travel {
        display:none!important
    }
    .hidden-sm {
        display:none !important
    }
}



/* Tracking */
:root {
    --color-red-500: oklch(0.637 0.237 25.331);
}
.ga-has-error {
    border: 4px dashed red;
    display: block;
}

.ga-has-error .ga-error{
    z-index: 100;
    font-size: 10px;
    background-color: color-mix(in oklab, var(--color-red-500) 75%, transparent);
    color: #fff;
    text-wrap: wrap;
    padding: 16px;
    font-weight: 600;
}

.tracking-indicator-container {
    display: flex;
}

@keyframes ping {
    75%, to {
        opacity: 0;
        transform: scale(2);
    }
}

.tracking-indicator-container span:first-of-type {
    position: absolute;
    display: inline-flex;
    height: 100%;
    width: 100%;
    animation: ping 1s cubic-bezier(0, 0, .2, 1) infinite;
    opacity: .75;
    border-radius: 6px;
    background-color: #f6339a;
}

.tracking-indicator-container span:nth-of-type(2) {
    position: relative;
    display: inline-flex;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #f6339a;
}

.click-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 2;
}

