/*
* Theme Name: Kinder Child
* Description: Kindergarten theme form Haintheme
* Author: Haintheme
* Author URI: http://haintheme.com
* Theme URI: http://haintheme.com
* Template: kinder
*/

.helpgrid {
    display: none;
}

html {
    scroll-behavior: smooth;
}

/* =Theme customization starts here
-------------------------------------------------------------- */

html body header#ht_header .top_menu > .container {
    width: 100%;
    max-width: 100%;
}

html body header#ht_header .top_menu > .container nav.is-fixed {
    padding-left: 0 !important;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

html body header#ht_header .top_menu a.appoint:not(.schedule) {
    margin-right: 18px;
}

html body header#ht_header .top_menu a.appoint img {
    display: none;
}


#tpbr_box {
    font-weight: bold !important;
}

/*GFORM pre loader*/
.overlay-spinner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffffe0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    display: none;
}

.hide-spinner {
    display: none;
}

.show-spinner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* /GFORM pre loader*/

.dr-image,
.dr-image.dr-weil-video {
    width: 100%;
    max-width: 300px;
    height: 291px;
    visibility: visible;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/*COVID19 Button*/
a#tpbr_calltoaction {
    background: #00b7ea !important;
    background: -o-linear-gradient(top, #00b7ea 0%, #009ec3 100%) !important;
    background: -o-linear-gradient(top, #00b7ea 0%, #009ec3 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#00b7ea), to(#009ec3)) !important;
    background: linear-gradient(to bottom, #00b7ea 0%, #009ec3 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b7ea', endColorstr='#009ec3', GradientType=0) !important;
    color: #ffffff !important;
}

/* /COVID19 Button*/

.loader .dot_1 {
    background: #ce0300;
}

.loader .dot_2 {
    background: #00cc06;
}

.loader .dot_3 {
    background: #0085c9;
}

.loader .dot_4 {
    background: #e4bc00;
}

.icon_box_.icon_box_1 .header_icon_box {
    background: url(../kinder/images/fl.png) no-repeat top center;
}

.event_item .event_content > a {
    bottom: 8px !important;
}

.nav-menu > li.current-menu-parent > a:after,
.nav-menu > li.current-menu-item > a:after {
    font-weight: 700;
}

.nav-dropdown .menu-item .menu-link {
    margin: 0 auto;
}

div._section_gallery .gallery_content.gallery-row-2 .gutter-sizer {
    width: 2%;
}

.box_location .location_ .cter-static {
    font-size: 75px;
    font-family: Lato, sans-serif;
    font-weight: 900;
    line-height: 1;
    margin-top: 13px;
    margin-bottom: 10px;
    display: block;
}


/* Start Home Page Styles */
.home-page-video {
    margin: 0 auto;
    height: auto;
    min-height: 281px;
    max-width: 500px;
    min-width: 300px;
    width: 100%;
    visibility: visible;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.home .fw-main-row:nth-child(9) .fw-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .home .fw-main-row:nth-child(9) .fw-row .col-md-6.col-lg-6:nth-child(1) {
        width: auto;
    }
}

@media (max-width: 500px) {
    .home-page-video {
        -moz-transform: scaleX(-1);
        o-transform: scaleX(-1);
        webkit-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
        -webkit-filter: "FlipH";
        filter: "FlipH";
        -ms-filter: "FlipH";
    }

    .home-page-video img.play-btn {
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
        -webkit-filter: "FlipH";
        filter: "FlipH";
        -ms-filter: "FlipH";
    }
}

@media (max-width: 400px) {
    .home-page-video {
        background-position-x: -130px !important;

    }
}

html .top_menu .appoint {
    width: auto;
    padding-right: 21px;
    padding-left: 21px;
    max-width: 100%;
    white-space: nowrap;
}

.page-id-106 ._box_item {
    padding: 29px 36px;
}

.page-id-106 ._box_item .medal_ {
    margin-bottom: 50px;
}

.page-id-106 .medal_ p {
    height: 100px !important;
}

html body.home ._box_item .medal_ h3 {
    font-weight: bold;
    letter-spacing: -1px;
    color: #fff;
}

html body.home ._box_item:hover .medal_ h3 {
    color: #fff;
}

html body.home ._box_item .medal_ p {
    color: #fff;
}

html body.home ._box_item:hover .medal_ p {
    color: #fff;
}

html body.home .fw-heading .fw-special-title {
    font-weight: bold;
}

html body.home .icon_box_.icon_box_1 .content_icon_box h3 {
    white-space: normal;
}

html body.home .icon_box_.icon_box_1 .header_icon_box {
    background: url('/wp-content/uploads/2019/08/hudsonville-kids-dentist-office.png') no-repeat top center;
}

html body.home .box_suma .date_, html body.home .box_suma .rate_, html body.home .box_suma .more_ {
    display: none;
}

html body.home .box_suma .sumary_ {
    max-height: 140px;
    margin-bottom: 20px;
}

html body.home .box_suma .name_ {
    font-size: 150%;
    font-weight: bold;
    color: #095d7d;
    white-space: normal;
}

html body.home .box_suma .btn_apply {
    background: #3fb647;
}

html body .top_menu .lg {
    top: 25px;
}

html body .top_section .top_box.topbar-right {
    display: none;
}

html body .top_menu {
    padding-top: 30px;
}

html body #ht_header {
    height: 100px;
}

html body [data-uk-sticky].uk-active .top_menu .lg {
    width: auto;
    top: 3px;
}

html body.home ._box_item.bd_radi_l:hover:before {
    background: rgb(227, 188, 33);
}

html body.home ._box_item:hover:before {
    background: rgb(63, 182, 71);
}

html body.home ._box_item.bd_radi_r:hover:before {
    background: rgb(205, 32, 38);
}

html body.home .event_item .event_content dl {
    display: none
}

html body.home .event_item .event_content h3 {
    margin-bottom: 15px;
}

html body.home .event_item .event_content h3 a {
    font-weight: 600;
    font-size: 24px;
}

html body.home .event_item .event_content > a {
    bottom: 20px !important;
}

html body.home .event_item .event_content .the_excerpt {
    height: 95px;
}

html body .top_menu .appoint {
    background: #3fb647;
}

html body .top_menu .appoint:hover {
    border-color: #3fb647;
    color: #3fb647;
}

html body.home .event_item .event_content {
    background: #1985c8;
}

html body.home .event_item .box_img .shape {
    background: url(/wp-content/uploads/2019/08/pediatric-dentists-hudsonville-mi-dental.png) no-repeat top center;
}

html body.home .bx-wrapper .bx-controls-direction a {
    border-color: #fff;
}

html body.home .bx-wrapper .bx-controls-direction a:before {
    color: #fff;
}

html body.home .fw-testimonials-2 .fw-testimonials-avatar img {
    display: none;
}

html body.home .fw-testimonials-2 .fw-testimonials-author .author-name {
    color: #fff;
}

html body.home .page h3.fw-testimonials-title {
    color: #fff;
    font-weight: bold;
    font-size: 200%;
    margin-bottom: 30px;
}

html body.home .box_location .location_ {
    border: 10px solid rgba(255, 255, 255, .5);
}

html body.home .box_location:after {
    background: rgba(63, 182, 71, .65);
}

html body.home .box_location {
    background: none;
}

html body.home .box_location .location_ .btn_view {
    background: #fff;
    color: #3fb748;
}

html body.home .ht-btn, html body.home .ht-btn-normal {
    background: #3fb647;
}

html body.home .ht-btn-normal:hover {
    color: #fff;
    border-color: #3fb647;
    opacity: .75;
}

html body.home .box_location .location_ .desc_ {
    font-weight: bold;
    font-size: 20px;
}

html body .footer-box .footer_main .widget .title_ {
    font-weight: bold;
}

html body .footer-box a {
    color: #fff
}

html body .footer-box a:hover {
    color: #3fb647;
}

html body .footer-box .footer_main .info li {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

html body .footer-box .footer_main .info li:before {
    color: #fff;
}

html body .footer-box .footer-style.footer-border-default {
    padding-top: 50px;
    -webkit-box-shadow: inset 0 40px 60px -30px #000;
    box-shadow: inset 0 40px 60px -30px #000;
}

html body .footer-box #custom_html-4 li, html body .footer-box #custom_html-5 li {
    border-bottom: 1px dashed rgba(255, 255, 255, .35);
    padding: 6px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

html body .footer-box #custom_html-4 li:last-child, html body .footer-box #custom_html-5 li:last-child {
    border-bottom: none;
}

html body .footer-box .footer_main .info li {
    line-height: 22px;
}

html body .footer-box .footer_main .info li a {
    color: #fff;
    line-height: 22px;
}

html body .copyright a {
    color: #fff;
}

html body .copyright a:hover {
    color: #3fb647;
}

html body .footer-box .box_social {
    border-bottom: 3px solid #1985c8;
}

html body .footer-box .box_social .footer_social {
    background: url(/wp-content/uploads/2019/08/childrens-dentists-hudsonville-mi.png) no-repeat bottom center;
}

html body .scroll-to-top {
    border-color: #fff;
}

html body .scroll-to-top:before {
    color: #fff
}

html body .scroll-to-top {
    background-color: #2482c6c2;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

html body .scroll-to-top.has-chat {
    right: 420px;
}

html body .footer-box .box_social .footer_social li a {
    color: #fff;
}

html body .footer-box .box_social .footer_social li a:hover {
    color: #e3bc21;
}

html body ._section_gallery .gallery_content .element-item .gallery_item .child_hv {
    background: rgba(63, 183, 72, .75);
    margin-left: 0;
}

/*.home ._section_gallery .gallery_content .element-item .gallery_item img {*/
/*    height: 372px !important;*/
/*}*/

html body ._section_gallery .gallery_content .element-item .gallery_item .child_hv > li:nth-of-type(1) {
    border: 1px solid #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    float: none;
    padding: 3px 10px;
}

html body ._section_gallery .gallery_content .element-item .gallery_item .child_hv > li:nth-of-type(1) a {
    color: #fff;
    text-transform: uppercase;
}

html body ._section_gallery .gallery_content .element-item .gallery_item .child_hv > li .term_ {
    display: none;
}

html body ._section_gallery .gallery_content .element-item .gallery_item .child_hv > li .btn_cl {
    font-weight: bold;
    white-space: inherit;
    overflow: auto;
    margin-top: 10px;
}

html body ._section_gallery .gallery_content .element-item .gallery_item .child_hv > li .btn_cl:hover {
    text-shadow: none;
}

html body ._section_gallery .gallery_content .element-item .gallery_item {
    border-radius: 15px;
    overflow: hidden;
}

html body ._section_gallery .gallery_content .element-item .gallery_item span {
    width: 100%;
    position: absolute;
    border-radius: 15px;
    overflow: hidden;
}

html body:not(.page-id-2767) ._section_gallery .gallery_content .element-item .gallery_item span img {
    width: auto;
    height: 100%;
    max-width: none;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

html body.page-id-2767 ._section_gallery .gallery_content .element-item .gallery_item span img {
    width: 100%;
    height: 100%;
}


html body.home ._section_gallery .gallery_nav {
    display: none;
}

#post-106 > div > div > section:nth-child(3) > div > div:nth-child(2) > div > div > h4 {
    margin-bottom: 50px;
}

html body #rev_slider_1_1 > div.tp-leftarrow.tparrows.uranus.noSwipe, html body #rev_slider_1_1 > div.tp-rightarrow.tparrows.uranus.noSwipe {
    display: none;
}

html body .nav-toggle {
    background-color: #1984c8;
}

html body #ht_header > div.uk-sticky-placeholder > div > div > div > nav > div.nav-container.is-visible {
    background: #3fb647;
}

.copyright.flw {
    height: auto;
}

.home .kinder_icon:before {
    color: #fff;
}

.home .wpls-logo-showcase-slider-wrp .slick-arrow, .home .wpls-logo-showcase-slider-wrp .slick-dots {
    display: none !important;
}

html .numberBlock .col-sm-2 {
    margin: 0 0 30px;
}

.numberIcon {
    color: #fff;
    background: #0085ca;
    padding: 14px 37px 17px 18px;
    font-size: 30px;
    border-radius: 30px;
    font-weight: 700;
    text-align: center;
    max-width: 55px;
    -webkit-box-shadow: 0 0 3px 0 #000;
    box-shadow: 0 0 3px 0 #000;
}

.numberText {
    font-size: 24px;
    margin-left: 10px;
}

/* Homepage Sticky Form Styles */

/*.home #content {*/
/*    margin: 0 auto 16px auto;*/
/*    -webkit-transform: translate3d(0, 0, 0);*/
/*    -o-transform: translate3d(0, 0, 0);*/
/*    transform: translate3d(0, 0, 0);*/
/*}*/

.home .hentry > div > div > section:nth-child(3) {
    background-attachment: scroll;
    position: relative;
}

.home .sticky-element-placeholder {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*transform: translate3d(0,0,0) !important;*/
}

.home .gform_wrapper.mid-cta_wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*transform: translate3d(0,0,0) !important;*/
    margin: 0 auto;
    z-index: 979;
    background: #ffffff;
}

.gform_wrapper.mid-cta_wrapper.element-is-not-sticky {
    padding: 0 15px;
}

.gform_wrapper.mid-cta_wrapper.element-is-sticky {
    /*position: -webkit-sticky;*/
    padding: 0 !important;
}

.gform_wrapper.mid-cta_wrapper form.mid-cta {
    background-color: #0085ca;
    border-radius: 0 0 15px 15px;
    padding-bottom: 10px;
    margin: 0 auto;
    top: -48px;
    position: relative;
    z-index: 9;
}

/*@media (max-height: 500px) {*/
/*    .gform_wrapper.mid-cta_wrapper.element-is-sticky {*/
/*        bottom: 0;*/
/*        overflow-y: scroll;*/
/*        background-color: #003b5a;*/
/*        margin: 0 auto;*/
/*    }*/
/*}*/

.gform_wrapper.mid-cta_wrapper.sticky-element-original.element-is-not-sticky form.mid-cta {
    -webkit-transition: max-width 0.2s ease, min-width 0.2s ease;
    -o-transition: max-width 0.2s ease, min-width 0.2s ease;
    transition: max-width 0.2s ease, min-width 0.2s ease;
    max-width: 1170px;
}

