/* IMPORT THE FRAMEWORK */
label.custom-checkbox, .custom-select, .form-field, .key {
  position: relative;
}

label.custom-checkbox input, label.custom-checkbox .checkmark, .custom-select-options, .form-field.required:before, .form-field input[type=text] ~ label, .form-field textarea ~ label, label.custom-checkbox .checkmark:after {
  position: absolute;
}

label.custom-checkbox .checkmark {
  top: 0;
  left: 0;
}

.custom-select, .form-field.half, .key:before, .custom-button-radio.active, .custom-button-radio, .submit-wrapper .submit-button, form input[type=submit] {
  display: inline-block;
  zoom: 1;
}

label.custom-checkbox input:checked ~ .checkmark:after, label.custom-checkbox, .custom-select-choose.searchable-select.active input[type=text].select-search, .custom-select-options.active, .submit-wrapper, .form-field.required:before, .form-field label.error, .form-field, .key, .submit-wrapper p, .submit-wrapper h2, .custom-select-choose, form textarea,
form input[type=text],
form input[type=password], label.custom-checkbox .checkmark:after {
  display: block;
}

.custom-select-options, .custom-select-choose, form textarea,
form input[type=text],
form input[type=password] {
  box-sizing: border-box;
}

.custom-select-options li, .custom-select-options, .form-field label {
  transition: all 0.1s ease-in-out;
}

label.custom-checkbox .checkmark:after, .field-wrap input[type=text].select-search, .custom-select-options, .form-field label.error, .contact-form .hidden {
  display: none;
}

label.custom-checkbox input {
  opacity: 0;
}

label.custom-checkbox input {
  height: 0;
  width: 0;
}

label.custom-checkbox input {
  cursor: pointer;
}

label.custom-checkbox .checkmark:after {
  content: "";
}

.custom-button-radio.active, .custom-button-radio, .submit-wrapper .submit-button, form input[type=submit] {
  text-align: center;
}

.custom-button-radio.active, .custom-button-radio, .submit-wrapper .submit-button, form input[type=submit] {
  text-transform: uppercase;
}

.custom-button-radio-group {
  display: flex;
  flex-wrap: wrap;
}

.custom-button-radio-group {
  justify-content: space-between;
}

.submit-wrapper h2 {
  font-family: "neurial_grotesk", sans-serif;
}

.custom-button-radio.active, .custom-button-radio, .submit-wrapper .submit-button, form input[type=submit] {
  transition: background-color 250ms, color 250ms;
  padding: 0.9em 1em;
  font-size: 0.9em;
  font-weight: normal;
  border: none;
  cursor: pointer;
  min-width: 180px;
}

.submit-wrapper .submit-button, form input[type=submit] {
  color: #FFFFFF;
  background-color: #229780;
}
.submit-wrapper .submit-button:hover, form input[type=submit]:hover {
  background-color: #b7d4ca;
}
.submit-wrapper .submit-button:active, form input[type=submit]:active {
  background-color: #77ae9c;
}

.custom-button-radio {
  color: #000000;
  background-color: #FFFFFF;
}
.custom-button-radio:hover {
  background-color: white;
}
.custom-button-radio:active {
  background-color: #e6e6e6;
}

.custom-button-radio.active {
  color: #FFFFFF;
  background-color: #FFF;
}
.custom-button-radio.active:hover {
  background-color: #229780;
  color: #FFF;
}
.custom-button-radio.active:active {
  background-color: #196d5d;
}

