  body {
    overflow-x: hidden;
  }
  
  .white-text {
    color: #678e20;
  }
  
  h2 {
    text-align: center;
  }
  
  section a.btn {
    display: block;
    width: -moz-max-content;
    width: max-content;
    color: #000;
    text-decoration: none;
    margin: 4em auto 0;
  }
  
  a.anchor#formContent {
    top: 50px;
  }
  .form-content .container > *:not(h2) {
    color: #fff;
  }
  .hero.hero-with-form .green-ol {
    margin: 0;
    padding: 0;
  }
  .hero.hero-with-form .green-ol li {
    display: block;
    position: relative;
    counter-increment: count-me;
    line-height: 24px;
    padding-left: 70px;
    margin: 40px 0;
  }
  .hero.hero-with-form .green-ol li:before {
    content: counter(count-me);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #fff;
    text-align: center;
    background-color: #aadd6d;
    font-weight: bold;
    border-radius: 50%;
  }
  
  .form-content #hsForm_aba817a0-c047-4d35-b788-904a7f16ddc7 {
    margin: 4em 0;
  }
  
  .form-content #hsForm_aba817a0-c047-4d35-b788-904a7f16ddc7 label span:not(.hs-form-required) {
    color: #fff;
  }
  
  .form-content #hsForm_aba817a0-c047-4d35-b788-904a7f16ddc7 .input input,
  .form-content #hsForm_aba817a0-c047-4d35-b788-904a7f16ddc7 .input select {
    background: #fff;
    border: 1px solid #000 !important;
    border-radius: 4px !important;
  }
  
  .form-content #hsForm_aba817a0-c047-4d35-b788-904a7f16ddc7 .actions input,
  .form-content #hsForm_bf61a186-051a-40cd-91c2-ac1259298281 .actions input {
    min-height: auto !important;
    letter-spacing: none !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 26px !important;
    color: #000 !important;
    background-color: #aadd6d;
    padding: 10px 30px;
    border: 2px solid #aadd6d !important;
    border-radius: 5px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }
  
  .form-content #hsForm_aba817a0-c047-4d35-b788-904a7f16ddc7 .actions input:hover,
  .form-content #hsForm_aba817a0-c047-4d35-b788-904a7f16ddc7 .actions input:focus,
  .form-content #hsForm_aba817a0-c047-4d35-b788-904a7f16ddc7 .actions input:active,
  .form-content #hsForm_bf61a186-051a-40cd-91c2-ac1259298281 .actions input:hover,
  .form-content #hsForm_bf61a186-051a-40cd-91c2-ac1259298281 .actions input:focus,
  .form-content #hsForm_bf61a186-051a-40cd-91c2-ac1259298281 .actions input:active {
    color: #fff !important;
    background-color: transparent;
    transition: 0.3s ease;
  }
  
  @media (min-width: 768px) {
    .form-content #hsForm_aba817a0-c047-4d35-b788-904a7f16ddc7 .field.hs-fieldtype-phonenumber {
      display: inline-block;
      width: 60%;
      margin-right: 5%;
    }
    .form-content #hsForm_aba817a0-c047-4d35-b788-904a7f16ddc7 .field.hs-zip_code {
      display: inline-block;
      width: 35%;
    }
  }
  @media (min-width: 1024px) {
    .form-content {
      padding-top: 8em !important;
    }
  }
  .quote .quote-preview p,
  .quote .author {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
  }
  .quote .quote-preview p {
    margin-bottom: 0;
  }
  .quote .full-quote {
    line-height: 40px;
  }
  .quote .has-image {
    align-items: center;
    margin-top: 0;
    margin-bottom: 1em;
  }
  .quote .has-image > div:first-child {
    order: 1;
  }
  .quote .has-image > div:last-child {
    order: 2;
  }
  .quote .author {
    text-align: right;
    margin: 0 20% 0 0;
  }
  
  @media (min-width: 768px) {
    .quote .quote-preview p,
    .quote .author {
      font-size: 60px;
      line-height: 68px;
    }
  }
  .wysiwyg-content img {
    margin-bottom: 2em;
  }
  .wysiwyg-content a {
    color: #aadd6d;
    text-decoration: underline;
  }
  .wysiwyg-content a strong {
    color: #fff;
  }
  
  .stats .container > .flex:nth-child(even) {
    justify-content: flex-end;
  }
  .stats .container > .flex:nth-child(even) .stat {
    order: 2;
  }
  .stats .container > .flex:nth-child(even) .stat-description {
    order: 1;
  }
  .stats .flex {
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
    margin: 0 0 4em;
  }
  .stats .flex:last-child {
    margin-bottom: 0;
  }
  .stats .flex .stat {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex: 0 0 150px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 10px solid #678e20;
    text-align: center;
    color: #1f1f1f;
  }
  .stats .flex .stat span {
    display: block;
  }
  .stats .flex .stat .stat-number {
    font-weight: 600;
    font-size: 30px;
  }
  .stats .flex .stat-description p {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
  }
  
  @media (min-width: 768px) {
    .stats .flex .stat .stat-number {
      font-size: 40px;
    }
    .stats .flex .stat .stat-measurement {
      margin-top: 10px;
    }
    .stats .flex .stat-description p {
      font-size: 30px;
      line-height: 45px;
    }
  }
  @media (min-width: 1024px) {
    .stats .flex {
      gap: 50px;
    }
    .stats .flex .stat {
      flex: 0 0 275px;
      width: 275px;
      height: 275px;
    }
    .stats .flex .stat .stat-number {
      font-size: 54px;
    }
    .stats .flex .stat .stat-measurement {
      font-size: 32px;
    }
  }
  .custom-content .custom-content-image-title {
    display: block;
    margin: 0 auto 4em;
  }
  .custom-content .flex {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 25px;
    margin: 2em 0;
  }
  .custom-content .flex:last-child {
    margin-bottom: 0;
  }
  .custom-content .flex > div {
    max-width: 300px;
  }
  .custom-content .flex p {
    margin-bottom: 0;
  }
  .custom-content .flex .img-container img {
    max-width: 150px;
    width: 100%;
  }
  .custom-content p {
    font-size: 20px;
  }
  
  @media (min-width: 600px) {
    .custom-content p {
      font-size: 28px;
      line-height: 34px;
    }
  }
  @media (min-width: 768px) {
    .custom-content .container {
      max-width: 675px; 
    }
  }
  /*apply now*/
  .hero.hero-with-form {
    padding: 0 !important;
  }
  .hero.hero-with-form .flex {
    flex-direction: column;
  }
  .hero.hero-with-form .hero-media {
    min-height: 500px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #d3d3d3;
  }
  .hero.hero-with-form .hero-content {
    padding: clamp(2%, 7%, 53px) 16px 0;
  }
  /* .hero.hero-with-form .hero-content h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 33px;
  } */
  .hero.hero-with-form .green-ol {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 14px;
    line-height: 24px;
    margin: 16px 0 0;
    padding: 0;
  }
  .hero.hero-with-form .green-ol li {
    display: block;
    position: relative;
    counter-increment: count-me;
    line-height: 24px;
    color: #fafafa;
    padding-left: 2em;
    margin: 0;
  }
  .hero.hero-with-form .green-ol li:before {
    content: counter(count-me);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 23px;
    height: 23px;
    left: 0;
    top: 13px;
    font-size: 13px;
    color: #000;
    text-align: center;
    background-color: #aadd6d;
    font-weight: bold;
    border-radius: 50%;
  }
  .hero.hero-with-form .hero-form {
    margin: 0 7px;
    position: relative;
    top: -20px;
    right: 0;
    width: auto;
    border: 1px solid #191c13;
    display: flex;
    padding: unset !important;
  }
  .hero.hero-with-form .hero-form .hero-form-content {
    padding: 16px;
    background: #101010;
  }
  .hero.hero-with-form .hero-form .hero-form-content h2 {
    font-family: Raleway;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: #aadd6d;
    text-align: left;
    margin-bottom: 18px;
  }
  .hero.hero-with-form .hero-form .hero-form-content label:not(.hs-form-required) {
    color: #fff !important;
  }
  .hero.hero-with-form .hero-form .hero-form-content .input input,
  .hero.hero-with-form .hero-form .hero-form-content .input select {
    background: #fff;
    border: 1px solid #000 !important;
    border-radius: 4px !important;
  }
  .hero.hero-with-form .hero-form .hero-form-content .legal-consent-container p {
    color: #fff;
  }
  .hero.hero-with-form .hero-form .hero-form-content .actions input {
    min-height: auto !important;
    width: 100%;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 26px !important;
    color: #000 !important;
    background-color: #aadd6d;
    padding: 10px 30px;
    border: 2px solid #aadd6d !important;
    border-radius: 5px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }
  .hero.hero-with-form .awards {
    /* top: 475px; */
    top: initial;
    bottom: -4%;
    right: 16px;
    width: 100%;
    text-align: right;
    bottom: initial;
    z-index: 9999;
  }
  .hero.hero-with-form .awards img {
    height: auto;
    /* height: 54.2px; */
    /* max-width: 200px !important;
    min-width: 48px !important;
    width: 48px !important;
    width: 3.3333333333vw !important; */
  }
  .hero-with-form .gform_wrapper form {
    width: 100%;
    margin: 0;
  }
  
  .hero-with-form .gform_wrapper .gform-body .gfield_label,
  .hero-with-form .gform_wrapper.gravity-theme .gfield_error label {
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #fff;
    margin-bottom: 5px;
  }
  
  .hero-with-form .gform_wrapper .gform-body .gfield input,
  .hero-with-form .gform_wrapper .gform-body .gfield select {
    background: #fff !important;
    border: 1px solid #000 !important;
    border-radius: 4px !important;
  }
  
  .hero-with-form .gform_wrapper.gravity-theme .gfield_description {
    display: none !important;
  }
  
  .hero-with-form .gform_wrapper .gform-body .gfield .legal-consent {
    display: block;
    max-width: 100%;
    width: 100%;
    font-size: 11px;
    line-height: 18px;
    margin-left: auto;
    margin-right: auto;
    /* margin-bottom: 20px; */
    word-break: break-word;
  }
  
  .hero-with-form .gform_wrapper .gform_footer input.button {
    min-height: 48px !important;
    letter-spacing: 0.05px;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 26px !important;
    color: #000 !important;
    background-color: #aadd6d;
    padding: 10px 30px;
    border: 2px solid #aadd6d !important;
    border-radius: 5px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }
  
  .hero-with-form .gform_wrapper .gform_footer input.button:hover,
  .hero-with-form .gform_wrapper .gform_footer input.button:focus,
  .hero-with-form .gform_wrapper .gform_footer input.button:active {
    color: #fff !important;
    background-color: transparent;
    transition: 0.3s ease;
  }
  
  .hero-with-form .gform_wrapper.gravity-theme .gform_validation_errors {
    margin-block-end: 20px;
  }

  .hero-with-form .gform_wrapper.gravity-theme .gform_validation_errors h2 {
    color: #c02b0a !important;
    font-size: 13.2px;
    font-weight: 500;
    line-height: 17.6px;
  }
  
  .hero-with-form .gform_wrapper.gravity-theme .gfield_validation_message,
  .hero-with-form .gform_wrapper.gravity-theme .validation_message {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    background: transparent;
    border: none;
    font-size: 14px;
    margin-block-start: 0;
    padding: 10px 0 0;
  }
  .hero.hero-with-form .hero-form .hero-form-content h2 .white-text {
    color: #fff;
  }
  @media screen and (max-width: 475px) {
    .hero.hero-with-form .awards {
      top: 460px;
      bottom: initial;
    }
  }
  @media screen and (min-width: 476px) and (max-width: 992px) {
    .hero.hero-with-form .awards {
      top: 430px;
      bottom: initial;
    }
  }
  @media screen and (max-width: 992px) {
    body.page-template-FlexibleContent>section:not(.hero):nth-of-type(2n) {
      background-color: #f3f3f3;
    }
    body.page-template-FlexibleContent>section:not(.hero):nth-of-type(odd) {
      background-color: #fafafa;
    }
    .hero.hero-with-form {
      padding-bottom: 3em !important;
    }
    .hero.hero-with-form:before {
      display: none !important;
    }
    .hero.hero-with-form .hero-form {
      top: initial;
      margin-top: 50px;
      border: none;
    }
    .hero.hero-with-form .hero-form .hero-form-content {
      background: #f5f5f5;
      border: 1px solid #242424;
      border-radius: 6px;
      box-shadow: 0 3px 44px 0 hsla(0, 0%, 100%, .05);
      padding: 32px 24px;
    }
    .hero.hero-with-form .hero-form .hero-form-content h2 {
      font-weight: 600;
      color: #1f1f1f;
    }
    .hero.hero-with-form .hero-form .hero-form-content h2 .white-text {
      color: #678e20;
    }
    .hero.hero-with-form .gform_wrapper .gform-body .gfield_label,
    .hero.hero-with-form .gform_wrapper.gravity-theme .gfield_error label,
    .hero.hero-with-form .hero-form .hero-form-content label:not(.hs-form-required) {
      color: #1f1f1f !important;
    }
  }
  @media (width > 768px) {
    .hero.hero-with-form .hero-media {
      /* min-height: 315px; */
      align-self: stretch;
    }
    .hero.hero-with-form .awards {
      /* top: 260px; */
      /* top: 460px; */
      z-index: 2;
    }
    .hero.hero-with-form .awards img {
      height: auto !important;
      width: 95px !important
    }
  }
  @media (width > 992px) {
    .hero.hero-with-form .flex {
      flex-direction: row;
      align-items: flex-start;
      flex-wrap: nowrap;
      gap: 0;
    }
    .hero.hero-with-form .hero-media {
      /* min-height: 615px; */
      /* min-height: 692px; */
      width: 63.33333333%;
      padding: 0;
    }
    .hero.hero-with-form .hero-content {
      padding: clamp(2%, 7%, 156px) 31px 0;
    }
    .hero.hero-with-form .hero-content h1 {
      width: 75%;
      /* font-size: 40px;
      line-height: 56px; */
    }
    .hero.hero-with-form .green-ol {
      font-size: 24px;
      line-height: 31px;
      gap: 24px;
      margin: 31px 0 0;
    }
    .hero.hero-with-form .green-ol li {
      max-width: 544px;
      line-height: 31px;
    }
    .hero.hero-with-form .green-ol li:before {
      top: 16px;
      width: 37px;
      height: 37px;
      font-size: 18px;
      line-height: 31px;
    }
    .hero.hero-with-form .hero-form {
      top: 0;
      width: 36.598%;
      /* height: 613px; */
      /* height: 690px; */
      padding: unset !important;
      margin: 0;
    }
    .hero.hero-with-form .hero-form .hero-form-content .field:not(.hs-when_are_you_planning_to_enroll_) {
      display: inline-block;
      width: 48%;
    }
    .hero.hero-with-form .hero-form .hero-form-content .field.hs-firstname,
    .hero.hero-with-form .hero-form .hero-form-content .field.hs-email,
    .hero.hero-with-form .hero-form .hero-form-content .field.hs-zip_code {
      margin-right: 4%;
    }
    .hero.hero-with-form .awards {
      /* top: 535px; */
      /* top: 640px; */
      top: initial;
      bottom: -4%;
      right: 40%;
    }
  }
  @media screen and (min-width: 992px) and (max-width: 1440px) {
    .hero.hero-with-form .hero-form .hero-form-content .legal-consent-container p {
      font-size: 8px;
    }
  }
  @media screen and (min-width: 992px) and (max-width: 1000px) {
    .hero.hero-with-form .hero-media {
      /* min-height: 735px; */
      /* min-height: 799px; */
    }
    .hero.hero-with-form .hero-form {
      /* height: 733px; */
      /* height: 797px; */
    }

    .hero.hero-with-form .awards {
      /* top: 655px; */
      /* top: 719px; */
    }
  }
  @media screen and (min-width: 1000px) and (max-width: 1320px) {
    .hero.hero-with-form .hero-media {
      /* min-height: 647px; */
      /* min-height: 799px; */
    }
    .hero.hero-with-form .hero-form {
      /* height: 645px; */
      /* height: 797px; */
    }

    .hero.hero-with-form .awards {
      /* top: 575px; */
      /* top: 727px; */
    }
  }
  /* @media (width > 1240px) {
    .hero.hero-with-form .hero-content h1 {
      font-size: 50px;
    }
  } */
  /*scholarships page*/
  .page-id-75098 .hero {
    display: none;
  }
  
  .page-id-75098 .wysiwyg-content.side-image .has-image {
    margin-bottom: 0;
  }
  
  .page-id-75098 .wysiwyg-content:not(.side-image) img {
    display: block;
    max-width: 640px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  
  @media (min-width: 768px) {
    .page-id-75098 .wysiwyg-content.side-image h2 {
      text-align: left;
    }
    .page-id-75098 .wysiwyg-content a.btn {
      margin: 2em auto 0 0;
    }
  }
  /*Custom landing page*/
  .page-id-153967 header #topNAV,
  .page-id-153967 header .topHMob,
  .page-id-153967 header .navMenuP,
  .page-id-153967 .main-banner .list-header,
  .page-id-153967 .main-banner .phone-nav-col,
  .page-id-154639 header,
  .page-id-154639 header #topNAV,
  .page-id-154639 header .topHMob,
  .page-id-154639 header .navMenuP,
  .page-id-154639 #wpfront-notification-bar-spacer {
    display: none;
  }
  .page-id-154639 .main-banner {
    padding: 0 !important;
  }
  .page-id-153967 header .mainNav,
  .page-id-154639 header .mainNav {
    padding: 0.5em 0 0 !important;
  }
  .page-id-153967 .footer1,
  .page-id-154639 .footer1,
  .page-id-153967 .footer2,
  .page-id-154639 .footer2 {
    display: none;
  }
  
  .page-id-153967 .main-banner {
    padding: 0 !important;
  }
  
  .page-id-153967 .header-content {
    background-color: #000 !important;
  }
  
  .page-id-153967 .header-content .logo {
    padding-top: 2% !important;
    padding: 2% !important;
  }
  
  .page-id-153967 #wpfront-notification-bar-spacer {
    position: fixed;
  }
  .page-id-153967 #wpfront-notification-bar {
    width: -moz-max-content !important;
    width: max-content !important;
    margin-left: auto !important;
    margin-right: 15px;
  }
  .page-id-153967 #wpfront-notification-bar a.wpfront-button {
    font-weight: 700 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  
  .page-id-154639 header.mainHeaderMenu {
    position: relative;
  }
  
  .page-id-154639 header .mainNav {
    justify-content: center;
  }
  
  .page-id-154639 header .mainNav #logo {
    flex: 1;
    max-width: 100%;
    padding-top: 1em;
  }
  
  .desktop-only {
    display: none;
  }
  
  @media (min-width: 768px) {
    .mobile-only {
      display: none;
    }
    .desktop-only {
      display: block;
    }
  }
  .hero.hero-landing-page {
    padding: 0 !important;
    background: none;
  }
  
  .section-landing-page {
    border-bottom: 0;
    box-shadow: none !important;
  }
  /* .section-landing-page:not(.blog-posts) {
    overflow: hidden;
  } */
  .section-landing-page + .footer1,
  .section-landing-page + .footer1 + .footer2 {
    display: none;
  }
  .section-landing-page.grey-bg {
    background-color: #171717;
  }
  .section-landing-page h2,
  .section-landing-page h3,
  .section-landing-page h4 {
    text-align: center;
  }
  .section-landing-page h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    color: #fff;
  }
  .section-landing-page h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    margin-top: 0.5em;
  }
  .section-landing-page p {
    font-size: 21px;
    line-height: 35px;
    color: #999;
  }
  .section-landing-page p.white-text,
  .section-landing-page p strong {
    color: #678e20;
  }
  .section-landing-page p.author {
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 35px;
    color: #fff;
    text-align: right;
    margin-top: -1em;
  }
  .section-landing-page p.small-text {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
  }
  .section-landing-page p a {
    font-weight: 400;
    color: #aadd6d;
    text-decoration: underline;
  }
  .section-landing-page a.btn {
    width: auto;
    max-width: 100%;
    font-weight: 600;
    font-size: 24px;
    margin-top: 2em;
    padding: 20px;
  }
  .section-landing-page a.btn.btn-small-font {
    font-size: 20px;
    line-height: 30px;
    padding: 10px 20px;
  }
  .section-landing-page.wysiwyg-content.side-media .has-video {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 2em;
    margin: 3em 0 0;
  }
  .section-landing-page.wysiwyg-content.side-media .has-video > div {
    width: 100%;
  }
  .section-landing-page.wysiwyg-content.square-image img {
    border-radius: 0;
    outline: none;
    outline-offset: 0;
    margin-bottom: 0;
  }
  .section-landing-page .has-image {
    margin: 0 0 1em;
  }
  .section-landing-page .has-image > div:first-child {
    display: none;
  }
  .section-landing-page .has-image img {
    outline: none;
  }
  .section-landing-page .icon-stats {
    flex-direction: column;
    gap: 15px;
    margin: 2em 0;
  }
  .section-landing-page .icon-stats > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 1em;
    background-color: #1e1e1e;
    border-radius: 8px;
    border-top: 4px solid #aadd6d;
  }
  .section-landing-page .icon-stats svg {
    width: 52px;
  }
  .section-landing-page .icon-stats .stat-number,
  .section-landing-page .icon-stats .stat-label {
    display: block;
    font-family: "Poppins", sans-serif;
  }
  .section-landing-page .icon-stats .stat-number {
    font-weight: 900;
    font-size: 36px;
    color: #aadd6d;
  }
  .section-landing-page .icon-stats .stat-label {
    max-width: 10ch;
    font-size: 18px;
    text-align: center;
    color: #999;
  }
  .section-landing-page .icon-links {
    flex-direction: column;
    margin-top: 2em;
  }
  .section-landing-page .icon-links a {
    min-height: 90px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  .section-landing-page .icon-links svg {
    width: 65px;
    height: auto;
  }
  .section-landing-page .icon-links h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0;
  }
  .section-landing-page.stretch-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .section-landing-page.stretch-content ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    font-size: 22px;
    line-height: 33px;
    color: #999;
    border-bottom: 1px solid #aadd6d;
    padding: 10px 20px 10px 0;
  }
  .section-landing-page.stretch-content ul li:last-child {
    border-bottom: none;
  }
  .section-landing-page.stretch-content ul li strong {
    color: #fff;
  }
  .section-landing-page.contact-us .gform_wrapper.gravity-theme .gfield_label {
    color: #fff;
  }
  .section-landing-page.contact-us .gform_wrapper.gravity-theme .legal-consent {
    font-size: 14px;
    color: #fff;
  }
  .section-landing-page.contact-us .gform_wrapper.gravity-theme .gform_footer input.button {
    min-height: 48px !important;
    letter-spacing: 0.05px;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 26px !important;
    color: #000 !important;
    background-color: #aadd6d;
    padding: 10px 30px;
    border: 2px solid #aadd6d !important;
    border-radius: 5px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }
  .section-landing-page.contact-us {
    background-image: none;
  }
  .section-landing-page.contact-us h2 {
    margin-bottom: 0;
  }
  .section-landing-page.contact-us h3 {
    color: #aadd6d;
    margin: 1em 0;
  }
  .section-landing-page.contact-us p {
    text-align: center;
  }
  .section-landing-page.contact-us #hsForm_e650677a-3778-4db5-8ede-70dbd068f0b2,
  .section-landing-page.contact-us #hsForm_76215a38-20c3-4ef1-8a92-209b4d1fa25a,
  .section-landing-page.contact-us #hsForm_bf61a186-051a-40cd-91c2-ac1259298281 {
    margin: 2em 0 0 !important;
  }
  .section-landing-page.contact-us #hsForm_e650677a-3778-4db5-8ede-70dbd068f0b2 label,
  .section-landing-page.contact-us #hsForm_e650677a-3778-4db5-8ede-70dbd068f0b2 label span:not(.hs-form-required),
  .section-landing-page.contact-us #hsForm_76215a38-20c3-4ef1-8a92-209b4d1fa25a label,
  .section-landing-page.contact-us #hsForm_76215a38-20c3-4ef1-8a92-209b4d1fa25a label span:not(.hs-form-required),
  .section-landing-page.contact-us #hsForm_bf61a186-051a-40cd-91c2-ac1259298281 label,
  .section-landing-page.contact-us #hsForm_bf61a186-051a-40cd-91c2-ac1259298281 label span:not(.hs-form-required) {
    font-size: 24px !important;
    line-height: 27px;
    color: #999;
  }
  .section-landing-page.contact-us #hsForm_e650677a-3778-4db5-8ede-70dbd068f0b2 label.hs-error-msg,
  .section-landing-page.contact-us #hsForm_76215a38-20c3-4ef1-8a92-209b4d1fa25a label.hs-error-msg,
  .section-landing-page.contact-us #hsForm_bf61a186-051a-40cd-91c2-ac1259298281 label.hs-error-msg {
    font-size: 14px !important;
    color: #c02b0a !important;
  }
  .section-landing-page.contact-us #hsForm_e650677a-3778-4db5-8ede-70dbd068f0b2 .input input,
  .section-landing-page.contact-us #hsForm_e650677a-3778-4db5-8ede-70dbd068f0b2 .input select,
  .section-landing-page.contact-us #hsForm_76215a38-20c3-4ef1-8a92-209b4d1fa25a .input input,
  .section-landing-page.contact-us #hsForm_76215a38-20c3-4ef1-8a92-209b4d1fa25a .input select,
  .section-landing-page.contact-us #hsForm_bf61a186-051a-40cd-91c2-ac1259298281 .input input,
  .section-landing-page.contact-us #hsForm_bf61a186-051a-40cd-91c2-ac1259298281 .input select {
    height: 60px !important;
    font-size: 24px !important;
    line-height: 28px;
    color: #999 !important;
    padding: 0 22px 0 24px;
    background: #252525 !important;
    border: 1px solid #494949 !important;
    border-radius: 8px !important;
  }
  .section-landing-page.contact-us #hsForm_e650677a-3778-4db5-8ede-70dbd068f0b2 .actions input,
  .section-landing-page.contact-us #hsForm_76215a38-20c3-4ef1-8a92-209b4d1fa25a .actions input,
  .section-landing-page.contact-us #hsForm_bf61a186-051a-40cd-91c2-ac1259298281 .actions input {
    width: 100%;
    max-width: 100%;
    font-weight: 600 !important;
    font-size: 24px !important;
    padding: 20px;
  }
  .section-landing-page.contact-us #hsForm_bf61a186-051a-40cd-91c2-ac1259298281 .input {
    margin-right: 0 !important;
  }
  .section-landing-page.contact-us #hsForm_bf61a186-051a-40cd-91c2-ac1259298281 .input input,
  .section-landing-page.contact-us #hsForm_bf61a186-051a-40cd-91c2-ac1259298281 .input select {
    width: 100%;
  }
  .section-landing-page.contact-us #hsForm_bf61a186-051a-40cd-91c2-ac1259298281 .actions input {
    color: #000 !important;
    border-radius: 5px;
  }
  .section-landing-page.contact-us #hsForm_bf61a186-051a-40cd-91c2-ac1259298281 .actions input:hover,
  .section-landing-page.contact-us #hsForm_bf61a186-051a-40cd-91c2-ac1259298281 .actions input:focus,
  .section-landing-page.contact-us #hsForm_bf61a186-051a-40cd-91c2-ac1259298281 .actions input:active {
    color: #fff !important;
    background-color: transparent;
    transition: 0.3s ease;
  }
  .section-landing-page.blog-posts h2 {
    padding-bottom: 1em;
    border-bottom: 7px solid #aadd6d;
  }
  .section-landing-page.blog-posts .grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 2em;
    height: auto !important;
  }
  .section-landing-page.blog-posts .blog-post .date {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #aadd6d;
    text-transform: uppercase;
  }
  .section-landing-page.blog-posts .blog-post a {
    color: #fff;
  }
  .section-landing-page.blog-posts .blog-post a:hover {
    text-decoration: none;
  }
  .section-landing-page.blog-posts .blog-post a:hover h3 {
    color: #aadd6d;
    transition: 0.3s ease;
  }
  .section-landing-page.blog-posts .blog-post h3 {
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    text-align: left;
    transition: 0.3s ease;
  }
  .section-landing-page.blog-posts .blog-post p {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .section-landing-page.side-media.square-image .has-image > div:first-child {
    display: block;
    order: 1;
  }
  .section-landing-page.side-media.square-image .has-image > div:last-child {
    order: 2;
  }
  .section-landing-page.side-form .has-image div:first-child {
    display: block;
    order: 1;
  }
  .section-landing-page.side-form .has-image div:last-child {
    order: 2;
  }
  .section-landing-page.side-form form {
    margin-bottom: 2em !important;
  }
  .section-landing-page.side-form .legal-consent-container {
    margin-bottom: 1em;
  }
  
  @media (max-width: 767px) {
    .section-landing-page .has-image h4 {
      display: inline;
      font-weight: 600;
      font-size: 18px;
      color: #fff;
    }
    .section-landing-page .has-image p {
      display: inline;
    }
    .section-landing-page.stretch-content .flex {
      flex-direction: column;
      gap: 2em;
      margin-top: 3em;
    }
    .section-landing-page.side-form .has-image div:last-child {
      margin-top: 1em;
    }
    .section-landing-page.contact-us #hsForm_bf61a186-051a-40cd-91c2-ac1259298281 fieldset.form-columns-2 .hs-form-field {
      width: 100%;
    }
  }
  @media (max-width: 991px) {
    .page-id-153967 #wpfront-notification-bar-spacer,
    .page-id-154639 #wpfront-notification-bar-spacer {
      display: none;
    }
  }
  @media (min-width: 768px) {
    .section-landing-page h2 {
      font-size: 55px;
      line-height: 82px;
      margin-bottom: 0.5em;
    }
    .section-landing-page h3 {
      font-size: 37px;
      line-height: 55px;
    }
    .section-landing-page p {
      font-size: 24px;
      line-height: 35px;
    }
    .section-landing-page p.small-text {
      font-size: 20px;
      line-height: 28px;
    }
    .section-landing-page a.btn {
      max-width: -moz-max-content;
      max-width: max-content;
      padding: 10px 50px !important;
    }
    .section-landing-page a.btn.btn-small-font {
      font-size: 24px;
    }
    .section-landing-page.wysiwyg-content.side-media h2 {
      margin-bottom: 0;
    }
    .section-landing-page.wysiwyg-content.side-media h3 {
      text-align: left;
    }
    .section-landing-page.wysiwyg-content.side-media .has-video {
      flex-direction: row;
    }
    .section-landing-page.wysiwyg-content.side-media .has-video > div:first-child {
      width: 55%;
    }
    .section-landing-page.wysiwyg-content.side-media .has-video > div:last-child {
      width: 45%;
    }
    .section-landing-page.wysiwyg-content.side-media.square-image h2 {
      text-align: left;
      line-height: 60px;
      margin-bottom: 0.5em;
    }
    .section-landing-page.wysiwyg-content.side-media.square-image .has-image {
      justify-content: space-between;
      align-items: flex-start;
      gap: 50px;
    }
    .section-landing-page.wysiwyg-content.side-media.square-image .has-image > div:first-child, .section-landing-page.wysiwyg-content.side-media.square-image .has-image > div:last-child {
      flex: 1;
    }
    .section-landing-page.wysiwyg-content.side-media.square-image .has-image > div:last-child p:last-of-type {
      margin-bottom: 0;
    }
    .section-landing-page .has-image {
      align-items: center;
      margin: 0;
    }
    .section-landing-page .has-image > div:first-child {
      display: block;
    }
    .section-landing-page .has-image h4 {
      font-weight: 700;
      font-size: 28px;
      line-height: 35px;
      color: #fff;
      text-align: left;
    }
    .section-landing-page .icon-stats {
      flex-direction: row;
    }
    .section-landing-page .icon-stats > div {
      flex: 1;
      flex-direction: column;
      justify-content: space-between;
      gap: 40px;
    }
    .section-landing-page .icon-stats svg {
      width: 90px;
    }
    .section-landing-page .icon-stats .stat-number {
      font-size: 78px;
      line-height: 27px;
    }
    .section-landing-page .icon-stats .stat-label {
      display: flex;
      align-items: center;
      font-size: 28px;
      line-height: 35px;
      margin: 0 0 auto;
    }
    .section-landing-page.stretch-content .flex {
      justify-content: space-between;
      align-items: flex-start;
      gap: 2em;
    }
    .section-landing-page.stretch-content .flex > div:first-child {
      width: 55%;
    }
    .section-landing-page.stretch-content .flex > div:last-child {
      width: 45%;
    }
    .section-landing-page.stretch-content .flex.has-list {
      align-items: center;
    }
    .section-landing-page .icon-links {
      flex-direction: row;
      flex-wrap: wrap;
      gap: 15px;
      margin-top: 3em;
    }
    .section-landing-page .icon-links a {
      flex: 1;
      flex-direction: column;
    }
    .section-landing-page .icon-links .svg-bg {
      padding: 2em;
      background-color: #232323;
      border-radius: 50%;
    }
    .section-landing-page .icon-links svg {
      width: auto;
      height: 125px;
    }
    .section-landing-page .icon-links h4 {
      font-size: 20px;
    }
    .section-landing-page.contact-us h3 {
      margin: 0 0 0.25em;
    }
    .section-landing-page.contact-us #hsForm_e650677a-3778-4db5-8ede-70dbd068f0b2 .field,
    .section-landing-page.contact-us #hsForm_bf61a186-051a-40cd-91c2-ac1259298281 .field {
      display: inline-block;
      width: 48%;
      margin-bottom: 1.25em;
      vertical-align: top;
    }
    .section-landing-page.contact-us #hsForm_e650677a-3778-4db5-8ede-70dbd068f0b2 .field:nth-child(odd),
    .section-landing-page.contact-us #hsForm_bf61a186-051a-40cd-91c2-ac1259298281 .field:nth-child(odd) {
      margin-right: 2%;
    }
    .section-landing-page.contact-us #hsForm_e650677a-3778-4db5-8ede-70dbd068f0b2 .field:nth-child(even),
    .section-landing-page.contact-us #hsForm_bf61a186-051a-40cd-91c2-ac1259298281 .field:nth-child(even) {
      margin-left: 2%;
    }
    .section-landing-page.contact-us.side-form .has-image {
      justify-content: space-between;
      align-items: flex-start;
      gap: 50px;
    }
    .section-landing-page.contact-us.side-form h2 {
      font-size: 30px;
      line-height: 40px;
    }
    .section-landing-page.contact-us.side-form #hsForm_76215a38-20c3-4ef1-8a92-209b4d1fa25a .hs_firstname,
    .section-landing-page.contact-us.side-form #hsForm_76215a38-20c3-4ef1-8a92-209b4d1fa25a .hs_lastname,
    .section-landing-page.contact-us.side-form #hsForm_76215a38-20c3-4ef1-8a92-209b4d1fa25a .hs_email,
    .section-landing-page.contact-us.side-form #hsForm_76215a38-20c3-4ef1-8a92-209b4d1fa25a .hs_phone {
      display: block;
      width: 100%;
    }
    .section-landing-page.contact-us.side-form #hsForm_76215a38-20c3-4ef1-8a92-209b4d1fa25a .hs_firstname,
    .section-landing-page.contact-us.side-form #hsForm_76215a38-20c3-4ef1-8a92-209b4d1fa25a .hs_email {
      margin-right: 0;
    }
    .section-landing-page.contact-us.side-form #hsForm_76215a38-20c3-4ef1-8a92-209b4d1fa25a .hs_lastname,
    .section-landing-page.contact-us.side-form #hsForm_76215a38-20c3-4ef1-8a92-209b4d1fa25a .hs_phone {
      margin-left: 0;
    }
    .section-landing-page.blog-posts h2 {
      padding-bottom: 0.5em;
    }
    .section-landing-page.blog-posts .grid {
      grid-template-columns: repeat(2, 1fr);
      -moz-column-gap: 2em;
           column-gap: 2em;
    }
    .section-landing-page.blog-posts .blog-post h3 {
      font-size: 30px;
      line-height: 45px;
    }
  }
  @media (min-width: 768px) and (max-width: 1420px) {
    .section-landing-page .icon-links {
      justify-content: center;
    }
  }
  @media (min-width: 992px) {
    .page-id-153967 #wpfront-notification-bar {
      top: 5.5% !important;
    }
    .page-id-153967 .hero.hero-landing-page.section-landing-page {
      margin-top: 125px !important;
    }
  }
  @media (min-width: 1024px) {
    .section-landing-page.blog-posts .grid {
      grid-template-columns: repeat(4, 1fr);
    }
    .section-landing-page.contact-us.side-form .has-image > div:first-child {
      flex: 0 0 33%;
    }
  }
  @media (min-width: 1200px) {
    .page-id-153967 #wpfront-notification-bar {
      top: 3.5% !important;
    }
  }