@charset "UTF-8";

@keyframes slideImg {
    0% {left: 100%; z-index: 2}
    4% {left: 0%; z-index: 2; transition: z-index .75s ease;}
    33.33% {left: 0%; z-index: 1}
    37% {left: -100%; z-index: -1; transition: z-index .75s ease;}
    100% {left: -100%; z-index: 0}
}

@keyframes slideRev {
    0% {top: 100%}
    4% {top: 0%}
    33.33% {top: 0%}
    37.33% {top: -100%}
    100% {top: -100%}
}

.half-content {
    position: relative;
    overflow: visible;
    content-visibility: auto;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
}

#welcome.half-content {
    z-index: 3;
    background-color: #6C1F0C;
    height: min(37.5vw, 720px);
}

.half-content .container {
    display: flex;
}

#news4.half-content {
    padding: clamp( 60px, 6.250vw, 120px ) 0;
}

#news4.half-content .nTxtLt > div {
    margin-left: 25%;
    width: 50%;
   align-content: center;
}

#newsSlider.half-content {
    padding: clamp(60px, 6.250vw, 120px) 0 0;
    background-image: url('/wp-content/uploads/2024/03/accent_shapes_reviews.svg');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: min(6.771vw, 130px) min(19.271vw, 370px);
    z-index: 2;
}

#welcome.half-content:before,
#meetDoc.half-content:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: min(100vw, 1920px);
    height: min(1.771vw, 34px);
    background-image: url('/wp-content/uploads/2024/06/transition_accent.svg');
    background-size: cover;
}

#weCare.half-content,
#yourComfort.half-content {
    padding: 0;
}

#yourComfort.half-content .text p {
    margin-bottom: clamp(16px, 1.667vw, 32px);
}

#weCare .text a,
#yourComfort .text a {
    text-decoration: underline;
}

#weCare.half-content:before {
    content: '';
    position: absolute;
    width: min(925.99vw, 499px);
    height: min(14.375vw, 276px);
    bottom: min(5.469vw, 105px);
    right: min(3.125vw, 60px);
    background-image: url(/wp-content/uploads/2024/05/swatch.svg);
    background-size: min(925.99vw, 499px) min(14.375vw, 276px);
}

#yourComfort.half-content:before {
    content: '';
    position: absolute;
    width: min(925.99vw, 499px);
    height: min(14.375vw, 276px);
    bottom: min(8.177vw, 157px);
    right: min(3.125vw, 60px);
    background-image: url(/wp-content/uploads/2024/05/swatch.svg);
    background-size: min(925.99vw, 499px) min(14.375vw, 276px);
}

#welcome.half-content .nImgRt,
#newsSlider.half-content .nImgRt {
    position: relative;
    margin: 0;
    overflow: visible;
    z-index: 5;
}

#news1.half-content h2, #news3.half-content h2 {
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(30px, 1.875vw, 36px);
    line-height: clamp(40px, 2.292vw, 44px);
    font-weight: 500;
}

#news1.half-content,
#news3.half-content {
    flex-direction: row-reverse;
    background-color: #6F7650;
    padding: 0;
}

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

#news2.half-content {
    position: relative;
    background-color: #4B5D57;
    padding: clamp( 40px, 4.167vw, 80px ) 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: #f8f8f8;
}

#news1.half-content a, #news2.half-content a, #news3.half-content a {
    text-decoration: underline;
}

#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.nImgLt img {
    width: auto;
    height: clamp(  310px, 29.167vw, 560px );
}

#news1.half-content a,
#news2.half-content a,
#news3.half-content a {
    text-decoration: underline;
}


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

.half-content h2 {
    color: inherit;
    font-size: clamp(34px, 2.188vw, 42px);
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: clamp(40px, 2.708vw, 52px);
    text-transform: unset;
    margin: 0 0 clamp( 20px, 1.25vw, 24px );
}

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

.slider.nTxtLt h2 {
    text-align: center;
}

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

#news2.half-content .text {
    text-align: left;
}

#news2 .nTxtLt::before {
    content: '';
    position: absolute;
    width: clamp(6px, 0.833vw, 16px);
    height: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: linear-gradient(to top,#CBD8E4 0%,#1970B3 100%);
}

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

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

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

#welcome.half-content .text > div,
#meetDoc.half-content .text > div {
    text-align: center;
}

.half-content .text ol {
    list-style-type: decimal-leading-zero;
    padding-left: min(1.979vw, 38px);
}

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

.half-content .text ol li::marker {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp( 22px, 1.563vw, 30px );
    font-weight: 500;
    letter-spacing: 0;
    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;
    height: clamp( 266px, 25vw, 480px );
    padding: 0;
}

