/*---------------------------------
	FormBuilder forms (contact page)
	Loaded by the FormBuilder Basic framework (frBasic_cssURL) in place of
	its default main.css, so the form inherits the site's Bootstrap 2 input
	styling and matches the legacy emailform.inc appearance.
-----------------------------------*/

#contact .FormBuilder .Inputfield {
  margin-bottom: 10px;
}
#contact .FormBuilder .InputfieldHeader {
  display: block;
  margin-bottom: 5px;
}
#contact .FormBuilder .InputfieldStateRequired > .InputfieldHeader::after {
  content: " *";
}
#contact .FormBuilder input[type="text"],
#contact .FormBuilder input[type="email"],
#contact .FormBuilder textarea {
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
#contact .FormBuilder .InputfieldSubmit {
  text-align: right;
}
#contact .FormBuilder button[type="submit"] {
  display: inline-block;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 20px;
  color: #283897;
  background: #fff;
  border: 1px solid #cfd0d0;
  border-radius: 0;
  text-transform: uppercase;
  cursor: pointer;
}
#contact .FormBuilder button[type="submit"]:hover {
  background: #e6e6e6;
}

/* honeypot fallback (FormBuilder.css also hides this) */
.wrap_Inputfield- {
  display: none !important;
}
