﻿@charset "UTF-8";
/* breakpoints */
.carousel {
    /*border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;*/
    position: relative;
    /* box-sizing: border-box;*/
    padding: 10px;
    text-align: center;
    /*background: #FFFFFF;*/
}
/* southerncross changes to carousel - 540 */
.component.content {
    padding-left: 0;
    padding-right: 0;
}

.component.carousel {
    padding: 0;
}

@media (min-width: 320px) and (max-width: 480px) {
    .carousel-large {
        display: none;
    }

    .carousel-mobile {
        display: block !important;
    }

    .carousel .field-slideimage img {
        object-fit: none;
    }
    
}

.carousel-mobile {
    display: none;
}

.carousel a {
    display: inline-block;
    vertical-align: middle;
    vertical-align: middle;
    font: inherit;
    text-align: center;
    margin: 0;
    cursor: pointer;
    padding: 3px 24px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 3px;
    border: none;
    font-weight: 500;
    color: white;
}

@media (min-width: 768px) {
    .carousel .field-slidelink .orange a:hover, .carousel .field-slidelink .orange a:focus, .carousel .field-slidelink .orange a:active {
        background-color: #FFBF3F !important;
        text-decoration: none;
        color: #fff;
    }
}


.carousel .wrapper {
    padding-bottom: 20px;
}

.carousel .slides {
    position: relative;
}
/* Carousel Height Variations */
/* tall height */
.component.carousel.tall-image .slides,
.component.carousel.tall-image .field-slideimage,
.component.carousel.tall-image .sc-background-image-tile,
.component.carousel.tall-image .sc-background-image-stretch {
    height: 540px;
}

/* medium height */
.component.carousel.medium-carousel .slides,
.component.carousel.medium-carousel .field-slideimage,
.component.carousel.medium-carousel .sc-background-image-tile,
.component.carousel.medium-carousel .sc-background-image-stretch {
    height: 514px;
}
 
/* short height*/

.component.carousel.short-carousel .slides,
.component.carousel.short-carousel .field-slideimage,
.component.carousel.short-carousel .sc-background-image-tile,
.component.carousel.short-carousel .sc-background-image-stretch {
    height: 370px;
}

.component.carousel.short-carousel-inner .slides,
.component.carousel.short-carousel-inner .field-slideimage,
.component.carousel.short-carousel-inner .sc-background-image-tile,
.component.carousel.short-carousel-inner .sc-background-image-stretch {
    height: 430px;
}

.short-carousel-inner .slide-content-wrap .field-slidetext h1,
.short-carousel-inner .slide-content-wrap .field-slidetext .h1 {
    font-size: 32px;
}

.component.carousel.short-carousel h1,
.component.carousel.short-carousel .h1 {
    font-size: 40px;
}

.component.carousel.short-carousel p {
    font-size: 18px;
}

.component.carousel.short-carousel .field-slidelink a {
    font-size: 16px;
}

.carousel.short-carousel .content-right .slide-info {
    margin-top: 30px;
}
/* Icon Carousel minimum width */
.carousel.icon-carousel .field-slidetext {
    min-height: 65px;
}
/* Temp Carousel Fix */
.temp-sitecore-car div.carousel:last-child {
    display: none;
}

@media (max-width: 767px) {
    .component.carousel.short-carousel h1, .component.carousel.short-carousel .h1 {
        font-size: 32px;
        line-height: 34px;
    }

    .component.carousel.short-carousel p {
        max-width: 425px;
        font-size: 18px;
    }

    /*.temp-sitecore-car div.carousel:last-child {
        display: block;
    }
    .temp-sitecore-car div.carousel:first-child {
        display: none;
    }*/
}

/* download icon */
a.download-icon::before {
    content: "";
    display: inline-block;
    background: url(Images/download-icon.svg);
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    position: relative;
    bottom: -2px;
    left: -5px;
}
a.download-icon.c-btn--primary {
    font-size: 14px !important;
}
@media (max-width: 480px) {
    a.download-icon {
        font-size: 12px !important;
    }
        
}
/* Carousel content */
.component.content.content-left h1,
.component.content.content-left .h1,
.component.content.content-left p {
    margin-left: 0;
    text-align: left;
}

.component.carousel.content-left .field-slidelink a {
    margin-left: 0;
    display: block;
    max-width: 360px;
}

.content-left .field-slidelink {
    display: flex;
    max-width: 350px;
}

.carousel .content-left .slide-info {
    align-items: flex-start;
}

.carousel .content-right .slide-info {
    position: unset;
    top: unset;
    left: unset;
    transform: none;
    display: unset;
    height: unset;
    flex-direction: unset;
    width: unset;
    max-width: unset;
    padding: unset;
    width: 480px;
    margin-top: 0;
    margin-right: 15px;
    display: flex;
    width: 40%;
    flex-direction: column;
    justify-content: center;
}

.component.content.content-right h1,
.component.content.content-right .h1,
.component.content.content-right p {
    margin-right: 0;
}

.carousel .content-left .field-slidetext {
    text-align: left;
}