.slider.nTxtRt {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 0;
    justify-items: start;
    align-items: center;
    justify-content: center;
    align-content: center;
    height: 100%;
}

.slider.nImgRt .fwnSlider {
    position: relative;
    width: clamp( 450px, 42.292vw, 812px );
    height: clamp( 266px, 25vw, 480px );
    overflow: hidden;
    display: block;
    z-index: 9;
}

.slider.nImgRt .fwnSlider .imgSldWrap {
    position: absolute;
    width: 100%;
    left: 100%;
    animation: 30s slideImg infinite ease-in-out;
    padding: 0;
    display: block;
    height: fit-content;
}

.slider.nImgRt .fwnSlider .imgSldWrap:first-of-type {
    animation-delay: 0s;
}

.slider.nImgRt .fwnSlider .imgSldWrap:nth-of-type(2) {
    animation-delay: 6s;
}

.slider.nImgRt .fwnSlider .imgSldWrap:nth-of-type(3) {
    animation-delay: 12s;
}

.slider.nImgRt .fwnSlider .imgSldWrap:nth-of-type(4) {
    animation-delay: 18s;
}

.slider.nImgRt .fwnSlider .imgSldWrap:last-of-type {
    animation-delay: 24s;
}

.slider.nImgRt .fwnSlider:hover .imgSldWrap {
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

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

.tName.h3,
.tName.h3 a {
    font-size: 18px;
    color: #162A3C;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.73px;
}

.tName.h3 i{
    margin-left: clamp(10px, 0.833vw, 16px);
    font-size: 18px;
    color: #F8F8F8;
}

.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;
    height: fit-content;
}

.nImgLt img {
    position: relative;
    display: block;
    height: clamp( 250px, 37.656vw, 723px );
    /* width: auto; */
    margin: 0 auto;
    /* box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 15%); */
}

#welcome .nImgLt img, #welcome .nImgRt img, #meetDoc .nImgLt img, #meetDoc .nImgRt img {
    display: block !important;
}

#weCare .nImgLt img {
    margin: 0;
}

#newsSlider .fwnSlider{
    position: relative;
    display: block;
    overflow: hidden;
    height: 245px;
}

#newsSlider .testCont {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    animation: 27s slideRev infinite ease-in-out;
    padding: 15px 0;
    height: fit-content;
    text-align: center;
}

#newsSlider .testCont:first-of-type {
    animation-delay: 0s;
}

#newsSlider .testCont:nth-of-type(2) {
    animation-delay: 9s;
}

#newsSlider .testCont:last-of-type {
    animation-delay: 18s;
}

#newsSlider .fwnSlider:hover .testCont {
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

#newsSlider .testCont .quoteIcon {
    color: #B7804E;
    margin-bottom: 8px;
    font-size: 32px;
}

#newsSlider .testCont h3 {
    font-size: clamp(28px, 1.771vw, 34px);
    text-transform: none;
    letter-spacing: normal;
    line-height: clamp( 18px, 1.979vw, 38px );
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    color: inherit;
}

#newsSlider .star-rating li {
    display: inline-block;
    font-size: 18px;
    margin: 0 5px;
    color: #DE9087;
}

#newsSlider .star-rating {
    padding: 0;
    margin-bottom:24px
}

#virtSmile.half-content {
    background-image: url(/wp-content/uploads/2024/03/accent_shapes_virt_consults.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: min(6.771vw, 130px) min(19.271vw, 370px);
    z-index: 2;
}

#welcome .nImgLt img {
    height: clamp( 250px, 37.656vw, 723px );
    margin-top: min(3.125vw, 60px);
}

#meetDoc img {
    height: clamp(320px, 27.188vw, 522px);
    width: auto;
}

#virtSmile.half-content {
    z-index: 2;
}

#virtSmile.half-content .btn-secondary {
    margin: 56px 0 0;
}

#virtSmile.half-content .btn-secondary:hover {
    margin: 51px 0 5px;
}


.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::after {
    position: absolute;
    content: '\f04b';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    width: clamp(40px, 2.292vw, 44px);
    height: clamp(40px, 2.292vw, 44px);
    left: min(1.667vw, 32px);
    bottom: min(1.667vw, 32px);
    z-index: 8;
    text-align: center;
    font-size: clamp(14px, 0.833vw, 16px);
    color: #fff;
    text-decoration: none;
    border: 2px solid;
    border-radius: 50%;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    letter-spacing: clamp(-4px, -0.208vw, -2px);
}

#testimonial a.popVid {
    box-shadow: 0px 20px 40px #00000026;
    margin-top: min( 2.083vw, 40px);
    z-index: 5;
}

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

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

