/* Form */
.section--light .form .form__group .input_container input, .section--light .form .form__group .input_container select, .section--light .form .form__group .input_container textarea {
    background: #1e4865;
    border: 1px solid #1e4865 !important;
}
.section--dark .form .form__group .input_container input, .section--dark .form .form__group .input_container select, .section--dark .form .form__group .input_container textarea, .section--light .form .form__group .input_container input, .section--light .form .form__group .input_container select, .section--light .form .form__group .input_container textarea {
    background: #1e4865;
    border: 1px solid #1e4865 !important;
}
.contact-us-im .col-lg-8 form, .contact-us-im .col-lg-12 form {
    display: block !important;
}
.contact-us-im .col-lg-8 form .outerWrap, .contact-us-im .col-lg-12 form .outerWrap {
    width: 100% !important;
}
span.form-wrap__submit {
    display: flex;
    justify-content: center;
}
.form__group.form-input-comments {
    width: 100% !important;
}
/* readmore */
#content {
  display: none;
}

/* Media */
@media (max-width: 767px) {
    .section--light .staff__container .staff-member__name {
        text-align: left;
    }
    .section-staff .staff-a .staff-member__name + .staff-member__position {
        text-align: left;
    }
}