[class*="flex-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

[class*="-col"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    -ms-flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[class*="-row"] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

[class*="-nowrap"] {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.elem-full {
    max-width: 100%;
    margin: 6px;
    margin-bottom: 10px;
    max-width: 45%;
}

.elem {
    max-width: 45%;
}

.elem-left {
    float: left;
    margin-top: 8px;
    margin-right: 30px;
    margin-bottom: 20px;
}

.elem-right {
    float: right;
    margin-top: 8px;
    margin-left: 30px;
    margin-bottom: 20px;
}

.icon-gplus:before {
    margin-right: -3px !important;
    overflow: hidden;
}

.icon-gplus {
    position: relative;
    display: table;
    margin: auto;
    overflow: hidden;
}

star:before {
    content: '\e80f \e80f \e80f \e80f \e80f';
    color: #dec706;
}

main ul li:before {
    content: '\e844';
    color: #21a1ca;
    position: absolute;
    left: 0;
    top: 0px;
}

.youtube:after {
    content: '\e80e';
}

#about .youtube:after,
#about [data-player]:after {
    font-size: 0;
}

body.page_index section#about:after {
    display: none
}

body.page_index section#about.playing .play img {
    display: none;
}

body.page_index section#about.playing .play:after {
    display: none;
}

header {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: .3s all;
    transition: .3s all;
}

header .logo {
    position: relative;
    z-index: 1;
}

header .pho {
    position: relative;
    color: #fff;
    font: 700 36px/1.25 'Heebo', serif;
    letter-spacing: 1.2px;
    display: block;
    padding: 16px 16px 16px 4rem;
    background-color: #2F709F;
}

header .pho .icon-phone::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    height: 100%;
    transform: translateY(-50%);
    background-image: url(phone-icon.584825979a.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    transition: all .2s ease;
}

header .phy {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.35px;
}

header .phy .icon-location::before {
    content: url(location-icon.3cf4d7b065.png);
    margin-right: 1rem;
}

header .pho:hover,
header .phy:hover {
    color: #1c1c1c;
}

header li a {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.35px;
}

.loc {
    display: flex;
    justify-content: center;
    gap: 2.8rem;
}

.hd-btns {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 200px;
    flex: 0 1 200px;
    margin: 0 15px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hd-btns [class^="btn"] {
    min-width: auto;
    margin: 3px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.hd-btns .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.hd-btns .btn span {
    display: block;
    font-size: 18px;
}

.hd-btns-service {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 200px;
    flex: 0 1 200px;
    justify-content: center;
    margin: 0 15px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
}

.hd-btns-service.left {
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin: 0 15px 0 0;
}

.grid-container {
    display: grid;
    gap: 20px;
    align-items: center;
    max-width: 1200px;

}

/* Default for small screens (single column) */
.grid-container {
    grid-template-columns: 1fr;
    /* One column, taking up full available width */
}

/* Media query for larger screens (two columns) */
@media (min-width: 768px) {
    .grid-container {
        grid-template-columns: 1fr 1fr;
        /* Two columns, each taking equal width */
    }
}

@media (max-width:560px) {
    .hd-btns-service {

        flex-direction: column;
    }

    .hd-btns-service.left {

        flex-direction: column;
        min-width: 300px;
    }
}

.block:nth-of-type(even) .skier:before {
    background: url(skier-icon.2b9f666546.png) no-repeat;
    background-size: contain !important;
    width: 110px;
    height: 40px;
}

.hd-btns-service [class^="btn"] {
    min-width: auto;
    margin: 3px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.hd-btns-service .btn {
    flex: 1;
    max-width: 250px;
}



bold {
    font-weight: 800;
}

.center {
    display: flex;
    justify-content: center;
}

.d-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin: 0;
    padding: 0;
}

.flex-item {
    display: flex;
    flex-direction: column;
    justify-content: start;

}

@media (max-width:560px) {
    .d-flex {
        flex-direction: column;
    }
}

#mobile-logo {
    display: none;
}

@media (min-width:951px) {
    .place-nav {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 0 0 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .place-nav>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    #desktop-nav {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-top: 30px;
    }

    nav,
    nav ul li,
    nav ul li a {
        position: relative;
    }

    nav>ul {
        margin-top: 15px;
        margin: 10px 0 10px auto;
        text-align: right;
    }

    nav ul {
        max-width: 750px;
        list-style: none;
        padding: 0 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    nav ul li a {
        display: block;
        color: #fff;
    }

    nav ul li a:hover {
        color: #163055;
    }

    nav>ul>li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    nav>ul>li:last-of-type:after {
        display: none;
    }

    nav>ul>li>a {
        padding: 6px;
        font-size: 14px;
    }

    nav>ul>li:hover>a {
        color: #163055;
    }

    nav>ul>li:hover>a:hover:after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 14px;
        height: 1px;
    }

    nav ul li:hover>ul {
        display: block;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        -webkit-animation-duration: .25s;
        animation-duration: .25s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    nav ul ul {
        display: none;
        min-width: 210px;
        width: 100%;
        padding: 0;
        position: absolute;
        z-index: 3;
        left: 0;
        text-align: left;
        background-color: #004264;
        -webkit-box-shadow: 10px 17.3px 25px rgba(0, 0, 0, 0.2);
        box-shadow: 10px 17.3px 25px rgba(0, 0, 0, 0.2);
    }

    nav>ul>li:last-child ul {
        right: 0;
        left: auto;
    }

    nav ul ul li>a {
        padding: 10px 12px;
        font-size: 14px;
        line-height: 1.3;
        text-transform: none;
    }

    nav ul ul ul {
        left: 100%;
        top: 0;
        background-color: #0071ac;
    }

    nav ul ul li:hover>a {
        background-color: #1c1c1c;
        color: #fff;
    }

    nav ul ul ul li:hover a {
        background-color: #21a1ca;
    }

    #mobile-header,
    #mobile-footer {
        display: none;
    }
}

.fix-nav header {
    position: fixed !important;
    -webkit-box-shadow: 0 3px 7px rgba(24, 23, 24, 0.35);
    box-shadow: 0 3px 7px rgba(24, 23, 24, 0.35);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background-color: #0071ac;
}

.fix-nav header .pho {
    font-size: 36px;
    background-color: transparent;
}

.fix-nav header #desk-logo {
    display: none;
}

.fix-nav header #mobile-logo {
    display: block;
}

.fix-nav header .hd-btns .btn-alt,
.fix-nav header .hd-btns .btn-thr {
    display: none;
}

.fix-nav .top-nav {
    display: none;
}

.fix-nav #desktop-nav {
    margin-top: 0;
}

.fix-nav nav>ul {
    margin: 5px 0 0 auto;
}