#testimonial a.popVid img {
    height: clamp( 300px , 29.167vw, 560px );
}

.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 ) {
    .half-content {
    display: block;
    /* margin-bottom: 80px; */
    }

    #welcome.half-content, #meetDoc.half-content {
        background-image: none;
        /* margin-top: 211px; */
        height: fit-content;
    }

    #welcome.half-content .nImgLt img, #meetDoc.half-content .nImgLt img {
        /* margin-top: -167px !important; */
        width: 90%;
        padding-bottom: 40px;
    }

    #welcome.half-content .container,
    #meetDoc.half-content .container {
        flex-direction: column;
    }

    .half-content .text ol {
        padding-left: min(3.027vw, 31px);
    }
    
    #welcome.half-content .nImgRt,
    #newsSlider.half-content .nImgRt {
        margin: 20px 0;
        height: fit-content;
    }

    #welcome.half-content .nImgRt .overDrop, #newsSlider.half-content .nImgRt .overDrop {
        position: relative;
        width: 278px;
        overflow: visible;
    }

    #weCare.half-content:before, #yourComfort.half-content:before {
        display: none;
    }

    .nImgLt img {
        height: unset;
        padding-bottom: 60px;
    }

    .slider.nTxtRt,
    #newsSlider .fwnSlider {
        width: 100%;
    }

    #virtSmile.half-content {
        background-image: none;
    }

    .image.nImgRt .overDrop::before {
        left: max( -2.083vw, -40px );
        bottom: max( -2.083vw, -40px );
    }

    .image.nImgRt img {
        height: auto;
        width: auto;
    }

    
    #welcome .image.nImgRt img {
        height: clamp(  290px, 20.313vw, 390px );
        width: auto;
        display: block;
        margin: 0 auto;
    }

    .half-content .video {
        height: unset;
        display: block;
        width: 100%;
    }

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

    #news2::before {
        display: none;
    }

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

    #weCare.half-content, #yourComfort.half-content {
        /* padding: 60px 0 0; */
        margin-bottom: 0;
    }

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

    #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;
        margin: 0 auto;
    }

    #welcome .nImgLt img, #meetDoc .nImgLt img {
        height: unset;
        margin-top: min(3.125vw, 60px);
    }

    .slider.nImgRt .fwnSlider,
    #news2 .nImgLt img, 
    #news2 .nImgRt img {
        width: clamp(320px, 80.176vw, 821px);
        height: clamp(189px, 46.875vw, 480px);
        margin: 0 auto;
        float: none;
    }

    .slider.nImgRt .fwnSlider {
        margin: 0 auto;
    }

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

    #welcome .nImgLt, #meetDoc .nImgLt {
        height: unset;
    }

    #news3.half-content .image,
    #news1.half-content .video {
        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, #testimonial.half-content .text {
        clear: both;
        padding: 20px 15px 80px;
        position: relative;
        display: block;
        margin: 0;
        width: 100%;
        height: fit-content;
    }

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

    #testimonial.half-content {
        height: fit-content;
        background-color: #efefed;
        background-image: none;
    }

    #testimonial.half-content .video,
    #testimonial a.popVid img,
    .cVidWrap {
        height: min(54.688vw, 560px);
        float: none;
    }

    #testimonial a.popVid {
        margin-top: 0;
    }

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

    .half-content .text ol {
        padding-left: 30px
    }

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

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

    .image.nImgRt .overDrop img {
        margin: 0 auto;
    }

    .image.nImgRt .overDrop::before {
        display: none;
    }

    #news4.half-content .nTxtLt > div {
        margin: 0;
        width: 100%
    }
}

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

    .slider.nTxtRt {
        height: fit-content;
        padding-top: 80px;
        padding-bottom: 0px;
    }

    #newsSlider .fwnSlider {
        height: 300px;
    }

    #welcome.half-content:before, #meetDoc.half-content:before {
        width: min(100vw, 567px);
        height: min(4.762vw, 27px);
        background-image: url(/wp-content/uploads/2024/06/transition_accent_mobile.svg);
    }

    #news1 .image.nImgRt, #news1 .image.nImgLt,
    #news2 .image.nImgRt, #news2 .image.nImgLt,
    #news3 .image.nImgRt, #news3 .image.nImgLt,
    #virtSmile .nImgLt {
        height: fit-content;
        padding: 0 0 60px;
    }

    #news2.half-content {
        position: relative;
        background-color: #3B696A;
        padding: 0;
    }

    #newsSlider.half-content {
        padding: 0;
        background-image: none;
    }

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

    #news4.half-content {
        padding: 0;
    }

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

    #hcReviews .slider {
        display: block;
    }

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

    #maker {
        padding-top: 0
    }
}

