﻿/* Global */

html,
body {
    /*overflow-x: hidden;
    height: 100%;
    -webkit-overflow-scrolling: touch;*/
}

/*::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}*/

.search-button {
    border-radius: 50%;
    background: #fff;
    width: 38px;
    height: 38px;
    border: 1px solid #f8f8f8;
    box-shadow: 0 2px 2px 0 #ccc, 0 3px 1px -2px rgba(153,153,153,.2), 0 1px 5px 0 rgba(153,153,153,.12);
}

    .search-button:hover {
        box-shadow: 0 14px 26px -12px rgba(153,153,153,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(153,153,153,.2);
    }

    .btn-outline-primary:focus, .btn-outline-primary:active {
    background-color: initial;
    border-color: initial;
    color: #2173dd;
}

.btn-outline-primary:focus, .btn-outline-primary:active {
    background-color: initial;
    border-color: initial;
    color: #fff;
}

.title-color {
    color: #2173dd !important;
}

b,strong {
    font-weight: bold !important;
}

.strong {
    font-weight: 600;
}

address {
    margin-bottom: 0px;
}

a:hover {
    text-decoration: underline;
}

/*a[href^="tel:"]:not(.nav-link) {
    color: #2173dd !important;
}*/

#main-nav .nav-attention .nav-link {
padding:.425rem .475rem !important;
}

.nav-pills .nav-item:first-child .nav-link {
border-radius: 6px 0 0 6px !important;
}

.nav-pills .nav-item:last-child .nav-link {
    border-radius: 0 6px 6px 0 !important;
}

.nav-pills .nav-item .nav-link {
border: 1px solid #bbb !important;
}

a[type="button"] {
    -webkit-appearance: none;
}

.block-indent {
    border-left: 4px solid #eee;
    padding-left: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 10px;
}

    .block-indent dl {
        margin-bottom: 0px;
    }

dt {
    padding-top: 5px;
    padding-bottom: 2px;
}

figcaption {
    font-style: italic;
    text-align: center;
    margin-top: 8px;
}

.overlay {
    height: 420px;
    border-radius: 12px;
    position: relative;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.homepage-hero {
    position:relative;
}

.overlay-text-hero {
    position: absolute;
    bottom: 1%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.overlay-text-hero h1 {
    color: #fff;
}

#pills-tabContent small {
    color: #2173dd !important;
}

.nav-pills .nav-item .nav-link.active {
    background-color: #2173dd;
}

h1,
h2,
h3,
h4 {
    margin-bottom: 5px;
}

p {
    /*font-size: 15px;*/
    line-height: 1.7em;
    margin-bottom: 20px;
}

.fa-arrow-alt-circle-left, .fa-arrow-alt-circle-right {
    color: #2173dd;
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.section-image:before {
    background-color: rgba(0, 0, 0, 0.0);
}

.dropdown-menu.dropdown-secondary .dropdown-item:hover, .dropdown-menu.dropdown-secondary .dropdown-item:focus {
    background-color: #2196F3;
    color: #fff !important;
}

.flex-horizontal-center {
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.page-banner {
    padding: 4.3rem 0;
    background-position: center;
    background-size: cover;
    font-size: 1.25rem;
    height: 280px;
}

.bottom-space-sm {
    height: 50px;
}

.bottom-space-md {
    height: 75px;
}

.bottom-space-lg {
    height: 100px;
}

.mark {
    padding: .3em;
}

.tooltip {
    font-size: 15px;
}

.required {
    padding-left: 2px;
    color: red;
    font-weight: bold;
}

.flex-vertical-center {
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.intro-subtitle {
    font-weight: 700;
    font-size: 28px !important;
    margin-bottom: 45px;
}

.outro-text {
    margin-top: 45px;
    padding: 0px 60px;
    border-left: none !important;
    padding-left: 0px !important;
}

.img-raised {
    box-shadow: 0 5px 15px -8px rgba(0,0,0,.24),0 8px 10px -5px rgba(0,0,0,.2);
}


.bg-light {
    background-color: #fafafa;
}

.bg-rounded {
    border-radius: 12px 12px 12px 12px;
}

.alert {
    font-size: 16px;
}

.input-flat {
border-top: none;
border-left: none;
border-right: none;
border-radius: 0px;
}

.youtube-embed-wrapper {
    border-radius: 12px 12px;
    z-index: 10;
}

.quicklinks .list-group .list-group-item {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    border-color: #eee;
    background-color: #fafafa;
}

    .quicklinks .list-group .list-group-item:hover {
        background-color: #eee;
        text-decoration: none;
    }

/* Paperkit Overrides */
.btn-just-icon {
height:44px;
width:44px;
min-width:44px;
}

    .btn-just-icon i {
        font-size: 24px;
        padding: 8px 0px;
    }

hr {
    border-color: #2173dd1f !important;
}

/* Bootstrap Overrides */
.custom-select {
    border-color: #2173dd1f !important;
}

.card-border-top {
    border-top: 4px solid #2173dd;
    border-right: 1px solid #2173dd1f;
    /*border-bottom: 4px solid #2173dd;*/
    border-left: 1px solid #2173dd1f;
}

/* Top Nav */
#top-nav .menu-btn {
    background-color: transparent;
    color: #333;
    border: none;
}

::-webkit-input-placeholder { /* Chrome */
    color: #777 !important;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #777 !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #777 !important;
    opacity: 1;
}

:-moz-placeholder { /* Firefox 4 - 18 */
    color: #777 !important;
    opacity: 1;
}

    /*#top-nav .menu-btn:hover,
    #top-nav .menu-btn:focus,
    #top-nav .menu-btn:active {
        background-color: #fafafa;
    }*/

#top-nav {
    box-shadow: none;
}

    #top-nav .header-logo {
        width: 320px;
    }

    #top-nav .navbar-brand {
        padding-left: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #top-nav .nav-link {
        color: #0D47A1;
        font-size: 19px;
        cursor: pointer;
        padding: 10px 12px;
        /*letter-spacing: 0.15px;*/
        line-height: 1.4 !important;
    }

        #top-nav .nav-link:hover {
            color: #1879CD;
        }

    #top-nav .nav-link-small,
    #top-nav .nav-link-small a {
        text-transform: none;
        color: #1879CD;
        font-size: 1.0em;
    }

    #top-nav .navbar-nav .dropdown-menu:before,
    .dropdown .dropdown-menu[x-placement="bottom-start"]:before,
    .dropdown .dropdown-menu[x-placement="bottom-end"]:before,
    .card.card-just-text .dropdown .dropdown-menu:before,
    .card-just-text .dropdown .dropdown-menu:before,
    .dropdown-btn .dropdown-menu:before {
        border-bottom-color: #ddd;
    }

    #top-nav .nav-link-muted:hover {
        text-decoration: none;
    }

    #top-nav .nav-link-muted span {
        color: #66615b;
        /*color:#0D47A1;*/
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 15px;
        letter-spacing: 0.25px;
        text-transform: capitalize;
    }

        #top-nav .nav-link-muted span:hover {
            color: #1879CD !important;
        }

