.section--dark a {
  color: #fff;
  text-decoration: underline;
}

/* header */
.modmed_banner_section .navigation-a .navigation__item--link {
    margin-right: 0 !important;
}
.partial-header-a .logo-a__image img {
    height: auto !important;
    max-height: unset;
    /*filter: drop-shadow(1px 1px 1px rgb(255 255 255 / 90%));*/
}
/* Banner */
.section--dark .banner .component__button--2 {
    color: #0054a4 !important;
    font-weight: bold;
}
.section .banner-c .slider__background--overlay:after {
    background: #000;
}

/* Services */
.services .featuredblocks-grid-d .featuredblock__title br {
    display: none;
}
.services .featuredblocks-grid-d .featuredblock__cta {
    display: none;
}

/* -- testimonials section -- */
.wrap_testimonials {
    box-shadow: 3px 1px 19px -3px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 3px 1px 19px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 1px 19px -3px rgba(0, 0, 0, 0.75);
    width: 95%;
    margin: 25px auto;
}
.wrap_testimonials_inner {
    margin: 0 auto;
    padding: 15px 35px 35px;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
}
.wrap_testimonials_inner h1 {
    text-transform: uppercase;
}
.btn_cta {
    margin-top: 15px;
}
.section--light .btn_cta a {
    display: flex;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    border: 2px solid #0054a4 !important;
    border-radius: 22px;
    padding: 12px 25px;
    width: auto;
    letter-spacing: 0;
    text-transform: uppercase;
    background: #0054a4;
    text-decoration: none !important;
    color: white !important;
    max-width: 160px;
    margin: 0 auto;
}
.section--light .btn_cta a:hover {
    background: white !important;
    color: #0054a4 !important;
    border: 2px solid #0054a4 !important;
}

