﻿@charset "UTF-8";
@import url(jcf.css);
/*ul, ul > li > ul,*/
.popular-searches .search-items, .services-block .services-content .services-list, .general-block .general-content .services-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?837cbt");
    src: url("../fonts/icomoon/icomoon.eot?837cbt#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?837cbt") format("truetype"), url("../fonts/icomoon/icomoon.woff?837cbt") format("woff"), url("../fonts/icomoon/icomoon.svg?837cbt#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ui-datepicker .ui-datepicker-title select {
    color: black !important;
}
.icon-sun:before {
    content: "\e914";
}

.icon-snake:before {
    content: "\e915";
}

.icon-angle-down:before {
    content: "\e900";
}

.icon-angle-left:before {
    content: "\e901";
}

.icon-angle-right:before {
    content: "\e902";
}

.icon-angle-up:before {
    content: "\e903";
}

.icon-bill:before {
    content: "\e904";
}

.icon-brand-logo:before {
    content: "\e905";
}

.icon-call:before {
    content: "\e906";
}

.icon-doc:before {
    content: "\e907";
}

.icon-envelop:before {
    content: "\e908";
}

.icon-facebook:before {
    content: "\e909";
}

.icon-facebook-square:before {
    content: "\e90a";
}

.icon-heart:before {
    content: "\e90b";
}

.icon-heart1:before {
    content: "\e90c";
}

.icon-home:before {
    content: "\e90d";
}

.icon-instagram:before {
    content: "\e90e";
}

.icon-linkedin:before {
    content: "\e90f";
}

.icon-map-pin:before {
    content: "\e910";
}

.icon-pin:before {
    content: "\e911";
}

.icon-search:before {
    content: "\e912";
}

.icon-twitter:before {
    content: "\e913";
}

body, input, textarea, button {
    color: #555555;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    color: #006892;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote {
    margin-top: 0;
    margin-bottom: 1em;
}

h1 {
    font-size: 36px;
}

h1.hero {
    font-size: 96px;
    font-weight: 800;
}

h2 {
    font-weight: 800;
    font-size: 62px;
    line-height: .95em;
    text-transform: uppercase;
}

h3 {
    font-size: 28px;
    font-weight: 400;
}

@media (min-width: 45em) {
    h3 {
        font-size: 46px;
    }
}

h4 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5em;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Montserrat', sans-serif;
}

p.small {
    font-size: 14px;
    line-height: 22px;
}

p.large {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

p strong {
    font-weight: 700;
}

a {
    color: #006892;
    text-decoration: none;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

a:hover, a.hover {
    color: #0081b1;
    text-decoration: underline;
}

a:focus, a.active {
    color: #006892;
    text-decoration: underline;
}

ol, ul {
    font-size: 16px;
    line-height: 28px;
}

ol li, ul li {
    margin-bottom: 12px;
}

ol ol, ol ul, ul ol, ul ul {
    padding-top: 12px;
}

ol {
    counter-reset: item;
    padding: 0;
}

ol li {
    position: relative;
    display: block;
    padding-left: 40px;
}

ol li::before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #0081b1;
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    font-weight: 500;
    text-align: right;
}

ol li ol li::before {
    color: #303234;
}

ul ul {
    list-style-type: disc;
    padding: 0px 50px !important;
    margin-top: 12px;
}

nav ul { list-style: none; }

html.remodal-is-locked {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}

.remodal,
[data-remodal-id] {
    display: none;
}

.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -312.5em;
    right: -312.5em;
    bottom: -312.5em;
    left: -312.5em;
    display: none;
    background: rgba(48, 50, 52, 0.95);
}

.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
    -webkit-animation-name: remodal-overlay-opening-keyframes;
    animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
    -webkit-animation-name: remodal-overlay-closing-keyframes;
    animation-name: remodal-overlay-closing-keyframes;
}

.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}

.remodal-wrapper::after {
    vertical-align: top;
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    content: "";
}

.remodal-overlay,
.remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.remodal {
    vertical-align: top;
    position: relative;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: .625em;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: white;
}

.remodal.remodal-is-opening, .remodal.remodal-is-closing {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
    -webkit-animation-name: remodal-opening-keyframes;
    animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
    -webkit-animation-name: remodal-closing-keyframes;
    animation-name: remodal-closing-keyframes;
}

.remodal h3 {
    color: white;
}

.remodal h3.burst {
    position: relative;
}

.remodal h3.burst::before {
    content: "";
    position: absolute;
    bottom: 120%;
    left: 50%;
    width: 50px;
    height: 50px;
    background: url(../images/burst.min.svg) no-repeat center;
    background-size: contain;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.remodal .contain {
    position: relative;
    padding: 96px 20px 48px;
}

.remodal .form_contain {
    max-width: 39.375em;
}

.remodal .form_contain .input {
    margin-bottom: 2.5rem;
}

.remodal .form_contain input[type="text"] {
    border: none;
    padding: 1.5em;
}

@media (min-width: 68.75em) {
    .remodal .contain {
        padding: 10em 7em 5em;
    }
}

.remodal-is-initialized {
    display: inline-block;
}

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Close button */
.remodal-close {
    position: absolute;
    top: 2.25em;
    right: 1em;
    display: block;
    overflow: visible;
    width: 1.25em;
    height: 1.25em;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    border: 0;
    outline: 0;
    background: url(../images/icons/close_white.min.svg) no-repeat center;
    background-size: contain;
}

@media (min-width: 68.75em) {
    .remodal-close {
        top: 5em;
        right: 5.25em;
    }
}

@media (min-width: 1350px) {
    .remodal-close {
        top: 5.95em;
    }
}

@media (min-width: 1520px) {
    .remodal-close {
        right: 6.85em;
        top: 6em;
    }
}

/* Dialog buttons */
.remodal-confirm, .remodal-cancel {
    font: inherit;
    display: inline-block;
    overflow: visible;
    min-width: 110px;
    margin: 0;
    padding: 12px 0;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    outline: 0;
}

.remodal-confirm {
    color: #fff;
    background: #81c784;
}

.remodal-confirm:hover, .remodal-confirm:focus {
    background: #66bb6a;
}

.remodal-cancel {
    color: #fff;
    background: #e57373;
}

.remodal-cancel:hover, .remodal-cancel:focus {
    background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        opacity: 0;
    }
}

@keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        opacity: 0;
    }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
    background: #2b2e38;
}

.lt-ie9 .remodal {
    width: 700px;
}

.mychart_modal .content {
    max-width: 61.25em;
    padding: 2em 0 4.5em;
    margin: 0 auto;
}

.mychart_modal aside {
    text-align: left;
    margin-bottom: 3.5em;
}

.mychart_modal aside ul {
    margin: 0 0 4.5em;
    padding: 0;
}

.mychart_modal aside ul li {
    margin-bottom: .5em;
    padding-left: 1.5em;
}

.mychart_modal aside ul li::before {
    color: white;
}

.mychart_modal aside a {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.125em;
    padding-right: 2.5em;
    color: white;
    text-decoration: none;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.mychart_modal aside a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.25rem;
    height: 1.25rem;
    background: url(../images/icons/arrow_right_white.min.svg) no-repeat center;
    background-size: contain;
}

.mychart_modal aside a:hover {
    opacity: .75;
}

.mychart_modal .main {
    max-width: 39.375em;
    background: white;
    border-radius: .125em;
    padding: 1.25em;
}

.mychart_modal .main .icon {
    display: block;
    width: 3.125em;
    margin: 0 auto 1.5em;
}

.mychart_modal .main h4 {
    margin-bottom: 32px;
}