/* Pushy Mobile Nav */
nav.pushy .pushy-link a {
    padding: 15px 30px;
    font-size: 22px;
    color: #0D47A1;
}

    nav.pushy .pushy-link a:hover {
        color: #1879CD;
    }

nav.pushy .pushy-content .button-mobile-nav {
    border-radius: 0px;
    color: white;
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    padding-top: 20px;
    border: 0px;
    height: 80px;
}

    nav.pushy .pushy-content .button-mobile-nav:hover {
        color: #fafafa;
    }

nav.pushy .mobile-nav-button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    nav.pushy .mobile-nav-button-container .highlight1 {
        background-color: #42A5F5;
    }

    nav.pushy .mobile-nav-button-container .highlight2 {
        background-color: #448AFF;
    }

    nav.pushy .mobile-nav-button-container .highlight3 {
        background-color: #2979FF;
    }

    nav.pushy .mobile-nav-button-container .highlight4 {
        background-color: #2962FF;
    }

nav.pushy .header-logo-mobile {
    width: 300px;
    padding-top: 30px;
    padding-bottom: 30px;
}

nav.pushy .pushy-content .pushy-submenu button {
    padding: 15px 30px;
    font-size: 22px;
    color: #0D47A1;
}

/* Main Nav */

#main-nav .navbar {
    background-color: #2173dd;
    color: #fff;
    box-shadow: none;
}

    #main-nav .navbar .list-group-item {
        color: #2173dd;
        border-radius: 0px;
        border: none;
        margin: 0px;
        padding: 0px;
    }

    #main-nav .navbar .nav-item:hover {
        background-color: #fff;
        color: #2173dd;
    }

    #main-nav .navbar .nav-item .attention {
        background-color: #4093FF;
        /*border-radius:6px;padding: 10px 14px !important;*/
    }

        #main-nav .navbar .nav-item .attention:hover {
            background-color: #53afff;
            color: #fff;
        }

    #main-nav .navbar .btn-neutral-accent {
        background-color: #40A7FF;
        border-color: #40A7FF;
    }

        #main-nav .navbar .btn-neutral-accent:hover {
            background-color: #53afff !important;
            border-color: #53afff !important;
            color: #fff !important;
        }

    #main-nav .navbar .nav-link {
        color: #fff;
        line-height: 1.6;
        font-size: 15.5px;
        font-weight: 400;
        opacity: 1;
        text-transform: none;
        letter-spacing: 0.01rem;
    }

        #main-nav .navbar .nav-link:hover {
            color: #2173dd;
        }

    #main-nav .navbar .nav-link-on-show {
        color: #2173dd !important;
    }

    #main-nav .navbar .list-group-item {
        color: #333 !important;
    }

        #main-nav .navbar .list-group-item:hover {
            background-color: #f5f5f5;
        }

    #main-nav .navbar .dropdown-menu {
        border-radius: 0px;
        margin: 0px 0px;
        width: 100%;
        font-size: 13.5px;
        color: #fff;
        line-height: 1.6;
        font-weight: 400;
        transform: none;
        -webkit-box-shadow: 0px 2px 2px 0px rgba(153, 153, 153, 1);
        -moz-box-shadow: 0px 2px 2px 0px rgba(153, 153, 153, 1);
        box-shadow: 0px 2px 2px 0px rgba(153, 153, 153, 1);
    }

    #main-nav .navbar .dropdown-header {
        color: #2173dd;
        font-size: 15px;
        padding: 0px 0px;
        border-bottom: 1px solid #eee;
    }

    #main-nav .navbar .dropdown-menu:before {
        content: none;
    }

    #main-nav .navbar .dropdown-menu:after {
        content: none;
    }

    #main-nav .navbar .dropdown-menu.dropdown-primary .dropdown-item:hover,
    .dropdown-menu.dropdown-primary .dropdown-item:focus {
        background-color: #42A5F5;
    }

