.featuredblock__item {
    width: 33.3333%;
}


.wrap__locationsHeader .location__name {
    display: block;
    color: #fff;
}

h3.location__name:nth-child(1) {
    border-bottom: 1px solid #d59856;
}
.location:not(:last-child) {
    border-bottom: none;
}

.wrap__header.fixed .wrap__header--bar--top {
    height:75px;
}
 .wrap__locationsHeader .locations {
    padding: 0px;
    display: flex;
}

.location {
    margin: 0 5px;
}

h3.location__name {
    color: #fff;
}

p.location__phone {
    color:#fff;
}

@media(max-width:767px) {
    .featuredblock__item {
    width: 100%;
}
    .locations.hidden--l {
    display: flex;
}
    .location:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 0;
    }
}