@media (max-width:950px) {

    .hd-btns,
    header .phy {
        display: none;
    }

    header #desktop-nav {
        display: none !important;
    }

    header {
        background-color: #2F709F;
    }

    #mobile-logo {
        display: block;
        padding: 5px;
        margin: 0 0 0 20px;
    }

    #desk-logo {
        display: none;
    }

    header .pho {
        font-size: 30px;
        margin-top: 20px;
    }

    header .phy {
        margin-bottom: 8px;
    }

    body,
    header,
    .mean-container .mean-nav {
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    body {
        right: 0;
    }

    .attach header {
        position: fixed !important;
    }

    .attach header .top-nav {
        display: none !important;
    }

    body.mean-active header {
        left: -80%;
    }

    body.mean-active {
        overflow: hidden;
        right: 80%;
    }

    body.mean-active:before {
        z-index: 98;
        content: '';
        opacity: .7;
        background-color: #000;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-image: none;
        height: inherit;
    }

    body.mean-active .mean-container .mean-nav {
        right: 0;
    }

    .mean-container {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .mean-container .mean-bar {
        background-color: #004264;
        width: 70px;
        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;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        margin-left: 8px;
    }

    .mean-container a.meanmenu-reveal {
        display: block;
        color: #21a1ca;
    }

    .mean-container a.meanmenu-reveal.meanclose i:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        font-size: 60px;
        content: '+';
        margin: -5px 0 0 8px;
    }

    .mean-container .mean-bar .icon-menu {
        position: relative;
        display: table;
    }

    .mean-container a.meanmenu-reveal .icon-menu:before {
        content: '\e808';
        font-size: 40px;
        content: '';
        background: url(menu.5634eff6da.png);
        width: 44px;
        height: 45px;
    }

    .mean-container .mean-nav {
        position: fixed;
        right: -80%;
        margin: 0;
        top: 0;
        bottom: 0;
        width: 80%;
        overflow: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background-color: #004264;
    }

    .mean-container .mean-nav ul {
        font-size: 16px;
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none;
    }

    .mean-container .mean-nav ul li {
        position: relative;
        width: 100%;
    }

    .mean-container .mean-nav ul li a {
        display: block;
        padding: 1em 5%;
        padding-right: 58px !important;
        margin: 0;
        text-align: left;
        color: #fff;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        text-decoration: none;
        text-transform: uppercase;
    }

    .mean-container .mean-nav ul li li a {
        padding: 1em 10%;
        border-top: 1px solid #f1f1f1;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        opacity: .75;
        filter: alpha(opacity=75);
        text-shadow: none !important;
        visibility: visible;
    }

    .mean-container .mean-nav ul li.mean-first a {
        border-top: none;
        margin-top: 0;
    }

    .mean-container .mean-nav ul li.mean-last a {
        border-bottom: none;
        margin-bottom: 0;
    }

    .mean-container .mean-nav ul li li li a {
        padding: 1em 15%;
    }

    .mean-container .mean-nav ul li li li li a {
        padding: 1em 20%;
    }

    .mean-container .mean-nav ul li li li li li a {
        padding: 1em 25%;
    }

    .mean-container .mean-nav ul li a:hover {
        background: #252525;
        background: rgba(255, 255, 255, 0.1);
    }

    .mean-container .mean-nav ul li a.mean-expand {
        width: 48px;
        line-height: 50px;
        font-size: 20px;
        padding: 0 !important;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
        background: rgba(255, 255, 255, 0.1);
        border: none !important;
        border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
    }

    .mean-container .mean-nav ul li a.mean-expand:before {
        content: '\e825';
        font-family: 'fontello';
        font-weight: 400;
        margin: 0;
        font-style: normal;
    }

    .mean-container .mean-nav ul li a.mean-expand.mean-clicked:before {
        content: '\e83a';
    }

    .mean-remove {
        display: none !important;
    }

    .mean-nav .social {
        min-height: 66px;
        background-color: rgba(0, 0, 9, 0.1);
        margin: 0;
        padding: 10px 5px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .mean-nav .f-title {
        color: #fff;
        text-align: center;
    }

    .mean-nav .hours {
        display: block;
        text-align: center;
        color: #fff;
        padding: 10px;
        margin: auto auto 0;
        line-height: 1.76;
    }

    .mean-nav .hours p {
        display: table;
        text-align: left;
        font-size: 15px;
        margin: 10px auto 0;
        color: #fff;
    }
}

body {
    overflow-x: hidden;
    position: relative;
    background-color: #fff;
    color: #505050;
    font: 400 16px/1.2 'Heebo', sans-serif;
    counter-reset: section;
    position: relative;
}

p {
    color: #1c1c1c;
    font: 400 16px/1.875 'Heebo', sans-serif;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #21a1ca;
}

a:hover {
    color: #0071ac;
}

hr {
    position: relative;
    display: table;
    clear: both;
    margin: 40px auto;
    width: 100%;
    height: 1px;
    background-color: #0071ac;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    position: relative;
}

#title h1,
.style-one {
    color: #fff;
    font: 700 16px/1.11 'Heebo', sans-serif;
    line-height: 22px;
    display: block;
    margin: 10px auto;
    text-transform: uppercase;
}

#title h1:only-child,
h2#append,
.style-four {
    color: #fff;
    font: 700 italic 90px/1.05 'Bitter', sans-serif;
    text-transform: uppercase;
}

h2,
.style-two,
.dividerLead {
    color: #1c1c1c;
    font: 400 italic 60px/1.05 'Bitter', sans-serif;
    position: relative;
    text-transform: uppercase;
}

h3,
.style-three {
    color: #21a1ca;
    display: block;
    position: relative;
    font: 700 50px/1 'Heebo', sans-serif;
    text-transform: uppercase;
}

.more-to-explore span {
    color: #fff;
    font: 700 italic 65px/1.05 'Bitter', sans-serif;
    text-transform: uppercase;
}

.f-title {
    color: #21a1ca;
    font: 700 18px/1.1 'Heebo', sans-serif;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

[class^="btn"] {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    -webkit-transition: .3s all;
    transition: .3s all;
    font: 700 12px/1.2 'Heebo', sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    min-width: 200px;
    margin: 10px;
    padding: 10px 12px;
    background-color: #2f709f;
    -webkit-box-shadow: inset 3px 0 0 #21a1ca;
    box-shadow: inset 3px 0 0 #ffe300;
}

[class^="btn"]:hover {
    -webkit-box-shadow: inset 350px 0 0 #ffe300;
    box-shadow: inset 350px 0 0 #ffe300;
    color: #2f709f;
}

.btn-alt {
    background-color: #fff;
    color: #2f709f;
}

.btn-alt:hover {
    color: #2f709f;
}

.btn-thr {
    border: 2px solid #ffffff;
    background-color: transparent;
}

.peg,
.why {
    position: relative;
}

.peg:after,
.why:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(peg.4140db14ac.png) no-repeat;
    width: 16px;
    height: 326px;
    z-index: 4;
}

.why:after {
    background: url(peg-sm.b5a3823050.png) no-repeat;
    height: 109px;
    left: 50%;
    bottom: -60px;
}

.index .style-one {
    color: #21a1ca;
}

.index {
    position: relative;
}

.scroll-bg {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.sky {
    background: url(banner-bkgrd.ae97c4307f.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 350%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1400px;
}

.play {
    position: relative;
}

.play:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(play-alt.c615ef0551.png);
    width: 110px;
    height: 110px;
    opacity: 0;
}

.play:hover img {
    opacity: 0;
}

.play:hover:after {
    opacity: 1;
}

#banner {
    padding: 300px 10px 250px 160px;
    position: relative;
}

#banner .dr-img {
    position: absolute;
    left: 0;
    bottom: -14%;
}

#banner .dr-img-mobile {
    display: none;
}

#banner .contain {
    display: table;
    margin: auto;
}

#banner .style-one {
    color: #2F709F;
    text-align: center;
    font-size: 20px;
}

#banner .style-four {
    font-size: 5.5vw;
    line-height: .9;
    letter-spacing: 1.2px;
    position: relative;
    text-align: right;
}

#banner .style-four.medium-size {
    font-size: 4.7vw;
    margin-right: -20px;
}

#banner .style-four.text-center {
    text-align: center;
}

#banner .style-four strong {
    font-size: 1.7em;
}

#banner .style-four small {
    display: inline-block;
    font-weight: 400;
    font-size: .6em;
    line-height: 1;
    position: relative;
    vertical-align: top;
    padding-bottom: .8em;
    margin-left: 8px;
    margin-top: 5px;
}

#banner .style-four small em {
    position: absolute;
    left: 0;
    bottom: 0;
}

#banner .hd-btns {
    width: fit-content;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 32px;
    max-width: 610px;
    margin: 0 3rem 0 auto;
}

#banner .hd-btns .btn {
    flex: 1 1 auto;
    font-size: 16px;
    line-height: 1.4;
    padding: 8px 12px 8px 18px;
}

#banner .hd-btns .btn.btn-appointment {
    padding-left: 3rem;
}

#banner .hd-btns .btn .icon-calendar-1::before {
    content: "";
    position: absolute;
    left: 1rem;
    top: 50%;
    width: 20px;
    height: 100%;
    transform: translateY(-50%);
    background-image: url(calendar-icon.462713f1bc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    transition: all .2s ease;
}

#USPsection .flex-ed {
    display: flex;
    max-width: 1400px;
    width: 100%;
    margin: 30px auto;
    padding: 0 10px 0;
    justify-content: center;
}

#calloutsnew .contain {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    gap: 0px;
    padding: 30px 0 0 0;

}

#calloutsnew .contain a {
    display: flex;
    flex-direction: row;

    gap: 20px;
    justify-content: flex-end;

}

#calloutsnew .contain a h3 {
    text-align: right;

    align-self: center;
}

#calloutsnew .contain a p {
    text-align: left;
    line-height: normal;
    max-width: 300px;
}

.calloutheadingwrapper h2,
.calloutheadingwrapper div {
    text-align: center;
}

@media (max-width:980px) {
    #calloutsnew .contain {
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    #calloutsnew .contain a p {
        width: 50vw;
    }
}

@media (max-width:560px) {
    #calloutsnew .contain {
        display: flex;
        flex-direction: column;

    }

    #calloutsnew .contain a p {
        width: 100%;
        margin: 2px 0;
        text-align: center;
        align-self: center;
    }

    #calloutsnew .contain a {
        display: flex;
        flex-direction: column;

        gap: 5px;
        justify-content: flex-end;
        margin-bottom: 10px;

    }

    #calloutsnew .contain a h3 {
        text-align: center;
        align-self: center;
    }

    .calloutheadingwrapper h2 {
        text-align: center;
    }
}

#firstvisit {
    position: relative;
    max-width: 100%;
    margin: 0;
}

#firstvisit .flex-ed {
    max-width: 1350px;
    margin: 90px auto;
    padding: 30px 10px 0;
    gap: 20px;
    display: flex;
    flex-direction: row;
}

#firstvisit article {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding: 0 10px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 50px;
}

#firstvisit figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    position: relative;
}

@media (max-width:1024px) {
    #firstvisit .flex-ed {
        flex-direction: column;
    }

    #firstvisit article {
        justify-content: center;
        text-align: center;
    }
}

#ctasection {
    position: relative;
    max-width: 100%;
    margin: 0;
}

#ctasection .flex-ed {
    max-width: 1350px;
    margin: 90px auto;
    padding: 30px 10px 0;
    gap: 20px;
}

#ctasection article {
    flex: 1;
    padding: 0 10px;
    text-align: center;
    align-self: center;
    margin-bottom: 50px;
}

#ctasection .ctabuttonwrapper {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

#dentist .dentist-buttonwrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

#dentist {
    position: relative;
    max-width: 100%;
    margin: 0;
}

#dentist .flex-ed {
    max-width: 1350px;
    margin: 90px auto;
    padding: 0 10px 0;
    display: flex;
}

#dentist .flex-ed:after {
    left: 25%;
    bottom: auto;
    top: -60px;
    height: 186px;
}

#dentist article {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding: 0 10px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 50px;
}

#dentist figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    position: relative;

}

#dentist figure img {
    margin-right: -10%;
}

#dentist #aw {
    position: absolute;
    bottom: 50px;
    right: 120px;
}

#dentist .btn {
    margin-left: 0;
}

