/* FORM */
.dufb_form input[type=text],
.dufb_form input[type=email],
.dufb_form input[type=tel],
.dufb_form input[type=url],
.dufb_form input,
.dufb_form .wpforms-form select {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  border-bottom: 2px solid #14a368 !important;
  background: transparent;
}

.dufb_form textarea {
  background: transparent !important;
  border: 2px solid  #01A267 !important;
  border-radius: 20px !important;
  max-width: 60%;
}

.dufb_form .wpforms-field-divider h3 {
  font-family: 'Avenir Next Bold';
}

.dufb_form,
.dufb_form div.wpforms-container-full .wpforms-form h3,
.dufb_form .wpforms-field-label,
.dufb_form .wpforms-field-description {
  font-family: 'Avenir Next';
}

.dufb_form .wpforms-field-divider h3,
.dufb_form div.wpforms-container-full .wpforms-form h3,
.dufb_form .wpforms-field-label {
  font-size: 18px !important;
  font-size: 1rem !important;
}

.dufb_form input[type=text],
.dufb_form input[type=email],
.dufb_form input[type=tel],
.dufb_form input[type=url],
.dufb_form select,
.dufb_form textarea,
div.wpforms-uploader .modern-title,
.dufb_form select,
.dufb_form select option {
  font-family: "Avenir Next" !important;
  font-weight: 500;
  font-size: 18px !important;
  line-height: 30px !important;
  font-size: 1rem !important;
  line-height: 1.6667rem !important;
  color: #424242 !important;
  opacity: unset !important;
  background-color: transparent !important;
}

.dufb_form input::placeholder, 
.dufb_form textarea::placeholder {
  color: #424242 !important;
  opacity: unset !important;
}

div.dufb_form .wpforms-form input[type=date],
div.dufb_form .wpforms-form input[type=datetime],
div.dufb_form .wpforms-form input[type=datetime-local],
div.dufb_form .wpforms-form input[type=email],
div.dufb_form .wpforms-form input[type=month],
div.dufb_form .wpforms-form input[type=number],
div.dufb_form .wpforms-form input[type=password],
div.dufb_form .wpforms-form input[type=range],
div.dufb_form .wpforms-form input[type=search],
div.dufb_form .wpforms-form input[type=text],
div.dufb_form .wpforms-form input[type=time],
div.dufb_form .wpforms-form input[type=url],
div.dufb_form .wpforms-form input[type=week],
div.dufb_form .wpforms-form textarea {
  padding: 0 26px !important;
}

/* SUBMIT BUTTON */
.dufb_submit_form {
  font-family: "Avenir Next Bold" !important;
  font-size: 15px !important;
  line-height: 30px !important;
  font-size: 0.8333rem !important;
  line-height: 1.6667rem !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  background: var(--yellow-light) !important;
  color: var(--gray) !important;
  padding: 14px 20px !important;
  border: none !important;
  border-radius: 30px !important;
}

.dufb_submit_form:hover {
  transform: scale(1.1);    
}

.dufb_form label:hover {
  cursor: pointer;
}

.dufb_form input[type='checkbox'] + label {
  display: flex;
  align-items: center;
  margin: 0.2rem;
}

.dufb_form input[type='checkbox'] {
  display: none !important;
}

.dufb_form input[type='checkbox'] + label::before {
  content: "\2714";
  border: 0.1rem solid #14a368;
  border-radius: 0.2rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  padding-left: 0.1rem;
  padding-bottom: 1rem;
  padding-right: 0.8rem;
  margin-right: 1.5833rem;
  color: transparent;
  background-color: #fff;
}

.dufb_form input[type='checkbox']:checked + label::before {
  border-color: #14a368;
  color: #14a368;
}

.dufb_form input[type='radio'] {
  display: none !important;
}

.dufb_form input[type='radio'] + label::before {
  content: "";
  border: 0.1rem solid #14a368;
  border-radius: 50%;
  display: inline-block;
  min-width: 1rem;
  height: 1rem;
  margin-right: 1.5833rem;
  color: transparent;
  background-color: #fff;
}

.dufb_form input[type='radio']:checked + label::before {
  border: 0.35rem solid #14a368;
  font-size: 2rem;
  color: #14a368;
}

.wpforms-field-label-inline {
  display: flex !important;
  padding: 0.6722rem !important;
}

#wpforms-720-field_18 {
  line-height: 1.5rem;
}

div.dufb_form.wpforms-container-full .wpforms-form input,
div.dufb_form.wpforms-container-full .wpforms-form select, 
div.dufb_form.wpforms-container-full .wpforms-form textarea {
  background-color: transparent;
}

.dufb_form div.wpforms-field-address .wpforms-field-row {
  margin-bottom: 1rem !important;
}

.dufb_form .wpforms-error,
.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  color: #333 !important;
}

.hero_row  > .fl-row-content-wrap > .fl-row-content > .fl-col-group:first-of-type {
  padding-bottom: 11.11rem;
  margin-top: 4.542rem;
}

/* Search Modal, Search Page, and Header Search Icon */
.search_wrapper {
  position: fixed;
  height: 100vh;
  width: 100vw !important;
  max-width: 100%;
  background-color:#D6EBF9;
  transition: all 0.5s ease;
}

.hide-search {
  opacity: 0;
}

.fl-button-icon::before {
  font-weight: 900;
}

#close-search, #close-search:hover {
  background-color: transparent;
  border: none;
  color: #199760;
  font-size: 1.8rem;
}

.search-title {
  font-size: 2.5rem;
  font-family: "Avenir Next Condensed Bold";
  color: #01A267;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.67rem;
}

#search-form {
  display: flex;
  align-items: center;
  justify-content: center;
}

#search-form > form {
  width: 50.22rem;
}

.fl-form-field > .fl-search-text,
.fl-form-field > .fl-search-text::placeholder {
  font-size: 1.33rem;
  color: #424242;
  opacity: unset !important;
}

#search-form > form > .search-input {
  display: flex;
  align-items: center;
}

#search-form > form > .search-input {
  height: 3.33rem;
  border-radius: 2rem;
  font-size: 1.33rem;
  padding: 1.286rem 2rem;
  background-color: #fff;
}

.search-input > .fl-search-input.form-control {
  border: none;
  background: inherit;
  font-size: 1.33rem;
}

.fl-search-input > .form-control {
  border-radius: 2rem;
  width: 50.22rem;
  margin: 0 auto;
}

.fl-button-icon {
  font-weight: 900;
  font-size: 1.11rem;
  height: 1.08rem;
  width: 1.08rem;
}


.fl-button-icon:hover {
  text-decoration: none;
}

.fl-button-icon,
.fl-button-icon:hover {
  background-color: inherit;
  border: none;
  color: #01A267;
  width: 1.667rem;
  height: 1.667rem;
}

.fl-search-form-fields > .fl-button-has-icon > .fl-button.noclick,
.fl-search-form-fields > .fl-button-has-icon > .fl-button.noclick:hover {
  border: none;
  padding: 0;
}

.centered {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.wpforms-submit-spinner {
  display: none !important; /* Hide all wpform spinners to prevent it from displaying on all AJAX forms */
}