p.location__phone a:before {
    content: "\f095";
    font-family: FontAwesome;
    padding-right: 5px;
}

h2.beforeandafter__title.component__title {
    font: 34px / 1.2 "quicksand-medium", "Arial", "Helvetica", sans-serif;
    color: #0081cd;
}

p.location__address:before{
    content: "\f041";
    font-family: FontAwesome;
    padding-right: 5px;
}
.staff-member__text {
    text-align: center;
}
.hours .component__title-caption-wrap {
    text-align: center;
}
.cstm_col2 {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}
.cstm_col2 table, .cstm_col2 table tr td {
    border: none;
    display: inline-block;
    padding: 0;
}
h4.featuredblock__title {
    text-align: center!important;
}








@media (max-width: 1024px){
p.location__address, p.location__city-state-zip {
    display: none;
}
}
@media (max-width: 767px){
    .cstm_col2 table, .cstm_col2 table tr td {
    display: inline-table;
    }
    .cstm_col2, .cstm_col2 table tr td {
    width: 100%;
    text-align: center;
        display: unset;
    padding: 10px;
}
.scrollActive .wrap__locationsHeader .location p {
    position: unset;
    margin-top: unset;
    margin-left: unset;
}
.wrap__locationsHeader .location p {
    position: fixed;
    margin-top: 25px;
    margin-left: 40px;
}
}












