
.wrap__page-content--inner a {
    font-size: 14px;
}

.col2 {
    float: left;
    width: 50%;
    padding: 10px;
}

.staff-member__image {
    background-position: top;
}

@media (min-width:992px) {
    .featuredblock__item {
        width: 25%;
    }
}

@media (max-width:767px) {
    .col2 {
        width:100%;
    }
}

@media (max-width:1140px) {
    .wrap__locations__header--small .location__phone a{
        color: #fff!important;
        font-weight: bold;
    }
}