.gform_wrapper.mid-cta_wrapper.sticky-element-original.element-is-sticky form.mid-cta {
    width: auto;
    min-width: 100%;
    border-radius: 0;
    margin-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}


.gform_wrapper.mid-cta_wrapper .gform_heading {
    margin: 0 auto;
    text-align: center;
    position: relative;
    max-height: 48px;
}

.gform_wrapper.mid-cta_wrapper .gform_heading h3:before,
.gform_wrapper.mid-cta_wrapper .gform_heading h3:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: -65%;
    height: 1px;
    width: 50%;
    background-color: #fff;
    right: auto;
    bottom: 25%;
    top: auto;
}

.gform_wrapper.mid-cta_wrapper .gform_heading h3:after {
    left: auto;
    right: -65%;
}

.gform_wrapper.mid-cta_wrapper h3.gform_title {
    margin: 0 auto;
    padding: 15px 0 0 0;
    text-align: center;
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 175%;
    color: #fff;
    width: auto;
    display: inline-block;
    position: relative;
}


.gform_wrapper form.mid-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 15px 10px 15px;
}

form.mid-cta .gform_body {
    width: auto;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}

form.mid-cta .gform_body > ul.gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

body.home .textblock-shortcode #mid-cta-close {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: auto;
    top: 0;
    right: 0;
    line-height: 0;
    margin: 0 auto;
    padding: 0 5px 5px 20px;
    background: rgb(128, 194, 228);
    border-radius: 0 0 0 100%;
    border-left: dashed 1px #fff;
}

body.home .textblock-shortcode #mid-cta-close:hover {
    background: rgb(219, 236, 245);
}

body.home .textblock-shortcode #mid-cta-close:before {
    margin: 0 auto;
    color: #E91E63;
    font-size: 200%;
}

body.home .textblock-shortcode .element-is-sticky #mid-cta-close {
    opacity: 1;
    visibility: visible;
}

.gform_wrappermid-cta_wrapper div.validation_error, html .gform_wrapper div.validation_error {
    color: rgb(255, 0, 0);
    border: none;
    -webkit-box-shadow: 0 0 4px 0 #790000;
    box-shadow: 0 0 4px 0 #790000;
    background: rgba(255, 255, 255, .9);
    line-height: 18px;
    padding: 10px;
}

.gform_wrapper.mid-cta_wrapper li.gfield.gfield_error, html .gform_wrapper li.gfield.gfield_error {
    background-color: transparent;
    border: none;
    padding: 4px 10px;
}

.gform_wrappe.mid-cta_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, html .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    text-align: center;
    padding: 5px;
    margin-top: 5px;
    line-height: 14px;
    background-color: rgba(255, 255, 255, .9);
    color: #ff0000;
    -webkit-box-shadow: 0 0 3px 0 #790000;
    box-shadow: 0 0 3px 0 #790000;
}

html .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], html .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
    margin-bottom: 2px;
}

html .gform_wrapper .gfield_error .validation_message {
    color: #ff0000;
    background-color: rgba(255, 255, 255, .9);
    text-align: center;
    -webkit-box-shadow: 0 0 3px 0 #790000;
    box-shadow: 0 0 3px 0 #790000;
    padding: 8px;
    line-height: 14px;
}

@media (max-width: 1011px) {
    form.mid-cta .gform_body > ul.gform_fields {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
}

form.mid-cta .gform_body > ul.gform_fields #field_3_5 {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}

@media (max-width: 1027px) {
    form.mid-cta .gform_body > ul.gform_fields #field_3_5 {
        padding-right: 0;
    }
}

form.mid-cta .gform_body > ul.gform_fields #field_3_6 {
    visibility: collapse !important;
    padding-right: 0;
}

form.mid-cta .gform_footer {
    width: auto;
    padding: 0;
    margin: 0 auto;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}

.gform_wrapper form.mid-cta input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper form.mid-cta input[type="text"],
.gform_wrapper form.mid-cta select {
    height: 49px;
    width: 100%;
    border-radius: 50px;
    border: 1px solid #eeeeee;
    padding: 0 28px;
    font-size: 16px;
}

.gform_wrapper form.mid-cta .contact-new-existing {
    width: calc(100% - 731px);
}

.gform_wrapper form.mid-cta select {
    position: relative;
    top: -4px;
}

.home .textblock-shortcode #mid-cta-close,
.gform_wrapper form.mid-cta .gform_footer input[type=submit],
form.mid-cta .gform_footer .gform_button button {
    background: #f26f29;
    color: #fff;
    font-weight: 700;
    font-family: Lato, sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 49px;
    padding: 0 10px;
    vertical-align: middle;
    width: 100%;
    display: block;
    margin: 20px auto 0 auto;
    letter-spacing: 1px;
    border: 1px solid transparent;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gform_wrapper form.mid-cta .gform_footer input[type=submit]:hover,
form.mid-cta .gform_footer .gform_button button:hover {
    background: #fff;
    border-color: #f26f29;
    color: #f26f29;
}

@media (min-width: 769px) {
    .gform_wrapper.mid-cta_wrapper form.mid-cta {
        top: 0;
    }

    .gform_wrapper.mid-cta_wrapper .gform_heading {
        max-height: 0;
        display: none;
    }
}

@media (max-width: 768px) {

    .gform_wrapper.mid-cta_wrapper .gform_heading {
        background-color: #0085ca;
        padding: 13px 0;
        height: 70px;
        max-height: none;
    }

    body.home .textblock-shortcode #mid-cta-close {
        opacity: 1;
        visibility: visible;
    }

    form.mid-cta .gform_body, form.mid-cta .gform_footer {
        padding: 0 5px;
    }

    .gform_wrapper.mid-cta_wrapper h3.gform_title, .gform_wrapper.mid-cta_wrapper form.mid-cta {
        padding: 0;
    }

    .gform_wrapper.mid-cta_wrapper h3.gform_title {
        padding: 5px 10px;
        border: 2px solid #fff;
        border-radius: 40px;
        font-size: 24px;
        line-height: 30px;
    }

    .gform_wrapper.mid-cta_wrapper form.mid-cta {
        top: 0;
    }

    .gform_wrapper form.cta-show .gform_footer input[type=submit] {
        margin-bottom: 10px;
    }

    .gform_wrapper.mid-cta_wrapper form:not(.cta-show) h3.gform_title {
        background: #40b646;
        color: #fff;
        font-weight: 700;
        font-family: Lato, sans-serif;
        text-align: center;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 49px;
        padding: 0 10px;
        vertical-align: middle;
        width: 100%;
        display: block;
        margin: 20px auto 10px auto;
        letter-spacing: 1px;
        border: 1px solid transparent;
        border-radius: 50px;
        cursor: pointer;
        -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .gform_wrapper.mid-cta_wrapper .gform_heading h3:before, .gform_wrapper.mid-cta_wrapper .gform_heading h3:after {
        display: none;
    }

    .gform_wrapper.mid-cta_wrapper.sticky-element-original.element-is-sticky form.mid-cta {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    body.home .textblock-shortcode form.cta-show #mid-cta-close {
        position: absolute;
        width: auto;
        top: -54px;
        right: 20px;
        line-height: 0;
        margin: 0 auto;
        padding: 0;
        background: none;
        border-radius: 0;
        border: none;
    }

    body.home .textblock-shortcode #mid-cta-close:before {
        color: #fff;
        font-size: 40px;
        font-weight: 800;
    }

    body.home .textblock-shortcode form:not(.cta-show) #mid-cta-close,
    form.mid-cta .gform_body,
    form.mid-cta .gform_footer {
        opacity: 0;
        visibility: hidden;
        height: 0;
    }

    body.home .textblock-shortcode .element-is-sticky form.cta-show #mid-cta-close,
    form.mid-cta.cta-show .gform_body,
    form.mid-cta.cta-show .gform_footer {
        opacity: 1;
        visibility: visible;
        height: auto;
    }

    .gform_wrapper form.cta-show .gform_footer input[type=submit] {
        min-height: 49px;
    }

    /* on error in mobile enable scroll */
    .gform_wrapper.mid-cta_wrapper.sticky-element-original.gform_validation_error.element-is-sticky {
        bottom: 0;
        overflow-y: scroll;
    }

    .sticky-element-original.gform_validation_error.element-is-sticky form.mid-cta {
        padding-bottom: 50px;
        margin: 0 auto;
    }

    .sticky-element-original.gform_validation_error.element-is-sticky h3.gform_title {
        padding: 15px 0;
    }

}

@media (max-width: 531px) {

    .gform_wrapper form li, .gform_wrapper li {
        width: 100%;
    }

    form.mid-cta .gform_body > ul.gform_fields #field_3_5 {
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
    }

    body .gform_wrapper.mid-cta_wrapper ul li.gfield {
        margin-top: 0;
    }
}

@media only screen and (max-width: 641px) {
    .gform_wrapper.mid-cta_wrapper form.mid-cta .gform_footer input[type=submit], form.mid-cta .gform_footer .gform_button button,
    .gform_wrapper.mid-cta_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        min-height: 49px;
    }

}

.gform_wrapper form.mid-cta div.validation_error {
    background-color: #fff;
    margin: 5px auto;
}

.gform_wrapper form.mid-cta li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    max-width: 100%;
    padding-right: 0;
    padding-left: 16px;
}

.gform_wrapper form.mid-cta .field_description_below .gfield_description {
    padding-top: 0;
}

.gform_wrapper form.mid-cta .validation_message {
    padding-left: 16px;
}

.gform_wrapper form.mid-cta li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper form.mid-cta li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0;
}

/* service box overrides */
section ._box_item.bd_radi_l,
section ._box_item.bd_radi_l:hover:before {
    border-radius: 15px 0 0 0;
}

section ._box_item.bd_radi_r,
section ._box_item.bd_radi_r:hover:before {
    border-radius: 0 15px 0 0;
}

.home .gform_confirmation_message_3 {
    color: #fff;
    padding: 40px;
    background: #0085ca;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    width: 60%;
    margin: 10px auto;
    border-radius: 60px;
}

/* End Home Page Styles */

/* Start Interior Page Styles */

html body.schedule-an-appointment h1,
html body.schedule-an-appointment h2,
html body.schedule-an-appointment h3,
html body.schedule-an-appointment h4,
html body.schedule-an-appointment h5,
html body.schedule-an-appointment h6 {
    white-space: normal;
}

html body.schedule-an-appointment .category_.flw {
    display: none;
}

html body.schedule-an-appointment section.fw-main-row:first-of-type {
    font-size: 1.2em;
    margin-bottom: 0;
}

html body.schedule-an-appointment section.fw-main-row:first-of-type h1 {
    white-space: normal;
    font-size: 3em;
}

html body.schedule-an-appointment section.fw-main-row:first-of-type .fw-row {
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
}

html body.schedule-an-appointment section.fw-main-row:first-of-type img {
    margin-bottom: 0;
}

html body.schedule-an-appointment section.fw-main-row:first-of-type .col-md-8.col-lg-8 {
    position: relative;
    top: -20px;
}

html body.schedule-an-appointment section.fw-main-row:first-of-type .fw-row > div {
    /*padding: 50px;*/
    padding: 32px;
}

html body.schedule-an-appointment section.fw-main-row:first-of-type p.pediatricButtonWrapper {
    margin-top: 32px;
}

html body.schedule-an-appointment section.fw-main-row:nth-of-type(2) .fw-row:first-of-type {
    /*display: none*/
}

html body.schedule-an-appointment section.fw-main-row .innerText {
    margin: 0;
}

html body.schedule-an-appointment form {
    margin-bottom: 60px;
}

html .page .entry-content .innerText p.pediatricButtonWrapper {
    margin-bottom: 30px;
    margin-top: 10px;
}

html body.general-faq .vc_separator {
    margin: 0;
}

