/* Header */
.phone-a .component-phone__item-wrapper a:before {
    content: "\f095";
    font: normal normal normal 14px/1 font-awesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0;
}
.navigation-a .navigation__item--link {
    font-size: 1rem;
}

/* Editables */
.staff-member__description li {
    font-family: "nunito-sans", Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 300;
    font-style: normal;
}

/* Media */
@media(min-width: 992px) {
    .d-none.d-sm-none.d-md-block .col-lg-2.col-sm-12,
    .d-none.d-sm-none.d-md-block .col-lg-3.col-sm-12 {
        -ms-flex: 0 0 275px;
        flex: 0 0 275px;
        max-width: 275px;
    }
    .d-none.d-sm-none.d-md-block .col-lg-7.col-sm-12 {
        -ms-flex: 0 0 calc(100% - 550px);
        flex: 0 0 calc(100% - 550px);
        max-width: calc(100% - 550px);
    }
    .map-a--12.map-a .map__display {
        height: 100% !important;
    }
    p.logo__title.component__title {
        min-width: 250px;
    }
}