/* Mobile Header */
.mobileHeader-navWrap {
    padding: 5px 15px;
}
.mobileHeader-logoImg {
    min-height: 60px;
}

/* Header */
.header-g .cta-a .cta__links-wrapper a:nth-child(2) {
    display: flex;
}
.header-g .cta-a .cta__links-wrapper a.cta__button.component__button--1 {
    margin-bottom: 5px;
}

/* Wave */
.section-base-container:has(.show-flourish)>div>.flourish {
    z-index: 12;
}

/* Editable */
.col-2-services {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.editable h2 a {
    font-family: inherit;
    font-size: inherit;
}

/* Featuredblocks */
.section.fb-grid-b-bottom-alignment .featuredblocks-grid-b .featuredblocks .featuredblock__wrap {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.section--light .featuredblocks-grid-b .featuredblocks .featuredblock__title {
    text-align: center;
}
.section.fb-align-everything-left .featuredblocks .featuredblock__cta {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

/* Surgery Page */
.medication-alert {
    border: 1px solid;
    background: #cccccc;
    padding: 5px 0;
}
.medication-alert p {
    margin: 0;
    text-align: center;
    font-weight: bold;
}
.generic-brand-name.row {
    margin: 0;
    border: 1px solid;
}
.generic-brand-name.row th,
.generic-brand-name.row td {
    border: 0;
}
.generic-brand-name.row th {
    border-bottom: 1px solid;
    background: #eeeeee;
    font-weight: bold;
}
.generic-brand-name.row .col-sm-12.col-md-6 {
    padding: 0;
}
.generic-brand-name.row .col-sm-12.col-md-6:first-child {
    border-right: 1px solid;
}
.generic-brand-name table {
    margin-bottom: 0;
}
.generic-brand-name.row td:last-child {
    font-weight: 500;
}

/* Custom colors */
.section--light .featuredblocks-grid-b .featuredblocks .featuredblock__bg-image span, .section--light .featuredblocks-grid-b .featuredblocks .featuredblock__bg-image::after {
    background-color: #000000;
}
.section.Reviews-promo .section--light .alias-reviews_promo_socialmedia .socialmedia .socialmedia__list .socialmedia__item .socialmedia__link {
    color: #fff;
}
.section--light .form-a .form__input input:not([type=radio]):not([type=checkbox]), .section--light .form-a .form__input textarea, .section--light .form-a .form__input select {
    background: #035cac;
}
.articles__categories-link {
    background-color: rgba(255, 255, 255, .8);
    color: #000 !important;
}
/* Media Queries*/
@media(min-width: 992px) {
    .section--light .banner-a .banner__subtitle {
        color: #fff;
        filter: drop-shadow(1px 2px 1px black);
    }
    .banner-a .banner__subtitle {
        font-size: 3rem;
        line-height: 4rem;
    }
}
@media(min-width: 768px) {
    img.align-right {
        float: right !important;
        margin: 0 0 20px 20px !important;
    }
    img.align-left {
        float: left !important;
        margin: 0 20px 20px 0 !important;
    }
    .ul-col2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media(max-width: 767px) {
    .col-2-services {
        width: 100%;
    }
    img.align-right, img.align-left {
        float: none !important;
        margin: 0 auto 20px !important;
        display: block;
    }
}