@media (max-width:900px) {
    #dentist .flex-ed {
        flex-direction: column;
    }

    #dentist .dentist-buttonwrapper {
        align-items: center;
        justify-content: center;
    }

    #dentist figure {
        order: 1;

    }

    #dentist article {
        order: 2;

    }
}


#about {
    max-width: 100%;
    margin: 0;
    background-color: #fff;
    box-shadow: 0 -10px 15px -5px rgba(255, 255, 255, 1);
}


#about .flex-ed {
    max-width: 1350px;
    margin: 90px auto;
    padding: 150px 10px 0;
}

#about .flex-ed::after {
    content: '';
    position: absolute !important;
    top: -300px !important;
    /* Ajusta esto según sea necesario */
    left: 0;
    width: 100%;
    height: 300px;
    /* Ajusta esto según sea necesario */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    z-index: 999;
    pointer-events: none;
}

#about article {
    margin-left: -90px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    z-index: 5;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 700px;
    flex: 0 1 700px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

#about .style-five {
    font-size: 150px;
    line-height: .8;
    color: #21a1ca;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

#about .style-five span {
    text-align: center;
    display: block;
}

#about .style-five span:first-of-type {
    text-align: left;
}

#about .style-five span:last-of-type {
    text-align: right;
}

#about.playing article {
    display: none;
}

#about.playing .flex-ed {
    display: block;
}

@media (max-width:600px) {
    #about .flex-ed {
        max-width: 1350px;
        margin: 0px auto;
        padding: 0px 10px 0;
    }

    #about .flex-ed::after {
        content: '';
        position: absolute !important;
        top: -245px !important;
        /* Ajusta esto según sea necesario */
        left: 0;
        width: 100%;
        height: 150px;
        /* Ajusta esto según sea necesario */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
        z-index: 1;
        pointer-events: none;
    }
}

#specials .container {
    margin: 20px auto;
    text-align: center;
    padding: 10px;
}

#specials .special-recommended {
    display: flex;
    flex: 0 0 auto;
}

#specials .special-recommended .special-card {
    flex: 0 1 100%;
}

#specials .special-recommended .special-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

#specials .special-recommended .special-card._1::after {
    background: linear-gradient(to right, rgba(33, 161, 202, 0) 20%, rgba(33, 161, 202, 1) 50%);
}

#specials .special-recommended .special-card._2::after {
    background: linear-gradient(to right, rgba(47, 112, 159, 1) 50%, rgba(47, 112, 159, 0) 100%);
}

#specials .special-recommended .special-card .special-card__image {
    position: absolute;
    z-index: 1;
    height: 100%;
}

#specials .special-recommended .special-card .special-card__image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1) 100%);
}

#specials .special-recommended .special-card._2 .special-card__image {
    right: 0;
}

#specials .special-recommended .special-card._2 .special-card__image::after {
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1) 100%);
}

#specials .special-recommended .special-card .special-card__image img {
    height: 100%;
}

#specials .special-recommended .special-card .special-card__content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    z-index: 3;
    padding: 45px 85px;
}

#specials .special-recommended .special-card .special-card__content .special-card__title {
    font: 700 30px "Heebo", sans-serif;
    line-height: 30px;
    color: #FFF;
}

#specials .special-recommended .special-card .special-card__content .special-card__price {
    font: 400 italic 34px "Bitter", serif;
    line-height: 35px;
    margin: 1rem 0;
    color: #FFF;
}

#specials .special-recommended .special-card .special-card__content p {
    color: #FFF;
    font: 400 14px "Heebo", sans-serif;
    line-height: 26px;
    margin: 0 0 1rem;
}

#specials .special-recommended .special-card._2 .special-card__content p {
    margin-top: 1rem;
}

#specials .special-recommended .special-card._1 .special-card__content {
    text-align: right;
}

#specials .special-recommended .special-card .special-card__content .btn {
    margin: 0;
    width: fit-content;
}

#specials .special-recommended .special-card._1 .special-card__content .btn {
    margin: 0 0 0 auto;
}

#specials .special-recommended .special-card._2 .special-card__content .btn {
    background-color: #21A1CA;
}

#testimonials .container {
    margin: 150px auto 20px;
    text-align: center;
    padding: 10px;
}

.flipster {
    margin: 30px auto;
    overflow-x: visible;
}

.flipster ul,
.flipster ul li {
    padding: 0;
    overflow: visible !important;
}

.flipster ul li:before {
    content: '';
}

.flipster__item__content {
    position: relative;
}

.flipster__item__content:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(59, 146, 191, 0.82);
    z-index: 1;
}

.flipster__item--current .flipster__item__content:before {
    display: none;
}

.flipster__item {
    width: 100%;
    max-width: 400px;
}

.playing {
    max-width: 90%;
    display: block;
    min-height: 14px;
    width: 100%;
    margin: 0 auto;
}

.flipster__button {
    color: #0071ac;
    font-size: 12px;
}

#team {
    margin: 60px auto;
}

#team .flex-ed {
    max-width: 1300px;
    margin: auto;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

#team article {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 520px;
    flex: 0 1 520px;
    padding: 0 20px;
}

#team figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 550px;
    flex: 0 1 550px;
}

#team .btn {
    margin-left: 0;
}

#insure {
    padding: 0 20px;
}

#insure h2 {
    text-align: center;
    margin: 30px auto;
}

#insure .flex-ed {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 820px;
    margin: 20px auto;
}

#insure figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 350px;
    flex: 0 1 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#insure figure span {
    margin: 5px;
    padding: 5px;
}

#insure article {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 370px;
    flex: 0 1 370px;
}

#find {
    padding: 0;
    background: #21A1CA;
}

#find .contain {
    max-width: 100%;
    margin: auto;
}

#map {
    position: relative;
    margin: 0;
}

#map iframe {
    height: 440px;
    display: block;
    width: 100%;
}

#testimonials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#testimonials .flex-ed>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
}

#testimonials.playing .flex-ed>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

#calls .flex-ed {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 1300px;
    margin: auto;
}

#calls figure {
    margin: 0;
    position: relative;
    overflow: hidden;
}

#calls figure::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    z-index: 1;
    pointer-events: none;
}

#calls figure img {
    width: 100%;
    margin-top: -100px;
}

#reviews {
    position: relative;
    padding: 30px 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 510px;
    flex: 0 1 510px;
}

#reviews .icon-quote {
    font-size: 51px;
    color: #1c1c1c;
    display: block;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    position: absolute;
    left: 10px;
    top: 215px;
}

#reviews .sc {
    width: 144px;
    height: 144px;
    background-image: radial-gradient(circle 108px at center, #ffffff 0%, #ffffff 34%, rgba(255, 255, 255, 0) 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #e9e9e9;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#reviews .cycle-slideshow {
    margin: 30px auto 0;
    max-width: 340px;
}

#reviews .cycle-slideshow p {
    max-width: 95%;
    margin: auto;
}

#reviews .arrow {
    margin: 0 10px 10px;
}

#reviews star {
    display: block;
    letter-spacing: 8px;
    margin-bottom: 6px;
}

#reviews author {
    color: #999999;
    text-transform: uppercase;
    padding: 0 10px;
}

#reviews author strong {
    color: #1c1c1c;
}

#reviews .btn {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-left: 0;
    margin-right: 20px;
}

.num-caption {
    font-size: 15px;
    color: #21a1ca;
    font: 400 italic 15px/1 "Bitter", serif;
    display: block;
    text-align: center;
    margin-bottom: -15px;
}

.num-caption p {
    display: inline-block;
    color: #21a1ca;
    margin: 0;
}

.num-caption p:first-of-type {
    font-size: 35px;
}

.rv-controls {
    margin: 20px auto;
    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;
}

#callouts {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 750px;
    flex: 0 1 750px;
    position: relative;
    z-index: 1;
}

#callouts .contain {
    margin: auto;
    max-width: 630px;
    margin: auto;
    padding: 0 10px;
}

#callouts .style-two {
    display: table;
    margin: 20px 0 40px auto;
    padding: 0 10px;
}

#callouts a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #9999;
    line-height: 25px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 30px auto;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-transition: .3s all;
    transition: .3s all;
    position: relative;
    padding-bottom: 15px;
}

#callouts a:after {
    content: '';
    position: absolute;
    left: 20%;
    right: 0;
    bottom: 0;
    height: 3px;
}

#callouts a:hover h3 {
    color: #0071ac;
}

#callouts a:hover:after {
    -webkit-box-shadow: 80px 4px 0px 0px #21a1ca;
    box-shadow: 80px 4px 0px 0px #21a1ca;
}

#callouts a p {
    margin: 0 0 0 20px;
    max-width: 220px;
    color: #999999;
    line-height: 1.5;
    position: relative;
    -webkit-transition: 1.3s all;
    transition: 1.3s all;
}

#callouts h3 {
    text-align: right;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 350px;
    flex: 0 1 350px;
}

#featured .scroll-bg {
    background: url(services-bkgrd.acea96de3b.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 90px 10px 90px;
    margin: auto;
    position: relative;
}

#featured .scroll-bg .contain {
    max-width: 1350px;
    margin: auto;
    padding: 10px;
}

#featured .scroll-bg:after {
    left: 35%;
    bottom: -260px;
}

#featured .style-four {
    font-size: 125px;
    line-height: .8;
    display: table;
    font-weight: 400;
}

#featured .style-four small {
    display: block;
    line-height: 1;
}

#featured h2 {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

#featured h3 {
    color: #1c1c1c;
    font: 700 25px/1 "Heebo", sans-serif;
    text-transform: uppercase;
    margin: 5px 0;
}

#featured h3 span {
    font-weight: 400;
    text-transform: none;
    display: block;
}

