/*
 * IMPORTANT:
 * 
 * This file has been automatically generated by a corresponding SCSS file. Please do not edit it directly
 * Instead, edit the SCSS file and recompile it to generate a new CSS file, or edit the theme's main style.css file directly
 * In order to properly use a SCSS file to generate CSS rules, a 3rd party tool must be used to compile the SCSS file into a CSS file
 * One such 3rd party tool is Scout: https://scout-app.io and must be installed on a local machine. The SCSS file must be downloaded, compiled, and the resulting CSS file must be re-uploaded
 * Documentation regarding SCSS features and basic use can be found here: https://sass-lang.com/guide
 */

/* line 71, ../scss/style-generated.scss */
html {
  scroll-behavior: smooth;
}

/* line 74, ../scss/style-generated.scss */
.align-self-end {
  align-self: end;
}

/* Sections */
/* line 80, ../scss/style-generated.scss */
.banner-primary select {
  max-width: 475px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 1024px) {
  /* line 80, ../scss/style-generated.scss */
  .banner-primary select {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  /* line 80, ../scss/style-generated.scss */
  .banner-primary select {
    font-size: 10px;
    line-height: 14px;
  }
}

/* Forms */
/* Outer form heading/description */
/* line 98, ../scss/style-generated.scss */
#form-heading-text {
  color: #898989;
  font-family: "Proxima Nova Alt", sans-serif !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: normal;
}
@media (max-width: 767px) {
  /* line 98, ../scss/style-generated.scss */
  #form-heading-text {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}
/* line 100, ../scss/style-generated.scss */
#form-heading-text .heading {
  color: #7b7b7b;
  font-family: "Proxima Nova", sans-serif !important;
  font-size: 30px !important;
  line-height: 37px !important;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  /* line 100, ../scss/style-generated.scss */
  #form-heading-text .heading {
    font-size: 24px !important;
    line-height: 30px !important;
  }
}
/* line 105, ../scss/style-generated.scss */
#form-heading-text p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
/* line 109, ../scss/style-generated.scss */
#form-heading-text p:last-of-type {
  margin-bottom: 0;
}

/* Progress bar */
/* line 115, ../scss/style-generated.scss */
.gf_progressbar_title {
  font-family: "Open Sans", sans-serif;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #7b7b7b;
}

/* line 121, ../scss/style-generated.scss */
.gf_progressbar {
  border-radius: 14px !important;
}

/* line 124, ../scss/style-generated.scss */
.gf_progressbar_percentage {
  height: 28px !important;
  border-radius: 14px !important;
}
/* line 127, ../scss/style-generated.scss */
.gf_progressbar_percentage span {
  font-size: 16px !important;
  line-height: 26px !important;
  margin-right: 12px !important;
  margin-left: 12px !important;
}

/* Grid */
/* line 135, ../scss/style-generated.scss */
.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 24px !important;
}

/* Body */
/* line 139, ../scss/style-generated.scss */
.gform-body {
  box-shadow: 0px 52px 94px 0px rgba(0, 0, 0, 0.15);
  padding: 50px 150px 50px 150px;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  /* line 139, ../scss/style-generated.scss */
  .gform-body {
    margin-top: 40px;
    padding: 40px 100px 40px 100px;
  }
}
@media (max-width: 767px) {
  /* line 139, ../scss/style-generated.scss */
  .gform-body {
    margin-top: 30px;
    padding: 30px 40px 30px 40px;
  }
}