html body.general-faq .pmax_faq-buttons a {
    display: inline-block;
    margin: 0 1em 1em 0;
    padding: 5px 10px;
    border: 3px solid #3fb647;
    border-radius: 5px;
    color: white;
    background-color: #3fb647;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

html body.general-faq .pmax_faq-buttons a:hover {
    background-color: white;
    color: #3fb647;
}

html body .anchor {
    width: 0;
    height: 0;
    position: relative;
    top: -100px;
}

html body.general-faq .innerText:not(:first-of-type) {
    margin-top: 60px;
    margin: 60px 0;
}

@media (max-width: 1199px) {
    html body.schedule-an-appointment section.fw-main-row:first-of-type h1 {
        font-size: 2em;
    }

    html body.schedule-an-appointment section.fw-main-row:first-of-type .fw-row > div {
        /*width: 50%;*/
    }
}

@media (max-width: 1139px) {
    .gform_wrapper form.mid-cta ul.gform_fields li:nth-child(-n+4) {
        width: calc(100% / 4) !important;
    }
}

@media (max-width: 1023px) {
    html body.schedule-an-appointment section.fw-main-row .fw-row > div,
    html body.schedule-an-appointment section.fw-main-row:first-of-type .fw-row > div {
        width: 100%;
    }
}

@media (max-width: 767px) {
    html body .scroll-to-top.has-chat {
        right: 320px;
    }

    html body.schedule-an-appointment section.fw-main-row:first-of-type .fw-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    html body.schedule-an-appointment section.fw-main-row:first-of-type h1 {
        font-size: 1.4em;
    }

    html body.schedule-an-appointment section.fw-main-row:first-of-type .fw-row > div {
        width: 100%;
    }

    .gform_wrapper form.mid-cta ul.gform_fields li:nth-child(-n+4) {
        width: calc(100% / 2) !important;
    }
}

@media (max-width: 699px) {
    .gform_wrapper form.mid-cta ul.gform_fields li:nth-child(-n+4) {
        width: 100% !important;
    }
}

.innerText p a.pediatricButton {
    background: #00cc08;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    border: 2px solid #00cc08;
}

.innerText p a.pediatricButton:hover {
    background: transparent;
    color: #00cc08;
    border: 2px solid #00cc08;
}

@media (min-width: 1200px) {
    nav.nav.is-fixed {
        padding-left: 300px !important;
    }
}

@media (min-width: 992px) and (max-width: 1100px) {
    html body .top_menu .appoint {
        background: #3fb647;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

ul.cat_navigation {
    display: none;
}

.innerText {
    margin: 90px 0;
}

.post-template-default .innerText {
    margin: 0 0 50px;
}

.post-template-default .content_view {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.innerText.blogText {
    margin: 50px 0 0;
}

.page-id-2767 ._section_gallery {
    margin-bottom: 50px;
}

.page-id-2767 ._section_gallery .gallery_content .element-item .gallery_item:hover .child_hv {
    left: 0;
}

.page .entry-content .innerText p, .post-template-default .entry-content .innerText p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
}

body .category_ {
    background: #0085ca;
    border-top-color: #e4bc00;
    -webkit-box-shadow: inset 0 30px 40px -33px rgba(0, 0, 0, .9);
    box-shadow: inset 0 30px 40px -33px rgba(0, 0, 0, .9);
}

.innerText a {
    color: #0085ca;
}

.single .blog_single_content p,
.single .blog_single_content ol li,
.single .blog_single_content ul li {
    font-size: 18px;
    color: #111;
}

.single .blog_single_content ol,
.single .blog_single_content ul {
    margin: 0 0 1.5em 18px;
}

.post-template-default .blog_single_content {
    margin-top: 90px;
}

.innerText a:hover {
    color: #000;
}

.innerText a.hide-link {
    cursor: text;
    color: #000;
}

html .single-post .innerText a[rel="noopener noreferrer"],
html .single-post .innerText a[rel="noopener noreferrer"]:hover,
html .single-post .innerText a.hide-link:hover,
html .single-post .innerText a.hide-link {
    color: #000 !important;
    cursor: text !important;
    text-decoration: none !important;
}


.bullets {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

html .page ul, html .post-template-default.single .blog_single_content ul {
    color: #000;
    font-size: 18px;
    margin-left: 30px;
}

html .page .sidebar ul, html .post-template-default .sidebar ul {
    color: #000;
    font-size: 18px;
    margin-left: auto;
}

.page .innerText ol, .post-template-default .innerText ol {
    color: #000;
    font-size: 18px;
    margin-left: 30px;
    margin-bottom: 20px;
}

.page .innerText h2,
.page .innerText h2 a,
.page .contactText h2,
.page .contactText h2 a,
.post-template-default.single .blog_single_content .innerText h2,
.post-template-default.single .blog_single_content .innerText h2 a,
.post-template-default.single .blog_single_content h2,
.post-template-default.single .blog_single_content h2 a,
.post-template-default.single .blog_single_content .contactText h2,
.post-template-default.single .blog_single_content .contactText h2 a {
    font-size: 30px;
    line-height: 36px;
    margin: 15px 0;
    font-weight: 800;
    color: #0085ca;
}

.page .contactText h2, .post-template-default.single .blog_single_content .contactText h2 {
    margin-top: 60px;
}

.page .innerText h3,
.page .innerText h3 a,
.post-template-default.single .blog_single_content .innerText h3,
.post-template-default.single .blog_single_content .innerText h3 a,
.post-template-default.single .blog_single_content h3,
.post-template-default.single .blog_single_content h3 a {
    font-size: 26px;
    line-height: 32px;
    margin: 15px 0;
    font-weight: 800;
    color: #00cc08;
}

.page .innerText h4,
.page .innerText h4 a,
.post-template-default.single .blog_single_content .innerText h4,
.post-template-default.single .blog_single_content .innerText h4 a,
.post-template-default.single .blog_single_content h4,
.post-template-default.single .blog_single_content h4 a {
    font-size: 20px;
    margin: 15px 0;
    font-weight: 800;
    line-height: 26px;
    color: #e4bc00;
    display: inline-block;
}

.innerText img {
    width: 100%;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 6px 0 #000;
    box-shadow: 0 0 6px 0 #000;
}

.innerText.communityGalleries img {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.post-template-default .innerText img {
    margin-bottom: 20px;
}

.innerText img.staffPic {
    width: auto;
    float: left;
    margin: 10px 20px 10px 0;
}

.grecaptcha-badge {
    visibility: hidden;
}

.sidebar.flw {
    background: rgba(0, 133, 202, .2);
    padding: 20px;
    margin-bottom: 90px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 2px 0 #000;
    box-shadow: 0 0 2px 0 #000;
}

.page-template-subpage .sidebar .title_, .post-template-default .sidebar .title_ {
    margin-bottom: 10px;
}

.page-template-subpage .sidebar .title_ h3, .post-template-default .sidebar .title_ h3 {
    font-weight: 800;
    color: #0085ca;
    margin-bottom: 0;
}

.page-template-subpage .sidebar .sidebarContact a, .page-template-subpage .sidebar .sidebarServices a, .post-template-default .sidebar .sidebarContact a, .post-template-default .sidebar .sidebarServices a {
    color: #000;
    font-size: 18px;
    line-height: 24px;
}

.page-template-subpage .sidebar .sidebarContact a.sidebarPhone, .post-template-default .sidebar .sidebarContact a.sidebarPhone {
    font-size: 20px;
    font-weight: 600;
}

.page-template-subpage .sidebar .sidebarContact a:hover, .post-template-default .sidebar .sidebarContact a:hover {
    color: #0085ca;
}

.sidebar img {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 4px 0 #444;
    box-shadow: 0 0 4px 0 #444;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.sidebar img:hover {
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
}

.sidebar .gform_wrapper, .sidebar .gform_wrapper span.gform_description {
    margin: 0;
}

.sidebar .gform_wrapper .gform_heading {
    margin-bottom: 0;
}

.sidebar .gform_wrapper .gform_heading h3 {
    display: none;
}

.sidebar .gform_wrapper input, .sidebar .gform_wrapper select, .mainContact .gform_wrapper input, .mainContact .gform_wrapper select {
    border: none;
    border-left: 4px solid #ce0001;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 2px 0 #444;
    box-shadow: 0 0 2px 0 #444;
    height: 40px;
}

html .sidebar .gform_wrapper .ginput_container input, html .sidebar .gform_wrapper select, html .sidebar .gform_wrapper textarea {
    font-size: 16px !important;
}

.sidebar .gform_wrapper textarea, .mainContact .gform_wrapper textarea {
    border: none;
    border-left: 4px solid #ce0001;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 2px 0 #444;
    box-shadow: 0 0 2px 0 #444;
}

.sidebar .gform_wrapper select {
    background: #fff;
    margin: 10px 0 25px;
}

.mainContact .gform_wrapper select {
    margin-top: auto;
    background: #fff;
}

.mainContact .gform_wrapper .ginput_container_date .gfield_date_dropdown_month, .mainContact .gform_wrapper .ginput_container_date .gfield_date_dropdown_day, .mainContact .gform_wrapper .ginput_container_date .gfield_date_dropdown_year {
    width: 33.33%;
}

.mainContact .gform_wrapper .ginput_container_date .gfield_date_dropdown_month select, .mainContact .gform_wrapper .ginput_container_date .gfield_date_dropdown_day select, .mainContact .gform_wrapper .ginput_container_date .gfield_date_dropdown_year select {
    width: 100%;
}

.mainContact .gform_wrapper .top_label .gfield_label {
    font-size: 20px;
    font-family: Lato, sans-serif;
    font-weight: 800;
    color: #000;
}

body .mainContact .gform_wrapper .top_label .ginput_container_date {
    margin-top: 4px;
}

.page-id-896 .gform_confirmation_wrapper .gform_confirmation_message {
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
    border: 4px solid #40b647;
    padding: 10px 20px;
    display: block;
    width: 95%;
    margin: 0 auto;
    border-radius: 30px;
    color: #fff;
    background: #40b647;
    font-weight: 600;
}

.sidebar .gform_wrapper .gform_footer input.button, .sidebar .gform_wrapper .gform_footer input[type=submit], .mainContact .gform_wrapper .gform_footer input.button, .mainContact .gform_wrapper .gform_footer input[type=submit] {
    background: #40b647;
    border-left: none;
    color: #fff;
    border: 2px solid #40b646;
    border-radius: 20px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.sidebar .gform_wrapper .gform_footer input.button:hover, .sidebar .gform_wrapper .gform_footer input[type=submit]:hover, .mainContact .gform_wrapper .gform_footer input.button:hover, .mainContact .gform_wrapper .gform_footer input[type=submit]:hover {
    background: #fff;
    color: #40b647;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.mainContact .gform_wrapper .gform_footer input.button, .mainContact .gform_wrapper .gform_footer input[type=submit] {
    width: 85%;
    display: block;
    margin: 0 auto;
}

.sidebar .gform_wrapper .gform_footer {
    margin: 0;
    padding: 10px 0;
}

.page-template-subpage .sidebar .widget_kinder_social .social_, .post-template-default .sidebar .widget_kinder_social .social_ {
    margin-bottom: 0;
    margin: 20px 0 0;
}

.page-template-subpage .sidebar .widget, .post-template-default .sidebar .widget {
    margin-bottom: 20px;
}

.page-template-subpage .mainContact .gform_wrapper .top_label input.medium.datepicker {
    width: 100%;
}

.contactPhone {
    margin-top: 10px;
    margin-bottom: 15px;
}

.contactPhone a {
    font-size: 20px;
    font-weight: 600;
    display: block;
}

.buttonWrapper {
    margin: 30px 0;
}

a.formButtons {
    border: 2px solid #0085ca;
    padding: 10px;
    border-radius: 30px;
    color: #0085ca;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a.formButtons:hover {
    background: #0085ca;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

h3.anchorFix:before {
    display: block;
    content: " ";
    margin-top: -105px;
    height: 105px;
    visibility: hidden;
    pointer-events: none;
}

.officeGallery {
    width: 90%;
    display: block;
    margin: 60px auto 40px;
}

html .fbx-show .fbx-caption {
    visibility: hidden;
}

.innerText .officeGallery img {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.post-template-default .social_if, .post-template-default .box_admin, .post-template-default .related_post {
    display: none;
}

.post-template-default.single .blog_single_content {
    padding-bottom: 0;
}

.post-template-default .post_ {
    margin-bottom: 0;
}

.page-id-2767 ._section_gallery .gallery_content .element-item .gallery_item .child_hv, .page-id-2767 ._section_gallery .gallery_content .element-item .gallery_item:hover .child_hv {
    top: 10%;
    bottom: 10%;
    right: 10%;
    left: 2%;
}

html body.page-id-2767 ._section_gallery .gallery_content .element-item .gallery_item .child_hv > li:nth-of-type(1) a:hover, html body.page-id-106 ._section_gallery .gallery_content .element-item .gallery_item .child_hv > li:nth-of-type(1) a:hover {
    opacity: .6;
}

.post-template-default .tag_ {
    margin-top: 0;
    margin-bottom: 0;
}

a.sliderButton {
    color: #fff;
    padding: 60px;
    margin: -60px;
}

a.sliderButton:hover {
    color: #3fb647;
}

.galleryRow {
    margin: 30px 0;
}

.galleryRow .col-sm-6 {
    margin-bottom: 30px;
}

.mainContact .gform_wrapper .top_label input.medium.datepicker {
    width: 100%;
    margin-top: 4px;
}

.dr-weil-video {
    width: 100%;
    max-width: 300px;
    height: 291px;
    visibility: visible;
    background-repeat: no-repeat;
    background-size: cover;
}

.dr-weil-video img.play-btn {
    margin-top: 75px;
    width: 100px;
    height: 100px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.testimonial-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.testimonial-video {
    width: 300px;
    height: 300px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 10px;
    margin: 12px 6px;
}

.testimonial-container img.play-btn {
    margin-top: 75px;
    width: 100px;
    height: 100px;
}

img.innerImage,
.innerText img.innerImage {
    max-width: 300px;
    height: auto;
    width: 100%;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline;
    float: left;
    margin: 0 1.5em 0 0;
}

.drTextWrapper .innerText em {
    display: block;
}

/* End Interior Page Styles */


/*Covid Safety Measures Page*/
.safety-banner-text-container {
    position: relative;
    width: 50%;
    top: 25%;
    text-align: left;
    padding: 0 10%;
    color: #fff;
}

.page .safety-banner-text-container h1 {
    font-size: 80px;
    font-weight: bold;
}

.safety-banner-text-container h2 {
    font-size: 24px;
}

.safety-measures-container-1 h4, .safety-measures-container-1 ul, .safety-measures-container-1 ul li, .safety-measures-container-1 p {
    color: #fff;
}

.page .safety-measures-container-1 h4 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 75px;
}

.page .safety-measures-container-1 ul li {
    list-style-type: square;
}

ul.covid-measures-list li {
    margin-bottom: 12px;
}

.vc_custom_1625078530084 {
    background-size: cover;
    background-position: 52%;
}

.vc_custom_1592335096726, .vc_custom_1592335082006, .vc_custom_1592335091326, .vc_custom_1592402459997 {
    background-size: cover;
}

.page-id-3536 .has-page-builder {
    padding: 0px;
}

.page-id-3536 p {
    font-size: 24px;
    line-height: 37px !important;
}

.page-id-3536 .vc_column-inner.vc_custom_1592400202145 p {
    font-size: 16px;
    line-height: unset !important;
}

.safety-banner-title {
    margin-top: 70px;
    margin-left: 20%;
    color: white;
}

.safety-banner-title .wpb_wrapper h1 {
    font-weight: bold;
    font-size: 80px;
}

@media (min-width: 768px) and (max-width: 1350px) {
    .mobile-break {
        display: block;
    }
}

@media (max-width: 610px) {
    .safety-banner-title {
        margin: 0 auto;
        width: 80%;
    }
}

@media (max-width: 500px) {
    .covid-center-mobile-title .wpb_wrapper {
        width: 80%;
        margin: 0 auto;
    }

    .page-id-3536 p {
        font-size: 16px;
    }

    .safety-banner-title .wpb_wrapper h1 {
        font-size: 50px;
    }


}

.safety-measure-banner .vc_custom_1592333825446, .safety-measure-banner .vc_custom_1592402459997, .safety-measures-bg-image .vc_custom_1592334571069, .safety-measures-bg-image .vc_custom_1592335082006, .safety-measures-bg-image .vc_custom_1592335091326, .safety-measures-bg-image .vc_custom_1592335096726 {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 777px;
    background-position: center center
}

/*Covid Safety Measures Page*/

/* Start Careers Page */
.page-id-4250 p, .page-id-4250 h1, .page-id-4250 h2, .page-id-4250 h3, .page-id-4250 span {
    white-space: normal !important;
}

.page-id-4250 .career-hero-column {
    height: 100vh;
    overflow: hidden !important;
}

.page-id-4250 .career-hero-column .cover-background {
    min-height: 100% !important;
    padding: 0px !important;
    margin-top: 0px !important;
}

.career-hero-content:nth-child(1) {
    margin-top: 100px !important;
}

.page-id-4250 .career-hero-content-container .career-hero-content {
    margin: 0 auto;
    width: 60%;
}

.page-id-4250 .career-hero-content-container .career-hero-content .vc_col-sm-6 {
    width: 205px;
    margin: 30px 20px 30px 0px;
}

.page-id-4250 .career-title, .page-id-4250 .career-sub-title {
    color: #fff;
    white-space: normal;
}

.page-id-4250 .career-title {
    font-size: 50px;
    line-height: 69px !important;
    margin-bottom: 0px;
    font-weight: bold;
}

.page-id-4250 .career-title.career-title-2 {
    margin-bottom: 50px;
    font-weight: 300;
}

.page-id-4250 .career-sub-title {
    font-size: 24px;
    max-width: 670px;
    line-height: 37px !important;
    font-weight: 300;

}

.page-id-4250 .career-button.btn.btn-rounded.btn-large {
    padding: 15px 26px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 50px;
    line-height: 44px !important;
    font-size: 19px;
}


.career-job-container a.btn {
    padding: 9px 38px;
}


a.btn.career-button.career-button-2.pofo-button-2.button-style5.btn-dark-gray.btn-rounded.btn-large {
    border: solid;
}

.page-id-4250 .vc_column_container > .vc_column-inner:not(.career-job-container .vc_column-inner, .career-grid-row .vc_column-inner) {
    min-width: 300px;
}

.page-id-4250 .career-button-2 {
    background-color: #00000000;
}

.career-list ul {
    margin-left: 0px !important;
    font-size: 16px !important;
}

.page-id-4250 .career-list ul {
    padding-left: 0px;
}

.page-id-4250 .career-list ul li {
    list-style-type: none;
    color: #146b98;
}

.page-id-4250 .career-quote {
    position: relative;
    background: #003b59;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 160px;
}

.page-id-4250 .career-quote .alt-font.text-extra-dark-gray.font-weight-600.text-uppercase {
    color: #fff;
    padding: 50px;
    font-size: 19px;
    font-weight: 700 !important;
    line-height: 30px !important;
}

.page-id-4250 .career-quote .fa-quote-left:before {
    position: absolute;
    right: 25px;
    bottom: -12px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 55px;
}

.page-id-4250 .career-list ul li::before {
    font-family: "Font Awesome 5 Free";
    content: '\f0c8';
    color: #00bcd4;
    background: #00bcd4;
    font-size: 6px;
    margin: 10px;
}

.career-job-button.btn.btn-large {
    display: block;
    background: #156b97;
    font-size: 36px;
    font-weight: 700 !important;
    line-height: 65px !important;
    padding: 0px 53px;
    min-width: 225px;
    border: solid #fff;
}

.career-job-opportunities-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.double-border-separator {
    height: 17px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    background: #00000000;
}

.career-heart-icon.vc_icon_element-align-center {
    width: 70px;
    margin: 0 auto;
}

.career-grid-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.career-grid-item {
    padding: 125px;
}

.career-grid-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*.career-grid-item .wpb_wrapper {*/
/*    width: 250px;*/
/*    margin: 0 auto;*/
/*}*/

.page-id-4250 .career-passion-section {
    margin: 0 auto;
    max-width: 80%;
}

.career-passion-title {
    text-align: center;
    font-size: 19px;
    font-weight: 300;
    letter-spacing: 0.05em;
    margin-bottom: 0px;
}

.career-passion-sub-title {
    text-align: center;
    font-size: 50px;
    font-weight: 700 !important;
    margin-bottom: 115px;
    letter-spacing: 0.05em;
    line-height: 50px !important;
}

.career-passion-text {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    line-height: 37px !important;
}

.shared-values-section {
    padding: 90px 80px;
}

.career-checkbox-bullets ul {
    list-style-type: none;
}

.career-checkbox-bullets ul.disc {
    padding-left: 0px;
    padding-right: 5px;
}

.career-checkbox-bullets ul li {
    color: #146b98;
    list-style: none !Important;
}

.career-checkbox-bullets ul li::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f14a';
    font-size: 16px;
    color: #00bcd4;
    margin-right: 5px;
}

.career-value-background-image .vc_column-inner {
    background-repeat: no-repeat;
}


.career-job-container img {
    width: 80px;
    border-radius: 50%;
}

.career-job-container > .vc_column-inner {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 70px 70px 70px 0px;
    width: 233px;
    min-height: 322px;
}


.career-dental-team-text {
    max-width: 275px;
    margin: 0 auto;
}

.career-dental-team-text h3 {
    color: #146b98;
    font-weight: 700 !important;
    font-size: 28px;
    letter-spacing: 0.05em;
    line-height: 42px !important;
}

.career-job-container h5 {
    color: #fff;
    text-align: center;
    margin: 35px 0px;
    font-size: 19px;
    font-weight: 700 !important;
    line-height: 30px !important;
    letter-spacing: 0.05em;
}

.career-dental-team-text h6 {
    font-size: 16px;
    color: #003b59;
    font-weight: 700 !important;
    line-height: 25px !important;
    letter-spacing: 0.05em;
}

.career-dental-team-text-mobile {
    width: 100%;
    max-width: 100%;
}

.career-job-container.career-job-container-mobile > .vc_column-inner {
    width: 220px;
    max-width: unset;
    min-width: unset;
}

.career-job-container-mobile .btn.btn-rounded.btn-large {
    padding: 5px 25px;
}

.job-application-header h6 {
    color: #003b59;
    text-align: center;
    font-size: 16px;
    font-weight: 700 !important;
    letter-spacing: 0.05em;
    line-height: 25px !important;
}

.job-application-header h2 {
    font-size: 36px;
    line-height: 53px !important;
    color: #146b98;
    letter-spacing: 0.05em;
    font-weight: 700 !important;
    text-align: center;
}

.new-job-list .btn, .new-job-list .btn:active, .new-job-list .btn:visited, .new-job-list .btn:focus {
    background: -o-linear-gradient(rgb(20, 107, 152), rgb(0, 59, 89));
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(20, 107, 152)), to(rgb(0, 59, 89)));
    background: linear-gradient(rgb(20, 107, 152), rgb(0, 59, 89));
    width: 170px;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
    padding: 10px;
    margin-top: 30px;
    text-align: center;
}

.new-job-list .btn:hover {
    background: -o-linear-gradient(rgb(0, 59, 89), rgb(20, 107, 152));
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 59, 89)), to(rgb(20, 107, 152)));
    background: linear-gradient(rgb(0, 59, 89), rgb(20, 107, 152));
}

.page .new-job-list h3 {
    font-size: 30px;
    line-height: 38px;
    color: #003b59;
    font-weight: 800;
    letter-spacing: 2px;
}

.page .new-job-list h5 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #003b59;
}

.job-list-row .wpb_column .vc_column-inner .wpb_wrapper {
    margin: 20px 0;
}

.job-list-header {
    margin-bottom: 30px;
}

.dental-services {
    border-bottom: dashed;
    padding: 15px 0px;
}

/*  Start FAQ Page */
.faq-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.faq-nav a {
    background: #40b647;
    padding: 5px 15px;
    color: #fff;
    border-radius: 5px;
    font-weight: 800;
    border: solid 1px #40b647;
    width: 235px;
    max-width: 235px;
    margin-bottom: 10px;
}

.faq-nav a:hover {
    background: #fff;
    color: #40b647;
}

.faq-anchor {
    display: block;
    position: relative;
    top: -185px;
    visibility: hidden;
}

.page-id-4434 .lvca-style1:nth-child(2) .lvca-panel {
    background: #40b647;
}

.page-id-4434 .lvca-style1:nth-child(2) .lvca-panel .lvca-panel-title {
    color: #fff;
}

.page-id-4434 .lvca-style1:nth-child(2) .lvca-panel .lvca-panel-title, .page-id-4434 .lvca-style1:nth-child(2) .lvca-panel-title:after {
    color: #fff;
}

.page-id-4434 .lvca-style1:nth-child(2) .lvca-panel.lvca-active .lvca-panel-title {
    color: #333;
}

.page-id-4434 .lvca-style1:nth-child(2) .lvca-panel:hover .lvca-panel-title, .page-id-4434 .lvca-style1:nth-child(2) .lvca-panel:hover .lvca-panel-title:after {
    color: #666;
}

/* End FAQ Page*/


@media (min-width: 1537px) {
    .career-job-button.btn.btn-large {
        line-height: 88px !important;
    }
}

@media (max-width: 1440px) {
    .career-grid-item {
        padding: 25px;
    }
}

@media (max-width: 779px) {
    .page-id-4250 .career-hero-content-container .career-hero-content {
        margin: auto;
        width: auto;
    }
}

@media (max-width: 768px) {
    .shared-values-section {
        padding: 25px;
    }

    .career-job-button.btn.btn-large {
        font-size: 18px;
        padding: 5px;
        line-height: unset;
    }

    .career-passion-text {
        font-size: 19px;
    }

    .page-id-4250 .career-hero-column {
        height: auto;
    }

    .vc_row.wpb_row.vc_inner.vc_row-fluid.safety-banner-text-container {
        margin: 0 auto;
        padding: 0;
    }

    .vc_custom_1592402459997 {
        background-position: 60%;
    }
}

@media (max-width: 767px) {
    .career-job-container.career-job-container-mobile > .vc_column-inner {
        width: 80%;
        margin: 25px auto;
    }

    .career-dental-team-text-mobile {
        width: 80%;
    }

    .career-job-container.career-job-container-mobile .vc_single_image-wrapper.vc_box_border_grey {
        margin-top: 0px;
    }
}

@media (max-width: 425px) {
    .safety-banner-text-container {
        width: 90%;
    }

    .page-id-4250 .career-sub-title {
        font-size: 16px;
    }

    .page .safety-banner-text-container h1 {
        font-size: 50px;
    }

    .safety-banner-text-container h2 {
        font-size: 18px;
    }
}

/* End Careers Page */


/* PDF Form Styles */

.page table.ui-datepicker-calendar th {
    border: 1px solid rgba(51, 51, 51, 0.1);
    padding: 15px 0;
    font-weight: bold;
}

.patientForms .gform_wrapper input.datepicker {
    margin-top: 10px;
}

.patientForms {
    width: 90%;
    display: block;
    margin: 0 auto;
}

.page-template-default .patientForms h3 {
    color: #0085ca;
    font-size: 26px;
    font-weight: 600;
}

.page-template-default .patientForms .gfield_label {
    color: #0085ca;
}

html .page-template-default .patientForms .gform_wrapper .top_label input.medium.datepicker {
    width: 100%;
}

.patientForms form {
    border: 2px solid #d2d2d2;
    border-radius: 20px;
    padding: 20px;
}

.patientForms .gform_wrapper .gform_footer input.button, .patientForms .gform_wrapper .gform_footer input[type=submit] {
    display: block;
    width: 75%;
    margin: 0 auto;
    color: #fff;
    border: 2px solid #0085ca;
    border-radius: 4px;
    background: #0085ca;
    font-size: 18px;
    font-weight: 600;
}

.patientForms .gform_wrapper .gform_footer input.button:hover, .patientForms .gform_wrapper .gform_footer input[type=submit]:hover {
    border: 2px solid #0085ca;
    background: #fff;
    color: #0085ca;
}

body .patientForms .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .patientForms .gform_wrapper ul li.field_description_below div.ginput_container_radio, .patientForms .gform_wrapper ul.gfield_checkbox, .patientForms .gform_wrapper ul.gfield_radio, body .patientForms .gform_wrapper ul li.gfield {
    margin-top: 0;
}

.patientForms ul.gfield_radio li label, .patientForms ul.gfield_checkbox li label {
    color: #000;
    padding-left: 10px;
}

.page-template-default .ui-datepicker-title select {
    width: auto;
    color: #000;
    margin: 5px;
}

.page-template-default .patientForms .gform_wrapper .gfield_checkbox li label, .page-template-default .patientForms .gform_wrapper .gfield_radio li label {
    font-size: 16px;
}

.patientForms hr {
    margin: 0 0 10px 0;
    padding: 0;
}

.page-template-default .patientForms select {
    background: #fff;
    height: 36px;
}

.patientForms .gform_page_footer {
    text-align: center;
}

.patientForms .gform_wrapper .gform_page_footer .button {
    margin-right: 10px;
    color: #fff;
    background: #0085ca;
    width: 45%;
    border-radius: 30px;
    border: 2px solid #0085ca;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.patientForms .gform_wrapper .gform_page_footer .button:hover {
    color: #0085ca;
    background: transparent;
    border: 2px solid #0085ca;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.patientForms .gform_wrapper input, .patientForms .gform_wrapper select {
    border: none;
    border-left: 4px solid #ce0001;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 2px 0 #444;
    box-shadow: 0 0 2px 0 #444;
    height: 40px;
    margin: 6px 0;
}

.patientForms .gform_wrapper input[type="radio"], .patientForms .gform_wrapper input[type="checkbox"] {
    -webkit-box-shadow: none;
    box-shadow: none;
}

body .patientForms .gform_wrapper .top_label .ginput_container_date {
    margin-top: 4px;
}

html .patientForms .gform_wrapper .gfield_date_dropdown_month, html .patientForms .gform_wrapper .gfield_date_dropdown_day, html .patientForms .gform_wrapper .gfield_date_dropdown_year {
    width: 33.33%;
}

html .patientForms .gform_wrapper .ginput_container_date .gfield_date_dropdown_month select, html .patientForms .gform_wrapper .ginput_container_date .gfield_date_dropdown_day select, html .patientForms .gform_wrapper .ginput_container_date .gfield_date_dropdown_year select {
    width: 100%;
}

.page .patientForms p {
    font-size: 16px;
}

@media (max-width: 400px) {
    .patientForms .gform_wrapper .gform_page_footer .button {
        width: 100%;
    }
}

/* End PDF Form Styles */

/* Start Membership Page Styles */

.membershipList {
    font-size: 24px;
    line-height: 54px;
    padding: 0 40px 40px;
}

.membershipList .membershipCheck {
    color: #00cc08;
}

.page-id-2894 #benefit-list p, .page-id-2894 #who-benefits p, html .page.page-id-2894 ul {
    font-size: 16px;
    margin-bottom: 15px;
}

.page-id-2894 #plans p {
    font-size: 16px;
    color: #ffff;
    font-weight: 700;
}