/* Home Page - Flexslider */
.flex-caption-blog {
    position: absolute;
    width: 475px;
    background-color: white;
    border-radius: 6px;
}

.flex-caption-youtube {
    position: absolute;
    width: 475px;
    background-color: white;
    border-radius: 12px;
}

/*.flex-caption-facebook {
    position: absolute;
    width: 820px;
}*/

.flex-caption-twitter {
    position: absolute;
}

.flexslider .slides .slide {
    width: 100%;
    /*height: 800px;*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/*.flexslider div li img {
                        max-height: 700px;
                    }*/

.flexslider .card-description {
    color: #777;
}

    .flexslider .card-description a {
        color: #42A5F5 !important;
    }


/* Home Page - News */
#news-block .card .card-title a {
    font-weight: 600;
}

    #medical-services .card .card-title a:hover {
        color: #007bff;
    }

#news-block .card .author {
    font-size: 1.0em;
    color: #666;
}

    #news-block .card .author > i {
        font-size: 1.0em;
        color: #666 !important;
    }

#news-block .card .card-body {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

    #news-block .card .card-body .card-title {
        font-weight: 600;
    }

    #news-block .card .card-body .card-text {
        font-size: 16px !important;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

#news-block .card .card-footer {
    padding-top: 0px;
    text-transform: capitalize;
    border-width: 1px;
}

    #news-block .card .card-footer a {
        font-size: 13.5px;
    }


/* Home Page - Medical Services */
#medical-services .card .card-title a {
    font-weight: 600;
}

    #medical-services .card .card-title a:hover {
        color: #007bff;
    }

#medical-services .card .author {
    font-size: 1.0em;
    color: #666;
}

    #medical-services .card .author > i {
        font-size: 1.0em;
        color: #666 !important;
    }

#medical-services .card .card-body {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

    #medical-services .card .card-body .card-title {
        font-weight: 600;
    }

    #medical-services .card .card-body .card-text {
        font-size: 16px !important;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

#medical-services .card .card-footer {
    padding-top: 0px;
    text-transform: capitalize;
    border-width: 1px;
}

#medical-services .card .card-footer a {
    font-size: 13.5px;
}

/* Home Page - Photo Block */
#photo-container .background-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#photo-container > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

#photo-container .text-container {
    width: 90%; /* this is only for xs */
    margin: 0 auto;
    text-align: center;
    padding: 60px 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

    #photo-container .text-container .h4 {
        margin-top: 0px;
    }

#photo-container .text-container1 {
    min-height: 300px;
}

#photo-container .text-container2 {
    min-height: 500px;
}

#photo-container-section .section-intro {
    padding-top: 80px;
    padding-bottom: 110px;
}

/* Home Page - Mobile App*/
#mobile-app .info-horizontal .icon {
    float: left;
    margin-top: -4px;
}

    #mobile-app .info-horizontal .icon .material-icons {
        font-size: 50px;
    }

#mobile-app .icon {
    color: #2173dd;
    font-size: 42px;
}

#mobile-app .info-description {
    color: #66615b;
}

/* Home Page - Events */
#event-info .card .card-title a:hover {
    color: #42A5F5;
}

#event-info .card .author {
    font-size: 1.0em;
    color: #666;
}

    #event-info .card .author > i {
        font-size: 1.0em;
        color: #666 !important;
    }

#event-info .card .card-body .card-text {
    font-size: 16px !important;
}

