/* Featured Blocks */
.featuredblocks-grid-a .featuredblocks .featuredblock__image {
    width: 200px;
    height: 200px;
}
.section--dark .featuredblocks-grid-a .featuredblocks .featuredblock__cta .cta__button.component__button--1 {
    color: #000;
}

/* Staff */
.staff-member__description ul {
    padding-bottom: 16px;
}

/* OBAGI Medical Page */
.gallery-slider .gallery-item img {
    border-radius: 20px;
}

/* Custom colors */
.section--dark .cta__button--icon.component__button--1:hover, .section--dark .cta__button.component__button--1:hover, .section--dark .cta__link--icon.component__button--1:hover {
    color: #b1e0f0;
    background-color: #1b1b1b;
    border: 2px solid #b1e0f0;
}
.section--light .form-a .form__submit input.component__button--1,
.section--light .cta__button--icon.component__button--1, .section--light .cta__button.component__button--1, .section--light .cta__link--icon.component__button--1 {
    color: #1b1b1b;
}
.section--light .form-a .form__submit input.component__button--1:hover,
.section--light .cta__button--icon.component__button--1:hover, .section--light .cta__button.component__button--1:hover, .section--light .cta__link--icon.component__button--1:hover {
    color: #b1e0f0;
    background-color: #1b1b1b;
    border: 2px solid #1b1b1b;
}
.section--light .map-search a.cta__button.component__button--1:hover svg path, .section--light .banner__cta a.cta__button.component__button--1:hover svg path, .section--light .location__text-wrapper a.cta__button.component__button--1:hover svg path, .section--light .cta__links-wrapper a.cta__button.component__button--1:hover svg path {
    fill: #b1e0f0 !important;
}
.btn_cta {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.btn_cta a {
    background-color: #b1e0f0;
    border: 2px solid #b1e0f0;
    padding: 5px 15px !important;
    width: auto;
    font-family: "dmserif-display", "Times New Roman", Times, serif;
    border-radius: 0 !important;
    color: #1b1b1b !important;
    font-size: 0.875rem;
    line-height: 0.875rem;
    height: 2.25rem !important;
    max-width: 100%;
    transition: color 0.3s, background-color 0.3s, border 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_cta a:hover {
    color: #b1e0f0 !important;
    background-color: #1b1b1b;
    border: 2px solid #1b1b1b;
}
.section--light .editable h1, .section--light .editable h2, .section--light .editable h3, .section--light .editable h4, .section--light .editable h5, .section--light .editable h6,
.section--light .editable a {
    color: #0340ad;
}
.section--light .copyright__link, .section--light #copyright__link {
    color: #03409d;
}
.section--light .hours__day:after {
    background-color: #b1e0f0;
}
.section--dark .banner-d .banner__subtitle,
.section--light .location__phone--link.piwik_ignore {
    color: #03409d;
}
.section--light a {
    color: #03409d;
}

/* Media */
@media(max-width: 991px) {
    .banner__cta:only-child .cta__button, .banner__cta:only-child .cta__link {
        margin: 10px auto;
    }
}