.page .membershipButtons p {
    font-size: 30px;
    margin: 30px 0;
}

html .page.page-id-2894 .entry-content p.pediatricButtonWrapper, html .page.page-id-2894 .entry-content #benefit-list p.pediatricButtonWrapper {
    margin-bottom: 30px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
    font-size: 20px;
}

.page-id-2894 p a.pediatricButton {
    background: #00cc08;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    border: 2px solid #00cc08;
}

.page-id-2894 p a.pediatricButton:hover {
    background: #fff;
    color: #00cc08;
    border: 2px solid #00cc08;
}

.page-id-2894 .has-page-builder {
    padding-bottom: 0;
}

.pricingColumns {
    text-align: center;
}

.page .pricingColumns h3 {
    font-size: 26px;
    font-weight: 700;
    color: #0085ca;
}

.page .pricingColumns h4 {
    font-weight: 700;
}

.pricingFeatures {
    min-height: 250px;
}

.pricingFeatures p {
    font-size: 16px;
}

.membership-boxes {
    background: #0085ca;
    color: #fff;
    width: 75%;
    display: block;
    margin: 10px auto;
    border-radius: 30px;
    padding: 20px;
    font-size: 18px;
    font-weight: 700;
}

.membershipButtons {
    margin: 40px 0 !important;
}