#event-info .event-learn-more {
    text-transform: capitalize;
    border-width: 2px;
    font-size: 13.5px;
    font-weight: 600;
}

/* this is for IE11 - TODO Make IE specific only */
#event-info .card .card-image {
    /*min-height: 175px !important;*/
}

    /* this is for IE11 - TODO Make IE specific only */
    #event-info .card .card-image img {
        /*min-height: 175px !important;*/
    }

#event-info .event-card-with-image {
    height: 475px;
}

    #event-info .event-card-with-image .overlay-text {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    #event-info .event-card-with-image .event-card-title {
        font-weight: 600;
        font-size: 2.0em;
        line-height: 1.2;
        color: #fff;
    }

    #event-info .event-card-with-image .event-card-date span {
        font-size: 1.3em;
        font-weight: 400;
    }

    #event-info .event-card-with-image .event-card-date {
        font-weight: 600;
        color: #f8f9fa !important;
    }

    #event-info .event-card-with-image .btn {
        border-color: #fff;
    }


#event-info .slick-prev {
    left: -3.0rem;
    top: 45%;
}

#event-info .slick-next {
    right: -2.5rem;
    top: 45%;
}

#event-info .slick-prev:hover:before, .slick-next:hover:before {
    color: #2173dd !important;
}

#event-info .slick-prev:before, .slick-next:before {
    color: #90CAF9;
    font-size: 40px;
    padding: 10px 10px;
    opacity: 1;
    transition: color 0.35s ease-in-out;
}

#event-info .event-card-with-image .btn-outline-light {
    /* transition: color 0.35s ease-in; */
    opacity: 1;
    background-color: transparent;
}

    #event-info .event-card-with-image .btn-outline-light:hover {
        background-color: white;
        color: black;
    }

    /* Classes and Events List Page */
#classes-and-events .card .card-title a {
    font-weight: 600;
}

#classes-and-events .card .card-title a:hover {
    color: #007bff;
}

#classes-and-events .card .author {
    font-size: 1.0em;
    color: #666;
}

#classes-and-events .card .author > i {
    font-size: 1.0em;
    color: #666 !important;
}

#classes-and-events .card .card-body {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#classes-and-events .card .card-body .card-title {
    font-weight: 600;
}

#classes-and-events .card .card-body .card-text {
    font-size: 16px !important;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#classes-and-events .card .card-footer {
    padding-top: 0px;
    text-transform: capitalize;
    border-width: 1px;
}

    #classes-and-events .card .card-footer a {
        font-size: 13.5px;
    }

#classes-and-events .card .card-title a:hover {
    color: #007bff;
}

/* Home Page - Testimonials */
#testimonials .description {
    opacity: 0.95;
}

#testimonials .card.card-testimonial .card-body {
    margin-top: 0px;
}

/* Footer */

footer .footer-cta {
    background-color: #1879CD;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 40px;
    /*margin-top: 100px;*/
}

    footer .footer-cta .btn-lg {
        padding: 11px 0 !important;
    }

    footer .footer-cta .footer-cta-title {
        line-height: 1.7em;
        margin-bottom: 8px;
        color: #fff !important;
    }

        footer .footer-cta .footer-cta-title span {
            padding: 2px 8px;
            border-radius: 3px;
            background-color: rgba(0, 0, 0, 0.15);
            color: #fff;
            font-weight: 400;
        }

            footer .footer-cta .footer-cta-title span a {
                color: #fff;
            }

footer .footer-big {
    background-color: #fff;
    padding-bottom: 10px;
}

    footer .footer-big .links a:not(.btn) {
        color: #666;
        font-size: 0.9em;
    }

    footer .footer-big .site-links a {
        color: #666;
    }

    footer .footer-big .links .badge {
        padding: 6px 6px;
    }

        footer .footer-big .links .badge a {
            /*color: #fff;*/
        }

    footer .footer-big hr {
        margin-top: 10px;
    }

    footer .footer-big .list-unstyled {
        margin-bottom: 0px;
    }

    footer .footer-big .copyright {
        text-align: left;
        margin: 0px;
        padding: 0px;
        font-size: .8em;
    }

    footer .footer-big .links .separator {
        padding: 0 5px;
    }

footer .links .badge-info {
    background-color: #E3F2FD;
    padding: 6px 6px;
}

footer .links p {
    font-size: 0.9em;
}

/* Social */
.social-home-container {
    padding: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: 240px;
    z-index: 205;
}

.social-home li {
    list-style-type: none;
    height: 40px;
    padding: 0;
    margin: 0 0 0 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer;
}

.social-home li i {
margin-left:10px;
color:#fff;
}

    .social-home-mobile li {
    list-style-type: none;
    height: 40px;
    padding: 0;
    margin: 0 8px;
    font-size: 18px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer;
}

    .social-home-mobile li i {
        width: 34px;
        margin-top: 10px;
        margin-left: 10px;
    }

