@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% { transform: translateX(100%) }
    4% { transform: translateX(0) }
    33.33% { transform: translateX(0) }
    37.33% { transform: translateX(-100%) }
    100% { transform: translateX(-100%) }
}

.half-content {
    position: relative;
    overflow: visible;
    display: flex;
    padding: 100px 0 0;
    align-items: stretch;
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
}

.half-content .btn.btn-orange {
    margin: 56px 0;
}

.half-content .btn.btn-orange:hover {
    background-color: #f8f8f8;
    color: #292929;
    outline-color: #f8f8f8;
}

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

#news2 .btn.btn-orange,
#news3 .btn.btn-orange {
    color: #292929;
    margin: 56px 0;
}

#news2 .btn.btn-orange:hover,
#news3 .btn.btn-orange:hover{
    color: #f8f8f8;
    outline-color: #292929;
}

.half-content.reverse,
.half-content.reverse .container {
    flex-direction: row-reverse;
}

.half-content .container {
    display: flex;
    align-items: stretch;
}

#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,
#news3.half-content {
    position: relative;
    background: linear-gradient(to right,  #0f2e31 0%,#0f2e31 15%,#f8f8f8 15%,#f8f8f8 100%);
    padding: clamp(70px, 7.292vw, 140px) 0;
    z-index: 2;
}

#newsSlider.half-content::after {
    content: '';
    position: absolute;
    width: clamp( 100px, 13.646vw, 262px );
    height: clamp( 86px, 11.667vw, 224px );
    right: 0;
    bottom: 140px;
    background-image: url('/wp-content/uploads/2024/06/brilliant_smiles_icon_overlay.svg');
    background-size: clamp( 100px, 13.646vw, 262px );
}

#weCare.half-content,
#yourComfort.half-content {
    padding: clamp(60px, 6.25vw, 120px) 0;
}

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

#news1.half-content {
    background-color: #f8f8f8;
    padding: 0;
    overflow: visible;
    z-index: 0;
}

#news1.half-content {
    background-color: #f8f8f8;
    background-image: url('/wp-content/uploads/2025/04/News-Block-2-Background.jpg.webp');
    background-size: cover;
    margin-bottom: 0;
    z-index: auto;
    /* padding-top: 80px; */
}

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

#news2.half-content,
#news3.half-content {
    position: relative;
    background-color: #f8f8f8;
    background-image: url('/wp-content/uploads/2025/04/wood_grain.jpg.webp');
    background-size: min( 100vw, 1920px );
    background-repeat: no-repeat;
    padding: clamp( 60px, 6.25vw, 120px ) 0;
    margin-top: 0;
    z-index: 2;
}

#news2.half-content .image.nImgRt {
    position: relative;
    display: block;
    z-index: 100;
    overflow: visible;
}

#news1.half-content .container {
    position: relative;
    /* max-width: 1366px; */
    flex-wrap: wrap;
    border-radius: 0;
    padding: 0;
    overflow: visible;
    /* box-shadow: 0px 30px 60px #00000026; */
}

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

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

.half-content .text a:not(.btn) {
    color: inherit;
    text-decoration: underline;
}


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

.half-content h2 {
    position: relative;
    color: inherit;
    display: inline-flex;
    font-size: clamp(38px, 2.5vw, 48px);
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: clamp( 46px, 2.92vw, 56px );
    text-transform: uppercase;
    margin: 0 0 clamp( 20px, 1.25vw, 24px );
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

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

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

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

.half-content .text img {
    margin-top: 32px;
}

.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: 'Plus Jakarta Sans', 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;
}

#news1.half-content .image.nImgRt {
    z-index: 4;
    position: relative;
    height: clamp( 401px, 43.75vw, 840px );
}

.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.nTxtRt > div {
    width: 83.3333333333%;
    margin-left: 8.3333333%;
}

.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;
    border-radius: 0;
}

