

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}

input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    background-color: #1e2145;
    border: 2px solid #1e2145;
    color: #fff;
}

input.wpcf7-form-control.wpcf7-submit:not([disabled]):hover {
    background-color: #ffffff;
    border: 2px solid #1e2145;
    color: #1e2145;
}

div.wpcf7-response-output.wpcf7-mail-sent-ok, .gform_wrapper input[type="button"], .gform_wrapper input[type="submit"] {
    background-color: #41a62a;
}
div.wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #41a62a;
}

div.wpcf7-response-output.wpcf7-validation-errors {
    background-color: #e20019;
}