#featured .flex-row {
    margin: 188px auto 50px;
    max-width: 1130px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

#featured a {
    margin: 20px 0;
    display: block;
}

#featured figure {
    position: relative;
    display: table;
}

#featured figure:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 113, 172, 0);
}

#featured figure>span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#featured a:hover figure:before {
    background-color: rgba(0, 113, 172, 0.71);
}

#featured a:hover h3 {
    color: #0071ac;
}

/* #featured a:last-of-type figure:before {
    background-color: rgba(0, 113, 172, 0.71);
} */

#featured a:nth-of-type(1) {
    margin-top: 100px;
}

#featured a:nth-of-type(even) {
    margin-top: -400px;
}

.offers {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    margin: 20px auto;
    max-width: 980px;
}

.offers a {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
    position: relative;
    min-height: 200px;
}

.offers a:hover .icon-right {
    background-color: #fff;
}

.offers .style-three {
    color: #fff;
    font-size: 30px;
    text-align: center;
    display: table;
    margin: 0 0 0 auto;
}

.offers .style-four {
    font-size: 34px;
    font-weight: 400;
    display: table;
    margin: 5px 20px -5px auto;
    text-align: center;
}

.offers p {
    margin: 30px auto 0;
    color: #fff;
    font-size: 14px;
    text-align: left;
}

.offers .icon-right {
    background-color: #2b2c2e;
    color: #21a1ca;
    padding: 5px 10px;
    min-width: 90px;
    position: absolute;
    right: 0;
    bottom: 10px;
    text-align: center;
    line-height: .3;
}

#imp {
    background: url(offers-implants.6b001e65ed.jpg);
    background-size: cover;
}

.offers #imp {
    display: flex;
}

.offers #imp img {
    object-fit: cover;
}

#sm {
    background: url(offers-smiles.ce48b00b4f.jpg);
    background-size: cover;
}

.cycle-slideshow,
.cycle-slide,
.controls {
    z-index: 1 !important;
}

.cycle-slideshow {
    margin: 0 auto;
}

.cycle-slideshow>* {
    right: 0;
    margin: 0 auto;
}

.arrow,
.pager {
    position: relative;
    z-index: 3;
}

.arrow,
.pager,
.pager span {
    display: inline-block;
    vertical-align: middle;
}

.arrow {
    color: #21a1ca;
    font-family: fontello;
    font-size: 30px;
    font-weight: 400;
    left: 5px;
    margin: 0 15px;
}

#next {
    left: auto;
    right: 5px;
}

.arrow:hover {
    left: 0;
    color: #265585;
}

.arrow i,
.arrow i:before {
    display: block;
    margin: 0 auto;
}

#next:hover {
    right: 0;
}

.controls {
    margin: 10px auto 5px;
    display: table;
}

.pager {
    font-size: 0;
    padding: 10px 20px;
}

.pager span {
    cursor: pointer;
    margin: 8px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    opacity: 0.28;
    background-color: #265585;
}

.pager span:hover {
    opacity: .7;
}

.pager span.cycle-pager-active {
    opacity: 1;
}

.gallery {
    position: relative;
    padding: 10px 70px;
    max-width: 980px;
    margin: 20px auto;
    text-align: center;
}

.gallery.galleryvisit {
    padding: 0 40px 0 0;
}

.gallery article .flex-ed {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-bottom: 50px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.gallery article .flex-ed>div {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    padding: 10px;
}

.gallery article .flex-ed>div img {
    width: 100%;
}

.gallery article .flex-ed span {
    margin: 10px;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 300px;
    flex: 0 1 300px;
}

.gallery article .flex-ed span img {
    width: 100%;
}

.gallery article .flex-ed span:after {
    content: 'Before';
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    margin: auto;
    color: #1c1c1c;
    font: 400 italic 33px/1.2 "Bitter", sans-serif;
    text-transform: uppercase;
}

.gallery article .flex-ed span:last-of-type:after {
    content: "After";
}

.gallery article div p {
    display: block;
}

#smiles {
    max-width: 780px;
}

@media (max-width:701px) {
    .gallery {
        padding: 10px;
    }

    .gallery.galleryvisit {
        padding: 0 5px;
    }

    .gallery article .flex-ed {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .gallery article .flex-ed>div {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .gallery article .flex-ed span {
        margin-bottom: 40px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
}

.simple {
    line-height: 1;
    font-size: 0;
    margin: 0 auto;
    text-align: center;
}

.simple input,
.simple textarea {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    border: 0;
    border-radius: 0;
    line-height: 1;
    font-size: 14px;
    width: 100%;
    max-width: 100%;
    padding: 0 11px;
    margin-bottom: 10px;
    height: 30px;
    color: #2b2c2e;
    background-color: #fcfcfc;
}

.simple textarea {
    height: 190px;
    padding: 14px 11px;
}

.simple input:focus,
.simple textarea:focus {
    outline: 0;
    background-color: #e7f0f6;
    color: #373737;
}

.simple .flex-ed input:nth-of-type(2) {
    margin: 0 10px 10px;
}

::-webkit-input-placeholder {
    color: #2b2c2e;
}

:-moz-placeholder {
    color: #2b2c2e;
}

::-moz-placeholder {
    color: #2b2c2e;
}

:-ms-input-placeholder {
    color: #2b2c2e;
}

.page_index .mt {
    display: none;
}

.mt img {
    width: 100%;
}

footer {
    text-align: center;
    background-color: #fff;
}

footer a {
    color: #1c1c1c;
    font-weight: 700;
}

footer a:hover {
    color: #202020 !important;
}

footer .pho {
    color: #21a1ca;
    font: 700 36px/1.2 'Heebo', sans-serif;
    letter-spacing: 1.2px;
    margin: 0 auto 10px;
    display: block;
}

footer .phy {
    color: #2b2c2e;
    font-size: 14px;
    margin: 5px auto 10px;
    display: block;
    text-align: center;
}

footer .pho:hover,
footer .phy:hover {
    color: #0071ac;
}

footer .hours p {
    color: #1c1c1c;
    line-height: 1.8;
}

footer ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 20px;
    text-align: left;
}

footer ul li {
    font-size: 16px;
    line-height: 1.9;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 200px;
    flex: 0 1 200px;
}

footer .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 250px;
    margin: 10px auto 20px;
}

footer .contain {
    background-color: #bcd5e9;

}

footer .line {
    width: 2px;
    height: 365px;
    margin: 0 10px;
    background-color: #e3e3e3;
}

#quest {
    padding: 10px;
    border-bottom: 1px solid #d1d1d0;
    margin-bottom: 20px;
}

#quest br {
    display: none;
}

#quest form {
    max-width: 680px;
    margin: 20px auto;
}

#quest textarea {
    height: 90px;
}

#ft-bt {
    padding: 40px 10px;
    max-width: 1250px;
    margin: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    flex-direction: column;
    row-gap: 50px;
}

#ft-bt>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 860px;
    flex: 0 1 660px;
    padding: 0 10px;
}

#ft-bt .flex-ed {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.btm {
    padding: 30px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#assoc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1300px;
    margin: auto;
    padding: 10px;
}

#assoc span {
    padding: 8px;
}

#copy {
    background-color: #21a1ca;
    font: 400 15px/1.25 'Lato', sans-serif;
    color: #fff;
    padding: 20px 0;
}

#copy a {
    color: #fff;
}

#copy a:nth-of-type(1),
#copy a:nth-of-type(2) {
    color: #01649a;
}

#copy a:hover {
    color: #21a1ca;
}

.social {
    font-size: 0;
    text-align: center;
    margin: 10px auto;
}

.social a {
    position: relative;
    display: inline-block;
    margin: 3px;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.social a i:before {
    display: block;
    margin: 0 auto;
    line-height: 35px;
}

.social a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.social a+a {
    margin-left: 10px;
}

.social .fb {
    background-color: #4d70a8;
}

.social .gp {
    background-color: #dc4e41;
}

.social .yp {
    background-color: #b62717;
}

.social .ig {
    background-color: #a851a1;
}

.social .yt {
    background-color: #d00;
}

.social a:hover {
    background-color: #0071ac;
}

main {
    overflow: hidden;
}

.internal {
    position: relative;
    padding: 30px 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 252, 252, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), color-stop(40%, white));
    background: -webkit-linear-gradient(top, rgba(252, 252, 252, 0) 0%, rgba(255, 255, 255, 0.2) 20%, white 40%);
    background: -o-linear-gradient(top, rgba(252, 252, 252, 0) 0%, rgba(255, 255, 255, 0.2) 20%, white 40%);
    background: linear-gradient(180deg, rgba(252, 252, 252, 0) 0%, rgba(255, 255, 255, 0.2) 20%, white 40%);
}

.has-top .internal {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 252, 252, 0)), color-stop(8%, rgba(255, 255, 255, 0.2)), color-stop(12%, white));
    background: linear-gradient(180deg, rgba(252, 252, 252, 0) 0%, rgba(255, 255, 255, 0.2) 8%, white 12%);
}

.page_reviews.has-top .internal,
.page_faqs.has-top .internal {
    background: linear-gradient(180deg, rgba(252, 252, 252, 0) 0%, rgba(255, 255, 255, 0.2) 15%, white 20%);
}

#page {
    position: relative;
    display: block;
    width: 100%;
    margin: 40px auto 30px;
    padding: 0 10px;
    max-width: 1230px;
    clear: both;
}

#page>.peg {
    margin-bottom: 200px;
    overflow: visible;
}

#page>.peg:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -160px;
}

.page_meet-the-team #page>.peg {
    margin-bottom: 150px;
}

