.wrap__home-form .wrap__form--inner form {
display: block;
}

.wrap__home-form .form__group {
    width: 32%;
    margin: 0 5px;
    display: inline-block;
}

.wrap__home-form .form__group.form-input-comments {
    width: calc(96% + 15px);
    margin-left: 5px;
    text-align: center;
    padding: 0px!important;
}

.wrap__home-form .wrap__form--inner .form-wrap__submit:before {
display: none;
}
.wrap__page-content ul, .wrap__page-content ol, .wrap__editable ul, .wrap__editable ol, .wrap__editable-content ul, .wrap__editable-content ol, .staff-member ul, .staff-member ol, .editable ul, .editable ol, .form ul, .form ol, .editable ul + *, .editable ol + *, .editable__container ul + *, .editable__container ol + * {
    clear: unset;
}
.wrap__locationsHeader {
    width: 360px;
}
p.location__address:before {
    content: "\f041";
    font-family: FontAwesome;
    padding-right: 5px;
}
p.location__phone a:before {
    content: "\f095";
    font-family: FontAwesome;
    padding-right: 5px;
}
p.location__email {
    color: white;
}
p.location__email:before {
    content: "\f003";
    font-family: FontAwesome;
    padding-right: 5px;
}

@media(max-width: 1024px) {
.wrap__home-form .form__group {
width: 100%!important;
}
}
@media (max-width: 767px){
    img.align-right, img.align-left {
    float: none!important;
    }
}