/* Inner form heading/description */
/* line 153, ../scss/style-generated.scss */
.form-group-heading {
  color: #7b7b7b;
  font-family: "Proxima Nova", sans-serif !important;
  font-size: 30px !important;
  line-height: 37px !important;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  /* line 153, ../scss/style-generated.scss */
  .form-group-heading {
    font-size: 24px !important;
    line-height: 30px !important;
  }
}
/* line 157, ../scss/style-generated.scss */
.form-group-heading.space-top {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  /* line 157, ../scss/style-generated.scss */
  .form-group-heading.space-top {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  /* line 157, ../scss/style-generated.scss */
  .form-group-heading.space-top {
    margin-top: 10px;
  }
}

/* line 167, ../scss/style-generated.scss */
.form-group-description {
  color: #898989;
  font-family: "Proxima Nova Alt", sans-serif !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: normal;
}
@media (max-width: 767px) {
  /* line 167, ../scss/style-generated.scss */
  .form-group-description {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}
/* line 169, ../scss/style-generated.scss */
.form-group-description:last-of-type {
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  /* line 169, ../scss/style-generated.scss */
  .form-group-description:last-of-type {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  /* line 169, ../scss/style-generated.scss */
  .form-group-description:last-of-type {
    margin-bottom: 10px;
  }
}

/* Labels */
/* line 180, ../scss/style-generated.scss */
.gfield_label, .gfield_custom_label {
  font-family: "Proxima Nova", sans-serif;
  font-size: 20px !important;
  line-height: 24px !important;
  font-weight: 700 !important;
  color: #00518f;
  margin-bottom: 10px !important;
}

/* line 188, ../scss/style-generated.scss */
.input-with-description .gfield_label {
  margin-bottom: 0 !important;
}

/* line 191, ../scss/style-generated.scss */
.gfield_label_before_complex {
  margin-bottom: 8px !important;
}

/* line 194, ../scss/style-generated.scss */
.gfield_required {
  font-family: "Proxima Nova", sans-serif;
  font-size: 20px !important;
  line-height: 24px !important;
  font-weight: 700;
  color: #ff4700 !important;
}

/* line 201, ../scss/style-generated.scss */
.gfield_consent_label {
  color: #898989;
  font-family: "Proxima Nova Alt", sans-serif !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: normal;
}
@media (max-width: 767px) {
  /* line 201, ../scss/style-generated.scss */
  .gfield_consent_label {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}

/* line 204, ../scss/style-generated.scss */
.gfield_description {
  color: #898989;
  font-family: "Proxima Nova Alt", sans-serif !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: normal;
}
@media (max-width: 767px) {
  /* line 204, ../scss/style-generated.scss */
  .gfield_description {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}

/* line 207, ../scss/style-generated.scss */
.ginput_container label {
  color: #898989;
  font-family: "Proxima Nova Alt", sans-serif !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: normal;
}
@media (max-width: 767px) {
  /* line 207, ../scss/style-generated.scss */
  .ginput_container label {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}

/* line 210, ../scss/style-generated.scss */
.instruction-hidden .instruction {
  display: none;
}

/* Inputs */
/* line 214, ../scss/style-generated.scss */
.ginput_container {
  display: flex;
  align-items: center;
}

/* line 218, ../scss/style-generated.scss */
input[type="checkbox"] {
  margin-right: 15px;
  width: 20px;
  height: 20px;
}

/* line 223, ../scss/style-generated.scss */
input[type="text"], input[type="number"], input[type="email"], input[type="tel"] {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #7b7b7b;
  background-color: #F8F8F8;
  border: 1px solid #D9E2E8;
  border-radius: 2px;
  padding: 10px 15px !important;
}
@media (max-width: 1024px) {
  /* line 223, ../scss/style-generated.scss */
  input[type="text"], input[type="number"], input[type="email"], input[type="tel"] {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}
@media (max-width: 767px) {
  /* line 223, ../scss/style-generated.scss */
  input[type="text"], input[type="number"], input[type="email"], input[type="tel"] {
    font-size: 12px !important;
    line-height: 18px !important;
  }
}

/* line 227, ../scss/style-generated.scss */
select {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #7b7b7b;
  background-color: #F8F8F8;
  border: 1px solid #D9E2E8;
  border-radius: 2px;
  padding: 10px 15px !important;
  appearance: none;
  background-image: url("/wp-content/uploads/2021/07/icon-arrow-down.png");
  background-size: initial;
  background-position: center right 15px;
  background-repeat: no-repeat;
  padding: 10px 45px 10px 15px !important;
}
@media (max-width: 1024px) {
  /* line 227, ../scss/style-generated.scss */
  select {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}
@media (max-width: 767px) {
  /* line 227, ../scss/style-generated.scss */
  select {
    font-size: 12px !important;
    line-height: 18px !important;
  }
}

/* line 237, ../scss/style-generated.scss */
input[type="submit"] {
  margin-bottom: 0 !important;
  background: #00518f;
  border: 0;
  border-radius: 0;
  font-family: "Proxima Nova", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  padding: 14px 30px;
}
/* line 247, ../scss/style-generated.scss */
input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
  background: #00518f;
  border: 0;
  color: #fff;
  outline: 0;
}
@media (max-width: 1024px) {
  /* line 237, ../scss/style-generated.scss */
  input[type="submit"] {
    font-size: 16px;
    line-height: 20px;
    padding: 8px 18px;
  }
}

/* Form footer */
/* line 260, ../scss/style-generated.scss */
.gform_page_footer {
  padding-bottom: 0 !important;
  display: flex;
  justify-content: space-between;
}

/* line 265, ../scss/style-generated.scss */
.gform_previous_button, .gform_next_button {
  font-family: "Proxima Nova", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  border: 0;
  background: none;
  color: #7b7b7b;
  margin-bottom: 0 !important;
  background-size: initial;
  background-repeat: no-repeat;
}
/* line 276, ../scss/style-generated.scss */
.gform_previous_button:hover, .gform_previous_button:focus, .gform_previous_button:active, .gform_next_button:hover, .gform_next_button:focus, .gform_next_button:active {
  outline: 0;
  border: 0;
  background-color: transparent;
  color: #7b7b7b;
}
@media (max-width: 1024px) {
  /* line 265, ../scss/style-generated.scss */
  .gform_previous_button, .gform_next_button {
    font-size: 16px;
    line-height: 20px;
  }
}

/* line 287, ../scss/style-generated.scss */
.gform_previous_button {
  background-image: url("/wp-content/uploads/2021/07/icon-arrow-left.png");
  padding-left: 30px;
  background-position: center left 5px;
  margin-left: 0;
  margin-right: auto;
}

/* line 294, ../scss/style-generated.scss */
.gform_next_button {
  background-image: url("/wp-content/uploads/2021/07/icon-arrow-right.png");
  padding-right: 30px;
  background-position: center right 5px;
  margin-left: auto;
  margin-right: 0;
}

/* Confirmation message */
/* line 302, ../scss/style-generated.scss */
.gform_confirmation_wrapper {
  text-align: center;
  color: #898989;
  font-family: "Proxima Nova Alt", sans-serif !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: normal;
}
@media (max-width: 767px) {
  /* line 302, ../scss/style-generated.scss */
  .gform_confirmation_wrapper {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}