.pricingBackground {
    background: #e2e2e2;
    padding: 20px;
    border: 2px solid rgba(102, 102, 102, 0.4);
}

.pricingBackgroundTwo {
    background: #efefef;
    padding: 20px;
    border: 2px solid rgba(102, 102, 102, 0.4);
}

.page-id-2894 h2, .page-id-2894 h3, .page-id-2894 h4 {
    white-space: inherit;
}

.page-id-2894 .vc_section.switch-col .vc_row.switch-photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.membershipIframe {
    overflow: hidden;
    padding-top: 56.22%;
    position: relative;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5);
}

.membershipIframe iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.post-template-default.single footer.ht_footer.flw {
    margin-top: 5%;
}


/* Membership Form Footer Section */

#form-footer {
    margin: 0;
}

#form-footer .formFooterPadding {
    padding: 0 12%;
}

#form-footer .membershipForm {
    background: #e0f2f1;
    padding: 3%;
}

#form-footer .membershipForm .wpb_single_image {
    margin-left: -160px;
}

#form-footer .membershipForm h5 {
    margin-top: -150px;
}

#form-footer .membershipInfo {
    padding-left: 20px;
}

#form-footer .membershipInfo .vc_row.vc_inner {
    margin-bottom: 20px;
}

#form-footer .membershipInfo .vc_row.vc_inner:last-child {
    margin-bottom: 0;
}

#form-footer .membershipInfo .vc_icon_element {
    margin-right: 20px;
}

#form-footer .membershipInfo h4 {
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

#form-footer .membershipInfo p, #form-footer .membershipInfo p a {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
}

#form-footer .membershipInfo p a:hover {
    opacity: .6;
}

#form-footer .membershipForm p {
    margin: 10px 0 0 0;
    padding: 0;
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 20px;

}

#form-footer .membershipForm .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}

#form-footer .membershipForm .gform_wrapper input, #form-footer .membershipForm .gform_wrapper select {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    height: 50px;
    border-radius: 4px;
    color: #0a3252;
}

#form-footer .membershipForm .gform_wrapper select {
    padding: 10px 16px;
}

#form-footer .membershipForm .gform_wrapper input::-webkit-input-placeholder, #form-footer .membershipForm .gform_wrapper select::-webkit-input-placeholder {
    color: #0a3252;
}

#form-footer .membershipForm .gform_wrapper input::-moz-placeholder, #form-footer .membershipForm .gform_wrapper select::-moz-placeholder {
    color: #0a3252;
}

#form-footer .membershipForm .gform_wrapper input:-ms-input-placeholder, #form-footer .membershipForm .gform_wrapper select:-ms-input-placeholder {
    color: #0a3252;
}

#form-footer .membershipForm .gform_wrapper input::-ms-input-placeholder, #form-footer .membershipForm .gform_wrapper select::-ms-input-placeholder {
    color: #0a3252;
}

#form-footer .membershipForm .gform_wrapper input::placeholder, #form-footer .membershipForm .gform_wrapper select::placeholder {
    color: #0a3252;
}

#form-footer .membershipForm .gform_wrapper .gform_footer input[type=submit] {
    width: 100%;
    background: #146b98;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    height: auto;
}

#form-footer .membershipForm .gform_wrapper .gform_footer input[type=submit]:hover {
    background: #0a3252;
}

#form-footer .membershipForm .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    #form-footer .formFooterPadding {
        padding: 0 6% 0 9%;
    }

    #form-footer .membershipForm .wpb_single_image {
        margin-left: -140px;
    }

    #form-footer .membershipInfo p, #form-footer .membershipInfo p a {
        font-size: 16px;
    }

    #form-footer .membershipInfo .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon {
        font-size: 4em !important;
    }

    #form-footer .membershipForm h5 {
        margin-top: -200px;
        font-size: 18px !important;
        line-height: 24px !important;
    }
}

@media (max-width: 767px) {
    #form-footer .membershipForm h5 {
        margin-top: auto;
        text-align: center !important;
    }

    #form-footer {
        margin: 20px 0 0 0;
        text-align: center;
    }

    #form-footer .membershipForm .wpb_single_image {
        display: none;
    }

    #form-footer .membershipInfo {
        margin-top: 30px;
    }

    #form-footer .membershipInfo h4 {
        text-align: center !important;
    }

    #form-footer .membershipInfo .vc_icon_element {
        margin-right: 0;
    }

    #form-footer .formFooterPadding {
        padding: 0 5%;
    }
}

/* End Membership Page Styles */

/* Start Responsive Styles */

@media (max-width: 1529px) {
    html body header#ht_header .top_menu a.appoint {
        font-size: 12px;
        width: 100%;
        height: 35px;
        line-height: 2.7;
    }

    html body header#ht_header .top_menu a.appoint:not(.schedule) {
        margin-right: 10px;
    }

    html body header#ht_header .top_menu .schedule-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 215px;
        float: right;
        position: relative;
        top: -20px;
        row-gap: 6px;
    }

    html body header#ht_header .top_menu a.appoint:not(.schedule) {
        margin-right: 0;
    }

    html body header#ht_header .top_menu nav.nav.is-fixed {
        width: 100%;
        max-width: 100%;
    }

    html body header#ht_header .top_menu nav.nav.is-fixed .nav-container {
        text-align: center;
    }

    html body header#ht_header .uk-active[data-uk-sticky] .top_menu .schedule-buttons a.appoint {
        font-size: 0;
        color: rgb(255 255 255 / 0%);
        width: 35px;
    }

    html body header#ht_header .uk-active[data-uk-sticky] .top_menu .schedule-buttons a.appoint img {
        display: inline-block;
        position: relative;
        top: 6px;
    }

    html body header#ht_header .uk-active[data-uk-sticky] .top_menu .schedule-buttons a.appoint:not(.schedule) {
        margin-left: 8px;
    }

    html body header#ht_header .uk-active[data-uk-sticky] .top_menu .schedule-buttons a.appoint:not(.schedule) img {
        top: 7px;
    }

    html body header#ht_header .uk-active[data-uk-sticky] .top_menu .schedule-buttons {
        top: -2px;
        right: 0;
    }
}

@media (max-width: 1100px) {
    html body header#ht_header .uk-active[data-uk-sticky] .top_menu .schedule-buttons a.appoint img,
    html body header#ht_header .uk-active[data-uk-sticky] .top_menu .schedule-buttons a.appoint:not(.schedule) img {
        top: 0;
    }
}

@media (max-width: 1081px) {
    html body #ht_header {
        height: 100px !important;
    }

    html body .top_menu .lg {
        width: auto;
    }
}

@media (max-width: 1024px) {
    html body #slide-1-layer-9 {
        font-size: 10px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .page-template-default .col-md-8 {
        width: 100%;
        float: left;
    }

    .page-template-default.page-id-896 .col-md-4 {
        width: 100%;
        float: left;
    }
}

@media (min-width: 992px) {
    #menu-item-4418 ul {
        position: absolute;
        top: -106px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #menu-item-4418 ul li a {
        padding: 5px 0px;
        color: #fff;
    }

    #menu-item-4418 ul li a:hover {
        color: #f26f29;
    }
}

@media (max-width: 992px) {
    .page .contactText h2 {
        margin-top: 30px;
    }

    .page-template-default.page-id-896 .innerText {
        text-align: center;
    }

    html body .top_menu .lg {
        width: auto;
    }

    html body.home .icon_box_.icon_box_1 .content_icon_box {
        margin-bottom: 0;
        padding-left: 0;
        text-align: center;
    }

    html body.home .icon_box_.icon_box_1 .content_icon_box h3 {
        padding-bottom: 10px;
        margin-bottom: 0;
    }

    html body.home .icon_box_.icon_box_1 .header_icon_box, html body.home .icon_box_.icon_box_1 .content_icon_box h3:after {
        display: none;
    }

    html body .fw-row .icon_box_.icon_box_1 {
        margin-bottom: 0;
    }

    html body #post-106 > div > div > section:nth-child(5) > div > div > div.col-md-4.col-lg-4 > div:nth-child(1) {
        margin-top: 100px !important;
    }

    html body #post-106 > div > div > section:nth-child(5) > div > div > div.col-md-4.col-lg-4 > div:nth-child(3) {
        margin-top: 0 !important;
    }

    html body #post-106 > div > div > section:nth-child(5) > div > div > div.col-md-4.col-lg-4 > div.fw-heading.fw-heading-h3 {
        text-align: center;
    }

    html body #post-106 > div > div > section:nth-child(4) > div > div:nth-child(2) > div > div.cbox-0.col-xs-12.col-sm-6.col-md-4, html body #post-106 > div > div > section:nth-child(4) > div > div:nth-child(2) > div > div.cbox-1.col-xs-12.col-sm-6.col-md-4, html body #post-106 > div > div > section:nth-child(4) > div > div:nth-child(2) > div > div.cbox-2.col-xs-12.col-sm-6.col-md-4 {
        width: 33.33333333%;
    }

    html body .footer-box .footer-style.footer-border-default {
        text-align: center;
    }

    html body .footer-box #custom_html-4 li, html body .footer-box #custom_html-5 li {
        margin: 0 auto;
    }

    html body .footer-box .footer_main .info li {
        display: block;
    }

    html body .fw-testimonials-2 .fw-testimonials-text {
        text-align: center;
    }

    html body .fw-testimonials-2 .fw-testimonials-text:before, .fw-testimonials-2 .fw-testimonials-text:after {
        left: 50% !important;
    }

    html body .fw-testimonials-2 .fw-testimonials-meta {
        margin: 0 auto;
    }

    html body #ht-btn-54e6ee9c71990ed3416ea29139ceb982.box-button.flw.text-left {
        text-align: center;
        margin-bottom: 20px
    }

    html body.home .page h3.fw-testimonials-title {
        text-align: center;
    }

    html body #post-106 > div > div > section:nth-child(2) > div > div > div > div > div:nth-child(1), html body #post-106 > div > div > section:nth-child(2) > div > div > div > div > div:nth-child(2), html body #post-106 > div > div > section:nth-child(2) > div > div > div > div > div:nth-child(3) {
        width: 33.33333333%;
        float: left;
    }

    html body #post-106 > div > div > section:nth-child(6) > div > div:nth-child(5) {
        display: none;
    }
}

@media (max-width: 991px) {
    html body header#ht_header .uk-active[data-uk-sticky] .top_menu .schedule-buttons {
        right: 60px;
    }

    html body header#ht_header .uk-active[data-uk-sticky] .top_menu .schedule-buttons a.appoint img {
        top: 6px;
    }

    html body header#ht_header .uk-active[data-uk-sticky] .top_menu .schedule-buttons a.appoint:not(.schedule) img {
        top: 7px;
    }

    html body header#ht_header .uk-active[data-uk-sticky] .top_menu nav.nav .nav-container {
        top: 44px;
    }

    #menu-item-4418 ul {
        background: unset;
    }

    ul#menu-primary_menu {
        overflow-y: scroll;
        height: 50vh;
    }

    .post-template-default .innerText {
        margin: 0;
    }

    .post-template-default .blog_single_content {
        margin-top: 50px;
    }

    .page-template-default #content .category_ .left_cat h1, .page-template-subpage #content .category_ .left_cat h1, .post-template-default #content .category_ .left_cat h1 {
        font-size: 38px;
        line-height: 44px;
    }

    html .category_ .left_cat span:before {
        top: 26px;
    }

    html .category_ .left_cat span:after {
        top: 22px;
    }

    .page-template-subpage .sidebar .widget_kinder_social .social_ li, .post-template-default .sidebar .widget_kinder_social .social_ li {
        float: none;
        display: inline-block;
        margin: 0 auto;
    }

    .innerText {
        margin: 60px 0 0;
    }

    .sidebar .gform_wrapper .gform_footer input.button, .sidebar .gform_wrapper .gform_footer input[type=submit] {
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    .sidebar {
        text-align: center;
    }

    .sidebar img {
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    .numberIcon {
        display: block;
        margin: 0 auto;
    }

    html .numberBlock .col-sm-2, html .numberBlock .col-sm-10 {
        width: 100%;
    }

    .numberText {
        text-align: center;
    }

    html .numberBlock .col-sm-2 {
        margin: 20px 0;
    }
}

@media (max-width: 780px) {
    .page-template-default #content .category_ .left_cat h1, .page-template-subpage #content .category_ .left_cat h1, .post-template-default #content .category_ .left_cat h1 {
        text-align: center;
        margin-top: 30px;
        font-size: 32px;
        font-weight: 700;
    }

    html body header#ht_header .top_menu .schedule-buttons a.appoint {
        top: 0;
    }
}

