﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700");
@import url("https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i");

.outer {
    display: table;
    width: 100%;
    height: 100%
}

    .outer .inner {
        display: table-cell;
        vertical-align: middle;
        text-align: center
    }

.padding0 {
    padding: 0
}

img.alignnone {
    margin: .3125rem 1.25rem 1.25rem 0
}

img.aligncenter {
    display: block;
    margin: 0 auto
}

@media only screen and (max-width:767px) {
    img.aligncenter {
        margin: 0;
        width: 100%;
        float: none
    }
}

img.alignright {
    margin: .3125rem 0 1.25rem 1.25rem;
    float: right
}

@media only screen and (max-width:767px) {
    img.alignright {
        margin: 0;
        width: 100%;
        float: none
    }
}

img.alignleft {
    margin: .3125rem 1.25rem 1.25rem 0;
    float: left
}

@media only screen and (max-width:767px) {
    img.alignleft {
        margin: 0;
        width: 100%;
        float: none
    }
}

.wp-caption {
    background: #fff;
    max-width: 96%;
    padding: .3125rem .1875rem .625rem;
    text-align: center
}

    .wp-caption.alignnone {
        margin: .3125rem 1.25rem 1.25rem 0
    }

    .wp-caption.alignleft {
        margin: .3125rem 1.25rem 1.25rem 0
    }

    .wp-caption.alignright {
        margin: .3125rem 0 1.25rem 1.25rem
    }

    .wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto
    }

    .wp-caption p.wp-caption-text {
        font-size: .6875rem;
        line-height: 1.0625rem;
        margin: 0;
        padding: 0 .25rem .3125rem
    }

.screen-reader-text {
    position: absolute !important;
    height: 1px;
    width: 1px;
    clip: rect(1px,1px,1px,1px);
    overflow: hidden
}

    .screen-reader-text:focus {
        background-color: #fff;
        top: 5px;
        display: block;
        padding: .9375rem 1.4375rem .875rem;
        width: auto;
        height: auto;
        font-size: .875rem;
        font-weight: 700;
        left: 5px;
        line-height: normal;
        color: #000;
        clip: auto !important;
        text-decoration: none;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
        z-index: 100000
    }

*, *:focus {
    outline: none !important;
    border-color: none !important;
    box-shadow: inset 0 0 0 transparent !important
}

