#googlemap iframe {
  border: 0;
  width: 100%;
  height: 300px;
}

h2 {
  padding-top: 8px;
  padding-left: 10px;
  margin: 0;
  color: #003865;
  font-family: "Gotham A", "Gotham B", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
}

/* FORM */
#contactus_form {
  padding: 0 10px 24px;
}

#contactus_form fieldset {
  border: none;
  padding: 0;
  margin: 0;
  width: 90%;
}

#contactus_form label {
  display: block;
  padding: 10px 0;
  /*margin-top: 10px;*/
  color: #003865;
  font-size: 16px;
  line-height: 1.375;
  font-family: "Gotham A", "Gotham B", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}

#contactus_form input[type=text],
#contactus_form input[type=email] {
  display: inline-block;
  box-sizing: border-box;
  width: 80%;
  /*height: 32px;*/
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: #ddd 0px 1px 2px 0px inset;
}

#contactus_form textarea {
  display: block;
  box-sizing: border-box;
  width: 80%;
  height: 150px;
  padding: 10px;
  margin-bottom: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: #ddd 0px 1px 3px 0px inset;
}

#contactus_form input[type=submit] {
  margin-top: 24px;
  background-color: #003865;
  border-radius: 40px;
  border: 2px solid white;
  color: white;
  display: inline-block;
  font-size: 13px;
  font-family: "Gotham A", "Gotham B", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  padding: 10px 20px;
  margin-right: 12px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  width: auto;
  position: relative;
  box-shadow: 0 0 0 2px #003865, 0 4px 6px 0 rgba(0, 0, 0, 0.15);
  outline: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.error {
  padding: 5px 9px;
  border: 1px solid red;
  color: red;
  border-radius: 3px;
}

.success {
  padding: 5px 9px;
  border: 1px solid green;
  color: green;
  border-radius: 3px;
}

form span {
  color: red;
}

.g-recaptcha {
  position: relative;
  z-index: 999;
  margin-top: 10px;
}

@media screen and (max-height: 575px) {
  #rc-imageselect,
.g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media screen and (max-width: 39.9375em) {
  #contactus_form label {
    font-size: 14px;
  }
}

/*# sourceMappingURL=process-guide-contact.css.map */