.social-home-mobile .menu-btn i {
    font-size: 36px;
}

    .social-home-mobile li .social-nav-icon {
        margin-top: 12px;
        margin-left: 8px;
        color: #fff;
    }

#social-home-facebook {
    background: #2962FF;
    /*background: #3b5998;*/
    color: #fff;
}

#social-home-twitter {
    background: #2979FF;
    /*background: #1da1f2;*/
    color: #fff;
}

#social-home-youtube {
    background: #4093FF;
    /*background: #ff0000;*/
    color: #fff;
}

#social-home-call {
    background: #42A5F5;
    /*background: #ff0000;*/
    color: #fff;
}

.site-links ul li {
    padding: 2px 0;
}


/* Buttons */

.btn {
    font-weight: 600;
}

.btn-outline-neutral:hover,
.btn-outline-neutral:focus {
    color: #0040c4;
}

.btn:active {
    background-color: #fff !important;
    outline: 0;
}

.btn-outline {
    position: relative;
    z-index: 3;
    background: transparent;
    color: #42a5f5;
    border-color: #42a5f5;
    border-style: solid;
    border-width: 2px;
    border-radius: 22px;
    padding: 10px 40px;
    text-transform: uppercase;
    transition: all .2s linear;
    font-size: 12px !important;
}

    .btn-outline:hover {
        color: #fff;
        background: #42a5f5;
        border-color: #42a5f5;
        transition: all .2s linear;
        font-size: 12px !important;
    }

.btn-outline-primary {
    border-color: #2173dd;
    color: #2173dd;
}

    .btn-outline-primary:hover {
        border-color: #2173dd;
        background-color: #2173dd;
        color: #fff;
    }

.btn-secondary {
    border-color: #2173dd;
    background-color: #2173dd;
    color: #fff !important;
}

    .btn-secondary:hover {
        border-color: #448AFF;
        background-color: #448AFF;
        color: #fff;
    }

.btn-tertiary {
    border-color: #448AFF;
    background-color: #448AFF;
    color: #fff !important;
}

    .btn-tertiary:hover {
        border-color: #448AFF;
        background-color: #448AFF;
        color: #fff;
    }

.btn-xs {
    font-size: 11px;
    padding: 2px 5px;
}

/*.btn-block-below-md {
    display: block;
    width: 100%;
}*/


/* find a doctor integration cards */
.doctor-container .card {
    transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    border-radius: 6px;
    display: block;
}

    .doctor-container .card:hover {
        -webkit-transform: translateY(-10px);
    }

    .doctor-container .card a:hover {
        text-decoration: none !important;
    }

    .doctor-container .card .img-circle {
        padding: 0px;
    }

    .doctor-container .card .card-footer {
        border-top: 0px;
        background-color: transparent !important;
    }

    .doctor-container .card .card-description {
        color: #555 !important;
    }

    .doctor-container .card .card-accepting .card-accepting-icon {
        font-size: 12px !important;
        margin-bottom: 2px;
    }

    .doctor-container .card .card-specialty {
        font-size: 15px;
        color: #555;
    }

    .doctor-container .card .img-circle {
        padding: 0px;
    }

    .doctor-container .card .card-image img {
        max-width: 100%;
    }

    .doctor-container .card .img-raised {
        box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,.2);
    }

    /* find a doctor app */
main fieldset input.form-control {
    font-size: 15px;
    border-color: #2173dd1f !important;
}

#find-a-doctor-mix-container .mix {
    backface-visibility: hidden;
    will-change: transform, opacity;
}

#find-a-doctor-mix-container .card {
    transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    border-radius: 6px;
    display: block;
}

#find-a-doctor-mix-container .card:hover {
    -webkit-transform: translateY(-10px);
}

    #find-a-doctor-mix-container .card a:hover {
        text-decoration: none !important;
    }

    #find-a-doctor-mix-container .card .img-circle {
        padding: 0px;
    }

    #find-a-doctor-mix-container .card .card-footer {
        border-top: 0px;
        background-color: transparent !important;
    }

    #find-a-doctor-mix-container .card .card-description {
        color: #555 !important;
    }

    #find-a-doctor-mix-container .card .card-accepting .card-accepting-icon {
        font-size: 12px !important;
        margin-bottom: 2px;
    }

    #find-a-doctor-mix-container .card .card-specialty {
        font-size: 15px;
        color: #555;
    }

    #find-a-doctor-mix-container .card .img-circle {
        padding: 0px;
    }

    #find-a-doctor-mix-container .card .card-image img {
        max-width: 100%;
    }

    #find-a-doctor-mix-container .card .img-raised {
        box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,.2);
    }