@media (max-width: 767px) {

    html .page.page-id-2894 .vc_section.switch-col .vc_row.switch-photo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .page-id-2894 .vc_section.switch-col, .page-id-2894 .membership-page {
        text-align: center;
        padding-bottom: 0;
    }

    .page-id-2894 .entry-content ul li {
        list-style: inside;
    }

    .page-id-2894 .vc_section.switch-col h3, .page-id-2894 .membership-page h3 {
        margin-top: 20px;
        text-align: center !important;
    }

    html body #post-106 > div > div > section:nth-child(4) > div > div:nth-child(2) > div > div.cbox-0.col-xs-12.col-sm-6.col-md-4, html body #post-106 > div > div > section:nth-child(4) > div > div:nth-child(2) > div > div.cbox-1.col-xs-12.col-sm-6.col-md-4, html body #post-106 > div > div > section:nth-child(4) > div > div:nth-child(2) > div > div.cbox-2.col-xs-12.col-sm-6.col-md-4 {
        width: 100%;
    }

    html body .box_suma {
        text-align: center;
        height: 250px;
    }

    html body #content .box_suma .btn_apply {
        width: auto;
        position: initial;
    }

    html body #post-106 > div > div > section:nth-child(2) > div > div > div > div > div:nth-child(1), html body #post-106 > div > div > section:nth-child(2) > div > div > div > div > div:nth-child(2), html body #post-106 > div > div > section:nth-child(2) > div > div > div > div > div:nth-child(3) {
        width: 100%;
        float: none;
        text-align: center;
    }

    html body #post-106 > div > div > section:nth-child(2) > div > div > div > div > div:nth-child(1) > div > span, html body #post-106 > div > div > section:nth-child(2) > div > div > div > div > div:nth-child(2) > div > span, html body #post-106 > div > div > section:nth-child(2) > div > div > div > div > div:nth-child(3) > div > span {
        float: initial;
    }

    html body #content ._box_item .btn_read {
        left: 42%;
        bottom: 70px;
    }
}

@media (max-width: 650px) {
    html body #content ._box_item .btn_read {
        left: 40%;
    }
}

@media (max-width: 580px) {
    .top_menu .appoint:after {
        content: "";
        display: none;
    }
}

@media (max-width: 550px) {
    .innerText img.staffPic {
        width: 100%;
        float: none;
        margin: auto;
    }
}

@media (max-width: 500px) {
    html body #content ._box_item .btn_read {
        left: 38%;
    }
}

@media (max-width: 480px) {
    .page-id-2767 ._section_gallery .gallery_content .element-item .gallery_item .child_hv > li, .page-id-106 ._section_gallery .gallery_content .element-item .gallery_item .child_hv > li {
        display: block;
    }

    .page-id-2767 ._section_gallery .gallery_content .element-item .gallery_item .child_hv > li .btn_cl, .page-id-106 ._section_gallery .gallery_content .element-item .gallery_item .child_hv > li .btn_cl {
        font-size: 18px;
    }

    .page-id-2767 ._section_gallery .gallery_content .element-item .gallery_item .child_hv > li:nth-of-type(1), .page-id-106 ._section_gallery .gallery_content .element-item .gallery_item .child_hv > li:nth-of-type(1) {
        margin-bottom: 0 !important;
    }

    html body.page-id-2767 ._section_gallery .gallery_content .element-item .gallery_item .child_hv > li .btn_cl, html body.page-id-106 ._section_gallery .gallery_content .element-item .gallery_item .child_hv > li .btn_cl {
        margin-top: 10px;
    }

    html body.page-id-2767 ._section_gallery .gallery_content .element-item .gallery_item a, html body.page-id-106 ._section_gallery .gallery_content .element-item .gallery_item a {
        font-size: 16px;
    }
}

@media (max-width: 399px) {
    html body header#ht_header .uk-active[data-uk-sticky] .top_menu .schedule-buttons {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 78px;
    }

    html body header#ht_header [data-uk-sticky].uk-active .top_menu .lg {
        width: calc(100% - 190px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 350px) {
    html body .top_menu .lg {
        width: 150px;
        top: 32px;
    }

    html body #content ._box_item .btn_read {
        left: 36%;
    }
}

@media (max-width: 300px) {
    html body #content ._box_item .btn_read {
        left: 32%;
    }
}

html body [data-uk-sticky].uk-active .top_menu .appoint {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 992px) {
    .page-template-default .nav-dropdown .menu-item .menu-link, .page-template-subpage .nav-dropdown .menu-item .menu-link, .post-template-default .nav-dropdown .menu-item .menu-link {
        width: 300px;
    }

    @media (max-width: 1099px) {
        html body .top_menu a.lg,
        html body [data-uk-sticky].uk-active .top_menu a.lg {
            width: 130px;
            top: 38px;
        }

        html body [data-uk-sticky].uk-active .top_menu a.lg {
            top: 16px;
        }

        html body header#ht_header .top_menu nav.nav.is-fixed {
            padding-left: 0 !important;
            left: -50px;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
        }

        html body [data-uk-sticky].uk-active .top_menu .appoint {
            padding-right: 0;
            padding-left: 0;
        }

        html body header#ht_header [data-uk-sticky].uk-active .top_menu nav.nav.is-fixed {
            left: 0;
        }
    }
}

@media (min-width: 1100px) {
    @media (max-width: 1529px) {
        html body [data-uk-sticky].uk-active .top_menu .appoint {
            padding-right: 0;
            padding-left: 0;
        }
    }
}

@media (min-width: 1530px) {
    html body #ht_header [data-uk-sticky].uk-active .top_menu a.appoint {
        width: auto;
        padding-right: 21px;
        padding-left: 21px;
    }
}

/* End Responsive Styles */

/* New Home Page Designs 1/28/20 */

rs-module#rev_slider_8_1 {
    min-width: 100vw;
    max-width: 100vw;
}

#rev_slider_8_1 .uranus.tparrows {
    display: none;
}

.heroDropdown {
    position: absolute;
    top: 320px;
    bottom: auto;
    left: 25%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 6;
}

@media (min-width: 600px) {
    .heroDropdown {
        top: 385px;
    }
}

@media (min-width: 768px) {
    .heroDropdown {
        top: 450px;
    }
}

@media (min-width: 920px) {
    .heroDropdown {
        top: 620px;
    }
}

@media (orientation: landscape) {
    .heroDropdown {
        top: 56vh;
    }
}

/*.page .heroDropdown h3 {*/
/*    font-size: 36px;*/
/*    line-height: 36px;*/
/*    color: #146b98;*/
/*    font-weight: 600;*/
/*    text-align: center;*/
/*    text-transform: uppercase;*/
/*    margin-bottom: 0;*/
/*}*/


/** uncommenteed, reverting from covid19 message? **/
.page .heroDropdown h3 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.page .heroDropdown h4 {
    font-size: 30px;
    line-height: 42px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}

/*.page .heroDropdown h4 {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-weight: 800;
    text-transform: none;
    margin-bottom: 10px;
}*/

a.specialDropdownButton {
    border: 2px solid #fff;
    padding: 4px 10px 6px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

a.specialDropdownButton:hover {
    color: #fff;
}

/*****/

/* Commented out, was this for covid19 message? */
/*.page .heroDropdown h4 {*/
/*    font-size: 44px;*/
/*    line-height: 58px;*/
/*    color: #003b59;*/
/*    font-weight: 800;*/
/*    text-transform: uppercase;*/
/*    margin: 15px 0 25px;*/
/*}*/

/*a.specialDropdownButton {*/
/*    border: 2px solid #146b98;*/
/*    background: #146b98;*/
/*    padding: 10px 60px;*/
/*    color: #fff;*/
/*    font-size: 22px;*/
/*    font-weight: 600;*/
/*    border-radius: 4px;*/
/*    text-transform: uppercase;*/
/*}*/

/*a.specialDropdownButton:hover {*/
/*    color: #146b98;*/
/*    border: 2px solid #146b98;*/
/*    background: transparent;*/
/*}*/

.buttonContainer {
    margin-top: 40px;
}


/***- uncommenteed, reverting from covid19 message? **/
.heroDropdown .dropdownBox {
    background: rgba(0, 133, 202, .7);
    padding: 20px 20px 45px 20px;
    border: 2px solid rgba(255, 255, 255, .8);
    border-radius: 4px;
    text-align: center;
    width: 90%;
    display: block;
    margin: 0 auto;
    /*height: 125px; !*added to compensate height*!*/
}

.heroDropdown .dropdownBox {
    background: rgba(0, 133, 202, .7);
    padding: 25px 75px;
    border: 2px solid rgba(255, 255, 255, .8);
    border-radius: 4px;
    text-align: center;
    width: 100%;
    display: block;
    margin: 0 auto;
}

/*****/


/*.heroDropdown .dropdownBox {*/
/*    background: #fff;*/
/*    padding: 25px 25px 30px 25px;*/
/*    border: 3px solid #e0e0e0;*/
/*    border-radius: 4px;*/
/*    text-align: center;*/
/*    width: 100%;*/
/*    display: block;*/
/*    margin: 0 auto;*/
/*    box-shadow: 0 0 8px 0 rgba(255, 255, 255, .6);*/
/*}*/

html #ssb-container {
    top: 42%;
}

html #ssb-container ul {
    padding-right: 4px;
}

html #ssb-container ul li a {
    display: -ms-grid;
    display: grid;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    padding: 0 15px 0 0;
}

html #ssb-container ul li {
    padding: 10px 0 10px 15px;
    border: 2px solid #fff;
    border-radius: 6px;
    margin-bottom: 4px;
}

html #ssb-container ul li span {
    width: 50px;
    text-align: center;
    display: block;
    margin: 0 auto 5px;
    font-size: 35px;
}

html #ssb-btn-0, html #ssb-btn-1, html #ssb-btn-2 {
    background: rgba(0, 133, 202, .7);
}

.extraHeroSlider {
    max-height: 750px;
    overflow: unset !important;
}

body:not(.page-id-106) #ssb-container {
    display: none;
}

.specialDropdown {
    position: relative;
    display: inline-block;
    float: none;
    text-align: left;
    cursor: pointer;
}

.specialDropdown span {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 2px;
    text-align: left;
}

.specialDropdown .fa {
    float: right;
}

hr.dropdownLine {
    max-width: 100%;
    width: 340px;
    border-top: 2px solid #eee;
    margin-top: 0;
    margin-bottom: 20px;
}

.specialDropdownContent {
    display: none;
    position: absolute;
    background-color: rgba(0, 133, 202, .9);
    min-width: 350px;
    border: 2px solid #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 9999;
    width: 100%;
    text-align: left;
    float: left;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.page .specialDropdownContent p {
    margin-bottom: 0;
}

.page .specialDropdownContent p a {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.page .specialDropdownContent p a:hover {
    color: #fff;
    opacity: .8;
}

.specialDropdown:hover .specialDropdownContent {
    display: block;
}

.heroDropdown .dropdownBox {
    position: relative;
    -webkit-animation-name: boxfade;
    animation-name: boxfade;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes boxfade {
    from {
        left: -500px;
    }
    to {
        left: 0;
    }
}

@keyframes boxfade {
    from {
        left: -500px;
    }
    to {
        left: 0;
    }
}

.heroDropdown h3 {
    position: relative;
    -webkit-animation-name: titlefade;
    animation-name: titlefade;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes titlefade {
    from {
        left: -500px;
    }
    to {
        left: 0;
    }
}

@keyframes titlefade {
    from {
        left: -500px;
    }
    to {
        left: 0;
    }
}

@media (min-width: 1072px) {

    .page-id-2767 .flw {
        height: auto !important;
    }

    .page-id-2767 ._section_gallery .gallery_content .element-item {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        margin: 8px;
    }

    .page-id-2767 ._section_gallery .gallery_content .element-item .gallery_item .child_hv,
    .page-id-2767 ._section_gallery .gallery_content .element-item .gallery_item:hover .child_hv {
        left: 10%;
    }
}

@media (max-width: 767px) {
    .heroDropdown .dropdownBox {
        position: relative;
        -webkit-animation-name: boxfade;
        animation-name: boxfade;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
    }

    @-webkit-keyframes boxfade {
        from {
            left: -100px;
        }
        to {
            left: 0;
        }
    }

    @keyframes boxfade {
        from {
            left: -100px;
        }
        to {
            left: 0;
        }
    }

    .heroDropdown h3 {
        position: relative;
        -webkit-animation-name: titlefade;
        animation-name: titlefade;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
    }

    @-webkit-keyframes titlefade {
        from {
            left: -100px;
        }
        to {
            left: 0;
        }
    }

    @keyframes titlefade {
        from {
            left: -100px;
        }
        to {
            left: 0;
        }
    }
}

@media (min-width: 1501px) {
    .heroDropdown {
        /*margin-top: 370px;*/
    }

    html #ssb-container {
        top: 50%;
    }
}

@media (min-width: 1700px) {
    .heroDropdown {
        /*margin-top: 350px;*/
    }

    html #ssb-container {
        top: 48%;
    }
}

@media (min-width: 1946px) {
    .heroDropdown {
        margin-top: -50px;
    }
}

@media (max-width: 1500px) {
    .heroDropdown {
        /*margin-top: 380px;*/
    }

    html #ssb-container {
        top: 52%;
    }
}

@media (min-width: 851px) and (max-width: 1500px) {
    .heroDropdown {
        margin-left: 80px;
    }
}

@media (min-width: 768px) and (max-width: 850px) {
    .heroDropdown {
        /*margin-top: 115px !important; --a*/
        margin-left: 100px;
    }
}

@media (max-width: 1400px) {
    /****/
    .heroDropdown {
        /*margin-top: 360px;*/
    }

    /****/
    .heroDropdown {
        /*margin-top: 320px;*/
    }

    html #ssb-container {
        top: 51%;
    }
}

@media (max-width: 1199px) {
    .home .fw-main-row.wrap-slider-corner {
        z-index: 7;
    }

    .heroDropdown {
        left: 27%;
    }
}

@media (max-width: 1075px) {
    .heroDropdown {
        left: 29%;
    }
}

@media (max-width: 1023px) {
    /****/
    .heroDropdown {
        /*margin-top: 280px;*/
    }

    /****/
    .heroDropdown {
        /*margin-top: 240px;*/
    }

    html #ssb-container {
        top: 43%;
    }
}

