* {
    font-family: "source-sans-pro", Arial, Helvetica, sans-serif !important;
}

span, strong, p {
    font-family: "source-sans-pro", Arial, Helvetica, sans-serif !important;
} 

.wrap__locationsHeader .locations {
    max-width: 100%;
}

@media only screen and (max-width:1024px) {
header .wrap__locationsHeader .locations{
    margin-right: 0px; 
}
}
@media only screen and (max-width:520px) {
header .wrap__locationsHeader .locations {
        display: none;
    }
}
.icon, .bx-wrapper .bx-controls-direction .bx-prev:before, .bx-wrapper .bx-controls-direction .bx-next:before, .articles__categories .mm-listview .mm-next, .blog__categories .mm-listview .mm-next, .checkbox_wrapper .form__control + label:before, .radio_wrapper .form__control + label:before, .checkbox__group .form__control + label:before{
        font-family: font-awesome !important;
}