.mychart_modal .main .btn {
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding: 1.25em 3.5em;
    line-height: 1.25em;
    color: white;
    text-decoration: none;
    background: #006892;
    margin: 0 0 32px;
    border-radius: .125em;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.mychart_modal .main .btn:hover {
    background-color: #0081b1;
}

.mychart_modal .main h5 {
    font-size: 1.125em;
    font-weight: 400;
}

.mychart_modal .main h5 a {
    font-weight: 700;
}

.mychart_modal .main .download_options {
    margin-top: 2.5em;
    padding-top: 2.5em;
    border-top: 1px dotted #006892;
}

.mychart_modal .main .download_options h6 {
    margin-bottom: 1em;
}

.mychart_modal .main .download_options .apps {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.mychart_modal .main .download_options .apps li {
    display: inline-block;
    margin: 0 .5em;
    width: 8.25em;
    padding: 0;
}

.mychart_modal .main .download_options .apps li::before {
    display: none;
}

.mychart_modal .main .download_options .apps li img {
    display: block;
    max-width: 100%;
}

@media (min-width: 35em) {
    .mychart_modal .main h5 {
        font-size: 1.5em;
    }
}

@media (min-width: 41.25em) {
    .mychart_modal .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .mychart_modal .content aside {
        width: 32%;
        margin-right: 2em;
    }

    .mychart_modal .content .main {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .mychart_modal .content .main .download_options {
        margin-top: 4.5em;
    }
}

@media (min-width: 61.25em) {
    .mychart_modal .main {
        padding: 3.125em;
    }
}

@-webkit-keyframes toTop {
    0% {
        z-index: 0;
    }

    1% {
        z-index: 1;
    }

    100% {
        z-index: 1;
    }
}

@keyframes toTop {
    0% {
        z-index: 0;
    }

    1% {
        z-index: 1;
    }

    100% {
        z-index: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        z-index: -1;
        opacity: 0;
    }

    1% {
        z-index: 100;
        opacity: 0;
    }

    100% {
        z-index: 100;
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        z-index: -1;
        opacity: 0;
    }

    1% {
        z-index: 100;
        opacity: 0;
    }

    100% {
        z-index: 100;
        opacity: 1;
    }
}

@-webkit-keyframes slideUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2em);
        transform: translateY(2em);
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2em);
        transform: translateY(2em);
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slideIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2em);
        transform: translateY(2em);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2em);
        transform: translateY(2em);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slideAction {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2em);
        transform: translateY(2em);
    }

    100% {
        opacity: .1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideAction {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2em);
        transform: translateY(2em);
    }

    100% {
        opacity: .1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes scaleUp {
    0% {
        z-index: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    1% {
        z-index: 100;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        z-index: 100;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes scaleUp {
    0% {
        z-index: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    1% {
        z-index: 100;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        z-index: 100;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.appear {
    opacity: 0;
    -webkit-transform: translateY(2em);
    -ms-transform: translateY(2em);
    transform: translateY(2em);
}

.appear.appear--on {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: slideIn .7s forwards;
    animation: slideIn .7s forwards;
}

.no-js .appear {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

html.nav--on {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    height: 100%;
}

    html.nav--on body, html.nav--on #wrapper {
        height: 100%;
    }

@media (min-width: 68.75em) {
    html.nav--on {
        overflow: inherit;
        -ms-touch-action: inherit;
        touch-action: inherit;
        height: auto;
    }

    html.nav--on body, html.nav--on #wrapper {
        height: auto;
    }
}

.mobile_menu_bg {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #303234;
    opacity: 0;
    pointer-events: none;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.menu--start.menu--off .mobile_menu_bg {
    -webkit-animation: none;
    animation: none;
}

.menu--off .mobile_menu_bg {
    -webkit-animation-name: remodal-overlay-closing-keyframes;
    animation-name: remodal-overlay-closing-keyframes;
}

.menu--on .mobile_menu_bg {
    -webkit-animation-name: remodal-overlay-opening-keyframes;
    animation-name: remodal-overlay-opening-keyframes;
}

@media (min-width: 68.75em) {
    .mobile_menu_bg {
        display: none;
    }
}

header.global {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
}

header.global.hide--header {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
}

.menu--on header.global {
    bottom: 0;
    right: 0;
    background: none;
}

.nav--on header.global.hide--header {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.header--fixed header.global {
    position: fixed;
}

@media (min-width: 68.75em) {
    .menu--on header.global {
        bottom: auto;
        right: auto;
        background: white;
    }

    .nav--on header.global.hide--header {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.mobile_menu {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.mobile_menu ul li {
    padding: 0;
}

.mobile_menu ul li::before {
    display: none;
}

.menu--start.menu--off .mobile_menu {
    pointer-events: none;
    -webkit-animation: none;
    animation: none;
}

.menu--off .mobile_menu {
    pointer-events: none;
    -webkit-animation-name: remodal-closing-keyframes;
    animation-name: remodal-closing-keyframes;
}

.menu--on .mobile_menu {
    pointer-events: inherit;
    -webkit-animation-name: remodal-opening-keyframes;
    animation-name: remodal-opening-keyframes;
}

.mobile_menu .mobile_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 24px 19px 20px 20px;
}

.mobile_menu .mobile_head .logo {
    width: 192px;
    height: 42px;
    margin-right: auto;
}

.mobile_menu .mobile_head .menu_trigger {
    width: 1.25em;
    -webkit-transform: translateY(0.5em);
    -ms-transform: translateY(0.5em);
    transform: translateY(0.5em);
    line-height: 1em;
}

@media (min-width: 68.75em) {
    .mobile_menu {
        display: none;
    }

    .menu--on .mobile_menu {
        display: none;
    }
}

ul.mobile_links {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.mobile_links li {
    display: block;
    margin: 0;
}

ul.mobile_links li img {
    max-width: 100%;
}

ul.mobile_links li.phone {
    text-align: center;
    padding: 2.625em 0;
    background: #f2f7fa;
    color: #006892;
}

ul.mobile_links li.phone a {
    padding: 0;
    color: #006892;
    text-decoration: none;
    border-bottom: none;
}

ul.mobile_links li.phone a:hover {
    color: #0081b1;
}

ul.mobile_links li.phone span.number {
    position: relative;
    display: inline-block;
    font-weight: 600;
    padding-left: 2.25em;
}

ul.mobile_links li.phone span.number::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.5em;
    height: 1.5em;
    background: url(../images/icons/phone.min.svg) no-repeat center;
    background-size: contain;
}

ul.mobile_links li a {
    display: block;
    padding: 1.25em 2.5em;
    text-decoration: none;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 2px solid rgba(0, 0, 0, 0.125);
}

ul.mobile_links li a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}

ul.mobile_links li.sub_nav {
    position: relative;
}

ul.mobile_links li.sub_nav .sub_nav_trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 24px;
    padding: 0;
    width: 23px;
    height: 23px;
    border-bottom: none;
    opacity: .6;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
}

ul.mobile_links li.sub_nav .sub_nav_trigger:hover {
    opacity: .8;
}

ul.mobile_links li.sub_nav ul {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .4s ease;
    transition: max-height .4s ease;
}

ul.mobile_links li.sub_nav.sub--on .sub_nav_trigger {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

ul.mobile_links li.sub_nav.sub--on ul {
    max-height: 30em;
    -webkit-transition: max-height .6s ease;
    transition: max-height .6s ease;
}

ul.mobile_links li ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.mobile_links li ul li {
    display: block;
}

ul.mobile_links li ul li:last-child a {
    border-bottom: none;
}

ul.mobile_links li ul li a {
    padding: 20px 40px 20px 56px;
    background: white;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.25em;
    color: #006892;
    text-decoration: none;
    border-bottom: 1px solid #eaf2f6;
}

ul.mobile_links li ul li a:hover {
    color: #0081b1;
}

ul.mobile_social {
    list-style-type: none;
    margin: 2.5em 0;
    padding: 0;
    text-align: center;
}

ul.mobile_social li {
    display: inline-block;
    margin: 0 .5em;
    width: 1.5em;
}

ul.mobile_social li a {
    opacity: .3;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

ul.mobile_social li a:hover {
    opacity: .6;
}

.top-bar {
    background: #f3f3f0;
    font-family: 'Montserrat', sans-serif;
}

.top-bar .top-bar-holder {
    font-size: 0;
    line-height: 0;
    margin: 0;
}

.top-bar ul {
    padding: 0 10px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.top-bar ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    padding: 14px 16px;
}

.top-bar ul li:before {
    display: none;
}

.top-bar ul li.icon a {
    position: relative;
    padding-left: 32px;
}

.top-bar ul li.icon a img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.top-bar ul li a {
    color: #006892;
    text-decoration: none;
}

.top-bar ul li a:hover {
    color: #0081b1;
}

.top-bar ul.other-links {
    position: relative;
    padding-right: 0;
}

.top-bar ul.other-links:before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    bottom: 13px;
    width: 1px;
    background: #d9d9d6;
}

.top-bar ul.other-links li a {
    color: rgba(48, 50, 52, 0.5);
}

.top-bar ul.other-links li a:hover {
    color: rgba(48, 50, 52, 0.75);
}

.top-bar ul.other-links li:last-child {
    padding-right: 0;
}

.navbar-toggle {
    padding: 0;
    border: none;
    margin-top: 23px;
    border-radius: 0;
}

    .navbar-toggle .icon-bar {
        border-radius: 0;
    }

.btn-search {
    margin: 15px 20px 0 0;
}

    .btn-search:hover {
        text-decoration: none;
    }

.search-wrapper .Search-Submit {
    margin-top: 1.5em;
}

.logo {
    width: 312px;
    height: 75px;
}

@media (max-width: 1519px) {
    .logo {
        width: 292px;
        height: 76px;
    }
}

@media (max-width: 1349px) {
    .logo {
        width: 212px;
        height: 56px;
    }
}

@media (max-width: 1099px) {
    .logo {
        width: 192px;
        height: 42px;
    }
}

.logo img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.nav {
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

.nav > li {
    padding: 0;
    margin: 0;
    position: static;
}

.nav > li:before {
    display: none;
}

.navbar {
    border: none;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.navbar .navbar-header {
    margin: 0;
}

.navbar .navbar-header .search_trigger, .navbar .navbar-header .menu_trigger {
    display: none;
    float: right;
    width: 24px;
    height: 24px;
    margin: 9px 0 0;
}

@media (max-width: 1099px) {
    .navbar .navbar-header .search_trigger, .navbar .navbar-header .menu_trigger {
        display: block;
    }
}

.navbar .navbar-header .menu_trigger {
    width: 20px;
    margin-left: 24px;
}

.menu--on .navbar {
    opacity: 0;
}

.navbar .container-fluid .navbar-brand {
    padding: 0;
    margin: 0;
}

@media (min-width: 68.75em) {
    .navbar {
        opacity: 1;
    }

    .menu--on .navbar {
        opacity: 1;
    }
}

.navbar-nav {
    margin-top: 39px;
}

@media (max-width: 1519px) {
    .navbar-nav {
        margin-top: 36px;
    }
}

@media (max-width: 1349px) {
    .navbar-nav {
        margin-top: 20px;
    }
}

.navbar-nav > li {
    padding: 0 22px 15px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
}

@media (max-width: 1519px) {
    .navbar-nav > li {
        font-size: 16px;
    }
}

@media (max-width: 1349px) {
    .navbar-nav > li {
        padding: 0 10px 12px;
    }
}

.navbar-nav > li:last-child {
    padding-right: 0;
}

.navbar-nav > li:hover > a {
    color: #ef9e5a;
}

.navbar-nav > li .content_overlay {
    position: absolute;
    z-index: 500;
    top: 120%;
    left: 0;
    width: 100%;
    height: 5000%;
    background: rgba(48, 50, 52, 0.9);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.navbar-nav > li .megadrop {
    position: absolute;
    z-index: 500;
    top: 98%;
    left: 0;
    width: 100%;
    background: #006892;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .5s ease;
    transition: max-height .5s ease;
}

.navbar-nav > li .megadrop .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding: 90px 10px 120px;
}

.navbar-nav > li .megadrop .container-fluid::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: 48.25em;
    height: 27.5em;
    background: url(../images/locations_drop_bg.jpg) no-repeat center;
    background-size: contain;
    opacity: .2;
    -webkit-transform: translateX(10em);
    -ms-transform: translateX(10em);
    transform: translateX(10em);
}

.navbar-nav > li .megadrop .content, .navbar-nav > li .megadrop aside {
    position: relative;
    z-index: 1;
}

.navbar-nav > li .megadrop .content {
    max-width: 48.75em;
    margin-right: 11.25em;
}

.navbar-nav > li .megadrop .content h3, .navbar-nav > li .megadrop .content p {
    color: white;
}

.navbar-nav > li .megadrop .content h3 {
    line-height: 1em;
}

.navbar-nav > li .megadrop .content .white_outline {
    margin-top: 3.5rem;
    float: left;
    padding-left: 2em;
    padding-right: 4em;
    color: white;
}

.navbar-nav > li .megadrop aside {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 23.125em;
    padding-top: 1em;
}

.navbar-nav > li .megadrop aside h4 {
    color: white;
}

.navbar-nav > li .megadrop aside ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: white;
}

.navbar-nav > li .megadrop aside ul li {
    margin-bottom: 1.25rem;
    padding: 0;
}

.navbar-nav > li .megadrop aside ul li::before {
    display: none;
}

.navbar-nav > li .megadrop aside ul li a {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}

.navbar-nav > li:hover a {
    color: #ef9e5a;
}

.navbar-nav > li:hover .content_overlay {
    opacity: 1;
}

.navbar-nav > li:hover .megadrop {
    max-height: 50em;
}

.navbar-nav > li > a {
    padding: 0;
}

.navbar-nav > li > a.btn {
    font-size: 18px;
    line-height: 1.2778;
    font-weight: normal;
    color: #fff;
    padding: 5px 12px;
    min-width: 260px;
    -webkit-transition: background-color .3s ease, border-color .3s ease;
    transition: background-color .3s ease, border-color .3s ease;
}

@media (max-width: 1519px) {
    .navbar-nav > li > a.btn {
        font-size: 14px;
        min-width: 200px;
    }
}

.navbar-nav > li > a.btn.btn-primary:hover, .navbar-nav > li > a.btn.btn-primary:focus {
    border-color: #0081b1;
    background: #0081b1;
    color: #fff;
}

.navbar-nav > li.appointment-link {
    position: relative;
    padding: 0 0 0 19px;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}

.navbar-nav > li.appointment-link:before {
    content: '';
    width: 1px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 6px;
    background: #d9d9d6;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1519px) {
    .navbar-nav > li.appointment-link {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.navbar-nav > li.search {
    padding-bottom: 0;
    padding-right: 19px;
}

.navbar-nav > li.search img {
    position: absolute;
    top: 50%;
    right: 0;
    width: 24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navbar-nav > li.search a {
    position: relative;
    padding-right: 40px;
}

@media (max-width: 1349px) {
    .navbar-nav > li.search a {
        padding-right: 30px;
    }
}

.main-nav {
    padding-top: 20px;
}

@media (max-width: 1099px) {
    .main-nav {
        padding: 24px 0 20px;
    }
}

.accessibility {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.accessibility:focus {
    top: 0;
    left: 0;
    z-index: 9999;
    width: auto;
    height: auto;
}

.sticky-wrap-scroll-nav {
    z-index: 15 !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 0;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}
/*
@media (max-width: 1519px) {
    h1 {
        font-size: 68px;
    }
}

@media (max-width: 1099px) {
    h1 {
        font-size: 56px;
    }
}

*/
h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

@media (max-width: 1099px) {
    h2 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 35px;
    }
}

h3 {
    font-weight: normal;
}

@media (max-width: 767px) {
    h3 {
        font-size: 28px;
    }
}

h5 {
    font-weight: bold;
}

@media (max-width: 767px) {
    h5 {
        font-size: 20px;
    }
}

h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
    color: #0081b1;
}

a:active {
    color: #0081b1;
}

a, a:active, a:focus,
button, button:focus, button:active,
.btn, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: none;
    outline: 0;
}

input::-moz-focus-inner {
    border: 0;
}

a.white_outline {
    display: block;
    padding: 1em 3em 1em 1em;
    color: white;
    text-decoration: none;
    border: 2px solid white;
    border-radius: .125rem;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

a.white_outline::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.25em;
    width: 1em;
    height: 1em;
    background: url(../images/icons/arrow_right_white.min.svg) no-repeat center;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

a.white_outline:hover {
    border-color: #0081b1;
    background: #0081b1;
    color: white;
    text-decoration: none;
}

.container-fluid {
    max-width: 1616px;
}

@media (max-width: 1099px) {
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.btn {
    border-width: 2px;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.btn.btn-inverse {
    color: #fff;
    border-color: #fff;
}

.btn.btn-inverse:hover, .btn.btn-inverse:focus {
    background: #0081b1;
    border-color: #0081b1;
    color: #fff;
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
    border-color: #0081b1;
    background: #0081b1;
}

.form-control {
    box-shadow: none;
    -webkit-appearance: none;
}

.form-control:focus {
    box-shadow: none;
}

.form-control:focus::-moz-placeholder {
    color: #0081b1;
    opacity: 1;
}

.form-control:focus:-ms-input-placeholder {
    color: #0081b1;
}

.form-control:focus::-webkit-input-placeholder {
    color: #0081b1;
}

.form_contain {
    max-width: 52em;
    margin: 0 auto;
    padding: 2em 0 4.5em;
    text-align: left;
}

label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    font-size: .875em;
    text-transform: uppercase;
}

.note {
    font-size: .8em;
    color: #842c2c;
    font-style: italic;
}

.form-check label {
    display: inline !important;
}

input[type="text"], input[type="search"], textarea.form-control {
    border: 1px solid #006892;
    border-radius: 2px;
    font-size: 18px;
    line-height: 1.25em;
    padding: 1em;
    background: white;
}

input[type="submit"] {
    border: none;
    background: #006892;
    border-radius: 2px;
    font-size: 18px;
    padding: 1em;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

input[type="submit"]:hover {
    background-color: #0081b1;
    color: white;
}

input[type="submit"].search_submit {
    display: block;
    text-indent: -999em;
    background: #006892 url(../images/icons/search_white.min.svg) no-repeat center;
    background-size: 40%;
    padding: 1em 2em;
}

input[type="submit"].search_submit:hover {
    background-color: #0081b1;
}

input[type="submit"].btn-lg {
    padding: 1.1em;
}


input[type="submit"].btn-sm {
    padding: .8em;
}

input[type="submit"].btn-xs {
    padding: .6em;
}



.submit_combo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5em;
}

.submit_combo input[type="text"], .submit_combo input[type="search"] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 75%;
    font-size: 1em;
    border: none;
    outline: none;
    border-right: none;
    border-radius: 2px 0 0 2px;
}

.submit_combo input[type="submit"] {
    border-radius: 0 2px 2px 0;
}

@media (min-width: 35em) {
    .submit_combo input[type="text"] {
        font-size: 18px;
        line-height: 1.25em;
    }
}

.no-padding > [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}

body hr { 
    border-top: 1px solid #006892;
}


/*ul {
    padding: 50px 0;
}*/

ul > li {
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    margin-bottom: 10px;
    /*padding-left: 22px; */
}

ul.not(#ChildMenu) > li:before, ul.not(#ParentMenu) > li:before {
    content: '•';
    color: #006892;
    font-size: 1.5em;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
}

*/ ul > li > ul {
    padding: 10px 13px 0;
}

ul > li > ul > li {
    list-style-type: circle;
}
/*ul > li > ul > li:before {
    content: '•';
    color: #303234;
    font-size: 1.38em;
    line-height: 1.09;
    left: 1px;
}*/

.bg-stretch {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: -1;
}

.jcf-select-drop .jcf-select-drop-content {
    border: none;
}

.jcf-list:after {
    display: none;
}

.jcf-list ul {
    padding: 12px 20px 15px 44px;
}

.jcf-list ul li {
    overflow: visible;
    margin: 0;
    padding: 6px 0;
    font-size: 20px;
    line-height: 1.2;
}

.jcf-list ul li:before {
    display: none;
}

.jcf-list ul li + li {
    border-top: 1px solid #d1d1d1;
}

.jcf-list .jcf-option {
    color: #00577d;
    overflow: visible;
    padding: 6px 0;
}

.jcf-list .jcf-option.jcf-hover {
    color: #ef9e5a;
    background: none;
}

.jcf-list .jcf-option.jcf-hover:before {
    content: "\e902";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    position: absolute;
    top: 16px;
    left: -27px;
    color: #006892;
}

.side-title {
    position: absolute;
    top: 50%;
    left: -66px;
    font: 14px/1.2857 "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media (max-width: 767px) {
    .side-title {
        display: none;
    }
}

body > .jcf-select-drop {
    margin: 0;
}

.cs {
    background: #333;
    padding: 40px;
}

.jcf-select {
    width: 100%;
    color: #3c3c3c;
    background: #fff;
    height: 100%;
    border: none;
    border-radius: 2px; 
}

.jcf-checkbox { 
    margin: 0 10px 0 0 ; 
    width: 20px;
    height: 20px;
}

/*.jcf-select {
    width: 100%;
    color: #9c9c9c;
    background: #fff;
    height: 68px;
    border: none;
    border-radius: 2px;
}*/

:root .jcf-checkbox span{
    width: 12px;
    height: 7px;
    margin: -4px 0 0 -6px;
}

.jcf-select .jcf-select-text {
    font-size: 18px;
    line-height: 1.2222;
	padding: 13px 60px 12px 23px;
    max-width: 100%;
}

/*.jcf-select .jcf-select-text {
    font-size: 18px;
    line-height: 1.2222;
    padding: 24px 60px 24px 23px;
    max-width: 100%;
}*/

.jcf-select .jcf-select-opener {
    width: 72px;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 2px 2px 0;
    pointer-events: none;
    cursor: pointer;
    text-indent: -999em;
    background: #006892 url(../images/icons/drop_arrow.min.svg) no-repeat center;
    background-size: 30%;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

    .jcf-select .jcf-select-opener:hover {
        background-color: #0081b1;
    }

.jcf-select .jcf-select-drop {
    left: 0;
    right: 0;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 700px;
        margin: 30px auto;
    }
}

.modal-header {
    background: #006892;
}

.modal-content {
    background: none;
    color: #fff;
    border: none;
    border-radius: 0;
}

.modal-content h3 {
    text-align: center;
}

.modal-content label {
    font: bold 14px/1.2857 "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.modal-content .search-form {
    padding: 30px 0;
}

.modal-content .form-group {
    margin-bottom: 40px;
}

.modal-content .form-control {
    height: 78px;
    padding: 10px 26px;
}

@media (max-width: 767px) {
    .modal-content .form-control {
        height: 50px;
        font-size: 16px;
    }
}

.modal-content .input-group .btn {
    height: 78px;
    width: 79px;
    font-size: 35px;
}

@media (max-width: 767px) {
    .modal-content .input-group .btn {
        height: 50px;
        font-size: 20px;
    }
}

.modal-content .jcf-list .jcf-option.jcf-hover:before {
    color: inherit;
}

@media (max-width: 767px) {
    .modal-content .jcf-list ul li {
        font-size: 16px;
    }
}

.modal-content .btn-close {
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    float: right;
    margin: 9px 10px 0 0;
    position: relative;
    padding: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 767px) {
    .modal-content .btn-close {
        width: 20px;
        height: 20px;
    }
}

.modal-content .btn-close:before, .modal-content .btn-close:after {
    content: '';
    width: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 11px;
    background: #fff;
}

.modal-content .btn-close:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.modal-content .btn-close:hover:before, .modal-content .btn-close:hover:after {
    background: #bfbfbf;
}

.modal-content .jcf-select {
    display: block;
    width: 100%;
    max-width: none;
}

@media (max-width: 767px) {
    .modal-content .jcf-select {
        height: 50px;
    }
}

@media (max-width: 767px) {
    .modal-content .jcf-select .jcf-select-text {
        font-size: 16px;
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

@media (max-width: 767px) {
    .modal-content .jcf-select .jcf-select-opener {
        font-size: 12px;
    }
}

.modal-content .jcf-select .jcf-select-opener:before {
    content: "\e900";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    color: #fff;
}

.share {
    padding: 80px 0;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.share span {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-right: 16px;
    color: #006892;
}

.share .share_links {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.share .share_links li {
    float: left;
    width: 28px;
    margin: 0 24px 0 0;
    padding: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.share .share_links li a, .share .share_links li img {
    display: block;
}

.share .share_links li:last-child {
    margin-right: 0;
}

.share .share_links li:hover {
    opacity: .8;
}

.share .share_links li::before {
    display: none;
}

blockquote {
    border: none;
    padding: 20px 107px;
}

@media (max-width: 1519px) {
    blockquote {
        padding: 20px 50px;
    }
}

@media (max-width: 1099px) {
    blockquote {
        padding: 20px 30px;
    }
}

@media (max-width: 767px) {
    blockquote {
        padding: 10px 0;
    }
}

blockquote q {
    display: block;
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
    position: relative;
    padding: 0 90px;
    letter-spacing: -1px;
    word-spacing: 2px;
    margin-bottom: 52px;
}

@media (max-width: 1099px) {
    blockquote q {
        font-size: 18px;
        padding: 0 60px;
    }
}

@media (max-width: 767px) {
    blockquote q {
        font-size: 16px;
        padding: 0 10px;
        margin-bottom: 30px;
    }
}

blockquote q:before, blockquote q:after {
    content: '';
    width: 57px;
    height: 45px;
    background: url(../images/quote-l.png) no-repeat;
    position: absolute;
    top: 7px;
    left: 0;
}

@media (max-width: 1099px) {
    blockquote q:before, blockquote q:after {
        width: 40px;
        height: 32px;
        background-size: cover;
    }
}

@media (max-width: 767px) {
    blockquote q:before, blockquote q:after {
        width: 15px;
        height: 12px;
        left: -10px;
    }
}

blockquote q:after {
    right: 0;
    left: auto;
    background-image: url(../images/quote-r.png);
}

@media (max-width: 767px) {
    blockquote q:after {
        left: auto;
        right: -10px;
    }
}

blockquote cite {
    display: block;
    font: 18px/1.2222 "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    letter-spacing: 1px;
    word-spacing: 2px;
    text-transform: capitalize;
}

@media (max-width: 1099px) {
    blockquote cite {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    blockquote cite {
        font-size: 14px;
    }
}

blockquote cite:before {
    content: '—';
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}

footer {
    background: #303234;
    padding: 3.75em 0;
}

footer .container-fluid {
    padding: 0;
    max-width: 1320px;
}

footer img {
    max-width: 100%;
}

footer .footer_top .contact_info {
    margin-bottom: 2.5em;
    padding: 0 1.25em;
}

footer .footer_top .logo {
    display: block;
    width: 13.75em;
    margin: 0 auto 1.5em;
}

footer .footer_top p {
    text-align: center;
    font-size: .9375em;
    color: #83888e;
    margin: 0;
    line-height: 1.75em;
}

footer .footer_top p a {
    color: #83888e;
    text-decoration: none;
}

footer .footer_top p a:hover {
    color: white;
}

footer .footer_top .logos {
list-style-type: none;
margin: 0 auto;
padding: 0 .75em;
max-width: 100%;
width: 410px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

footer .footer_top .logos li {
float: left;
width: 17%;
}

footer .footer_top .logos li img {
display: block;
max-width: 100%;
}

footer .footer_top .logos li:first-child {
width: 31%;
margin-right: 4%;
}

footer .footer_top .logos li:last-child {
width: 44%;
margin-left: 4%;
}

footer .mobile_links {
    margin-top: 3.5em;
    border-top: 2px solid rgba(0, 0, 0, 0.125);
}

footer ul li {
    padding: 0;
}

footer ul li::before {
    display: none;
}

footer .footer_bottom .footer_links {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer .footer_bottom .footer_links li {
    display: block;
    text-align: center;
}

footer .footer_bottom .footer_links li a {
    font-size: .875em;
    color: #83888e;
}

footer .footer_bottom .footer_links li a:hover {
    color: white;
}

footer .footer_bottom p {
    margin-top: 2.5em;
    text-align: center;
    font-size: .875em;
    color: #83888e;
}

footer .nav_links, footer .footer_social {
    list-style-type: none;
    margin: 0 3.5em 0 0;
    padding: 0;
}

footer .nav_links:last-child, footer .footer_social:last-child {
    margin-right: 0;
}

footer .nav_links li, footer .footer_social li {
    display: block;
    line-height: 1.25em;
}

footer .nav_links li a, footer .footer_social li a {
    display: block;
    font-size: .9375em;
    color: #83888e;
    text-decoration: none;
}

    footer .nav_links li a:hover, footer .footer_social li a:hover {
        color: white;
    }

footer .nav_links li:first-child a, footer .footer_social li:first-child a {
    font-size: .875em;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: white;
    padding-bottom: .75em;
}

footer .footer_social li img {
    display: block;
    width: 24px;
    margin: 0 auto;
    opacity: .3;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

footer .footer_social li img:hover {
    opacity: .6;
}

footer .footer_nav {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .footer_nav .footer_columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 42.5em) {
    footer .footer_top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    footer .footer_top .contact_info {
        padding: 0 1.25em;
        margin: 0;
    }

    footer .footer_top .contact_info .logo {
        margin: 0 0 1.5em;
    }

    footer .footer_top .contact_info p {
        text-align: left;
    }

    footer .footer_top .logos {
        margin: 0 1.25em 0 0;
        padding: 0;
        max-width: 29.5em;
    }
}

@media (min-width: 50em) {
    footer .footer_bottom .footer_links {
        max-width: 50em;
        margin: 0 auto;
        text-align: center;
    }

    footer .footer_bottom .footer_links li {
        display: inline-block;
        padding-right: 1em;
        margin-right: 1em;
        border-right: 1px solid #83888e;
        line-height: 1.25em;
    }

    footer .footer_bottom .footer_links li.last {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
    }

    footer .footer_bottom p {
        margin-top: 2.5em;
        text-align: center;
        font-size: .875em;
        color: #83888e;
    }
}

@media (min-width: 58.75em) {
    footer .container-fluid {
        padding: 0 1.25em;
    }

    footer .footer_top {
        margin-bottom: 4.5em;
    }

    footer .footer_top .contact_info {
        padding: 0;
    }

    footer .footer_top .logos {
        margin: 0;
    }

    footer .mobile_links, footer .mobile_social {
        display: none;
    }

    footer .footer_nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 4.5em;
    }

    footer .footer_nav .footer_columns {
        width: 75%;
    }

    footer .footer_nav .footer_social {
        margin-left: auto;
    }
}

@media (min-width: 84.375em) {
    footer .footer_top .contact_info .logo {
        -webkit-transform: translateX(-1em);
        -ms-transform: translateX(-1em);
        transform: translateX(-1em);
    }
}

#hero {
    position: relative;
    z-index: 1;
    padding-top: 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    min-height: 600px;
    max-height: 650px; 
}
  
#hero .banner {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    width: 100%; 
}
 
#hero .banner .container-large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; 
}
#hero .banner .container-large .container-fluid { width: 100%; }
  
@media (min-width: 68.75em) {
    #hero {
        padding-top: 133px;
        max-height: 933px; 
    } 
}

@media (min-width: 1350px) {
    #hero {
        padding-top: 150px;
        max-height: 950px; 
    } 
}

@media (min-width: 1520px) {
    #hero {
        padding-top: 153px;
        max-height: 953px; 
    } 
}

#hero.doc_profile {
    height: auto;
    min-height: 0;
    max-height: inherit;
}

#hero .banner {
    display: none;
}

#hero.location .banner, #hero.myhealth .banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#hero.location .action_block .actions, #hero.myhealth .action_block .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#hero .container-large {
    background: no-repeat center;
    background-size: cover;
    margin: 0 auto;
    width: 100%;
}

#hero .banner_content {
    position: relative;
    width: 100%;
    padding: 0 0 80px 7em;
}

#hero .banner_content::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 6.25em;
    height: 6.25em;
    background: url(../images/burst.min.svg) no-repeat center;
    background-size: contain;
    opacity: .1;
    -webkit-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    transform: translateY(-35%);
}

#hero .banner_content h1.hero, #hero .banner_content p.large {
    display: none;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    color: white;
    line-height: .855em;
    margin-bottom: 36px;
}

#hero .banner_content h1.hero:last-child, #hero .banner_content p.large:last-child {
    margin-bottom: 0;
}

#hero .banner_content h1.hero {
    font-size: 40px;
    margin-bottom: 24px;
}

#hero .banner_content p.large {
    font-size: 20px;
}

#hero .banner_content p.large {
    line-height: 20px;
    margin: 0;
    font-size: 18px;
}

#hero .banner_content p.large a.play {
    display: block;
    position: relative;
    color: white;
    text-decoration: none;
    padding-left: 70px;
}

#hero .banner_content p.large a.play::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    height: 50px;
    background: rgba(0, 19, 28, 0.6) url(../images/icons/play_white.min.svg) no-repeat center;
    background-size: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

#hero .banner_content p.large a.play:hover::before {
    background-color: rgba(0, 19, 28, 0.8);
}

#hero.video_player {
    -webkit-transition: height .3s ease;
    transition: height .3s ease;
}

#hero.video_player .banner_content {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

#hero.video_player figure.video {
    position: absolute;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: rgba(48, 50, 52, 0);
    -webkit-transition: background .3s ease, opacity .3s ease;
    transition: background .3s ease, opacity .3s ease;
}

#hero.video_player figure.video .close_video {
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

#hero.video_player figure.video video {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

#hero.video_player.video--on figure.video {
    opacity: 1;
    pointer-events: inherit;
    background: #303234;
}

#hero.video_player.video--on figure.video .close_video {
    opacity: .7;
}

#hero.video_player.video--on figure.video .close_video:hover {
    opacity: 1;
}

#hero.video_player.video--on .banner_content {
    opacity: 0;
}

#hero.video_player.video--on .actions {
    opacity: 0;
}

#hero.inner {
    height: 400px;
    min-height: 0;
    max-height: 100%;
}

#hero.inner .banner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

#hero.inner .banner h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    margin: 0;
}

#hero.inner .banner .contain.large {
    height: 100%;
}

#hero.inner .banner .contain.large .contain {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#hero.inner .banner .banner_content {
    height: auto;
    position: relative;
    padding: 0;
}

#hero.inner .banner .banner_content h1.hero, #hero.inner .banner .banner_content p.large {
    display: block;
    color: white;
    text-shadow: #333 2px 2px 4px;
}

#hero.inner.small {
    height: auto;
}

#hero.inner.small .banner {
    padding: 60px 0 80px;
}

@media (min-width: 68.75em) {
    #hero.inner {
        height: 485px;
    }
}

@media (min-width: 1350px) {
    #hero.inner {
        height: 650px;
    }
}

@media (min-width: 1520px) {
    #hero.inner {
        height: 653px;
    }
}

#hero.location .banner .banner_content, #hero.myhealth .banner .banner_content {
    padding: 0;
}

    #hero.location .banner .banner_content h1.hero, #hero.location .banner .banner_content p.large, #hero.myhealth .banner .banner_content h1.hero, #hero.myhealth .banner .banner_content p.large {
        display: block;
        color: white;
    }

    #hero.myhealth .banner .banner_content p.large {
        display: none;
    }

@media (min-width: 40.625em) {
    #hero .banner_content {
        padding: 0 0 90px 7em;
    }

    #hero .banner_content::before {
        top: 0;
        width: 10em;
        height: 10em;
    }

    #hero.inner .banner .banner_content {
        padding: 0 0 0 7em;
    }

    #hero.location .banner .banner_content, #hero.myhealth .banner .banner_content {
        padding: 0 0 0 7em;
    }
}

@media (min-width: 43.75em) {
    #hero.inner .banner .banner_content h1.hero {
        font-size: 56px;
    }

    #hero.inner .banner .banner_content p.large {
        font-size: 1.25em;
    }

    #hero.location .banner .banner_content p.large, #hero.myhealth .banner .banner_content p.large {
        font-size: 1.25em;
    }
}

@media (min-width: 55em) {
    #hero .banner_content {
        padding: 0 0 100px 7em;
    }

    #hero .banner_content::before {
        top: 0;
        width: 260px;
        height: 260px;
    }

    #hero .banner_content h1.hero {
        font-size: 56px;
    }

    #hero .banner_content h1.hero, #hero .banner_content p.large {
        display: block;
    }

    #hero.inner.small .banner {
        padding-left: 40px;
    }

    #hero.inner.small .banner h3 {
        font-size: 32px;
    }
}

@media (min-width: 61.25em) {
    #hero .banner_content {
        padding-bottom: 240px;
    }

    #hero.location .banner .banner_content, #hero.myhealth .banner .banner_content {
        padding-bottom: 120px;
    }

    #hero.location .banner .banner_content p.large, #hero.myhealth .banner .banner_content p.large {
        display: block;
    }
}

@media (min-width: 64em) {
    #hero .banner_content h1.hero {
        font-size: 68px;
    }

    #hero.inner .banner .banner_content h1.hero {
        font-size: 68px;
    }
}

@media (min-width: 64em) and (max-height: 630px) {
    #hero .banner_content h1.hero {
        font-size: 56px;
    }

    #hero .banner_content p.large {
        display: none;
    }
}

@media (max-height: 630px) {
    #hero .banner_content p.large {
        display: none !important;
    }
}

@media (min-width: 75em) {
    #hero .banner_content {
        padding: 0 0 280px 9em;
    }

    #hero .banner_content::before {
        width: 290px;
        height: 290px;
    }

    #hero .banner_content h1.hero {
        font-size: 76px;
    }

    #hero.inner .banner .banner_content h1.hero {
        font-size: 76px;
    }

    #hero.location .banner .banner_content, #hero.myhealth .banner .banner_content {
        padding: 0 0 200px 9em;
        text-shadow: #333 2px 2px 4px;
    }
}

