@charset "UTF-8";
/* Example: $gradient-homepagefeatured: #0078a7 0%, #101828 100%; */
.inputarea label {
  font-size: 13px;
  font-weight: 700;
}

form.validation {
  font-size: 18px;
  font-weight: 700;
  color: #ecd61f;
}

input[type=checkbox], input[type=radio] {
  width: 25px;
  height: 25px;
}

input[type=text], input[type=tel], input[type=email], textarea, select {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #bc5a2c;
  background: #ffffff;
  border-radius: 5px;
  border: solid 1px #586e73;
  padding: 10px 10px 10px 10px;
  width: 100%;
}

input[type=submit] {
  white-space: normal;
}

::placeholder {
  color: #bc5a2c;
  font-weight: bold;
  opacity: 0.5;
}

.validation-success {
  color: #006127 !important;
  font-weight: 700;
}

.inputarea {
  text-align: left;
  background: white;
  border-radius: 5px;
  border: solid 1px #e2e2e2;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.inputarea {
  /* Get rid of the border, the input area will provide the "input box" */
}
.inputarea input[type=text], .inputarea input[type=tel], .inputarea input[type=email], .inputarea textarea {
  box-sizing: border-box;
  color: #bc5a2c;
  background: white;
  width: 100%;
  border: 0;
  padding: 0;
  outline: none;
}

.charlimit {
  font-style: italic;
  text-align: right;
  font-weight: 400;
  font-size: 13px;
}

.hf-message {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.hf-message-success {
  color: #006127;
}

/* Example usage
<div class="select-container">
    <div class="specialselect-inner">
        <select id="subnav" class="subnavdropdown">
            <option selected="selected" value="xxx">yyy</option>
            <option value="aaa">bbb</option>
        </select>
        <div class="dropdown" for="subnav">▼</div>
    </div>
</div>
*/
.select-container {
  border: 0;
}

.specialselect-inner select {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  padding-right: 30px;
  width: 100%;
  color: #FFF;
  margin: 10px 0;
  text-transform: uppercase;
  z-index: 2;
  background: none;
}

.specialselect-inner-unstyled select {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  padding-right: 30px;
  width: 100%;
  margin: 10px 0;
  text-transform: uppercase;
}

.specialselect-inner select:focus, .specialselect-inner-unstyled select:focus {
  outline: none;
}

.specialselect-inner select option {
  padding: 5px 0;
}

.specialselect-inner-unstyled select option {
  padding: 5px 0;
}

.specialselect-inner, .specialselect-inner-unstyled {
  align-items: center;
  display: flex;
  position: relative;
}

.specialselect-inner .dropdown {
  position: absolute;
  right: 10px;
  color: #FFF;
}

.specialselect-inner-unstyled .dropdown {
  position: absolute;
  right: 10px;
}

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