form.form.contact .custom-legend{
    display: none;
}
#usacontact-form{
    margin-right: 10em;
}
.cms-form .page-title{
    text-align: center;
    font-size: 33px;
}
.cms-form .main p{
    font-size: 16px;
}
.cms-form .highlighted{
    font-weight: bold;
    color: #e01837;
}
@media only screen and (max-width: 755px){
    #usacontact-form{
        margin-right: 1em;
        margin-left: 1em;
    }
}