.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left !important;
}
.three-cols {
    width: 33%;
    display: inline-block;
}
.wrap__home-contact--inner.hours_custom {
    padding-bottom: 0;
}
.wrap__home-contact--inner.awards_banner {
    padding-top: 0;
}
@media (max-width: 1024px) {
    .three-cols {
        width: 100%;
        display: inline-block;
        margin: auto;
    }
}
@media (max-width: 767px) {
    .wrap__slider .slider__image {
        background-size: contain;
        background-repeat: no-repeat;
    }
}

.wrap__header .header__right .wrap__locationsHeader p a, .wrap__header .header__right .wrap__locationsHeader p.location__phone a {
    font-size: 1.7rem;
}