@media (max-width: 991px) {
    /*.heroDropdown {
        margin-top: 260px;
        left: 30%;
    }*/
    .heroDropdown {
        /*margin-top: 220px;*/
        left: 34%;
    }

    html #ssb-container {
        top: 41%;
    }

    html nav .accordion-menu {
        padding: 15px;
    }

    html body header#ht_header .top_menu .schedule-buttons {
        top: -18px;
        right: 70px;
    }

    html body header#ht_header .top_menu a.appoint {
        margin: 0;
    }

    html body header#ht_header .top_menu nav.nav .nav-container {
        top: 70px;
    }
}

@media (max-width: 865px) {
    /*.heroDropdown {
        margin-top: 240px;
        left: 32%;
    }*/
    .heroDropdown {
        /*margin-top: 220px;*/
        left: 36%;
    }

    html #ssb-container {
        top: 38%;
    }

    .heroDropdown .dropdownBox {
        padding: 10px 40px;
    }
}

@media (max-width: 800px) {
    .heroDropdown {
        /*margin-top: 230px;*/
    }

    /*.page .heroDropdown h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .page .heroDropdown h4 {
        font-size: 28px;
        line-height: 34px;
    }*/
    html #ssb-container {
        top: 50%;
    }

    .heroDropdown .dropdownBox {
        width: 100%;
    }

    .specialDropdown {
        padding-left: 0;
        width: 100%;
    }

    hr.dropdownLine {
        width: 100%;
    }
}

@media (max-width: 767px) {
    /*.heroDropdown {
        margin-top: 230px;
        left: 38%
    }*/
    .heroDropdown {
        /*margin-top: 200px;*/
        left: 38%
    }

    html #ssb-container {
        top: 37%;
    }

    .page .heroDropdown h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .page .heroDropdown h4 {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (max-width: 655px) {
    html #ssb-container {
        top: 35%;
    }

    /*.heroDropdown {
        margin-top: 220px;
        left: 39%
    }*/
    .heroDropdown {
        /*margin-top: 190px;*/
        left: 39%
    }

    html #ssb-container {
        top: 31%;
    }

    a.specialDropdownButton {
        padding: 10px 30px;
        font-size: 18px;
        top: -48px;
        position: relative;
        z-index: 9;
    }
}

@media (max-width: 640px) {
    .heroDropdown {
        left: 50%;
        /*margin-top: 200px;*/
    }

    .page .heroDropdown h3 {
        font-size: 20px;
        line-height: 20px;
    }

    /*.page .heroDropdown h4 {
        font-size: 24px;
        line-height: 30px;
    }
    .heroDropdown .dropdownBox {
        padding: 10px;
        height: 110px;
    }
    hr.dropdownLine {
        width: 100%;
    }
    .specialDropdown {
        padding-left: 0;
        width: 100%;
    }
    .specialDropdownContent {
        width: 100%;
        min-width: 100%;
    }
    .hero-slider .specialDropdown div {
        max-height: 365px;
    }
    .specialDropdownContent p {
        margin-bottom: 5px;
    }*/
}

@media (max-width: 580px) {
    .heroDropdown {
        width: 90%;
        /*margin-top: 180px;*/
    }
}

@media (max-width: 550px) {
    .heroDropdown {
        /*margin-top: 170px;*/
    }
}

@media (max-width: 500px) {
    .hero-slider .heroDropdown {
        /*margin-top: 140px;*/
        width: 90%;
    }

    .specialDropdownContent p:last-child {
        margin-bottom: 10px;
    }
}

@media (max-width: 450px) {
    .page .heroDropdown h4 {
        font-size: 24px;
        line-height: 30px;
        margin: 10px 0 10px;
    }

    .buttonContainer {
        margin-top: 25px;
    }

    .specialDropdownButton {
        padding: 10px 30px;
        font-size: 16px;
    }
}

@media (max-width: 400px) {
    .hero-slider .heroDropdown {
        /*margin-top: 120px;*/
        width: 95%;
    }

    .heroDropdown {
        /*margin-top: 140px;*/
    }
}

@media (max-width: 375px) {
    .page .heroDropdown h4 {
        font-size: 20px;
        line-height: 24px;
        margin: 10px 0 10px;
    }

    .page .heroDropdown h3 {
        font-size: 18px;
        line-height: 18px;
    }

    .heroDropdown .dropdownBox {
        padding: 10px 10px 20px 10px;
    }

    a.specialDropdownButton {
        padding: 10px 30px;
        font-size: 16px;
        line-height: 16px;
    }

    .heroDropdown {
        left: 50%;
    }

    /*.page .heroDropdown h3 {
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 6px;
    }
    .page .heroDropdown h4 {
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        font-weight: 800;
        text-transform: none;
        margin-bottom: 10px;
    }
    a.specialDropdownButton {
        border: 2px solid #fff;
        padding: 4px 10px 6px;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }*/
}

@media (max-width: 350px) {
    .hero-slider .heroDropdown {
        /*margin-top: 100px;*/
    }

    .heroDropdown {
        /*margin-top: 120px;*/
    }
}

.single .blog_single_content ol li::marker {
    color: inherit;
}


/* End New Home Page Designs 1/28/20 */

html body.page-id-2883 .foogallery.fg-hover-fade .fg-loaded .fg-item-inner:hover .fg-image-overlay {
    opacity: 0;
    cursor: default;
}

html body.page-id-2883 .foogallery .fiv-ctrls.one {
    display: none;
}

@media (min-width: 992px) and (max-width: 1049px) {
    html body header#ht_header .top_menu nav.nav.is-fixed {
        /*padding-left: 60px !important;*/
    }
}

@media (max-width: 563px) {
    html body header#ht_header .top_menu .schedule-buttons a.appoint {
        font-size: 0;
        color: rgb(255 255 255 / 0%);
        width: 35px;
    }

    html body header#ht_header .top_menu .schedule-buttons a.appoint img {
        display: inline-block;
        position: relative;
        top: 6px;
    }

    html body header#ht_header .top_menu .schedule-buttons a.appoint:not(.schedule) {
        margin-left: 8px;
    }

    html body header#ht_header .top_menu .schedule-buttons a.appoint:not(.schedule) img {
        top: 7px;
    }

    html body header#ht_header .top_menu .schedule-buttons {
        top: 3px;
        right: 60px;
    }

    html body .top_menu .appoint {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 399px) {
    html body header#ht_header .top_menu .schedule-buttons {
        width: 35px;
    }

    html body header#ht_header .top_menu .schedule-buttons a.appoint:not(.schedule) {
        margin-left: 0;
    }

    html body header#ht_header .top_menu .schedule-buttons {
        top: -17px;
    }
}


/* New Careers Landing Page (for new Dr. position) */
:root {
    --color-pmax-blue: #2585ca;
}

@font-face {
    font-family: 'Super';
    src: url('fonts/TTSupermolotNeue-Bold.woff2') format('woff2'),
    url('fonts/TTSupermolotNeue-Bold.woff') format('woff'),
    url('fonts/TTSupermolotNeue-Bold.eot') format('embedded-opentype'),
    url('fonts/TTSupermolotNeue-Bold.ttf') format('truetype');
}

html body.careers * {
    white-space: normal;
}

html body.careers .has-page-builder {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

html body.careers h2,
html body.careers h3,
html body.careers h4,
html body.careers h5,
html body.careers h6 {
    font-family: 'Super', Lato, sans-serif;
    font-weight: bold;
    color: #212121;
    /*text-shadow: 1px 1px 5px rgb(21 21 21 / 20%);*/
    margin: 1em 0 0 0;
}

html body.careers p strong em {
    margin: 1em 0 0 0;
    display: block;
    text-transform: uppercase;
    /*text-shadow: 1px 1px 5px rgb(21 21 21 / 20%);*/
    font-size: 1.1em;
}

html body.careers h2 span.blue,
html body.careers h3 span.blue,
html body.careers h4 span.blue,
html body.careers h5 span.blue,
html body.careers h6 span.blue {
    color: var(--color-pmax-blue);
}

html body.careers h2 span.green,
html body.careers h3 span.green,
html body.careers h4 span.green,
html body.careers h5 span.green,
html body.careers h6 span.green {
    color: green;
}

html body.careers h2 span.red,
html body.careers h3 span.red,
html body.careers h4 span.red,
html body.careers h5 span.red,
html body.careers h6 span.red {
    color: firebrick;
}

html body.careers a.btn,
html body.careers #get-started .gform_wrapper input[type=submit] {
    padding: 24px 36px;
    display: table;
    margin: 0 auto;
    background-color: var(--color-pmax-blue);
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 15px rgb(37 133 202 / 85%);
    box-shadow: 1px 1px 15px rgb(37 133 202 / 85%);
    color: white;
    font-family: 'Super', Lato, sans-serif;
    font-size: 1.2rem;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 0;
    outline: 0;
    cursor: pointer;
}

html body.careers a.btn:hover,
html body.careers #get-started .gform_wrapper input[type=submit]:hover {
    background-color: #1877bb;
    -webkit-box-shadow: 1px 1px 18px rgb(37 133 202 / 100%);
    box-shadow: 1px 1px 18px rgb(37 133 202 / 100%);
}

html body.careers #pmax_careers-banner {
    height: 42vw;
    min-height: 50vh;
    max-height: 768px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

html body.careers #pmax_careers-banner > section {
    max-width: 1280px;
    margin: 0 auto;
    overflow: visible;
    padding-right: 30px !important;
    padding-left: 30px !important;
    left: 0 !important;
}

html body.careers #pmax_careers-banner > section > .wpb_column:first-of-type {
    max-width: 60%;
}

html body.careers #pmax_careers-banner h1 {
    font-family: Lato, sans-serif;
    font-weight: 900;
    color: #111;
    font-size: 2.8rem;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0 0 12px 0;
}

html body.careers #pmax_careers-banner h2 {
    font-family: 'Super', Lato, sans-serif;
    font-weight: bold;
    color: var(--color-pmax-blue);
    font-size: 3.8rem;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0;
}

html body.careers #pmax_careers-banner p {
    font-size: 21px;
    line-height: 1.2;
}

html body.careers #pmax_careers-banner a.btn {
    margin-top: 2em;
}

html body.careers .pmax_careers-cta {
    background: -o-linear-gradient(left, #2483c6, #1c6c9b);
    background: -webkit-gradient(linear, left top, right top, from(#2483c6), to(#1c6c9b));
    background: linear-gradient(90deg, #2483c6, #1c6c9b);
    padding: 2em 0 !important;
}

html body.careers .pmax_careers-cta > section,
html body.careers #community > section,
html body.careers #get-started > section {
    width: 100%;
    max-width: 1280px;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto !important;
    margin-left: auto !important;
}

html body.careers .pmax_careers-cta h2,
html body.careers .pmax_careers-cta h3,
html body.careers .pmax_careers-cta h4,
html body.careers .pmax_careers-cta h5,
html body.careers .pmax_careers-cta h6 {
    color: white;
    margin: 0;
    text-align: left !important;
    font-size: 2rem;
}

html body.careers .pmax_careers-cta p {
    margin: 0;
}

html body.careers .pmax_careers-cta a.btn {
    background-color: white;
    padding: 21px 32px;
    color: var(--color-pmax-blue);
    text-align: center;
    border: 0;
    outline: 0;
    cursor: pointer;
}

html body.careers .pmax_careers-cta a.btn:hover {
    background-color: rgb(255 255 255 / 90%);
}

html body.careers .pmax_careers-cta > section > .wpb_column:last-child a.btn {
    padding: 12px 32px;
}

html body.careers #pmax_careers-grid .vc_column-inner {
    padding-top: 0 !important;
}

html body.careers #pmax_careers-grid .vc_column-inner .wpb_content_element {
    margin-bottom: 5px;
}

html body.careers .lightbox {
    position: fixed;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

html body.careers #get-started h2,
html body.careers #description h2,
html body.careers #community h2 {
    font-size: 2.8rem;
}

html body.careers #get-started .gform_wrapper,
html body.careers #get-started .gform_confirmation_wrapper {
    border-radius: 20px;
    background: -o-linear-gradient(left, #2483c6, #1c6c9b);
    background: -webkit-gradient(linear, left top, right top, from(#2483c6), to(#1c6c9b));
    background: linear-gradient(90deg, #2483c6, #1c6c9b);;
    padding: 4% 5% 5% 5%;
    border: 4px solid white;
    -webkit-box-shadow: 1px 1px 15px rgb(21 21 21 / 30%);
    box-shadow: 1px 1px 15px rgb(21 21 21 / 30%);
    margin-top: 5%;
}

html body.careers #get-started .gform_confirmation_wrapper .gform_confirmation_message {
    color: white;
    font-size: 21px;
    text-align: center;
    padding: 30px;
    background-color: green;
    border-radius: 10px;
    position: relative;
    top: 5px;
}

html body.careers #get-started .gform_wrapper input[type=text],
html body.careers #get-started .gform_wrapper input[type=button] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

html body.careers #get-started .gform_wrapper input[type=text],
html body.careers #get-started .gform_wrapper textarea,
html body.careers #get-started .gform_wrapper select {
    padding: 12px 22px;
    border-radius: 999px;
    color: #212121;
    font-size: 21px;
    border: 0;
    outline: 0;
}

html body.careers #get-started .gform_wrapper label {
    color: white;
    font-size: 21px;
    text-transform: uppercase;
}

html body.careers #get-started .gform_wrapper .gfield_required {
    color: red;
}

html body.careers #get-started .gform_wrapper input[type=submit] {
    position: relative;
    top: 100px;
    background-color: #3d91ce;
    height: 67px;
}

html body.careers #get-started .gform_wrapper input[type=submit]:hover {
    background-color: #2585ca;
}

html body.careers #description {
    max-width: 90vw;
    margin-right: auto;
    margin-left: auto;
}

html body.careers #description p {
    font-size: 18px;
}

html body.careers #description a.btn {
    margin-left: 0;
    margin-top: 32px;
    margin-bottom: 8%;
}

html body.careers #community {
    background: -o-linear-gradient(left, #2483c6, #1c6c9b);
    background: -webkit-gradient(linear, left top, right top, from(#2483c6), to(#1c6c9b));
    background: linear-gradient(90deg, #2483c6, #1c6c9b);
}

html body.careers #community .wpb_single_image,
html body.careers #community .wpb_single_image img {
    margin-bottom: 0 !important;
}

html body.careers #community .wpb_single_image img {
    -webkit-box-shadow: 10px 10px 6px rgb(21 21 21 / 34%);
    box-shadow: 10px 10px 6px rgb(21 21 21 / 34%);
}

html body.careers #community a.btn {
    margin-top: 1em;
    margin-left: 0;
}

