/*
 * This hides the form validation errors at the top of the form. They aren't really  needed because each field is
 * validated inline.
 */
#jaggers-contact-us-wrap > .block.inverted-colors {
    display: none;
}

form.jaggers-contact-us label.form-required:after {
    content: "*";
}

form.jaggers-contact-us fieldset {
    padding-left: 0;
    padding-right: 0;
}

form.jaggers-contact-us .form-wrapper div.form-item label,
form.jaggers-contact-us .form-wrapper div.form-item input {
    display: block;
}

