/* import file for a variety of colors */
/* various useful variables and mixins */
.contact-form input, .contact-form select {
  width: 100%;
  padding-top: 0 !important;
  padding-bottom: 0rem !important;
  margin-bottom: 1rem !important;
  font-size: 1rem;
  line-height: 1.2rem;
  height: 30px !important;
  border: none;
  border-bottom: 1px solid #B2BFC5;
  outline: 0;
  background-color: transparent;
  box-sizing: border-box;
  font: inherit;
  margin-bottom: 2rem;
}
.contact-form th {
  width: 70px;
  display: inline-flex;
}
.contact-form .centered-checkboxtext {
  margin: auto;
}
.contact-form .rating {
  padding-top: 0;
  padding-bottom: 0rem;
  margin-top: 0.6rem !important;
  margin-bottom: 1.2rem !important;
  width: 4.8%;
  height: 10%;
}
.contact-form .checkbox-rt-feedback {
  margin-top: 0.6rem;
  margin-bottom: 1.2rem;
}
.contact-form .textbox-rt-feedback {
  width: 80%;
  height: 100px;
  padding-top: 0 !important;
  padding-bottom: 0rem !important;
  margin-top: 0.6rem !important;
  margin-bottom: 1.2rem !important;
  font-size: 1rem;
  line-height: 1rem;
  border: 1px solid #B2BFC5;
  outline: 0;
  background-color: transparent;
  box-sizing: border-box;
  font: inherit;
  margin-bottom: 2rem;
}
.contact-form textarea {
  width: 100%;
  height: 100px;
  padding-top: 0 !important;
  padding-bottom: 0rem !important;
  margin-bottom: 1rem !important;
  font-size: 1rem;
  line-height: 1rem;
  border: none;
  border-bottom: 1px solid #B2BFC5;
  outline: 0;
  background-color: transparent;
  box-sizing: border-box;
  font: inherit;
  margin-bottom: 2rem;
}
.contact-form input[type=button], .contact-form input[type=submit] {
  width: 20%;
  min-width: 200px;
  line-height: 1;
  background-color: #d78b21;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 10px 2px !important;
  cursor: pointer;
  border-radius: 6px;
  height: 50px !important;
}
.contact-form input[type=submit] {
  padding: 0 !important;
}
.contact-form .spinner {
  width: 100%;
  text-align: center;
}
.contact-form label .required {
  color: red;
  padding-top: 30rem !important;
}
.contact-form label {
  line-height: 1.2rem;
  display: block;
}

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