.tName.h3,
.tName.h3 a {
    font-size: 16px;
    color: #0F2E31;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.73px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    gap: 16px;
}

.tName.h3 img {
    width: 24px;
    height: 24px;
}

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

.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(  189px, 54.688vw, 560px );
    z-index: 20;
    position: relative;
    border-radius: 20px;
    box-shadow: 0px 40px 40px #00000033;
}

#news3 {
    background-color: #f8f8f8;
}

.nImgLt {
    position: relative;
    padding: 0 0 80px;
    height: fit-content;
}

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

#newsSlider .fwnSlider{
    position: relative;
    display: block;
    overflow: hidden;
    height: 245px;
    margin: 0;
    width: 100%;
}

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

#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;
    display: none;
}

#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: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    color: inherit;
    display: none;
}

#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, 20.521vw, 394px );
}

#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(  189px, 54.688vw, 560px );
}

.cVidWrap {
    object-fit: cover;
    display: block;
    width: 100%;
    height: clamp(  189px, 54.688vw, 560px );
    position: relative;
}

a.popVid {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
}

#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: 1060px ) {
    .half-content, .half-content .container {
        flex-direction: column;
        flex-wrap: wrap;
    }

    #news2.half-content,
    #news3.half-content {
        background-image: none;
        background-color: #f8f8f8;
    }

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

    #newsSlider.half-content, 
    #news3.half-content::before {
        background-size: cover;
        background-position: center top;
    }

    #newsSlider.half-content h2::after,
    #news1.half-content h2::after,
    #news2.half-content h2::after,
    #news3.half-content h2::after {
        display: none;
    }

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

    #news1.half-content::before, #news1.half-content::after {
        display: none;
    }

    #newsSlider.half-content .container {
        flex-direction: column-reverse;
    }

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

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

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

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

    #news1.half-content .text > div,
    #news2.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:not(.video) img,
    .image.nImgRt:not(.video) img,
    #news1 .nImgLt:not(.video) img,
    #news1 .nImgRt:not(.video) img,
    #news2 .nImgLt:not(.video) img,
    #news2 .nImgRt:not(.video) img,
    #news3 .nImgLt:not(.video) img,
    #news3 .nImgRt:not(.video) img {
        display: block;
        margin: 0 auto;
        width: 80%;
        height: auto;
        float: none;
        z-index: 3;
    }

    .image.nImgLt picture,
    .image.nImgRt picture {
        position: relative;
        width: 100%;
        display: block;
        height: fit-content;
        overflow: hidden;
    }

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

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

    #newsSlider.half-content,
    #news3.half-content {
        padding: 0 0 50px;
        background: #f8f8f8;
    }

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

    #newsSlider .image.nImgLt,
    #news3 .image.nImgLt {
        padding: 50px 0;
        background: linear-gradient(to right, #0f2e31 0%, #0f2e31 25%, #f8f8f8 25%, #f8f8f8 100%);
    }

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

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

    #news2.half-content .text {
        padding: 56px 15px 80px;
    }

    #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;
        flex-direction: column;
    }

    .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;
        flex-direction: column;
    }

#newsSlider.half-content .container {
    flex-direction: column;
    z-index: 6;
    position: relative;
}

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

    #news2 .nImgLt img, #news2 .nImgRt img {
    width: 85%;
    }

    .slider.nTxtRt > div {
        width: 100%;
        margin: 0 auto;
    }

    #newsSlider .fwnSlider {
        height: 150px;
    }

    #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: #01526D; */
        padding: 80px 0 0;
    }

    #news2.half-content .text {
        padding: 56px 15px 80px;
    }

    #newsSlider.half-content {
        position: relative;
        padding: 0;
        /* background-image: none; */
        /* background-color: #1E4E4B; */
        /* clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%); */
        background-size: cover;
        background-position: right bottom;
        overflow: visible;
        z-index: 2;
    }

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