.page_meet-the-team #page>.peg:after {
    background: url(peg-sm.b5a3823050.png) no-repeat;
    bottom: -350px;
}

.page_meet-the-team.has-top .internal {
    background: linear-gradient(180deg, rgba(252, 252, 252, 0) 0%, rgba(255, 255, 255, 0.2) 3%, white 10%);
}

.page_index .internal {
    display: none;
}

.center {
    text-align: center;
}

#page h1 {
    text-align: center;
}

#page h2+p,
#page h3+p {
    margin-top: 5px;
}

#page .elem-left+p,
#page .elem-right+p {
    margin-top: 20px;
}

#page ul+h2,
#page ul+h3 {
    margin-top: 30px;
}

#page>p {
    max-width: 980px;
    text-align: center;
    margin: 20px auto;
}

main ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    text-align: left;
    overflow: hidden;
}

main ul li {
    position: relative;
    display: block;
    margin: 0 0 10px 26px;
    padding-left: 15px;
    line-height: 1.6;
    overflow: hidden;
}

@media (min-width:800px) {
    ul.two {
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (max-width:590px) {
    main ul li {
        margin-left: 10px;
    }

    .elem-left,
    .elem-right,
    .block .elem-left,
    .block .elem-right {
        display: table;
        float: none;
        margin: 15px auto !important;
        max-width: 100%;
    }
}

#title {
    position: relative;
    text-align: center;
    margin: 0 auto 60px;
}

#title .container {
    position: relative;
    max-width: 1280px;
    margin: auto;
    padding: 10px;
    width: 100%;
}

#title .container h1 {
    text-align: left;
    max-width: 980px;
}

#title .container h1:only-child {
    text-align: center;
    max-width: 100%;
}

.top {
    border-radius: 5px;
    overflow: hidden;
    display: table;
    margin: auto;
}

.page-divider {
    display: block;
    clear: both;
    max-width: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 60px;
}

.block {
    position: relative;
    display: table;
    clear: both;
    width: 100%;
    max-width: 100%;
    padding: 30px 10px;
}

.block h2 {
    margin-bottom: 20px;
}

.block h2:before {
    content: '';
    display: block;
    background: url(divider-deco.17f7b91649.png) no-repeat;
    width: 150px;
    height: 30px;
    background-size: contain;
    margin: 10px;
    overflow: hidden;
}

.block article p:first-of-type {
    margin-top: 0;
}

.block .btn {
    margin-left: 0;
}

.block .elem {
    margin-top: 50px;
}

.block .elem.service {
    margin-top: 100px;
}

.block .elem-left {
    margin-right: 80px;
}

.block .elem-right {
    margin-left: 80px;
}

.elem-sm.elem-left {
    margin-right: 30px;
}

.block:last-of-type {
    margin-bottom: 0;
}

.block:nth-of-type(odd) h2:before {
    background: url(skier-icon.2b9f666546.png) no-repeat;
    background-size: contain;
    width: 110px;
    height: 40px;
}

.block:nth-of-type(even) h2:before {
    background: url(divider-deco.17f7b91649.png) no-repeat;
    background-size: contain;
    width: 110px;
    height: 40px;
}

.block:nth-of-type(even) h2.toogle:before {
    background: none;
    width: initial;
    height: initial;
    margin: 0;
}

.block:nth-of-type(odd) h2.toogle:before {
    background: none;
    width: initial;
    height: initial;
    margin: 0;
}

h2.no-head span {
    color: #21a1ca;
    display: block;
    position: relative;
    font: 700 16px / 1 'Heebo', sans-serif;
    text-transform: uppercase;
    line-height: 18px;
    margin: 10px 0;
}

span.standout {
    color: #21a1ca;
    display: block;
    position: relative;
    font: 700 16px / 1 'Heebo', sans-serif;
    text-transform: uppercase;
    line-height: 18px;
}

.dt-block h2 {
    max-width: 450px;
}

.dt-block .elem-right {
    text-align: right;
}

.dt-block article {
    overflow: hidden;
    margin-bottom: 40px;
}

#deco {
    margin: 80px auto;
}

.why {
    padding: 30px 20px 50px;
    position: relative;
    background-color: #0071ac;
    border-radius: 5px;
    text-align: center;
    max-width: 980px;
    margin: 0 auto 80px;
}

.why h2 {
    text-align: center;
    color: white;
    font: 700 normal 35px/1 'Heebo', sans-serif;
    margin-bottom: 20px;
}

.why ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.why ul li {
    max-width: 240px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    padding: 0;
    margin: 10px;
    width: 100%;
    color: #fff;
    overflow: visible;
}

.why ul li:before {
    display: none;
}

.block article,
.short {
    overflow: hidden;
}

.block .tall {
    overflow: visible;
}

.mini-block {
    display: table;
    clear: both;
    padding: 50px 0 0;
    margin-top: 40px;
}

.page_for-patients .mini-block {
    margin: 20px auto;
}

.more-to-explore {
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 50px 15px;
    max-width: 990px;
    width: 95%;
    background-color: rgba(0, 113, 172, 0.77);
    z-index: 3;
}

.more-to-explore p {
    max-width: 1400px;
    padding: 10px;
    margin: auto;
}

.more-to-explore [class^="btn"] {
    min-width: 330px;
    margin: 5px;
}

.internal .mt {
    padding: 120px 10px;
    height: auto;
    background: url(offers-bkgrd.77ca249424.jpg);
    background-size: cover;
}

.has-ex footer .mt {
    display: none;
}

@media (max-width:760px) {
    .why ul {
        display: table;
        margin: auto;
    }

    .why ul li {
        max-width: 100%;
        margin: 10px auto 15px;
    }

    .block {
        padding: 30px 10px;
        text-align: center;
    }

    .block .btn {
        margin: 10px auto;
    }

    .block h2,
    .block h3 {
        margin-bottom: 20px;
        text-align: center;
    }

    .block .elem {
        float: none;
        margin: 10px auto;
    }
}

.section-toggle>div {
    display: none;
    margin-top: 20px;
}

.block.open-togg article {
    overflow: visible;
}

.services {
    max-width: 980px;
    margin: 40px auto;
}

.services div {
    padding: 40px 20px;
    margin: 10px auto;
}

.services>div:nth-of-type(1) {
    background: url(services-2.bcac1a1fa2.jpg);
    background-size: cover;
}

.services>div:nth-of-type(2) {
    background: url(services-3.dd138099b5.jpg);
    background-size: cover;
}

.services>div:nth-of-type(3) {
    background: url(services-4.02a8f2ff55.jpg);
    background-size: cover;
}

.services>div:nth-of-type(4) {
    background: url(services-5.74e0d24504.jpg);
    background-size: cover;
}

.services>div:nth-of-type(5) {
    background: url(services-6.0660788be2.jpg);
    background-size: cover;
}

.services>div:nth-of-type(6) {
    background: url(services-7.64c0c913b7.jpg);
    background-size: cover;
}

.services>div:nth-of-type(7) {
    background: url(services-8.bff4468c5c.jpg);
    background-size: cover;
}

.services>div:nth-of-type(8) {
    background: url(services-9.f3d3336b74.jpg);
    background-size: cover;
}

.services>div:nth-of-type(odd) article {
    margin: 0 0 0 auto;
}

.services article {
    -webkit-box-shadow: inset 0 -5px 0 #21a1ca;
    box-shadow: inset 0 -5px 0 #21a1ca;
    background-color: #fff;
    max-width: 330px;
    padding: 40px 20px;
}

.services div>a:hover figure img {
    opacity: .7;
}

.services h3 {
    text-align: center;
    font-size: 25px;
    color: #1c1c1c;
    font-weight: 400;
    text-transform: none;
}

.services h3 strong {
    text-transform: uppercase;
    display: block;
}

.services h3:after {
    content: '';
    display: block;
    width: 234px;
    height: 1px;
    background-color: #e1e1e1;
    margin: 25px auto 15px;
}

.services h3 span {
    display: block;
    font-size: 18px;
    line-height: .8;
}

.services figure {
    -webkit-transition: .4s all;
    transition: .4s all;
}

.services ul {
    display: table;
    margin: 20px auto;
}

.services ul li {
    font-size: 18px;
    -webkit-transition: .4s all;
    transition: .4s all;
    margin: 5px auto 10px;
}

.services ul li a {
    color: #333;
}

.services a:hover h3,
.services ul li:hover a {
    color: #0071ac;
}

.accordion {
    margin: 20px auto;
    text-align: left;
    max-width: 980px;
margin: 40px auto 40px 0;
}

.accordion .toogle {
    position: relative;
    cursor: pointer;
    clear: both;
    padding: 20px 10px 20px 70px;
    margin: 7px auto 0;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    text-transform: none;
    font-style: normal;
    background-color: #0071ac;
    transition: all 650ms ease-in-out;
}

.accordion .toogle.active {
    border-radius: 5px 5px 0 0;
}

.accordion .toogle.active:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.accordion>div p {
    margin: 0;
    position: relative;
    color: #fff;
    max-width: 810px;
}

.accordion .toogle:before {
    content: '\e840';
    color: #21a1ca;
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 25px;
}

.accordion:hover .toogle:not(:hover) {
    opacity: 0.7;
    transition: all 250ms ease;
}

.accordion:hover .toogle.active {
    opacity: 1;
}

.accordion>div {
    display: none;
    padding: 20px;
    margin: 0 auto 10px 0;
    background-color: #0071ac;
    border-radius: 0 0 5px 5px;
}

.accordion>div p+p {
    margin-top: 15px;
}

