/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.page-header {
  background-position: right bottom;
}

.frm_forms label,
.frm_forms .frm_primary_label {
  margin-bottom: 0.3rem;
}
.frm_forms input[type=text],
.frm_forms input[type=email],
.frm_forms input[type=tel],
.frm_forms select,
.frm_forms textarea {
  font-size: 1.8rem;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(250, 250, 250, 0.2);
  border-radius: 0;
  color: #FAFAFA;
  padding: 1rem 0;
}
.frm_forms input[type=text]:focus,
.frm_forms input[type=email]:focus,
.frm_forms input[type=tel]:focus,
.frm_forms select:focus,
.frm_forms textarea:focus {
  box-shadow: 0 1px 0 #64C764;
}
.frm_forms .frm_form_field:not([class*=mb-]) {
  margin-bottom: 3rem;
}
.frm_forms .frm_button_submit {
  width: auto;
  padding: 1.5rem 2.4rem;
  background-color: #FAFAFA;
  color: #051F28;
}
