/* Defines common breakpoint targets. */
.hover-disclosure__header {
  cursor: pointer;
}

.hover-disclosure__body[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
}
.hover-disclosure__body[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form.nf-form-cont {
  margin-top: 2rem;
}
.contact-form label {
  font-size: 1rem;
  font-family: "Montserrat-Regular", sans-serif;
  line-height: 1.5rem;
}
.contact-form label sup {
  top: -0.25em;
}
.contact-form input, .contact-form textarea {
  font-family: "Montserrat-Regular", sans-serif;
  border: 1px solid #C6C6C6;
  background: #FFFFFF;
  padding: 1rem;
}
.contact-form input::placeholder, .contact-form textarea::placeholder {
  color: #0A1012;
  text-transform: uppercase;
  font-style: italic;
}
.contact-form input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: 0;
  position: relative;
  bottom: 1px;
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  border: none;
  background-color: #4EFDFB;
}
.contact-form input[type=checkbox]:checked {
  color: #0A1012;
  background-color: #4EFDFB;
  background-image: url("../../assets/img/check.svg");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
}
.contact-form .parallelogram {
  transform-origin: top left;
  cursor: pointer;
  background: transparent !important;
  border: 0 !important;
  color: #0A1012;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Montserrat-Bold", sans-serif;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  z-index: 0;
  margin-left: 1rem;
  width: 100%;
}
.contact-form .parallelogram:before, .contact-form .parallelogram:after {
  content: "";
  display: block;
  -webkit-transform: skewX(-33.7deg);
  -ms-transform: skewX(-33.7deg);
  transform: skewX(-33.7deg);
  border: 2px solid #4EFDFB;
  background-color: #4EFDFB;
  width: 100%;
  position: absolute;
  transition: all 0.3s ease;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.contact-form .parallelogram:before {
  top: 0;
  right: 0;
  bottom: 49%;
  border-bottom-width: 0px;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.contact-form .parallelogram:after {
  top: 50%;
  left: 0;
  bottom: 0;
  border-top-width: 0px;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.contact-form .parallelogram:hover:before {
  -webkit-transform: skewX(-33.7deg) translateX(5%);
  -ms-transform: skewX(-33.7deg) translateX(5%);
  transform: skewX(-33.7deg) translateX(5%);
}
.contact-form .parallelogram:hover:after {
  -webkit-transform: skewX(-33.7deg) translateX(-5%);
  -ms-transform: skewX(-33.7deg) translateX(-5%);
  transform: skewX(-33.7deg) translateX(-5%);
}
.contact-form .parallelogram:hover:disabled:before, .contact-form .parallelogram:hover:disabled:after {
  content: "";
  display: block;
  -webkit-transform: skewX(-33.7deg);
  -ms-transform: skewX(-33.7deg);
  transform: skewX(-33.7deg);
  border: 2px solid #4EFDFB;
  background: transparent;
  width: 100%;
  position: absolute;
  transition: all 0.3s ease;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.contact-form .parallelogram:hover:disabled:before {
  top: 0;
  right: 0;
  bottom: 49%;
  border-bottom-width: 0px;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.contact-form .parallelogram:hover:disabled:after {
  top: 50%;
  left: 0;
  bottom: 0;
  border-top-width: 0px;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
@media screen and (min-width: 48rem) {
  .contact-form .parallelogram {
    width: 50%;
  }
}
.contact-form .nf-form-fields-required {
  margin-bottom: 1rem;
}
.contact-form .nf-form-content {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 48rem) {
  .contact-form .nf-field-container.checkbox-container {
    padding-top: 1.75rem;
  }
}
.contact-form .nf-field-container.checkbox-container.label-right .nf-field-label label {
  margin-left: 1rem;
}
.contact-form .nf-error-field-errors {
  padding: 0 3.25rem;
  position: relative;
  left: 2.75rem;
  bottom: 7rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .contact-form .nf-error-field-errors {
    left: 0;
    padding-left: 0;
    display: block;
    text-align: center;
  }
}
.contact-form .submit-container, .contact-form .recaptcha-container {
  padding-top: 1.75rem;
  padding-left: 3.125rem;
}
@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .contact-form .submit-container, .contact-form .recaptcha-container {
    padding-left: 0;
  }
}
@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .contact-form .submit-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.contact-form .instruct-text p {
  margin-left: 0;
}
@media screen and (min-width: 48rem) {
  .contact-form .instruct-text p {
    margin-left: 45px;
  }
}
@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .contact-form .one-half {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

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