body, html {
    font-family: "Muli",sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: #576775;
    line-height: 1.875rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media only screen and (max-width:991px) {
    body, html {
        font-size: 15px
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lato",sans-serif;
    font-weight: 300;
    color: #29557c
}

a {
    color: #29557c;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    a:hover, a:focus, a:active {
        color: #5d7a92;
        text-decoration: none
    }

.container {
    padding: 0
}

@media(min-width:1200px) {
    .container {
        width: 1220px !important
    }
}

header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 15px;
    right: 15px;
    z-index: 10;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-perspective: 1000;
    -webkit-perspective: 1000;
    perspective: 1000;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    header .graphic-cta.mobile {
        display: block;
        z-index: 999
    }

@media only screen and (max-width:767px) {
    header .graphic-cta.mobile .blue-container svg {
        width: 20px;
        fill: white;
        top: 8px;
        right: 3px;
        position: relative;
        margin: 0 5px 0 0
    }
}

header .graphic-cta.mobile .blue-container h3 {
    margin: 0
}

@media only screen and (max-width:767px) {
    header .graphic-cta.mobile .blue-container h3 {
        font-size: 12px
    }
}

header .graphic-cta {
    padding: 0;
    background: #29557c;
    z-index: -9
}

    header .graphic-cta .container {
        padding-left: 380px
    }

@media only screen and (max-width:1199px) {
    header .graphic-cta .container {
        padding-left: 180px
    }
}

@media only screen and (max-width:991px) {
    header .graphic-cta .container {
        padding-left: 0
    }
}

header .graphic-cta .req, header .graphic-cta .por, header .graphic-cta .res {
    border-left: 1px solid #fff
}

    header .graphic-cta .req:hover, header .graphic-cta .por:hover, header .graphic-cta .res:hover {
        background: #5d7a92
    }

@media only screen and (max-width:767px) {
    header .graphic-cta .req, header .graphic-cta .por, header .graphic-cta .res {
        border-bottom: 1px solid #fff
    }
}

header .graphic-cta .res {
    border-right: 1px solid #fff
}

@media only screen and (max-width:767px) {
    header .graphic-cta .res {
        border-right: 0
    }
}

header .graphic-cta .blue-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

    header .graphic-cta .blue-container h3 {
        font-size: 1.25rem;
        color: #fff;
        text-transform: lowercase;
        text-align: right;
        font-family: "Lato",sans-serif;
        margin: .625rem 0;
        line-height: 3.125rem;
        font-weight: 400;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        transform: scale(1)
    }

    header .graphic-cta .blue-container svg {
        width: 30px;
        fill: white;
        top: 8px;
        right: 3px;
        position: relative;
        margin: 0 5px 0 0
    }

        header .graphic-cta .blue-container svg path, header .graphic-cta .blue-container svg rect {
            fill: white
        }

@media only screen and (max-width:767px) {
    header .container .logo {
        border-top: 12px solid #5d7a92;
        padding: 0
    }
}

header .container .address {
    text-align: right;
    margin: 1.25rem 0 1.5625rem;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transform: scale(1);
    transition: all 400ms
}

    header .container .address .mobile-icons {
        display: flex;
        flex-direction: unset;
        justify-content: flex-start
    }

        header .container .address .mobile-icons .fa {
            font-size: 25px
        }

@media only screen and (max-width:767px) {
    header .container .address {
        text-align: center;
        margin: .625rem 0 .9375rem
    }
}

header .container .address .telephone-container, header .container .address .locations {
    font-weight: 400
}

    header .container .address .telephone-container .telephone, header .container .address .locations .telephone {
        font-size: 2rem;
        font-family: "Lato",sans-serif;
        font-weight: 400;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

header .container .address .locations {
    font-size: 1.375rem;
    font-family: "Lato",sans-serif
}

    header .container .address .locations .fa-map-marker {
        font-size: 1.5625rem
    }

@media only screen and (max-width:767px) {
    header .container .address .locations {
        font-size: .9375rem;
        display: none
    }
}

header .navigation {
    border-top: 12px solid #5d7a92;
    border-bottom: 1px solid #29557c
}

header .logo-container a svg {
    display: block;
    max-width: 214px;
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    bottom: 0;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (max-width:991px) {
    header .logo-container a svg {
        position: absolute;
        top: -60px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto
    }
}

@media only screen and (max-width:767px) {
    header .logo-container a svg {
        position: relative;
        width: 80px;
        top: -1px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto
    }
}

header .menu-container {
    padding: 0 0 0 1%
}

@media only screen and (max-width:767px) {
    header .menu-container {
        padding: 0
    }
}

header .menu-container .menu {
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-radius: 0
}

    header .menu-container .menu:after {
        display: none
    }

@media only screen and (max-width:767px) {
    header .menu-container .menu {
        display: none;
        padding-bottom: 50%;
        height: 100vh;
        width: 100%;
        top: 39px;
        overflow: scroll;
        border-left: 0;
        border-right: 0;
        border-top: 1px solid #29557c
    }
}

header .menu-container .menu li {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto
}

    header .menu-container .menu li:last-child a:after {
        content: none
    }

@media only screen and (max-width:767px) {
    header .menu-container .menu li {
        display: block;
        width: 100%
    }
}

header .menu-container .menu li a {
    position: relative;
    padding: 1.5625rem 0;
    font-family: "Muli",sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    color: #29557c;
    text-align: center;
    border-radius: 0;
    text-transform: lowercase;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    /*header .menu-container .menu li a:after {
        content: ".";
        color: black;
        font-size: 1.25rem;
        right: -2px;
        position: absolute
    }*/

@media only screen and (max-width:767px) {
    header .menu-container .menu li a:after {
        content: none !important
    }
}

@media only screen and (max-width:1199px) {
    header .menu-container .menu li a {
        padding: 1.0625rem 0;
        font-size: 1.03125rem
    }
}

@media only screen and (max-width:991px) {
    header .menu-container .menu li a {
        text-align: left;
        font-size: .75rem !important;
        text-transform: none
    }
}

@media only screen and (max-width:767px) {
    header .menu-container .menu li a {
        padding: .9375rem !important;
        text-align: left;
        text-transform: none
    }
}

header .menu-container .menu li span.sub-arrow {
    display: none
}

@media only screen and (max-width:767px) {
    header .menu-container .menu li span.sub-arrow {
        background-color: #fff;
        display: block;
        border-radius: 0
    }
}

header .menu-container .menu li:hover a, header .menu-container .menu li.current-menu-ancestor a, header .menu-container .menu li.current-menu-parent a, header .menu-container .menu li.current_page_parent a, header .menu-container .menu li.current_page_ancestor a, header .menu-container .menu li.current-menu-item a, header .menu-container .menu li.current_page_item a {
    color: #5d7a92
}

header .menu-container .menu li ul {
    padding: 0;
    border-top: 3px solid #5d7a92;
    border-radius: 0 !important
}

    header .menu-container .menu li ul:before, header .menu-container .menu li ul:after {
        display: none
    }

    header .menu-container .menu li ul li {
        padding: 0;
        text-align: left;
        border-bottom: 1px solid #5d7a92
    }

        header .menu-container .menu li ul li a {
            padding: .9375rem .9375rem .9375rem .625rem !important;
            font-size: 1rem;
            color: #29557c !important;
            text-align: left;
            text-transform: none
        }

            header .menu-container .menu li ul li a:after {
                display: none
            }

            header .menu-container .menu li ul li a.has-submenu {
                padding: .9375rem 2.8125rem .9375rem .625rem !important
            }

            header .menu-container .menu li ul li a span.sub-arrow {
                display: block
            }

        header .menu-container .menu li ul li.current-menu-ancestor > a, header .menu-container .menu li ul li.current-menu-parent > a, header .menu-container .menu li ul li.current-menu-item > a, header .menu-container .menu li ul li.current_page_item > a, header .menu-container .menu li ul li.current_page_parent > a {
            background-color: #29557c;
            color: #fff !important
        }

        header .menu-container .menu li ul li:last-child {
            border-bottom: 0
        }

        header .menu-container .menu li ul li ul li.current-menu-ancestor a, header .menu-container .menu li ul li ul li.current-menu-parent a, header .menu-container .menu li ul li ul li.current_page_parent a {
            background-color: #fff
        }

header.scroll {
    -moz-box-shadow: 0 0 10px 2px #000 !important;
    -webkit-box-shadow: 0 0 10px 2px #000 !important;
    box-shadow: 0 0 10px 2px #000 !important
}

    header.scroll .graphic-cta .blue-container h3 {
        margin: 0;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        transform: scale(0.9)
    }

    header.scroll .menu-container .menu li a {
        padding: .625rem 0;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    header.scroll .logo-container a svg {
        max-width: 135px;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        top: -47px
    }

    header.scroll .container .address {
        display: flex;
        flex-direction: row-reverse;
        text-align: right;
        margin: 1rem 0;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        transform: scale(0.9)
    }

@media only screen and (max-width:767px) {
    header.scroll .container .address {
        display: flex;
        flex-direction: column;
        text-align: center
    }
}

header.scroll .container .address .telephone-container, header.scroll .container .address .locations {
    font-weight: 400
}

    header.scroll .container .address .telephone-container .telephone, header.scroll .container .address .locations .telephone {
        font-size: 1.5625rem;
        font-family: "Lato",sans-serif;
        font-weight: 400;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

@media only screen and (max-width:991px) {
    header.scroll .container .address .telephone-container .telephone, header.scroll .container .address .locations .telephone {
        font-size: 1.125rem
    }
}

header.scroll .container .address .locations {
    font-size: 1.125rem;
    font-family: "Lato",sans-serif;
    margin-right: 20px
}

    header.scroll .container .address .locations:after {
        content: "|";
        font-weight: bold;
        font-size: 20px;
        position: relative;
        left: 10px
    }

.mobile-menu-btn-container {
    display: none
}

@media only screen and (max-width:767px) {
    .mobile-menu-btn-container {
        display: inline-block;
        float: right
    }
}

.mobile-menu-btn-container .mobile-menu-btn {
    background: transparent;
    position: relative;
    top: 3px;
    display: block;
    margin: 0;
    padding: 0;
    width: 35px;
    height: 30px;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    float: right;
    overflow: hidden;
    -moz-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

    .mobile-menu-btn-container .mobile-menu-btn:focus {
        outline: 0
    }

    .mobile-menu-btn-container .mobile-menu-btn span {
        display: block;
        position: absolute;
        top: 15px;
        left: 0;
        right: 0;
        height: 2px;
        background-color: #29557c;
        -moz-transition: background .3s ease-in-out;
        -o-transition: background .3s ease-in-out;
        -webkit-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out
    }

        .mobile-menu-btn-container .mobile-menu-btn span::before, .mobile-menu-btn-container .mobile-menu-btn span::after {
            position: absolute;
            display: block;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #29557c;
            content: ' ';
            -moz-transition-duration: .3s,0.3s;
            -o-transition-duration: .3s,0.3s;
            -webkit-transition-duration: .3s,0.3s;
            transition-duration: .3s,0.3s;
            -moz-transition-delay: .3s,0;
            -o-transition-delay: .3s,0;
            -webkit-transition-delay: .3s,0;
            transition-delay: .3s,0
        }

        .mobile-menu-btn-container .mobile-menu-btn span::before {
            top: -9px;
            -moz-transition-property: top,-moz-transform;
            -o-transition-property: top,-o-transform;
            -webkit-transition-property: top,-webkit-transform;
            transition-property: top,transform
        }

        .mobile-menu-btn-container .mobile-menu-btn span::after {
            bottom: -9px;
            -moz-transition-property: bottom,-moz-transform;
            -o-transition-property: bottom,-o-transform;
            -webkit-transition-property: bottom,-webkit-transform;
            transition-property: bottom,transform
        }

    .mobile-menu-btn-container .mobile-menu-btn.active span {
        background: 0
    }

        .mobile-menu-btn-container .mobile-menu-btn.active span::before, .mobile-menu-btn-container .mobile-menu-btn.active span::after {
            -moz-transition-delay: 0,0.3s;
            -o-transition-delay: 0,0.3s;
            -webkit-transition-delay: 0,0.3s;
            transition-delay: 0,0.3s
        }

        .mobile-menu-btn-container .mobile-menu-btn.active span::before {
            top: 0;
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        .mobile-menu-btn-container .mobile-menu-btn.active span::after {
            bottom: 0;
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

footer {
    background-color: #29557c;
    border-top: 0;
    border-bottom: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: center
}

    footer .adrsection {
        padding: 60px 30px 50px;
        background: #5d7a92;
        font-weight: 600;
        font-size: 1.25rem;
        display: flex;
        justify-content: center;
        align-items: center
    }

        footer .adrsection .fa {
            color: #fff;
            position: relative;
            top: 0;
            font-size: 1.5625rem
        }

@media only screen and (max-width:991px) {
    footer .adrsection .fa {
        display: block;
        text-align: center
    }
}

footer .adrsection p {
    color: #fff;
    letter-spacing: 3px;
    padding: 0 10px 0;
    display: inline-block;
    text-align: center
}

@media only screen and (max-width:767px) {
    footer .adrsection p {
        display: none
    }
}

footer .adrsection p.mobile {
    display: none
}

@media only screen and (max-width:767px) {
    footer .adrsection p.mobile {
        display: block;
        color: #fff;
        letter-spacing: 3px;
        padding: 0 10px 0;
        display: inline-block;
        text-align: center
    }
}

footer .container {
    padding: 1.875rem 0 1.875rem 0;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: center
}

footer .copyright-menu-container {
    position: relative;
    margin: .9375rem 0;
    padding: 0;
    text-align: center
}

@media only screen and (max-width:767px) {
    footer .copyright-menu-container {
        top: 0;
        margin: 0 auto 1.5625rem;
        text-align: center
    }
}

footer .copyright-menu-container span {
    font-size: .9375rem;
    color: #fff
}

footer .copyright-menu-container .menu-footer-menu-container {
    display: inline-block
}

    footer .copyright-menu-container .menu-footer-menu-container ul {
        display: inline-block;
        margin: 0;
        padding: 0;
        list-style-type: none
    }

@media only screen and (max-width:767px) {
    footer .copyright-menu-container .menu-footer-menu-container ul {
        margin: .625rem auto 0
    }
}

footer .copyright-menu-container .menu-footer-menu-container ul li {
    display: inline-block
}

    footer .copyright-menu-container .menu-footer-menu-container ul li a {
        position: relative;
        padding: 0 5px;
        font-size: .9375rem;
        color: #fff;
        text-decoration: none
    }

        footer .copyright-menu-container .menu-footer-menu-container ul li a:after {
            content: '|';
            position: absolute;
            left: -5px;
            color: #fff
        }

        footer .copyright-menu-container .menu-footer-menu-container ul li a:hover {
            color: #5d7a92
        }

    footer .copyright-menu-container .menu-footer-menu-container ul li:first-child a:after {
        display: none
    }

footer .docero-copyright-container {
    padding: 0;
    text-align: center
}

@media only screen and (max-width:767px) {
    footer .docero-copyright-container {
        text-align: center
    }
}

footer .docero-copyright-container a {
    display: inline-block;
    opacity: 1
}

    footer .docero-copyright-container a svg#docero-logo {
        position: relative;
        width: 140px
    }

    footer .docero-copyright-container a:hover {
        opacity: .7
    }

.sidebar-container {
    padding: 0 0 0 1.25rem
}

    .sidebar-container input[type='text'], .sidebar-container input[type='email'], .sidebar-container input[type='search'], .sidebar-container select, .sidebar-container textarea {
        background: #fff !important
    }

    .sidebar-container h2 {
        font-family: "Lato",sans-serif;
        color: #29557c;
        font-weight: 400;
        padding: 0 1.5625rem;
        margin: 1.25rem 0 1.5625rem;
        font-size: 2.1875rem;
        line-height: 1.875rem;
        text-transform: capitalize;
        text-align: center
    }

@media only screen and (max-width:767px) {
    .sidebar-container h2 {
        margin: 3.125rem 0 1.5625rem
    }
}

@media only screen and (max-width:767px) {
    .sidebar-container {
        padding: 0 .9375rem;
        margin: 3.125rem 0
    }
}

.sidebar-container .highlights {
    margin: 3.125rem 0
}

    .sidebar-container .highlights a:hover .bg .overlay .content-container {
        position: relative;
        bottom: 2%;
        height: 150px;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

@media only screen and (max-width:991px) {
    .sidebar-container .highlights a:hover .bg .overlay .content-container {
        height: 100px
    }
}

@media only screen and (max-width:767px) {
    .sidebar-container .highlights a:hover .bg .overlay .content-container {
        height: 120px
    }
}

.sidebar-container .highlights a:hover .bg .overlay .content-container h3, .sidebar-container .highlights a:hover .bg .overlay .content-container span {
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #29557c
}

.sidebar-container .highlights a:hover .overlay {
    background: transparent;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.sidebar-container .highlights .bg {
    background-position: center;
    background-size: cover;
    height: 218px;
    margin: .625rem 0
}

    .sidebar-container .highlights .bg .overlay {
        background: rgba(0,46,98,0.8);
        width: 100%;
        height: 218px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

        .sidebar-container .highlights .bg .overlay .content-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            height: 95px;
            overflow: hidden;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

@media only screen and (max-width:1199px) {
    .sidebar-container .highlights .bg .overlay .content-container {
        height: 80px
    }
}

@media only screen and (max-width:991px) {
    .sidebar-container .highlights .bg .overlay .content-container {
        height: 60px
    }
}

@media only screen and (max-width:767px) {
    .sidebar-container .highlights .bg .overlay .content-container {
        height: 60px
    }
}

.sidebar-container .highlights .bg .overlay .content-container h3 {
    color: #fff;
    font-family: "Lato",sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 1.875rem;
    text-transform: uppercase
}

@media only screen and (max-width:1199px) {
    .sidebar-container .highlights .bg .overlay .content-container h3 {
        font-size: 1.4375rem
    }
}

.sidebar-container .highlights .bg .overlay .content-container span {
    color: #fff;
    font-family: "Lato",sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: .8125rem;
    text-transform: uppercase
}

.page-content .secondary img, .page-content .secondary video, .page-content .secondary audio, .page-content .secondary iframe, .page-content .secondary object {
    max-width: 100%;
    height: auto
}

.page-content .secondary ul {
    margin: -0.3125rem 0 0;
    padding: 0 0 0 .9375rem;
    list-style: none
}

    .page-content .secondary ul li {
        position: relative;
        padding: 0 0 .3125rem .9375rem;
        font-size: 1rem;
        line-height: 2rem;
        color: #576775
    }

        .page-content .secondary ul li:before {
            content: '\f105';
            position: absolute;
            top: 0;
            left: 0;
            font-family: 'FontAwesome';
            font-size: .9375rem;
            color: #5d7a92
        }

    .page-content .secondary ul ul {
        margin: .3125rem 0 0
    }

.page-content .secondary ol {
    position: relative;
    margin: -0.3125rem 0 0;
    padding: 0 0 0 1.875rem;
    list-style-type: none;
    counter-reset: item
}

    .page-content .secondary ol li {
        padding: 0 0 .3125rem;
        font-size: 1rem;
        line-height: 2rem;
        color: #576775
    }

        .page-content .secondary ol li:before {
            height: 100%;
            position: absolute;
            margin: 0 0 0 -1.875rem;
            content: counter(item) ". ";
            counter-increment: item;
            color: #5d7a92
        }

    .page-content .secondary ol ol {
        margin: .3125rem 0 0
    }

.page-content .secondary .text-block-container .column-count-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 60px;
    -webkit-column-gap: 60px;
    column-gap: 60px
}

.page-content .secondary .text-block-container .column-count-3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 60px;
    -webkit-column-gap: 60px;
    column-gap: 60px
}

.page-content .secondary .text-block-container .column-count-4 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    -moz-column-gap: 60px;
    -webkit-column-gap: 60px;
    column-gap: 60px
}

.map-container {
    margin: 0 0 4.6875rem;
    padding: 0
}

    .map-container .map {
        margin: 0 0 .9375rem;
        padding: 0;
        height: 200px
    }

.map img, .gmnoprint img {
    width: auto !important;
    max-width: 7000px !important
}

.info-window {
    background-color: #fff;
    padding: .9375rem;
    max-width: 300px;
    border-radius: 0;
    border: solid 2px #f6f6f6
}

    .info-window p {
        margin: 0 !important;
        font-size: .9375rem;
        line-height: 1.25rem;
        color: #576775;
        text-align: center
    }

.owl-carousel {
    margin: 0 0 4.6875rem;
    clear: both
}

    .owl-carousel .owl-nav {
        position: absolute;
        display: block;
        margin: 0 auto;
        width: 100%;
        left: 0;
        right: 0;
        top: 50%;
        z-index: 50
    }

        .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
            position: absolute
        }

            .owl-carousel .owl-nav .owl-prev svg, .owl-carousel .owl-nav .owl-next svg {
                display: block;
                width: 20px;
                height: 35.08px;
                fill: #fff;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out
            }

                .owl-carousel .owl-nav .owl-prev svg:hover, .owl-carousel .owl-nav .owl-next svg:hover {
                    fill: #29557c
                }

        .owl-carousel .owl-nav .owl-prev {
            left: 10px
        }

        .owl-carousel .owl-nav .owl-next {
            right: 10px
        }

    .owl-carousel .item {
        position: relative;
        height: auto
    }

        .owl-carousel .item .caption {
            background-color: #5d7a92;
            background-color: rgba(93,122,146,0.85);
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: .3125rem .9375rem
        }

            .owl-carousel .item .caption p {
                margin: 0;
                color: #29557c;
                font-size: .84375rem
            }

    .owl-carousel .owl-dots {
        position: absolute;
        display: block;
        margin: 0 auto;
        bottom: -25px;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 50
    }

        .owl-carousel .owl-dots .owl-dot {
            background-color: #f6f6f6;
            display: inline-block;
            margin: 0 .3125rem;
            text-align: center;
            width: 42px;
            height: 4px;
            border-radius: 0;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

            .owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot.active {
                background-color: #5d7a92
            }

.pop-up-video-container {
    margin: 0 0 4.6875rem;
    padding: 0
}

    .pop-up-video-container .pop-up-video {
        position: relative;
        display: block;
        margin: 0 auto;
        width: 100%;
        overflow: hidden
    }

        .pop-up-video-container .pop-up-video img {
            position: relative;
            width: 100%;
            height: auto;
            z-index: 1
        }

        .pop-up-video-container .pop-up-video .overlay {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 2
        }

            .pop-up-video-container .pop-up-video .overlay .play-btn {
                display: block;
                margin: 0 auto;
                width: 150px;
                height: 150px;
                border: 3px solid #5d7a92;
                border-radius: 100%;
                text-align: center;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out
            }

@media only screen and (max-width:767px) {
    .pop-up-video-container .pop-up-video .overlay .play-btn {
        width: 70px;
        height: 70px
    }
}

.pop-up-video-container .pop-up-video .overlay .play-btn i {
    font-size: 3.125rem;
    line-height: 9.375rem;
    color: #5d7a92;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (max-width:767px) {
    .pop-up-video-container .pop-up-video .overlay .play-btn i {
        font-size: 1.4375rem;
        line-height: 4.1875rem
    }

        .pop-up-video-container .pop-up-video .overlay .play-btn i:before {
            margin: 0 0 0 .1875rem
        }
}

.pop-up-video-container .pop-up-video:hover .overlay .play-btn {
    border: 3px solid #f6f6f6
}

    .pop-up-video-container .pop-up-video:hover .overlay .play-btn i {
        color: #f6f6f6
    }

.pop-up-video-container .video-description {
    background-color: #5d7a92;
    background-color: rgba(93,122,146,0.85);
    padding: .9375rem
}

    .pop-up-video-container .video-description p {
        margin: 0 !important;
        color: #fff
    }

.video-slider {
    margin: 0 0 4.6875rem
}

    .video-slider .item-video {
        height: 420px
    }

.table {
    margin: 0 0 4.6875rem;
    border-bottom: 1px solid #5d7a92
}

    .table .main-col, .table caption {
        background-color: #5d7a92 !important;
        padding: .5rem;
        font-size: 1.0625rem;
        font-weight: 500;
        color: #fff
    }

    .table tr {
        border-left: 1px solid #5d7a92;
        border-right: 1px solid #5d7a92
    }

        .table tr td {
            border-right: 1px solid #5d7a92
        }

.panel-group {
    margin: .9375rem auto;
    padding: 0
}

    .panel-group .panel-default {
        border-radius: 0
    }

        .panel-group .panel-default > .panel-heading {
            padding: 0
        }

            .panel-group .panel-default > .panel-heading h2 {
                position: relative;
                display: block;
                width: 100%;
                height: 100%;
                text-transform: none;
                float: none
            }

                .panel-group .panel-default > .panel-heading h2 a {
                    position: relative;
                    display: block;
                    padding: .75rem .9375rem .625rem;
                    width: 100%;
                    height: 100%;
                    text-decoration: none
                }

                    .panel-group .panel-default > .panel-heading h2 a .fa {
                        -moz-transform: rotateX(0);
                        -ms-transform: rotateX(0);
                        -webkit-transform: rotateX(0);
                        transform: rotateX(0);
                        float: right;
                        -moz-transition: all .3s ease-in-out;
                        -o-transition: all .3s ease-in-out;
                        -webkit-transition: all .3s ease-in-out;
                        transition: all .3s ease-in-out
                    }

                    .panel-group .panel-default > .panel-heading h2 a:not(.collapsed) .fa {
                        -moz-transform: rotateX(180deg);
                        -ms-transform: rotateX(180deg);
                        -webkit-transform: rotateX(180deg);
                        transform: rotateX(180deg)
                    }

.tab-container {
    margin: 0 0 4.6875rem;
    padding: 0
}

    .tab-container .nav-tabs {
        margin: 0 !important;
        padding: 0 !important;
        border-bottom: 0 !important
    }

        .tab-container .nav-tabs > li.active > a, .tab-container .nav-tabs .nav-tabs > li.active > a:focus, .tab-container .nav-tabs .nav-tabs > li.active > a:hover {
            background-color: #5d7a92;
            color: #fff;
            border: 1px solid #5d7a92
        }

        .tab-container .nav-tabs > li > a {
            background-color: #29557c;
            color: #29557c;
            border: 1px solid #5d7a92;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

        .tab-container .nav-tabs li {
            background: none !important;
            padding: 0 !important;
            border-right: 1px solid #ddd
        }

            .tab-container .nav-tabs li:before {
                display: none
            }

            .tab-container .nav-tabs li:last-child {
                border-right: 0 solid
            }

            .tab-container .nav-tabs li a {
                display: block;
                margin: 0 auto;
                text-align: center;
                border-radius: 0
            }

    .tab-container .tab-content {
        padding: .9375rem;
        border: 1px solid #5d7a92
    }

.global-ctas-container {
    padding: 0
}

    .global-ctas-container .cta {
        position: relative;
        margin: 0 auto .9375rem;
        padding: 0;
        height: 175px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        background-size: cover
    }

        .global-ctas-container .cta.no-image {
            height: 120px;
            border-right: 15px solid #fff
        }

        .global-ctas-container .cta:hover.no-image .learn-more-container, .global-ctas-container .cta:hover.has-image .learn-more-container {
            opacity: 1;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

        .global-ctas-container .cta:hover.has-image .overlay {
            height: 100%;
            width: 100%;
            background: rgba(234,234,234,0.2);
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

        .global-ctas-container .cta:hover.has-image .title-container h3 {
            display: none
        }

@media only screen and (max-width:1199px) {
    .global-ctas-container .cta {
        margin-right: 10px;
        padding: 0;
        width: 48%
    }
}

@media only screen and (max-width:991px) {
    .global-ctas-container .cta {
        margin-right: 10px;
        padding: 0;
        width: 100%
    }
}

.global-ctas-container .cta.has-image {
    border-right: 15px solid #fff
}

    .global-ctas-container .cta.has-image .overlay {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #29557c;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .global-ctas-container .cta.has-image .img-container {
        background-size: cover;
        background-position: center;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        left: 7.5px;
        right: 7.5px;
        top: 0;
        bottom: 0;
        z-index: 1
    }

    .global-ctas-container .cta.has-image .title-container h3 {
        margin: 0;
        color: #fff;
        font-size: 1.25rem;
        text-transform: uppercase;
        letter-spacing: 3px;
        line-height: 15px;
        text-align: center;
        font-family: "Lato",sans-serif;
        font-weight: 400
    }

    .global-ctas-container .cta.has-image .learn-more-container {
        position: absolute;
        bottom: 0;
        height: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
        letter-spacing: 2px;
        opacity: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

        .global-ctas-container .cta.has-image .learn-more-container .learn {
            position: absolute;
            left: 0;
            right: 0;
            width: 223px;
            margin: 0 auto
        }

        .global-ctas-container .cta.has-image .learn-more-container .btn {
            background: #29557c;
            color: #fff
        }

.global-ctas-container .cta.no-image {
    background: #29557c
}

    .global-ctas-container .cta.no-image .title-container h3 {
        color: #fff;
        font-size: 1.25rem;
        text-transform: uppercase;
        letter-spacing: 3px;
        line-height: 21px;
        text-align: center;
        font-family: "Lato",sans-serif;
        font-weight: 400
    }

    .global-ctas-container .cta.no-image .learn-more-container {
        background: #5d7a92;
        border: 1px solid #ddd;
        position: absolute;
        bottom: 0;
        height: 170px;
        margin: 0 auto;
        left: 0;
        right: 0;
        letter-spacing: 2px;
        opacity: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

        .global-ctas-container .cta.no-image .learn-more-container .learn {
            position: absolute;
            left: 0;
            right: 0;
            width: 223px;
            margin: 0 auto;
            top: 90px
        }

        .global-ctas-container .cta.no-image .learn-more-container .btn {
            background: #29557c;
            color: #fff
        }

ul.social-links {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none
}

    ul.social-links li {
        display: inline-block;
        margin: 0 .3125rem 0 0;
        float: left
    }

        ul.social-links li a {
            background-color: #29557c;
            display: block;
            width: 36px;
            height: 36px;
            font-size: 1.25rem;
            line-height: 2.0625rem;
            color: #f6f6f6;
            border-radius: 100%;
            border: 2px solid #f6f6f6;
            text-align: center
        }

        ul.social-links li:hover a {
            background-color: #5d7a92;
            color: #fff;
            border-color: 1px solid #f6f6f6
        }

.banner-container h1, .banner-container h2, .banner-container h3 {
    font-family: "Lato",sans-serif;
    color: #29557c;
    font-weight: 400
}

.banner-container h1 {
    font-size: 2.8125rem;
    margin: 0 0 30px 20px
}

input[type='text'], input[type='email'], input[type='search'], select, textarea {
    background: #f6f6f6;
    font-weight: 400;
    display: block;
    padding: .625rem;
    width: 100%;
    height: 52px;
    font-family: "Muli",sans-serif;
    font-size: 1rem;
    color: #576775;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #29557c;
    border-left: 8px solid #29557c;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    input[type='text']:-moz-placeholder, input[type='email']:-moz-placeholder, input[type='search']:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
        font-size: 1rem;
        color: #29557c
    }

    input[type='text']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='search']::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
        font-size: 1rem;
        color: #29557c
    }

    input[type='text']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
        font-size: 1rem;
        color: #29557c
    }

    input[type='text']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        font-size: 1rem;
        color: #29557c
    }

select {
    background-image: url("../images/select-arrows.html");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: right 9px top 38px;
    border-radius: 0;
    -webkit-appearance: none
}

textarea {
    padding: .875rem .625rem;
    height: 113px
}

.thank-you-message {
    display: none;
    margin: .9375rem auto;
    text-align: center
}

    .thank-you-message p {
        display: block;
        text-align: center
    }

.contact-salesforce-form {
    display: table;
    margin: 0 auto;
    width: 100%;
    float: none
}

    .contact-salesforce-form .new-patient {
        text-align: left
    }

        .contact-salesforce-form .new-patient .radio-label {
            margin: 0 .625rem 0 .3125rem
        }

    .contact-salesforce-form .form-group {
        position: relative;
        margin: 0 0 .9375rem;
        padding: 0 .3125rem
    }

        .contact-salesforce-form .form-group.has-error input, .contact-salesforce-form .form-group.has-error select {
            border: 1px solid #f44336
        }

        .contact-salesforce-form .form-group.submit {
            margin: 0;
            border-radius: 0;
            display: flex;
            margin: 0 auto
        }

    .contact-salesforce-form input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #d1d3d1;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white
    }

    .contact-salesforce-form input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #29557c;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white
    }

    .contact-salesforce-form input[type='submit'] {
        background-color: #29557c;
        margin: 5px auto 0;
        border-radius: 0;
        color: #fff;
        border: 1px solid #29557c
    }

        .contact-salesforce-form input[type='submit']:hover {
            background-color: #5d7a92;
            color: #fff;
            border: 1px solid #5d7a92
        }

    .contact-salesforce-form .thank-you-message {
        display: block;
        margin: .9375rem auto;
        text-align: center
    }

        .contact-salesforce-form .thank-you-message p {
            text-align: center
        }

.salesforce-form {
    display: table;
    margin: 0 auto;
    width: 100%;
    float: none
}

    .salesforce-form .new-patient {
        text-align: left
    }

        .salesforce-form .new-patient .radio-label {
            margin: 0 .625rem 0 .3125rem
        }

    .salesforce-form .form-group {
        position: relative;
        margin: 0 0 .9375rem;
        padding: 0 .3125rem
    }

        .salesforce-form .form-group.has-error input, .salesforce-form .form-group.has-error select {
            border: 1px solid #f44336
        }

        .salesforce-form .form-group.submit {
            margin: 0;
            border-radius: 0;
            display: flex;
            margin: 0 auto
        }

    .salesforce-form input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #d1d3d1;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white
    }

    .salesforce-form input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #29557c;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white
    }

    .salesforce-form input[type='submit'] {
        background-color: #29557c;
        margin: 5px auto 0;
        border-radius: 0;
        color: #fff;
        border: 1px solid #29557c
    }

        .salesforce-form input[type='submit']:hover {
            background-color: #5d7a92;
            color: #fff;
            border: 1px solid #5d7a92
        }

    .salesforce-form .thank-you-message {
        display: block;
        margin: .9375rem auto;
        text-align: center
    }

        .salesforce-form .thank-you-message p {
            text-align: center
        }

.search-form-container {
    margin: .9375rem auto 9.375rem;
    padding: 0
}

    .search-form-container input[type='submit'] {
        width: 100%
    }

.get-directions {
    position: relative;
    padding: 0
}

    .get-directions input[type='text'] {
        display: inline-block;
        width: 65%;
        height: 56px;
        float: left
    }

        .get-directions input[type='text'] input[type='submit'] .btn {
            margin: 0
        }

@media only screen and (max-width:767px) {
    .get-directions input[type='text'] {
        margin: 0 0 .46875rem;
        width: 100%
    }
}

.get-directions input[type='submit'] {
    background-color: #29557c;
    display: inline-block;
    width: 34%;
    color: #fff;
    border: 0;
    float: right
}

@media only screen and (max-width:767px) {
    .get-directions input[type='submit'] {
        width: 100%
    }
}

.get-directions input[type='submit']:hover {
    background-color: #5d7a92;
    color: #fff
}

.reference.has-error .messages, .phone.has-error .messages, .email.has-error .messages, .last-name.has-error .messages, .first-name.has-error .messages {
    display: none
}

.pop-up-container {
    background-color: #fff;
    position: relative;
    display: table;
    margin: 0 auto;
    padding: 1.5625rem .9375rem;
    max-width: 450px;
    border-radius: 3px
}

    .pop-up-container h2 {
        margin: 1.25rem auto;
        text-align: center
    }

#request-an-appointment .mfp-close {
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 50px;
    line-height: 50px
}

#request-an-appointment h2 {
    font-size: 2.8125rem;
    font-family: "Lato",sans-serif;
    color: #fff;
    font-weight: 400;
    text-align: center
}

#request-an-appointment p, #request-an-appointment label, #request-an-appointment .radio-label {
    color: #fff;
    text-align: center
}

#global-pop-up {
    background-color: #fff;
    display: block;
    margin: 0 auto;
    padding: 1.5625rem .9375rem;
    max-width: 375px
}


input[type='submit'], .btn {
    background-color: #3bafbf;
    font-family: "Lato",sans-serif;
    font-size: .9375rem;
    color: #fff;
    border: 1px solid #fff;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    letter-spacing: 3px;
    padding: .9375rem 1.25rem;
    margin: 0;
    width: 300px;
    text-transform: uppercase
}

@media only screen and (max-width:991px) {
    input[type='submit'], .btn {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center
    }
}

@media only screen and (max-width:767px) {
    input[type='submit'], .btn {
        width: 200px
    }
}

input[type='submit']:hover, input[type='submit']:active, .btn:hover, .btn:active {
    background-color: #29557c;
    color: #fff
}

.btns-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0;
    text-align: center
}

@media only screen and (max-width:767px) {
    .btns-container {
        display: block
    }
}

.btns-container .btn {
    margin: 0 .1875rem
}

@media only screen and (max-width:767px) {
    .btns-container .btn {
        display: block;
        margin: 0 0 .625rem;
        width: 100%
    }
}

.pagination-container {
    position: relative;
    display: block;
    width: 100%;
    text-align: center
}

    .pagination-container .page-numbers {
        position: relative;
        display: inline-block;
        padding: 1rem .625rem;
        font-size: 1.25rem;
        font-weight: 700;
        color: #29557c;
        text-align: center;
        text-decoration: none;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

        .pagination-container .page-numbers:hover {
            color: #5d7a92
        }

        .pagination-container .page-numbers.current {
            color: #5d7a92
        }

        .pagination-container .page-numbers.dots {
            color: #f6f6f6
        }

        .pagination-container .page-numbers.prev, .pagination-container .page-numbers.next {
            background-color: #29557c;
            position: absolute;
            width: 54px;
            padding: 1rem .875rem;
            overflow: hidden
        }

            .pagination-container .page-numbers.prev .arrow, .pagination-container .page-numbers.next .arrow {
                background-color: #5d7a92;
                position: absolute;
                top: 0;
                bottom: 0
            }

                .pagination-container .page-numbers.prev .arrow svg, .pagination-container .page-numbers.next .arrow svg {
                    position: relative;
                    display: block;
                    margin: 22px;
                    width: 10px;
                    fill: #fff
                }

            .pagination-container .page-numbers.prev .text, .pagination-container .page-numbers.next .text {
                position: relative;
                display: block;
                margin: 0 4.1875rem 0 1.25rem;
                font-weight: 300;
                color: #fff
            }

        .pagination-container .page-numbers.prev {
            left: 0;
            float: left
        }

@media only screen and (max-width:767px) {
    .pagination-container .page-numbers.prev {
        left: 15px
    }
}

.pagination-container .page-numbers.prev .arrow {
    left: 0
}

    .pagination-container .page-numbers.prev .arrow svg {
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

.pagination-container .page-numbers.prev .text {
    margin: 0 1.25rem 0 4.1875rem
}

.pagination-container .page-numbers.prev:hover {
    width: 192px
}

.pagination-container .page-numbers.next {
    right: 0;
    float: right
}

@media only screen and (max-width:767px) {
    .pagination-container .page-numbers.next {
        right: 15px
    }
}

.pagination-container .page-numbers.next .arrow {
    right: 0
}

.pagination-container .page-numbers.next:hover {
    width: 157px
}

.page .dermcare, .blog .dermcare, .single .dermcare, .archive .dermcare, .error404 .dermcare {
    background: #5d7a92;
    padding: 1.875rem 0
}

    .page .dermcare .container, .blog .dermcare .container, .single .dermcare .container, .archive .dermcare .container, .error404 .dermcare .container {
        padding: 0
    }

        .page .dermcare .container .derm, .blog .dermcare .container .derm, .single .dermcare .container .derm, .archive .dermcare .container .derm, .error404 .dermcare .container .derm {
            background: #29557c;
            padding: 1.25rem;
            border: 2px solid #ddd;
            display: flex;
            align-items: center;
            color: #fff
        }

@media only screen and (max-width:767px) {
    .page .dermcare .container .derm, .blog .dermcare .container .derm, .single .dermcare .container .derm, .archive .dermcare .container .derm, .error404 .dermcare .container .derm {
        text-align: center
    }
}

@media only screen and (max-width:767px) {
    .page .dermcare .container .derm img, .blog .dermcare .container .derm img, .single .dermcare .container .derm img, .archive .dermcare .container .derm img, .error404 .dermcare .container .derm img {
        margin: 0 auto !important;
        display: block
    }
}

.page .dermcare .container .derm a, .blog .dermcare .container .derm a, .single .dermcare .container .derm a, .archive .dermcare .container .derm a, .error404 .dermcare .container .derm a {
    color: #fff
}

.page .dermcare .container .derm img, .blog .dermcare .container .derm img, .single .dermcare .container .derm img, .archive .dermcare .container .derm img, .error404 .dermcare .container .derm img {
    margin: 0 0 0 1.25rem
}

.home .mfp-bg, .page .mfp-bg, .single .mfp-bg, .blog .mfp-bg, .archive .mfp-bg {
    background: #000;
    opacity: 1
}

.home-container .main-gallery-container .owl-carousel .owl-prev, .home-container .testimonials-gallery-container .owl-carousel .owl-prev, .home-container .featured-gallery-container .owl-carousel .owl-prev {
    transform: rotate(180deg)
}

.home-container .main-gallery-container {
    position: relative;
    padding: 0
}

    .home-container .main-gallery-container .main-gallery {
        margin: 0;
        overflow: hidden
    }

@media screen and (min-width:1600px) {
    .home-container .main-gallery-container .main-gallery svg {
        width: 350px !important
    }
}

.home-container .main-gallery-container .main-gallery .slide {
    background-size: cover;
    background-position: center;
    position: relative;
    height: 620px;
    margin-top: 2.25rem
}

@media only screen and (max-width:767px) {
    .home-container .main-gallery-container .main-gallery .slide {
        background-position: calc(100% - 60%);
        margin-top: 7.5rem
    }
}

.home-container .main-gallery-container .main-gallery .slide .content-container {
    padding: 0 13.875rem 0 9.375rem
}

@media only screen and (max-width:991px) {
    .home-container .main-gallery-container .main-gallery .slide .content-container {
        max-width: 767px;
        padding: 0 1.875rem 0 9.375rem
    }
}

@media only screen and (max-width:767px) {
    .home-container .main-gallery-container .main-gallery .slide .content-container {
        padding: 0;
        text-align: center
    }
}

.home-container .main-gallery-container .main-gallery .slide .content-container h2, .home-container .main-gallery-container .main-gallery .slide .content-container h3 {
    margin: 0;
    color: #29557c;
    text-transform: lowercase;
    text-align: left;
    font-family: "Lato",sans-serif;
    text-transform: uppercase;
    font-weight: 400
}

@media only screen and (max-width:1199px) {
    .home-container .main-gallery-container .main-gallery .slide .content-container h2, .home-container .main-gallery-container .main-gallery .slide .content-container h3 {
        font-size: 2.6875rem;
        line-height: 2.6875rem
    }
}

@media only screen and (max-width:991px) {
    .home-container .main-gallery-container .main-gallery .slide .content-container h2, .home-container .main-gallery-container .main-gallery .slide .content-container h3 {
        text-align: center
    }
}

.home-container .main-gallery-container .main-gallery .slide .content-container h2 {
    margin: 4.375rem 0 0;
    font-size: 2.0625rem;
    line-height: 2.9375rem
}

@media only screen and (max-width:1199px) {
    .home-container .main-gallery-container .main-gallery .slide .content-container h2 {
        font-size: 2.6875rem;
        line-height: 2.6875rem
    }
}

@media only screen and (max-width:991px) {
    .home-container .main-gallery-container .main-gallery .slide .content-container h2 {
        margin: 2.8125rem 0 0;
        font-size: 2.5rem;
        line-height: 2.5rem
    }
}

@media only screen and (max-width:767px) {
    .home-container .main-gallery-container .main-gallery .slide .content-container h2 {
        margin: 2.8125rem 0 0;
        font-size: 1.5625rem;
        line-height: 2.5rem
    }
}

.home-container .main-gallery-container .main-gallery .slide .content-container h3 {
    font-size: 3.3125rem;
    line-height: 4.625rem
}

@media only screen and (max-width:1199px) {
    .home-container .main-gallery-container .main-gallery .slide .content-container h3 {
        font-size: 4.375rem;
        line-height: 4.375rem
    }
}

@media only screen and (max-width:991px) {
    .home-container .main-gallery-container .main-gallery .slide .content-container h3 {
        font-size: 3.75rem;
        line-height: 4.0625rem
    }
}

@media only screen and (max-width:767px) {
    .home-container .main-gallery-container .main-gallery .slide .content-container h3 {
        font-size: 2.5rem;
        line-height: 2.8125rem
    }
}

.home-container .main-gallery-container .main-gallery .slide .content-container p {
    margin: 1.75rem auto 2.8125rem;
    font-size: 1.3125rem;
    line-height: 1.3125rem;
    color: #fff
}

@media only screen and (max-width:1199px) {
    .home-container .main-gallery-container .main-gallery .slide .content-container p {
        font-size: 1.1875rem;
        line-height: 1.1875rem
    }
}

@media only screen and (max-width:991px) {
    .home-container .main-gallery-container .main-gallery .slide .content-container p {
        padding: 0 2.1875rem;
        line-height: 1.5625rem
    }
}

.home-container .main-gallery-container .main-gallery .slide .content-container .btn {
    width: 330px;
    padding: 15px 0;
    font-size: .9375rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    float: left;
    margin: 1.25rem 0
}

@media only screen and (max-width:991px) {
    .home-container .main-gallery-container .main-gallery .slide .content-container .btn {
        padding: 0 2.1875rem;
        line-height: 1.5625rem;
        float: left;
        padding: 15px 0;
        margin: 1.25rem 0
    }
}

@media only screen and (max-width:767px) {
    .home-container .main-gallery-container .main-gallery .slide .content-container .btn {
        padding: 0 2.1875rem;
        line-height: 1.5625rem;
        padding: 15px 0;
        float: none;
        margin: 1.25rem auto
    }
}

.home-container .main-gallery-container .main-gallery .owl-controls {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 10
}

    .home-container .main-gallery-container .main-gallery .owl-controls .owl-carousel .owl-nav .owl-prev {
        left: 150px !important
    }

@media only screen and (max-width:1225px) {
    .home-container .main-gallery-container .main-gallery .owl-controls .owl-carousel .owl-nav .owl-prev {
        left: 0
    }
}

@media only screen and (max-width:991px) {
    .home-container .main-gallery-container .main-gallery .owl-controls .owl-carousel .owl-nav .owl-prev {
        left: 15px
    }
}

.home-container .main-gallery-container .main-gallery .owl-controls .owl-carousel .owl-nav .owl-next {
    right: 150px !important
}

@media only screen and (max-width:1225px) {
    .home-container .main-gallery-container .main-gallery .owl-controls .owl-carousel .owl-nav .owl-next {
        right: 0
    }
}

@media only screen and (max-width:991px) {
    .home-container .main-gallery-container .main-gallery .owl-controls .owl-carousel .owl-nav .owl-next {
        right: 15px
    }
}

.home-container .main-gallery-container .main-gallery .owl-dots {
    position: absolute;
    top: 140px;
    right: 0;
    bottom: initial;
    left: 0
}

@media only screen and (max-width:991px) {
    .home-container .main-gallery-container .main-gallery .owl-dots {
        top: 105px
    }
}

.home-container .graphic-cta {
    padding: 0;
    background: #29557c
}

    .home-container .graphic-cta.fixed {
        position: fixed;
        z-index: 9;
        top: 68px
    }

@media only screen and (max-width:767px) {
    .home-container .graphic-cta.fixed {
        position: relative;
        top: 0
    }
}

.home-container .graphic-cta.fixed .blue-container h3 {
    margin: 0;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transform: scale(0.9)
}

.home-container .graphic-cta .container {
    padding-left: 1px
}

@media only screen and (max-width:1199px) {
    .home-container .graphic-cta .container {
        padding-left: 180px
    }
}

@media only screen and (max-width:991px) {
    .home-container .graphic-cta .container {
        padding-left: 0
    }
}

.home-container .graphic-cta .req, .home-container .graphic-cta .por, .home-container .graphic-cta .res {
    border-left: 1px solid #fff
}

    .home-container .graphic-cta .req:hover, .home-container .graphic-cta .por:hover, .home-container .graphic-cta .res:hover {
        background: #5d7a92
    }

@media only screen and (max-width:767px) {
    .home-container .graphic-cta .req, .home-container .graphic-cta .por, .home-container .graphic-cta .res {
        border-bottom: 1px solid #fff
    }
}

.home-container .graphic-cta .res {
    border-right: 1px solid #fff
}

@media only screen and (max-width:767px) {
    .home-container .graphic-cta .res {
        border-right: 0
    }
}

.home-container .graphic-cta .blue-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

    .home-container .graphic-cta .blue-container h3 {
        font-size: 1.25rem;
        margin: 0;
        color: #fff;
        text-transform: lowercase;
        text-align: right;
        font-family: "Lato",sans-serif;
        margin: 1.25rem 0;
        line-height: 3.125rem;
        font-weight: 400;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        transform: scale(1)
    }

    .home-container .graphic-cta .blue-container svg {
        width: 30px;
        fill: white;
        top: 8px;
        right: 3px;
        position: relative;
        margin: 0 5px 0 0
    }

.home-container .welcome {
    padding: 3.75rem 0
}

    .home-container .welcome .learn {
        position: relative;
        left: 110px
    }

@media only screen and (max-width:991px) {
    .home-container .welcome .learn {
        left: 0
    }
}

@media only screen and (max-width:767px) {
    .home-container .welcome .learn {
        left: 0
    }
}

.home-container .welcome .desc {
    line-height: 2.5rem;
    font-size: 1.25rem
}

.home-container .welcome h2 {
    font-size: 3.0625rem;
    color: #29557c;
    text-transform: lowercase;
    text-align: right;
    font-family: "Lato",sans-serif;
    margin-top: 0;
    padding: 0 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400
}

.home-container .highlights {
    background: #f6f6f6;
    padding: 3.75rem 0
}

    .home-container .highlights .btn.trt {
        margin: 7px 0 0;
        padding: .625rem 0;
        width: 100%;
        background: #5d7a92;
        color: #fff;
        border-radius: 0;
        font-family: "Lato",sans-serif;
        font-size: .9375rem;
        border: 0
    }

        .home-container .highlights .btn.trt:hover {
            background: #29557c
        }

    .home-container .highlights .highlights-container .imagepad {
        padding-left: 0;
        padding-right: 10px
    }

@media only screen and (max-width:991px) {
    .home-container .highlights .highlights-container .imagepad {
        padding-right: 0
    }
}

.home-container .highlights .highlights-container .image {
    height: 547px;
    overflow: hidden
}

@media only screen and (max-width:991px) {
    .home-container .highlights .highlights-container .image {
        height: auto
    }

        .home-container .highlights .highlights-container .image img {
            width: 100%
        }
}

@media only screen and (max-width:767px) {
    .home-container .highlights .highlights-container .image {
        height: auto
    }

        .home-container .highlights .highlights-container .image img {
            width: 100%
        }
}

.home-container .highlights .highlights-container .innerpad {
    padding: 0
}

.home-container .highlights .highlights-container .content-container a:hover .hvr-layer {
    opacity: 1
}

.home-container .highlights .highlights-container .content-container .hvr-layer {
    background: #29557c;
    border: 1px solid #ddd;
    padding: 0 30px;
    position: relative;
    bottom: -8px;
    margin: 0 auto;
    left: 0;
    right: 0;
    letter-spacing: 2px;
    opacity: 0;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    .home-container .highlights .highlights-container .content-container .hvr-layer span {
        position: absolute;
        width: 100%;
        height: 70px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-transform: lowercase;
        background: #29557c;
        color: #fff;
        font-size: 30px;
        text-align: center;
        left: 0;
        right: 0
    }

.home-container .highlights .highlights-container .content-container .grp1 {
    background: #fff;
    padding: 1.875rem 2.5rem
}

    .home-container .highlights .highlights-container .content-container .grp1 h3 {
        text-align: center;
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 400
    }

.home-container .highlights .highlights-container .content-container .probtns {
    display: block;
    text-align: center;
    background: #fff;
    margin: 10px 0 0;
    padding: 20px;
    font-size: 25px;
    text-transform: lowercase
}

    .home-container .highlights .highlights-container .content-container .probtns:last {
        margin: 10px 0 10px
    }

.home-container .highlights .highlights-container .row-reverse {
    display: flex;
    justify-items: normal;
    flex-direction: row-reverse;
    margin-top: 50px
}

@media only screen and (max-width:991px) {
    .home-container .highlights .highlights-container .row-reverse {
        display: block
    }
}

.home-container .highlights .highlights-container .row-reverse .imagepad {
    padding-right: 0
}

.home-container .highlights .highlights-container .row-reverse .innerpad {
    padding-right: 10px
}

@media only screen and (max-width:991px) {
    .home-container .highlights .highlights-container .row-reverse .innerpad {
        padding-right: 0
    }
}

.home-container .testimonials-gallery-container {
    background: no-repeat;
    background: no-repeat;
    background-position: center;
    
    padding: 0 0 5rem;
  
}

    .home-container .testimonials-gallery-container .container h2 {
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        font-family: "Lato",sans-serif;
        font-weight: 400;
        margin: 5rem 0 0 0;
        font-size: 2.1875rem
    }

    .home-container .testimonials-gallery-container .container .ticon svg {
        width: 70px;
        height: 70px;
        margin: 30px auto;
        display: block
    }

    .home-container .testimonials-gallery-container .container .testimonials-carousel-container {
        display: flex;
        padding: 0 40px
    }

        .home-container .testimonials-gallery-container .container .testimonials-carousel-container .testimonials-gallery .owl-nav {
            position: absolute;
            display: block;
            margin: 0 auto;
            width: 100%;
            left: 0;
            right: 0;
            top: 20%;
            z-index: 50;
            color: #ccc
        }

@media only screen and (max-width:1199px) {
    .home-container .testimonials-gallery-container .container .testimonials-carousel-container .testimonials-gallery .owl-nav {
        top: -40%
    }
}

.home-container .testimonials-gallery-container .container .testimonials-carousel-container .testimonials-gallery .owl-nav .owl-prev svg, .home-container .testimonials-gallery-container .container .testimonials-carousel-container .testimonials-gallery .owl-nav .owl-next svg {
    fill: #fff
}

@media screen and (min-width:1199px) {
    .home-container .testimonials-gallery-container .container .testimonials-carousel-container .testimonials-gallery .owl-nav .owl-prev {
        left: -66px !important
    }

    .home-container .testimonials-gallery-container .container .testimonials-carousel-container .testimonials-gallery .owl-nav .owl-next {
        right: -66px !important
    }
}

.home-container .testimonials-gallery-container .container .testimonials-carousel-container .slide.testimonial {
    max-width: 1020px;
    margin: 0 auto;
    font-family: "Muli",sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    color: #fff
}

    .home-container .testimonials-gallery-container .container .testimonials-carousel-container .slide.testimonial .testimonial-quote {
        font-size: 1.25rem;
        text-align: center
    }

    .home-container .testimonials-gallery-container .container .testimonials-carousel-container .slide.testimonial .testimonial-info {
        text-align: right;
        font-family: "Playfair Display",serif;
        color: #c8e9ff;
        font-size: 1.5625rem;
        margin: 0 6.25rem
    }

.home-container .testimonials-gallery-container .testimonials-btn {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center
}

    .home-container .testimonials-gallery-container .testimonials-btn .btn {
        margin: 0
    }

.home-container .request {
    background: #f6f6f6;
    padding: 0 0 5rem
}

    .home-container .request p {
        text-align: center;
        margin: 0 0 3.125rem
    }

    .home-container .request h2 {
        text-align: center;
        font-size: 2.1875rem;
        font-family: "Lato",sans-serif;
        color: #29557c;
        font-weight: 400;
        margin: 5rem 2.5rem 4.875rem 2.5rem;
        text-transform: uppercase
    }

@media only screen and (max-width:767px) {
    .home-container .request h2 {
        font-size: 2.1875rem
    }
}

.home-container .featured-gallery-container h2 {
    text-align: center;
    font-size: 2.1875rem;
    font-family: "Lato",sans-serif;
    color: #29557c;
    font-weight: 400;
    margin: 5rem 0 3.75rem;
    text-transform: uppercase
}

.home-container .featured-gallery-container .featured-carousel-container .featured-gallery .owl-nav {
    position: absolute;
    display: block;
    margin: 0 auto;
    width: 100%;
    left: 0;
    right: 0;
    top: 20%;
    z-index: 50;
    color: #ccc
}

    .home-container .featured-gallery-container .featured-carousel-container .featured-gallery .owl-nav .owl-prev svg, .home-container .featured-gallery-container .featured-carousel-container .featured-gallery .owl-nav .owl-next svg {
        fill: #ccc
    }

@media screen and (min-width:1199px) {
    .home-container .featured-gallery-container .featured-carousel-container .featured-gallery .owl-nav .owl-prev {
        left: -66px !important
    }

    .home-container .featured-gallery-container .featured-carousel-container .featured-gallery .owl-nav .owl-next {
        right: -66px !important
    }
}

.home-container .featured-gallery-container .featured-carousel-container .featured-gallery .post-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

    .home-container .featured-gallery-container .featured-carousel-container .featured-gallery .post-container h3 {
        text-align: center;
        font-size: 1.5625rem;
        font-family: "Muli",sans-serif;
        color: #fff;
        font-weight: 400;
        margin: 2.5rem 2.5rem 1.875rem 2.5rem;
        text-transform: uppercase
    }

    .home-container .featured-gallery-container .featured-carousel-container .featured-gallery .post-container .post-bg {
        width: 97%;
        height: 237px
    }

    .home-container .featured-gallery-container .featured-carousel-container .featured-gallery .post-container .post-date {
        text-align: center;
        color: #fff;
        font-weight: 600;
        font-family: "Muli",sans-serif
    }

    .home-container .featured-gallery-container .featured-carousel-container .featured-gallery .post-container .post-excerpt {
        background: #fff;
        position: relative;
        padding: 1.875rem 2.5rem 2.5rem 2.5rem;
        bottom: 50px;
        max-width: 100%;
        width: 80%
    }

    .home-container .featured-gallery-container .featured-carousel-container .featured-gallery .post-container .post-btn {
        text-align: center;
        font-weight: 700;
        font-family: "Lato",sans-serif
    }

        .home-container .featured-gallery-container .featured-carousel-container .featured-gallery .post-container .post-btn a {
            margin: 0
        }

    .home-container .featured-gallery-container .featured-carousel-container .featured-gallery .post-container .post-share {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-family: "Muli",sans-serif;
        font-weight: 700
    }

        .home-container .featured-gallery-container .featured-carousel-container .featured-gallery .post-container .post-share .wpfai-list .wpfai-list-item {
            border-radius: 100px !important;
            width: 25px;
            height: 25px;
            margin: 0 3px
        }

            .home-container .featured-gallery-container .featured-carousel-container .featured-gallery .post-container .post-share .wpfai-list .wpfai-list-item a {
                color: #fff
            }

        .home-container .featured-gallery-container .featured-carousel-container .featured-gallery .post-container .post-share .wpfai-list .facebook {
            background: #37589c
        }

        .home-container .featured-gallery-container .featured-carousel-container .featured-gallery .post-container .post-share .wpfai-list .twitter {
            background: #46d4fe
        }

        .home-container .featured-gallery-container .featured-carousel-container .featured-gallery .post-container .post-share .wpfai-list .google-plus {
            background: #de5a53
        }

        .home-container .featured-gallery-container .featured-carousel-container .featured-gallery .post-container .post-share .wpfai-list .envelope {
            background: #bfbfbf
        }

        .home-container .featured-gallery-container .featured-carousel-container .featured-gallery .post-container .post-share .wpfai-list .fa-stack {
            position: relative;
            display: inline-block;
            width: 25px;
            height: 17px;
            font-size: 13px;
            line-height: 10px;
            vertical-align: middle
        }

.xtrac-container header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 15px;
    right: 15px;
    z-index: 10;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-perspective: 1000;
    -webkit-perspective: 1000;
    perspective: 1000;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    .xtrac-container header .graphic-cta.mobile {
        display: block;
        z-index: 999
    }

@media only screen and (max-width:767px) {
    .xtrac-container header .graphic-cta.mobile .blue-container svg {
        width: 20px;
        fill: white;
        top: 8px;
        right: 3px;
        position: relative;
        margin: 0 5px 0 0
    }
}

.xtrac-container header .graphic-cta.mobile .blue-container h3 {
    margin: 0
}

@media only screen and (max-width:767px) {
    .xtrac-container header .graphic-cta.mobile .blue-container h3 {
        font-size: 12px
    }
}

.xtrac-container header .graphic-cta {
    padding: 0;
    background: #29557c;
    z-index: -9
}

    .xtrac-container header .graphic-cta .container {
        padding-left: 380px
    }

@media only screen and (max-width:1199px) {
    .xtrac-container header .graphic-cta .container {
        padding-left: 180px
    }
}

@media only screen and (max-width:991px) {
    .xtrac-container header .graphic-cta .container {
        padding-left: 0
    }
}

.xtrac-container header .graphic-cta .req, .xtrac-container header .graphic-cta .por, .xtrac-container header .graphic-cta .res {
    border-left: 1px solid #fff
}

    .xtrac-container header .graphic-cta .req:hover, .xtrac-container header .graphic-cta .por:hover, .xtrac-container header .graphic-cta .res:hover {
        background: #5d7a92
    }

@media only screen and (max-width:767px) {
    .xtrac-container header .graphic-cta .req, .xtrac-container header .graphic-cta .por, .xtrac-container header .graphic-cta .res {
        border-bottom: 1px solid #fff
    }
}

.xtrac-container header .graphic-cta .res {
    border-right: 1px solid #fff
}

@media only screen and (max-width:767px) {
    .xtrac-container header .graphic-cta .res {
        border-right: 0
    }
}

.xtrac-container header .graphic-cta .blue-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

    .xtrac-container header .graphic-cta .blue-container h3 {
        font-size: 1.25rem;
        color: #fff;
        text-transform: lowercase;
        text-align: right;
        font-family: "Lato",sans-serif;
        margin: .625rem 0;
        line-height: 3.125rem;
        font-weight: 400;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        transform: scale(1)
    }

    .xtrac-container header .graphic-cta .blue-container svg {
        width: 30px;
        fill: white;
        top: 8px;
        right: 3px;
        position: relative;
        margin: 0 5px 0 0
    }

        .xtrac-container header .graphic-cta .blue-container svg path, .xtrac-container header .graphic-cta .blue-container svg rect {
            fill: white
        }

@media only screen and (max-width:767px) {
    .xtrac-container header .container .logo {
        border-top: 12px solid #5d7a92;
        padding: 0
    }
}

.xtrac-container header .container .address {
    text-align: right;
    margin: 0 0 1.5625rem;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transform: scale(1);
    transition: all 400ms
}

    .xtrac-container header .container .address .mobile-icons {
        display: flex;
        flex-direction: unset;
        justify-content: flex-start
    }

        .xtrac-container header .container .address .mobile-icons .fa {
            font-size: 25px
        }

@media only screen and (max-width:767px) {
    .xtrac-container header .container .address {
        text-align: center;
        margin: .625rem 0 .9375rem
    }
}

.xtrac-container header .container .address .telephone-container, .xtrac-container header .container .address .locations {
    font-weight: 400
}

    .xtrac-container header .container .address .telephone-container .telephone, .xtrac-container header .container .address .locations .telephone {
        font-size: 2rem;
        font-family: "Lato",sans-serif;
        font-weight: 400;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

.xtrac-container header .container .address .locations {
    font-size: 1.375rem;
    font-family: "Lato",sans-serif
}

    .xtrac-container header .container .address .locations .fa-map-marker {
        font-size: 1.5625rem
    }

@media only screen and (max-width:767px) {
    .xtrac-container header .container .address .locations {
        font-size: .9375rem;
        display: none
    }
}

.xtrac-container header .navigation {
    border-top: 12px solid #5d7a92;
    border-bottom: 0;
    height: 80px
}

header #logo {
    display: block;
    max-width: 264px;
    position: absolute;
    top: -76px;
    left: 0;
    right: 0;
    bottom: 0;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
header.scroll #logo {
    display: block;
    max-width: 162px;
    position: absolute;
    top: -76px;
    left: 0;
    right: 0;
    bottom: 0;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
#logo img {
    margin-top: 48px;
    width: 100%;
    height: auto;
}


@media only screen and (max-width:991px) {
    .xtrac-container header .logo-container a img {
        position: absolute;
        top: -69px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto
    }
}

.xtrac-container header .logo-container a img {
    display: block;
    max-width: 214px;
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    bottom: 0;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (max-width:991px) {
    .xtrac-container header .logo-container a img {
        position: absolute;
        top: -69px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto
    }
}

@media only screen and (max-width:767px) {
    .xtrac-container header .logo-container a img {
        position: relative;
        width: 80px;
        top: -1px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto
    }
}

.xtrac-container header .menu-container {
    padding: 0 0 0 23%
}

@media only screen and (max-width:767px) {
    .xtrac-container header .menu-container {
        padding: 0
    }
}

.xtrac-container header .menu-container .menu {
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    visibility: hidden;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-radius: 0
}

    .xtrac-container header .menu-container .menu:after {
        display: none
    }

@media only screen and (max-width:767px) {
    .xtrac-container header .menu-container .menu {
        display: none;
        padding-bottom: 50%;
        height: 100vh;
        width: 100%;
        top: 20px;
        overflow: scroll;
        border-left: 0;
        border-right: 0;
        border-top: 1px solid #29557c
    }
}

.xtrac-container header .menu-container .menu li {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto
}

    .xtrac-container header .menu-container .menu li:last-child a:after {
        content: none
    }

@media only screen and (max-width:767px) {
    .xtrac-container header .menu-container .menu li {
        display: block;
        width: 100%
    }
}

.xtrac-container header .menu-container .menu li a {
    position: relative;
    padding: 1.5625rem 0;
    font-family: "Muli",sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    color: #29557c;
    text-align: center;
    border-radius: 0;
    text-transform: lowercase;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    .xtrac-container header .menu-container .menu li a:after {
        content: ".";
        color: black;
        font-size: 1.25rem;
        right: -2px;
        position: absolute
    }

@media only screen and (max-width:767px) {
    .xtrac-container header .menu-container .menu li a:after {
        content: none !important
    }
}

@media only screen and (max-width:1199px) {
    .xtrac-container header .menu-container .menu li a {
        padding: 1.0625rem 0;
        font-size: 1.03125rem
    }
}

@media only screen and (max-width:991px) {
    .xtrac-container header .menu-container .menu li a {
        text-align: left;
        font-size: .75rem !important;
        text-transform: none
    }
}

@media only screen and (max-width:767px) {
    .xtrac-container header .menu-container .menu li a {
        padding: .9375rem !important;
        text-align: left;
        text-transform: none
    }
}

.xtrac-container header .menu-container .menu li span.sub-arrow {
    display: none
}

@media only screen and (max-width:767px) {
    .xtrac-container header .menu-container .menu li span.sub-arrow {
        background-color: #fff;
        display: block;
        border-radius: 0
    }
}

.xtrac-container header .menu-container .menu li:hover a, .xtrac-container header .menu-container .menu li.current-menu-ancestor a, .xtrac-container header .menu-container .menu li.current-menu-parent a, .xtrac-container header .menu-container .menu li.current_page_parent a, .xtrac-container header .menu-container .menu li.current_page_ancestor a, .xtrac-container header .menu-container .menu li.current-menu-item a, .xtrac-container header .menu-container .menu li.current_page_item a {
    color: #5d7a92
}

.xtrac-container header .menu-container .menu li ul {
    padding: 0;
    border-top: 3px solid #5d7a92;
    border-radius: 0 !important
}

    .xtrac-container header .menu-container .menu li ul:before, .xtrac-container header .menu-container .menu li ul:after {
        display: none
    }

    .xtrac-container header .menu-container .menu li ul li {
        padding: 0;
        text-align: left;
        border-bottom: 1px solid #5d7a92
    }

        .xtrac-container header .menu-container .menu li ul li a {
            padding: .9375rem .9375rem .9375rem .625rem !important;
            font-size: 1rem;
            color: #29557c !important;
            text-align: left;
            text-transform: none
        }

            .xtrac-container header .menu-container .menu li ul li a:after {
                display: none
            }

            .xtrac-container header .menu-container .menu li ul li a.has-submenu {
                padding: .9375rem 2.8125rem .9375rem .625rem !important
            }

            .xtrac-container header .menu-container .menu li ul li a span.sub-arrow {
                display: block
            }

        .xtrac-container header .menu-container .menu li ul li.current-menu-ancestor > a, .xtrac-container header .menu-container .menu li ul li.current-menu-parent > a, .xtrac-container header .menu-container .menu li ul li.current-menu-item > a, .xtrac-container header .menu-container .menu li ul li.current_page_item > a, .xtrac-container header .menu-container .menu li ul li.current_page_parent > a {
            background-color: #29557c;
            color: #fff !important
        }

        .xtrac-container header .menu-container .menu li ul li:last-child {
            border-bottom: 0
        }

        .xtrac-container header .menu-container .menu li ul li ul li.current-menu-ancestor a, .xtrac-container header .menu-container .menu li ul li ul li.current-menu-parent a, .xtrac-container header .menu-container .menu li ul li ul li.current_page_parent a {
            background-color: #fff
        }

.xtrac-container header.scroll {
    -moz-box-shadow: 0 0 10px 2px #000 !important;
    -webkit-box-shadow: 0 0 10px 2px #000 !important;
    box-shadow: 0 0 10px 2px #000 !important
}

    .xtrac-container header.scroll .graphic-cta .blue-container h3 {
        margin: 0;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        transform: scale(0.9)
    }

    .xtrac-container header.scroll .menu-container .menu li a {
        padding: .625rem 0;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .xtrac-container header.scroll .logo-container a svg {
        max-width: 135px;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .xtrac-container header.scroll .container .address {
        display: flex;
        flex-direction: row-reverse;
        text-align: right;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        transform: scale(0.9)
    }

@media only screen and (max-width:767px) {
    .xtrac-container header.scroll .container .address {
        display: flex;
        flex-direction: column;
        text-align: center
    }
}

.xtrac-container header.scroll .container .address .telephone-container, .xtrac-container header.scroll .container .address .locations {
    font-weight: 400
}

    .xtrac-container header.scroll .container .address .telephone-container .telephone, .xtrac-container header.scroll .container .address .locations .telephone {
        font-size: 1.5625rem;
        font-family: "Lato",sans-serif;
        font-weight: 400;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

@media only screen and (max-width:991px) {
    .xtrac-container header.scroll .container .address .telephone-container .telephone, .xtrac-container header.scroll .container .address .locations .telephone {
        font-size: 1.125rem
    }
}

.xtrac-container header.scroll .container .address .locations {
    font-size: 1.125rem;
    font-family: "Lato",sans-serif;
    margin-right: 20px
}

    .xtrac-container header.scroll .container .address .locations:after {
        content: "|";
        font-weight: bold;
        font-size: 20px;
        position: relative;
        left: 10px
    }

.xtrac-container .mobile-menu-btn-container {
    display: none
}

@media only screen and (max-width:767px) {
    .xtrac-container .mobile-menu-btn-container {
        display: inline-block;
        float: right
    }
}

.xtrac-container .mobile-menu-btn-container .mobile-menu-btn {
    background: transparent;
    position: relative;
    top: 3px;
    display: block;
    margin: 0;
    padding: 0;
    width: 35px;
    height: 30px;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    float: right;
    overflow: hidden;
    -moz-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

    .xtrac-container .mobile-menu-btn-container .mobile-menu-btn:focus {
        outline: 0
    }

    .xtrac-container .mobile-menu-btn-container .mobile-menu-btn span {
        display: block;
        position: absolute;
        top: 15px;
        left: 0;
        right: 0;
        height: 2px;
        background-color: #29557c;
        -moz-transition: background .3s ease-in-out;
        -o-transition: background .3s ease-in-out;
        -webkit-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out
    }

        .xtrac-container .mobile-menu-btn-container .mobile-menu-btn span::before, .xtrac-container .mobile-menu-btn-container .mobile-menu-btn span::after {
            position: absolute;
            display: block;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #29557c;
            content: ' ';
            -moz-transition-duration: .3s,0.3s;
            -o-transition-duration: .3s,0.3s;
            -webkit-transition-duration: .3s,0.3s;
            transition-duration: .3s,0.3s;
            -moz-transition-delay: .3s,0;
            -o-transition-delay: .3s,0;
            -webkit-transition-delay: .3s,0;
            transition-delay: .3s,0
        }

        .xtrac-container .mobile-menu-btn-container .mobile-menu-btn span::before {
            top: -9px;
            -moz-transition-property: top,-moz-transform;
            -o-transition-property: top,-o-transform;
            -webkit-transition-property: top,-webkit-transform;
            transition-property: top,transform
        }

        .xtrac-container .mobile-menu-btn-container .mobile-menu-btn span::after {
            bottom: -9px;
            -moz-transition-property: bottom,-moz-transform;
            -o-transition-property: bottom,-o-transform;
            -webkit-transition-property: bottom,-webkit-transform;
            transition-property: bottom,transform
        }

    .xtrac-container .mobile-menu-btn-container .mobile-menu-btn.active span {
        background: 0
    }

        .xtrac-container .mobile-menu-btn-container .mobile-menu-btn.active span::before, .xtrac-container .mobile-menu-btn-container .mobile-menu-btn.active span::after {
            -moz-transition-delay: 0,0.3s;
            -o-transition-delay: 0,0.3s;
            -webkit-transition-delay: 0,0.3s;
            transition-delay: 0,0.3s
        }

        .xtrac-container .mobile-menu-btn-container .mobile-menu-btn.active span::before {
            top: 0;
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        .xtrac-container .mobile-menu-btn-container .mobile-menu-btn.active span::after {
            bottom: 0;
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

.xtrac-container .xtrac-intro {
    text-align: center;
    padding: 30px 0
}

    .xtrac-container .xtrac-intro h1 {
        font-weight: 400
    }

    .xtrac-container .xtrac-intro p {
        padding: 1.875rem 1.875rem;
        font-weight: 600;
        font-size: 1.25rem;
        line-height: 2.1875rem;
        text-align: left
    }

.xtrac-container .xtrac-igallery-container {
    text-align: center
}

    .xtrac-container .xtrac-igallery-container .ba-gallery .owl-nav .owl-prev svg, .xtrac-container .xtrac-igallery-container .ba-gallery .owl-nav .owl-next svg {
        fill: #7dabc6 !important
    }

    .xtrac-container .xtrac-igallery-container h2 {
        font-weight: 400;
        margin: 0 0 40px
    }

.xtrac-container .request {
    background: #f6f6f6;
    padding: 0 0 5rem
}

    .xtrac-container .request p {
        text-align: center;
        margin: 0 0 3.125rem
    }

    .xtrac-container .request h2 {
        text-align: center;
        font-size: 2.1875rem;
        font-family: "Lato",sans-serif;
        color: #29557c;
        font-weight: 400;
        margin: 5rem 2.5rem 1.875rem 2.5rem;
        text-transform: uppercase
    }

@media only screen and (max-width:767px) {
    .xtrac-container .request h2 {
        font-size: 2.1875rem
    }
}

.xtrac-container .highlights {
    padding: 3.75rem 0
}

    .xtrac-container .highlights .btn.trt {
        margin: 7px 0 0;
        padding: .625rem 0;
        width: 100%;
        background: #5d7a92;
        color: #fff;
        border-radius: 0;
        font-family: "Lato",sans-serif;
        font-weight: 400;
        font-size: .9375rem;
        border: 0
    }

        .xtrac-container .highlights .btn.trt:hover {
            background: #29557c
        }

    .xtrac-container .highlights .highlights-container .imagepad {
        padding-left: 10px;
        padding-right: 10px
    }

@media only screen and (max-width:991px) {
    .xtrac-container .highlights .highlights-container .imagepad {
        padding-right: 0;
        padding-left: 0
    }
}

.xtrac-container .highlights .highlights-container .image {
    height: 332px;
    overflow: hidden
}

@media only screen and (max-width:991px) {
    .xtrac-container .highlights .highlights-container .image {
        height: auto
    }

        .xtrac-container .highlights .highlights-container .image img {
            width: 100%
        }
}

@media only screen and (max-width:767px) {
    .xtrac-container .highlights .highlights-container .image {
        height: auto
    }

        .xtrac-container .highlights .highlights-container .image img {
            width: 100%
        }
}

.xtrac-container .highlights .highlights-container .innerpad {
    padding: 0;
    border: 1px solid #ccc
}

.xtrac-container .highlights .highlights-container .content-container a:hover .hvr-layer {
    opacity: 1
}

.xtrac-container .highlights .highlights-container .content-container .hvr-layer {
    background: #29557c;
    border: 1px solid #ddd;
    padding: 0 30px;
    position: relative;
    bottom: -8px;
    margin: 0 auto;
    left: 0;
    right: 0;
    letter-spacing: 2px;
    opacity: 0;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    .xtrac-container .highlights .highlights-container .content-container .hvr-layer span {
        position: absolute;
        width: 100%;
        height: 70px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-transform: lowercase;
        background: #29557c;
        color: #fff;
        font-size: 30px;
        text-align: center;
        left: 0;
        right: 0
    }

.xtrac-container .highlights .highlights-container .content-container .grp1 {
    background: #fff;
    padding: 1.875rem 2.5rem
}

    .xtrac-container .highlights .highlights-container .content-container .grp1 p {
        font-weight: 600;
        font-size: 1rem
    }

    .xtrac-container .highlights .highlights-container .content-container .grp1 h3 {
        text-align: center;
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 400
    }

.xtrac-container .highlights .highlights-container .content-container .probtns {
    display: block;
    text-align: center;
    background: #fff;
    margin: 10px 0 0;
    padding: 20px;
    font-size: 25px;
    text-transform: lowercase
}

    .xtrac-container .highlights .highlights-container .content-container .probtns:last {
        margin: 10px 0 10px
    }

.xtrac-container .highlights .highlights-container .row-reverse {
    display: flex;
    justify-items: normal;
    flex-direction: row-reverse;
    margin-top: 20px
}

@media only screen and (max-width:991px) {
    .xtrac-container .highlights .highlights-container .row-reverse {
        display: block
    }
}

.xtrac-container .highlights .highlights-container .row-reverse .imagepad {
    padding-right: 0
}

.xtrac-container .highlights .highlights-container .row-reverse .innerpad {
    padding-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

@media only screen and (max-width:991px) {
    .xtrac-container .highlights .highlights-container .row-reverse .innerpad {
        padding-right: 0
    }
}

.xtrac-container .xtrac-gallery-container {
    position: relative;
    padding: 0
}

    .xtrac-container .xtrac-gallery-container .xtrac-gallery {
        margin: 0;
        overflow: hidden
    }

@media screen and (min-width:1600px) {
    .xtrac-container .xtrac-gallery-container .xtrac-gallery svg {
        width: 350px !important
    }
}

.xtrac-container .xtrac-gallery-container .xtrac-gallery .slide {
    background-size: cover;
    background-position: center;
    position: relative;
    height: 620px;
    margin-top: 6.25rem
}

    .xtrac-container .xtrac-gallery-container .xtrac-gallery .slide .overlay {
        background: #fff
    }

@media only screen and (max-width:767px) {
    .xtrac-container .xtrac-gallery-container .xtrac-gallery .slide {
        background-position: calc(100% - 37%);
        margin-top: 2.5rem
    }
}

.xtrac-container .xtrac-gallery-container .xtrac-gallery .slide .content-container {
    padding: 0 1.875rem 0 0
}

    .xtrac-container .xtrac-gallery-container .xtrac-gallery .slide .content-container ul {
        margin: -0.3125rem 0 0;
        padding: 0 0 0 1.25rem
    }

        .xtrac-container .xtrac-gallery-container .xtrac-gallery .slide .content-container ul li {
            position: relative;
            font-size: 1.5625rem;
            text-align: left;
            line-height: 2rem;
            color: #576775
        }

        .xtrac-container .xtrac-gallery-container .xtrac-gallery .slide .content-container ul ul {
            margin: .3125rem 0 0
        }

@media only screen and (max-width:991px) {
    .xtrac-container .xtrac-gallery-container .xtrac-gallery .slide .content-container {
        max-width: 767px;
        padding: 0 1.875rem 0 0
    }
}

@media only screen and (max-width:767px) {
    .xtrac-container .xtrac-gallery-container .xtrac-gallery .slide .content-container {
        padding: 6.25rem 0 6.25rem 1.875rem;
        text-align: center;
        background: rgba(255,255,255,0.5);
        height: 100%
    }
}

.xtrac-container .xtrac-gallery-container .xtrac-gallery .slide .content-container h2, .xtrac-container .xtrac-gallery-container .xtrac-gallery .slide .content-container h3 {
    margin: 0;
    text-transform: lowercase;
    text-align: left;
    font-family: "Lato",sans-serif;
    text-transform: uppercase;
    font-weight: 400
}

@media only screen and (max-width:1199px) {
    .xtrac-container .xtrac-gallery-container .xtrac-gallery .slide .content-container h2, .xtrac-container .xtrac-gallery-container .xtrac-gallery .slide .content-container h3 {
        font-size: 2.6875rem;
        line-height: 2.6875rem
    }
}

@media only screen and (max-width:991px) {
    .xtrac-container .xtrac-gallery-container .xtrac-gallery .slide .content-container h2, .xtrac-container .xtrac-gallery-container .xtrac-gallery .slide .content-container h3 {
        text-align: center
    }
}

.xtrac-container .xtrac-gallery-container .xtrac-gallery .slide .content-container h2 {
    margin: 0;
    color: #fff;
    font-size: 4.0625rem;
    line-height: 3.75rem
}

@media only screen and (max-width:1199px) {
    .xtrac-container .xtrac-gallery-container .xtrac-gallery .slide .content-container h2 {
        font-size: 2.6875rem;
        line-height: 2.6875rem
    }
}

@media only screen and (max-width:991px) {
    .xtrac-container .xtrac-gallery-container .xtrac-gallery .slide .content-container h2 {
        margin: 2.8125rem 0 0;
        font-size: 2.5rem;
        line-height: 2.5rem;
        text-align: left
    }
}

@media only screen and (max-width:767px) {
    .xtrac-container .xtrac-gallery-container .xtrac-gallery .slide .content-container h2 {
        margin: 2.8125rem 0 0;
        font-size: 3.125rem;
        line-height: 3.125rem
    }
}

.xtrac-container .xtrac-gallery-container .xtrac-gallery .slide .content-container h3 {
    font-size: 1.5625rem;
    line-height: 4.625rem;
    color: #29557c
}

@media only screen and (max-width:1199px) {
    .xtrac-container .xtrac-gallery-container .xtrac-gallery .slide .content-container h3 {
        font-size: 1.25rem;
        line-height: 1.25rem;
        margin: 20px 0
    }
}

@media only screen and (max-width:991px) {
    .xtrac-container .xtrac-gallery-container .xtrac-gallery .slide .content-container h3 {
        font-size: 1.25rem;
        line-height: 1.25rem;
        text-align: left
    }
}

@media only screen and (max-width:767px) {
    .xtrac-container .xtrac-gallery-container .xtrac-gallery .slide .content-container h3 {
        font-size: 1.25rem;
        line-height: 1.5625rem
    }
}

.xtrac-container .xtrac-gallery-container .xtrac-gallery .slide .content-container p {
    margin: 1.75rem auto 2.8125rem;
    font-size: 1.3125rem;
    line-height: 1.3125rem;
    color: #fff
}

@media only screen and (max-width:1199px) {
    .xtrac-container .xtrac-gallery-container .xtrac-gallery .slide .content-container p {
        font-size: 1.1875rem;
        line-height: 1.1875rem
    }
}

@media only screen and (max-width:991px) {
    .xtrac-container .xtrac-gallery-container .xtrac-gallery .slide .content-container p {
        padding: 0 2.1875rem;
        line-height: 1.5625rem
    }
}

.xtrac-container .xtrac-gallery-container .xtrac-gallery .slide .content-container .btn {
    width: 330px;
    padding: 15px 0;
    font-size: .9375rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    float: left;
    margin: 1.25rem 0
}

@media only screen and (max-width:991px) {
    .xtrac-container .xtrac-gallery-container .xtrac-gallery .slide .content-container .btn {
        padding: 0 2.1875rem;
        line-height: 1.5625rem;
        float: left;
        padding: 15px 0;
        margin: 1.25rem 0
    }
}

@media only screen and (max-width:767px) {
    .xtrac-container .xtrac-gallery-container .xtrac-gallery .slide .content-container .btn {
        padding: 0 2.1875rem;
        line-height: 1.5625rem;
        padding: 15px 0;
        float: none;
        margin: 1.25rem 0
    }
}

.xtrac-container .xtrac-gallery-container .xtrac-gallery .owl-controls {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 10
}

    .xtrac-container .xtrac-gallery-container .xtrac-gallery .owl-controls .owl-carousel .owl-nav .owl-prev {
        left: 150px !important
    }

@media only screen and (max-width:1225px) {
    .xtrac-container .xtrac-gallery-container .xtrac-gallery .owl-controls .owl-carousel .owl-nav .owl-prev {
        left: 0
    }
}

@media only screen and (max-width:991px) {
    .xtrac-container .xtrac-gallery-container .xtrac-gallery .owl-controls .owl-carousel .owl-nav .owl-prev {
        left: 15px
    }
}

.xtrac-container .xtrac-gallery-container .xtrac-gallery .owl-controls .owl-carousel .owl-nav .owl-next {
    right: 150px !important
}

@media only screen and (max-width:1225px) {
    .xtrac-container .xtrac-gallery-container .xtrac-gallery .owl-controls .owl-carousel .owl-nav .owl-next {
        right: 0
    }
}

@media only screen and (max-width:991px) {
    .xtrac-container .xtrac-gallery-container .xtrac-gallery .owl-controls .owl-carousel .owl-nav .owl-next {
        right: 15px
    }
}

.xtrac-container .xtrac-gallery-container .xtrac-gallery .owl-dots {
    position: absolute;
    top: 140px;
    right: 0;
    bottom: initial;
    left: 0
}

@media only screen and (max-width:991px) {
    .xtrac-container .xtrac-gallery-container .xtrac-gallery .owl-dots {
        top: 105px
    }
}

.page .all-derm-container, .blog .all-derm-container, .single .all-derm-container, .archive .all-derm-container, .error404 .all-derm-container {
    background: #f6f6f6;
    padding: 1.875rem 0 1.25rem;
    border-top: 1px solid #3bafbf
}

    .page .all-derm-container .container, .blog .all-derm-container .container, .single .all-derm-container .container, .archive .all-derm-container .container, .error404 .all-derm-container .container {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 0
    }

        .page .all-derm-container .container .all-derm, .blog .all-derm-container .container .all-derm, .single .all-derm-container .container .all-derm, .archive .all-derm-container .container .all-derm, .error404 .all-derm-container .container .all-derm {
            display: flex;
            align-items: center
        }

@media only screen and (max-width:767px) {
    .page .all-derm-container .container .all-derm, .blog .all-derm-container .container .all-derm, .single .all-derm-container .container .all-derm, .archive .all-derm-container .container .all-derm, .error404 .all-derm-container .container .all-derm {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }
}

.page .all-derm-container .container .all-derm p, .blog .all-derm-container .container .all-derm p, .single .all-derm-container .container .all-derm p, .archive .all-derm-container .container .all-derm p, .error404 .all-derm-container .container .all-derm p {
    font-stze: rem(15);
    font-weight: 600;
    letter-spacing: 4px;
    color: #29557c
}

@media only screen and (max-width:767px) {
    .page .all-derm-container .container .all-derm p, .blog .all-derm-container .container .all-derm p, .single .all-derm-container .container .all-derm p, .archive .all-derm-container .container .all-derm p, .error404 .all-derm-container .container .all-derm p {
        font-size: 13px;
        text-align: center;
        padding: 3px 20px
    }
}

.page .all-derm-container .container .all-derm .fa, .blog .all-derm-container .container .all-derm .fa, .single .all-derm-container .container .all-derm .fa, .archive .all-derm-container .container .all-derm .fa, .error404 .all-derm-container .container .all-derm .fa {
    margin: 0 0 .625rem 1.25rem
}

    .page .all-derm-container .container .all-derm .fa.fa-map-marker, .blog .all-derm-container .container .all-derm .fa.fa-map-marker, .single .all-derm-container .container .all-derm .fa.fa-map-marker, .archive .all-derm-container .container .all-derm .fa.fa-map-marker, .error404 .all-derm-container .container .all-derm .fa.fa-map-marker {
        font-size: 1.5625rem;
        color: #38a5db
    }

.doctor-container {
    margin: 3.125rem 0;
    position: relative;
    top: 140px;
    padding-bottom: 50px
}

.doctor-image-container {
    border-left: 7px solid #29557c;
    border: 1px solid #ddd;
    border-left: 7px solid #29557c;
    height: 280px;
    position: relative;
    margin: 0
}

    .doctor-image-container .btn {
        background: #29557c;
        background: #29557c;
        color: #fff !important;
        width: 100%;
        border-radius: 0;
        position: absolute;
        bottom: 0
    }

        .doctor-image-container .btn:hover {
            background: #5d7a92
        }

    .doctor-image-container .doctor-wrapper {
        position: absolute;
        width: 100%;
        flex-direction: column;
        display: flex;
        align-items: center;
        top: -100px
    }

    .doctor-image-container h2 {
        text-align: center;
        margin: .625rem 0 0;
        padding: 0 10px;
        font-size: 1.5625rem !important;
        font-weight: 400 !important;
        font-family: "Lato",sans-serif !important;
        line-height: 1.875rem !important;
        letter-spacing: 0;
        text-transform: capitalize;
        color: #29557c !important
    }

.single .doctor-container {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;
    top: 0;
    position: relative
}

    .single .doctor-container img {
        width: 300px
    }

.page-template-contact-us .secondary .map, .page-template-location .secondary .map {
    margin: 0 auto .9375rem;
    height: 300px
}

.page-template-contact-us .secondary .contact-information, .page-template-location .secondary .contact-information {
    padding: 20px 0 0 0;
    font-size: 1rem
}

    .page-template-contact-us .secondary .contact-information img, .page-template-location .secondary .contact-information img {
        margin: 1.875rem 0;
        width: 100%
    }

    .page-template-contact-us .secondary .contact-information h3, .page-template-location .secondary .contact-information h3 {
        text-transform: none
    }

    .page-template-contact-us .secondary .contact-information .address-container, .page-template-contact-us .secondary .contact-information .telephone-container, .page-template-contact-us .secondary .contact-information .fax-container, .page-template-location .secondary .contact-information .address-container, .page-template-location .secondary .contact-information .telephone-container, .page-template-location .secondary .contact-information .fax-container {
        position: relative;
        display: block;
        padding: 0 0 .3125rem 1.25rem;
        width: 100%;
        float: left
    }

        .page-template-contact-us .secondary .contact-information .address-container .fa, .page-template-contact-us .secondary .contact-information .telephone-container .fa, .page-template-contact-us .secondary .contact-information .fax-container .fa, .page-template-location .secondary .contact-information .address-container .fa, .page-template-location .secondary .contact-information .telephone-container .fa, .page-template-location .secondary .contact-information .fax-container .fa {
            position: absolute;
            top: 2px;
            left: 0;
            color: #29557c
        }

        .page-template-contact-us .secondary .contact-information .address-container span, .page-template-contact-us .secondary .contact-information .telephone-container span, .page-template-contact-us .secondary .contact-information .fax-container span, .page-template-location .secondary .contact-information .address-container span, .page-template-location .secondary .contact-information .telephone-container span, .page-template-location .secondary .contact-information .fax-container span {
            display: inline-block
        }

.page-template-contact-us .secondary .hours-of-operation, .page-template-location .secondary .hours-of-operation {
    margin: 1.5625rem auto 0;
    padding: 0
}

.newsletter-signup-row #mc_embed_signup_scroll .form-input-container {
    float: left;
    width: 100%
}

    .newsletter-signup-row #mc_embed_signup_scroll .form-input-container .button {
        margin: 0;
        padding: .625rem 1.875rem;
        width: 100%
    }

    .newsletter-signup-row #mc_embed_signup_scroll .form-input-container .mc-field-group {
        padding: 0 .3125rem
    }

.page, .single, .blog, .archive {
    margin: 3.75rem 0 0
}

    .page .page-content, .single .page-content, .blog .page-content, .archive .page-content {
        margin: 0 0 3.75rem
    }

    .page .secondary #wpsl-wrap #wpsl-result-list #wpsl-stores ul li:before, .single .secondary #wpsl-wrap #wpsl-result-list #wpsl-stores ul li:before, .blog .secondary #wpsl-wrap #wpsl-result-list #wpsl-stores ul li:before, .archive .secondary #wpsl-wrap #wpsl-result-list #wpsl-stores ul li:before {
        content: none
    }

    .page .secondary a, .single .secondary a, .blog .secondary a, .archive .secondary a {
        color: #28a3d8
    }

.page-template-page-dermcare-management .page-content .secondary .dermcare-partners-row {
    margin: 0 0 2.5rem
}

    .page-template-page-dermcare-management .page-content .secondary .dermcare-partners-row .dermcare-partner-container {
        border: 1px solid #eaeaea;
        height: 320px;
        position: relative
    }

        .page-template-page-dermcare-management .page-content .secondary .dermcare-partners-row .dermcare-partner-container .demrcare-location-container {
            position: absolute;
            bottom: 55px;
            left: 0;
            right: 0;
            padding: .9375rem;
            opacity: 0;
            color: #fff;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

        .page-template-page-dermcare-management .page-content .secondary .dermcare-partners-row .dermcare-partner-container .dermcare-link-container {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: .9375rem;
            opacity: 0;
            color: #fff;
            border-top: 1px solid #fff;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

            .page-template-page-dermcare-management .page-content .secondary .dermcare-partners-row .dermcare-partner-container .dermcare-link-container:hover {
                color: #5d7a92;
                background-color: #fff
            }

        .page-template-page-dermcare-management .page-content .secondary .dermcare-partners-row .dermcare-partner-container .dermcare-logo-container {
            position: relative;
            top: 0;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

            .page-template-page-dermcare-management .page-content .secondary .dermcare-partners-row .dermcare-partner-container .dermcare-logo-container svg {
                max-width: 300px;
                max-height: 130px
            }

                .page-template-page-dermcare-management .page-content .secondary .dermcare-partners-row .dermcare-partner-container .dermcare-logo-container svg path, .page-template-page-dermcare-management .page-content .secondary .dermcare-partners-row .dermcare-partner-container .dermcare-logo-container svg polygon, .page-template-page-dermcare-management .page-content .secondary .dermcare-partners-row .dermcare-partner-container .dermcare-logo-container svg circle {
                    fill: #ccc;
                    -moz-transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                    transition: all .3s ease-in-out
                }

                .page-template-page-dermcare-management .page-content .secondary .dermcare-partners-row .dermcare-partner-container .dermcare-logo-container svg .fadc-letters path {
                    fill: #fff;
                    -moz-transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                    transition: all .3s ease-in-out
                }

                .page-template-page-dermcare-management .page-content .secondary .dermcare-partners-row .dermcare-partner-container .dermcare-logo-container svg #Layer_2 rect {
                    fill: #ccc;
                    -moz-transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                    transition: all .3s ease-in-out
                }

                .page-template-page-dermcare-management .page-content .secondary .dermcare-partners-row .dermcare-partner-container .dermcare-logo-container svg #Layer_2 path {
                    fill: #fff;
                    -moz-transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                    transition: all .3s ease-in-out
                }

        .page-template-page-dermcare-management .page-content .secondary .dermcare-partners-row .dermcare-partner-container:hover {
            background-color: #5d7a92;
            color: #fff
        }

            .page-template-page-dermcare-management .page-content .secondary .dermcare-partners-row .dermcare-partner-container:hover .demrcare-location-container {
                opacity: 1;
                bottom: 80px
            }

            .page-template-page-dermcare-management .page-content .secondary .dermcare-partners-row .dermcare-partner-container:hover .dermcare-link-container {
                opacity: 1
            }

            .page-template-page-dermcare-management .page-content .secondary .dermcare-partners-row .dermcare-partner-container:hover .dermcare-logo-container {
                top: -40px
            }

                .page-template-page-dermcare-management .page-content .secondary .dermcare-partners-row .dermcare-partner-container:hover .dermcare-logo-container svg path, .page-template-page-dermcare-management .page-content .secondary .dermcare-partners-row .dermcare-partner-container:hover .dermcare-logo-container svg polygon, .page-template-page-dermcare-management .page-content .secondary .dermcare-partners-row .dermcare-partner-container:hover .dermcare-logo-container svg circle {
                    fill: #fff
                }

                .page-template-page-dermcare-management .page-content .secondary .dermcare-partners-row .dermcare-partner-container:hover .dermcare-logo-container svg .fadc-letters path {
                    fill: #5d7a92
                }

                .page-template-page-dermcare-management .page-content .secondary .dermcare-partners-row .dermcare-partner-container:hover .dermcare-logo-container svg #Layer_2 rect {
                    fill: #fff
                }

                .page-template-page-dermcare-management .page-content .secondary .dermcare-partners-row .dermcare-partner-container:hover .dermcare-logo-container svg #Layer_2 path {
                    fill: #5d7a92
                }

.single-locations .contact-information .address-container .fa {
    color: #5d7a92
}

.blog-posts-container hr.spacer {
    display: block;
    width: 100%;
    margin: 1.875rem 0;
    border-style: inherit;
    border-top: 1px solid #ddd
}

.blog-posts-container .blog-post {
    margin: 1.875rem 0 0
}

@media only screen and (max-width:991px) {
    .blog-posts-container .blog-post {
        margin: 1.875rem 0 1.875rem
    }
}

.blog-posts-container .blog-post:first-child {
    margin: 0
}

@media only screen and (max-width:991px) {
    .blog-posts-container .blog-post:first-child {
        margin: 1.875rem 0 1.875rem
    }
}

.blog-posts-container .blog-post h2 {
    margin: 0 0 1.25rem;
    font-size: 2.1875rem;
    line-height: 2.1875rem
}

.blog-posts-container .blog-post .left-section {
    padding-left: 0
}

    .blog-posts-container .blog-post .left-section .img-container {
        height: 366px
    }

@media only screen and (max-width:991px) {
    .blog-posts-container .blog-post .left-section .img-container {
        height: 176px
    }
}

.blog-posts-container .blog-post .left-section .img-container .bgimage {
    height: 308px;
    width: 100%;
    border-top: 10px solid #5d7a92;
    background-position: center;
    background-size: cover
}

@media only screen and (max-width:991px) {
    .blog-posts-container .blog-post .left-section .img-container .bgimage {
        height: 185px
    }
}

.blog-posts-container .blog-post .left-section .blog-date {
    position: absolute;
    top: 60px;
    display: block;
    font-family: "Lato",sans-serif;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 1.375rem
}

    .blog-posts-container .blog-post .left-section .blog-date .border {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 140px;
        bottom: -30px;
        left: -20px;
        height: 90px;
        position: absolute;
        background: #5d7a92;
        -moz-box-shadow: 3px 10px 26px -10px #000 !important;
        -webkit-box-shadow: 3px 10px 26px -10px #000 !important;
        box-shadow: 3px 10px 26px -10px #000 !important
    }

    .blog-posts-container .blog-post .left-section .blog-date .radius {
        background: #5d7a92;
        margin: 0 auto 0;
        line-height: 28px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 80px;
        padding: 10px;
        height: 80px
    }

        .blog-posts-container .blog-post .left-section .blog-date .radius .mon, .blog-posts-container .blog-post .left-section .blog-date .radius .day {
            display: inline-block;
            text-transform: uppercase;
            font-size: 1.875rem
        }

        .blog-posts-container .blog-post .left-section .blog-date .radius .day {
            font-size: 1.875rem;
            font-weight: 500;
            text-transform: uppercase;
            margin-left: 5px
        }

@media only screen and (max-width:991px) {
    .blog-posts-container .blog-post .right-section {
        margin: 2.5rem 0 0 0
    }
}

.blog-posts-container .blog-post .right-section .post-info-container .admin {
    font-weight: 400;
    margin-bottom: .625rem
}

@media only screen and (max-width:767px) {
    .blog-posts-container .blog-post .right-section .post-info-container .admin {
        display: flex;
        flex-direction: column
    }
}

.blog-posts-container .blog-post .right-section .post-info-container .admin span:last-child {
    margin-left: 1.875rem
}

@media only screen and (max-width:767px) {
    .blog-posts-container .blog-post .right-section .post-info-container .admin span:last-child {
        margin-left: 0
    }
}

.blog-posts-container .blog-post .right-section .excerpt-container p {
    line-height: 2.1875rem
}

.blog-posts-container .blog-post .right-section .excerpt-container .read-button {
    float: left;
    margin-top: 1.25rem
}

@media only screen and (max-width:991px) {
    .blog-posts-container .blog-post .right-section .excerpt-container .read-button {
        float: none
    }
}

.blog-posts-container .blog-post .right-section .excerpt-container .read {
    float: left;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: .9375rem;
    font-weight: 600;
    font-family: "Lato",sans-serif;
    color: #5d7a92;
    font-weight: 700;
    margin: 0 1.25rem 0 0;
    border-bottom: 1px solid
}

@page {
    margin: 1cm
}

@media print {
    body {
        background-color: #fff !important;
        margin: 0;
        padding: 0;
        width: 100%;
        color: #000 !important
    }

    *, *:before, *:after {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-shadow: none;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact
    }

    a {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^='#']:after, a[href^='javascript:']:after {
        content: ' '
    }

    pre, blockquote {
        border: 1px solid #000;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h1, h2, h3, h4, h5, h6, img, blockquote, table, pre, b, ul, ol, dl {
        page-break-after: avoid;
        page-break-inside: avoid
    }

    footer, .sidebar-container {
        display: none !important
    }

    header {
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        border-top: 0 !important
    }

        header .menu-container {
            display: none
        }

    .page, .single, .archive, .blog {
        margin: 0 !important
    }

    .page-content .banner-container {
        display: none
    }

    .page-content .secondary {
        margin: 0;
        padding: 0 !important;
        width: 100%;
        page-break-before: always
    }

        .page-content .secondary img {
            display: block;
            margin: 0 0 .9375rem;
            float: none
        }

    .blog .blog-posts-container .blog-post-container {
        width: 100% !important;
        height: auto !important;
        margin: 0 0 2.1875rem;
        padding: 0 !important;
        page-break-inside: avoid;
        page-break-after: auto
    }

        .blog .blog-posts-container .blog-post-container img {
            display: none !important
        }

    .panel-group .panel-default {
        page-break-inside: avoid;
        page-break-after: auto
    }

        .panel-group .panel-default .panel-collapse {
            display: block !important;
            height: auto !important
        }

    .pop-up-video-container {
        margin: 0 0 3.125rem !important
    }

        .pop-up-video-container .pop-up-video {
            height: 75px
        }

            .pop-up-video-container .pop-up-video:after {
                content: "|  " attr(href);
                background-color: #ccc !important;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                font-family: FontAwesome;
                font-size: 1.25rem;
                line-height: 4.6875rem;
                color: #646464;
                z-index: 2;
                text-align: center
            }

    .tab-content > .tab-pane {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important
    }
}
header .container .address .telephone-container .title-header {
    color: #29557c;
    float: left !important;
    font-size: 1.2em;
}

header.scroll .container .address .telephone-container .title-header {
    display: none;
}
h3 .center {
    text-align: center;
}