.content-right section.slide-content-wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-width: 1200px;
    margin: auto;
    padding: 0 5px;
    display: flex;
    justify-content: flex-end;
}

.component.content.content-right .field-slidetext {
    padding-top:0;
}
.component.content.content-right .field-slidetext h1{
    margin-top: 0;
}
@media (max-width: 767px) {
    .carousel .content-right h1, .carousel .content-right .h1, .carousel .content-right p {
        text-align: center;
    }

    .carousel .content-right .field-slidelink a {
        margin: auto !important;
    }

    .carousel .content-right .slide-info {
        min-height: 200px;
        width: 100%;
    }

    .carousel .content-right .field-slidetext p {
        max-width: inherit;
    }

    .carousel .content-right .field-slidetext {
        width: 100% !important;
    }

    .component.content.content-right .field-slidelink {
        width: 100% !important;
    }

    .component.content.content-right .field-slidetext h1,
    .component.content.content-right .field-slidetext .h1,
    .component.content.content-right .field-slidetext p {
        line-break: auto;
    }

    .carousel .content-right .slide-info {
        margin: 80px auto;
    }
}

.carousel .slides:after {
    content: "";
    display: block;
    clear: both;
}

.carousel .nav {
    margin-top: 10px;
}

    .carousel .nav .nav-items {
        display: inline-block;
        position: relative;
        height: 32px;
        min-width: 20px;
        margin: 0 15px;
        vertical-align: middle;
        cursor: pointer;
    }

        .carousel .nav .nav-items:before, .carousel .nav .nav-items:after {
            /*background-image: url(../Images/player.png);*/
            content: '';
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            width: 9px;
        }

        .carousel .nav .nav-items:before {
            left: -9px;
            background-position: -154px -152px;
        }

        .carousel .nav .nav-items:after {
            right: -9px;
            background-position: -225px -152px;
        }

        .carousel .nav .nav-items .sxa-bullets, .carousel .nav .nav-items .sxa-numbers {
            position: relative;
            height: 32px;
            float: left;
            width: 15px;
            box-sizing: border-box;
        }

            /* .carousel .nav .nav-items .active {
            background-color: #fff !important;
        }*/

            .carousel .nav .nav-items .sxa-bullets:before {
                /* background-image: url(../Images/player.png);*/
                background-color: rgba(255,255,255,.3);
                /* background-image: url(../Images/player.png); */
                background-position: 0 -152px;
                left: -10px;
                content: '';
                width: 8px;
                height: 8px;
                border-radius: 20px;
                display: block;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

            .carousel .nav .nav-items .sxa-bullets.active:before {
                background-position: -75px -152px;
                background-color: #fff;
            }

        .carousel .nav .nav-items .sxa-numbers {
            padding-top: 3px;
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZWZlZmVmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTYlIiBzdG9wLWNvbG9yPSIjZmJmYmZiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjIlIiBzdG9wLWNvbG9yPSIjZmVmZWZlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzQlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDElIiBzdG9wLWNvbG9yPSIjZmRmZGZkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjdmN2Y3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjYlIiBzdG9wLWNvbG9yPSIjZThlOGU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzglIiBzdG9wLWNvbG9yPSIjZDVkNWQ1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODQlIiBzdG9wLWNvbG9yPSIjY2VjZWNlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODglIiBzdG9wLWNvbG9yPSIjMGQwZjExIiBzdG9wLW9wYWNpdHk9IjAuNDQiLz4KICAgIDxzdG9wIG9mZnNldD0iOTQlIiBzdG9wLWNvbG9yPSIjMGQwZjExIiBzdG9wLW9wYWNpdHk9IjAuMyIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMGQwZjExIiBzdG9wLW9wYWNpdHk9IjAuMTIiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
            /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #eeeeee 0%, #efefef 3%, #fbfbfb 16%, #fefefe 22%, white 34%, #fdfdfd 41%, #f7f7f7 50%, #e8e8e8 66%, #d5d5d5 78%, #cecece 84%, rgba(13, 15, 17, 0.44) 88%, rgba(13, 15, 17, 0.3) 94%, rgba(13, 15, 17, 0.12) 100%);
            /* Chrome10-25,Safari5.1-6 */
            background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), color-stop(3%, #efefef), color-stop(16%, #fbfbfb), color-stop(22%, #fefefe), color-stop(34%, white), color-stop(41%, #fdfdfd), color-stop(50%, #f7f7f7), color-stop(66%, #e8e8e8), color-stop(78%, #d5d5d5), color-stop(84%, #cecece), color-stop(88%, rgba(13, 15, 17, 0.44)), color-stop(94%, rgba(13, 15, 17, 0.3)), to(rgba(13, 15, 17, 0.12)));
            background: linear-gradient(to bottom, #eeeeee 0%, #efefef 3%, #fbfbfb 16%, #fefefe 22%, white 34%, #fdfdfd 41%, #f7f7f7 50%, #e8e8e8 66%, #d5d5d5 78%, #cecece 84%, rgba(13, 15, 17, 0.44) 88%, rgba(13, 15, 17, 0.3) 94%, rgba(13, 15, 17, 0.12) 100%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        }

            .carousel .nav .nav-items .sxa-numbers:hover {
                color: #878787;
            }

            .carousel .nav .nav-items .sxa-numbers.active {
                font-weight: bold;
            }

    .carousel .nav .prev-text, .carousel .nav .next-text {
        position: relative;
        font-size: 0;
        display: inline-block;
        vertical-align: middle;
        text-decoration: none;
        color: #fff;
        line-height:normal;
    }
/*custom*/
.carousel {
    padding-top: 0;
    padding-bottom: 0;
}

    .carousel .field-slideimage img {
        display: none;
    }


    .carousel .field-slideimage,
    .carousel .sc-background-image-tile,
    .carousel .sc-background-image-stretch {
        width: 100%;
        height: 514px;
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 0 0 50% 50% / 4%;
    }

    .carousel.no-radius .field-slideimage,
    .carousel.no-radius .sc-background-image-tile,
    .carousel.no-radius .sc-background-image-stretch {
        border-radius: 0;
    }

.field-slideimage:before {
    /*  content: '';
    opacity: .4;
    background-image: linear-gradient(to left,rgba(0,0,0,0) 17%,rgba(0,0,0,.52) 97%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    right: 0;
    bottom: 0;*/
}

.carousel .inner-banner .field-slideimage img {
    border-radius: 0 !important;
}

.carousel .nav .prev-text {
    position: absolute !important;
    top: -75px;
    bottom: 0;
    display: -webkit-box !important;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 6%;
    color: #fff;
    text-align: center;
    float: left;
    z-index: 98;
    opacity: 1;
}

.carousel .next-text {
    position: absolute !important;
    top: -75px;
    bottom: 0;
    display: -webkit-flex !important;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 6%;
    color: #fff;
    text-align: center;
    opacity: 1;
    right: 0;
    z-index: 1;
}

.carousel .slide-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    /* height: auto; */
    flex-direction: column;
    width: 80%;
    max-width: 1200px;
    padding: 0 20px 20px;
}

.carousel slide-text {
}

.carousel .nav-items {
    position: absolute !important;
    bottom: 4%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.carousel h1,
.carousel .h1 {
    color: #FFFF;
    margin-bottom: 0 !important;
    text-shadow: 0 1px 1px #000;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.05;
    max-width: 710px;
    margin-left: auto;
    margin-right: auto; 
}

.carousel p {
    color: #FFFF;
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
    line-height: 1.38;
    text-shadow: 0 1px 1px #000;
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
}

.carousel .field-slidelink a,
section.slide-content-wrap .field-slidetext a.c-btn--primary {
    background-color: #fc6014 !important;
    border-color: #fc6014 !important;
    min-width: 165px;
    font-size: 18px;
    color: #fff !important;
    padding: 3px 24px;
    height: 42px;
    min-height: 42px;
    line-height: 34px;
}

    .carousel .field-slidelink a:hover,
    .carousel .field-slidelink a:active,
    .carousel .field-slidelink a:focus,
    section.slide-content-wrap .field-slidetext a.c-btn--primary:hover {
        background-color: #ffa609 !important;
        border-color: #ffa609 !important;
        color: #FFF !important;
        text-decoration:none;
    }


/* custom end*/
.carousel .nav a.next-text:hover, .carousel .nav a.next-text:active {
    text-decoration: none;
    color: #878787;
}

.carousel .nav a.next-text:after {
    content: url(Images/carousel-arrow.svg);
    display: block;
    position: absolute;
    right: 14px;
}

.carousel .nav a.prev-text:hover, .carousel .nav a.prev-text:active {
    text-decoration: none;
    color: #878787;
}

.carousel .field-slidetext {
    padding: 50px 0 20px;
}
.video-special-text section.video-innr-txt .field-slidetext {
    padding: 20px 0;
}
.carousel .nav a.prev-text:after {
    content: url(Images/carousel-arrow.svg);
    transform: rotate(180deg);
    display: block;
    position: absolute;
    left: 14px;
}

.carousel.image-full-size .carousel-body {
    height: auto;
    top: 2%;
    opacity: 0.8;
}

.carousel.image-full-size .carousel-link {
    left: auto;
    right: 1%;
    bottom: 2%;
    opacity: 0.8;
}

.carousel a {
    text-decoration: none !important;
}

@media (max-width:960px) {
    .video-player {
        width: inherit !important;
    }
    .carousel.icon-carousel .field-slidetext {
        min-height: 150px;
    }
}

@media (max-width: 767px) {
    .carousel {
        padding: 0;
    }

        .carousel p {
            font-size: 18px;
        }

        .carousel .nav a {
            padding: 15px 1px;
        }

        .carousel .next-text, .carousel .prev-text {
            width: 5% !important;
        }

        .carousel .orange {
            background-color: #FF671F;
        }

            .carousel .orange:hover, .carousel .orange:focus, .carousel .orange:active {
                background-color: #FFBF3F !important;
                text-decoration: none;
                color: #fff;
            }

            .carousel .orange a:hover, .carousel .orange a:focus, .carousel .orange a :active, .carousel .orange a :visited {
                text-decoration: none;
                color: #fff;
            }

        .carousel .blue {
            background-color: #009ADE;
            color: #fff;
        }

            .carousel .blue:hover, .carousel .blue:focus, .carousel .blue:active, .carousel .blue:visited {
                background-color: #00425f !important;
                text-decoration: none;
                color: #fff;
            }

            .carousel .blue a:hover, .carousel .blue a:focus, .carousel .blue a :active, .carousel .blue a :visited {
                text-decoration: none;
                color: #fff;
            }

        .carousel .field-slidetext {
            text-align: left;
        }
        .carousel .content-center-mobile .field-slidetext,
        .carousel .content-center-mobile .field-slidetext p,
        .carousel .content-center-mobile .field-slidetext h1,
        .carousel .content-center-mobile .field-slidetext > * {
            text-align: center;
            width: 100%;
        }

        .carousel h1,
        .carousel .h1 {
            font-size: 32px;
            line-height: 34px;
            font-weight: 600;
        }

        .carousel .field-slidelink a {
            width: 100%;
            min-width: 232px;
        }

    .video-special-text .video-container h1,
    .video-special-text .video-container .h1 {
        font-size: 22px;
    }

    .video-special-text .component.content .slide-info h1,
    .video-special-text .component.content .slide-info .h1 {
        font-size: 28px;
        color: #008BCE;
        font-weight: 500;
        margin-bottom: 10px !important;
    }
    /*Article Caraousel Media */
    .carousel.article-carousel .next-text, .carousel.article-carousel .nav .prev-text {
        display: none !important;
    }
    /* Kiwi Animation */
    .kiwi-animation {
        flex-direction: column;
    }

    .carousel.kiwi-animation .component-content {
        overflow: hidden;
    }

    .slide-animation-section .field-slidetext {
        margin-top: 20px;
        padding: 0 20px;
    }

        .slide-animation-section .field-slidetext p {
            text-align: center !important;
        }

    .kiwi-icon-anim {
        margin-left: 0;
    }

    .video-special-text section.video-innr-txt .slide-info {
        max-width: inherit !important;
        width: 100%;
    }
    .carousel.icon-carousel .field-slidetext {
        min-height: 200px;
    }

    .carousel .field-slidelink a,
    section.slide-content-wrap .field-slidetext a.c-btn--primary {
        width: 100%;
        margin: 0 auto;
        max-width:450px;
    }
    .carousel .content-left .field-slidelink {
        width: 100%;
        max-width: initial;
    }
}

@media (max-width:480px) {
    .carousel .slide-info {
        padding: 20px;
    }

    .component.content.content-right .slide-info {
        left: 50%;
        padding: 0 30px;
        width:100%;
    }

    video.video-player {
        width: 280% !important;
    }

    .component.carousel.short-carousel-inner .slides,
    .component.carousel.short-carousel-inner .field-slideimage,
    .component.carousel.short-carousel-inner .sc-background-image-tile,
    .component.carousel.short-carousel-inner .sc-background-image-stretch {
        height: 500px;
    }

    .slide-img-content.field-slidecontentimage a {
        padding-top: 15px;
    }

    .component.carousel.short-carousel .slides,
    .component.carousel.short-carousel .field-slideimage,
    .component.carousel.short-carousel .sc-background-image-tile,
    .component.carousel.short-carousel .sc-background-image-stretch {
        height: 420px;
    }

    .slide-animation-section .field-slidetext {
        margin: 20px 15px 10px;
    }
   
}
/*Orange button*/
@media(min-width:768px) {
    .carousel .orange a {
        background-color: #FF671F;
        color: #fff;
    }

        .carousel .orange a:hover, .carousel .orange a:focus, .carousel .orange a :active, .carousel .blue a :visited {
            background-color: #FFBF3F;
            text-decoration: none;
            color: #fff;
        }
}

@media(min-width:768px) {
    .carousel .blue a {
        background-color: #009ADE;
        color: #fff;
    }

        .carousel .blue a:hover, .carousel .blue a:focus, .carousel .blue a :active, .carousel .blue a :visited {
            background-color: #00425f;
            text-decoration: none;
            color: #fff;
        }
}
/*content for the side text component */
.inner-banner h1 {
    text-align: left;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    padding-bottom: 10px;
    box-sizing: border-box;
    margin: 0.67em 0;
    line-height: 1.1;
    font-size: 35px;
    font-weight: 600;
    font-family: "omnes-pro",Arial,sans-serif;
    margin-bottom: 25px;
    margin-top: 40px;
    margin-left: 10px;
    color: white;
    display: block;
    text-shadow: 0 2px 10px #000;
    position: absolute;
    left: 0;
    bottom: 0;
}

.carousel .inner-banner .slide-info {
    left: 40px;
    bottom: 40px;
    transform: inherit;
    position: absolute;
    min-height: inherit !important;
    justify-content: flex-end;
}
.feature_image p {
    left: -20px;
    bottom: -20px;
    font: 400 16px/1.38 omnes-pro,Arial,sans-serif;
    background: #fff;
    padding: 0 15px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    opacity: .8;
    color: #525252;
    text-shadow: none;
    transform: inherit;
    position: absolute;
}


/* Video Caraousel */
.video-container .slide-info {
    z-index: 2;
}

.video-container {
    max-height: 520px;
    overflow: hidden;
    border-radius: 0 0 50% 50% / 4%;
    position: relative;
    height: 430px;
}

.video-special-text .video-container h1,
.video-special-text .video-container .h1 {
    color: #008bce;
    font-weight: 500;
    line-height: 1.2;
    font-size: 28px;
    text-shadow: none;
}

.video-special-text .video-container .slide-info {
    min-height: 131px !important;
}

.component.carousel.short-carousel .video-container {
    max-height: 390px;
    height: 390px;
}

.component.carousel.medium-carousel .video-container {
    max-height: 514px;
    height: 514px;
}

.video-player {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/* Link section Hiding for dev */
.slide .component .video-container section {
    display: none;
}

.slide .component.scEnabledChrome .video-container section {
    display: block;
}

    .slide .component.scEnabledChrome .video-container section .field-slidevideourl a {
        color: yellow;
        padding: 5px;
        border: 3px solid yellow;
        margin-bottom: 15px;
    }

/* Content Image Slide*/
.slide-img-content.field-slidecontentimage img {
    width: 161px;
    height: 30px;
    margin-top:45px;
}

.slide-img-content.field-slidecontentimage a {
    padding-top: 45px;
}


/* Article Carousel */


.carousel.article-carousel {
    margin: auto;
}

.carousel .sc-background-image-fixed {

}
.carousel.article-carousel .article-slideimage {
    border-radius: 0;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 18px 11px;
    padding-top: 48%;
    position: relative;
}

    .carousel.article-carousel .slides li.slide {
        height: inherit;
    }

    .carousel.article-carousel .article-slideimage img {
        display: none;
    }

    .carousel.article-carousel .nav .prev-text {
        left: -44px;
        top: unset;
        bottom:368px;
    }

    .carousel.article-carousel .next-text {
        right: -44px;
        top: unset;
        bottom:368px;
    }

    .carousel.article-carousel .slide-info {
        left: 0;
        bottom: 0;
        transform: none;
        padding: 0;
    }

.carousel.article-carousel .article-slide-info .field-slidetext {
    padding-bottom: 0;
    position: relative;
    text-align: left;
    padding-top: 0;
}
    /* Will be changed according to the Article Template */
    .carousel.article-carousel .article-tag {
        position: absolute;
        left: 15px;
        background: #fff;
        padding: 0 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        -o-border-radius: 15px;
        border-radius: 15px;
        background-clip: padding-box;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        text-shadow: none;
        color: #525252;
        opacity: 0.8;
    }

    .carousel.article-carousel .article-page-content h3 {
        color: #008bce;
        font-size: 18px;
        font-weight: 600 !important;
        margin-top: 25px;
        line-height: 1.17;
        margin-bottom: 15px;
    }

    .carousel.article-carousel .article-slide-info h3 a {
        color: #008bce;
        text-decoration: none;
        -webkit-transition: color .3s cubic-bezier(.25, .46, .45, .94);
        -moz-transition: color .3s cubic-bezier(.25, .46, .45, .94);
        -o-transition: color .3s cubic-bezier(.25, .46, .45, .94);
        transition: color .3s cubic-bezier(.25, .46, .45, .94);
        font-weight: 600 !important;
    }

        .carousel.article-carousel .article-slide-info h3 a:hover,
        .carousel.article-carousel .article-page-content .article-slide-info a:hover {
            color: #0f6ea5;
        }

    .carousel.article-carousel .article-page-content .article-slide-info a {
        color: #008bce;
        text-decoration: none;
        -webkit-transition: color .3s cubic-bezier(.25, .46, .45, .94);
        -moz-transition: color .3s cubic-bezier(.25, .46, .45, .94);
        -o-transition: color .3s cubic-bezier(.25, .46, .45, .94);
        transition: color .3s cubic-bezier(.25, .46, .45, .94);
        padding: 0;
        font-weight: 100;
    }

    .carousel.article-carousel .article-page-content p {
        position: relative;
        overflow: auto;
        color: #747474;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5;
        background: white;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        margin: 0;
        margin-top: 10px;
        text-shadow: none;
        max-width: inherit;
    }

/*hr {
    background: #ddd;
    color: #ddd;
    height: 1px;
    border: none;
    margin: 15px 0 !important;
}*/
.component.carousel.article-carousel .article-page-content.sc-background-image-stretch,
.component.carousel.article-carousel .article-page-content.sc-background-image-tile {
    height: 100%;
    margin-bottom: 30px;
}
/* Aritcle Template Changes here */
/* Article Carousel Container */
.component.container.wide-article,
.component.container.narrow-article-std {
    max-width: inherit;
    padding: 0 15px;
}
.carousel.img-visible .field-slideimage img {
    display: block;
    object-fit: cover;
    border-radius: 0 0 50% 50%/4%;
    width: 100%;
}

.carousel.img-visible .slide-info {
    align-items: flex-start;
}
/* Overlay Banner */
section.slide-content-wrap.overlay-banner {
    position: relative;
}
.overlay-comp section.slide-content-wrap.overlay-banner .slide-info {
    background-repeat: no-repeat;
    max-width: 400px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    top: inherit;
    bottom: 0;
    transform: initial;
    background-size: 400px;
    min-height: 338px !important;
}
.content-left section.slide-content-wrap.overlay-banner,
.content-right section.slide-content-wrap.overlay-banner {
    margin: auto;
    max-width: 1200px;
    position: relative;
}
.content-right section.slide-content-wrap.overlay-banner {
    position:absolute;
}
section.slide-content-wrap.overlay-banner .slide-info {
    padding: 25px 70px 5px 30px;
}
.overlay-comp.content-left section.slide-content-wrap.overlay-banner .slide-info {
    margin-left: 0;
    left: 20px;
    bottom:-12px;
}
.overlay-comp section.slide-content-wrap.overlay-banner .slide-info {
    bottom: -12px;
}
.overlay-comp.content-left section.slide-content-wrap.overlay-banner .slide-info .field-slidetext,
.overlay-comp section.slide-content-wrap.overlay-banner .slide-info .field-slidetext {
    padding-top: 10px;
}
.overlay-comp.content-right section.slide-content-wrap.overlay-banner .slide-info {
    margin-right: 0;
    right: 20px;
    margin-bottom: 0;
}
/* Healthy Futures  css */ 
span.hf-image.field-slidecontentimage {
    position: absolute;
    bottom: 0;
    right: 0;
}
.vector-left span.hf-image.field-slidecontentimage {
    position: absolute;
    bottom: 0;
    left: 0;
}
.component.content.overlay-comp.hf {
    overflow: hidden;
}
    span.hf-image.field-slidecontentimage img {
        width: 400px;
        height: auto;
        display: block;
    }
@media(min-width:768px) {
    .component.container.wide-article, .component.container.narrow-article-std {
        max-width: 750px;
    }

    .carousel .field-slidelink a,
    section.slide-content-wrap .field-slidetext a.c-btn--primary ,
    .carousel .field-slidelink a:hover, 
    .carousel .field-slidelink a:active, 
    .carousel .field-slidelink a:focus { 
        min-width: 232px;
    }     

}
@media (max-width:992px) {
    span.hf-image.field-slidecontentimage img {
        width:330px;
    }
}
@media(min-width:992px) {
    .component.container.wide-article,
    .component.container.narrow-article-std {
        max-width: 970px;
    }
    .component.container.wide-article,
    .component.container.narrow-article-std {
        max-width: 860px;
    }

}
@media (max-width:1200px) {
    .overlay-comp.content-right section.slide-content-wrap.overlay-banner .slide-info {
        margin-right: 100px;
    }
}
@media(min-width:1200px) {
    .component.container.wide-article,
    .component.container.narrow-article-std {
        max-width: 1024px;
        margin: auto;
        padding: 0 15px;
    }

    .component.container.wide-article,
    .component.container.narrow-article-std {
        max-width: 860px;
    }
}

/* Kiwi Animation Carousel */
.component.carousel.kiwi-animation {
    height: 100%;
    padding: 40px 0;
    background: inherit;
    display: flex;
    max-width: 700px;
    margin: auto;
    align-items: center;
}

.kiwi-icon-anim {
    width: 150px;
    height: 150px;
    background-image: url(Images/kiwi-spritesheet.png);
    background-repeat: no-repeat;
    background-size: 2700px 2700px;
    margin-top: -35px;
    margin-bottom: -35px;
    flex: 0 0 150px;
    margin-left: 15%;
}

.carousel.kiwi-animation .slides li.slide {
    height: initial;
}

.carousel.kiwi-animation .slides {
    position: relative;
    margin-bottom: 0;
}

.carousel.kiwi-animation .wrapper {
    padding-bottom: 0;
}

.carousel.kiwi-animation .component-content {
    overflow: hidden;
    margin-left: 10px;
}

.slide-animation-section p {
    font-size: 26px;
    line-height: 1.23;
    text-align: left !important;
    margin: 0;
    padding: 0;
}

    .slide-animation-section p:last-child {
        font-size: 12px;
        opacity: 0.5;
        margin-top: 5px;
    }

.slide-animation-section .field-slidetext {
    padding-bottom: 0;
}
.kiwi-animation .animation-page-content.sc-background-image-stretch,
.kiwi-animation .animation-page-content.sc-background-image-tile {
    height: initial;
}
.carousel.kiwi-animation .slide-animation-section .field-slidetext {
    padding:0;
}
/* video text fix */
.video-special-text section.video-innr-txt {
    display: block !important;
    position: relative;
    height: 100%;
    /* left: 0; */
    /* top: 0; */
    /* bottom: 0; */
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

    .video-special-text section.video-innr-txt .slide-info {
        position: absolute;
        right: 0;
        left: unset;
        top: 10%;
        transform: none;
        bottom: 0;
        max-height: 200px;
        max-width: 510px;
    }
.video-special-text.center-vid section.video-innr-txt .slide-info {
    margin: 0 auto;
    left: 0;
    right: 0;
}
.video-special-text.left-vid section.video-innr-txt .slide-info {
    right: unset;
    left: 0;
}

/* Icon Carousel Custom */
.carousel.icon-carousel {
    background: none;
    padding: 60px 0;
    opacity:0;
}
.field-slideimage.icon-based,
.carousel.icon-carousel .slides li.slide {
    height: initial;
}
    .carousel.icon-carousel .component.content.sc-background-image-stretch, 
    .carousel.icon-carousel .component.content.sc-background-image-tile {
        height: auto;
    }
.carousel.icon-carousel .wrapper {
    padding: 0;
}
    .carousel.icon-carousel .slide-info {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        margin: auto;
        min-height: auto !important;
    }

    .carousel.icon-carousel .slide-img-content.field-slidecontentimage img {
        width: 100%;
        height: 63px;
        margin: 20px 0;
    }
    .carousel.icon-carousel .field-slidetext,
    .carousel.icon-carousel .field-slidetext p {
        letter-spacing: -.2px;
        line-height: 1.14;
        font-weight: 400;
        font-size: 28px;
        color: #fff;
        margin: 20px;
        padding: 0;
    }
        .carousel.icon-carousel .field-slidetext p {
            margin: 0 auto 0;
            width: 100%;
            word-break: break-word;
        }
    
        .carousel.icon-carousel .nav .nav-items .sxa-bullets:before {
            width: 12px;
            height: 12px;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
        }
    .carousel.icon-carousel .nav .nav-items .sxa-bullets,
    .carousel.icon-carousel .nav .nav-items .sxa-numbers {
        padding:1px 10px;
    }
/*  Background Overlay */
.back-overlay-sx .field-slideimage:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    /* z-index: 1; */
    background: linear-gradient(to left,rgba(0,0,0,0) 17%,rgba(0,0,0,.52) 97%);
    opacity: 0.4;
    border-radius: 0 0 50% 50% / 4%;
}
@media (max-width:768px) {
    .carousel .overlay-banner .field-slidetext {
        text-align: center;
    }

    .overlay-comp.content-center-mobile section.slide-content-wrap.overlay-banner .slide-info {
        margin: auto !important;
        left: 0 !important;
        right: 0 !important;
        margin-bottom:0 !important;
    }
    .overlay-comp.content-left section.slide-content-wrap.overlay-banner .slide-info,
    .overlay-comp.content-right section.slide-content-wrap.overlay-banner .slide-info {
        margin: auto !important;
        margin-bottom: 0 !important;
    }
    
}
@media (max-width:576px) {
    span.hf-image.field-slidecontentimage {
        display: none;
    }
}
@media (max-width: 480px) {
    .video-container {
        height:500px;
    }
    .carousel.img-visible .field-slideimage img {
        height: 500px !important;
    }
    .overlay-comp section.slide-content-wrap.overlay-banner .slide-info {
        max-width: 296px;
        background-size:294px 380px;
        padding-bottom:20px;
    }
    .content-right section.slide-content-wrap,
    .content-left section.slide-content-wrap {
        bottom: -38px;
    }
    .overlay-comp.content-left section.slide-content-wrap.overlay-banner .slide-info {
        bottom:0;
    }
}

.img-wrap-url a {
    border: 1px solid red;
    position:relative;
    top:10px;
    display:none;
}
.img-wrap-url a.scEnabledChrome {
    display: block;
}


.carousel .contact-wrap-container .field-slidetext {
    padding:0px;
}

.carousel .contact-wrap-container .field-slidetext h1 {
    margin: 0px;
}

.carousel .contact-wrap-container.slide-info {
    width:95%;
}

.something-else {
    min-width: 386px;
    width: 100%;
    background-color: rgba(0,0,0,.22);
    border-radius: 4px;
    padding: 19px
}

@media all and (max-width: 990px) {
    .something-else {
        min-width: 284px;
        position: relative;
        top: auto;
        bottom: auto;
        right: auto;
        width: 100%;
        height: auto;
        margin: 0 auto 30px auto
    }
}

@media all and (max-width: 768px) {
    .something-else {
        padding: 10px;
        background-color: rgba(0,0,0,.35);
        margin-top: 22px;
    }
}

 .something-else h2 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    text-align: left;
    margin-top:0px;
        }

@media all and (max-width: 768px) {
     .something-else h2 {
        display: none
    }
}

@media all and (max-width: 767px) {
     .something-else h2 {
        font-size: 16px
    }
}

 .something-else .btn-container {
    margin-right: -1px;
    padding:0;
}

@media all and (max-width: 768px) {
     .something-else .btn-container {
        display: none
    }
}

 .something-else .btn-container:after {
    clear: both;
    content: "";
    display: block
}

.something-else .btn-container .btn {
    float: left;
    width: calc(25% - 1px);
    margin: 0 1px 0 0;
    border-radius: 0;
    padding: 3px;
    min-width: calc(25% - 1px);
}

     .something-else .btn-container .btn[data-index="1"] {
        border-radius: 4px 0 0 4px
    }

     .something-else .btn-container .btn[data-index="4"] {
        border-radius: 0 4px 4px 0
    }

 .something-else .custom-select-box-container {
    width: 100%;
    display: none
}

@media all and (max-width: 768px) {
     .something-else .custom-select-box-container {
        display: block
    }
}

.something-else .custom-select-box-container .selected {
    background-color: #fd772e;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #fd772e;
    text-align: left;
}

@media all and (max-width: 359px) {
     .something-else .custom-select-box-container .selected {
        font-size: 13px
    }
}

.something-else .custom-select-box-container .arrow {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiA3Ij48cGF0aCBkPSJNMTAuNSA2LjdjLjMuMy45LjQgMS4zIDAgLjMtLjQuMy0uOSAwLTEuM0w2LjYuM2MtLjMtLjMtLjktLjQtMS4zIDBsLTUgNS4yYy0uMy40LS4zLjkgMCAxLjMuMy4zLjkuNCAxLjMgMEw2IDIuMmw0LjUgNC41eiIgZmlsbD0iI0ZGRkZGRiIvPjwvc3ZnPg==);
    background-size: 15px 8px;
    width: 15px;
    height: 8px -webkit-transition: transform .3s cubic-bezier(.25,.46,.45,.94);
    -moz-transition: transform .3s cubic-bezier(.25,.46,.45,.94);
    -o-transition: transform .3s cubic-bezier(.25,.46,.45,.94);
    transition: transform .3s cubic-bezier(.25,.46,.45,.94);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.something-else .custom-select-box-container .open .arrow {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

    @media all and (max-width: 359px) {
        .something-else .custom-select-box-container .arrow {
        top: 15px
    }
}

 .something-else .custom-select-box-container .ul {
    max-height: 300px;
    left: 1px;
    right: 1px;
    width: auto;
    overflow: hidden
}

     .something-else .custom-select-box-container .ul .li.default {
        border-top: none;
        pointer-events: none;
        color: #fff;
        background-color: #fd772e;
        margin: 0 -1px
    }

@media all and (max-width: 359px) {
     .something-else .custom-select-box-container .ul .li {
        font-size: 13px
    }
}

.custom-select-box-container {
    display: block
}

    .custom-select-box-container.placeholder .custom-select-box > .selected {
        color: #bbb
    }

.custom-select-box {
    position: relative;
    width: 100%;
    display: block
}

    .custom-select-box input[type=text] {
        position: absolute;
        width: 0;
        height: 0;
        opacity: 0;
        border: none;
        background: none
    }

    .custom-select-box > .selected {
        position: relative;
        cursor: pointer;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.375;
        color: #525252;
        width: 100%;
        border: 1px solid #d2d2d2;
        background-color: #fff;
        padding: 10px 15px;
        outline: none;
        display: block
    }

@media all and (max-width: 767px) {
    .custom-select-box > .selected {
        font-size: 15px
    }
}

.custom-select-box .blocker {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 98;
    display: none
}

.custom-select-box .arrow {
    position: absolute;
    top: 19px;
    right: 12px;
    width: 12px;
    height: 7px;
    z-index: 102;
    background: url("/Content/images/common/down-arrow@2x.png") no-repeat;
    background-size: 12px 7px;
    pointer-events: none
}

.custom-select-box .ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    max-height: 250px;
    overflow-y: auto;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,.12);
    -moz-box-shadow: 0 2px 7px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 7px 0 rgba(0,0,0,.12);
    border-radius: 4px;
    background-color: #fff;
    z-index: 100;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #fd772e
}

    .custom-select-box .ul .li {
        display: block;
        border-top: 1px solid #eee;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.375;
        color: #525252;
        padding: 10px 15px;
        cursor: pointer;
        text-align: left;
    }

@media all and (max-width: 767px) {
    .custom-select-box .ul .li {
        font-size: 15px
    }
}

.custom-select-box .ul .li.disabled {
    color: #bbb;
    text-decoration: line-through;
    pointer-events: none
}

.custom-select-box .ul .li.select {
    color: #bbb
}

.custom-select-box.open {
    z-index: 500;
    -webkit-box-shadow: 0 0 5px 0 rgba(10,78,127,.2);
    -moz-box-shadow: 0 0 5px 0 rgba(10,78,127,.2);
    box-shadow: 0 0 5px 0 rgba(10,78,127,.2)
}

    .custom-select-box.open > .selected {
        border: 1px solid #fd772e
    }

    .custom-select-box.open .blocker {
        display: block
    }

    .custom-select-box.open .arrow {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .custom-select-box.open .ul {
        display: block;
        border: 1px solid #fd772e
    }