﻿html {
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
}

body {
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
    margin: 0 0;
    padding: 0 0;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 175%;
    color: #FFFFFF;
    background-color: #073621;
}

#frmMaster {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
}

@media (max-width : 767px) {

    body {
        font-size: 18px;
        line-height: 150%;
    }

}

/* Swiper */

.swiper-container {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #666666;
    overflow:hidden;
}

    .swiper-container.border-bottom {
        border-bottom: 4px solid #FFFFFF !important;
        box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.33);
    }

.swiper-slide {
    text-align: center;
}

    .swiper-slide .img-fluid {
        width: 100%;
        height: auto;
    }

    .swiper-slide .slide-title {
        position: absolute;
       /* bottom: 60px;*/
        left: 0;
        right: 0;
        display: grid;
        justify-content: center;
        flex-direction: column;
        font-size: 175%;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 150%;
        text-align: center;
    }

.t-25 {
    top: 25%;
}

.t-35 {
    top: 35%;
}

        .swiper-slide .slide-title .slide-title-text {
            align-self: flex-end;
            padding: 1rem 2rem 1rem 2rem;
            /*background-color: rgba(0,0,0,0.6);*/
            -webkit-border-top-left-radius: 8px;
            -webkit-border-bottom-left-radius: 8px;
            -moz-border-radius-topleft: 8px;
            -moz-border-radius-bottomleft: 8px;
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
            z-index:99999;
        }

.swiper-slide .slide-title .slide-title-text-lg {
    font-size: 70px;
    text-shadow: 1px 1px 2px #000000;
    margin-bottom: 20px;
    font-family: "Fjalla One", sans-serif;
    line-height: 75px;
    margin-left: -1200px;
    opacity:0;
    transition:1000ms ease-in;
}

