#page-footer .footer-top {
  background: none;
}
#page-footer .footer-top .section-left {
  background: #ffffff;
  padding-top: 30px;
  margin: 0 10px;
}
#page-footer .footer-top .section-left .hr-line {
  margin: 0;
  width: 100%;
  height: 3px;
  background: #161677;
  border: none;
}
#page-footer .footer-top .section-left h2 {
  color: var(--blue);
  text-align: center;
  margin: 0;
  font-family: var(--playfair-font-family);
  font-size: 1.75rem;
  line-height: 2.375;
  font-weight: 700;
}
#page-footer .footer-top .section-left p {
  font-size: 1rem;
  line-height: 1.625;
}
#page-footer .footer-top .section-left .submit-button-style {
  font-size: 0.875rem;
  line-height: 1.43;
}
#page-footer .footer-top .section-left a.link-text {
  display: block;
  font-size: 0.875rem;
  line-height: 1.43;
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
  padding: 15px 22px;
  text-align: center;
  background: var(--blue);
  border-radius: 56px;
  max-width: 200px !important;
  margin: 0 auto 30px;
}
#page-footer .footer-top .section-right {
  background: #ffffff;
  margin: 0 10px;
}
#page-footer .footer-top .section-right .hr-line {
  margin: 0;
  width: 100%;
  height: 3px;
  background: var(--dull-orange);
  border: none;
}
#page-footer .footer-top .section-right h2 {
  color: var(--dull-orange);
  text-align: center;
  margin: 0;
  font-family: var(--playfair-font-family);
  font-size: 1.75rem;
  line-height: 2.375;
  font-weight: 700;
}
#page-footer .footer-top .section-right p {
  font-size: 1rem;
  line-height: 1.625;
}
#page-footer .footer-top .section-right a.link-text {
  display: block;
  font-size: 0.875rem;
  line-height: 1.43;
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
  padding: 15px 22px;
  text-align: center;
  background: var(--dull-orange);
  border-radius: 56px;
  max-width: 145px;
  margin: 0 auto 30px;
}
#page-footer.nace-footer .footer-top {
  background: none;
}
#page-footer.nace-footer .footer-top .section-left .hr-line {
  background: var(--royal-blue);
}
#page-footer.nace-footer .footer-top .section-left h2 {
  color: var(--royal-blue) !important;
}
#page-footer.nace-footer .footer-top .section-left .submit-button-style {
  background: var(--royal-blue) !important;
  height: 50px;
  margin-top: 1px;
}
#page-footer.nace-footer .footer-top .section-right .hr-line {
  background: var(--cyan-blue);
}
#page-footer.nace-footer .footer-top .section-right h2 {
  color: var(--cyan-blue);
}
#page-footer.nace-footer .footer-top .section-right a.link-text {
  background: var(--cyan-blue);
  max-width: 200px;
  color: #ffffff;
}
#page-footer.nace-footer .footer-top .section-right a.link-text:hover {
  background: var(--haymarket-blue);
}

@media (min-width: 768px) {
  #page-footer .footer-top {
    display: flex;
    justify-content: center;
    gap: 1rem;
  }
  #page-footer .footer-top .section-left {
    width: 500px;
    padding-top: 90px;
  }
  #page-footer .footer-top .section-right {
    width: 500px;
    padding-top: 90px;
  }
}
@media (min-width: 1025px) {
  #page-footer .footer-top {
    gap: 100px;
    padding-bottom: 90px;
  }
  #page-footer .footer-top .section-left h2 {
    font-size: 2.625rem;
  }
  #page-footer .footer-top .section-left .submit-button-style {
    font-size: 1.125rem;
    line-height: 1.15;
  }
  #page-footer .footer-top .section-right h2 {
    font-size: 2.625rem;
  }
  #page-footer .footer-top .section-right a.link-text {
    font-size: 1.125rem;
    line-height: 1.15;
    max-width: 200px !important;
  }
}

/*# sourceMappingURL=footer-top.min.css.map */
