.contact-message-form {
  max-width: 800px;
  margin: 0 auto;
}

.contact-message-form .form-required {
  color: #000;
}

.contact-message-form input,
.contact-message-form textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px 10px;
}

.contact-message-form .form-actions {
  float: none;
  width: 100%;
}

.contact-message-form .form-actions input {
  width: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 2px solid #1a6696;
  outline: 0;
  padding: 12px 33px;
  background-color: #1a6696;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}

.contact-message-form .form-actions input:hover, .contact-message-form .form-actions input:focus {
  color: #1a6696;
  background-color: #fff;
}

.contact-message-form .form-actions #edit-preview {
  display: none;
}

/*# sourceMappingURL=contactblock.css.map */