/* Staff */
.staff-b--12 .staff__item .staff-member__text-wrap {
    padding-top: 0;
}
.staff-b--12 .staff__item .staff-member__text {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.section--light .staff-grid .staff-member__name, .section--light .staff-c .staff-member__name {
    text-align: center;
}

/* Contact-appt */
.wrap__form.contact .form-wrap__submit input,
.wrap__form.appointment .form-wrap__submit input{
    margin: 0 auto !important;
}

/* Colors */
.section--light .editable__container h1, .section--light .map__title, .section--light .component__title, .section--light .form__title, 
.section--light .component__link--1, .section--light .component__link--2, .section--light .component__link--3, .section--light .cta__link--icon, .section--light a {
    color: #0054a4 !important;
}
.section--light .component__link--1:hover, .section--light .component__link--2:hover, .section--light .component__link--3:hover, .section--light .cta__link--icon:hover, .section--light a:hover {
    color: #1e4865 !important;
}
.section--light .featuredblocks-grid-d .featuredblock__icon .icon:before,
.section--light .featuredblocks-grid-d .featuredblock__title {
    color: #75a9d9;
}
.section--light .featuredblocks-grid-d .featuredblock__wrap:hover {
    background: #0054a4;
}
.section--light .featuredblocks-grid-d .featuredblock__wrap:hover .featuredblock__cta .component__button--1 {
    background: #a7a9ab;
    border-color: #a7a9ab;
}
.section-map .section--light .map-a .map-search__submit,
.form-default .form-wrap__submit input, .staff-grid .staff__item .staff-member__link.component__button--1:hover {
    background: #0054a4 !important;
    border-color: #0054a4 !important;
    color: white !important;
}
.section-map .section--light .map-a .map-search__submit:hover,
.form-default .form-wrap__submit input:hover {
    background: transparent !important;
    color: #0054a4 !important;
    border-color: #0054a4 !important;
}
.newsletter-2-fields .section--dark .form-wrap__submit input, .section--dark .blade-a__links .component__button--2 {
    color: #0054a4 !important;
}
.section--dark .blade-a__links .component__button--2:hover {
    border: 2px solid #fff;
    color: white !important;
}
.staff-grid .staff__item .staff-member__link.component__button--1 {
    border-color: #0054a4 !important;
}
.services .section--dark .featuredblock__title {
    color: #1e4865 !important;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--1:hover {
  background-color: #75a9d9 !important;
  border: 1px solid #75a9d9 !important;
}
.section--light .component__button--1 {
    border: 2px solid #0054a4 !important;
}
.section--light .component__button--1:hover {
    background-color: #0054a4 !important;
    border: 2px solid #0054a4 !important;
}

/* MEDIA QUERIES ONLY */
@media(max-width: 1199px) {
    .partial-header-a {
        padding: 0;
    }
    .d-none.d-sm-none.d-md-block .container,
    .overlap.banner-nav .container {
        max-width: 100%;
    }
    .partial-header-a .col-7.col-md-4 {
        -ms-flex: 0 0 355px;
        flex: 0 0 355px;
        max-width: 355px;
    }
    .partial-header-a .col-5.col-md-8 {
        -ms-flex: 0 0 calc(100% - 355px);
        flex: 0 0 calc(100% - 355px);
        max-width: calc(100% - 355px);
    }
    .banner .banner-text__wrapper {
        margin: 0 auto;
    }
}
@media(max-width: 1199px) and (min-width: 992px) {
    #partial-header-1 .navigation a.navigation__item--link {
        margin-right: 10px !important;
        padding-left: 5px !important;
    }
    #partial-header-1 .navigation__item.has-drop-down .navigation__item--link {
        margin-right: 30px !important;
    }
}
@media(max-width: 1024px) and (min-width: 768px) {
    .partial-header-a .col-7.col-md-4 {
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        max-width: 200px;
    }
    .partial-header-a .col-5.col-md-8 {
        -ms-flex: 0 0 calc(100% - 200px);
        flex: 0 0 calc(100% - 200px);
        max-width: calc(100% - 200px);
        padding-left: 0;
    }
    .partial-header-a .col-5.col-md-8 .col-5.col-md-12 {
        padding-left: 0;
    }
    .partial-header-a .navigation a.navigation__item--link {
        margin-right: 10px !important;
        padding-left: 5px !important;
    }
    .partial-header-a .navigation__item.has-drop-down .navigation__item--link {
        margin-right: 30px !important;
    }
}
@media(min-width: 992px) {
    #partial-header-1 .col-sm-12.col-lg-3 {
        -ms-flex: 0 0 220px;
        flex: 0 0 220px;
        max-width: 220px;
    }
    #partial-header-1 .col-sm-12.col-md-8.col-lg-7 {
        -ms-flex: 0 0 calc(100% - 420px);
        flex: 0 0 calc(100% - 420px);
        max-width: calc(100% - 420px);
        padding: 0;
    }
    #partial-header-1 .col-sm-12.col-md-4.col-lg-2 {
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        max-width: 200px;
    }
    .partial-header-a .socialmedia {
        margin-right: 25px;
    }
    .section .banner .banner-text__title--extraLarge, .section .videobanner .videobanner-a__title {
        line-height: 60px;
    }
    .imgright {
        float: right;
        margin: 0 0 10px 10px;
    }
    .imgleft {
        float: left;
        margin: 0 10px 10px 0;
    }
}
@media(max-width: 991px) {
    #partial-header-1 .col-sm-12.col-lg-3 {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    #partial-header-1 .navigation a.navigation__item--link {
        margin-right: 10px !important;
        padding-left: 5px !important;
    }
    #partial-header-1 .navigation__item.has-drop-down .navigation__item--link {
        margin-right: 30px !important;
    }
    .partial-header-a {
        padding: 25px 0 0;
    }
    .overlap.banner-nav .container {
        max-width: 100%;
    }
    .section .banner-c {
        min-height: 0;
    }
    .exclusive-offer .col-lg-12 .form__group {
        width: 100%;
    }
    .container-fluid .blade-a--12 .blade-a__bg, .container-fluid .blade-a--12 .blade-a__text {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .section-blade .blade-a__bg > div {
        min-height: unset !important;
    }
    .imgright, .imgleft {
        float: none;
        display: block;
        margin: 0 auto 10px;
    }
}
@media(max-width: 767px) {
    .modmed_banner_section .col-lg-12.col-sm-12 {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .modmed_banner_section .navigation-a .navigation__item {
        width: 50%;
        text-align: center;
    }
    .partial-header-a {
        display: none;
    }
}
@media (max-width: 736px) {
    .mobileHeader-navWrap {
        background-color: white;
    }
}