.accordion>div ul {
    margin-bottom: 0;
}

.hours {
    display: table;
    margin: 10px auto;
    text-align: left !important;
    font-size: 15px;
    line-height: 23px;
}

.hours label {
    width: 100px;
    display: inline-block;
    font-weight: 700;
}

.contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact .hours {
    line-height: 1.6;
}

.contact p {
    margin: 15px 0 10px;
    line-height: 1.4;
}

.contact>div:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-right: 20px;
}

.contact>div:last-child {
    margin-right: 10px;
}

.contact-map iframe {
    height: 330px;
}

.page_contact-us #map {
    display: none;
}

#special-form {
    max-width: 480px;
    margin: 30px auto;
}

#special-form .offers {
    margin: 0;
    pointer-events: none;
}

#special-form .offers .offers p {
    margin: 30px auto 0;
}

#special-form .offers a {
    display: block;
    margin: 0;
}

#special-form form {
    background-color: #4f4f4f;
    padding: 20px;
}

#special-form input {
    background-color: #727272;
    color: #fff;
    max-width: 390px;
    margin: 5px auto 10px;
    display: block;
    font-size: 14px;
}

#special-form input:focus {
    background-color: #3293c6;
    border: 1px solid #1c1c1c;
}

#special-form form .btn {
    display: block;
    margin: 20px auto 10px;
}

#special-form .simple::-webkit-input-placeholder {
    color: #fff;
}

#special-form .simple:-moz-placeholder {
    color: #fff;
}

#special-form .simple::-moz-placeholder {
    color: #fff;
}

#special-form .simple:-ms-input-placeholder {
    color: #fff;
}

.styled-form *:focus {
    outline-style: solid;
    outline-color: #0071ac;
    outline-width: thin;
}

.styled-form {
    margin-top: 15px;
    margin-bottom: 30px;
}

.styled-form .drei {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}

.styled-form .drei+.drei {
    margin-top: 5px;
}

.styled-form .input-content,
.styled-form .inline {
    width: calc(100% / 3 - 5px);
    min-height: 52px;
}

.styled-form .inline,
.input-content {
    background-color: #373737;
    padding: 1rem;
    color: white !important;
}

.styled-form ::placeholder {
    color: #999;
    opacity: 1;
    /* Firefox */
}

.input__label-content strong,
.input__label-content strong a {
    color: #fff;
}

.input-content,
.styled-form .inline label,
.styled-form .inline,
.input--filled .input__label .input__label-content strong,
.input--filled .input__label .input__label-content a {
    color: #fff !important;
}

.styled-form .drei:first-of-type {
    line-height: 1 !important;
}

.styled-form .inline {
    padding: 8px 16px 12px;
}

.styled-form .inline span input {
    margin-right: 4px;
}

.styled-form .inline span {
    display: block;
    line-height: 1.7;
}

.styled-form .inline span:first-of-type {
    margin-top: 10px;
}

.styled-form .hear {
    margin: 20px 0 30px;
}

.styled-form .hear label {
    display: inline-block;
    margin-right: 8px;
}

.styled-form .days label {
    display: block;
    margin: 8px;
}

.input-content {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.input__field {
    z-index: 2;
    display: block;
    float: right;
    border: none;
    border-radius: 0;
    padding: 0 14px;
    margin-top: 1.2em;
    height: 29px;
    width: 100%;
    background: transparent;
    color: #fff;
    border: 1px solid white;
}

.input__field:focus {
    outline: none;
}

.input__label {
    display: inline-block;
    float: right;
    padding: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    width: 100%;
    padding: 1.1em 1em;
    text-rendering: geometricPrecision;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s, color 0.3s;
    -webkit-transition: color 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, color 0.3s;
    transition: transform 0.3s, color 0.3s, -webkit-transform 0.3s;
}

.input__label-content strong {
    float: right;
    font-weight: normal;
}

.input__field:focus+.input__label::before {
    border-width: 5px;
    border-color: #0071ac;
    border-top-width: 1.2em;
}

.input--filled .input__label::before {
    border-width: 5px;
    border-color: #0071ac;
    border-top-width: 1.2em;
}

.input__field:focus+.input__label .input__label-content,
.input--filled .input__label .input__label-content {
    color: #fff;
    font-size: 14px;
    padding: .85em 1em;
    -webkit-transform: translate3d(0, -0.65em, 0);
    transform: translate3d(0, -0.65em, 0);
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: transparent !important;
}

.styled-form [type=checkbox],
.styled-form [type=radio] {
    position: relative;
    background-color: #efefef;
    padding: 9px;
    border-radius: 3px;
    vertical-align: middle;
}

.styled-form [type=checkbox]:active,
.styled-form [type=checkbox]:checked:active,
.styled-form [type=checkbox]:checked {
    background-color: #fff;
}

.styled-form .btn {
    margin: 10px 0;
}



#fixed-tabs {
    position: fixed;
    right: 0;
    text-align: center;
    line-height: 1;
    font-size: 0;
    text-transform: uppercase;
    z-index: 2;
}

#fixed-tabs a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    overflow: hidden;
    letter-spacing: 2px;
}

#fixed-tabs i {
    font-size: 16px;
}

#fixed-tabs i,
#fixed-tabs i:before {
    display: block;
    margin: 0 auto !important
}

#fixed-tabs em {
    font-size: 10px;
    letter-spacing: -0.05em;
    margin-top: 7px;
    font-style: normal;
    display: none;
}

#fixed-tabs a span:last-child {
    padding-top: 5px
}

#fixed-tabs .ra {
    background-color: #21a1ca;
}

#fixed-tabs .ra img {
    padding-top: 10px;
}

#fixed-tabs .call {
    background-color: #0071ac;
    display: none;
}

#fixed-tabs .map {
    background-color: #2f302f;
    display: none;
}

@media (max-width:1030px) {
    #fixed-tabs {
        display: block;
        bottom: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #fixed-tabs a {
        padding: 12px 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    #fixed-tabs a img {
        display: none;
    }

    #fixed-tabs a span {
        display: inline-block;
        vertical-align: middle;
    }

    #fixed-tabs em {
        display: none;
    }

    #fixed-tabs .gp,
    #fixed-tabs .forms,
    #fixed-tabs .offers {
        display: none;
    }

    #fixed-tabs .call,
    #fixed-tabs .map {
        display: inline;
    }
}

@media (min-width:1029px) {
    #fixed-tabs {
        position: fixed;
        top: 350px;
        visibility: hidden;
        opacity: 1;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    #fixed-tabs a+a {
        margin-top: 7px
    }

    #fixed-tabs a {
        display: block;
        text-align: left;
        margin-left: auto;
        margin-right: 0;
        background-color: #21a1ca;
    }

    #fixed-tabs a,
    #fixed-tabs a span:first-child,
    #fixed-tabs .ra:hover {
        width: 55px
    }

    #fixed-tabs a span {
        display: block;
    }

    #fixed-tabs a span:first-child {
        text-align: center;
        padding: 7px 0
    }

    #fixed-tabs a span:last-child {
        position: absolute;
        left: 65px;
        top: 50%;
        width: 240px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    #fixed-tabs a:hover {
        width: 230px;
    }

    #fixed-tabs em {
        display: block;
    }

    #fixed-tabs .gp {
        background-color: #dd4b39;
    }

    #fixed-tabs .ra {
        padding-bottom: 10px;
        background-color: #1c1c1c;
    }

    #fixed-tabs .ra i {
        padding-top: 10px
    }

    #fixed-tabs .ra span:first-child {
        padding: 10px 0
    }

    #fixed-tabs .ra em,
    #fixed-tabs .ra span:last-child {
        display: none
    }

    #fixed-tabs .ra:hover {
        background-color: #1e3050;
        color: #fff
    }

    #fixed-tabs a.fb {
        display: none
    }
}

@media (max-width:730px) {
    #fixed-tabs .ra strong {
        display: none;
    }

    #fixed-tabs .ra {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }

    .services h3 {
        text-align: left;
    }
}

@media (min-width:950px) {
    a[name]:before {
        height: 150px;
        margin-top: -150px;
        display: block;
        content: "";
        visibility: hidden;
    }
}

@media (max-width:950px) {
    a[name]:before {
        height: 120px;
        margin-top: -120px;
        display: block;
        content: "";
        visibility: hidden;
    }
}

@media (max-width:590px) {
    a[name]:before {
        height: 90px;
        margin-top: -90px;
        display: block;
        content: "";
        visibility: hidden;
    }
}

@media (min-width:1500px) {
    .sky {
        min-height: 1400px;
        height: 80vh;
        background-position: center 70%;
    }

    .has-peg .internal {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 252, 252, 0)), color-stop(15%, rgba(255, 255, 255, 0.2)), color-stop(20%, white));
        background: linear-gradient(180deg, rgba(252, 252, 252, 0) 0%, rgba(255, 255, 255, 0.2) 5%, white 12%);
    }
}

@media (max-width:1080px) {
    header .logo {
        flex: 0 1 300px;
    }

    #title h1:only-child,
    h2#append,
    .style-four {
        font-size: 75px;
    }

    .block .elem-left {
        margin-right: 40px;
    }

    .block .elem-right {
        margin-left: 40px;
    }

    h2,
    .style-two,
    .dividerLead {
        font-size: 50px;
    }

    h3,
    .style-three {
        font-size: 40px;
    }

    #deco {
        margin: 40px auto;
    }

    #banner .dr-img {
        bottom: -30%;
    }

    #dentist .flex-ed:after {
        top: -100px;
    }
}