@media (min-width: 75em) and (max-height: 700px) {
    #hero .banner_content h1.hero {
        font-size: 68px;
        margin-bottom: 20px;
    }
}

@media (min-width: 75em) and (max-height: 630px) {
    #hero .banner_content h1.hero {
        font-size: 48px;
    }

    #hero .banner_content p.large {
        display: none;
    }
}

@media (min-width: 86em) {
    #hero .banner_content h1.hero {
        font-size: 76px;
    }

    #hero.inner .banner .banner_content h1.hero {
        font-size: 76px;
    }
}

@media (min-width: 86em) and (max-height: 750px) {
    #hero .banner_content h1.hero {
        font-size: 68px;
        margin-bottom: 20px;
    }
}

@media (min-width: 86em) and (max-height: 650px) {
    #hero .banner_content h1.hero {
        font-size: 44px;
    }

    #hero .banner_content p.large {
        display: none;
    }
}

.hero_nav {
    position: absolute;
    z-index: 3;
    bottom: 330px;
    left: 0;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}

.hero_nav .content {
    max-width: 25em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero_nav .drop_actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.hero_nav span.start {
    display: block;
    color: white;
    font-size: .875em;
    font-weight: 700;
    margin-left: 1em;
    margin-bottom: 1em;
    font-family: 'Montserrat', sans-serif;
}

.hero_nav a.go {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #006892;
    color: white;
    text-transform: uppercase;
    font-size: .875em;
    font-weight: 700;
    padding: 0 1em;
    text-decoration: none;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0 2px 2px 0;
}

.hero_nav a.go:hover {
    background: #0081b1;
}


.hero_nav #i-need-to-dropdown {
    width: 20em;
    display: none;
}

#i-need-to-dropdown span.jcf-select.jcf-unselectable {
    background: rgba(255,255,255,0.3);
    color: #fff;
}

#i-need-to-dropdown .jcf-select-text {
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: 99%;
    margin: 0;
    border-radius: 2px;
}

#i-need-to-dropdown span.jcf-list {
    box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.3);
}

.hero_nav {
    bottom: 50px;
}

@media (min-width: 30em) {
    .hero_nav .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .hero_nav span.start {
        margin: 0 .75em 0 0;
    }
}

@media (min-width: 40.625em) {
    .hero_nav .content {
        max-width: 26em;
    }

    .hero_nav span.start {
        font-size: 1.25em;
    }

    .hero_nav a.go {
        font-size: 1.125em;
    }

    .myhealth .hero_nav .content {
        padding-left: 7em;
    }

    .hero_nav #i-need-to-dropdown {
        display:inline-block;
    }
}

@media (min-width: 47.5em) {
   
}

@media (min-width: 48em) {
     
     
     .hero_nav .content {
        max-width: 35em;
    }
}


@media (min-width: 55em) {

    .hero_nav .content {
        padding-left: 7em;
        max-width: 42em;
    }
    
    .hero_nav #i-need-to-dropdown {
        width: 24em;
    }
}

@media (min-width: 61.25em){
   .hero_nav {
        bottom: 200px;
    }
}

@media (min-width: 64em){
    .hero_nav #i-need-to-dropdown {
        width: 28em;
    }
}

@media (min-width: 75em) {
    .hero_nav {
        bottom: 230px;
    }

    .hero_nav .content {
        padding-left: 9em;
        max-width: 44em;
    }

    .myhealth .hero_nav .content {
        padding-left: 9em;
    }

    
}

.hero_search input[type=search] {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-right: none;
    background: rgba(255, 255, 255, 0.25);
    font-size: 16px;
    padding: 0 1em;
    line-height: 48px;
    height: 48px;
}

    .hero_search input[type=search]::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: white;
    }

    .hero_search input[type=search]::-moz-placeholder {
        /* Firefox 19+ */
        color: white;
    }

    .hero_search input[type=search]:-ms-input-placeholder {
        /* IE 10+ */
        color: white;
    }

    .hero_search input[type=search]:-moz-placeholder {
        /* Firefox 18- */
        color: white;
    }

@media (min-width: 48em) {
    .hero_search input[type=search] {
        font-size: 24px;
        line-height: 56px;
        height: 56px;
    }

    .hero_search .btn {
        padding: 10px 12px;
    }
}

.i_am_a_dropdown {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
}

.i_am_a_dropdown .drop_trigger {
    position: relative;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-right: none;
    background: rgba(255, 255, 255, 0.25);
    padding: 1em 3em 1em 1em;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    border-radius: 2px 0 0 2px;
}

.i_am_a_dropdown .drop_trigger span {
    display: none;
    font-size: 1em;
    line-height: 1em;
    font-weight: 500;
    color: white;
}

.i_am_a_dropdown .drop_trigger::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    width: 1em;
    height: 1em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/icons/drop_arrow.min.svg) no-repeat center;
    background-size: contain;
}

.i_am_a_dropdown.dropdown--on .dropdown_options {
    display: block;
}

.i_am_a_dropdown .dropdown_options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0 1.25em 0 2.75em;
    background: white;
}

.i_am_a_dropdown .dropdown_options::after {
    position: absolute;
    content: "";
    top: 6em;
    bottom: 1.5em;
    left: 3.75em;
    right: 3.75em;
    z-index: -1;
    box-shadow: 0 0 3em 3em rgba(0, 105, 144, 0.35);
    border-radius: 50% 50% 10% 10%;
}

.i_am_a_dropdown .dropdown_options li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(48, 50, 52, 0.1);
}

.i_am_a_dropdown .dropdown_options li::before {
    display: none;
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    width: 16px;
    height: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/icons/arrow_right.min.svg) no-repeat center;
    background-size: contain;
}

.i_am_a_dropdown .dropdown_options li:first-child {
    margin-top: .5em;
}

.i_am_a_dropdown .dropdown_options li:last-child {
    margin-bottom: .5em;
    border-bottom: none;
}

.i_am_a_dropdown .dropdown_options li a {
    display: block;
    padding: .75rem 0;
    font-size: .875em;
    font-weight: 400;
    text-decoration: none;
}

.i_am_a_dropdown .dropdown_options li a:hover {
    color: #ef9e5a;
}

@media (min-width: 48em) {
    .i_am_a_dropdown .drop_trigger span {
        font-size: 24px;
        font-weight: 400;
    }

    .i_am_a_dropdown .dropdown_options li a {
        font-size: 20px;
    }
}

#hero.patient--on .patient_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#hero.patient--on .i_am_a_dropdown .drop_trigger span.patient_visitor {
    display: block;
}

#hero.patient--on .i_am_a_dropdown .dropdown_options li.patient_visitor_trigger::before {
    display: block;
}

#hero.patient--on .i_am_a_dropdown .dropdown_options li.patient_visitor_trigger a {
    color: #ef9e5a;
}

#hero.patient--on .action_block .actions.patient_actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#hero.provider--on .provider_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#hero.provider--on .i_am_a_dropdown .drop_trigger span.provider {
    display: block;
}

#hero.provider--on .i_am_a_dropdown .dropdown_options li.provider_trigger::before {
    display: block;
}

#hero.provider--on .i_am_a_dropdown .dropdown_options li.provider_trigger a {
    color: #ef9e5a;
}

#hero.provider--on .action_block .actions.provider_actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#hero.employee--on .employee_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#hero.employee--on .i_am_a_dropdown .drop_trigger span.employee {
    display: block;
}

#hero.employee--on .i_am_a_dropdown .dropdown_options li.employee_trigger::before {
    display: block;
}

#hero.employee--on .i_am_a_dropdown .dropdown_options li.employee_trigger a {
    color: #ef9e5a;
}

#hero.employee--on .action_block .actions.employee_actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#hero.jobseeker--on .jobseeker_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#hero.jobseeker--on .i_am_a_dropdown .drop_trigger span.jobseeker {
    display: block;
}

#hero.jobseeker--on .i_am_a_dropdown .dropdown_options li.jobseeker_trigger::before {
    display: block;
}

#hero.jobseeker--on .i_am_a_dropdown .dropdown_options li.jobseeker_trigger a {
    color: #ef9e5a;
}

#hero.jobseeker--on .action_block .actions.jobseeker_actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#hero.donor_volunteer--on .donor_volunteer_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#hero.donor_volunteer--on .i_am_a_dropdown .drop_trigger span.donor_volunteer {
    display: block;
}

#hero.donor_volunteer--on .i_am_a_dropdown .dropdown_options li.donor_volunteer_trigger::before {
    display: block;
}

#hero.donor_volunteer--on .i_am_a_dropdown .dropdown_options li.donor_volunteer_trigger a {
    color: #ef9e5a;
}

#hero.donor_volunteer--on .action_block .actions.donor_volunteer_actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#hero.student_resident--on .student_resident_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#hero.student_resident--on .i_am_a_dropdown .drop_trigger span.student_resident {
    display: block;
}

#hero.student_resident--on .i_am_a_dropdown .dropdown_options li.student_resident_trigger::before {
    display: block;
}

#hero.student_resident--on .i_am_a_dropdown .dropdown_options li.student_resident_trigger a {
    color: #ef9e5a;
}

#hero.student_resident--on .action_block .actions.student_resident_actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#hero.partner--on .partner_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#hero.partner--on .i_am_a_dropdown .drop_trigger span.partner {
    display: block;
}

#hero.partner--on .i_am_a_dropdown .dropdown_options li.partner_trigger::before {
    display: block;
}

#hero.partner--on .i_am_a_dropdown .dropdown_options li.partner_trigger a {
    color: #ef9e5a;
}

#hero.partner--on .action_block .actions.partner_actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.action_block {
    font-size: 16px;
}

.action_block .container-fluid {
    padding: 0;
}