#find-a-doctor-mix-container .btn-outline {
    position: relative;
    z-index: 3;
    background: transparent;
    color: #42A5F5;
    border-color: #42A5F5;
    border-style: solid;
    border-width: 2px;
    border-radius: 22px;
    padding: 10px 40px;
    text-transform: uppercase;
    transition: all 0.2s linear;
    font-size: 12px !important;
}

    #find-a-doctor-mix-container .btn-outline:hover {
        color: #fff !important;
        background: #42A5F5 !important;
        border-color: #42A5F5 !important;
        transition: all 0.2s linear;
        font-size: 12px !important;
    }

/*#find-a-doctor-mix-container .btn:focus, .btn:active, .btn.active, .show > .btn.dropdown-toggle {
    border-color: #2173dd;
    background-color: #fff;
}*/

#profile-locations .address-block h6 {
    text-transform: capitalize;
}

#profile-locations .address-block address {
    color: #333;
    margin-bottom: 0px;
    font-size: 15px;
}

#profile-locations .card i {    
    color: #2173dd;
}

#profile-locations .card a {
    font-weight: 400;
    font-size: 14px;
    color: #2173dd;
}

#profile-locations .driving-directions-link:hover {
    text-decoration: underline;
}

#profile-locations .card {
    background-color: #fafafa !important;
}

#profile-locations .address-block {
    padding-top: 5px;
    padding-bottom: 5px;
}

    #profile-locations .address-block address strong {
        color: #555;
    }

#profile-detail .badge {
    margin: 8px 3px 8px 0;
    background-color: #42a5f5;
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 13px;
}

#profile-detail .banner-link {
    padding: 12px 0px;
    font-weight: 400;
}
/*#main-profile-container .biography{font-size: 19px;margin-bottom: 20px;margin-top:10px;font-weight: 300;line-height: 1.4;}*/
#profile-detail  .biography {
    margin-bottom: 40px;
    margin-top: 20px;
    font-size: 16px;
}

#profile-detail .btn-primary-care {
    border-radius: 22px;
    color: #fff !important;
    background: #42a5f5;
    border-color: #42a5f5;
    transition: all .2s linear;
    font-size: 14px !important;
}

#profile-detail .link {
    font-size: 19px;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 1.4;
}

#profile-detail .profile-section {
    color: #555;
    text-transform: uppercase;
    margin-top: 20px;
}

#profile-detail .list-unstyled li {
    font-size: 15px;
}


/* Cards */
/* this is a fix for IE11 */

.card-deck .card .card-image {
    min-height: 0.01px;
}

.card {
    margin-top: 0px !important;
}

    .card dd p.accepting {
        font-size: 14px;
    }

    .card .card-description a,
    .card .card-footer a {
        color: #2173dd;
    }

    .card img {
        border-radius: 12px 12px 0 0;
    }

    .card .card-description a:hover,
    .card .card-footer a:hover {
        color: #42A5F5;
    }

    .card .card-footer a:hover {
        color: #42A5F5;
    }

    .card .card-footer a.btn:hover {
        color: #fff;
    }

    .card .card-footer svg {
        color: #2173dd !important;
    }

    .card .card-description h6 {
        font-size: 15px;
    }

    .card .card-twitter {
        margin-top: -10px !important;
        margin-bottom: -10px !important;
    }

.card-border {
    border: 1px solid #2173dd1f;
}

.card .card-description {
    color: #66615b !important;
}

.card .card-subtitle {
    text-transform: capitalize;
    color: #333;
    font-weight: bold;
}

.card-no-hover:hover {
    box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15) !important;
    transform: none !important;
    -webkit-transform: none !important;
}