@media (max-width:1000px) {
    #banner {
        padding: 300px 10px 400px;
        background: url(banner-bkgrd.4979c43180.jpg);
        background-size: cover;
    }

    #banner .dr-img {
        bottom: -45%;
        left: 20%;
    }

    #about .flex-ed:after {
        top: -50px;
    }

    .sky,
    .why:after {
        background: none;
    }

    #calls .flex-ed,
    #team .flex-ed {
        display: block;
        text-align: center;
    }

    #dentist .flex-ed {
        text-align: center;
    }

    #dentist figure {
        overflow: hidden;
    }

    #dentist figure img {
        margin: 0 auto;
    }

    #dentist .flex-ed:after {
        left: 50%;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    #reviews {
        padding: 0 60px 0;
        max-width: 800px;
        margin: 0 auto 50px;
    }

    #reviews .sc {
        margin: 10px auto;
    }

    #reviews .cycle-slideshow {
        max-width: 700px;
    }

    #reviews .icon-quote {
        top: 120px;
    }

    /* #calls figure {
        margin-top: -100px;
    } */

    #callouts .style-two {
        margin: 20px auto 40px;
    }

    #callouts h3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 300px;
        flex: 0 1 300px;
    }

    #callouts a p {
        text-align: left;
    }

    #callouts .contain {
        max-width: 600px;
    }

    #featured a {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
        flex: 0 1 48%;
    }

    #featured .style-four {
        font-size: 100px;
    }

    #team figure {
        margin: 20px auto 0;
    }

    #ft-bt {
        display: block;
    }

    #quest {
        margin-top: 60px;
    }

    .services ul {
        margin: 0 auto;
        width: -webkit-fill-available;
    }

    #dentist #aw {
        bottom: 170px;
        right: 50px;
        max-width: 180px;
    }

    body.page_index section#about .flex-ed {
        display: block;
    }

    #about article {
        margin: 0 auto 20px;
    }

    #about .style-five span {
        display: inline-block;
    }

    #about .style-five {
        font-size: 80px;
    }

    #about .style-five span:first-of-type,
    #about .style-five span:last-of-type {
        text-align: center;
    }

    #specials .special-recommended {
        flex-direction: column;
    }
}



.blog-content header {
    background: #0071ac;
}

.blog-content #title h1:only-child {
    color: #000;
}

.blog-content #title h1 {
    font-size: 60px;
}

.blog-content h2 {
    font-size: 36px;
}

.blog-content h3 {
    font-size: 24px;
}







.insurance-logos {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    max-width: 650px;
}

.insurance-logos div {
    margin: 5px 15px;
}

.insurance-section {
    display: flex;
    flex-wrap: wrap;
}

.insurance-section>div {
    flex: 0 1 50%;
}



.covid {
    background-color: #ff3333;
    padding: 10px;
    text-align: center;
}

.covid a {
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
    font-size: 18px
}

#simpleModal {
    display: none;
    position: fixed;
    z-index: 9000;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .75);
    animation-name: modalopen;
    animation-duration: 1s
}

#simpleModal .modalContent {
    background-color: #f4f4f4;
    margin: 8% auto;
    padding: 0 0 30px;
    width: 90%;
    max-width: 1000px;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .2), 0 7px 20px 0 rgba(0, 0, 0, .17);
    position: relative
}

#simpleModal .modalContent h2 {
    background-color: #0071ac;
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
    padding: 55px 20px 15px;
    text-transform: uppercase;
    font-size: 36px;
    text-align: center;
    line-height: 1.2
}

#simpleModal .contain {
    max-width: 85%;
    margin: auto;
}

#simpleModal .modalContent p {
    margin: 15px auto;
    line-height: 1.6;
    font-weight: 400;
}

#simpleModal .closeBtn {
    color: #a5a5a5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    font-size: 30px;
    position: absolute;
    background-color: #e74c3c;
    color: #fff;
    padding: 5px 15px 8px;
    line-height: 1
}

#simpleModal .closeBtn:focus,
#simpleModal .closeBtn:hover {
    background-color: #c0392b;
    cursor: pointer;
    text-decoration: none
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5%;
    align-items: center;
}

.about-grid .vid iframe {
    border-radius: 4px;
    box-shadow: 42px 40px 53px #abaaaa;
}

@keyframes modalopen {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.covid-page {
    background-image: none;
}

.covid-page p {
    text-shadow: 2px 2px #ffffff;
}

.covid-page li {
    text-shadow: 2px 2px #ffffff;
}

@media (max-width:900px) {
    #dentist .flex-ed:after {
        display: none;
    }

    .about-grid .vid iframe {
        box-shadow: none;
    }

    .about-grid {
        grid-template-columns: 1fr;
    }

    body {
        background-size: 200% !important;
    }

    #banner {
        background-image: url(banner-bkgrd-mob.660435a33f.webp);
        background-size: cover;
        padding: 150px 10px 460px;
    }

    #banner .dr-img {
        bottom: -40%;
        left: 20%;
    }

    #dentist {
        margin: 0px auto 20px;
    }

    #dentist::after {
        top: -100px;
        height: 100px;
    }

    #title h1:only-child,
    h2#append,
    .style-four {
        font-size: 60px;
    }

    .block .elem {
        float: none;
        margin: 20px auto;
        max-width: 100%;
    }

    .elem-sm.elem-left {
        float: none;
        margin: 10px auto;
    }

    .block h2 {
        text-align: center;
    }

    .block h2:before {
        margin: 10px auto;
    }

    .block ul {
        display: table;
        margin: 10px auto;
    }

    h2,
    .style-two,
    .dividerLead,
    .more-to-explore span {
        font-size: 40px;
    }

    .why {
        margin-bottom: 40px;
    }

    .offers {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .offers a {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 500px;
        margin: 10px auto;
    }

    #featured h3 {
        font-size: 20px;
    }

    #fixed-tabs .ra strong {
        display: none;
    }

    #about .play {
        display: none !important;
    }

    .internal .mt {
        padding: 100px 10px 40px;
    }

    #page>.peg,
    .page_meet-the-team #page>.peg {
        margin-bottom: 40px;
    }

    #page>.peg:after {
        display: none;
    }

    .dt-block h2 {
        max-width: 100%;
        float: none;
        text-align: center;
    }

    .dt-block .elem-right {
        text-align: center;
    }

    .dt-block h2 br {
        display: none;
    }

    .dt-block {
        text-align: center;
    }

    .dt-block ul {
        display: table;
        margin: 10px auto;
    }
}

@media (max-width:730px) {

    header .phy,
    #banner:after {
        display: none;
    }

    #banner .dr-img {
        bottom: -45%;
        left: 10%;
    }

    header .pho {
        font-size: 18px;
        padding-left: 3rem;
    }

    #reviews .contain {
        padding: 0 10px;
    }

    .rv-controls {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 10px auto;
    }

    .rv-controls>div {
        position: relative;
        max-width: 450px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 10px auto;
    }

    #title h1:only-child,
    h2#append,
    .style-four {
        font-size: 50px;
    }

    h3 {
        font-size: 40px;
    }

    #featured .flex-row {
        display: block;
        margin: 30px auto;
    }

    #featured h2 {
        text-align: center;
    }

    #featured a:nth-of-type(1) {
        margin-top: 30px;
    }

    #featured a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: #0071ac;
        margin: 5px auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #featured a:nth-of-type(even) {
        margin: 0 auto;
        background-color: #21a1ca;
    }

    #featured figure {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        height: 130px;
        overflow: hidden;
    }

    #featured figure img {
        display: none;
    }

    #featured a:nth-of-type(1) figure {
        background: url(featured-1.e43671de7c.jpg);
        background-size: cover;
    }

    #featured a:nth-of-type(2) figure {
        background: url(featured-2.875943f5e0.jpg);
        background-size: cover;
        background-position: center;
    }

    #featured a:nth-of-type(3) figure {
        background: url(featured-3.df610c3d2b.jpg);
        background-size: cover;
        background-position: center;
    }

    #featured a:nth-of-type(4) figure {
        background: url(featured-4.7736f119fc.jpg);
        background-size: cover;
        background-position: center;
    }

    #featured a:nth-of-type(5) figure {
        background: url(featured-5.a6dc8efc2c.jpg);
        background-size: cover;
        background-position: center;
    }

    #featured a:nth-of-type(6) figure {
        background: url(featured-6.49f74f7120.jpg);
        background-size: cover;
        background-position: center;
    }

    #featured a:nth-of-type(7) figure {
        background: url(featured-7.68958f9897.jpg);
        background-size: cover;
        background-position: center;
    }

    #featured a:nth-of-type(8) figure {
        background: url(featured-8.94fea2552a.jpg);
        background-size: cover;
        background-position: center;
    }

    #featured a:nth-of-type(9) figure {
        background: url(featured-9.e222d74a17.jpg);
        background-size: cover;
        background-position: right;
    }

    #featured a:nth-of-type(even) figure {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    #featured h3 {
        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;
        margin: auto;
        color: #fff;
        padding: 10px;
    }

    #featured figure:before {
        display: none;
    }

    #featured a:hover h3 {
        color: #fff;
    }

    #featured .scroll-bg .contain {
        display: table;
        text-align: center;
    }

    #featured .style-four {
        font-size: 15vw;
    }

    #featured .scroll-bg:after {
        display: none;
    }

    #featured .scroll-bg {
        padding: 50px 10px;
    }

    #team {
        margin: 30px auto;
    }

    #insure .flex-ed {
        display: block;
        text-align: center;
    }

    #ft-bt .flex-ed {
        display: block;
    }

    footer .line {
        width: 100%;
        height: 2px;
        margin: 0 auto 30px;
    }

    footer ul {
        margin: 20px auto;
    }

    #ft-bt {
        padding-bottom: 0;
    }

    .services div {
        background-image: none !important;
    }

    .services div article {
        max-width: 100%;
    }

    .services figure {
        height: 250px;
    }

    .services div article {
        padding: 20px;
    }

    .services div:nth-of-type(1) figure {
        background: url(services-2.bcac1a1fa2.jpg);
        background-size: cover;
        background-position: center;
    }

    .services div:nth-of-type(2) figure {
        background: url(services-3.dd138099b5.jpg);
        background-size: cover;
        background-position: center;
    }

    .services div:nth-of-type(3) figure {
        background: url(services-4.02a8f2ff55.jpg);
        background-size: cover;
        background-position: center;
    }

    .services div:nth-of-type(4) figure {
        background: url(services-5.74e0d24504.jpg);
        background-size: cover;
        background-position: center;
    }

    .services div:nth-of-type(5) figure {
        background: url(services-6.0660788be2.jpg);
        background-size: cover;
        background-position: center;
    }

    .services div:nth-of-type(6) figure {
        background: url(services-7.64c0c913b7.jpg);
        background-size: cover;
        background-position: center;
    }

    .services div:nth-of-type(7) figure {
        background: url(services-8.bff4468c5c.jpg);
        background-size: cover;
        background-position: center;
    }

    .services div:nth-of-type(8) figure {
        background: url(services-9.f3d3336b74.jpg);
        background-size: cover;
        background-position: center;
    }

    .mini-block {
        margin-top: 0;
        padding: 0;
    }

    #dentist #aw {
        max-width: 100px;
    }

    .blog-content #title {
        margin-bottom: 10px;
    }

    .blog-content #title h1 {
        font-size: 36px;
    }

    .blog-content h2 {
        font-size: 24px;
    }

    .blog-content h3 {
        font-size: 18px;
    }

    #find {
        background: none !important;
    }

    .insurance-section>div {
        flex: 0 1 100%;
    }
}

