@charset "UTF-8";

.half-content {
    position: relative;
    overflow: hidden;
    width: 100%;
    float: left;
    clear: both;
}

#news1.half-content {
    padding: clamp(  70px, 7.292vw, 140px ) 0;
}

#news2.half-content {
    background-color: #0d2b41;
}

#news2.half-content .text a:not(btn) {
    color: #70CBD4;
}

#news3.half-content {
    padding: clamp(  70px, 7.292vw, 140px ) 0 clamp( 80px, 8.333vw, 160px );
}

#news1.half-content .image::after {
    content: '';
    position: absolute;
    width: clamp(  73px, 6.604vw, 146px );
    height: clamp(  49px, 5.104vw, 98px );
    background-image: url( '/wp-content/uploads/2023/09/leaf_accent_1.svg' );
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    bottom: 8.542%;
}

#news3.half-content .image::after {
    content: '';
    position: absolute;
    width: clamp(  73px, 6.604vw, 146px );
    height: clamp(  49px, 5.104vw, 98px );
    background-image: url( '/wp-content/uploads/2023/09/leaf_accent_2.svg' );
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    bottom: 8.542%;
}

#officeTour.half-content {
    background-color: #436980;
    padding: clamp(  70px, 9.375vw, 180px ) 0 clamp( 70px, 7.292vw, 140px );
    z-index: 1;
}

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

#news2.half-content h2 {
    color: #f8f8f8;
}

#officeTour.half-content h2 {
    font-size: clamp(  50px, 3.542vw, 68px );
    line-height: clamp(  55px, 3.854vw, 74px );
    text-transform: none;
    font-family: 'Alex Brush', cursive;
    margin: 16px 0;
    color: #f8f8f8;
}

.half-content h2::after {
    content: '';
    margin: 13px 0;
    height: 0;
    width: 80px;
    display: block;
    border-bottom: 5px solid #969496;
}

#officeTour.half-content h2::after {
    display: none;
}

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

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

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

.image.nImgRt img {
    height: clamp(  300px, 33.333vw, 640px );
    display: block;
    width: auto;
    margin: 0 0;
    box-shadow: 0 10px 40px rgba( 0, 0, 0, 0.2);
}

#officeTour .image.nImgRt,
#officeTour .image.nImgRt img {
    height: clamp(  250px, 20.833vw, 400px )
}

#officeTour .image.nImgRt img {
    margin: 0 auto;
}

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

.nImgLt img {
    position: relative;
    display: block;
    height: clamp(  300px, 27.604vw, 530px );
    width: auto;
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba( 0, 0, 0, 0.15);
}

.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);
}

.half-content .video {
    height: clamp(  250px, 25vw, 480px );
}

.cVidWrap {
    object-fit: cover;
    display: block;
    width: 100%;
    height: clamp(  250px, 25vw, 480px );
    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;
}

.half-content .btn.btn-white {
    margin: clamp(  20px, 1.667vw, 32px ) auto 0;
}

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 ) {
    #welcome.half-content {
        background-position: right bottom;
        background-image: url( '/wp-content/uploads/2023/08/welcome_diana_t_rose_plant.svg' );
        background-size: min(   40.338vw, 167px ) min( 115.700vw, 479px );
    }
    
    #welcome .image.nImgRt img {
        height: clamp(  290px, 20.313vw, 390px );
        width: auto;
        display: block;
        margin: 0 auto;
    }

    .half-content .video {
        height: unset;
    }

    #vid6040 .text {
        background-image: none;
        background-size: min(   16.823vw, 323px );
        padding: 0px
    }

    #vid6040 .text > div {
        margin: unset;
        background-color: #FFFFFF;
        position: relative;
        top: unset;
        padding: min(   8.958vw, 172px ) min( 7.188vw, 138px ) min( 5.365vw, 103px );
        box-shadow: 0px 20px 40px #0000001a;
    }

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

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

    #news3.half-content,
    #news1.half-content {
        padding: 0;
    }

    .image.nImglt img, .image.nImgRt img, #meetDoc.half-content .image img {
        display: block;
        width: min(   768px, 100vw );
        height: auto;
        margin: 0 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;
    }

    .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
    }
}