.locations_header__container.locations__container a.location__phone-num.piwik_ignore::before {
    content: "\f095";
    font-family: font-awesome;
}

.alias-location .location__fax--link::before {
    content: "\f1ac";
    font-family: font-awesome;
    font-size: 20px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    border: 3px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 28px;
    border-color: #cdf9f5;
    color: #cdf9f5;
}

.alias-location .location__fax--link {
    display: inline-flex;
    align-items: center;
}

.alias-location .location__fax-wrapper {
    margin-top: 14px;
}

.locations_header__container.locations__container .location__phone-wrapper {
    flex-direction: row;
    align-items: center;
}

.locations_header__container.locations__container a {
    text-decoration: none;
}

.locations_header__container.locations__container .location__item:first-child .location__phone-wrapper::before {
    content: "MAIN: ";
    font-family: "raleway", Arial, sans-serif;
    font-size: 14px;
    color: #2a5f6f;
}

.locations_header__container.locations__container .location__item:nth-child(2) .location__phone-wrapper::before {
    content: "SAT OFFICE: ";
    font-family: "raleway", Arial, sans-serif;
    font-size: 14px;
    color: #2a5f6f;
}

.section--light .featuredblocks-grid-a .featuredblocks .featuredblock__wrap {
    background-color: #4b4c4c00;
}

.section--light .featuredblocks-grid-a .featuredblocks .featuredblock__content p {
    color: #56585a;
}

.section--light .featuredblocks-grid-a .featuredblocks .featuredblock__cta .cta__link.component__link--1:visited {
    color: #4c4c4c;
}

.section--light .featuredblocks-grid-a .featuredblocks .featuredblock__cta .cta__link.component__link--1 {
    color: #4c4c4c;
}

.section--light .featuredblocks-grid-a .featuredblocks .featuredblock__title {
    color: #1183ba;
}

/* MEDIA QUERIES */
@media (min-width: 768px) {
    .section.side-by-side-cta .cta-a .cta__links-wrapper a:first-child {
        margin-top: 0;
        width: 200px;
    }
    .section.side-by-side-cta .cta-a .cta__links-wrapper a:nth-child(2) {
        margin-top: 0;
        width: 230px;
    }
    .locations_header__container.locations__container .locations-a .list .location__item {
        min-width: 210px;
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .banner-a .banner__title {
        font-size: 3rem;
        line-height: 3rem;
    }
}

@media (min-width: 992px) {
    .featuredblocks-grid-b .featuredblocks.items-per-row-4 .featuredblock__item {
        flex: 1 0 20%;
        max-width: 25%;
        padding-right: 1px;
        margin: 5px;
    }
}