
.component.locations-a.locations-a--12 .location__fax--link {
    line-height: unset!important;
}

.component.locations-a.locations-a--12 .location__phone-wrapper {
    align-items: flex-end;
    gap: 40px;
}
.component.locations-a.locations-a--12 .location__fax-wrapper {
    display: flex;
    width: 100%;
}
.component.locations-a.locations-a--12 .location__fax-wrapper: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;
    /* position: absolute; */
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
/*.component.locations-a.locations-a--12 .location__fax--link {
    line-height: 0 !important;
} */
.testimonials-content-wrapper {
    width: 100%;
}

.editable ul+*,
.editable ol+*,
.editable__container ul+*,
.editable__container ol+* {
    clear: none;
}

.bmi-section {
    margin: 15px 0;
}

#result {
    margin-top: 20px;
    font-weight: 700;
}

/* Map */
.map-a--12.map-a .map__display {
    max-height: 500px;
}
.cta_header_sticky__container--inner .cta__links-wrapper {
    row-gap: 5px;
}
/* Media */
@media (min-width: 992px) {
    .forms--2col-textarea .form-a .form__col-top .form__label {
        width: 100% !important;
    }
}
@media(max-width: 991px) {
    .banner-a .banner__cta-wrapper {
        padding-bottom: 50px;
    }
}