﻿.d-none {
    display: none !important
}

.hide {
    opacity: 0 !important
}

section.sub-tab {
    height: 0;
    overflow: hidden;
}

    section.sub-tab.is-active {
        height: auto;
    }

.slick-arrow {
    z-index: 4000;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    background-size: cover !important;
}

.slick-next.slick-arrow {
    right: 33px;
    background-image: url(/assets/images/icon-arrow-circle-right.svg);
}

.slick-prev.slick-arrow {
    left: -4rem;
    background-image: url(/assets/images/icon-arrow-circle-left.svg);
}

.slick-arrow[aria-disabled="true"]{
    opacity: .1;
    pointer-events: none;
}

.c-hero__extra {
    font-size: 32px
}

.c-tabs__item a.cta-video {
    margin-top: 28px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    width: 312px;
    font-size: 20px;
    color: white;
    border: none;
    text-align: left;
}

.cta-video svg {
    margin-right: 10px;
}

.cta-video-mobile {
    display: none;
    align-items: center;
    font-size: 16px;
    text-align: center;
}

.cta-video-mobile {
    font-size: 16px;
}

.c-tabs-wrap {
    position: relative;
    bordeR: none;
}

    .c-tabs-wrap:before {
        position: absolute;
        content: "";
        top: 50px;
        left: 0;
        right: 0;
        width: 100%;
        height: 1px;
        background-color: #e6e6e6;
    }

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    max-width: 80%;
    margin: 0 auto;
}

.embed-responsive-16by9 {
    padding-top: 45.25%;
}


.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0,0,0,0.7);
    bottom: 0;
    padding-top: 104px;
    z-index: 100;
}

button.close-video-btn {
    width: 40px;
    height: 40px;
    padding: 0;
    background: none;
    border: none;
    position: absolute;
    top: 110px;
    right: 11px;
    z-index: 1000;
    cursor: pointer;
}

    button.close-video-btn svg {
        width: 40px;
        height: 40px;
        fill: white;
    }

@media screen and (max-width: 991px) {
    .cta-video-desktop {
        display: none !important;
    }

    .cta-video-mobile {
        display: flex;
        padding: 1rem 1rem;
    }

    .embed-responsive.embed-responsive-16by9 {
        padding-top: 56.25%;
        max-width: 100%;
    }

    button.close-video-btn {
        top: 60px;
    }

    .video-modal {
        padding-top: 50px;
    }

    .c-tabs {
        padding: 0;
    }

    .c-tabs-wrap:before {
        top: auto;
        bottom: 0;
    }

    .c-carousel-arrow--prev {
        left: 0 !important
    }

    .c-carousel-arrow--next {
        right: 0 !important;
    }

    .slick-prev {
        left: 0 !important
    }

    .slick-next {
        right: 0 !important
    }
}

.slick-prev {
    margin-top: 0;
    z-index: 99999;
}