@media (max-width:650px) {

    .styled-form .input-content,
    .styled-form .inline {
        width: 100%;
        display: block;
        border-bottom: 1px solid rgba(206, 206, 206, 0.219608);
    }

    .styled-form .input-content+.input-content {
        margin-top: 5px;
    }
}

@media (max-width:590px) {

    #banner {
        padding: 120px 10px 0px;
        background-position-y: 80px;
    }

    #banner .style-one {
        color: #FFE300;
        font-size: 14px;
        letter-spacing: 1.2px;
        margin-bottom: 1.5rem;
    }

    #banner .style-four {
        font-size: 57px;
        text-align: center;
        line-height: 58px;
    }

    #banner .style-four:first-child {
        margin-top: 24px;
    }

    #banner .style-four.medium-size {
        font-size: 37px;
        line-height: 1;
        margin-right: 0;
    }

    #banner .style-four small {
        font-size: 30px;
        margin-left: 0;
    }

    #banner .hd-btns {
        display: flex;
        margin: 0 auto;
    }

    #banner .hd-btns .btn:first-child {
        display: none;
    }

    #banner .hd-btns .btn:last-child {
        padding: 10px 24px 10px 24px;
    }

    #banner .dr-img {
        display: none;
    }

    #banner .dr-img-mobile {
        display: block;
        margin-top: 2.5rem;
    }

    #dentist {
        margin: 0px auto 20px;
        overflow: hidden;
        box-shadow: none;
    }

    #dentist .flex-ed {
        margin: 0;
        padding: 60px 10px 0;
    }

    #dentist figure {
        order: 1;
    }

    #about {
        margin: 100px auto 50px;
    }

    #about .flex-ed figure {
        overflow: hidden;
    }

    #about .flex-ed figure img {
        margin-top: -40px;
        margin-bottom: -40px;
    }

    #about [data-player]:after {
        color: #ff0000;
        font-size: 70px;
    }

    #insure figure,
    #assoc,
    #map {
        display: none;
    }

    #copy span:last-of-type {
        display: block;
        visibility: hidden;
        font-size: 1px;
    }

    #copy {
        margin-bottom: 40px;
    }

    .gallery {
        padding: 0;
    }

    .blog-content #title h1 {
        font-size: 24px;
    }

    .blog-content #page {
        padding-top: 0;
        margin-top: 0;
    }

    .blog-content h2 {
        font-size: 18px;
    }

    h2,
    .style-two,
    .dividerLead,
    .more-to-explore span {
        font-size: 40px;
    }

    .services div {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    #page {
        background-color: #fff;
        position: relative;
        padding: 25px 10px 0;
    }

    .gallery article .flex-ed span:after {
        font-size: 24px;
    }

    .offers .style-three,
    .offers .style-four {
        margin: auto;
        font-size: 26px;
    }

    #featured .scroll-bg {
        background: #4c9fde;
    }

    #callouts a {
        display: block;
    }

    #callouts a p {
        margin: 10px auto;
    }

    #callouts h3,
    #callouts a p {
        text-align: center;
    }

    #callouts a p {
        max-width: 500px;
    }

    #calls figure {
        overflow: hidden;
        margin: 0 -120px 0 -100px;
    }

    #calls figure img {
        margin-top: -30px;
    }

    #dentist article {
        margin-bottom: 20px;
    }

    #dentist #aw {
        right: 10px;
        bottom: 160px;
    }

    #find {
        padding: 20px;
    }

    #quest .flex-ed {
        display: block;
    }

    .simple .flex-ed input:nth-of-type(2) {
        margin: 0 auto 10px;
    }

    .services div {
        padding: 0;
    }

    #title h1:only-child,
    h2#append,
    .style-four {
        font-size: 36px;
    }

    .services figure {
        height: 180px;
    }

    .block h2,
    .why h2 {
        font-size: 32px;
    }

    .block h3 {
        font-size: 26px;
    }

    .accordion .toogle {
        padding-left: 40px;
    }

    .accordion .toogle:before {
        top: 15px;
        left: 10px;
    }

    h2,
    .style-two,
    .dividerLead,
    .more-to-explore span {
        font-size: 36px;
    }

    #about .style-five {
        font-size: 30px;
    }

    .flipster ul,
    .flipster ul li {
        margin: 0 auto;
    }

    .elem.vid {
        min-width: 100%;
    }

    #specials .container {
        margin: 80px auto 20px;
    }

    #specials .special-recommended {
        max-width: 1200px;
    }

    #specials .special-recommended .special-card .special-card__content {
        padding: 45px 1.5rem;

    }

    #specials .special-recommended .special-card._1::after {
        background: linear-gradient(to right, rgba(33, 161, 202, 0) 0%, rgba(33, 161, 202, 1) 80%);
    }

    #specials .special-recommended .special-card._2::after {
        background: linear-gradient(to right, rgba(47, 112, 159, 1) 30%, rgba(47, 112, 159, 0) 100%);
    }

    #specials .special-recommended .special-card._2 .special-card__image {
        right: -70px;
    }

    #testimonials .container {
        margin: 50px auto 20px;
        max-width: 100vw;
    }

    #testimonials .youtube:after,
    [data-player]:after {
        color: #ff0000;
    }
}

@media (max-width:480px) {
    header .pho {
        display: none;
    }

    footer ul {
        display: grid;
        margin: 20px auto;
        text-align: center;
        grid-template-columns: 1fr 1fr;
    }

    footer ul li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin: 15px 0;
    }

    #reviews .icon-quote {
        font-size: 30px;
        top: 150px;
    }

    #reviews {
        padding: 0 40px;
    }

    #copy span:first-of-type {
        display: block;
        visibility: hidden;
        font-size: 1px;
    }

    .contact {
        display: block;
    }

    #fixed-tabs strong {
        display: none;
    }

    .offers .icon-right {
        position: relative;
        display: block;
        margin-bottom: -10px;
        margin: 0 -20px -10px;
    }

    .offers p {
        margin: 30px auto;
        display: block;
        text-align: center;
    }

    #special-form .offers p {
        margin-bottom: 0;
    }

    #quest br {
        display: block;
    }

    #featured h3 {
        font-size: 20px;
    }

    .more-to-explore {
        padding: 40px 0;
        width: 100%;
    }
}

@media (max-width:400px) {
    .more-to-explore [class^="btn"] {
        min-width: 100%;
        width: 100%;
        margin: 5px auto;
    }

    [data-embed] .close {
        display: block;
        position: unset;
        text-align: center;
        padding: 4px;
    }

    #banner .contain {
        text-align: center;
    }

    #banner .style-four small {
        display: block;
    }

    #banner .style-four small em {
        position: relative;
    }

}

.contact-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.page_contact-us h1 {
    transform: translateY(-15px);
}

.contact-image {
    flex: 1;
    max-width: 50%;
    margin-bottom: 30px;
}

.contact-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.contact-text {
    flex: 1;
    max-width: 50%;
}

#page h1 {
    text-align: center;
}

.align-left {
    text-align: left !important;
}


.grid-container-dr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;

}

.grid-item-dr {
    padding: 1rem;
    text-align: center;
}
.cta-container {
    background-color: #2f709f;
    padding: 2rem;
    border-radius: 1rem;
}
.cta-container h3,
.cta-container p{
    color: white;
}


@media (max-width: 577px) {
    .grid-container-dr {
        grid-template-columns: 1fr;
    }
}

/* Responsive styles */
@media (max-width: 768px) {
    .contact-layout {
        flex-direction: column;
        text-align: center;
    }

    .contact-image,
    .contact-text {
        max-width: 100%;
    }
}