.custom-select-choose, form textarea,
form input[type=text],
form input[type=password] {
  padding: 15px;
  font-size: 1em;
  outline: none;
  background-color: #FFFFFF;
  border: 1px solid #1c1c1c;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .custom-select-choose, form textarea,
form input[type=text],
form input[type=password] {
    font-size: 1em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .custom-select-choose, form textarea,
form input[type=text],
form input[type=password] {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 450px) {
  .custom-select-choose, form textarea,
form input[type=text],
form input[type=password] {
    font-size: 0.85em;
  }
}

.form-field label {
  font-size: 1em;
  font-weight: normal;
  color: #000000;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .form-field label {
    font-size: 1em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .form-field label {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 450px) {
  .form-field label {
    font-size: 0.85em;
  }
}

.form-field.required:before, .key:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #229780;
  border-radius: 50%;
  margin-right: 1.5em;
}

.submit-wrapper .results, .form-field label.error {
  border-radius: 5px;
}

.submit-wrapper h2 {
  font-size: 2.8em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .submit-wrapper h2 {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .submit-wrapper h2 {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 450px) {
  .submit-wrapper h2 {
    font-size: 2em;
  }
}

.submit-wrapper p {
  font-size: 1em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .submit-wrapper p {
    font-size: 1em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .submit-wrapper p {
    font-size: 1em;
  }
}
@media screen and (max-width: 450px) {
  .submit-wrapper p {
    font-size: 0.95em;
  }
}

.key {
  font-size: 0.875em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .key {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .key {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 450px) {
  .key {
    font-size: 0.7em;
  }
}

.submit-wrapper h2 {
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 1.5em;
}

.key, .submit-wrapper p {
  font-weight: normal;
  line-height: 1.6em;
  margin-bottom: 1.5em;
}

.submit-wrapper p.success {
  color: #000000;
}

.key {
  margin-left: 20px;
}

form div {
  margin-bottom: 1.5em !important;
}

.g-recaptcha {
  margin-bottom: 3em;
}

.contact-form {
  width: 100%;
  padding: 1.5em 0;
}
.contact-form .half:nth-of-type(even) {
  margin-left: 4%;
}
@media screen and (max-width: 760px) {
  .contact-form .half:nth-of-type(even) {
    margin-left: 0;
  }
}
.contact-form input[type=text] {
  width: 100%;
}
.contact-form textarea {
  width: 100%;
  height: 240px;
}
.contact-form input[type=text]:hover, .contact-form textarea:hover {
  border: 1px solid #229780;
}
.contact-form input[type=text]:focus, .contact-form textarea:focus {
  background-color: #FFFFFF;
  border: 1px solid #229780;
}
.form-field {
  margin-bottom: 1.5em;
}
.form-field:hover label {
  opacity: 0.8;
}
.form-field input[type=text] ~ label:not(.error), .form-field textarea ~ label:not(.error) {
  top: 1em;
  left: 2em;
}
.form-field .has-text ~ label:not(.error) {
  top: 0.05em !important;
  opacity: 0.8;
  font-size: 0.7em;
}
.form-field label.error {
  top: 35%;
  right: 0px;
  padding: 0 10px;
  color: #229780;
  font-size: 0.9em;
  text-align: left;
  animation: fade-in 0.3s 1 cubic-bezier(0.34, 1.1, 0.48, 1.04);
  -webkit-animation: fade-in 0.3s 1 cubic-bezier(0.34, 1.1, 0.48, 1.04);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-field.half {
  margin-right: 0;
}
.form-field.required:before {
  left: 1em;
  top: 1.3em;
}
.form-field.required p, .form-field.required textarea, .form-field.required input[type=text] {
  padding-left: 2em;
}
.form-field p {
  padding-top: 0.5em;
}

.submit-wrapper .loader, .submit-wrapper .results {
  display: none;
}
.submit-wrapper .loader {
  margin-right: 1.5em;
  width: 35px;
}
.submit-wrapper .submit-button {
  width: 250px;
}
.submit-wrapper input[type=submit]:disabled {
  background-color: #666;
  opacity: 0.5;
}
.submit-wrapper .results {
  margin-top: 3em;
  padding: 1.5em;
  background-color: #229780;
  color: #FFF;
}
.submit-wrapper p {
  margin-bottom: 0 !important;
}
.submit-wrapper p.warning {
  color: #fef4f5;
}

.custom-button-radio {
  width: 24%;
}
.custom-button-radio.active {
  border: solid 2px #97c1b3;
}
.custom-button-radio.active:hover {
  background-color: #FFF;
  color: #fef4f5;
}

@media screen and (max-width: 414px) {
  .custom-button-radio {
    font-size: 0.8em;
  }
  .custom-button-radio.active {
    font-size: 0.8em;
  }
}
.custom-select {
  width: 100%;
}
.custom-select :nth-of-type(1) {
  z-index: 999;
}
.custom-select :nth-of-type(2) {
  z-index: 998;
}
.custom-select :nth-of-type(3) {
  z-index: 997;
}
.custom-select :nth-of-type(4) {
  z-index: 996;
}
.custom-select :nth-of-type(5) {
  z-index: 995;
}

.custom-select-choose {
  min-width: 200px;
  border: solid 2px #97c1b3;
  background: url("/app/images/global/chevron.png") no-repeat right 0 center;
  background-size: 60px;
}
.custom-select-choose:hover {
  color: #888;
  border-color: #000000;
}

.custom-select-options {
  width: 100%;
  background-color: #fff;
  border: solid 2px #97c1b3;
  border-top: none;
  max-height: 320px;
  overflow: auto;
}
.custom-select-options li {
  padding: 15px;
}
.custom-select-options li:hover {
  color: #FFFFFF;
  background-color: #FFFFFF;
}
.custom-select-options .disabled-option {
  opacity: 0.7;
  background: none !important;
}
.custom-select-choose, .custom-select-options p {
  margin-bottom: 0;
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  .custom-select-options li {
    padding: 10px;
  }
}
@media screen and (min-width: 415px) and (max-width: 1100px) {
  .custom-select-choose,
.custom-select-options {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 414px) {
  .custom-select-choose,
.custom-select-options {
    font-size: 0.85em;
  }
}
.field-wrap input[type=text].select-search {
  font-size: 1em;
  line-height: inherit;
  width: 90%;
  padding: 0;
  margin: 0;
  border: none;
}

.custom-select-choose.searchable-select.active .custom-select-current {
  display: none;
}
label.custom-checkbox {
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  user-select: none;
}
label.custom-checkbox .checkmark {
  height: 25px;
  width: 25px;
  background-color: #FFF;
  border: solid 2px #000000;
}
label.custom-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #000000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
label.custom-checkbox:hover input ~ .checkmark {
  border-color: #FFFFFF;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes dropdown {
  from {
    transform: rotateX(-25deg) scaleY(0.8);
    opacity: 0.2;
  }
  to {
    transform: rotateX(0) scaleY(1);
    opacity: 1;
  }
}
@keyframes dropdown {
  from {
    transform: rotateX(-25deg) scaleY(0.8);
    opacity: 0.2;
  }
  to {
    transform: rotateX(0) scaleY(1);
    opacity: 1;
  }
}