.action_block .gradient_divider {
    width: 100%;
    height: 1em;
    background: -webkit-linear-gradient(left, #006892 0%, #006892 5%, #9fc3db 33%, #cfdc03 66%, #ef9e5a 95%, #ef9e5a 100%);
    background: linear-gradient(to right, #006892 0%, #006892 5%, #9fc3db 33%, #cfdc03 66%, #ef9e5a 95%, #ef9e5a 100%);
}

.womens_hospital .action_block .gradient_divider {
    background: -webkit-linear-gradient(left, #006892 0%, #006892 5%, #fffac2 33%, #d5afd2 66%, #781d7e 95%, #781d7e 100%);
    background: linear-gradient(to right, #006892 0%, #006892 5%, #fffac2 33%, #d5afd2 66%, #781d7e 95%, #781d7e 100%);
}

.heart_hospital .action_block .gradient_divider {
    background: -webkit-linear-gradient(left, #006892 0%, #006892 5%, #fffac2 33%, #c41230 66%, #8b0e04 95%, #8b0e04 100%);
    background: linear-gradient(to right, #006892 0%, #006892 5%, #fffac2 33%, #c41230 66%, #8b0e04 95%, #8b0e04 100%);
}

.action_block.no_hero {
    position: static;
    margin-top: 86px;
}

@media (min-width: 68.75em) {
    .action_block.no_hero {
        margin-top: 133px;
    }
}

@media (min-width: 1350px) {
    .action_block.no_hero {
        margin-top: 150px;
    }
}

@media (min-width: 1520px) {
    .action_block.no_hero {
        margin-top: 153px;
    }
}

.action_block .actions {
    display: none;
    position: relative;
    z-index: 1;
    list-style-type: none;
    margin: 0;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: white;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.action_block .actions li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    z-index: 1;
    width: 50%;
    text-align: center;
    min-height: 8.625em;
    margin: 0;
    padding: 0;
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
}

.action_block .actions li::before {
    display: none;
}

.action_block .actions li:hover {
    z-index: 2;
    box-shadow: 0 0 1.5em 0 rgba(48, 50, 52, 0.45);
}

.action_block .actions li img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 107px;
    opacity: 0;
    -webkit-transform: translateY(2em);
    -ms-transform: translateY(2em);
    transform: translateY(2em);
    -webkit-animation: slideAction .7s forwards;
    animation: slideAction .7s forwards;
}

.action_block .actions li a {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    background: -webkit-linear-gradient(left, rgba(0, 105, 144, 0.02) 0%, rgba(0, 105, 144, 0) 100%);
    background: linear-gradient(to right, rgba(0, 105, 144, 0.02) 0%, rgba(0, 105, 144, 0) 100%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.action_block .actions li a:hover {
    color: #ef9e5a;
    background: none;
}

.action_block .actions li a span {
    opacity: 0;
    -webkit-transform: translateY(2em);
    -ms-transform: translateY(2em);
    transform: translateY(2em);
    -webkit-animation: slideIn .4s forwards;
    animation: slideIn .4s forwards;
}

.action_block .actions li:nth-child(2) img, .action_block .actions li:nth-child(2) a span {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}

.action_block .actions li:nth-child(3) img, .action_block .actions li:nth-child(3) a span {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.action_block .actions li:nth-child(4) img, .action_block .actions li:nth-child(4) a span {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@media (min-width: 47.5em) {
    .action_block .actions {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .action_block .actions li {
        width: 25%;
    }
}

@media (min-width: 61.25em) {
    .action_block {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 2;
    }

    .action_block .container-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        position: relative;
        padding: 0 1.25em;
    }

    .action_block.no_hero .container-fluid {
        padding: 0;
    }
}

@media (min-width: 68.75em) {
    .action_block.no_hero .container-fluid {
        padding: 0 .625em;
    }
}

@media (min-width: 75em) {
    .action_block .actions li {
        min-height: 11.25em;
    }

    .action_block .actions li img {
        width: 150px;
    }

    .action_block .actions li a {
        font-size: 24px;
    }
}

.find_a_provider .container-fluid {
    padding: 0;
}

.find_a_provider .container-fluid .content {
    padding: 6em 1.5em;
    background: #eaf2f6;
}

.find_a_provider .container-fluid .content:last-child {
    position: relative;
    background: #f2f7fa;
}

.find_a_provider .container-fluid .content:last-child::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 6.5em;
    height: 6.5em;
    border-radius: 50%;
    background: -webkit-linear-gradient(left, #006892 0%, #005574 100%);
    background: linear-gradient(to right, #006892 0%, #005574 100%);
    box-shadow: 0 0 1.5em 0 rgba(0, 105, 144, 0.45);
}

.find_a_provider .container-fluid .content:last-child::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 3.25em;
    height: 4.5em;
    background: url(../images/logomark.min.svg) no-repeat center;
    background-size: contain;
}

.find_a_provider p {
    color: #006892;
    margin-bottom: 0;
}

.find_a_provider .links {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.find_a_provider .links li {
    position: relative;
    display: block;
    padding-left: 50px;
    color: #006892;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.125em;
    line-height: 2.5em;
}

.find_a_provider .links li::before {
    display: none;
}

.find_a_provider .links li img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 35px;
}

.find_a_provider .links li a {
    color: #006892;
    text-decoration: none;
}

.find_a_provider .links li a:hover {
    color: #ef9e5a;
}

.find_a_provider .content_contain {
    max-width: 31.875em;
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 33.125em) {
    .find_a_provider .links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 61.25em) {
    .find_a_provider .container-fluid {
        padding: 0 1.25em;
    }
}

@media (min-width: 69em) {
    .find_a_provider .container-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .find_a_provider .container-fluid .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 6em 5em 6em 1.25em;
        width: 50%;
    }

    .find_a_provider .container-fluid .content:last-child {
        padding: 6em 1.25em 6em 5em;
    }

    .find_a_provider .container-fluid .content:last-child::before, .find_a_provider .container-fluid .content:last-child::after {
        top: 50%;
        left: 0;
        display: block;
    }

    .find_a_provider .links {
        margin-top: 2.5em;
        display: block;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 76em) {
    .find_a_provider .links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 93.75em) {
    .find_a_provider .container-fluid .content {
        padding: 6em 1.5em;
    }

    .find_a_provider .container-fluid .content:last-child {
        padding: 6em 1.5em;
    }

    .find_a_provider .container-fluid .content:last-child::before {
        width: 10em;
        height: 10em;
    }

    .find_a_provider .container-fluid .content:last-child::after {
        width: 4.25em;
        height: 5.5em;
    }
}

.dropdown {
    position: relative;
    z-index: 5;
    margin-bottom: 1.5em;
    font-family: 'Montserrat', sans-serif;
}

.dropdown .drop_trigger {
    position: relative;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 400;
    color: #006892;
}

.dropdown input[type="submit"].search_submit {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 26px;
    height: 26px;
    padding: 0;
    background: url(../images/icons/search.min.svg) no-repeat center;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -999em;
    border: none;
}

.dropdown .help_text {
    position: absolute;
    display: block;
    color: #006892;
    font-size: 13px;
    margin-top: 1em;
}

@media (min-width: 580px) {
    .dropdown .help_text {
        display: none;
    }
}

.dropdown .drop_trigger_input, .dropdown a.drop_trigger {
    text-decoration: none;
    color: #006892;
    font-weight: 400;
    background: white;
    border: 1px solid #d9ebf3;
    border-radius: .125em;
    display: block;
    width: 100%;
    padding: 24px 44px 24px 24px;
}

.dropdown .drop_trigger_input:focus, .dropdown a.drop_trigger:focus {
    border: 1px solid #eaf2f6;
}

.dropdown .drop_trigger_input span, .dropdown a.drop_trigger span {
    display: none;
}

.dropdown .drop_trigger_input span.mobile, .dropdown a.drop_trigger span.mobile {
    display: block;
}

.dropdown .options_contain {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
}

.dropdown .dropdown_options li a {
    position: relative;
}

.dropdown .dropdown_options li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.5em;
    width: 1em;
    height: 1em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/icons/arrow_right.min.svg) no-repeat center;
    background-size: contain;
}

.dropdown .dropdown_child li:first-child a {
    position: relative;
    padding-left: 56px;
}

.dropdown .dropdown_child li:first-child a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 1.5em;
    width: 1em;
    height: 1em;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    background: url(../images/icons/arrow_right.min.svg) no-repeat center;
    background-size: contain;
}

.dropdown .dropdown_options, .dropdown .dropdown_child {
    overflow: scroll;
    -ms-overflow-style: none;
    z-index: 1;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    max-height: 0;
}

.dropdown .dropdown_options li, .dropdown .dropdown_child li {
    display: block;
    margin-bottom: 0;
    padding: 0;
}

.dropdown .dropdown_options li::before, .dropdown .dropdown_child li::before {
    display: none;
}

.dropdown .dropdown_options li a, .dropdown .dropdown_child li a {
    display: block;
    padding: 16px 24px 16px;
    background: white;
    color: #303234;
    text-decoration: none;
    border-bottom: 1px solid #d9ebf3;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.dropdown .dropdown_options li a:hover, .dropdown .dropdown_child li a:hover {
    background: #f2f7fa;
}

.dropdown.dropdown--on .options_contain::after {
    position: absolute;
    content: "";
    top: 6em;
    bottom: 1.5em;
    left: 3.75em;
    right: 3.75em;
    z-index: -1;
    background: rgba(0, 105, 144, 0.35);
    box-shadow: 0 0 3em 3em rgba(0, 105, 144, 0.35);
    border-radius: 50% 50% 10% 10%;
}

.dropdown.dropdown--on .dropdown_options {
    max-height: 26.25em;
    border: 1px solid #d9ebf3;
    border-top: none;
    border-bottom: none;
}

.dropdown.dropdown--on.name--on .dropdown_options {
    max-height: 0;
}

.dropdown.dropdown--on.name--on .dropdown_name {
    max-height: 26.25em;
    border: 1px solid #eaf2f6;
    border-top: none;
    border-bottom: none;
}

.dropdown.dropdown--on.service--on .dropdown_options {
    max-height: 0;
}

.dropdown.dropdown--on.service--on .dropdown_service {
    max-height: 26.25em;
    border: 1px solid #eaf2f6;
    border-top: none;
    border-bottom: none;
}

.dropdown.dropdown--on.condition--on .dropdown_options {
    max-height: 0;
}

.dropdown.dropdown--on.condition--on .dropdown_condition {
    max-height: 26.25em;
    border: 1px solid #eaf2f6;
    border-top: none;
    border-bottom: none;
}

@media (min-width: 62.5em) {
    .dropdown .drop_trigger span {
        display: block;
    }

    .dropdown .drop_trigger span.mobile {
        display: none;
    }
}

.featured_slider .container-fluid {
    position: relative;
    padding: 0;
    overflow: hidden;
}

@media (min-width: 61.25em) {
    .featured_slider .container-fluid {
        padding: 0 1.25em;
    }
}

.slides {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.slides li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.slides li::before {
    display: none;
}

.slides li img {
    display: block;
    max-width: 100%;
}

.slides li .bg_image {
    display: none;
}

.slides li a {
    text-decoration: none;
}

.slides li h4 {
    font-size: 1.25em;
    position: relative;
    background: #9fc3db;
    margin: 0;
    padding: .75rem 40px .75rem 20px;
    color: white;
}

.slides li h4 img {
    display: none;
    position: absolute;
    top: 50%;
    left: 20px;
    width: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slides li h4::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/icons/arrow_right_white.min.svg) no-repeat center;
    background-size: contain;
}

.slides li .content {
    padding: 1.25em;
    max-width: 35em;
}

.slides li .content h5 {
    font-size: 1.25em;
    font-weight: 700;
    margin-bottom: 12px;
}

.slides li .content p {
    color: #9c9c9c;
    line-height: 24px;
}

.slides li .content p:last-of-type {
    margin-bottom: 0;
}

.slides li .ratings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1em;
}

.slides li .ratings .stars {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-right: 1em;
}

.slides li .ratings .stars li {
    float: left;
    display: block;
    width: 1.5em;
    margin: 0 .25em 0 0;
}

.slides li .ratings .stars li:last-child {
    margin-right: 0;
}

.slides li .ratings span {
    color: #006892;
    font-size: 1.125em;
}

.womens .slides li h4 {
    background: #bd97c9;
}

@media (min-width: 32.5em) {
    .slides li h4 {
        font-size: 1.875em;
    }

    .slides li .content h5 {
        font-size: 1.5em;
    }
}

@media (min-width: 42.5em) {
    .slides li .content_contain {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .slides li .content_contain .mobile_image {
        min-width: 50%;
    }

    .slides li .content_contain .content {
        min-width: 50%;
    }
}

@media (min-width: 61.25em) {
    .slides li a {
        position: relative;
        display: block;
        padding-bottom: 43.75%;
    }

    .slides li .bg_image {
        display: block;
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .slides li .mobile_image {
        display: none;
    }

    .slides li .slide_contain {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        z-index: 1;
        bottom: 0;
        right: 0;
        width: 48%;
        height: 100%;
    }

    .slides li .slide_contain h4 {
        display: inline-block;
        margin-bottom: 24px;
        padding: .75rem 36px .75rem 60px;
    }

    .slides li .slide_contain h4 img {
        display: block;
    }

    .slides li .slide_contain h4::after {
        display: none;
    }

    .slides li .content_contain {
        position: relative;
        background: white;
        padding-right: 2.5em;
    }

    .slides li .content_contain::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        width: 20px;
        height: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url(../images/icons/arrow_right.min.svg) no-repeat center;
        background-size: contain;
    }
}

@media (min-width: 87em) {
    .slides li .content_contain {
        margin-bottom: 8em;
    }
}

@media (min-width: 97em) {
    .slides li .content_contain {
        margin-bottom: 5em;
    }

    .slides li .slide_contain {
        width: 41%;
    }
}

.slider_nav {
    display: block;
    clear: both;
    text-align: center;
    list-style-type: none;
    margin: 0;
    padding: 2em 0;
}

.slider_nav li {
    display: inline-block;
    margin: .25em;
    padding: 0;
}

.slider_nav li::before {
    display: none;
}

.slider_nav li a {
    display: block;
    width: .625em;
    height: .625em;
    border-radius: 50%;
    background: #006892;
    text-decoration: none;
}

.slider_nav li a span {
    display: none;
    background-color: rgba(255,255,255,0.6);
    font-weight: bold;
}

.slider_nav li a .nav_img {
    display: none;
}

.slider_nav li a.flex-active {
    opacity: .5;
}

.womens .slider_nav li a {
    background: #601e6d;
}

@media (min-width: 87em) {
    .slider_nav {
        position: absolute;
        z-index: 3;
        bottom: 0;
        left: 51%;
        padding: 0 0 1.25em;
    }

    .slider_nav li a {
        width: auto;
        height: auto;
        background: none;
        margin: 0 1em;
    }

    .slider_nav li a span {
        display: block;
        font-family: 'Montserrat', sans-serif;
        color: #006892;
        line-height: 1.25em;
    }

    .slider_nav li a .nav_img {
        position: relative;
        display: block;
        margin-bottom: 1em;
        width: 7em;
        height: 7em;
        overflow: hidden;
        border-radius: 50%;
    }

    .slider_nav li a .nav_img img {
        display: block;
        height: inherit;
        margin: 0 auto;
    }

    .slider_nav li a.flex-active {
        opacity: 1;
    }

    .slider_nav li a.flex-active .nav_img::before, .slider_nav li a.flex-active .nav_img::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .slider_nav li a.flex-active .nav_img::before {
        width: 8.25em;
        height: 8.25em;
        border-radius: 50%;
        background: rgba(159, 195, 219, 0.6);
        border: 0.375em solid #9fc3db;
    }

    .slider_nav li a.flex-active .nav_img::after {
        width: 1.625em;
        height: 1.625em;
        background: url(../images/burst.min.svg) no-repeat center;
        background-size: contain;
    }

    .womens .slider_nav li a {
        background: none;
    }

    .womens .slider_nav li a span {
        color: #601e6d;
    }

    .womens .slider_nav li a.flex-active .nav_img::before {
        background: rgba(189, 151, 201, 0.4);
        border: .375em solid #bd97c9;
    }
}

@media (min-width: 97em) {
    .slider_nav {
        left: 59%;
    }
}

ul.sidenav.add {
    padding-top: 49px;
}

ul.sidenav {
    padding: 3px 0;
}

ul.sidenav.add li {
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 1px;
    line-height: 1.3333;
}

ul.sidenav li {
    line-height: 1.2222;
    font-weight: 500;
    padding: 16px 47px;
    border-bottom: 1px dotted #006892;
}

ul.sidenav.add li a {
    text-decoration: none;
    display: block;
    background: #eaf2f6;
    padding: 16px 47px;
    -webkit-transition: none;
    transition: none;
}

@media (max-width: 1519px){
    ul.sidenav li {
        padding: 16px 30px;
    }

    ul.sidenav.add li a {
        padding: 16px 30px;
    }
}

ul.sidenav.add li a:hover {
    background: #0081b1;
    color: white;
}

.happening_grid {
    position: relative;
    padding: 5.625em 0 0;
}

.happening_grid .side-title {
    color: #006892;
}

.happening_grid .container-fluid {
    padding: 0;
}

.happening_grid h3.title {
    text-align: center;
    color: #006892;
    padding: 0 20px;
    margin-bottom: 80px;
}

.happening_grid h3.title span {
    display: block;
    padding-top: 1.5em;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

@media (min-width: 41.25em) {
    .happening_grid {
        padding-bottom: 10em;
    }

        .happening_grid .container-fluid {
            padding: 0 1.25em;
        }
}

@media (min-width: 68.75em) {
    .happening_grid .container-fluid {
        padding: 0 10px;
    }
}

.grid_contain {
    max-width: 50em;
    margin: 0 auto;
    position: relative;
    background: white;
}

.grid_contain .card {
    position: relative;
    padding: 6em 0 3.5em;
    margin-top: 20px;
}

.grid_contain .card img {
    max-width: 100%;
}

.grid_contain .card .card_content {
    padding: 24px 45px 45px;
}

.grid_contain .card .more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 45px 45px;
    font-size: .875em;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
}

.grid_contain .card .more:hover {
    color: rgba(255, 255, 255, 0.8);
}

.grid_contain .card .card_title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    padding: 45px 45px 0;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}

.grid_contain .card .card_title.white, .grid_contain .card .card_title.white_mobile {
    color: white;
}

.grid_contain .card .card_title::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 45px;
    width: 38px;
    height: 38px;
    background: no-repeat center;
    background-size: contain;
    opacity: .2;
    -webkit-transform: translateY(40%);
    -ms-transform: translateY(40%);
    transform: translateY(40%);
}

.grid_contain .card .date {
    font-size: .875em;
    margin-bottom: 1.25em;
    display: block;
    font-family: 'Montserrat', sans-serif;
    color: white;
}

.grid_contain .card a {
    text-decoration: none;
}

.grid_contain .card p {
    color: white;
    margin: 0;
}

.grid_contain .card h4 {
    color: white;
    margin-bottom: 0;
}

.grid_contain .card.big_card {
    background: #00131c;
}

.grid_contain .card.big_card img {
    display: none;
}

.grid_contain .card.big_card h3 {
    display: inline-block;
    color: white;
    line-height: 1.5em;
    margin-bottom: 0;
}

.grid_contain .card.big_card h3 span {
    background-color: rgba(0, 19, 28, 0.6);
    padding: 4px 0;
    box-shadow: 8px 0px 0px rgba(0, 19, 28, 0.6), -8px 0px 0px rgba(0, 19, 28, 0.6);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.grid_contain .card.big_card p {
    display: none;
    background: white;
    padding: 24px 24px 24px 98PX;
    margin: 0;
    color: #727981;
}

.grid_contain .card.twitter_card {
    background: -webkit-linear-gradient(left, #1da0f1 0%, #1b95e1 100%);
    background: linear-gradient(to right, #1da0f1 0%, #1b95e1 100%);
}

.grid_contain .card.twitter_card .card_title::after {
    background-image: url(../images/icons/twitter_black.min.svg);
}

.grid_contain .card.facebook_card {
    background: -webkit-linear-gradient(left, #6280c0 0%, #3b5998 100%);
    background: linear-gradient(to right, #6280c0 0%, #3b5998 100%);
}

.grid_contain .card.facebook_card .card_title::after {
    background-image: url(../images/icons/facebook_black.min.svg);
}

.grid_contain .small_cards .card.careers_card {
    background: -webkit-linear-gradient(left, #b9d2dc 0%, #a5bbc4 100%);
    background: linear-gradient(to right, #c3deb7 0%, #a7ce96 100%);
}

.grid_contain .small_cards .card.news_card {
    background: -webkit-linear-gradient(left, #b9d2dc 0%, #a5bbc4 100%);
    background: linear-gradient(to right, #b9d2dc 0%, #a5bbc4 100%);
}

.grid_contain .small_cards .card.event_card {
    background: -webkit-linear-gradient(left, #006892 0%, #005374 100%);
    background: linear-gradient(to right, #006892 0%, #005374 100%);
}

.grid_contain .small_cards .card.blog_card {
    background: -webkit-linear-gradient(left, #e8ac46 0%, #ef9e5a 100%);
    background: linear-gradient(to right, #e8ac46 0%, #ef9e5a 100%);
}

@media (min-width: 41.25em) {
    .grid_contain .small_cards {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        /*margin-top: 3em;*/
    }

    .grid_contain .small_cards .card {
        width: 47.5%;
    }

    /*.grid_contain .grid_col:last-child .small_cards {
        margin-bottom: 3em;
    }*/

    .grid_contain .card {
        z-index: 1;
        -webkit-transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
    }

    .grid_contain .card:hover {
        -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02);
    }

    .grid_contain .card.big_card {
        z-index: 2;
        padding: 0;
        background: none;
    }

    .grid_contain .card.big_card .big_card_contain {
        position: relative;
        padding-top: 100%;
    }

    .grid_contain .card.big_card img {
        display: block;
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 50em;
    }

    .grid_contain .card.big_card .card_content {
        position: absolute;
        bottom: 44px;
        left: 0;
        padding: 0 20px 0 98px;
    }

    .grid_contain .card.big_card .card_content h3 {
        max-width: 560px;
        margin-bottom: 40px;
        font-size: 46px;
    }

    .grid_contain .card.big_card .card_content p {
        display: block;
        max-width: 600px;
        -webkit-transform: translateX(-98px);
        -ms-transform: translateX(-98px);
        transform: translateX(-98px);
    }

    .grid_contain .card.big_card .card_title, .grid_contain .card.big_card .card_content {
        z-index: 2;
    }

    .grid_contain .card.big_card::after {
        position: absolute;
        content: "";
        top: 6em;
        bottom: 1.5em;
        left: 3.75em;
        right: 3.75em;
        z-index: 0;
        background: rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 3em 3em rgba(0, 0, 0, 0.25);
        border-radius: 50% 50% 10% 10%;
        -webkit-transition: box-shadow .3s ease;
        transition: box-shadow .3s ease;
    }

    .grid_contain .card.big_card:hover {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .grid_contain .card.big_card:hover::after {
        box-shadow: 0 0 3.5em 3.5em rgba(0, 0, 0, 0.35);
    }
}

@media (min-width: 78.75em) {
    .grid_contain {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 100%;
    }

    .grid_contain .grid_col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 49%;
    }

    .grid_contain .grid_col .small_cards {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    /*.grid_contain .grid_col:last-child .small_cards {
        margin-top: 0;
        margin-bottom: 3em;
    }*/
}

.search-block {
    background: #eaf2f6;
    color: #006892;
    padding: 52px 0 0;
}

@media (max-width: 767px) {
    .search-block {
        padding-top: 20px;
    }
}

.search-block ul li {
    padding: 0;
}

.search-block ul li::before {
    display: none;
}

@media (max-width: 1099px) {
    .search-block .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}

.search-block .doctor-search-form {
    padding: 7px 0;
}

.search-block .search-info {
    padding: 30px 0 51px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.8889;
    word-spacing: 2px;
}

    .search-block .search-info p {
        margin-bottom: 34px;
    }

@media (max-width: 767px) {
    .search-block .search-info p {
        margin-bottom: 20px;
    }
}

.search-block .search-info p a {
    font-weight: bold;
}

.popular-searches .title {
    display: block;
    font: 500 14px/1.2857 "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #006892;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 2px;
    margin-bottom: 22px;
}

@media (max-width: 1099px) {
    .popular-searches .title {
        padding: 0 20px;
    }
}

.popular-searches .search-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 479px) {
    .popular-searches .search-items {
        display: block;
    }
}

.popular-searches .search-items li {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    margin: 0;
}

@media (max-width: 1349px) {
    .popular-searches .search-items li {
        font-size: 16px;
        line-height: 1.25;
    }
}

@media (max-width: 479px) {
    .popular-searches .search-items li {
        margin-bottom: 1px;
    }
}

.popular-searches .search-items li a {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 107px;
    position: relative;
    background: #fff;
    color: #006892;
    -webkit-transition: none;
    transition: none;
}

@media (max-width: 1099px) {
    .popular-searches .search-items li a {
        height: 80px;
    }
}

@media (max-width: 479px) {
    .popular-searches .search-items li a {
        height: 50px;
    }
}

.popular-searches .search-items li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: -webkit-linear-gradient(left, rgba(227, 232, 235, 0.37) 0%, rgba(227, 232, 235, 0.29) 24%, rgba(227, 232, 235, 0.06) 76%, rgba(227, 232, 235, 0) 100%);
    background: linear-gradient(to right, rgba(227, 232, 235, 0.37) 0%, rgba(227, 232, 235, 0.29) 24%, rgba(227, 232, 235, 0.06) 76%, rgba(227, 232, 235, 0) 100%);
}

.popular-searches .search-items li a:hover {
    background-color: #fff;
    background-image: -webkit-linear-gradient(330deg, #ef9e5a 0%, #ef9e5a 100%);
    background-image: linear-gradient(120deg, #ef9e5a 0%, #ef9e5a 100%);
    text-decoration: none;
    color: #fff;
    box-shadow: 0 50px 30px -40px rgba(48, 50, 52, 0.1);
    z-index: 2;
}

@media (max-width: 1099px) {
    .popular-searches .search-items li a:hover {
        box-shadow: 0 30px 20px -20px rgba(48, 50, 52, 0.1);
    }
}

@media (max-width: 479px) {
    .popular-searches .search-items li a:hover {
        box-shadow: 0 20px 10px -10px rgba(48, 50, 52, 0.1);
    }
}

.popular-searches .search-items li a:hover:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e905";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 68px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.17);
}

@media (max-width: 1099px) {
    .popular-searches .search-items li a:hover:after {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .popular-searches .search-items li a:hover:after {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .popular-searches .search-items li a:hover {
        background-color: #fff;
        background-image: none;
        color: #ef9e5a;
    }

    .popular-searches .search-items li a:hover:after {
        display: none;
    }
}

.featured-wrap .container-fluid {
    padding: 0;
}

@media (min-width: 72em) {
    .featured-wrap .container-fluid {
        padding: 0 10px;
    }
}

@media (min-width: 75em) {
    .featured-wrap .make_appointment {
        margin-bottom: 5em;
    }

    .featured-wrap .share {
        position: absolute;
        bottom: 10px;
        left: 52%;
        background: none;
        padding: 36px 0;
        z-index: 2;
    }
}

@media (min-width: 85em) {
    .featured-wrap .make_appointment {
        margin-bottom: 2em;
    }

    .featured-wrap .share {
        padding: 50px 0;
    }
}

@media (max-width: 72em) {
    .featured-wrap .share {
        display: none;
    }
}

@media (min-width: 72em){
    .show-md-down {
        display: none;
    }
}

.featured_doc {
    position: relative;
    display: block;
}

.featured_doc .container-fluid {
    padding: 0;
}

.featured_doc img {
    max-width: 100%;
    display: block;
}

.featured_doc .bg_image {
    display: none;
}

.featured_doc a {
    text-decoration: none;
}

.featured_doc .icon {
    display: block;
    margin-bottom: 20px;
    width: 24px;
}

.featured_doc h4 {
    font-size: 20px;
    position: relative;
    background: #9fc3db;
    margin: 0;
    padding: 12px 20px 12px 20px;
    color: white;
}

.featured_doc h4 img {
    display: none;
    position: absolute;
    top: 50%;
    left: 20px;
    width: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.featured_doc .content {
    padding: 20px;
    max-width: 560px;
}

.featured_doc .content h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.featured_doc .content p {
    color: #9c9c9c;
    line-height: 24px;
}

.featured_doc .content p:last-of-type {
    margin-bottom: 0;
}

.featured_doc .content .columns .col {
    margin-bottom: 24px;
}

.featured_doc .content .columns .col .phone, .featured_doc .content .columns .col .location {
    display: block;
    position: relative;
    padding-left: 32px;
}

.featured_doc .content .columns .col .phone::before, .featured_doc .content .columns .col .location::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    background: no-repeat center;
    background-size: contain;
}

.featured_doc .content .columns .col .phone::before {
    background-image: url(../images/icons/phone.min.svg);
}

.featured_doc .content .columns .col .location::before {
    background-image: url(../images/icons/location.min.svg);
}

.featured_doc .content .mychart {
    /* margin-top: 15px; */
    font-size: .8em;
    font-style: italic;
    text-decoration: underline;
    margin-bottom: 0;
}

.featured_doc .content .accepting {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    font-size: .8em;
    color: #e4843e;
    font-style: normal;
}

.featured_doc .content .languages {
    font-size: 0.8em;
    color: #333;
}

.featured_doc .make_appointment {
    position: relative;
    display: block;
    
    background: #006892;
    text-align: right;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.featured_doc .make_appointment a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 20px 64px 20px 20px;
    color: #fff;
    cursor: pointer;
}

.featured_doc .make_appointment:hover {
    background-color: #0081b1;
}

.featured_doc .make_appointment span {
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 20px;
}

.featured_doc .content_contain {
    background: white;
}

.featured_doc .make_appointment div.btn {
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
}

@media (min-width: 32.5em) {
    .featured_doc h4 {
        font-size: 30px;
    }

    .featured_doc .content h5 {
        font-size: 24px;
    }

    .featured_doc .content .columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .featured_doc .content .columns .col:first-child {
        margin-right: 16px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media (min-width: 60em) {
    .featured_doc .content_contain {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .featured_doc .content_contain .mobile_image {
        min-width: 46%;
    }

    .featured_doc .content_contain .content {
        min-width: 54%;
    }
}

@media (min-width: 72em) {
    .featured_doc .container-fluid {
        padding: 0 20px;
    }

    .featured_doc .featured-doc-wrap {
        position: relative;
        display: block;
        padding-bottom: 43.75%;
    }

    .featured_doc .bg_image {
        display: block;
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .featured_doc .mobile_image {
        display: none;
    }

    .featured_doc .doc_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        z-index: 1;
        bottom: 0;
        right: 0;
        width: 58%;
        height: 100%;
    }

    .featured_doc .doc_content h4 {
        display: inline-block;
        margin-bottom: 24px;
        padding: 12px 36px 12px 60px;
    }

    .featured_doc .doc_content h4 img {
        display: block;
    }

    .featured_doc .doc_content h4::after {
        display: none;
    }

    .featured_doc .content_contain {
        position: relative;
    }

    .featured_doc .content_contain .content {
        min-width: 54%;
        max-width: 100%;
        width: 100%;
    }

    .featured_doc .content_contain .content .columns .col {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media (min-width: 75em) {
    .featured_doc .doc_content {
        width: 50%;
    }
}

@media (min-width: 97em) {
    .featured_doc .doc_contain {
        width: 47%;
    }
}


.ratings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
}

.ratings .stars {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-right: 16px;
}

.ratings .stars li {
    float: left;
    display: block;
    width: 24px;
    margin: 0 4px 0 0;
    padding: 0;
}

.ratings .stars li:last-child {
    margin-right: 0;
}

.ratings .stars li:before {
    display: none;
}

.ratings span {
    color: #006892;
    font-size: 18px;
}

.doctor-description {
    background: #eaf2f6;
    padding: 124px 0 116px;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 1099px) {
    .doctor-description {
        padding: 80px 40px;
    }
}

@media (max-width: 767px) {
    .doctor-description {
        padding: 40px 20px;
    }
}

.doctor-description .title {
    display: block;
    font: 500 14px/1.2857 "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 3px;
}

.doctor-description h3 {
    margin-bottom: 62px;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .doctor-description h3 {
        margin-bottom: 30px;
    }
}

.doctor-description p {
    margin-bottom: 32px;
}

.doctor-description .credentials {
    margin: 10px 0 0 74px;
    background: #fff;
    padding: 52px 57px 29px;
    color: #9c9c9c;
    font-size: 16px;
    line-height: 1.625;
}

@media (max-width: 1349px) {
    .doctor-description .credentials {
        margin-left: 20px;
        padding: 50px 30px 30px;
    }
}

@media (max-width: 1099px) {
    .doctor-description .credentials {
        margin-left: 30px;
    }
}

@media (max-width: 767px) {
    .doctor-description .credentials {
        margin-left: 0;
    }
}

.doctor-description .credentials h6 {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1.2222;
}

@media (max-width: 1349px) {
    .doctor-description .credentials h6 {
        font-size: 16px;
    }
}

.doctor-description .credentials .credential-content {
    padding: 20px 0 21px;
}

@media (max-width: 767px) {
    .doctor-description .credentials .credential-content {
        padding: 10px 0;
    }
}

.doctor-description .credentials .credential-content p {
    margin-bottom: 15px;
}

.location-block, .docbio-location-block {
    padding: 44px 0;
}

.location-block .location-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    box-shadow: 0 40px 40px -40px rgba(48, 50, 52, 0.5);
}

.docbio-location-block .location-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    flex-flow: row wrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: space-between;
}


@media (max-width: 767px) {
    .location-block .location-frame {
        display: block;
    }
}

.location-block .location-info, .docbio-location-block .location-info {
    background: #006892;
    background: -webkit-linear-gradient(left, #006892 0%, #005476 100%);
    background: linear-gradient(to right, #006892 0%, #005476 100%);
    width: 37%;
    padding: 42px 71px 31px;
    color: #fff;
}

@media (max-width: 1349px) {
    .location-block .location-info, .docbio-location-block .location-info {
        font-size: 17px;
        line-height: 1.29;
        padding: 42px 30px 31px;
    }
}

@media (max-width: 1099px) {
    .location-block .location-info, .docbio-location-block .location-info {
        padding: 31px 15px 31px;
    }
}

@media (max-width: 767px) {
    .location-block .location-info, .docbio-location-block .location-info {
        width: 100%;
    }
}



.location-block .location-info h5, .docbio-location-block .location-info h5 {
    color: white;
    margin-bottom: 42px;
    text-transform: capitalize;
}

@media (max-width: 1349px) {
    .location-block .location-info h5, .docbio-location-block .location-info h5 {
        margin-bottom: 30px;
    }
}

.location-block .location-info a, .docbio-location-block .location-info a {
    color: inherit;
}

.location-block .location-info .contact-number, .docbio-location-block .location-info .contact-number {
    margin-bottom: 23px;
    display: block;
    position: relative;
    padding: 0 54px;
}

@media (max-width: 1099px) {
    .location-block .location-info .contact-number, .docbio-location-block .location-info .contact-number {
        padding: 0 0 0 54px;
    }
}

.location-block .location-info .contact-number i, .docbio-location-block .location-info .contact-number i {
    font-size: 28px;
    position: absolute;
    top: -6px;
    left: 3px;
}

.location-block .location-info .location, .docbio-location-block .location-info .location {
    margin-bottom: 0;
    display: block;
    position: relative;
    padding: 0 54px;
    line-height: 1.3333;
}

.location-block .location-info .bus-hours {
    line-height: 1.3333;
    margin-top: 23px;
}

@media (max-width: 1099px) {
    .location-block .location-info .location, .docbio-location-block .location-info .location {
        padding: 0 0 0 54px;
    }
}

.location-block .location-info .location i, .docbio-location-block .location-info .location i {
    font-size: 28px;
    position: absolute;
    top: -6px;
    left: 9px;
}

.service-line-locations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: space-between;
    margin: 0 0 50px 0;
    position: relative;
    padding: 0 50px;
}

.service-line-locations .location-info h5, .service-line-locations .location-info a, .general-block .general-content .service-line-locations .location-info a {
    color: #fff;
}

.service-line-locations .addresses {
    width: 48%;
    margin-bottom: 50px;
}

.service-line-locations .map {
    width: 48%;
    margin-bottom: 50px;
}

.service-line-locations .contact-numbers {
    margin-bottom: 23px;
    padding-left: 9px;
}

.service-line-locations .contact-numbers:before {
    content: "\e906";
    font-family: 'icomoon' !important;
    font-size: 28px;
    margin-right: 10px;
    vertical-align: top;
}

.service-line-locations .contact-numbers .phone {
    display: inline-block;
}

@media (max-width: 767px){
    .service-line-locations {
        padding: 0 20px;
    }

    .service-line-locations .addresses {
        width: 100%;
        margin-bottom: 0px;
    }

    .service-line-locations .map {
        width: 100%;
        height: 250px;
    }
}

.docbio-location-block .location-info { width: 100%; margin-top: 40px; }
.docbio-location-block .location-info:first-child { margin-top: 0px; }

.docbio-location-block #addresses { width: 37%; }
.docbio-location-block #map { width: 60%; }

.credential-block, .additional-info-block, .video-block, .ratings-block { position: relative; margin: 30px 0; }


.credentials-frame, .ratings-frame {
    background: #edf6fa;
    background-image: -webkit-linear-gradient(330deg, #e9f0f3 0%, #c4dce6 100%);
    background-image: linear-gradient(120deg, #e9f0f3 0%, #c4dce6 100%);
    padding: 3%;
    box-shadow: 0 40px 40px -40px rgba(48, 50, 52, 0.5);
}

.credential-content {
    break-inside: avoid-column;
    padding-bottom: 30px;
}

.credential-content h6 {
    margin-bottom: 0px;
}

.credentials-columns {
    columns: auto 3;
    padding: 0px 100px;
    column-gap: 4em;
}

@media (max-width: 1350px) {
    .credentials-columns {
        columns: auto 2;
        padding: 0px 50px;
        column-gap: 4em;
    }
}

@media (max-width: 767px) {
    .credentials-columns {
        columns: auto 1;
        padding: 0px 35px;
        column-gap: 0em;
    }

    .location-block .location-frame {
        display: block;
    }

    .docbio-location-block #addresses {
        width: 100%;
    }

    .docbio-location-block #map {
        width: 100%;
        height: 300px;
        margin-top: 40px;
    }

}

.location-block .map-holder {
    width: 63%;
}

@media (max-width: 767px) {
    .location-block .map-holder {
        width: 100%;
    }
}

.location-block .map-holder .map img {
    max-width: 100%;
}

.advanced-search-form {
    background: #eaf2f6;
    padding: 0 0 40px;
}


.advanced-search-form .container-fluid {
    padding: 0 20px;
}

.advanced-search-form .search_filters {
    position: relative;
    z-index: 10;
}

.advanced-search-form .search-holder .form-group {
    position: relative;
}

.advanced-search-form .search-holder .form-group .form-control {
    height: 76px;
    padding-left: 29px;
    padding-right: 53px;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    word-spacing: 2px;
}

@media (max-width: 767px) {
    .advanced-search-form .search-holder .form-group .form-control {
        font-size: 16px;
        height: 54px;
        padding: 6px 35px 6px 15px;
    }
}

.advanced-search-form .search-holder .form-group .icon-search {
    position: absolute;
    top: 27px;
    right: 24px;
    color: #02587d;
    font-size: 24px;
    line-height: 1;
}

@media (max-width: 767px) {
    .advanced-search-form .search-holder .form-group .icon-search {
        font-size: 18px;
        top: 20px;
        right: 10px;
    }
}


 .advanced-search-form #filters.collapsing {
        -webkit-transition: height 0.8s ease-out;
	    -moz-transition: height 0.8s ease-out;
	    transition: height 0.8s ease-out;
    }

@media (max-width: 767px){

    .advanced-search-form #filters.in, .advanced-search-form #filters.collapsing {
        display: block !important;
    }
   
}

.advanced-search-form .form-group {
    margin-bottom: 20px;
}

.advanced-search-form .dropdown {
    margin-bottom: 60px;
}

.advanced-search-form .dropdown .drop_trigger_input, .advanced-search-form .dropdown .drop_trigger {
    border: none;
    border-radius: 0;
    outline: none;
}

.advanced-search-form .dropdown.dropdown--on .dropdown_options {
    border: none;
    border-top: 2px solid rgba(217, 235, 243, 0.9);
}

.advanced-search-form .dropdown.dropdown--on .dropdown_child {
    border: none;
}

.advanced-search-form .help_text {
    position: absolute;
    display: none;
    font-size: 13px;
    margin-top: 1em;
}

@media (max-width: 1460px) {
    .advanced-search-form .help_text {
        display: block;
    }
}

.advanced-search-form .jcf-select {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    max-width: 100%;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-color: #fff;
    background-color: #fff;
    border-radius: 0;
}

@media (max-width: 767px) {
    .advanced-search-form .jcf-select {
        display: block;
    }
}

.advanced-search-form .jcf-select.jcf-focus {
    border-color: #0081b1 !important;
}

.advanced-search-form .jcf-select .jcf-select-text {
    font-size: 18px;
    line-height: 70px;
    font-weight: normal;
    padding: 0 21px;
    word-spacing: 2px;
}

.advanced-search-form .jcf-select .jcf-select-opener {
    background: #fff;
    width: 65px;
    text-align: center;
    top: 0;
    bottom: 0;
    right: 0;
    background: #006892 url(../images/icons/drop_arrow.min.svg) no-repeat center;
    background-size: 30%;
}

.advanced-search-form .jcf-select .jcf-select-opener:before {
    display: none;
}

.advanced-search-form .jcf-select .jcf-select-drop {
    margin-top: 2px;
}

.advanced-search-form .jcf-select .jcf-select-drop.jcf-drop-flipped {
    margin: 0 0 2px;
}

.advanced-search-form .jcf-select .jcf-select-drop::after {
    position: absolute;
    content: "";
    top: 6em;
    bottom: 1.5em;
    left: 3.75em;
    right: 3.75em;
    z-index: -1;
    background: rgba(0, 105, 144, 0.35);
    box-shadow: 0 0 3em 3em rgba(0, 105, 144, 0.35);
    border-radius: 50% 50% 10% 10%;
}

.advanced-search-form .jcf-list .jcf-option.jcf-hover:before {
    color: inherit;
}

.advanced-search-form .jcf-list ul li:nth-child(2) {
    border: none;
}

.advanced-search-form .btn {
    color: white;
    text-align: center;
    text-decoration: none;
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 0;
}

.advanced-search-form .btn.btn-default {
    background: #842c2c;
}

.advanced-search-form .btn.btn-green {
    background: #0c8a05;
}

.advanced-search-form .btn.btn-green:hover {
    background: #12ad0a;
}

.advanced-search-form .btn.btn-orange {
    background: #ef9e5a;
}

.advanced-search-form .no-match {
    background: #cacaca;
    text-align: center;
    padding: 15px;
    border: 1px solid #842c2c;
    color: #842c2c;
}

.advanced-search-form #Sorting {
    background: #6ba5c2;
    margin: 20px -20px -20px;
    color: #fff;
    padding: 10px;
}

.advanced-search-form #Sorting .form-check { margin: 5px 0; }

.advanced-search-form .btn.btn-clear {
    background: #ef9e5a;
}

.advanced-search-form .btn.btn-clear:hover {
    background: #f38325;
}

.advanced-search-form .btn.btn-clear:active {
    color: #fff;
}

.result-block {
    padding-top: 60px;
}

.result-block .result-info {
    display: block;
    color: #006892;
    font-size: 18px;
    line-height: 1.2222;
    margin-bottom: 24px;
}

.result-block .detailed-row .preview a.img-link {
    display: block;
    height: 100%;
}

.result-block .PagerControl {
    margin-bottom: 30px;
}

.result-block h4 {
    color: #fff;
    font-weight: normal;
    background: #9fc3db;
    padding: 7px 60px;
    margin-bottom: 0;
    line-height: 34px;
    position: relative;
    text-transform: capitalize;
}

#doctorList .no-data {
    text-align: center;
    margin-bottom: 50px;
    border: 2px solid #006892;
    padding: 20px;
    background: #fff;
    color: #006892;
    font-weight: bold;
}

@media (max-width: 767px) {
    .result-block h4 {
        padding: 6px 30px 8px;
    }
}

.result-block h4 .icon-map-pin {
    position: absolute;
    top: 11px;
    left: 24px;
    font-size: 27px;
}

@media (max-width: 767px) {
    .result-block h4 .icon-map-pin {
        font-size: 20px;
        left: 10px;
        top: 13px;
    }
}

#epic-online-sch .modal-header .close, .modal-header .close{
    display: inline-block;
    overflow: visible;
    width: 1.25em;
    height: 1.25em;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    border: 0;
    outline: 0;
    background: url(../images/icons/close_white.min.svg) no-repeat center;
    background-size: contain;
    position: relative;
    float: right;
}

.detailed-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 47px;
    min-height: 326px;
    height: 326px;
}

.detailed-row.dhp {
    min-height: auto;
    height: auto;
}

.detailed-row.dhp .description {
    padding: 10px 73px;
}

@media (max-width: 1099px) {
    .detailed-row {
        height: auto;
    }
}

@media (max-width: 767px) {
    .detailed-row {
        display: block;
        margin-bottom: 30px;
    }

    .detailed-row .second-col {
        margin-top: 20px;
    }

    .detailed-row .description .accepting {
        margin: 13px 0;
    }
}

.detailed-row .preview {
    position: relative;
    width: 326px;
    z-index: 1;
    background: no-repeat center;
    background-size: cover;
}

    .detailed-row .preview img {
        max-width: 100%;
    }

@media (max-width: 1349px) {
    .detailed-row .preview {
        width: 300px;
    }
}

@media (max-width: 1099px) {
    .detailed-row .preview {
        width: 240px;
    }
}

@media (max-width: 767px) {
    .detailed-row .preview {
        height: 210px;
        width: 100%;
    }
}

.detailed-row .description {
    font-family: 'Montserrat', sans-serif;
    -webkit-box-flex: 2;
    -ms-flex: 2 0;
    flex: 2 0;
    padding: 45px 73px;
    background: #fff;
}

.detailed-row .description .first-col {
    margin-bottom: 20px;
}

.detailed-row .description .icon {
    position: relative;
    display: block;
    padding-left: 46px;
}

.detailed-row .description .icon::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    width: 36px;
    height: 36px;
    background: no-repeat center;
    background-size: contain;
}

.detailed-row span.accepting {
    color: #ef9e5a;
}

.detailed-row .description .icon.location_icon::before {
    background-image: url(../images/icons/location.min.svg);
}

.detailed-row .description .icon.phone_icon::before {
    background-image: url(../images/icons/phone.min.svg);
}

.detailed-row .description .icon.time_icon::before {
    background-image: url(../images/icons/clock.svg);
}

.detailed-row .description .icon.mychart_icon::before {
    background-image: url(../images/icons/my_chart.min.svg);
}

.detailed-row .description p {
    color: #9c9c9c;
    line-height: 24px;
}

.detailed-row .description .btn {
    margin-top: 20px;
}

@media (max-width: 1099px) {
    .detailed-row .description p {
        margin-top: -16px;
    }
}

.detailed-row .description .accepting {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-top: 24px;
}

@media (max-width: 1519px) {
    .detailed-row .description {
        padding: 30px 20px;
    }
}

@media (max-width: 1099px) {
    .detailed-row .description {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 767px) {
    .detailed-row .description {
        font-size: 14px;
        line-height: 20px;
    }
}

.detailed-row .action {
    width: 306px;
    min-height: 300px;
    background: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 46px;
}

.detailed-row .map {
    height: 100%;
    min-height: 254px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1349px) {
    .detailed-row .action {
        width: 300px;
    }
}

@media (max-width: 1099px) {
    .detailed-row .action {
        width: 217px;
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .detailed-row .action {
        width: 100%;
        display: block;
        padding-top: 38px;
        padding-bottom: 0;
    }
}

.detailed-row .action .btn {
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    border-radius: 0;
    font-weight: 100;
    border: none;
}

@media (max-width: 1099px) {
    .detailed-row .action .btn {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .detailed-row .action .btn {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        display: block;
    }
}

.detailed-row .icon-angle-right {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1099px) {
    .detailed-row .icon-angle-right {
        right: 9px;
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .detailed-row .icon-angle-right {
        display: inline-block;
        vertical-align: middle;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding-left: 20px;
    }
}

.detailed-row .rating-block {
    text-align: center;
}

@media (max-width: 767px) {
    .detailed-row .rating-block {
        padding: 0 0 38px;
    }
}

.detailed-row .rating-block h6 {
    text-transform: uppercase;
    margin-bottom: 21px;
    font-weight: 500;
}

.detailed-row .rating-block .stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 0;
    padding: 9px 0;
}

.detailed-row .rating-block .stars li {
    padding: 0 2px;
}

.detailed-row .rating-block .stars li::before {
    display: none;
}

.detailed-row h5 {
    color: #00577d;
    margin-bottom: 8px;
    line-height: 28px;
    text-transform: capitalize;
}

.detailed-row .specialty {
    color: #555555;
    line-height: 1.4em;
}

.detailed-row .otherlocations {
    color: #ef9e5a;
}

.detailed-row .languages, .detailed-row .otherlocations {
    font-size: .8em;
}

.detailed-row address {
    position: relative;
    padding: 0 0 0 47px;
    line-height: 1.3333;
    margin-bottom: 30px;
    color: #006892;
}

@media (max-width: 1349px) {
    .detailed-row address {
        font-size: 16px;
    }
}

@media (max-width: 1099px) {
    .detailed-row address {
        padding: 0 30px 0 35px;
    }
}

.detailed-row address .icon-map-pin {
    position: absolute;
    left: 4px;
    top: -4px;
    font-size: 34px;
}

@media (max-width: 1099px) {
    .detailed-row address .icon-map-pin {
        font-size: 28px;
    }
}

.detailed-row .phone {
    display: block;
    position: relative;
    padding: 0 0 0 45px;
    line-height: 1.3333;
    margin-bottom: 30px;
}

@media (max-width: 1349px) {
    .detailed-row .phone {
        font-size: 16px;
    }
}

@media (max-width: 1099px) {
    .detailed-row .phone {
        padding: 0 30px 0 35px;
    }
}

.detailed-row .phone .icon-call {
    position: absolute;
    left: 0;
    top: -4px;
    font-size: 34px;
}

@media (max-width: 1099px) {
    .detailed-row .phone .icon-call {
        font-size: 28px;
    }
}

.detailed-row .availability {
    display: block;
    position: relative;
    padding-left: 83px;
    line-height: 1.3333;
}

@media (max-width: 1519px) {
    .detailed-row .availability {
        padding-left: 45px;
    }
}

@media (max-width: 1349px) {
    .detailed-row .availability {
        font-size: 16px;
    }
}

@media (max-width: 1099px) {
    .detailed-row .availability {
        padding: 0 30px 0 35px;
        margin-top: 26px;
    }
}

.detailed-row .availability .icon-clock {
    position: absolute;
    left: 39px;
    top: -1px;
    font-size: 27px;
}

@media (max-width: 1519px) {
    .detailed-row .availability .icon-clock {
        left: 5px;
        top: 0;
    }
}

@media (max-width: 1099px) {
    .detailed-row .availability .icon-clock {
        font-size: 21px;
    }
}

/* Schedule Appointment page*/
#schedule-appointment .doc-photo {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

#schedule-appointment .doc-info {
    position: absolute;
    z-index: 2;
    background-color: rgba(255,255,255,0.7);
    width: 50%;
    top: 5em;
    right: 0em;
    padding: 5px 30px;
}

@media (max-width: 489px){
    #schedule-appointment .doc-info {
        position: relative;
        width: 100%;
        top: 0;
    }
}

#schedule-appointment .doc-info #name {
    color: #006892;
    font-weight: 700;
}

#schedule-appointment .doc-info #specialty{
     color: #ef9e5a;
}

#schedule-appointment .instruct-block {
    padding: 20px 0px;
    font-size: .8em;
    margin: 20px 30px;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
}

#schedule-appointment .instruct-block .red {
    color: #ab0050;
}

.modal-backdrop.in {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.modal-body {
    padding: 0px;
    height: 800px;
}

/* End Schedule Appointment Page */

.empowerment-block {
    padding: 0 0 50px;
}

/*@media (max-width: 1349px) {
    .empowerment-block {
        padding-bottom: 120px;
    }
}

@media (max-width: 1099px) {
    .empowerment-block {
        padding-bottom: 50px;
    }
}*/

.empowerment-block .container-fluid {
    padding: 0 20px;
}

@media (max-width: 1099px) {
    .empowerment-block .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}

.empowerment-block .empowerment-content {
    background: #eaf2f6;
    padding: 87px 20px 50px 67px;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    /*margin-bottom: -105px;*/
}

@media (max-width: 1349px) {
    .empowerment-block .empowerment-content {
        padding: 50px 20px 90px;
    }
}

@media (max-width: 1099px) {
    .empowerment-block .empowerment-content {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    .empowerment-block .empowerment-content {
        padding: 40px 20px;
        margin-bottom: 0;
    }
}

.empowerment-block .empowerment-content h3 {
    margin-bottom: 40px;
    line-height: 0.9783;
}

@media (max-width: 767px) {
    .empowerment-block .empowerment-content h3 {
        margin-bottom: 30px;
    }
}

.empowerment-block .empowerment-content ul {
    padding: 61px 0;
}

@media (max-width: 767px) {
    .empowerment-block .empowerment-content ul {
        padding: 10px 0;
    }
}

.empowerment-block .empowerment-content ul > li {
    font: 500 18px/1.2222 "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-left: 12px;
    margin-bottom: 12px;
}

@media (max-width: 1099px) {
    .empowerment-block .empowerment-content ul > li {
        font-size: 16px;
    }
}

.empowerment-block .empowerment-content ul > li:before {
    font-size: 1em;
    line-height: 1.2222;
}

.empowerment-block .direction-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 42px;
    box-shadow: 0 110px 50px -110px rgba(48, 50, 52, 0.3);
}

@media (max-width: 1099px) {
    .empowerment-block .direction-block {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .empowerment-block .direction-block {
        display: block;
    }
}

.empowerment-block .direction-block .description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 54.2%;
    color: #fff;
    background-color: #ebebe8;
    background-image: -webkit-linear-gradient(330deg, #601e6d 0%, #481752 100%);
    background-image: linear-gradient(120deg, #601e6d 0%, #481752 100%);
    padding: 83px 70px 73px;
}

@media (max-width: 1519px) {
    .empowerment-block .direction-block .description {
        padding: 70px 30px 50px;
    }
}

@media (max-width: 1099px) {
    .empowerment-block .direction-block .description {
        padding: 60px 20px 40px;
    }
}

@media (max-width: 767px) {
    .empowerment-block .direction-block .description {
        display: block;
        width: 100%;
    }
}

.empowerment-block .direction-block .description h4 {
    color: white;
    padding: 0 47px;
    margin-bottom: 23px;
    position: relative;
}

.empowerment-block .direction-block .description h4 i {
    position: absolute;
    top: -18px;
    left: -3px;
    font-size: 46px;
}

.empowerment-block .direction-block .description address {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1.3333;
    padding: 0 47px;
}

.empowerment-block .direction-block .description .btn {
    width: 100%;
    margin-top: auto;
    padding: 20px 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 2px;
}

.empowerment-block .direction-block .description .btn i {
    font-size: 1.1111;
    margin-left: 26px;
}

.empowerment-block .direction-block .map-holder {
    position: relative;
    overflow: hidden;
    width: 45.8%;
    background: no-repeat center;
    background-size: cover;
}

@media (max-width: 767px) {
    .empowerment-block .direction-block .map-holder {
        width: 100%;
        height: 60vw;
    }
}

.empowerment-block .related-information {
    padding: 38px 0 0 80px;
    color: #006892;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 1519px) {
    .empowerment-block .related-information {
        padding-left: 40px;
    }
}

@media (max-width: 1349px) {
    .empowerment-block .related-information {
        padding-left: 0;
    }
}

@media (max-width: 1099px) {
    .empowerment-block .related-information {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .empowerment-block .related-information {
        padding: 40px 20px;
    }
}

.empowerment-block .related-information h5 {
    margin-bottom: 14px;
    font: bold 26px/1.1538 "Montserrat", Helvetica, Arial, sans-serif;
    letter-spacing: -1px;
    text-transform: capitalize;
}

@media (max-width: 1349px) {
    .empowerment-block .related-information h5 {
        font-size: 20px;
    }
}

.empowerment-block .related-information ul li::before {
    display: none;
}

.empowerment-block .related-information .info-list {
    padding: 34px 0 22px;
}

@media (max-width: 767px) {
    .empowerment-block .related-information .info-list {
        padding: 20px 0;
    }
}

.empowerment-block .related-information .info-list li {
    min-height: 32px;
    font-size: 18px;
    line-height: 1.3333;
    font-weight: 500;
    position: relative;
    padding: 0 49px;
    margin-bottom: 30px;
    word-spacing: 2px;
}

@media (max-width: 767px) {
    .empowerment-block .related-information .info-list li {
        margin-bottom: 20px;
    }
}

.empowerment-block .related-information .info-list li.icon {
    position: relative;
    display: block;
    padding-left: 46px;
}

.empowerment-block .related-information .info-list li.icon::before {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: 0;
    width: 36px;
    height: 36px;
    background: no-repeat center;
    background-size: contain;
}

.empowerment-block .related-information .info-list li.icon.location_icon::before {
    background-image: url(../images/icons/location.min.svg);
}

.empowerment-block .related-information .info-list li.icon.phone_icon::before {
    background-image: url(../images/icons/phone.min.svg);
}

.empowerment-block .related-information .info-list li.icon.mail_icon::before {
    background-image: url(../images/icons/mail.min.svg);
    width: 22px;
    left: 6px;
}

.empowerment-block .related-information .info-list li.icon.clock_icon::before {
    background-image: url(../images/icons/clock.svg);
}

.empowerment-block .related-information .info-list li address {
    margin-bottom: 0;
    line-height: 1.3333;
}

.empowerment-block .related-information .rating-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 17px 1px 22px;
    line-height: 0;
    margin-bottom: 34px;
    border-width: 1px 0;
    border-color: #006892 transparent;
    border-style: dashed;
}

.empowerment-block .related-information .rating-block .stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 16px 0;
}

    .empowerment-block .related-information .rating-block .stars li {
    margin: 0;
    padding: 0 2px;
}

.empowerment-block .related-information .rating-block .rate-text {
    line-height: 1.2222;
    padding: 4px 23px 0;
    word-spacing: 2px;
}

.condition-form {
    padding: 50px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1099px) {
    .condition-form {
        display: block;
    }
}

@media (max-width: 767px) {
    .condition-form {
        padding: 30px 0 0;
    }
}

/* Breadcrumb Styles */

.breadcrumbs {
    position: relative;
    /*-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
    margin: 5px 0 30px;
    padding: 0;
}

.breadcrumbs::before {
    content: ">";
    position: absolute;
    top: 0;
    left: -20px;
}

.breadcrumbs li {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.breadcrumbs li a {
    text-decoration: none;
}

.breadcrumbs li::before {
    display: none;
}

.breadcrumbs li::after {
    content: " / ";
    display: inline-block;
    margin: 0 .5em 0 .75em;
}

.breadcrumbs li:last-child {
    font-weight: 700;
}

.breadcrumbs li:last-child::after {
    display: none;
}

.condition-form .form-group {
    width: 50%;
    margin-bottom: 0;
    position: relative;
}

@media (max-width: 1099px) {
    .condition-form .form-group {
        width: 100%;
    }
}

.condition-form .form-group .form-control {
    height: 76px;
    padding-left: 29px;
    padding-right: 53px;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -1px;
    word-spacing: 2px;
}

.condition-form .form-group .search_submit {
    position: absolute;
    top: 0;
    right: 0;
    color: #02587d;
    height: 76px;
    background: url(../images/icons/search.min.svg) no-repeat center;
    background-size: 40%;
}

.condition-form .form-group .search_submit:hover {
    background: url(../images/icons/search.min.svg) no-repeat center;
    background-size: 40%;
}

.services-block {
    background: #eaf2f6;
    padding: 83px 0;
}

@media (max-width: 767px) {
    .services-block {
        padding: 40px 0;
        margin-bottom: 30px;
    }
}

.services-block .text-holder {
    line-height: 1.8889;
}

.services-block .services-content {
    padding: 62px 0 57px;
}

@media (max-width: 1349px) {
    .services-block .services-content {
        padding: 60px 0;
    }
}

.general-block .general-content .services-list, .services-block .services-content .services-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px;
}

.general-block .general-content .services-list li, .services-block .services-content .services-list li {
    padding: 0;
    margin: 0;
    width: 25%;
    border-bottom: 1px solid #eaf2f6;
    border-right: 1px solid #eaf2f6;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.general-block .general-content .services-list li::before, .services-block .services-content .services-list li::before {
    display: none;
}

@media (max-width: 1099px) {
    .general-block .general-content .services-list li, .services-block .services-content .services-list li {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .general-block .general-content .services-list li, .services-block .services-content .services-list li {
        width: 100%;
        font-size: 16px;
    }
}

.general-block .general-content .services-list li a, .services-block .services-content .services-list li a {
    background: #fff;
    color: #006892;
    padding: 10px;
    text-align: center;
    position: relative;
    height: 109px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: none;
    transition: none;
}

@media (max-width: 1519px) {
    .general-block .general-content .services-list li a, .services-block .services-content .services-list li a {
        height: 100px;
    }
}

@media (max-width: 1099px) {
    .general-block .general-content .services-list li a, .services-block .services-content .services-list li a {
        height: 95px;
    }
}

@media (max-width: 767px) {
    .general-block .general-content .services-list li a, .services-block .services-content .services-list li a {
        height: 80px;
    }
}

.general-block .general-content .services-list li a:before, .services-block .services-content .services-list li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: -webkit-linear-gradient(left, rgba(227, 232, 235, 0.37) 0%, rgba(227, 232, 235, 0.29) 24%, rgba(227, 232, 235, 0.06) 76%, rgba(227, 232, 235, 0) 100%);
    background: linear-gradient(to right, rgba(227, 232, 235, 0.37) 0%, rgba(227, 232, 235, 0.29) 24%, rgba(227, 232, 235, 0.06) 76%, rgba(227, 232, 235, 0) 100%);
}

.general-block .general-content .services-list li a:hover, .services-block .services-content .services-list li a:hover {
    background-color: #fff;
    background-image: -webkit-linear-gradient(330deg, #ef9e5a 0%, #ef9e5a 100%);
    background-image: linear-gradient(120deg, #ef9e5a 0%, #ef9e5a 100%);
    text-decoration: none;
    color: #fff;
    box-shadow: 0 50px 30px -40px rgba(48, 50, 52, 0.1);
    z-index: 1;
}

@media (max-width: 1099px) {
    .general-block .general-content .services-list li a:hover, .services-block .services-content .services-list li a:hover {
        box-shadow: 0 30px 20px -20px rgba(48, 50, 52, 0.1);
    }
}

.general-block .general-content .services-list li a:hover:after, .services-block .services-content .services-list li a:hover:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e905";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 68px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.17);
}

@media (max-width: 1099px) {
    .general-block .general-content .services-list li a:hover:after, .services-block .services-content .services-list li a:hover:after {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .general-block .general-content .services-list li a:hover:after, .services-block .services-content .services-list li a:hover:after {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .general-block .general-content .services-list li a:hover, .services-block .services-content .services-list li a:hover {
        background-color: #fff;
        background-image: none;
        color: #ef9e5a;
    }

    .general-block .general-content .services-list li a:hover:after, .services-block .services-content .services-list li a:hover:after {
        display: none;
    }
}

.sort_list {
    text-align: left;
    padding: 0;
}

.sort_list li {
    display: inline-block;
    padding: 0 .5em 0 0;
}

.sort_list li a {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-weight: 500;
}

.sort_list li.active a, .sort_list .doctor-carousel .carousel-indicators li:hover a, .doctor-carousel .carousel-indicators .sort_list li:hover a {
    color: #303234;
    font-weight: 700;
}

.sort_list li::before {
    display: none;
}

.conditions-list li {
    color: #303234;
    padding: 30px 0;
    margin: 0;
    border-top: 1px dotted #006892;
}

.conditions-list li::before {
    display: none;
}

.conditions-list li ul {
    padding: 0;
    margin-bottom: 16px;
}

.conditions-list li ul li {
    display: inline-block;
    padding: 0 24px 0 0;
    border: none;
    font-family: 'Montserrat', sans-serif;
}

.conditions-list li .doc_link {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.service-block {
    padding: 0 0 50px;
}

/*@media (max-width: 1349px) {
    .service-block {
        padding-bottom: 120px;
    }
}

@media (max-width: 1099px) {
    .service-block {
        padding-bottom: 50px;
    }
}*/

.service-block .container-fluid {
    padding: 0 20px;
}

@media (max-width: 1099px) {
    .service-block .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}

.service-block .service-content {
    padding: 50px 20px 50px 67px;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    /*margin-bottom: -105px;*/
}

@media (max-width: 1349px) {
    .service-block .service-content {
        padding: 50px 20px 90px;
    }
}

@media (max-width: 1099px) {
    .service-block .service-content {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    .service-block .service-content {
        padding: 40px 20px;
        margin-bottom: 0;
    }
}

.service-block .service-content h3 {
    margin-bottom: 40px;
    line-height: 0.9783;
}

@media (max-width: 767px) {
    .service-block .service-content h3 {
        margin-bottom: 30px;
    }
}

.service-block .service-content ul {
    padding: 61px 0;
}

@media (max-width: 767px) {
    .service-block .service-content ul {
        padding: 10px 0;
    }
}

.service-block .service-content ul > li {
    font: 500 18px/1.2222 "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-left: 12px;
    margin-bottom: 12px;
}

@media (max-width: 1099px) {
    .service-block .service-content ul > li {
        font-size: 16px;
    }
}

.service-block .service-content ul > li:before {
    font-size: 1em;
    line-height: 1.2222;
}

.service-block .direction-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin-bottom: 50px;
    box-shadow: 0 110px 50px -110px rgba(48, 50, 52, 0.3);
}

@media (max-width: 1099px) {
    .service-block .direction-block {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .service-block .direction-block {
        display: block;
    }
}

.service-block .direction-block .description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    color: #fff;
    background-color: #ebebe8;
    background-image: -webkit-linear-gradient(330deg, #006892 0%, #005374 100%);
    background-image: linear-gradient(120deg, #006892 0%, #005374 100%);
    padding: 70px 60px 50px;
}

@media (max-width: 1519px) {
    .service-block .direction-block .description {
        padding: 70px 30px 50px;
    }
}

@media (max-width: 1099px) {
    .service-block .direction-block .description {
        padding: 60px 20px 40px;
    }
}

@media (max-width: 767px) {
    .service-block .direction-block .description {
        display: block;
        width: 100%;
    }
}

.service-block .direction-block .description h5 {
    color: white;
    padding: 0;
    margin-bottom: 23px;
    position: relative;
}

.service-block .direction-block .description ul {
    margin: 0;
    padding: 0;
}

.service-block .direction-block .description ul li {
    display: block;
    padding: 0;
}

.service-block .direction-block .description ul li::before {
    display: none;
}

.service-block .direction-block .description ul li address {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1.3333;
    padding: 0;
    margin: 0;
}

.service-block .direction-block .description ul li a.icon {
    display: block;
    margin-bottom: 20px;
    color: white;
    position: relative;
    padding-left: 53px;
    font-size: 18px;
}

.service-block .direction-block .description ul li a.icon::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    width: 34px;
    height: 34px;
    background: no-repeat center;
    background-size: contain;
}

.service-block .direction-block .description ul li a.icon.location_icon::before {
    background-image: url(../images/icons/location_white.min.svg);
}

.service-block .direction-block .description ul li a.icon.phone_icon::before {
    background-image: url(../images/icons/phone_white.min.svg);
}

.service-block .direction-block .description address {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1.3333;
    padding: 0 47px;
}

.service-block .direction-block .description .btn {
    width: 100%;
    margin-top: auto;
    padding: 20px 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 2px;
}

.service-block .direction-block .description .btn i {
    font-size: 1.1111;
    margin-left: 26px;
}

.service-block .direction-block .map-holder {
    position: relative;
    overflow: hidden;
    width: 45.8%;
    background: no-repeat center;
    background-size: cover;
}

@media (max-width: 767px) {
    .service-block .direction-block .map-holder {
        width: 100%;
        height: 60vw;
    }
}

.service-block .related-information {
    padding: 50px 0 0 80px;
    color: #006892;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 1519px) {
    .service-block .related-information {
        padding-left: 40px;
    }
}

@media (max-width: 1349px) {
    .service-block .related-information {
        padding-left: 0;
    }
}

@media (max-width: 1099px) {
    .service-block .related-information {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .service-block .related-information {
        padding: 40px 20px;
    }
}

.service-block .related-information h5 {
    margin-bottom: 14px;
    font: bold 26px/1.1538 "Montserrat", sans-serif;
    letter-spacing: -1px;
    text-transform: capitalize;
}

@media (max-width: 1349px) {
    .service-block .related-information h5 {
        font-size: 20px;
    }
}

.service-block .related-information ul li::before {
    display: none;
}

.service-block .related-information .info-list {
    padding: 34px 0 22px;
}

@media (max-width: 767px) {
    .service-block .related-information .info-list {
        padding: 20px 0;
    }
}

.service-block .related-information .info-list li {
    min-height: 32px;
    font-size: 18px;
    line-height: 1.3333;
    font-weight: 500;
    position: relative;
    padding: 0 49px;
    margin-bottom: 30px;
    word-spacing: 2px;
}

@media (max-width: 767px) {
    .service-block .related-information .info-list li {
        margin-bottom: 20px;
    }
}

.service-block .related-information .info-list li.icon {
    position: relative;
    display: block;
    padding-left: 46px;
}

.service-block .related-information .info-list li.icon::before {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: 0;
    width: 36px;
    height: 36px;
    background: no-repeat center;
    background-size: contain;
}

.service-block .related-information .info-list li.icon.location_icon::before {
    background-image: url(../images/icons/location.min.svg);
}

.service-block .related-information .info-list li.icon.phone_icon::before {
    background-image: url(../images/icons/phone.min.svg);
}

.service-block .related-information .info-list li.icon.mail_icon::before {
    background-image: url(../images/icons/mail.min.svg);
    width: 22px;
    left: 6px;
}

.service-block .related-information .info-list li.icon.clock_icon::before {
    background-image: url(../images/icons/clock.svg);
}

.service-block .related-information .info-list li address {
    margin-bottom: 0;
    line-height: 1.3333;
}

.service-block .related-information .rating-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 17px 1px 22px;
    line-height: 0;
    margin-bottom: 34px;
    border-width: 1px 0;
    border-color: #006892 transparent;
    border-style: dashed;
}

.service-block .related-information .rating-block .stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 16px 0;
}

.service-block .related-information .rating-block .stars li {
    margin: 0;
    padding: 0 2px;
}

.service-block .related-information .rating-block .rate-text {
    line-height: 1.2222;
    padding: 4px 23px 0;
    word-spacing: 2px;
}

ul#menuElem {
    padding: 3px 0;
}

ul#menuElem li {
    line-height: 1.2222;
    font-weight: 500;
    padding: 16px 47px;
    border-bottom: 1px dotted #006892;
}

@media (max-width: 1519px) {
    ul#menuElem li {
        padding: 16px 30px;
    }
}

ul#menuElem.add {
    padding-top: 49px;
}

ul#menuElem.add li {
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 1px;
    line-height: 1.3333;
}

ul#menuElem.add li a {
    text-decoration: none;
    display: block;
    background: #eaf2f6;
    padding: 16px 47px;
    -webkit-transition: none;
    transition: none;
}

ul#menuElem.add li a:hover {
    background: #0081b1;
    color: white;
}

@media (max-width: 1519px) {
    ul#menuElem.add li a {
        padding: 16px 30px;
    }
}

ul#menuElem.add .download_links ul {
    overflow: hidden;
    border: none;
    margin: 0;
    padding: 0;
    max-height: 0;
    -webkit-transition: max-height .3s ease;
    transition: max-height .3s ease;
}

ul#menuElem.add .download_links ul li a {
    background: none;
    color: #0081b1;
    font-size: 14px;
}

ul#menuElem.add .download_links.drop--on > a {
    background: #0081b1;
    color: white;
}

ul#menuElem.add .download_links.drop--on ul {
    max-height: 800px;
    border: 1px solid #0081b1;
    border-top: none;
}

.my-health-block {
    padding: 0 0 50px;
}

/*@media (max-width: 1349px) {
    .my-health-block {
        padding-bottom: 120px;
    }
}

@media (max-width: 1099px) {
    .my-health-block {
        padding-bottom: 50px;
    }
}*/

.my-health-block .container-fluid {
    padding: 0 20px;
}

@media (max-width: 1099px) {
    .my-health-block .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}

.my-health-block.article {
    margin-top: 38px;
}

.my-health-block .my-health-content {
    background: #eaf2f6;
    padding: 87px 20px 97px 67px;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
}

@media (max-width: 1349px) {
    .my-health-block .my-health-content {
        padding: 50px 20px 70px;
    }
}

@media (max-width: 1099px) {
    .my-health-block .my-health-content {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    .my-health-block .my-health-content {
        padding: 40px 20px;
        margin-bottom: 0;
    }
}

.my-health-block .my-health-content h3 {
    margin-bottom: 40px;
    line-height: 0.9783;
}

@media (max-width: 767px) {
    .my-health-block .my-health-content h3 {
        margin-bottom: 30px;
    }
}

.my-health-block .my-health-content ul {
    padding: 61px 0;
}

@media (max-width: 767px) {
    .my-health-block .my-health-content ul {
        padding: 10px 0;
    }
}

.my-health-block .my-health-content ul > li {
    font: 500 18px/1.2222 'Montserrat', sans-serif;
    padding-left: 12px;
    margin-bottom: 12px;
}

@media (max-width: 1099px) {
    .my-health-block .my-health-content ul > li {
        font-size: 16px;
    }
}

.my-health-block .my-health-content ul > li:before {
    font-size: 1em;
    line-height: 1.2222;
}

.my-health-block .related-information {
    padding: 38px 0 0 80px;
    color: #006892;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 1519px) {
    .my-health-block .related-information {
        padding-left: 40px;
    }
}

@media (max-width: 1349px) {
    .my-health-block .related-information {
        padding-left: 0;
    }
}

@media (max-width: 1099px) {
    .my-health-block .related-information {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .my-health-block .related-information {
        padding: 40px 20px;
    }
}

.my-health-block .related-information h5 {
    margin-bottom: 14px;
    font: bold 26px/1.1538 'Montserrat', sans-serif;
    letter-spacing: -1px;
    text-transform: capitalize;
}

@media (max-width: 1349px) {
    .my-health-block .related-information h5 {
        font-size: 20px;
    }
}

.my-health-block .related-information ul li::before {
    display: none;
}

.my-health-block .related-information .info-list {
    padding: 34px 0 22px;
}

@media (max-width: 767px) {
    .my-health-block .related-information .info-list {
        padding: 20px 0;
    }
}

.my-health-block .related-information .info-list li {
    min-height: 32px;
    font-size: 18px;
    line-height: 1.3333;
    font-weight: 500;
    position: relative;
    padding: 0 49px;
    margin-bottom: 30px;
    word-spacing: 2px;
}

@media (max-width: 767px) {
    .my-health-block .related-information .info-list li {
        margin-bottom: 20px;
    }
}

.my-health-block .related-information .info-list li.icon {
    position: relative;
    display: block;
    padding-left: 46px;
}

.my-health-block .related-information .info-list li.icon::before {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: 0;
    width: 36px;
    height: 36px;
    background: no-repeat center;
    background-size: contain;
}

.my-health-block .related-information .info-list li.icon.location_icon::before {
    background-image: url(../images/icons/location.min.svg);
}

.my-health-block .related-information .info-list li.icon.phone_icon::before {
    background-image: url(../images/icons/phone.min.svg);
}

.my-health-block .related-information .info-list li.icon.mail_icon::before {
    background-image: url(../images/icons/mail.min.svg);
    width: 22px;
    left: 6px;
}

.my-health-block .related-information .info-list li.icon.clock_icon::before {
    background-image: url(../images/icons/clock.svg);
}

.my-health-block .related-information .info-list li address {
    margin-bottom: 0;
    line-height: 1.3333;
}

.your-health-list {
    list-style-type: none;
    margin: 0 0 60px;
    padding: 0 20px;
}

.your-health-list ul {
    margin-left: 50px;
}

.your-health-list li.blog-post-list {
    padding: 30px 0;
    border-bottom: 1px dotted #006892;
}

.your-health-list li::before {
    display: none;
}

.your-health-list li .graphic {
    width: 100%;
    max-width: 350px;
    margin-bottom: 24px;
}

.your-health-list li .graphic img {
    max-width: 100%;
}

.your-health-list li.twitter .graphic a, .your-health-list li.facebook .graphic a {
    position: relative;
    display: block;
    padding-bottom: 100%;
    text-indent: -999px;
    line-height: 0;
    background: #1c9be9;
}

.your-health-list li.twitter .graphic a::before, .your-health-list li.facebook .graphic a::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../images/icons/twitter_white.min.svg) no-repeat center;
    background-size: contain;
}

.your-health-list li.facebook .graphic a {
    background: #4c6aaa;
}

.your-health-list li.facebook .graphic a::before {
    background-image: url(../images/icons/facebook_white.min.svg);
}

.your-health-list li .content span.article_info {
    display: block;
    font-family: 'Montserrat', sans-serif;
    color: #006892;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.your-health-list li .content span.article_info .date {
    font-weight: 400;
}

.your-health-list li .content h3 {
    max-width: 600px;
}

.your-health-list li .content h6 {
    text-transform: none;
    margin-top: 46px;
}

.your-health-list li .content h6 span {
    font-weight: 400;
}

.your-health-list li .content p {
    color: #9c9c9c;
    margin-bottom: 0;
}

.your-health-list li .teaser-img {
    width: 350px;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    max-width: 100%;
    max-height: 100%;
}

.your-health-list .teaser-img.right {
    background-position: right;
}

.your-health-list .teaser-img.center {
    background-position: center;
}

aside ul.right-nav {
    margin: 0;
    list-style: none;
    padding: 0;
}

@media (min-width: 980px) {
    .your-health-list  li.blog-post-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .your-health-list li .graphic {
        width: 43%;
        margin-right: 54px;
        margin-bottom: 0;
    }
}

@media (min-width: 1100px) {
    .your-health-list {
        padding: 0;
    }
}


.my-health-intro {
    padding: 0 20px;
}

.my-health-intro .intro {
    border-bottom: 1px dotted #006892;
    margin-bottom: 100px;
    padding: 38px 0;
}

.my-health-intro .intro .graphic {
    display: none;
}

.my-health-intro .intro .graphic img {
    max-width: 100%;
}

.my-health-intro .intro .content span.article_info {
    display: block;
    font-family: 'Montserrat', sans-serif;
    color: #006892;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.my-health-intro .intro .content span.article_info .date {
    font-weight: 400;
}

.my-health-intro .intro .content h3 {
    max-width: 600px;
}

.my-health-intro .intro .content .author {
    display: block;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    color: #ef9e5a;
    font-size: 18px;
}

.my-health-intro .intro .content .credentials {
    display: block;
    color: #9c9c9c;
    font-size: 18px;
}

.my-health-intro .intro .content .date {
    display: block;
    color: #333;
    font-size: 14px;
}

.my-health-intro .intro .content .author .avatar {
    position: absolute;
    top: 50%;
    left: 0;
    width: 48px;
    height: 48px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}

@media (min-width: 1100px) {
    .my-health-intro {
        padding: 0;
    }

    .my-health-intro .intro .graphic {
        display: block;
        text-align: right;
    }
}

.my-health-article {
    padding: 0 20px;
}

@media (min-width: 1100px) {
    .my-health-article {
        padding: 0;
    }
}


.my-health-article blockquote {
    background: #eaf2f6;
    padding: 60px;
    margin: 80px 0;
}

.my-health-article blockquote p {
    max-width: 650px;
    margin: 0 auto;
    color: #303234;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.my-health-article .about_author {
    position: relative;
    margin: 60px 0;
    padding: 36px 0 36px;
    border-top: 1px dotted #006892;
    border-bottom: 1px dotted #006892;
}

.my-health-article .about_author .avatar {
    border-radius: 50%;
    margin-bottom: 24px;
    width: 75px;
    height: 75px;
    background-size: cover;
    float: left;
    margin-right: 30px;
}

.my-health-article .about_author h4 {
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.my-health-article .about_author p {
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    color: #222d3a;
}

@media (min-width: 45em) {
    .my-health-article .about_author {
        padding-left: 80px;
    }

    /*.my-health-article .about_author .avatar {
        position: absolute;
        top: 30px;
        left: 0;
    }*/
}

#main {
    position: relative;
}

.sticky-wrap-scroll-nav {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 9;
}

.scroll-nav {
    padding: 32px 0;
    -webkit-transform: translateY(86px);
    -ms-transform: translateY(86px);
    transform: translateY(86px);
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
}

.scroll-nav.header--hide {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.scroll-nav > li {
    margin: 0;
    padding: 9px 0;
    list-style: none;
}

.scroll-nav > li:before {
    display: none;
}

.scroll-nav > li > a {
    display: block;
    width: 8px;
    height: 8px;
    background: #294451;
    border-radius: 50px;
}

.scroll-nav > li > a:hover {
    background: #ebebe8;
}

.scroll-nav > li.anchor-active > a {
    background: #ebebe8;
}

@media (min-width: 68.75em) {
    .scroll-nav {
        -webkit-transform: translateY(133px);
        -ms-transform: translateY(133px);
        transform: translateY(133px);
    }
}

@media (min-width: 1350px) {
    .scroll-nav {
        -webkit-transform: translateY(150px);
        -ms-transform: translateY(150px);
        transform: translateY(150px);
    }
}

@media (min-width: 1520px) {
    .scroll-nav {
        -webkit-transform: translateY(153px);
        -ms-transform: translateY(153px);
        transform: translateY(153px);
    }
}

@media (max-width: 1099px) {
    .doctor-block .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}

.doctor-block .separate-logo {
    position: absolute;
    top: 50%;
    left: -79px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 155px;
    height: 155px;
    text-align: center;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 500px;
    box-shadow: 0 0 46px rgba(0, 87, 125, 0.53);
    background-color: #006892;
    background-image: -webkit-linear-gradient(330deg, #006892 0%, #005574 100%);
    background-image: linear-gradient(120deg, #006892 0%, #005574 100%);
}

@media (max-width: 1519px) {
    .doctor-block .separate-logo {
        width: 104px;
        height: 104px;
        padding: 25px;
        left: -52px;
    }
}

@media (max-width: 1099px) {
    .doctor-block .separate-logo {
        top: -52px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

.doctor-block .separate-logo img {
    vertical-align: top;
    -ms-flex-item-align: center;
    align-self: center;
}

@media (max-width: 1519px) {
    .doctor-block .separate-logo img {
        width: 100%;
        height: auto;
    }
}

.doctor-block .doctor-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1099px) {
    .doctor-block .doctor-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.doctor-block .doctor-row > [class^="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 440px;
}

.doctor-block .doctor-difference {
    background: #eaf2f6;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.89;
}

.doctor-block .doctor-difference h3 {
    margin-bottom: 39px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 0.9782;
    max-width: 330px;
    text-transform: capitalize;
}

.doctor-block .doctor-difference p {
    margin-bottom: 10px;
}

.doctor-block .find-doctor {
    background: #f2f7fa;
}

.doctor-block .find-doctor .article {
    padding-left: 63px;
    padding-right: 50px;
}

@media (max-width: 767px) {
    .doctor-block .find-doctor .article {
        padding: 15px 20px;
    }
}

.doctor-block .find-doctor .article > .row > [class^="col-"] {
    padding-top: 45px;
}

.doctor-block .article {
    padding: 10px 35px 10px 45px;
}

@media (max-width: 767px) {
    .doctor-block .article {
        padding: 15px 20px;
    }
}

.doctor-block .doctor-search-form {
    padding: 34px 2px 32px;
}

.doctor-block .doctor-search-form .form-group {
    margin-bottom: 0;
    position: relative;
}

.doctor-block .doctor-search-form .form-group .form-control {
    height: 76px;
    padding-left: 23px;
    padding-right: 53px;
    border-color: rgba(0, 129, 177, 0.1);
    border-radius: 2px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -1px;
    word-spacing: 2px;
}

.doctor-block .doctor-search-form .form-group .form-control::-moz-placeholder {
    color: #727981;
    opacity: 1;
}

.doctor-block .doctor-search-form .form-group .form-control:-ms-input-placeholder {
    color: #727981;
}

.doctor-block .doctor-search-form .form-group .form-control::-webkit-input-placeholder {
    color: #727981;
}

.doctor-block .doctor-search-form .form-group .form-control:focus {
    border-color: #0081b1;
}

.doctor-block .doctor-search-form .form-group .form-control:focus::-moz-placeholder {
    color: #0081b1;
    opacity: 1;
}

.doctor-block .doctor-search-form .form-group .form-control:focus:-ms-input-placeholder {
    color: #0081b1;
}

.doctor-block .doctor-search-form .form-group .form-control:focus::-webkit-input-placeholder {
    color: #0081b1;
}

.doctor-block .doctor-search-form .form-group .icon-search {
    position: absolute;
    top: 27px;
    right: 24px;
    color: #02587d;
    font-size: 24px;
    line-height: 1;
}

.doctor-block .doctor-action {
    padding: 0 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1349px) {
    .doctor-block .doctor-action {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 1099px) {
    .doctor-block .doctor-action {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (max-width: 767px) {
    .doctor-block .doctor-action {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.doctor-block .doctor-action li {
    padding: 0;
    margin: 0;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

@media (max-width: 1349px) {
    .doctor-block .doctor-action li {
        padding: 15px 0;
    }
}

.doctor-block .doctor-action li:before {
    display: none;
}

.doctor-block .doctor-action li i {
    font-size: 34px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin-right: 19px;
}

@media (max-width: 1099px) {
    .doctor-carousel .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1519px) {
    .doctor-carousel .carousel {
        padding-bottom: 50px;
        background: #fff;
    }
}

.doctor-carousel .carousel-inner {
    background: #ebebe8;
}

@media (max-width: 1099px) {
    .doctor-carousel .carousel-inner {
        background: #fff;
    }
}

@media (min-width: 1520px) {
    .doctor-carousel .carousel-indicators {
        width: auto;
        margin: 0;
        left: auto;
        right: 0;
        padding: 0 27px;
    }
}

@media (max-width: 1519px) {
    .doctor-carousel .carousel-indicators {
        bottom: 0;
        margin-bottom: 9px;
    }
}

@media (min-width: 1520px) {
    .doctor-carousel .carousel-indicators li {
        width: auto;
        height: auto;
        text-indent: 0;
        margin: 0;
        border: none;
        padding: 14px 19px;
        background: none;
        border-radius: 0;
    }
}

@media (max-width: 1519px) {
    .doctor-carousel .carousel-indicators li {
        background: #006892;
    }
}

.doctor-carousel .carousel-indicators li .indicator-image {
    width: 115px;
    height: 115px;
    border-radius: 500px;
    position: relative;
    margin: 0 auto 20px;
}

@media (max-width: 1519px) {
    .doctor-carousel .carousel-indicators li .indicator-image {
        display: none;
    }
}

.doctor-carousel .carousel-indicators li .indicator-image:before {
    content: '';
    position: absolute;
    top: -14px;
    left: -14px;
    bottom: -14px;
    right: -14px;
    border-radius: 500px;
    background: rgba(159, 195, 219, 0.66);
    border: 6px solid #9fc3db;
    opacity: 0;
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
}

.doctor-carousel .carousel-indicators li .indicator-image:after {
    content: "\e905";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 23px;
    line-height: 1;
    opacity: 0;
}

.doctor-carousel .carousel-indicators li .indicator-image img {
    width: 100%;
    height: auto;
    vertical-align: top;
    border-radius: 500px;
}

.doctor-carousel .carousel-indicators li .indicator-text {
    font: 500 16px/1.13 "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #00577d;
    max-width: 100px;
    margin: 0 auto;
}

@media (max-width: 1519px) {
    .doctor-carousel .carousel-indicators li .indicator-text {
        display: none;
    }
}

@media (max-width: 1519px) {
    .doctor-carousel .carousel-indicators li.active, .doctor-carousel .carousel-indicators li:hover {
        margin: 1px;
        width: 10px;
        height: 10px;
        background: #9fc3db;
        border-color: #9fc3db;
    }
}

.doctor-carousel .carousel-indicators li.active .indicator-image:before, .doctor-carousel .carousel-indicators li:hover .indicator-image:before {
    opacity: 1;
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
}

.doctor-carousel .carousel-indicators li.active .indicator-image:after, .doctor-carousel .carousel-indicators li:hover .indicator-image:after {
    opacity: 1;
}

.doctor-carousel .carousel-content {
    padding-top: 119px;
}

@media (max-width: 1099px) {
    .doctor-carousel .carousel-content {
        padding-top: 0;
    }
}

.doctor-carousel .item {
    height: 690px;
}

@media (max-width: 1349px) {
    .doctor-carousel .item {
        height: 480px;
    }
}

@media (max-width: 1099px) {
    .doctor-carousel .item {
        height: 378px;
    }
}

.doctor-carousel .item .bg-stretch {
    right: auto;
    width: 65.2%;
}

@media (max-width: 1099px) {
    .doctor-carousel .item .bg-stretch {
        top: 48px;
        width: 50%;
    }
}

@media (max-width: 767px) {
    .doctor-carousel .item .bg-stretch {
        width: 100%;
        height: 79.69vw;
        position: static;
        -webkit-transition: none;
        transition: none;
    }
}

.doctor-carousel .item .bg-stretch:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 20%;
    background-image: -webkit-linear-gradient(left, transparent 0%, #ebebe8 100%);
    background-image: linear-gradient(to right, transparent 0%, #ebebe8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FFEBEBE8', GradientType=1);
}

@media (max-width: 1099px) {
    .doctor-carousel .item .bg-stretch:before {
        display: none;
    }
}

.doctor-carousel .carousel-description {
    background: #fff;
    height: 227px;
    position: relative;
    overflow: hidden;
    padding: 32px 29px;
}

@media (max-width: 767px) {
    .doctor-carousel .carousel-description {
        padding: 20px 15px;
        min-height: 225px;
        height: auto;
    }
}

.doctor-carousel .carousel-description .link-more {
    color: #00577d;
    position: absolute;
    top: 50%;
    right: 25px;
    font-size: 31px;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: color 0.25s linear;
    transition: color 0.25s linear;
}

.doctor-carousel .carousel-description .link-more:hover {
    text-decoration: none;
    color: #9fc3db;
    -webkit-transition: color 0.25s linear;
    transition: color 0.25s linear;
}

.doctor-carousel .carousel-description h5 {
    margin-bottom: 9px;
    color: #00577d;
}

.doctor-carousel .carousel-description .text {
    display: block;
    color: #9c9c9c;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.3333;
    max-width: 95%;
}

.doctor-carousel .carousel-description .text.add {
    padding-top: 11px;
    line-height: 1.7778;
}

.doctor-carousel .carousel-description .rating-block {
    position: absolute;
    bottom: 16px;
    left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #004968;
}

@media (max-width: 1099px) {
    .doctor-carousel .carousel-description .rating-block {
        position: static;
        padding-top: 20px;
    }
}

.doctor-carousel .carousel-description .rating-block .stars {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.doctor-carousel .carousel-description .rating-block .stars li {
    margin: 0 4px 0 0;
    padding: 0;
}

.doctor-carousel .carousel-description .rating-block .stars li:before {
    display: none;
}

.doctor-carousel .carousel-description .rating-block .rate-text {
    font-family: 'Montserrat', sans-serif;
    padding: 0 11px;
}

.doctor-carousel h4 {
    margin-bottom: 20px;
}

@media (max-width: 1099px) {
    .doctor-carousel h4 {
        margin-bottom: 0;
    }
}

@media (max-width: 1099px) {
    .doctor-carousel h4 .link-more {
        position: absolute;
        top: 12px;
        right: 20px;
        font-size: 22px;
        line-height: 1;
        color: #fff;
    }

    .doctor-carousel h4 .link-more:hover {
        text-decoration: none;
        color: #006892;
    }
}

.doctor-carousel h4 span {
    display: inline-block;
    vertical-align: top;
    background: #9fc3db;
    color: #fff;
    min-width: 352px;
    padding: 7px 22px 8px;
}

@media (max-width: 1099px) {
    .doctor-carousel h4 span {
        display: block;
        min-width: 0;
        padding-right: 50px;
    }
}

@media (max-width: 767px) {
    .doctor-carousel h4 span {
        padding-top: 13px;
        padding-bottom: 13px;
    }
}

.doctor-carousel h4 span i {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    line-height: 1;
    margin: -5px 15px 0 0;
}

.network_intro {
    background: #006892;
    overflow: hidden;
    position: relative;
}

.network_intro .side-title {
    color: white;
}

.network_intro .container-fluid {
    padding: 0 !important;
}

.network_intro .contain {
    position: relative;
    padding: 5.625em 1.25em 10em;
}

.network_intro .contain::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/network_bg.min.svg) no-repeat center;
    background-size: contain;
    opacity: .1;
}

.network_intro .content {
    position: relative;
    z-index: 2;
}

.network_intro .bg_image {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/network_bg.jpg) no-repeat center;
    background-size: contain;
    opacity: .2;
}

.network_intro h3 {
    color: white;
    text-align: center;
    margin-bottom: 4rem;
}

.network_intro .numbers_list {
    list-style-type: none;
    margin: 0 1em;
    padding: 0;
    text-align: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.network_intro .numbers_list li {
    margin-bottom: 4.5rem;
    opacity: 0;
    -webkit-transform: translateY(2em);
    -ms-transform: translateY(2em);
    transform: translateY(2em);
}

.network_intro .numbers_list li:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.network_intro .numbers_list li:nth-child(3) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.network_intro .numbers_list li:last-child {
    margin-bottom: 0;
}

.network_intro .numbers_list .number_contain {
    margin-bottom: 1.5em;
}

.network_intro .numbers_list .number_contain.nudge {
    -webkit-transform: translateX(1%);
    -ms-transform: translateX(1%);
    transform: translateX(1%);
}

.network_intro .numbers_list .odometer {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: white;
    font-size: 6em;
    line-height: .8em;
    margin: 0;
}

.network_intro .numbers_list .odometer .odometer-value {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.network_intro .numbers_list a {
    text-decoration: none;
    color: white;
}

.network_intro .numbers_list a:hover span {
    color: #00ccde;
}

.network_intro .numbers_list h6 {
    font-size: 1.125em;
    text-transform: uppercase;
    color: white;
    margin: 0;
    font-weight: 700;
}

@media (min-width: 35em) {
    .network_intro .numbers_list .odometer {
        font-size: 8em;
    }
}

@media (min-width: 59.375em) {
    .network_intro .contain {
        padding: 5.625em 1.25em 12em;
    }

    .network_intro h3 {
        margin-bottom: 6.875rem;
    }

    .network_intro .numbers_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .network_intro .numbers_list li {
        width: 33%;
        margin-bottom: 0;
    }
}

@media (min-width: 68em) {
    .network_intro .numbers_list .odometer {
        font-size: 9em;
    }
}

@media (min-width: 74em) {
    .network_intro .contain {
        padding: 5.625em 1.25em 14em;
    }

    .network_intro .numbers_list .odometer {
        font-size: 10em;
    }
}

@media (min-width: 90em) {
    .network_intro .numbers_list {
        margin: 0 4em;
    }

    .network_intro .numbers_list .odometer {
        font-size: 12em;
    }
}

@media (min-width: 101em) {
    .network_intro .numbers_list .odometer {
        font-size: 13.75em;
    }
}

.know_banner {
    margin-top: -5.625em;
}

.know_banner .banner {
    position: relative;
}

.know_banner .banner::after {
    position: absolute;
    content: "";
    top: 6em;
    bottom: 1.5em;
    left: 3.75em;
    right: 3.75em;
    z-index: 0;
    background: rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3em 3em rgba(0, 0, 0, 0.15);
    border-radius: 50% 50% 10% 10%;
}

.know_banner .content {
    position: relative;
    z-index: 1;
    background: #f2f7fa;
    padding: 8.75em 1.875em 2.5em;
    text-align: center;
}

.know_banner .content::before {
    content: "";
    position: absolute;
    display: block;
    top: 2.5em;
    left: 50%;
    width: 5em;
    height: 5em;
    background: url(../images/burst_gray.min.svg) no-repeat center;
    background-size: contain;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.know_banner .content h2 {
    font-size: 3em;
    color: #ef9e5a;
    position: relative;
    text-transform: uppercase;
    margin: 0 auto .5rem;
    max-width: 32rem;
}

.know_banner .content p {
    color: #006892;
    max-width: 32rem;
    margin: 0 auto 1em;
}

.know_banner .content p:last-of-type {
    margin-bottom: 0;
}

.know_banner .content img {
    display: none;
}

@media (min-width: 35em) {
    .know_banner .content h2 {
        font-size: 3.875em;
    }
}

@media (min-width: 55em) {
    .know_banner .content h2, .know_banner .content p {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 70em) {
    .know_banner .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 22.5em;
        padding: 0 2.5em 0 16.875em;
        text-align: left;
    }

    .know_banner .content::before {
        top: 50%;
        left: 5.625em;
        width: 9.375em;
        height: 9.375em;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (min-width: 81.25em) {
    .know_banner .content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .know_banner .content h2, .know_banner .content p {
        z-index: 3;
    }

    .know_banner .content img {
        display: block;
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        width: 26.25em;
        opacity: .7;
    }
}

@media (min-width: 93.125em) {
    .know_banner .content img {
        opacity: 1;
    }
}

.backgroundcliptext .know_banner .content h2 {
    color: rgba(255, 255, 255, 0);
    background: -webkit-linear-gradient(left, #006892 0%, #006892 5%, #9fc3db 33%, #cfdc03 66%, #ef9e5a 95%, #ef9e5a 100%);
    background: linear-gradient(to right, #006892 0%, #006892 5%, #9fc3db 33%, #cfdc03 66%, #ef9e5a 95%, #ef9e5a 100%);
    -webkit-background-clip: text;
}

.patient-story {
    background: #006892;
    padding: 120px 0;
    color: #fff;
    position: relative;
}

.womens .patient-story {
    background: #601e6d;
}

@media (max-width: 767px) {
    .patient-story {
        padding: 70px 0;
    }
}

.patient-story.add {
    padding: 94px 0;
}

@media (max-width: 1099px) {
    .patient-story.add {
        min-height: 600px;
    }
}

@media (max-width: 767px) {
    .patient-story.add {
        padding: 70px 0;
    }
}

.patient-story.add h3 {
    color: #fff;
}

.patient-story.add h3 i {
    display: block;
    margin: 0 0 25px;
}

@media (max-width: 767px) {
    .patient-story.add .container-fluid {
        max-width: none;
    }
}

.patient-story .post {
    padding: 19px 0 0;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 1099px) {
    .patient-story .post {
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .patient-story .post {
        padding-bottom: 10px;
    }
}

.patient-story .post .post-date {
    display: block;
    font-size: 14px;
    line-height: 1.2857;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 1px;
    margin-bottom: 8px;
}

.patient-story .rating-block {
    padding: 20px 0 0;
}

@media (max-width: 767px) {
    .patient-story .rating-block {
        padding: 10px 0 0;
    }
}

.patient-story .rating-block .stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 0;
}

.patient-story .rating-block .stars li {
    padding: 0 2px;
}

.patient-story .rating-block .stars li::before {
    display: none;
}

.patient-story .side-title {
    color: #fff;
    left: -25px;
}

@media (max-width: 767px) {
    .patient-story .container-fluid {
        max-width: 510px;
    }
}

.patient-story h2 {
    color: white;
    margin-bottom: 11px;
    text-transform: uppercase;
    line-height: 0.9032;
}

.patient-story h3 {
    color: white;
    margin-bottom: 43px;
    padding: 0 1px;
    letter-spacing: 2px;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .patient-story h3 {
        text-align: center;
    }
}

.patient-story h3 i {
    display: inline-block;
    vertical-align: middle;
    font-size: 60px;
    line-height: 1;
    color: #00ccde;
    margin: -14px 16px 0 0;
}

@media (max-width: 767px) {
    .patient-story h3 i {
        display: block;
        font-size: 40px;
        margin: 0 0 10px;
    }
}

.patient-story .image-holder {
    position: relative;
    z-index: 1;
}

.patient-story .image-holder:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 150px;
    right: 150px;
    height: 50px;
    box-shadow: 0 0 180px 40px #000;
    z-index: -1;
}

.patient-story .image-holder .small-image {
    position: absolute;
    bottom: -57px;
    right: -98px;
}

.patient-story .description {
    padding-top: 24px;
}

@media (max-width: 767px) {
    .patient-story .description {
        padding-top: 40px;
    }
}

.patient-story .description .text {
    display: block;
    font: bold 20px/1.6 "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    max-width: 388px;
    margin-bottom: 59px;
}

.patient-story .description .white_outline {
    float: right;
    margin-right: 20px;
}

.newsletter-block {
    padding: 50px 60px 124px;
    line-height: 1.8889;
    font-family: 'Montserrat', sans-serif;
    color: #727981;
    position: relative;
}

@media (max-width: 767px) {
    .newsletter-block {
        padding: 80px 0;
    }
}

.newsletter-block .side-title {
    color: #66565a;
    left: -28px;
}

@media (max-width: 1099px) {
    .newsletter-block .container-fluid {
        max-width: 510px;
    }
}

.newsletter-block h3 {
    position: relative;
    margin-bottom: 39px;
    padding: 0 0 0 66px;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .newsletter-block h3 {
        text-align: center;
        padding: 0;
    }
}

.newsletter-block h3 img {
    display: block;
    margin: 0 auto 24px;
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .newsletter-block h3 img {
        display: block;
        position: static;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.newsletter-block .newsletter-form {
    padding: 7px 0;
}

@media (max-width: 1099px) {
    .newsletter-block .newsletter-form {
        padding: 10px 0;
    }
}

@media (max-width: 479px) {
    .newsletter-block .newsletter-form .input-group {
        display: block;
    }
}

.newsletter-block .newsletter-form .input-group .btn {
    width: 130px;
    height: 60px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 479px) {
    .newsletter-block .newsletter-form .input-group .btn {
        display: block;
        width: 100%;
        margin: 0;
        border-radius: 0;
    }
}

@media (max-width: 479px) {
    .newsletter-block .newsletter-form .input-group .input-group-btn {
        display: block;
        width: 100%;
        border-radius: 0;
    }
}

.newsletter-block .newsletter-form .form-control {
    border-color: #006892;
    padding: 10px 26px;
    height: 60px;
    letter-spacing: -1px;
    word-spacing: 2px;
}

.newsletter-block .newsletter-form .form-control::-moz-placeholder {
    color: #727981;
    opacity: 1;
}

.newsletter-block .newsletter-form .form-control:-ms-input-placeholder {
    color: #727981;
}

.newsletter-block .newsletter-form .form-control::-webkit-input-placeholder {
    color: #727981;
}

@media (max-width: 479px) {
    .newsletter-block .newsletter-form .form-control {
        display: block;
        width: 100%;
        float: none;
        border-radius: 0;
    }
}

.newsletter-block .newsletter-form .form-control:focus::-moz-placeholder {
    color: #0081b1;
    opacity: 1;
}

.newsletter-block .newsletter-form .form-control:focus:-ms-input-placeholder {
    color: #0081b1;
}

.newsletter-block .newsletter-form .form-control:focus::-webkit-input-placeholder {
    color: #0081b1;
}

.newsletter-block .newsletter-form .agreement {
    display: block;
    font-size: 13px;
    line-height: 1.2308;
    color: #006892;
    padding-top: 26px;
}

.newsletter-block .newsletter-form .agreement a {
    font-weight: 600;
}

.testimonial-block {
    padding: 77px 0 72px;
    font-family: 'Montserrat', sans-serif;
    color: #006892;
}

@media (max-width: 1099px) {
    .testimonial-block {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .testimonial-block {
        padding: 30px 0;
    }
}

.testimonial-block h3 {
    margin-bottom: 8px;
    letter-spacing: -1px;
    word-spacing: 3px;
    font-weight: 400;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .testimonial-block blockquote {
        margin-bottom: 15px;
    }
}

.testimonial-block blockquote q {
    font-size: 18px;
    line-height: 1.8889;
    font-weight: normal;
    margin-bottom: 58px;
}

@media (max-width: 1099px) {
    .testimonial-block blockquote q {
        font-size: 16px;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .testimonial-block blockquote q {
        margin-bottom: 30px;
    }
}

.testimonial-block blockquote q:before, .testimonial-block blockquote q:after {
    background-image: url(../images/quote-l-light.png);
}

.testimonial-block blockquote q:after {
    background-image: url(../images/quote-r-light.png);
}

.testimonial-block blockquote cite {
    color: #0080aa;
    font-style: italic;
}

.video-block {
    position: relative;
    margin: 30px 0;
}

.video-block div.wistia_responsive-padding {
    box-shadow: 0 40px 40px -40px rgba(48, 50, 52, 0.5);    
}

.video-block .side-title {
    color: #005276;
    left: 9px;
}

.ratings-block {
    position: relative;
    margin: 30px 0;
}

.ratings-block .side-title {
    color: #005276;
    left: 9px;
}

@media (max-width: 1099px) {
    .video-block .container-fluid, ratings-block .container-fluid   {
        padding-left: 0;
        padding-right: 0;
    }
}

.video-block .video {
    display: block;
    position: relative;
    width: 100%;
}

.video-block .video video {
    display: block;
    max-width: 100%;
    width: 100%;
}

.video-block .video .play_btn, .video-block .video .pause_btn {
    position: absolute;
    text-indent: -999em;
    display: block;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(0, 19, 28, 0.6) url(../images/icons/play_white.min.svg) no-repeat center;
    background-size: 30%;
    border-radius: 50%;
    -webkit-transition: background-color .3s ease, opacity .3s ease;
    transition: background-color .3s ease, opacity .3s ease;
}

.video-block .video .play_btn:hover, .video-block .video .pause_btn:hover {
    background-color: rgba(0, 19, 28, 0.8);
}

.video-block .video .pause_btn {
    pointer-events: none;
    opacity: 0;
    background-image: url(../images/icons/pause_white.min.svg);
}

.video-block .video.video--play .play_btn {
    display: none;
}

.video-block .video.video--play .pause_btn {
    pointer-events: inherit;
}

.video-block .video.video--play:hover .pause_btn {
    opacity: 1;
}

@media (min-width: 55em) {
    .video-block .video .play_btn, .video-block .video .pause_btn {
        width: 150px;
        height: 150px;
    }
}

.related-content {
    padding: 142px 0 0;
}

@media (max-width: 1349px) {
    .related-content {
        padding: 100px 0 0;
    }
}

@media (max-width: 767px) {
    .related-content {
        padding: 40px 0;
    }
}

.related-content .same-height-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .related-content .same-height-row {
        display: block;
    }
}

.related-content .same-height-row > [class^="col-"] {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.related-content h3 {
    margin-bottom: 107px;
    text-align: center;
    letter-spacing: 1px;
    word-spacing: 4px;
    text-transform: capitalize;
}

@media (max-width: 1349px) {
    .related-content h3 {
        margin-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .related-content h3 {
        margin-bottom: 30px;
    }
}

.related-content .box {
    display: block;
    font-family: 'Montserrat', sans-serif;
    padding: 41px 52px;
    margin-bottom: 30px;
    color: #fff;
    text-decoration: none;
    min-height: 333px;
    height: 100%;
    background-color: #ebebe8;
    background-image: -webkit-linear-gradient(330deg, #006892 0%, #005374 100%);
    background-image: linear-gradient(120deg, #006892 0%, #005374 100%);
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
}

.related-content .box:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

@media (max-width: 1099px) {
    .related-content .box {
        padding: 30px 20px;
        min-height: 290px;
    }
}

@media (max-width: 767px) {
    .related-content .box {
        min-height: 210px;
        margin-bottom: 20px;
    }
}

.related-content .box.light {
    background-color: #ebebe8;
    background-image: -webkit-linear-gradient(330deg, #b9d2dc 0%, #a5bbc4 100%);
    background-image: linear-gradient(120deg, #b9d2dc 0%, #a5bbc4 100%);
}

.related-content .box.orange {
    background-color: #ebebe8;
    background-image: -webkit-linear-gradient(330deg, #ef9e5a 0%, #c28049 100%);
    background-image: linear-gradient(120deg, #ef9e5a 0%, #c28049 100%);
}

.related-content .box.light_purple {
    background-color: #ebebe8;
    background-image: -webkit-linear-gradient(330deg, #bd97c9 0%, #9b7ca5 100%);
    background-image: linear-gradient(120deg, #bd97c9 0%, #9b7ca5 100%);
}

.related-content .box.purple {
    background-color: #ebebe8;
    background-image: -webkit-linear-gradient(330deg, #601e6d 0%, #481752 100%);
    background-image: linear-gradient(120deg, #601e6d 0%, #481752 100%);
}

.related-content .box .title {
    display: block;
    font-size: 14px;
    line-height: 1.2857;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 37px;
    letter-spacing: 1px;
    word-spacing: 1px;
}

@media (max-width: 1099px) {
    .related-content .box .title {
        font-size: 12px;
        margin-bottom: 25px;
    }
}

.related-content .box .posted-date {
    display: block;
    font-size: 14px;
    line-height: 1.2857;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.related-content .box h4 {
    color: white;
    font-weight: 300;
    line-height: 1.5;
}

@media (max-width: 1099px) {
    .related-content .box h4 {
        font-size: 22px;
    }
}

.related-content .share-block {
    padding: 113px 0 83px;
}

@media (max-width: 1349px) {
    .related-content .share-block {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .related-content .share-block {
        padding: 30px 0;
    }
}

.general-block, .foryou-block {
    padding: 0 0 50px;
}

/*@media (max-width: 1349px) {
    .general-block, .foryou-block {
        padding-bottom: 120px;
    }
}

@media (max-width: 1099px) {
    .general-block, .foryou-block {
        padding-bottom: 50px;
    }
}*/

.general-block .container-fluid, .foryou-block .container-fluid {
    padding: 0 10px;
}

@media (max-width: 1099px) {
    .general-block .container-fluid, .foryou-block .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}

.general-block .general-content, .general-block .foryou-content, .foryou-block .general-content, .foryou-block .foryou-content {
    position: relative;
    background: #eaf2f6;
    padding: 85px 0 50px 0;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    /*margin-bottom: -105px;*/
}

.general-block .general-content {
    margin-bottom: 0;
}


.general-block .general-content figure, .general-block .foryou-content figure, .foryou-block .general-content figure, .foryou-block .foryou-content figure {
    display: block;
    margin-bottom: 20px;
}

.general-block .general-content figure img, .general-block .foryou-content figure img, .foryou-block .general-content figure img, .foryou-block .foryou-content figure img {
    margin-bottom: 20px;
    max-width: 100%;
}

.general-block .general-content figure figcaption p, .general-block .foryou-content figure figcaption p, .foryou-block .general-content figure figcaption p, .foryou-block .foryou-content figure figcaption p {
    font-size: 13px;
    color: #006892;
    line-height: 20px;
}

.general-block .general-content figure.img_right, .general-block .foryou-content figure.img_right, .foryou-block .general-content figure.img_right, .foryou-block .foryou-content figure.img_right {
    max-width: 465px;
    float: right;
    width: 45%;
    margin: 0 0 20px 60px;
}

@media (max-width: 1349px) {
    .general-block .general-content, .general-block .foryou-content, .foryou-block .general-content, .foryou-block .foryou-content {
        padding: 50px 0 140px;
    }
}

@media (max-width: 1099px) {
    .general-block .general-content, .general-block .foryou-content, .foryou-block .general-content, .foryou-block .foryou-content {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    .general-block .general-content, .general-block .foryou-content, .foryou-block .general-content, .foryou-block .foryou-content {
        padding: 40px 20px;
        margin-bottom: 0;
    }

    .general-block .general-content figure.img_right, .general-block .foryou-content figure.img_right, .foryou-block .general-content figure.img_right, .foryou-block .foryou-content figure.img_right {
        float: none;
        width: 100%;
        margin: 0 auto 20px;
    }
}

.general-block .general-content h3, .general-block .foryou-content h3, .foryou-block .general-content h3, .foryou-block .foryou-content h3 {
    margin-bottom: 40px;
    line-height: 0.9783;
}

@media (max-width: 767px) {
    .general-block .general-content h3, .general-block .foryou-content h3, .foryou-block .general-content h3, .foryou-block .foryou-content h3 {
        margin-bottom: 30px;
    }
}

.general-block .general-content ul, .general-block .foryou-content ul, .foryou-block .general-content ul, .foryou-block .foryou-content ul {
    padding: 61px 0;
}

@media (max-width: 767px) {
    .general-block .general-content ul, .general-block .foryou-content ul, .foryou-block .general-content ul, .foryou-block .foryou-content ul {
        padding: 10px 0;
    }
}

.general-block .general-content ul > li, .general-block .foryou-content ul > li, .foryou-block .general-content ul > li, .foryou-block .foryou-content ul > li {
    font: 500 18px/1.2222 "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-left: 12px;
    margin-bottom: 12px;
}

@media (max-width: 1099px) {
    .general-block .general-content ul > li, .general-block .foryou-content ul > li, .foryou-block .general-content ul > li, .foryou-block .foryou-content ul > li {
        font-size: 16px;
    }
}

.general-block .general-content ul > li:before, .general-block .foryou-content ul > li:before, .foryou-block .general-content ul > li:before, .foryou-block .foryou-content ul > li:before {
    font-size: 1em;
    line-height: 1.2222;
}

.general-block .direction-block, .foryou-block .direction-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin-bottom: 50px;
    box-shadow: 0 110px 50px -110px rgba(48, 50, 52, 0.3);
}

@media (max-width: 1099px) {
    .general-block .direction-block, .foryou-block .direction-block {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .general-block .direction-block, .foryou-block .direction-block {
        display: block;
    }
}

.general-block .direction-block .description, .foryou-block .direction-block .description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    color: #fff;
    background-color: #ebebe8;
    background-image: -webkit-linear-gradient(330deg, #006892 0%, #005374 100%);
    background-image: linear-gradient(120deg, #006892 0%, #005374 100%);
    padding: 70px 60px 50px;
}

@media (max-width: 1519px) {
    .general-block .direction-block .description, .foryou-block .direction-block .description {
        padding: 70px 30px 50px;
    }
}

@media (max-width: 1099px) {
    .general-block .direction-block .description, .foryou-block .direction-block .description {
        padding: 60px 20px 40px;
    }
}

@media (max-width: 767px) {
    .general-block .direction-block .description, .foryou-block .direction-block .description {
        display: block;
        width: 100%;
    }
}

.general-block .direction-block .description h5, .foryou-block .direction-block .description h5 {
    color: white;
    padding: 0;
    margin-bottom: 23px;
    position: relative;
}

.general-block .direction-block .description ul, .foryou-block .direction-block .description ul {
    margin: 0;
    padding: 0;
}

.general-block .direction-block .description ul li, .foryou-block .direction-block .description ul li {
    display: block;
    padding: 0;
}

.general-block .direction-block .description ul li::before, .foryou-block .direction-block .description ul li::before {
    display: none;
}

.general-block .direction-block .description ul li address, .foryou-block .direction-block .description ul li address {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1.3333;
    padding: 0;
    margin: 0;
}

.general-block .direction-block .description ul li a.icon, .foryou-block .direction-block .description ul li a.icon {
    display: block;
    margin-bottom: 20px;
    color: white;
    position: relative;
    padding-left: 53px;
    font-size: 18px;
}

.general-block .direction-block .description ul li a.icon::before, .foryou-block .direction-block .description ul li a.icon::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    width: 34px;
    height: 34px;
    background: no-repeat center;
    background-size: contain;
}

.general-block .direction-block .description ul li a.icon.location_icon::before, .foryou-block .direction-block .description ul li a.icon.location_icon::before {
    background-image: url(../images/icons/location_white.min.svg);
}

.general-block .direction-block .description ul li a.icon.phone_icon::before, .foryou-block .direction-block .description ul li a.icon.phone_icon::before {
    background-image: url(../images/icons/phone_white.min.svg);
}

.general-block .direction-block .description address, .foryou-block .direction-block .description address {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1.3333;
    padding: 0 47px;
}

.general-block .direction-block .description .btn, .foryou-block .direction-block .description .btn {
    width: 100%;
    margin-top: auto;
    padding: 20px 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 2px;
}

.general-block .direction-block .description .btn i, .foryou-block .direction-block .description .btn i {
    font-size: 1.1111;
    margin-left: 26px;
}

.general-block .direction-block .map-holder, .foryou-block .direction-block .map-holder {
    position: relative;
    overflow: hidden;
    width: 45.8%;
    background: no-repeat center;
    background-size: cover;
}

@media (max-width: 767px) {
    .general-block .direction-block .map-holder, .foryou-block .direction-block .map-holder {
        width: 100%;
        height: 60vw;
    }
}

.general-block .related-information, .foryou-block .related-information {
    padding: 150px 0 0 80px;
    color: #006892;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 1519px) {
    .general-block .related-information, .foryou-block .related-information {
        padding-left: 40px;
    }
}

@media (max-width: 1349px) {
    .general-block .related-information, .foryou-block .related-information {
        padding-left: 0;
        padding-top: 50px;
    }
}

@media (max-width: 1099px) {
    .general-block .related-information, .foryou-block .related-information {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .general-block .related-information, .foryou-block .related-information {
        padding: 40px 20px;
    }
}

.general-block .related-information h5, .foryou-block .related-information h5 {
    margin-bottom: 14px;
    font: bold 26px/1.1538 "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: -1px;
    text-transform: capitalize;
}

@media (max-width: 1349px) {
    .general-block .related-information h5, .foryou-block .related-information h5 {
        font-size: 20px;
    }
}

.general-block .related-information ul li::before, .foryou-block .related-information ul li::before {
    display: none;
}

.general-block .related-information .info-list, .foryou-block .related-information .info-list {
    padding: 34px 0 22px;
}

@media (max-width: 767px) {
    .general-block .related-information .info-list, .foryou-block .related-information .info-list {
        padding: 20px 0;
    }
}

.general-block .related-information .info-list li, .foryou-block .related-information .info-list li {
    min-height: 32px;
    font-size: 18px;
    line-height: 1.3333;
    font-weight: 500;
    position: relative;
    padding: 0 49px;
    margin-bottom: 30px;
    word-spacing: 2px;
}

@media (max-width: 767px) {
    .general-block .related-information .info-list li, .foryou-block .related-information .info-list li {
        margin-bottom: 20px;
    }
}

.general-block .related-information .info-list li.icon, .foryou-block .related-information .info-list li.icon {
    position: relative;
    display: block;
    padding-left: 46px;
}

.general-block .related-information .info-list li.icon::before, .foryou-block .related-information .info-list li.icon::before {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: 0;
    width: 36px;
    height: 36px;
    background: no-repeat center;
    background-size: contain;
}

.general-block .related-information .info-list li.icon.location_icon::before, .foryou-block .related-information .info-list li.icon.location_icon::before {
    background-image: url(../images/icons/location.min.svg);
}

.general-block .related-information .info-list li.icon.phone_icon::before, .foryou-block .related-information .info-list li.icon.phone_icon::before {
    background-image: url(../images/icons/phone.min.svg);
}

.general-block .related-information .info-list li.icon.mail_icon::before, .foryou-block .related-information .info-list li.icon.mail_icon::before {
    background-image: url(../images/icons/mail.min.svg);
    width: 22px;
    left: 6px;
}

.general-block .related-information .info-list li.icon.clock_icon::before, .foryou-block .related-information .info-list li.icon.clock_icon::before {
    background-image: url(../images/icons/clock.svg);
}

.general-block .related-information .info-list li address, .foryou-block .related-information .info-list li address {
    margin-bottom: 0;
    line-height: 1.3333;
}

.foryou-block .container-fluid {
    padding: 0 20px;
}

@media (max-width: 1099px) {
    .foryou-block .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}

.foryou-block .foryou-content {
    padding-top: 87px;
}

.foryou-block .foryou-content .foryou-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.foryou-block .foryou-content .foryou-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    width: 33.33%;
    border-bottom: 1px solid #eaf2f6;
    border-right: 1px solid #eaf2f6;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.foryou-block .foryou-content .foryou-list li::before {
    display: none;
}

@media (max-width: 1099px) {
    .foryou-block .foryou-content .foryou-list li {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .foryou-block .foryou-content .foryou-list li {
        width: 100%;
        font-size: 16px;
    }
}

.foryou-block .foryou-content .foryou-list li a {
    background: #fff;
    color: #006892;
    padding: 30px 10px;
    text-align: center;
    position: relative;
    display: inline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: none;
    transition: none;
    font-size: 18px;
    vertical-align: top;
}

.foryou-block .foryou-content .foryou-list li a span {
    display: block;
    margin-top: 16px;
    font-size: 16px;
    line-height: 28px;
    color: #9c9c9c;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.foryou-block .foryou-content .foryou-list li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: -webkit-linear-gradient(left, rgba(227, 232, 235, 0.37) 0%, rgba(227, 232, 235, 0.29) 24%, rgba(227, 232, 235, 0.06) 76%, rgba(227, 232, 235, 0) 100%);
    background: linear-gradient(to right, rgba(227, 232, 235, 0.37) 0%, rgba(227, 232, 235, 0.29) 24%, rgba(227, 232, 235, 0.06) 76%, rgba(227, 232, 235, 0) 100%);
}

.foryou-block .foryou-content .foryou-list li a:hover {
    background-color: #fff;
    background-image: -webkit-linear-gradient(330deg, #ef9e5a 0%, #ef9e5a 100%);
    background-image: linear-gradient(120deg, #ef9e5a 0%, #ef9e5a 100%);
    text-decoration: none;
    color: #fff;
    box-shadow: 0 50px 30px -40px rgba(48, 50, 52, 0.1);
    z-index: 1;
}

.foryou-block .foryou-content .foryou-list li a:hover span {
    color: white;
}

@media (max-width: 1099px) {
    .foryou-block .foryou-content .foryou-list li a:hover {
        box-shadow: 0 30px 20px -20px rgba(48, 50, 52, 0.1);
    }
}

.foryou-block .foryou-content .foryou-list li a:hover:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e905";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 68px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.17);
}

@media (max-width: 1099px) {
    .foryou-block .foryou-content .foryou-list li a:hover:after {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .foryou-block .foryou-content .foryou-list li a:hover:after {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .foryou-block .foryou-content .foryou-list li a:hover {
        background-color: #fff;
        background-image: none;
        color: #ef9e5a;
    }

    .foryou-block .foryou-content .foryou-list li a:hover span {
        color: #ef9e5a;
    }

    .foryou-block .foryou-content .foryou-list li a:hover:after {
        display: none;
    }
}

.foryou-block .related-information {
    padding-top: 38px;
}

#wrapper {
    width: 100%;
    /*position: relative;*/
    overflow: hidden;
}

body, input, textarea, button, h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.scheduler-mobile { display: none; }

@media (max-width: 489px){

    .scheduler-desktop { display: none; }

    .scheduler-mobile { display: block; }
}

.scheduler-mobile .col-xs-12 {
    margin-bottom: 20px;
}

.scheduler-mobile .btn-basic[data-toggle="collapse"] {
    width: 80%;
    position: relative;
    background: linear-gradient(to bottom, #f3f3f3, #c7c7c7);
    padding: 3px 12px;
    font-size: 14px;
}

.scheduler-mobile .btn-basic[data-toggle="collapse"] .glyphicon {
    right: 10px;
    position: absolute;
    top: .65em;
    transform: rotate(0deg);
}

.scheduler-mobile .btn-basic[data-toggle="collapse"].collapsed .glyphicon {
    transform: rotate(180deg);
}

.scheduler-mobile .panel-body {
    padding: 20px;
}

.row.listBoxWithTeaser {
    padding: 30px 0;
    border-bottom: 1px dotted #006892;
}

.row.listBoxWithTeaser h3 {
    font-size: 32px;
    margin-bottom: 15px;
}

.side-pad { padding: 0 20px; }

a.FeedLinkHeader {
    display: inline-block;
    float: right;
}

.not-accepting-new {
    display: inline-block;
    width: 200px;
    font-size: .9em;
    color: #0daf0b;
    border: 1px solid #17b715;
    padding: 5px;
}

.know_banner a {
    text-decoration: none;
}

footer #non-discrimination {
    padding: 10px;
    text-align: center;
    clear: both;
}

footer #non-discrimination a {
    color: #6c6e6f; 
}

div#ClinicSelector {
    margin-bottom: 30px;
}

.doc-link {
    margin-bottom: 35px;
    text-align: center;
}

.doc-link a {
    width: 100%;
    padding-top: 100%;
    position: relative;
    display: block;
}

.doc-link a .preview {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 40px;
    right: 0;
    background-position: 0 0;
    background-size: cover;
}

ul.dc-services {
    list-style: none;
    padding: 0 0 40px 0 !important;
}

div.btn { cursor: default; }

.featured_doc .make_appointment i.icon-angle-right {
    position: absolute;
    right: 20px;
    top: 35%;
    width: 20px;
    height: 20px;
}

div#sitemap {
    margin: 50px 0 200px;
}
