/* Header */
.component-phone__number {
    font-size: 1.5rem;
}

/* Banner */
.section--dark .banner-a .banner__title {
    filter: drop-shadow(2px 2px 3px #000);
}
.section--dark .banner-a .banner__subtitle {
    filter: drop-shadow(1px 1px 2px #000);
}

/* Editable */
.col-2-locations {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

/* Custom colors */
.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: rgb(149 149 149 / 70%);
}
.component-phone__number {
    /*color: #669933;*/
}

/* Media*/
@media (max-width: 991px) {
    .featuredblocks-grid-a .featuredblocks .featuredblock__title {
        font-size: 1.75rem;
    }
    .staff-member__name {
        font-size: 1.75rem;
    }
}
@media(max-width: 767px) {
    .col-2-locations {
        width: 100%;
    }
}