/* Custom Breakpoint */
@media (max-width: 414.98px) {
    .homepage-hero {
        height: 300px !important;
    }

    .overlay-text-hero h1 {
        font-size: 2rem !important;
    }

        .card:hover {
        box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15) !important;
        transform: none !important;
        -webkit-transform: none !important;
    }

    #top-nav .navbar-brand {
        max-width: 200px;
    }

    #top-nav .header-logo {
        width: 200px;
    }

    #flexslider .slides .social-title {
        font-size: 1.2em;
    }

    #top-nav .menu-btn {
        margin-top: 7px;
    }

    #pills-tab .nav-item {
        width: 100%;
        margin: 3px 0px;
    }

        #pills-tab .nav-item .nav-link {
            border-radius: 0px !important;
            text-align: center;
        }

    .card-blog-container {
        border: none !important;
    }

    #about-us-section h2.title {
        margin-top: 0px;
    }

    #flexslider .slides .slide {
        height: 300px !important;
    }

    .flexslider .flex-caption-blog {
        position: relative;
        width: 100%;
        margin: 0px;
        padding: 0px 5px;
        left: 0px;
        bottom: 0px;
    }

    .flexslider .flex-caption-youtube {
        position: relative;
        width: 100%;
        margin: 0px;
        padding: 0px 5px;
        left: 0px;
        bottom: 0px;
    }

    .flexslider .flex-caption-facebook {
        position: relative;
        width: 100%;
        margin: 0px;
        padding: 0px 5px;
        left: 0px;
        bottom: 0px;
    }

    .flexslider .flex-caption-twitter {
        position: relative;
        width: 100%;
        margin: 0px;
        padding: 0px 5px;
        left: 0px;
        bottom: 0px;
    }

    .flexslider [class^="flex-caption-"] {
        background-color: #fafafa;
    }

    .flexslider .flex-control-paging {
        display: none;
    }

    .mhealth-splash-container img {
        /*width:85%;
        height:85%;*/
        /*display:none;*/
    }

    #photo-container .text-container1 {
        min-height: 300px !important;
    }

    #photo-container .feature-image-1 {
        height: 500px;
    }

    #photo-container .text-container2 {
        min-height: 300px !important;
    }

    #photo-container .feature-image-2 {
        height: 500px;
    }

    .btn-block-mobile {
        display: block;
        width: 100%;
    }

    #top-nav .menu-btn {
        padding-left: 0px;
        padding-right: 4px;
    }

    nav.pushy .header-logo-mobile {
        width: 250px;
    }

    /* Begin width override of mobile canvas nav */
    .pushy {
        width: 300px; /* Changed the width to 400px */
    }

    .pushy-left {
        transform: translate3d(-300px,0,0); /* Updated the values */
        /* Don't forget the vendor prefixes */
    }

    .pushy-open-left #container,
    .pushy-open-left .push {
        transform: translate3d(300px, 0, 0); /* Updated the values */
    }

    .pushy-right {
        transform: translate3d(300px, 0, 0); /* Updated the values */
        /* Don't forget the vendor prefixes */
    }

    .pushy-open-right #container,
    .pushy-open-right .push {
        transform: translate3d(-300px, 0, 0); /* Updated the values */
        /* Don't forget the vendor prefixes */
    }

    #pills-tabContent .col-lg-3 {
    border:none !important;
    }
}

