.contactusPage .messageForm {
    border-bottom: 1px solid gray;
    margin-bottom: 1em;
}

@media (min-width: 992px) {
    .contactusPage .messageForm {
        border-left: 1px solid gray;
        border-bottom: none;
        margin-bottom: auto;
    }
}

.contactusPage {
    padding-top: 2em;
    padding-bottom: 2em;
}

.contactusPage input[name=email] {
    text-align: left;
    direction: ltr;
}


.contactusPage h4 {
    padding-right: 1em;
    padding-bottom: 1em;
}