html body.careers #community h2 {
    text-align: left !important;
    color: white;
}

@media (max-width: 1239px) {
    html body.careers .pmax_careers-cta > section > .wpb_column {
        width: calc(100% / 3);
    }
}

@media (max-width: 1199px) {
    html body.careers #pmax_careers-banner h1 {
        font-size: 2.2rem;
    }

    html body.careers #pmax_careers-banner h2 {
        font-size: 3.2rem;
    }
}

@media (max-width: 999px) {
    html body.careers .pmax_careers-cta h3 {
        text-align: center !important;
    }

    html body.careers .pmax_careers-cta > section {
        gap: 24px;
    }

    html body.careers .pmax_careers-cta > section > .wpb_column:first-of-type {
        width: 100%;
    }

    html body.careers .pmax_careers-cta > section > .wpb_column:not(:first-of-type) {
        width: calc((100% / 2) - 12px);
    }

    html body.careers .pmax_careers-cta a.btn,
    html body.careers .pmax_careers-cta > section > .wpb_column:last-child a.btn {
        padding: 21px 32px;
        width: 100%;
    }

    html body.careers #get-started h2,
    html body.careers #description h2,
    html body.careers #community h2 {
        font-size: 2.2rem;
    }

    html body.careers #get-started .gform_wrapper input[type=submit] {
        top: 80px;
    }
}

@media (max-width: 966px) {
    html body.careers .pmax_careers-cta > section > .wpb_column:last-child a.btn {
        padding: 12px 32px;
    }
}

@media (max-width: 899px) {
    html body.careers #pmax_careers-banner h1 {
        font-size: 1.8rem;
    }

    html body.careers #pmax_careers-banner h2 {
        font-size: 2.8rem;
    }

    html body.careers #get-started h2,
    html body.careers #description h2,
    html body.careers #community h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 799px) {
    html body.careers #pmax_careers-banner h1 {
        font-size: 1.4rem;
    }

    html body.careers #pmax_careers-banner h2 {
        font-size: 2.4rem;
    }

    html body.careers #get-started h2,
    html body.careers #description h2,
    html body.careers #community h2 {
        font-size: 1.4rem;
    }

    html body.careers #get-started .gform_wrapper input[type=submit] {
        top: 70px;
    }
}

@media (max-width: 767px) {
    html body.careers #community h2 {
        text-align: center !important;
    }

    html body.careers #community a.btn {
        margin-left: auto;
    }

    html body.careers #get-started .gform_wrapper li.gield,
    html body.careers #get-started .gform_wrapper li.gield label {
        text-align: center;
    }
}

@media (max-width: 649px) {
    html body.careers #pmax_careers-banner h1 {
        font-size: 1.2rem;
    }

    html body.careers #pmax_careers-banner h2 {
        font-size: 1.6rem;
    }

    html body.careers #get-started h2,
    html body.careers #description h2,
    html body.careers #community h2 {
        font-size: 1.2rem;
    }

    html body.careers #get-started .gform_wrapper input[type=submit] {
        top: 60px;
    }
}

@media (max-width: 549px) {
    html body.careers .pmax_careers-cta > section > .wpb_column:not(:first-of-type) {
        width: 100%;
    }

    html body.careers #pmax_careers-banner > section > .wpb_column:first-of-type {
        width: 100%;
        max-width: 100%;
    }

    html body.careers #pmax_careers-banner {
        background-position: calc(50% - 25vw) center;
        height: auto;
        padding-top: 6% !important;
        padding-bottom: 6% !important;
    }

    html body.careers #pmax_careers-banner:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgb(255 255 255 / 50%);
        display: block;
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
    }

    html body.careers .pmax_careers-cta a.btn,
    html body.careers .pmax_careers-cta > section > .wpb_column:last-child a.btn {
        padding: 21px 32px;
        width: 100%;
    }
}

/* End - New Careers Landing Page (for new Dr. position) */


@media (max-width: 478px) {
    html body .scroll-to-top.has-chat {
        right: 250px;
    }
}

@media (max-width: 349px) {
    html body .scroll-to-top.has-chat {
        display: none;
    }
}


/* New Financing Options Landing Page */
.page-template-default .pofo-page-content-area .vc_column-inner p a.btn-white,
.page-template-default .entry-content .vc_column-inner a.btn-white {
    background: #fff;
    color: #1a6798;
    border-color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.page-template-default .pofo-page-content-area .vc_column-inner p a.btn-white:hover,
.page-template-default .entry-content .vc_column-inner a.btn-white:hover {
    background: rgb(255 255 255/90%);
    color: #1a6798;
    border-color: rgb(255 255 255/90%);
}

.page-template-default .pofo-page-content-area .vc_column-inner p a.btn-blue,
.page-template-default .entry-content .vc_column-inner a.btn-blue {
    background: #1a6798;
    color: #fff;
    border-color: #1a6798;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.page-template-default .pofo-page-content-area .vc_column-inner p a.btn-blue:hover,
.page-template-default .entry-content .vc_column-inner a.btn-blue:hover {
    background: 0 0;
    color: #1a6798;
    border-color: #1a6798;
}

html body.accessible-dental-financing .entry-content a.btn-blue:hover {
    background: #1a6798e8 !important;
    color: #fff !important;
}

html body.accessible-dental-financing .entry-content h1,
html body.accessible-dental-financing .entry-content h2,
html body.accessible-dental-financing .entry-content h3,
html body.accessible-dental-financing .entry-content h4,
html body.accessible-dental-financing .entry-content h5,
html body.accessible-dental-financing .entry-content h6,
html body.accessible-dental-financing .entry-content p {
    font-family: 'Montserrat', sans-serif;
    white-space: normal;
}

html body.accessible-dental-financing .entry-content p {
    font-family: Lato, sans-serif;
    font-weight: 400;
}

html body.accessible-dental-financing .entry-content h1,
html body.accessible-dental-financing .entry-content h2,
html body.accessible-dental-financing .entry-content h3,
html body.accessible-dental-financing .entry-content h4,
html body.accessible-dental-financing .entry-content h5,
html body.accessible-dental-financing .entry-content h6 {
    font-weight: 600;
    line-height: 1.15;
}

html body.accessible-dental-financing .entry-content h1 {
    font-size: 56px;
}

html body.accessible-dental-financing .entry-content h2 {
    font-size: 48px;
    font-weight: 500;
    text-transform: uppercase;
}

html body.accessible-dental-financing .wpb_single_image,
html body.accessible-dental-financing .wpb_single_image img {
    margin-bottom: 0;
}

html body.accessible-dental-financing .entry-content img {
    border-radius: 30px;
    -webkit-box-shadow: 1px 2px 20px rgb(21 21 21 / 20%);
    box-shadow: 1px 2px 20px rgb(21 21 21 / 20%);
}

html body.accessible-dental-financing .entry-content ul {
    margin-bottom: 20px;
}

html body.accessible-dental-financing .entry-content section[data-vc-full-width=true] h1,
html body.accessible-dental-financing .entry-content section[data-vc-full-width=true] h2,
html body.accessible-dental-financing .entry-content section[data-vc-full-width=true] h3,
html body.accessible-dental-financing .entry-content section[data-vc-full-width=true] h4,
html body.accessible-dental-financing .entry-content section[data-vc-full-width=true] p,
html body.accessible-dental-financing .entry-content section[data-vc-full-width=true] p a {
    color: white;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

html body.accessible-dental-financing .entry-content section[data-vc-full-width=true] p a:hover {
    opacity: 0.9;
}

html body.accessible-dental-financing .entry-content section.vc_section:not([data-vc-full-width=true]) h1,
html body.accessible-dental-financing .entry-content section.vc_section:not([data-vc-full-width=true]) h2,
html body.accessible-dental-financing .entry-content section.vc_section:not([data-vc-full-width=true]) h3,
html body.accessible-dental-financing .entry-content section.vc_section:not([data-vc-full-width=true]) h4,
html body.accessible-dental-financing .entry-content section.vc_section:not([data-vc-full-width=true]) p {
    color: #212121;
}

html body.accessible-dental-financing .entry-content section[data-vc-full-width=true] p,
html body.accessible-dental-financing .entry-content section.vc_section:not([data-vc-full-width=true]) p {
    font-size: 17px;
}

html body.accessible-dental-financing .entry-content section[data-vc-full-width=true] p.sub-heading,
html body.accessible-dental-financing .entry-content section.vc_section:not([data-vc-full-width=true]) p.sub-heading {
    font-size: 28px;
    line-height: 1.15;
}

html body.accessible-dental-financing .entry-content a.btn-blue,
html body.accessible-dental-financing .entry-content a.btn-white {
    padding: 1.25em 1.5em;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0.5em;
    display: inline-block;
}

html body.accessible-dental-financing .entry-content a.btn-blue:hover {
    background: #1a6798e8 !important;
    color: white !important;
}

html body.accessible-dental-financing .entry-content #pmax_financing_intro-section a.btn-blue,
html body.accessible-dental-financing .entry-content #pmax_financing_intro-section a.btn-white {
    display: inline-block;
    margin: 0 1em 1em 0;
}

html body.accessible-dental-financing .entry-content #pmax_financing_intro-section a.btn-blue {
    border: 1px solid white;
}

html body.accessible-dental-financing .entry-content #pmax_financing_intro-section a.btn-blue:hover {
    border: 1px solid white;
    color: white;
    background: rgb(255 255 255 / 10%) !important;
}

html body.accessible-dental-financing .entry-content #pmax_financing_navigate hr {
    margin: 0 0 100px 0;
    max-width: 80%;
}

html body.accessible-dental-financing .entry-content #pmax_financing_navigate .vc_row .wpb_column:nth-child(2) .wpb_wrapper .last-paragraph-no-margin {
    border: 1px solid white;
    border-radius: 1em;
    padding: 25px 30px 0 0;
    display: inline-block;
    width: auto;
}

html body.accessible-dental-financing .entry-content #pmax_financing_navigate .vc_row .wpb_column:nth-child(2) .wpb_wrapper .last-paragraph-no-margin ul li {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
}

html body.accessible-dental-financing .entry-content #pmax_financing_creditworks img {
    border-radius: 1em 1em 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

html body.accessible-dental-financing .entry-content #pmax_financing_creditworks .last-paragraph-no-margin {
    padding: 5% 6%;
    border: 1.5px solid #1a6798;
    border-top: 0;
    border-radius: 0 0 1em 1em;
}

html body.accessible-dental-financing .entry-content #pmax_financing_creditworks .last-paragraph-no-margin img {
    margin: 0 0 0 6px;
    display: inline-block;
    width: auto;
    height: 48px;
    position: relative;
    top: 0;
    border-radius: 0;
}

html body.accessible-dental-financing .entry-content #pmax_financing_creditworks .last-paragraph-no-margin a.btn-blue {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

html body.accessible-dental-financing .entry-content #pmax_financing_confidence a.btn-white {
    margin-top: 40px;
}

html body.accessible-dental-financing .entry-content #pmax_financing_faq .pmax_financing_faq-text-block {
    border: 1.5px solid #1a6798;
    padding: 30px;
}

html body.accessible-dental-financing .entry-content #pmax_financing_faq .pmax_financing_faq-text-block h4 {
    font-weight: 500;
    font-size: 21px;
}

html body.accessible-dental-financing .entry-content #pmax_financing_faq .pmax_financing_faq-text-block hr {
    border-top: 1.5px solid #1a6798;
}

html body.accessible-dental-financing .entry-content #pmax_financing_faq .wpb_column .wpb_wrapper,
html body.accessible-dental-financing .entry-content #pmax_financing_faq .wpb_column .wpb_wrapper .pmax_financing_faq-text-block {
    height: 100%;
}

html body.accessible-dental-financing .has-page-builder {
    padding: 0;
}

@media (max-width: 991px) {
    html body.accessible-dental-financing .entry-content #pmax_financing_intro-section .vc_row .wpb_column,
    html body.accessible-dental-financing .entry-content #pmax_financing_navigate .vc_row .wpb_column,
    html body.accessible-dental-financing .entry-content #pmax_financing_budget .vc_row .wpb_column {
        width: 100%;
    }

    html body.accessible-dental-financing .entry-content #pmax_financing_budget .vc_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media (max-width: 767px) {
    html body.accessible-dental-financing .entry-content h1 {
        font-size: 36px;
    }

    html body.accessible-dental-financing .entry-content h2 {
        font-size: 28px;
    }

    html body.accessible-dental-financing .entry-content #pmax_financing_faq .pmax_financing_faq-text-blocks {
        row-gap: 30px;
    }

    html body.accessible-dental-financing .entry-content section.vc_section {
        /*padding-top: 0 !important;*/
        /*padding-bottom: 0 !important;*/
    }

    html body.accessible-dental-financing .entry-content section.vc_section:last-of-type {
        padding-bottom: 30px !important;
    }

    html body.accessible-dental-financing .entry-content #pmax_financing_creditworks .last-paragraph-no-margin img {
        height: 36px;
    }

    html body.accessible-dental-financing .entry-content #pmax_financing_creditworks .last-paragraph-no-margin h2 {
        line-height: 1.5;
    }
}

@media (max-width: 500px) {
    html body.accessible-dental-financing .entry-content .vc_single_image-wrapper.vc_box_border_grey {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    html body.accessible-dental-financing .entry-content #pmax_financing_navigate .vc_row .wpb_column.vc_col-sm-6 {
        width: calc(100% - 400px);
    }

    html body.accessible-dental-financing .entry-content #pmax_financing_navigate .vc_row .wpb_column.vc_col-sm-4 {
        width: 400px;
    }
}

/* End New Financing Options Landing Page */


html body.meet-the-doctors h1,
html body.meet-the-doctors h2,
html body.meet-the-doctors h3,
html body.meet-the-doctors h4,
html body.meet-the-doctors h5,
html body.meet-the-doctors h6,
html body.meet-the-doctor h1,
html body.meet-the-doctor h2,
html body.meet-the-doctor h3,
html body.meet-the-doctor h4,
html body.meet-the-doctor h5,
html body.meet-the-doctor h6 {
    white-space: normal;
}

html body.single #content .post h2:last-of-type {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #ccc;
    font-weight: 900;
    font-size: 36px;
    line-height: 1.2;
}