/* XS devices (Bootstrap 4 "no prefix" column classes) */
@media (min-width: 415px) and (max-width: 575.98px) {
    .homepage-hero {
        height: 350px;
    }

    .overlay-text-hero h1 {
        font-size: 2.25rem !important;
    }

    .card:hover {
        box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15) !important;
        transform: none !important;
        -webkit-transform: none !important;
    }

    #top-nav .navbar-brand {
        max-width: 250px;
    }

    #top-nav .header-logo {
        width: 250px;
    }

    #top-nav .menu-btn {
        margin-top: 7px;
    }

    #pills-tab .nav-item {
        width: 100%;
        margin: 3px 0px;
    }

        #pills-tab .nav-item .nav-link {
            border-radius: 0px !important;
            text-align: center;
        }

    .card-blog-container {
        border: none !important;
    }

    #about-us-section h2.title {
        margin-top: 0px;
    }

    #flexslider .slides .slide {
        height: 300px !important;
    }

    .flexslider .flex-caption-blog {
        position: relative;
        width: 100%;
        margin: 0px;
        padding: 0px 5px;
        left: 0px;
        bottom: 0px;
    }

    .flexslider .flex-caption-youtube {
        position: relative;
        width: 100%;
        margin: 0px;
        padding: 0px 5px;
        left: 0px;
        bottom: 0px;
    }

    /*.flexslider .flex-caption-facebook {
        position: relative;
        width: 100%;
        margin: 0px;
        padding: 0px 5px;
        left: 0px;
        bottom: 0px;
    }*/

    .flexslider .flex-caption-twitter {
        position: relative;
        width: 100%;
        margin: 0px;
        padding: 0px 5px;
        left: 0px;
        bottom: 0px;
    }

    /*.flexslider [class^="flex-caption-"] {
        background-color: #fafafa;
    }*/

    .flexslider .flex-control-paging {
        display: none;
    }

    .mhealth-splash-container img {
        /*width:85%;
        height:85%;*/
        /*display:none;*/
    }

    #photo-container .text-container1 {
        min-height: 300px !important;
    }

    #photo-container .feature-image-1 {
        height: 500px;
    }

    #photo-container .text-container2 {
        min-height: 300px !important;
    }

    #photo-container .feature-image-2 {
        height: 500px;
    }

    .btn-block-mobile {
        display: block;
        width: 100%;
    }

    #pills-tabContent .col-lg-3 {
        border: none !important;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .homepage-hero {
        height: 400px;
    }

    .overlay-text-hero h1 {
        font-size: 2.5rem;
    }

    .card:hover {
        box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15) !important;
        transform: none !important;
        -webkit-transform: none !important;
    }

    #pills-tab .nav-item {
        width: 100%;
        margin: 3px 0px;
    }

        #pills-tab .nav-item .nav-link {
            border-radius: 0px !important;
            text-align: center;
        }

    #about-us-section h2.title {
        margin-top: 0px;
    }

    #flat-block-section {
        margin-top: -20px !important;
    }

    footer .footer-cta .footer-cta-title {
        font-size: 1.4em;
    }

    /*footer .footer-big a {
        font-size: 0.9em;
    }*/

    #photo-container .text-container {
        width: 80% !important;
    }

    #info .upcoming-event {
        padding: 15px !important;
    }

    #flexslider .slides .slide {
        height: 400px !important;
    }

    .flexslider .flex-caption-blog {
        position: relative;
        width: 100%;
        margin: 0px;
        padding: 0px 30px;
        left: 0px;
        bottom: 0px;
    }

    .flexslider .flex-caption-youtube {
        position: relative;
        width: 100%;
        margin: 0px;
        padding: 0px 30px;
        left: 0px;
        bottom: 0px;
    }

    /*.flexslider .flex-caption-facebook {
        position: relative;
        width: 100%;
        margin: 0px;
        padding: 0px 30px;
        left: 0px;
        bottom: 0px;
    }*/

    .flexslider .flex-caption-twitter {
        position: relative;
        width: 100%;
        margin: 0px;
        padding: 0px 30px;
        left: 0px;
        bottom: 0px;
    }

    .flexslider .flex-control-paging {
        display: none;
    }

    /*.flexslider [class^="flex-caption-"] {
        background-color: #fafafa;
    }*/

    #photo-container .text-container1 {
        min-height: 400px !important;
    }

    #photo-container .feature-image-1 {
        height: 600px;
    }

    #photo-container .text-container2 {
        min-height: 400px !important;
    }

    #photo-container .feature-image-2 {
        height: 600px;
    }

    .btn-block-mobile {
        display: block;
        width: 100%;
    }

    #pills-tabContent .col-lg-3 {
        border: none !important;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .homepage-hero {
        height: 450px;
    }

    .overlay-text-hero h1 {
        font-size: 2.75rem;
    }

    /*footer .footer-cta .footer-cta-title {
        font-size: 1.3em;
    }*/

    .card:hover {
        box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15) !important;
        transform: none !important;
        -webkit-transform: none !important;
    }

    #top-nav .header-logo {
        width: 90%;
    }

    /*#top-nav .menu-btn {
        margin-top: 7px;
    }*/

    #photo-container .text-container {
        width: 90% !important;
    }

    #info .upcoming-event {
        padding: 15px !important;
    }

    #flexslider .slides .slide {
        height: 500px !important;
    }

    .flexslider .flex-caption-blog {
        position: relative;
        width: 100%;
        margin: 0px;
        padding: 0px 30px;
        left: 0px;
        bottom: 0px;
    }

    .flexslider .flex-caption-youtube {
        position: relative;
        width: 100%;
        margin: 0px;
        padding: 0px 30px;
        left: 0px;
        bottom: 0px;
    }

    /*.flexslider .flex-caption-facebook {
        position: relative;
        width: 100%;
        margin: 0px;
        padding: 0px 30px;
        left: 0px;
        bottom: 0px;
    }*/

    .flexslider .flex-caption-twitter {
        position: relative;
        width: 100%;
        margin: 0px;
        padding: 0px 30px;
        left: 0px;
        bottom: 0px;
    }

    /*.flexslider [class^="flex-caption-"] {
        background-color: #fafafa;
    }*/

    .flexslider .flex-control-paging {
        display: none;
    }

    .mhealth-splash-container img {
        width: 80%;
        height: 80%;
    }

    .btn-block-mobile {
        display: block;
        width: 100%;
    }

    #pills-tabContent .col-lg-3 {
        border: none !important;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .homepage-hero {
        height: 500px;
    }

    #top-nav .header-logo {
        width: 270px;
    }

    .overlay-text-hero h1 {
        font-size: 3rem;
    }

    #info .upcoming-event {
        padding: 15px !important;
    }

    #stories-promo .iframe-constraint-container iframe {
        max-width: 480px;
    }

    .mhealth-splash-container img {
        width: 60%;
        height: 60%;
    }

    /*.flexslider [class^="flex-caption-"] {
        left: 50px;
        bottom: 50px;
    }*/

    #top-nav .nav-item .nav-link-muted span {
        font-size: 14px;
    }

    #top-nav .nav-link {
        font-size: 16px;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .homepage-hero {
        height: 550px;
    }

    .overlay-text-hero h1 {
        font-size: 3.25rem;
    }

        #photo-container .text-container {
        width: 70% !important;
    }

    /*.flexslider [class^="flex-caption-"] {
        left: 80px;
        bottom: 80px;
    }*/
}
