@charset "UTF-8";

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

#welcome.half-content .container {
    width: min(100%, 1366px);
}

#welcome .text > div {
    margin: 0;
    width: 91.66666667%;
}

#welcome.half-content .nImgLt {
    padding: clamp(80px, 8.333vw, 160px) 0 clamp( 60px, 6.250vw, 120px );
}

#news1.half-content .text > div, #news3.half-content .text > div {
    margin-left: 25%;
    width: 50%;
}

#news2.half-content {
    position: relative;
    background-color: #f8f8f8;
    padding: clamp( 60px, 6.250vw, 120px ) 0;
}

#news2.half-content .container {
    max-width: 1366px;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0px 30px 60px #00000026;
}

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

#news2.half-content .text ul.social li {
    padding: 0 12px;
}

#news2.half-content .text ul.social a {
    color: #f8f8f8;
    font-size: clamp( 24px, 1.667vw, 32px )
}

#news2.half-content .image.nImgRt img {
    float: right;
    width: clamp(  415px, 29.167vw, 560px );
    height: auto;
}

#meetDoc.half-content {
    position: relative;
    background-color: #f8f8f8;
    z-index: 2;
}

.half-content h2 {
    color: inherit;
    font-size: clamp(  28px, 2.292vw, 44px );
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: clamp(  38px, 2.917vw, 52px );
    text-transform: none;
    margin: 0 0 clamp( 20px, 1.25vw, 24px );
}

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

#news2.half-content .text {
    text-align: left;
    align-content: center;
    background-image: url(/wp-content/uploads/2023/11/lynn_dental_care_icon_overlay-1.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: min( 12.656vw, 243px ) min( 25.365vw, 487px );
}

.half-content h2::after {
    content: '';
    margin: 13px 0;
    height: 4px;
    width: 60px;
    display: block;
    background-color: #DC9E38;
}

#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;
}

.half-content .text ol {
    list-style-type: decimal-leading-zero;
}

.half-content .text ol li {
    padding: 0 0 8px;
}

.half-content .text ol li::marker {
    font-size: clamp( 22px, 1.563vw, 30px );
    font-weight: 600;
    letter-spacing: clamp( 0.884px, 0.087vw, 1.68px );
    line-height: clamp( 38px, 2.396vw, 46px );
}

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

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

.image.nImgRt img {
    height: clamp(  300px, 29.167vw, 560px );
    display: block;
    width: auto;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
    box-shadow: none;
    border-radius: 0;
}

.tName.h3,
.tName.h3 a {
    font-size: 16px;
    color: #000105;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.tName.h3 .tSep {
    color: #DFDFDF;
    padding: 0 clamp( 6px, 0.625vw, 12px );
}

#hcReviews .slider .slick-dots {
    width: fit-content;
    bottom: -56px;
}

#news2 .nImgLt img,
#news2 .nImgRt img {
    display: block !important;
    height: clamp(  300px, 29.167vw, 560px );
}

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

.nImgLt img {
    position: relative;
    display: block;
    height: clamp(  300px, 29.167vw, 560px );
    width: auto;
    margin: 0 auto;
    box-shadow: none;
}

#welcome .nImgLt img {
    height: clamp( 250px, 20.521vw, 394px );
}

#meetDoc.half-content .nImgLt {
    padding: 175px 0 100px;
}

.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: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
}

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 .image.nImgRt img {
        height: clamp(  290px, 20.313vw, 390px );
        width: auto;
        display: block;
        margin: 0 auto;
    }

    #welcome.half-content .text::before {
        display: none;
    }

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

    #news2.half-content {
        padding: 0px;
    }

    #news2.half-content .container {
        padding: 0px;
    }

    #news2.half-content .text {
        background-size: 30vw;
    }

    #news2::before {
        display: none;
    }

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

    #news1.half-content .text > div,
    #news3.half-content .text > div {
        margin-left: 0;
        width: 100%;
    }

    #fscBlock.half-content .nImgLt picture,
    #meetDoc.half-content .nImgLt picture {
        float: none;
    }

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

    .image.nImgLt img, .image.nImgRt img, #meetDoc.half-content .image img {
        display: block;
        height: auto;
        margin: 0 auto;
    }

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

    .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: 20px 15px 80px;
        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;
    }

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

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

    #hcReviews .slider {
        display: block;
    }

    #hcReviews .slider .slick-dots {
        bottom: 0;
    }

    #maker {
        padding-top: 0
    }
}