@charset "UTF-8";

.half-content {
    position: relative;
    overflow: hidden;
}

.half-content h2 {
    color: inherit;
    font-size: clamp(28px, 2.188vw, 42px);
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: clamp(32px, 2.396vw, 46px);
    text-transform: none;
    margin: 0 0 clamp(20px, 1.25vw, 24px);
}

.half-content h2 .small, .twentyHalf .text h2 .small {
    display: block;
    font-family: 'Philosopher', sans-serif;
    font-size: clamp(18px, 1.146vw, 22px);
    line-height: clamp(44px, 2.50vw, 48px);
    text-transform: none;
}

.half-content h2:after {
    content: '';
    width: 80px;
    height: 4px;
    display: block;
    border: 0;
    border-bottom: 0;
    margin: clamp(8px, 0.833vw, 16px) 0 clamp(12px, 1.25vw, 24px);
    background-color: #49c3d8;
}

.half-content .text {
    display: grid;
    justify-content: center;
    text-align: left;
    z-index: 5;
    justify-items: start;
    align-content: center;
    align-items: center;
}

.half-content {
    width: 100%;
    float: left;
    clear: both;
}

.half-content .slider {
    position: relative;
    display: grid;
    justify-items: center;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.half-content .slideWrapper {
    position: absolute;
    display: block;
    width: 100%;
    overflow: hidden;
}

.half-content .revContent {
    text-align: center;
    padding-bottom: 50px;
}

.half-content .revQuote {
    color: #3557a6;
    font-size: clamp(22px, 2.292vw, 44px);
    margin-bottom: 16px;
}

.half-content .revContent h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: clamp(18px, 1.146vw, 22px);
}

.half-content .tName.h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: clamp(14px, 0.833vw, 16px);
    text-transform: uppercase;
}

.half-content .nSlider .slick-dots {
    position: absolute;
    display: block;
    width: fit-content;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 97;
}

.nImgRt {
    margin: 0;
    display: grid;
    height: clamp(300px, 33.333vw, 640px);
    float: right;
}

.slider.nImgRt {
    display: block;
    padding: 0;
}

#revSlide .image.nImgRt img {
    height: clamp(300px, 29.167vw, 560px);
    display: block;
    width: auto;
}

.image.nImgRt img {
    height: clamp(300px, 29.167vw, 560px);
    display: block;
    width: auto;
}

.image.nImglt, .image.nImgRt {
    padding: 0;
    height: min(820px, 42.708vw);
}

.image.nImgRt {
    height: min(29.167vw, 560px);
    padding: 0;
    float: right;
}

#news2 .image.nImgRt {
    padding: clamp(20px, 4.167vw, 80px) 0;
    height: fit-content;
}

#news2 .text.nTxtLt a:not(.btn) {
    color: #8198ce;
}

.nImgLt {
    position: relative;
    padding: 0;
}

.nImgLt img {
    position: relative;
    display: block;
}

.nImgLt.overVis {
    padding-right: min(7.292vw, 140px);
}

.nImgLt.overVis img {
    float: right;
    margin: 0;
    height: min(29.167vw, 560px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.overVis::before {
    content: '';
    position: absolute;
    background-color: #00746d;
    height: clamp(250px, 320px, 16.667vw);
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}



.half-content .video {
    height: clamp(300px, 28.125vw, 540px);
}

.cVidWrap {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

a.popVid {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

a.popVid img {
    filter: brightness(0.75);
}

a.popVid:hover img {
    filter: none;
}

/* ul.tab-list li.tab {
    display: inline-block;
}

li.tab .btn {
    background-color: #f7f7f7;
    color: #42474c;
}

li.tab .btn:hover {
    background-color: #ff9d4e;
}

li.tab .btn.active {
    background-color: #ed6a00;
    color: #FFF;
} */

@media ( max-width: 1024px ) {
    #news2.half-content {
        padding: min(9.375vw, 180px) 0 0;
        background-color: #1e2f58;
    }

    #news2 .image.nImgRt img {
        width: 100%;
        height: auto;
        display: block;
    }

    #news2 .image.nImgRt {
        height: fit-content;
        padding: 0;
    }

    .nTxtRt, .nTxtLt {
        padding: 7vw 20px;
        clear: both;
        display: block;
        overflow: hidden;
    }

    .slider {
        padding-top: 280px;
    }

    .image.nImglt img, .image.nImgRt img, #revSlide.half-content .image img {
        display: block;
        width: 100%;
        height: auto;
    }

    .half-content .image,
    #btmCta .nImgLt{
        height: auto;
        width: 100%;
        margin: 0;
    }

    .nImgLt.overVis {
        padding: 0;
    }

    .nImgLt.overVis img {
        height: auto;
        width: min(52.246vw, 535px);
        margin: 0 auto;
        float: none;
    }

    .half-content .text {
        clear: both;
        padding: 80px 15px;
        position: relative;
        margin: 0;
        width: 100%;
        height: fit-content;
    }

    #btmCta.half-content {
        background-color: #f8f8f8;
    }

    .video.nImgRt {
        height: fit-content;
        float: none;
    }

    .slider.nImgRt {
        height: auto;
        display: block;
        width: 100%;
    }

    .slider.nImgRt .slick-dots {
        position: absolute;
        bottom: 12px;
    }
}

@media ( max-width: 768px ) {
    .half-content .container {
        width: 100%;
        padding: 0;
    }

    .nTxtLt .container {
        padding: 0 20px;
        width: 90%;
    }

    .nImglt, .nImgRt {
        height: fit-content;
    }
}

@media ( max-width: 567px ) {
    .half-content .container {
        width: 100%;
        margin: 0 auto;
    }

    .slider {
        padding-top: 311px;
    }

    .half-content .image.nImgRt img {
          width: 100%;
          height: auto;
      }

    .nImglt, .nImgRt {
        min-height: 177px;
        height: fit-content;
        padding: 0;
    }

    .nTxtRt, .nTxtLt {
        /* padding: 20px; */
    }

    #maker {
        padding-top: 0
    }
}

@media ( max-width: 320px ) {
    .slider {
        padding-top: 357px;
    }
}