.swiper-slide .slide-title .slide-title-text-sm {
    text-transform: uppercase;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.75+45,0.75+55,0+100 */
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 45%,rgba(0,0,0,0.75) 55%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    font-weight: normal;
    margin-bottom: 20px;
    margin-left: -1270px;
    opacity: 0;
    transition: 1000ms ease-in;
}

        .swiper-slide .slide-title .slide-title-text-sm-alt {
            text-transform: uppercase;
            /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.6+0,0+100 */
            background: linear-gradient(to right, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            padding-left: 10px;
            font-weight: normal;
            border-radius: 12px;
            margin-bottom:20px;
        }

        .swiper-slide .slide-title .slide-title-text a{
            color:#ffffff !important;
            text-decoration:none !important;
        }

        .swiper-slide .slide-title .slide-title-text a:hover{
            color:#ffffff;
        }

.swiper-slide .slide-title .slide-title-text .slide-title-img {
    margin-left: -1200px;
    opacity: 0;
    transition: 1000ms ease-in;
}

.swiper-slide .slide-title .slide-title-text .slide-title-img img {
    margin-bottom: 45px;
}

.parallax {
    /* The image used */
   /* background-image: url(/images/home/PLACEHOLDER-1920.webp);*/
    /* Set a specific height */
    min-height: 700px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.t150{
    top:150px;
}

.t210{
    top:210px;
}

@media(max-width:1191px){
    .parallax{
        min-height:600px;
    }

    .t150{
        top:75px;
    }

    .t210{
        top:105px;
    }
}


@media(max-width:767px){

    .t150{
        top:200px;
    }
    
    .parallax {
        /*background-image: url(/images/home/PLACEHOLDER-768.webp);*/
        min-height: 400px;
        background-attachment:initial !important;
    }

    .t210{
        top:210px;
    }
}


.swiper-white-bg,
swiper-dark-bg {
    position: relative;
}

    .swiper-white-bg:after {
        position: absolute;
        content: "";
        height: 600px;
        width: 100%;
        top: 0;
        left: 0;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
        background: linear-gradient(to bottom, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }
    

    .swiper-dark-bg:after {
        position: absolute;
        content: "";
        height: 700px;
        width: 100%;
        top: 0;
        left: 0;
        background:rgba(0,0,0,0.35);
        overflow:hidden;
    }


.swiper-button-next,
.swiper-button-prev {
    color: rgba(255,255,255,0.66);
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #000000;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background-color: #FFFFFF;
    opacity: 0.9;
}

@media (max-width : 767px) {

    .swiper-button-next,
    .swiper-button-prev,
    .swiper-pagination {
        display: none;
    }

    .swiper-slide .slide-title {
        position: absolute;
        bottom: 0;
        display:flex;
        /*background-color: rgba(0, 0, 0, 0.66);*/
    }

        .swiper-slide .slide-title .slide-title-text {
           /* margin-bottom: 0;*/
            padding: 16px 8px;
            font-size: 20px;
            line-height: 24px;
            background-color: transparent;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
        }

        .swiper-slide .slide-title .slide-title-text-lg {
            margin-bottom: 30px;
            font-size: 50px;
            line-height: 50px;
            transition:none !important;
            opacity:1 !important;
            margin-left:0 !important;
        }

        .swiper-slide .slide-title .slide-title-text-sm,
        .swiper-slide .slide-title .slide-title-text .slide-title-img {
            transition: none !important;
            opacity: 1 !important;
            margin-left: 0 !important;
        }

        .swiper-slide .slide-title .slide-title-text .slide-title-img img {
            width: 80%;
            margin-bottom: 30px;
            
        }
}

.orange-hr {
    border: 2px solid #ff762f;
    width: 33%;
    margin: auto;
    text-align: center;
    margin-bottom: 1.5rem;
}

/* Some Bootstrap Fixes */

hr {
    opacity: 1;
}

.modal {
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(10px) !important;
}

/* Header */
header {
    z-index: 9999;
    padding-top: 20px;
    padding-bottom: 20px;
    color:#000000;
    background-color: #FFFFFF;
}

header a:not(.btn),
header a:not(.btn):visited {
    color: #009245;
    text-decoration: none;
}

header a:not(.btn):hover {
    color: #009245;
}

header .contact-info {
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
}

/* Navbar */

nav {
    z-index: 9999;
    background-color: #00803c;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.33);
}

/* Main */

main {
    color: #202020;
    background-color: #FFFFFF;
}

/* Footer */

footer {
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    background-color: #0a4e30;
}

footer a:not(.btn),
footer a:visited:not(.btn) {
    color: #FFFFFF;
    text-decoration: none;
}

footer a:hover:not(.btn) {
    color: #FFFF00;
    text-decoration: none;
}

footer .container-xl {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

footer h2 {
    margin-bottom: 0;
    font-size: 125%;
    font-weight: bold;
    line-height: 150%;
}

footer hr {
    margin-top: 0;
    margin-bottom: 0.75rem;
    border-width: 2px;
    border-color: rgba(255,255,255,0.25);
}

footer hr.seperator {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

footer ul.fa-ul {
    margin-left: 2rem;
}

footer ul.fa-ul li {
    padding-left: 0.25rem;
}

footer ul.fa-ul span.fa-li {
    width: 2rem;
}

    footer .copyright {
        padding-top: 2rem;
        padding-bottom: 2rem;
        background-color: #073621;
        border-top: 1px solid transparent;
        border-image-source: linear-gradient(to right, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.33) 50%, rgba(255,255,255,0.0) 100%);
        border-image-slice: 5;
    }

/* Back to Top button */

.back-to-top {
    z-index: 99999;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
}

/* Big Photo */

.big-photo {
    background-color: #DDDDDD;
}

.big-photo picture,
.big-photo img {
    width: 100%;
    height: auto;
}

/* Content Sections */

.content {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-image:url("/Images/Layout/background.jpg")
}

    .content.overlay-bg {
        border-top: 1px solid rgba(0,0,0,0.125);
        background-image: linear-gradient(rgba(0, 0, 0, 0.033), rgba(0, 0, 0, 0.033)), url('/Images/Layout/background.jpg');
    }

    .content.overlay-bg .card {
        background-color: rgba(255, 255, 255, 0.75);
    }

    .content h1,
    .content h2,
    .content h3,
    .content h4,
    .content h5 {
        margin-bottom: 1rem;
        font-family: "Fjalla One", sans-serif;
        font-weight: normal;
        color: #0a4e30;
        line-height: 125%;
    }

.content h1 {
    font-size: 200%;
}

.content h2 {
    font-size: 166%;
}

.content h3 {
    font-size: 133%;
}

.content h4,
.content h5 {
    font-size: 100%;
}

.content p,
.content ul,
.content ol {
    margin-bottom: 1.5rem;
}

.content ul {
    /*padding-left: 1.5rem;*/
}

.content a:not(.btn),
.content a:not(.btn):visited {
    color: #FF0000;
    text-decoration: none;
}

.content a:not(.btn):hover {
    color: #0000FF;
    text-decoration: none;
}

.content .card .card-title {
    margin: 0 0;
    padding: 1rem;
}

.content .card .card-title h2 {
    margin-bottom: 0 !important;
}

.content .card hr.seperator {
    width: 33%;
    margin: 0 auto;
    border-width: 2px;
}

.content .card div.seperator {
    width: 50%;
    height: 24px;
    margin: 0 auto;
    background-image: url('/Images/Layout/seperator.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.content .card div.vert-seperator {
    position: relative;
    width: 24px;
    height: 144px;
    margin: 0 auto;
    background-image: url('/Images/Layout/vert-seperator.png');
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width : 767px) {

    .content h1 {
        font-size: 175%;
    }

    .content h2 {
        font-size: 150%;
    }

    .content h3 {
        font-size: 125%;
    }

    .content h4,
    .content h5 {
        font-size: 100%;
    }

}

.btn-primary {
    border-radius: 50vh !important;
    background-color: #ff762f;
    border-color: #ff762f;
    font-size: 20px;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
    padding: 0.5rem 1.25rem;
}

    .btn-primary:is(:hover),
    .btn-primary:active{
        background-color: #B55421 !important;
        border-color: #B55421 !important;
    }



.card-home {
    text-align:center;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#397058+0,0c4f31+100 */
    background: linear-gradient(to bottom, rgba(57,112,88,1) 0%,rgba(12,79,49,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-color: rgba(12,79,49,1);
    padding:50px 50px;
}

    .card-home:is(:hover) {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#224234+0,072f1d+100 */
        /*background: linear-gradient(to bottom, rgba(34,66,52,1) 0%,rgba(7,47,29,1) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        background: #ff762f

    }



.card-home .fa-solid{
    font-size:600%;
    color:#ffffff;
    margin-bottom:20px;
    transition:250ms
}

.card-home .fa-solid:hover{
    font-size:650%;
    margin-bottom:11px;
}

    .card-home .btn-primary {
        font-size: 18px;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#397058+0,0c4f31+100 */
        background: linear-gradient(to bottom, rgba(57,112,88,1) 0%,rgba(12,79,49,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        border:none;
    }

    .card-home:hover .btn-primary {
        background: #ff762f
    }

    

/*oops*/
.fa-solid.fa-arrow-right{
    font-size:100% !important;
    margin-bottom:0;
    transition:none;
}

    .fa-solid.fa-arrow-right:hover{
        font-size:100% !important;
        margin-bottom: 0 !important;
    }

    .card-home h3 {
        color: #ffffff;
        font-weight: bold;
    }

.float-end{
    margin-left:24px;
}

.rounded-circle {
    border: 6px solid #ff762f
}

.text-green {
    color: #0a4e30;
    font-weight:bold;
}

.fa-light.fa-tooth {
    color: #ff762f;
    font-size:200%;
}

/* Color Sections */

.content.green-bg {
    color: #FFFFFF;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#094028+0,041b11+100 */
    background: linear-gradient(to bottom, rgba(9,64,40,1) 0%,rgba(4,27,17,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-color: rgba(4,27,17,1);
}

.green-bg h2{
    color:#ffffff;
    font-size:200%;
    font-weight:bold;
}

.green-bg p{
    color:#ffffff;
}

/* Multi Column Lists */

.list-four-col {
    columns: 4;
    column-gap: 1.5rem;
}

.list-three-col {
    columns: 3;
    column-gap: 1.5rem;
}

.list-two-col, 
.list-two-col-alt {
    columns: 2;
    column-gap: 1.5rem;
}

@media (max-width : 991px) {

    .list-four-col,
    .list-three-col,
    .list-two-col {
        columns: 2;
    }

    .list-two-col-alt{
        columns: 1;
    }

}

@media (max-width : 767px) {

    .list-four-col,
    .list-three-col,
    .list-two-col {
        columns: 1;
    }

}

/* Popups */

.modal .modal-header h2.modal-title {
    margin-bottom: 0;
    font-size: 133%;
    font-weight: bold;
    color: #2A307A;
    line-height: 150%;
}

.modal .modal-body {
    padding: 1.5rem;
}

.modal .modal-body h3 {
    font-size: 125%;
    color: #2A307A;
    line-height: 150%;
}

/* Logos */

a .logo-wrapper,
a:visited .logo-wrapper {
    padding: 2rem;
    border: 1px solid rgba(0,0,0,0.125);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
}

a:hover .logo-wrapper {
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.33);
}

/*Contact Form*/

.app-form .card {
    margin-bottom: 1.5rem;
}

    .app-form .card:last-child {
        margin-bottom: 0;
    }

.app-form .card-header {
    color: #FFFFFF;
    font-family: Roboto, sans-serif;
    font-size: 133%;
    text-align: center;
    line-height: 150%;
    background-color: #333333;
}

.app-form label {
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 0.25rem;
}

.app-form .form-group {
    margin-bottom: 10px;
}

.app-form hr {
    border-color: #DDDDDD;
}

.app-form textarea {
    resize: none;
}

textarea {
    resize: none;
}

.title-box {
    background-color: #00000026;
    width:75%;
    margin:auto;
    margin-top:24px;
}

@media(max-width:991px){
    .w-25{
        width:50% !important; 
    }
}

@media(max-width:768px){
    .w-25{
        width:75% !important;
    }
}

.caption{
    font-size:13px;
    text-transform:uppercase;
    margin-bottom:0 !important;
    margin-top:0;
}

.col-6.col-lg-4.col-xl-3.mb-4.text-center {
    transition: 250ms;
    padding: 10px;
}

    .col-6.col-lg-4.col-xl-3.mb-4.text-center:hover {
        transform: translateY(-10px);
        box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
        
    }

.subtitle {
    font-size: 80% !important;
}

/*Background Images*/

.img-home-top {
    background-image: url("/images/home/home-top-1920.webp")
}

.img-home-bottom {
    background-image: url("/images/home/home-bottom-1920.webp")
}


.img-family {
    background-image: url("/images/individuals-families/family-top-1920.webp")
}

.img-business{
    background-image: url("/images/business/business-top-1920.webp")
}

.img-dentist {
    background-image: url("/images/dentists/dentist-top-1920.webp")
}

.img-newsletters {
    background-image: url("/images/newsletters/newsletters-top-1920.webp")
}

@media(max-width:768px) {
    .img-business {
        background-image: url("/images/business/business-top-768.webp")
    }

    .img-newsletters {
        background-image: url("/images/newsletters/newsletters-top-768.webp")
    }

    .img-home-top {
        background-image: url("/images/home/home-top-768.webp")
    }
}

@media(max-width:991px) {
    .img-family {
        background-image: url("/images/individuals-families/family-top-768.webp")
    }

    .img-dentist {
        background-image: url("/images/dentists/dentist-top-768.webp")
    }

    .img-home-bottom {
        background-image: url("/images/home/home-bottom-768.webp")
    }

    
}

.grecaptcha-badge {
    bottom: 88px !important;
}


/* ADA Skip Links */

.skip_links {
    text-align: left;
    position: fixed;
    z-index: 99999;
}

    .skip_links a {
        position: absolute;
        left: -10000px;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }

        .skip_links a:focus, .skip_links a:active {
            position: static;
            left: 5px;
            top: 5px;
            width: auto;
            height: auto;
            padding: 10px 10px;
            overflow: visible;
            text-decoration: none;
            color: #000000;
            border: 1px solid #FFFFFF;
            background-color: #FCFCFC;
        }


/* Toothy List */

.content ul.teeth {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

    .content ul.teeth li {
        padding-left: 40px;
        line-height: 32px;
    }

        .content ul.teeth li:before {
            position: relative;
            top: 6px;
            font: var(--fa-font-light);
            content: "\f5c9"; /* FontAwesome Unicode */
            font-size: 32px;
            color: #ff762f;
            display: inline-block;
            margin-left: -40px;
            width: 40px;
        }
