/* This file should only include @use */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css | Slight Mods for Me */
* {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.35;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 1em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Global Styles */
html,
body {
  scroll-behavior: smooth;
  margin: 0;
}

body {
  background: #f0ede8;
}

.container {
  margin: 0 0.75rem;
  max-width: 1440px;
}
@media only screen and (min-width: 1440px) {
  .container {
    margin: 0 auto;
  }
}

section {
  margin: 0 auto;
}

section,
.container,
.content,
.content-wrapper,
.text-wrapper {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

/* Navigation Styling */
header {
  padding: 1rem 0.75rem;
  border-bottom: 0.0625rem solid #cbc0af;
}
header #nav-bar {
  margin: 0 auto;
  position: relative;
  /* Logo */
  /* Mobile Icon */
  /* Mobile Navigation Links */
  /* Desktop Navigation Links */
  /* Action Links */
}
header #nav-bar img {
  width: 13.08731rem;
  height: 2.1875rem;
}
header #nav-bar .icon {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 1024px) {
  header #nav-bar .icon {
    display: none;
  }
}
header #nav-bar ul.nav-links-mobile {
  display: none;
  list-style: none;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem 1.5rem 1.5rem 0.75rem;
  gap: 0.5rem;
  animation: 0.25s 1 normal menuGrow;
  animation-fill-mode: backwards;
}
header #nav-bar ul.nav-links-mobile.active {
  display: flex;
  height: 0;
  overflow: hidden;
  animation: 0.15s 1 linear forwards menuGrow;
}
header #nav-bar ul.nav-links-mobile li.nav-link {
  padding: 0.5rem;
}
header #nav-bar ul.nav-links-mobile li.nav-link a {
  color: #281204;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Inter", "Arial";
  line-height: 1.3rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  text-decoration: none;
}
header #nav-bar ul.nav-links-mobile li.nav-link:first-child {
  padding: 0.5rem 0.75rem;
  border-radius: 6.25rem;
  line-height: 1;
  background-color: #aaac59;
}
header #nav-bar ul.nav-links-mobile li.nav-link:first-child a {
  color: #f0ede8;
}
@media only screen and (min-width: 1024px) {
  header #nav-bar ul.nav-links-mobile {
    display: none;
  }
}
header #nav-bar .nav-links-desktop {
  display: none;
  flex-direction: row;
  list-style: none;
}
header #nav-bar .nav-links-desktop li {
  padding: 0.5rem;
  position: relative;
}
header #nav-bar .nav-links-desktop li a {
  color: #281204;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Inter", "Arial";
  line-height: 1.3rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  text-decoration: none;
}
header #nav-bar .nav-links-desktop li#has-sub-menu {
  padding: 0.5rem 0.5rem 0.5rem 1.25rem;
}
header #nav-bar .nav-links-desktop li.has-sub-menu:after {
  content: "";
  display: inline-block;
  width: 10.7px;
  height: 6px;
  background-image: url("../img/nav-link-sub-menu-indicator.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.375rem;
  vertical-align: middle;
}
header #nav-bar .nav-links-desktop li:hover {
  background-color: #aaac59;
  border-radius: 6.25rem;
}
header #nav-bar .nav-links-desktop li:hover > a {
  color: #f0ede8;
}
header #nav-bar .nav-links-desktop li ul {
  display: none;
  padding: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  border-radius: 1.5625rem;
  background-color: #f0ede8;
  list-style: none;
  position: absolute;
  box-shadow: 0.15rem 0.15rem 0.25rem #cbc0af;
  z-index: 999;
  position: absolute;
  top: 5rem;
  max-width: 16rem;
}
header #nav-bar .nav-links-desktop li ul li a {
  text-wrap: nowrap;
}
@media only screen and (min-width: 1024px) {
  header #nav-bar .nav-links-desktop {
    display: flex;
  }
}
@media only screen and (min-width: 1440px) {
  header #nav-bar .nav-links-desktop {
    gap: 0.5rem;
  }
}
header #nav-bar .action-links {
  display: none;
  color: #aaac59;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Inter", "Arial";
  line-height: 1.3rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
header #nav-bar .action-links .action-link {
  padding: 0.5rem;
  /* Sign-In Link */
  /* Make Payment Link */
}
header #nav-bar .action-links .action-link a {
  color: inherit;
}
@media only screen and (min-width: 1024px) {
  header #nav-bar .action-links .action-link#sign-in {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
}
@media only screen and (min-width: 1024px) {
  header #nav-bar .action-links .action-link#make-payment {
    display: flex;
    padding: 0.5rem 0.75rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    border: 1px solid #aaac59;
    border-radius: 6.25rem;
  }
}
@media only screen and (min-width: 1024px) {
  header #nav-bar .action-links {
    display: flex;
    flex-direction: row;
    list-style: none;
    gap: 0.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  header #nav-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
  }
}
@media only screen and (min-width: 1024px) {
  header {
    padding: 1.6875rem 1rem;
  }
}
@media only screen and (min-width: 1440px) {
  header {
    padding: 1.6875rem;
  }
}

/* Keyframes */
@keyframes menuGrow {
  from {
    height: 0;
  }
  to {
    height: fit-content;
  }
}
.layout-label {
  text-align: center;
  color: #f0ede8;
  font-style: normal;
  font-weight: 500;
  font-size: 1.75rem;
  font-family: "Poppins", "Arial";
  line-height: 2.5375rem;
  background-color: #aaac59;
}

.main-footer {
  position: relative;
  z-index: 999;
}
.main-footer .container {
  background-color: #cbc0af;
  padding: 3.62rem 2.5rem;
  justify-content: center;
  border-radius: 3.125rem 3.125rem 0 0;
  max-width: 100%;
  margin: 0 auto;
}
.main-footer .container .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  max-width: 1152px;
  margin: 0 auto;
}
.main-footer .container .content > img {
  width: 16.8265rem;
  height: 2.8125rem;
}
@media only screen and (min-width: 1024px) {
  .main-footer .container .content > img {
    position: absolute;
    top: 6.31rem;
    left: 6.31rem;
  }
}
@media only screen and (min-width: 1440px) {
  .main-footer .container .content > img {
    left: 9.25rem;
  }
}
@media only screen and (min-width: 1800px) {
  .main-footer .container .content > img {
    left: 25%;
  }
}
.main-footer .container .content .footer-group {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  width: 100%;
  max-width: 12.125rem;
}
.main-footer .container .content .footer-group > p {
  color: #281204;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Poppins", "Arial";
  line-height: 1.55rem;
}
.main-footer .container .content .footer-group div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.main-footer .container .content .footer-group div p {
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  font-family: "Poppins", "Arial";
  line-height: 1.1375rem;
}
.main-footer .container .content .footer-group div p a {
  color: #281204;
}
@media only screen and (min-width: 1024px) {
  .main-footer .container .content .footer-group {
    margin-top: 2rem;
  }
}
.main-footer .container .content .social-group {
  gap: 1.25rem;
}
.main-footer .container .content .social-group .social-wrapper {
  flex-direction: row;
  gap: 0.75rem;
}
.main-footer .container .content .social-group .social-wrapper a {
  width: fit-content;
}
.main-footer .container .content .social-group svg {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 1024px) {
  .main-footer .container .content {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .main-footer .container {
    padding: 9.25rem 6.31rem;
    position: relative;
  }
}
.main-footer .sub-footer {
  padding: 1rem;
  display: flex;
  justify-content: center;
  background-color: #a59174;
}
.main-footer .sub-footer p {
  color: white;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  font-family: "Poppins", "Arial";
  line-height: 0.975rem;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.1625rem;
  letter-spacing: 0.03125rem;
}

.min-footer .container {
  background-color: #cbc0af;
  padding: 3.62rem 2.5rem;
  justify-content: center;
  border-radius: 3.125rem 3.125rem 0 0;
  max-width: 100%;
  margin: 0 auto;
}
.min-footer .container .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  max-width: 1152px;
  margin: 0 auto;
}
.min-footer .container .content > img {
  width: 16.8265rem;
  height: 2.8125rem;
}
.min-footer .container .content .seperator {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .min-footer .container .content .seperator {
    display: block;
    width: 0.0625rem;
    height: 5.6875rem;
    background-color: #f0ede8;
  }
}
.min-footer .container .content .footer-group {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  width: 100%;
}
.min-footer .container .content .footer-group > p {
  color: #281204;
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  font-family: "Poppins", "Arial";
  line-height: 2.175rem;
}
.min-footer .container .content .footer-group div {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.min-footer .container .content .footer-group div p {
  color: #281204;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  font-family: "Poppins", "Arial";
  line-height: 0.9625rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
}
.min-footer .container .content .footer-group div p a {
  color: #281204;
  text-decoration: underline;
}
@media only screen and (min-width: 1024px) {
  .min-footer .container .content .footer-group:last-child {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1024px) {
  .min-footer .container .content .footer-group {
    flex-direction: row;
    width: fit-content;
  }
}
@media only screen and (min-width: 1024px) {
  .min-footer .container .content {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .min-footer .container {
    padding: 2.15rem 9rem;
    position: relative;
  }
}
.min-footer .sub-footer {
  padding: 1rem;
  display: flex;
  justify-content: center;
  background-color: #a59174;
}
.min-footer .sub-footer p {
  color: white;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  font-family: "Poppins", "Arial";
  line-height: 0.975rem;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.1625rem;
  letter-spacing: 0.03125rem;
}

#overlay {
  position: fixed;
  top: -125vh;
  left: 0;
  z-index: 5000;
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100vh;
  display: flex;
  transition: all 0.2s ease-in-out;
}
#overlay.showing {
  top: 0;
  transition: all 0.2s ease-in-out;
}
#overlay .modal {
  margin: auto;
  width: 90vw;
  max-width: 600px;
  background: #f0ede8;
  border-radius: 1em;
  padding: 1.5em;
  position: relative;
}
#overlay .modal .modal-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
#overlay .modal .modal-message p {
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Poppins", "Arial";
  line-height: 1.55rem;
}
#overlay .modal #email-capture-form {
  width: fit-content;
  margin: 0 auto;
}
#overlay .modal #email-capture-form button[type=submit] {
  background-color: #aaac59;
  color: white;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Poppins", "Arial";
  line-height: 1.55rem;
  font-weight: 600;
  border: none;
  padding: 0.25rem 0.75rem;
  border-radius: 9.12163rem;
}
#overlay .modal a.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: white;
  background: #482007;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 3em;
  font-size: 1.2em;
}
#overlay .modal a.modal-close span {
  line-height: 1;
}
#overlay .modal h2 {
  text-align: center;
  font-size: 1.75em;
  font-weight: 200;
}
#overlay .modal ul {
  display: flex;
  margin: 1rem 0 1rem;
  padding: 0;
  list-style-type: none;
  gap: 1em;
  justify-content: center;
}
#overlay .modal ul li a {
  color: #281204;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Inter", "Arial";
  line-height: 1.3rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  background: #aaac59;
  color: white;
  padding: 0.5em 2em;
  border-radius: 3em;
}

/* Pages */
main .legal-section {
  padding: 4rem 0.75rem;
  max-width: 1400px;
  margin: 0 auto;
}
main .legal-section .container .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.25rem;
  position: relative;
}
main .legal-section .container .content h1 {
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 3.375rem;
  font-family: "Poppins", "Arial";
  line-height: 4.89375rem;
}
@media only screen and (min-width: 1024px) {
  main .legal-section .container .content h1 {
    color: #281204;
    font-style: normal;
    font-weight: 400;
    font-size: 4.4375rem;
    font-family: "Poppins", "Arial";
    line-height: 4.88125rem;
  }
}
main .legal-section .container .content img {
  display: none;
}
@media only screen and (min-width: 1024px) {
  main .legal-section .container .content img {
    display: block;
    position: absolute;
    left: 0;
    top: 8rem;
  }
}
@media only screen and (min-width: 1440px) {
  main .legal-section .container .content img {
    left: 15rem;
  }
}
main .legal-section .container .content .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
main .legal-section .container .content .content-wrapper.consumer-complaint {
  gap: 2.25rem;
}
main .legal-section .container .content .content-wrapper .seperator {
  height: 0.0625rem;
  width: 100%;
  max-width: 688px;
  background-color: #cbc0af;
}
main .legal-section .container .content .content-wrapper p {
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Poppins", "Arial";
  line-height: 1.55rem;
}
main .legal-section .container .content .content-wrapper p.tagline {
  color: #281204;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Poppins", "Arial";
  line-height: 2.175rem;
  text-align: start;
  margin-top: 2.25rem;
}
main .legal-section .container .content .content-wrapper a {
  color: #aaac59;
}
@media only screen and (min-width: 1024px) {
  main .legal-section .container .content .content-wrapper {
    width: 60%;
    max-width: 43rem;
    align-self: flex-end;
  }
}
@media only screen and (min-width: 1024px) {
  main .legal-section {
    padding: 4rem 4rem;
  }
}

#application-hero {
  background: linear-gradient(141deg, rgba(40, 18, 4, 0.03) 9.22%, rgba(53, 43, 27, 0.09) 38.41%, rgba(40, 18, 4, 0.26) 64.82%), linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), url("../img/young-couple-on-couch.jpg") lightgray -216px -16.317px/115% 154.265% no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0rem 0rem 3.125rem 3.125rem;
  background-position: center center;
  padding: 4rem 0;
}
#application-hero .container .content {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  max-width: 636px;
}
#application-hero .container .content h1 {
  color: white;
  font-style: normal;
  font-weight: 400;
  font-size: 3.375rem;
  font-family: "Poppins", "Arial";
  line-height: 4.89375rem;
}
#application-hero .container .content h1 span {
  color: white;
  font-style: italic;
  font-weight: 400;
  font-size: 3.375rem;
  font-family: "the-seasons", sans-serif;
  line-height: 4.89375rem;
}
@media only screen and (min-width: 1024px) {
  #application-hero .container .content h1 {
    color: white;
    font-style: normal;
    font-weight: 400;
    font-size: 4.4375rem;
    font-family: "Poppins", "Arial";
    line-height: 4.88125rem;
  }
  #application-hero .container .content h1 span {
    color: white;
    font-style: italic;
    font-weight: 400;
    font-size: 4.4375rem;
    font-family: "the-seasons", sans-serif;
    line-height: 4.88125rem;
  }
}
#application-hero .container .content p {
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  font-family: "Poppins", "Arial";
  line-height: 2.175rem;
  font-weight: 400;
}
#application-hero .container .content a {
  padding: 0.75rem 1.25rem;
  flex: 1 0 0;
  text-align: center;
  justify-self: stretch;
  border-radius: 9.12163rem;
  border: 1.5px solid #f0ede8;
  background-color: #9eb2cd;
  color: #f0ede8;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  font-family: "Inter", "Arial";
  line-height: 1.625rem;
  letter-spacing: 0.09119rem;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  #application-hero .container .content a {
    align-self: flex-start;
    width: fit-content;
  }
}
@media only screen and (min-width: 1024px) {
  #application-hero .container {
    display: flex;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1024px) {
  #application-hero {
    background-position: right top;
    padding: 2.5rem 2.75rem;
    min-height: 616px;
  }
}
@media only screen and (min-width: 1440px) {
  #application-hero {
    padding: 5rem 5.75rem;
    min-height: 716px;
  }
}

#apply-sxs {
  margin-top: 4rem;
}
#apply-sxs .container h2 {
  color: #aaac59;
  font-style: normal;
  font-weight: 400;
  font-size: 3.375rem;
  font-family: "Poppins", "Arial";
  line-height: 4.89375rem;
  text-align: center;
}
#apply-sxs .container h2 span {
  color: #aaac59;
  font-style: italic;
  font-weight: 400;
  font-size: 3.375rem;
  font-family: "the-seasons", sans-serif;
  line-height: 4.89375rem;
}
#apply-sxs .container .sxs-group aside img {
  max-width: 400px;
  height: auto;
}
#apply-sxs a {
  display: flex;
}

a.button {
  background-color: #496676 !important;
}

#green-banner {
  margin: 4rem 0.75rem;
}
#green-banner .container .content {
  background-color: #aaac59;
  display: flex;
  padding: 5rem 3.5625rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  border-radius: 3.125rem;
  text-align: center;
  margin: 0 auto;
}
#green-banner .container .content h3 {
  color: white;
  font-style: normal;
  font-weight: 400;
  font-size: 3.375rem;
  font-family: "Poppins", "Arial";
  line-height: 4.89375rem;
  max-width: 750px;
}
#green-banner .container .content h3 span {
  color: white;
  font-style: italic;
  font-weight: 400;
  font-size: 3.375rem;
  font-family: "the-seasons", sans-serif;
  line-height: 4.89375rem;
}
#green-banner .container .content p {
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  font-family: "Poppins", "Arial";
  line-height: 1.8125rem;
  max-width: 750px;
}
#green-banner .container .content a {
  display: flex;
  padding: 0.75rem 1.25rem;
  justify-content: center;
  align-items: center;
  width: fit-content;
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  font-family: "Inter", "Arial";
  line-height: 1.625rem;
  letter-spacing: 0.09119rem;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 9.12163rem;
  border: 1.5px solid white;
  background-color: #aaac59;
  text-decoration: none;
}

#boxes {
  margin: 4rem 0.75rem 8rem;
}
#boxes .container .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 5rem;
}
#boxes .container .content h2 {
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 3.375rem;
  font-family: "Poppins", "Arial";
  line-height: 4.89375rem;
}
#boxes .container .content h2 span {
  color: #281204;
  font-style: italic;
  font-weight: 400;
  font-size: 3.375rem;
  font-family: "the-seasons", sans-serif;
  line-height: 4.89375rem;
}
@media only screen and (min-width: 1024px) {
  #boxes .container .content h2 {
    color: #281204;
    font-style: normal;
    font-weight: 400;
    font-size: 4.4375rem;
    font-family: "Poppins", "Arial";
    line-height: 4.88125rem;
  }
  #boxes .container .content h2 span {
    color: #281204;
    font-style: italic;
    font-weight: 400;
    font-size: 4.4375rem;
    font-family: "the-seasons", sans-serif;
    line-height: 4.88125rem;
  }
}
#boxes .container .content .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
#boxes .container .content .content-wrapper .content-card {
  display: flex;
  width: 100%;
  min-height: 23.0625rem;
  padding: 2.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  border-radius: 3.1335rem;
  background-color: #9eb2cd;
}
#boxes .container .content .content-wrapper .content-card .svg-wrapper {
  background-color: white;
  border-radius: 50%;
  padding: 1rem;
}
#boxes .container .content .content-wrapper .content-card h2 {
  color: #281204;
  font-style: normal;
  font-weight: 500;
  font-size: 1.75rem;
  font-family: "Poppins", "Arial";
  line-height: 2.5375rem;
}
#boxes .container .content .content-wrapper .content-card p {
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Poppins", "Arial";
  line-height: 1.55rem;
  text-align: start;
}
#boxes .container .content .content-wrapper .content-card a {
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  font-family: "Inter", "Arial";
  line-height: 1.625rem;
  letter-spacing: 0.09119rem;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 9.12163rem;
  border: 1.5px solid white;
  padding: 0.75rem 1.25rem;
}
@media only screen and (min-width: 1024px) {
  #boxes .container .content .content-wrapper .content-card {
    max-width: 350px;
  }
}
@media only screen and (min-width: 1024px) {
  #boxes .container .content .content-wrapper {
    flex-direction: row;
    max-width: 1400px;
    margin: 0 auto;
    justify-content: center;
  }
}

#footer-cap-min {
  margin-bottom: 7rem;
}
#footer-cap-min .container .content {
  display: flex;
  flex-direction: column;
  justify-self: center;
  align-items: center;
  text-align: center;
  gap: 2.5rem;
}
#footer-cap-min .container .content h3 {
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 3.375rem;
  font-family: "Poppins", "Arial";
  line-height: 4.89375rem;
}
#footer-cap-min .container .content p {
  color: #281204;
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  font-family: "Poppins", "Arial";
  line-height: 2.6rem;
}
#footer-cap-min .container .content p span {
  color: #281204;
  font-style: italic;
  font-weight: 700;
  font-size: 2rem;
  font-family: "the-seasons", sans-serif;
  line-height: 2.6rem;
}
#footer-cap-min .container .content a {
  display: flex;
  padding: 0.75rem 1.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.72975rem;
  border-radius: 9.12163rem;
  border: 1.459px solid white;
  background-color: #496676;
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  font-family: "Inter", "Arial";
  line-height: 1.625rem;
  letter-spacing: 0.09119rem;
  text-transform: uppercase;
  text-decoration: none;
}

/* Custom Post Types*/
#breadcrumbs .container {
  margin: 0 auto;
}
#breadcrumbs .container .content ul.breadcrumbs {
  list-style: none;
  display: flex;
  flex-direction: row;
  padding: 1.25rem 7.5rem 1.25rem 0.75rem;
  overflow-x: visible;
}
#breadcrumbs .container .content ul.breadcrumbs li {
  color: #281204;
  font-style: normal;
  font-weight: 600;
  font-size: 0.75rem;
  font-family: "Poppins", "Arial";
  line-height: 1.1625rem;
  color: #9eb2cd;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
  text-wrap: nowrap;
}
#breadcrumbs .container .content ul.breadcrumbs li a {
  color: inherit;
}
#breadcrumbs .container .content ul.breadcrumbs li a:hover {
  cursor: pointer;
}
#breadcrumbs .container .content ul.breadcrumbs li:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin: 0 0.5rem;
}
@media only screen and (min-width: 1024px) {
  #breadcrumbs .container .content ul.breadcrumbs {
    padding: 1.75rem 7.5rem 1.75rem 3.75rem;
  }
}

#hero .container {
  margin: 0 0.75rem;
}
#hero .container .content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 1.25rem 0rem 2.5rem;
  justify-content: center;
}
#hero .container .content img {
  width: 300px;
  height: 300px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
  border: 2.432px solid #9eb2cd;
}
#hero .container .content .content-wrapper .info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
#hero .container .content .content-wrapper .info-wrapper h1 {
  color: #281204;
  font-style: normal;
  font-weight: 500;
  font-size: 1.75rem;
  font-family: "Poppins", "Arial";
  line-height: 2.5375rem;
}
@media only screen and (min-width: 1024px) {
  #hero .container .content .content-wrapper .info-wrapper h1 {
    color: #281204;
    font-style: normal;
    font-weight: 300;
    font-size: 2.5rem;
    font-family: "Poppins", "Arial";
    line-height: 3.625rem;
  }
}
#hero .container .content .content-wrapper .info-wrapper .credentials-wrapper {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
#hero .container .content .content-wrapper .info-wrapper .credentials-wrapper p,
#hero .container .content .content-wrapper .info-wrapper .credentials-wrapper div {
  color: #aaac59;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  font-family: "Poppins", "Arial";
  line-height: 1.8125rem;
}
@media only screen and (min-width: 1024px) {
  #hero .container .content .content-wrapper .info-wrapper .credentials-wrapper p,
  #hero .container .content .content-wrapper .info-wrapper .credentials-wrapper div {
    color: #aaac59;
    font-style: normal;
    font-weight: 600;
    font-size: 1.5rem;
    font-family: "Poppins", "Arial";
    line-height: 2.175rem;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
  }
}
#hero .container .content .content-wrapper .seperator {
  width: 100%;
  height: 0.09375rem;
  background-color: #9eb2cd;
  margin: 1.5rem 0;
}
#hero .container .content .content-wrapper .address-wrapper {
  color: #281204;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  font-family: "Poppins", "Arial";
  line-height: 1.8125rem;
}
#hero .container .content .content-wrapper .contact-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
#hero .container .content .content-wrapper .contact-wrapper a {
  display: flex;
  padding: 0.75rem 1.25rem;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Inter", "Arial";
  line-height: 1.3rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  border-radius: 9.12163rem;
  border: 1.5px solid white;
  background-color: #aaac59;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  #hero .container .content .content-wrapper .contact-wrapper a {
    color: white;
    font-style: normal;
    font-weight: 600;
    font-size: 1.25rem;
    font-family: "Inter", "Arial";
    line-height: 1.625rem;
    letter-spacing: 0.09119rem;
    text-transform: uppercase;
    text-decoration: none;
  }
}
@media only screen and (min-width: 1024px) {
  #hero .container .content .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  #hero .container .content {
    flex-direction: row;
    gap: 3rem;
  }
}
@media only screen and (min-width: 1024px) {
  #hero .container {
    margin: 0 auto;
  }
}

#about {
  margin: 0 0.75rem;
}
#about .container {
  padding: 2.5rem 0;
  margin: 0 auto;
}
#about .container .content {
  display: flex;
  justify-content: center;
}
#about .container .content .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  max-width: 53rem;
}
#about .container .content .content-wrapper h2 {
  color: #9eb2cd;
  font-style: italic;
  font-weight: 400;
  font-size: 3rem;
  font-family: "the-seasons", sans-serif;
  line-height: 3.9rem;
}
#about .container .content .content-wrapper p {
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  font-family: "Poppins", "Arial";
  line-height: 1.8125rem;
}
@media only screen and (min-width: 1024px) {
  #about .container .content .content-wrapper {
    flex: 0.75;
  }
}
@media only screen and (min-width: 1024px) {
  #about .container .content {
    justify-content: flex-end;
    margin-left: 15rem;
  }
}
@media only screen and (min-width: 1024px) {
  #about {
    margin: 0 auto;
    background-image: url("../img/brown-cursive-logo-trans.png");
    background-repeat: no-repeat;
    background-size: 22.1875rem 22.1875rem;
    background-position: -5rem center;
    min-height: 22.1875rem;
  }
}

#rates {
  margin: 2.5rem 0.75rem;
}
#rates .container {
  border-radius: 3.125rem;
  padding: 2.25rem;
  background-color: #aaac59;
  margin: 0 auto;
}
#rates .container .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 2.25rem;
}
#rates .container .content .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
#rates .container .content .text-wrapper h2 {
  color: white;
  font-style: normal;
  font-weight: 300;
  font-size: 2.5rem;
  font-family: "Poppins", "Arial";
  line-height: 3.625rem;
}
#rates .container .content .text-wrapper h2 span {
  color: white;
  font-style: italic;
  font-weight: 300;
  font-size: 2.5rem;
  font-family: "the-seasons", sans-serif;
  line-height: 3.25rem;
}
@media only screen and (min-width: 1024px) {
  #rates .container .content .text-wrapper h2 span {
    color: white;
    font-style: italic;
    font-weight: 400;
    font-size: 3.375rem;
    font-family: "the-seasons", sans-serif;
    line-height: 4.89375rem;
  }
}
@media only screen and (min-width: 1024px) {
  #rates .container .content .text-wrapper h2 {
    color: white;
    font-style: normal;
    font-weight: 400;
    font-size: 3.375rem;
    font-family: "Poppins", "Arial";
    line-height: 4.89375rem;
  }
}
#rates .container .content .text-wrapper p {
  color: white;
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  font-family: "Poppins", "Arial";
  line-height: 1.8125rem;
}
@media only screen and (min-width: 1024px) {
  #rates .container .content .text-wrapper {
    max-width: 40.5625rem;
    margin: 0 auto;
  }
}
#rates .container .content .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#rates .container .content .content-wrapper a {
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  font-family: "Inter", "Arial";
  line-height: 1.625rem;
  letter-spacing: 0.09119rem;
  text-transform: uppercase;
  text-decoration: none;
  align-self: stretch;
  padding: 0.75rem 1.25rem;
  border: 1.5px solid white;
  border-radius: 9.12163rem;
}
@media only screen and (min-width: 1024px) {
  #rates .container .content .content-wrapper {
    flex-direction: row;
    justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  #rates .container .content {
    gap: 3rem;
  }
}
@media only screen and (min-width: 1440px) {
  #rates {
    margin: 2.5rem 3.5rem;
  }
}

.archive-main {
  margin: 4rem 0;
}
.archive-main .container .archive-title {
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 3.875rem;
  font-family: "Poppins", "Arial";
  line-height: 5.61875rem;
  text-align: center;
  padding: 0 3rem;
  margin-bottom: 4rem;
}
.archive-main .container .pagination {
  margin-top: 2em;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.archive-main .container .pagination span, .archive-main .container .pagination a {
  color: #676834;
  font-size: 1.25em;
}
.archive-main .container .loan-officers-grid {
  display: flex;
  flex-direction: column;
  gap: 11.25rem;
  margin: 11.25rem auto 0;
}
@media only screen and (min-width: 768px) {
  .archive-main .container .loan-officers-grid {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 1.25rem;
    row-gap: 11.25rem;
  }
}
.archive-main .container .loan-officer {
  padding: 6.25rem 1.25rem 1.25rem 1.25rem;
  border-radius: 3.125rem;
  border: 1.5px solid #9eb2cd;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.archive-main .container .loan-officer > img {
  width: 11.5625rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  object-fit: cover;
  top: -6rem;
  border: 1.5px solid #9eb2cd;
  object-position: top center;
}
.archive-main .container .loan-officer .content-wrapper {
  width: 100%;
  height: 100%;
  text-align: center;
}
.archive-main .container .loan-officer .content-wrapper .info-wrapper {
  width: 100%;
  height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.archive-main .container .loan-officer .content-wrapper .info-wrapper h2 {
  color: #281204;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Poppins", "Arial";
  line-height: 2.175rem;
  margin: 0;
}
.archive-main .container .loan-officer .content-wrapper .info-wrapper h2 a {
  color: inherit;
  text-decoration: none;
}
.archive-main .container .loan-officer .content-wrapper .info-wrapper .contact-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.archive-main .container .loan-officer .content-wrapper .info-wrapper .contact-wrapper a {
  color: #aaac59;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  font-family: "Poppins", "Arial";
  line-height: 0.9625rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}
.archive-main .container .loan-officer .content-wrapper .info-wrapper .credentials-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.archive-main .container .loan-officer .content-wrapper .info-wrapper .credentials-wrapper p {
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Poppins", "Arial";
  line-height: 1.55rem;
  font-weight: 600;
}
.archive-main .container .loan-officer .content-wrapper .info-wrapper .seperator {
  width: 100%;
  height: 0.09375rem;
  background-color: #cbc0af;
  margin: 1rem 0;
}
.archive-main .container .loan-officer .content-wrapper .info-wrapper .button-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.archive-main .container .loan-officer .content-wrapper .info-wrapper .button-wrapper a {
  display: flex;
  padding: 0.75rem 1.25rem;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Inter", "Arial";
  line-height: 1.3rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  border-radius: 9.12163rem;
  border: 1.5px solid white;
  background-color: #aaac59;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .archive-main .container .loan-officer .content-wrapper .info-wrapper .button-wrapper a {
    color: white;
    font-style: normal;
    font-weight: 600;
    font-size: 1.25rem;
    font-family: "Inter", "Arial";
    line-height: 1.625rem;
    letter-spacing: 0.09119rem;
    text-transform: uppercase;
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) {
  .archive-main .container .loan-officer {
    width: calc(50% - 0.75rem);
  }
}
@media only screen and (min-width: 1024px) {
  .archive-main .container .loan-officer {
    width: calc(33% - 0.75rem);
    align-items: center;
  }
}

#archive-program-hero-section {
  padding: 4rem 0;
}
#archive-program-hero-section .container .content {
  display: flex;
  flex-direction: column;
  gap: 3.25rem;
}
#archive-program-hero-section .container .content h1 {
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 3.875rem;
  font-family: "Poppins", "Arial";
  line-height: 5.61875rem;
  text-align: center;
}
#archive-program-hero-section .container .content > p {
  color: #aaac59;
  font-style: normal;
  font-weight: 400;
  font-size: 3rem;
  font-family: "Poppins", "Arial";
  line-height: 4.35rem;
  text-align: center;
  text-wrap: balance;
}
#archive-program-hero-section .container .content > p span {
  color: #aaac59;
  font-style: italic;
  font-weight: 400;
  font-size: 3rem;
  font-family: "the-seasons", sans-serif;
  line-height: 3.9rem;
}
#archive-program-hero-section .container .content .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
#archive-program-hero-section .container .content .content-wrapper .content-card {
  display: flex;
  width: 100%;
  min-height: 23.0625rem;
  padding: 2.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  border-radius: 3.1335rem;
  background-color: #496676;
}
#archive-program-hero-section .container .content .content-wrapper .content-card .svg-wrapper {
  background-color: white;
  border-radius: 50%;
  padding: 1rem;
}
#archive-program-hero-section .container .content .content-wrapper .content-card h2 {
  color: white;
  font-style: normal;
  font-weight: 500;
  font-size: 1.75rem;
  font-family: "Poppins", "Arial";
  line-height: 2.5375rem;
}
#archive-program-hero-section .container .content .content-wrapper .content-card p {
  color: white;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Poppins", "Arial";
  line-height: 1.55rem;
}
#archive-program-hero-section .container .content .content-wrapper .content-card a {
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  font-family: "Inter", "Arial";
  line-height: 1.625rem;
  letter-spacing: 0.09119rem;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 9.12163rem;
  border: 1.5px solid white;
  padding: 0.75rem 1.25rem;
}
@media only screen and (min-width: 1024px) {
  #archive-program-hero-section .container .content .content-wrapper .content-card {
    max-width: 350px;
    max-height: 350px;
    aspect-ratio: 1/1;
    box-sizing: content-box;
  }
}
@media only screen and (min-width: 1024px) {
  #archive-program-hero-section .container .content .content-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
  }
}

#filter-bar .container {
  max-width: 1440px;
  margin: 0 auto 0.75rem;
}
#filter-bar .container .content .filter-bar {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Poppins", "Arial";
  line-height: 1.55rem;
  font-weight: 600;
}
#filter-bar .container .content .filter-bar .rocker-group {
  display: inline-flex;
  border: 2px solid #31241f;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 2px 8px 0 rgba(49, 36, 31, 0.04);
}
#filter-bar .container .content .filter-bar .rocker-group input[type=radio] {
  display: none;
}
#filter-bar .container .content .filter-bar .rocker {
  padding: 0.5rem 1.5rem;
  background: transparent;
  color: #31241f;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: background 0.2s, color 0.2s;
  position: relative;
  z-index: 1;
  user-select: none;
  outline: none;
  font-size: 1rem;
  width: 50%;
}
@media only screen and (min-width: 1024px) {
  #filter-bar .container .content .filter-bar .rocker {
    width: fit-content;
  }
}
#filter-bar .container .content .filter-bar .rocker-left {
  border-radius: 2rem 0 0 2rem;
}
#filter-bar .container .content .filter-bar .rocker-right {
  border-radius: 0 2rem 2rem 0;
}
#filter-bar .container .content .filter-bar #filter-purpose-purchase:checked ~ label[for=filter-purpose-purchase],
#filter-bar .container .content .filter-bar #filter-purpose-refinance:checked ~ label[for=filter-purpose-refinance] {
  background: #b6bedb;
  color: #fff;
  box-shadow: 0 4px 16px 0 rgba(49, 36, 31, 0.16);
}
#filter-bar .container .content .filter-bar .rocker:active {
  box-shadow: 0 2px 8px 0 rgba(49, 36, 31, 0.18);
}
#filter-bar .container .content .filter-bar .rocker:hover,
#filter-bar .container .content .filter-bar .rocker:focus {
  background: #e6e8f5;
  color: #31241f;
}
#filter-bar .container .content .filter-bar .loan-type-select {
  position: relative;
  display: inline-block;
}
#filter-bar .container .content .filter-bar .loan-type-selector {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media only screen and (min-width: 1024px) {
  #filter-bar .container .content .filter-bar .loan-type-selector {
    flex-direction: row;
  }
}
#filter-bar .container .content .filter-bar .loan-type-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  color: #31241f;
  padding: 0.5rem 2.5rem 0.5rem 1.5rem;
  border: 2px solid #31241f;
  border-radius: 2rem;
  outline: none;
  cursor: pointer;
  box-shadow: 0 2px 8px 0 rgba(49, 36, 31, 0.04);
  transition: border-color 0.2s, background 0.2s;
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Poppins", "Arial";
  line-height: 1.55rem;
  font-weight: 600;
  display: inline-flex;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #filter-bar .container .content .filter-bar .loan-type-select select {
    display: static;
    width: fit-content;
  }
}
#filter-bar .container .content .filter-bar .loan-type-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 1.1475rem;
  height: 0.60656rem;
  pointer-events: none;
  transform: translateY(-50%);
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='21' height='12' viewBox='0 0 21 12' fill='none'><path d='M19.1641 0.94751C19.2604 0.945949 19.356 0.964131 19.4453 1.00024C19.5347 1.03642 19.6164 1.09023 19.6846 1.15845C19.7527 1.22663 19.8066 1.30835 19.8428 1.39771C19.8788 1.487 19.8961 1.58267 19.8945 1.67896C19.8929 1.77528 19.872 1.87018 19.833 1.95825C19.7948 2.04444 19.7391 2.12176 19.6709 2.18677L11.0176 10.8401C10.9512 10.9072 10.8723 10.9609 10.7852 10.9973C10.6977 11.0339 10.6036 11.052 10.5088 11.052C10.414 11.052 10.3198 11.0339 10.2324 10.9973C10.1451 10.9608 10.0665 10.9065 10 10.8391V10.8401L1.34766 2.18774V2.18677C1.28025 2.12108 1.22593 2.04309 1.18945 1.9563C1.15241 1.8681 1.13387 1.77266 1.13477 1.677C1.13614 1.48656 1.21339 1.3043 1.34863 1.17017C1.41493 1.10379 1.49348 1.05099 1.58008 1.01489C1.6674 0.978571 1.76187 0.959229 1.85645 0.959229C1.95089 0.959279 2.04464 0.97862 2.13184 1.01489C2.21903 1.05121 2.29864 1.10415 2.36523 1.17114H2.36426L10.5088 9.3147L18.6553 1.17114C18.7202 1.10298 18.7977 1.04825 18.8838 1.01001C18.972 0.970874 19.0676 0.949118 19.1641 0.94751Z' fill='%23281204' stroke='%23281204' stroke-width='0.4'/></svg>") no-repeat center center;
  background-size: contain;
}
#filter-bar .container .content .filter-bar .showing-count span {
  color: #aaac59;
}
@media only screen and (min-width: 1024px) {
  #filter-bar .container .content .filter-bar {
    flex-direction: row;
    justify-content: space-between;
  }
}

#progam-wrapper .container .content .program-cards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 4rem 0;
}
#progam-wrapper .container .content .program-cards .program-card {
  background-color: #aaac59;
  border-radius: 3.125rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
#progam-wrapper .container .content .program-cards .program-card .program-card-image {
  max-height: 15.5rem;
  height: 15.37688rem;
  border-radius: 3.125rem;
}
@media only screen and (min-width: 768px) {
  #progam-wrapper .container .content .program-cards .program-card .program-card-image {
    max-height: 28.5rem;
    height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  #progam-wrapper .container .content .program-cards .program-card .program-card-image {
    max-width: 528px;
    width: 100%;
    flex: 1;
  }
}
#progam-wrapper .container .content .program-cards .program-card .program-card-content {
  padding: 0 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
#progam-wrapper .container .content .program-cards .program-card .program-card-content .title-eyebrow {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
#progam-wrapper .container .content .program-cards .program-card .program-card-content .title-eyebrow h2 {
  color: #281204;
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  font-family: "Poppins", "Arial";
  line-height: 2.6rem;
}
#progam-wrapper .container .content .program-cards .program-card .program-card-content .title-eyebrow .program-eyebrow {
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Inter", "Arial";
  line-height: 1.3rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  border-radius: 9.12163rem;
  border: 1.5px solid white;
  padding: 0.625rem 0.875rem;
  width: fit-content;
}
#progam-wrapper .container .content .program-cards .program-card .program-card-content p {
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Poppins", "Arial";
  line-height: 1.55rem;
}
#progam-wrapper .container .content .program-cards .program-card .program-card-content a.program-card-link {
  color: #281204;
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem;
  font-family: "Inter", "Arial";
  line-height: 1.4625rem;
  letter-spacing: 0.0625rem;
  position: relative;
}
#progam-wrapper .container .content .program-cards .program-card .program-card-content a.program-card-link svg {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #progam-wrapper .container .content .program-cards .program-card .program-card-content a.program-card-link svg {
    display: block;
    position: absolute;
    top: -1rem;
    right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #progam-wrapper .container .content .program-cards .program-card .program-card-content {
    flex: 1.2;
    padding: 2.59rem 3.62rem 2.66rem;
    gap: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  #progam-wrapper .container .content .program-cards .program-card {
    flex-direction: row;
    gap: 0;
    max-height: 22.3125rem;
  }
}

#builder-header {
  max-width: 1321px;
}
#builder-header .container .content h1 {
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 3.375rem;
  font-family: "Poppins", "Arial";
  line-height: 4.89375rem;
}
@media only screen and (min-width: 1024px) {
  #builder-header .container .content h1 {
    color: #281204;
    font-style: normal;
    font-weight: 400;
    font-size: 4.4375rem;
    font-family: "Poppins", "Arial";
    line-height: 4.88125rem;
  }
}
#builder-header .container .content .colorbox.color-green {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  padding: 2.5625rem 1.5rem;
}
#builder-header .container .content .colorbox.color-green .colorbox-content h2 {
  color: white;
  font-style: normal;
  font-weight: 300;
  font-size: 2.25rem;
  font-family: "Poppins", "Arial";
  line-height: 2.925rem;
  text-wrap: balance;
}
#builder-header .container .content .colorbox.color-green .colorbox-content h2 span {
  color: white;
  font-style: italic;
  font-weight: 400;
  font-size: 2.25rem;
  font-family: "the-seasons", sans-serif;
  line-height: 2.925rem;
}
@media only screen and (min-width: 1024px) {
  #builder-header .container .content .colorbox.color-green .colorbox-content h2 span {
    color: white;
    font-style: italic;
    font-weight: 400;
    font-size: 3rem;
    font-family: "the-seasons", sans-serif;
    line-height: 3.9rem;
  }
}
@media only screen and (min-width: 1024px) {
  #builder-header .container .content .colorbox.color-green .colorbox-content h2 {
    color: white;
    font-style: normal;
    font-weight: 400;
    font-size: 3rem;
    font-family: "Poppins", "Arial";
    line-height: 4.35rem;
  }
}
@media only screen and (min-width: 1024px) {
  #builder-header .container .content .colorbox.color-green .colorbox-content {
    flex: 1.5;
  }
}
#builder-header .container .content .colorbox.color-green aside {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
#builder-header .container .content .colorbox.color-green aside p {
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  font-family: "Poppins", "Arial";
  line-height: 2.175rem;
  font-weight: 400;
}
#builder-header .container .content .colorbox.color-green aside a {
  display: flex;
  padding: 0.75rem 1.25rem;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 9.12163rem;
  border: 1.5px solid white;
  background-color: #aaac59;
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  font-family: "Inter", "Arial";
  line-height: 1.625rem;
  letter-spacing: 0.09119rem;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  #builder-header .container .content .colorbox.color-green aside {
    flex: 1;
    max-width: 25.8125rem;
  }
}
@media only screen and (min-width: 1024px) {
  #builder-header .container .content .colorbox.color-green {
    flex-direction: row;
    padding: 3rem 3.5625rem;
  }
}

#builder-logos {
  margin: 4rem 0;
}
#builder-logos .container .content {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
#builder-logos .container .content h3 {
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 3.375rem;
  font-family: "Poppins", "Arial";
  line-height: 4.89375rem;
  text-align: center;
}
#builder-logos .container .content .logo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.31rem;
}
#builder-logos .container .content .logo-wrapper .image-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 2.71963rem;
  border: 1.262px solid #9eb2cd;
  width: 100%;
  height: 100%;
  min-height: 13rem;
}
#builder-logos .container .content .logo-wrapper .image-card img {
  width: 100%;
  max-width: 17rem;
  height: auto;
  padding: 2.5rem;
}
@media only screen and (min-width: 1024px) {
  #builder-logos .container .content .logo-wrapper .image-card {
    max-width: 315px;
  }
}
@media only screen and (min-width: 1024px) {
  #builder-logos .container .content .logo-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1024px) {
  #builder-logos {
    margin: 2rem 0;
  }
}

#builder-side-by-side {
  margin-top: 4rem;
}
#builder-side-by-side .container .sxs-group .content a {
  display: flex;
}
#loan-program-hero .page-title {
  margin: 0 0.75rem;
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: 3.5rem;
  padding: 2.5rem 0;
}
#loan-program-hero .page-title h1 {
  text-align: center;
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 3.375rem;
  font-family: "Poppins", "Arial";
  line-height: 4.89375rem;
}
@media only screen and (min-width: 1024px) {
  #loan-program-hero .page-title h1 {
    color: #281204;
    font-style: normal;
    font-weight: 400;
    font-size: 4.4375rem;
    font-family: "Poppins", "Arial";
    line-height: 4.88125rem;
  }
}
#loan-program-hero .page-title .hero-cta {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  justify-content: center;
}
#loan-program-hero .page-title .hero-cta a {
  display: flex;
  padding: 0.75rem 1.25rem;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.25rem;
  border-radius: 9.12163rem;
  align-self: stretch;
}
#loan-program-hero .page-title .hero-cta a:first-child {
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  font-family: "Inter", "Arial";
  line-height: 1.625rem;
  letter-spacing: 0.09119rem;
  text-transform: uppercase;
  text-decoration: none;
  border: 1.5px solid white;
  background-color: #aaac59;
}
#loan-program-hero .page-title .hero-cta a:last-child {
  color: #aaac59;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  font-family: "Inter", "Arial";
  line-height: 1.625rem;
  letter-spacing: 0.09119rem;
  text-transform: uppercase;
  text-decoration: none;
  border: 1.5px solid #aaac59;
  background-color: white;
}
@media only screen and (min-width: 1024px) {
  #loan-program-hero .page-title .hero-cta {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  #loan-program-hero .page-title {
    padding: 3.5rem 0 5rem;
    gap: 5rem;
    margin: 0 auto;
  }
}
#loan-program-hero .container {
  border-radius: 3.125rem;
  box-shadow: 0.838px 1.117px 6.704px -1.117px rgba(0, 0, 0, 0);
  height: 100vh;
  max-width: 1400px;
  max-height: 700px;
  background-position: center center;
}
@media only screen and (min-width: 1024px) {
  #loan-program-hero .container .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
#loan-program-hero .container .content img {
  display: none;
  max-width: 140px;
  margin: 2rem;
}
@media only screen and (min-width: 1024px) {
  #loan-program-hero .container .content img {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  #loan-program-hero {
    margin: 0 3.5625rem;
  }
}

#program-aside-checklist .container .content p {
  color: #281204;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  font-family: "Poppins", "Arial";
  line-height: 1.8125rem;
  font-weight: 400;
}
#program-aside-checklist .container aside {
  background-color: #f0ede8;
  padding: 0;
  border-radius: 0;
  display: flex;
  justify-content: center;
}
#program-aside-checklist .container aside .list-wrapper {
  background-color: #9eb2cd;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 2.25rem;
  border-radius: 3.125rem;
}
#program-aside-checklist .container aside .list-wrapper h2 {
  color: white;
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  font-family: "Poppins", "Arial";
  line-height: 2.6rem;
}
#program-aside-checklist .container aside .list-wrapper ul {
  padding-left: 2rem;
  list-style: none;
}
#program-aside-checklist .container aside .list-wrapper ul li {
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Poppins", "Arial";
  line-height: 1.25rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 1rem;
}
#program-aside-checklist .container aside .list-wrapper ul li:before {
  content: "";
  display: flex;
  position: absolute;
  left: -2.5rem;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background-color: white;
  background-image: url("../img/blue-check-mark.svg");
  background-size: auto 0.75rem;
  background-position: center;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
}
#program-aside-checklist .container aside .list-wrapper a {
  background-color: #9eb2cd;
  display: block;
}
@media only screen and (min-width: 1024px) {
  #program-aside-checklist .container aside .list-wrapper {
    max-width: 400px;
  }
}
@media only screen and (min-width: 1024px) {
  #program-aside-checklist .container aside {
    flex: none;
  }
}
@media only screen and (min-width: 1440px) {
  #program-aside-checklist .container {
    padding: 0 6.5625rem 5rem;
  }
}

.location-header .container .content h1 {
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 4.4375rem;
  font-family: "Poppins", "Arial";
  line-height: 4.88125rem;
  text-align: center;
  margin: 3rem 0;
}
.location-header .container .content .location-tile {
  background: #aaac59;
  border-radius: 2em;
  padding: 1.5em;
}
@media screen and (min-width: 1024px) {
  .location-header .container .content .location-tile {
    height: 20%;
    padding-top: 2.5em;
  }
}
.location-header .container .content .location-tile .lt-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.5rem;
}
@media screen and (min-width: 760px) {
  .location-header .container .content .location-tile .lt-header {
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
}
.location-header .container .content .location-tile .lt-header h3 {
  color: #281204;
  font-style: normal;
  font-weight: 500;
  font-size: 1.75rem;
  font-family: "Poppins", "Arial";
  line-height: 2.5375rem;
}
.location-header .container .content .location-tile .lt-header h3 a {
  color: white;
  text-decoration: none;
}
.location-header .container .content .location-tile .lt-header > a {
  color: #281204;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Inter", "Arial";
  line-height: 1.3rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: white;
  border: 1px solid white;
  padding: 0.5em 2em;
  border-radius: 2em;
}
.location-header .container .content .location-tile .lt-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #281204;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  font-family: "Poppins", "Arial";
  line-height: 0.9625rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  padding-top: 0.75em;
  border-top: 1px solid #676834;
  margin-top: 1em;
}
.location-header .container .content .location-tile .lt-footer address {
  font-style: normal;
}
.location-header .container .content .location-tile .lt-footer p {
  display: flex;
  flex-direction: column;
  text-align: right;
  color: #281204;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Poppins", "Arial";
  line-height: 2.175rem;
}
.location-header .container .content .location-tile .lt-footer p a {
  color: inherit;
}
.location-header .container .content .location-tile {
  width: 96%;
  margin: 0 auto -4em;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 760px) {
  .location-header .container .content .location-tile .lt-header h3 {
    color: #281204;
    font-style: normal;
    font-weight: 300;
    font-size: 3.375rem;
    font-family: "Poppins", "Arial";
    line-height: 4.3875rem;
  }
}
@media screen and (min-width: 760px) {
  .location-header .container .content .location-tile .lt-footer {
    color: #281204;
    font-style: normal;
    font-weight: 600;
    font-size: 1.25rem;
    font-family: "Poppins", "Arial";
    line-height: 1.8125rem;
  }
}
.location-header .container .content figure {
  margin: 0;
}
.location-header .container .content figure img {
  width: 100%;
  height: auto;
  border-radius: 2em;
}

.location-loan-officers {
  padding: 2em 0;
}
@media screen and (min-width: 1024px) {
  .location-loan-officers {
    padding: 4em 0;
  }
}
.location-loan-officers.nopad {
  padding: 0 0 2em;
}
@media screen and (min-width: 1024px) {
  .location-loan-officers.nopad {
    padding: 0 0 4em;
  }
}
.location-loan-officers .container .content h2 {
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 3.375rem;
  font-family: "Poppins", "Arial";
  line-height: 4.89375rem;
  margin: 2rem 0;
  text-align: center;
}
@media screen and (min-width: 760px) {
  .location-loan-officers .container .content h2 {
    margin: 3rem 0;
  }
}
.location-loan-officers .container .content .loan-officers-grid {
  display: flex;
  flex-direction: column;
  gap: 11.25rem;
  margin: 11.25rem auto 0;
}
@media only screen and (min-width: 768px) {
  .location-loan-officers .container .content .loan-officers-grid {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 1.25rem;
    row-gap: 11.25rem;
  }
}
.location-loan-officers .container .content .loan-officer {
  padding: 6.25rem 1.25rem 1.25rem 1.25rem;
  border-radius: 3.125rem;
  border: 1.5px solid #9eb2cd;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.location-loan-officers .container .content .loan-officer > img {
  width: 11.5625rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  object-fit: cover;
  top: -6rem;
  border: 1.5px solid #9eb2cd;
  object-position: top center;
}
.location-loan-officers .container .content .loan-officer .content-wrapper {
  width: 100%;
  height: 100%;
  text-align: center;
}
.location-loan-officers .container .content .loan-officer .content-wrapper .info-wrapper {
  width: 100%;
  height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.location-loan-officers .container .content .loan-officer .content-wrapper .info-wrapper h2 {
  color: #281204;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Poppins", "Arial";
  line-height: 2.175rem;
  margin: 0;
}
.location-loan-officers .container .content .loan-officer .content-wrapper .info-wrapper h2 a {
  color: inherit;
  text-decoration: none;
}
.location-loan-officers .container .content .loan-officer .content-wrapper .info-wrapper .contact-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.location-loan-officers .container .content .loan-officer .content-wrapper .info-wrapper .contact-wrapper a {
  color: #aaac59;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  font-family: "Poppins", "Arial";
  line-height: 0.9625rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}
.location-loan-officers .container .content .loan-officer .content-wrapper .info-wrapper .credentials-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.location-loan-officers .container .content .loan-officer .content-wrapper .info-wrapper .credentials-wrapper p {
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Poppins", "Arial";
  line-height: 1.55rem;
  font-weight: 600;
}
.location-loan-officers .container .content .loan-officer .content-wrapper .info-wrapper .seperator {
  width: 100%;
  height: 0.09375rem;
  background-color: #cbc0af;
  margin: 1rem 0;
}
.location-loan-officers .container .content .loan-officer .content-wrapper .info-wrapper .button-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.location-loan-officers .container .content .loan-officer .content-wrapper .info-wrapper .button-wrapper a {
  display: flex;
  padding: 0.75rem 1.25rem;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Inter", "Arial";
  line-height: 1.3rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  border-radius: 9.12163rem;
  border: 1.5px solid white;
  background-color: #aaac59;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .location-loan-officers .container .content .loan-officer .content-wrapper .info-wrapper .button-wrapper a {
    color: white;
    font-style: normal;
    font-weight: 600;
    font-size: 1.25rem;
    font-family: "Inter", "Arial";
    line-height: 1.625rem;
    letter-spacing: 0.09119rem;
    text-transform: uppercase;
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) {
  .location-loan-officers .container .content .loan-officer {
    width: calc(50% - 0.75rem);
  }
}
@media only screen and (min-width: 1024px) {
  .location-loan-officers .container .content .loan-officer {
    width: calc(33% - 0.75rem);
    align-items: center;
  }
}

.cities-we-serve {
  padding: 2em 0;
}
.cities-we-serve .container .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5em;
}
.cities-we-serve .container .content h2 {
  text-align: center;
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 3.875rem;
  font-family: "Poppins", "Arial";
  line-height: 5.61875rem;
}
.cities-we-serve .container .content ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 1em;
}
@media screen and (min-width: 760px) {
  .cities-we-serve .container .content ul {
    max-width: 850px;
  }
}
.cities-we-serve .container .content ul li {
  list-style-type: none;
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
@media screen and (min-width: 760px) {
  .cities-we-serve .container .content ul li {
    width: 33%;
  }
}
.cities-we-serve .container .content ul li:before {
  background-image: url("../img/blue-check-mark.svg");
  background-color: white;
  background-size: 1em 1em;
  content: "";
  display: block;
  width: 1.6em;
  height: 1.6em;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  padding: 0.15em;
}
.cities-we-serve .container .content ul li a {
  color: #496676 !important;
  text-decoration: none;
  color: #281204;
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  font-family: "Poppins", "Arial";
  line-height: 2.6rem;
}
.cities-we-serve .container .content > a {
  color: #281204;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Inter", "Arial";
  line-height: 1.3rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  background: #aaac59;
  color: white;
  padding: 0.4em 2em;
  border-radius: 3em;
}

.state-header {
  padding: 3em 0 0;
}
@media screen and (min-width: 1024px) {
  .state-header {
    padding: 5em 0 0;
  }
}
.state-header .container .content h1 {
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 3rem;
  font-family: "Poppins", "Arial";
  line-height: 4.35rem;
  line-height: 1;
  background-size: auto 100%;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .state-header .container .content h1 {
    margin-bottom: 5rem;
    color: #281204;
    font-style: normal;
    font-weight: 400;
    font-size: 4.4375rem;
    font-family: "Poppins", "Arial";
    line-height: 4.88125rem;
  }
}
.state-header .container .content h1 span {
  background-image: url("../img/location-pin.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 3.5rem;
}
.state-header .container .content figure figcaption {
  background: #9eb2cd;
  color: white;
  padding: 2em;
  display: flex;
  flex-direction: column;
  gap: 2em;
  border-radius: 2em;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 1024px) {
  .state-header .container .content figure figcaption {
    flex-direction: row;
    align-items: center;
    padding: 4em 3em;
  }
}
.state-header .container .content figure figcaption h2 {
  color: #281204;
  font-style: normal;
  font-weight: 300;
  font-size: 2.5rem;
  font-family: "Poppins", "Arial";
  line-height: 3.625rem;
  color: white;
}
@media screen and (min-width: 1024px) {
  .state-header .container .content figure figcaption h2 {
    flex: 1.2;
    color: #281204;
    font-style: normal;
    font-weight: 400;
    font-size: 4.4375rem;
    font-family: "Poppins", "Arial";
    line-height: 4.88125rem;
    color: white;
  }
}
.state-header .container .content figure figcaption h2 span {
  font-family: "the-seasons", sans-serif;
}
@media screen and (min-width: 1024px) {
  .state-header .container .content figure figcaption h2 span {
    display: block;
  }
}
.state-header .container .content figure figcaption p {
  font-size: 1.25em;
  font-family: "Poppins", "Arial";
  display: flex;
  flex-direction: column;
  gap: 2em;
}
@media screen and (min-width: 1024px) {
  .state-header .container .content figure figcaption p {
    flex: 1;
  }
}
.state-header .container .content figure figcaption p a {
  color: #281204;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  font-family: "Inter", "Arial";
  line-height: 1.625rem;
  letter-spacing: 0.09119rem;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  border: 1px solid white;
  align-self: flex-start;
  padding: 0.5em 2em;
  border-radius: 2em;
}
.state-header .container .content figure img {
  width: 100%;
  height: auto;
  border-radius: 2em;
  position: relative;
  top: -4em;
}

.city-state-intro.city {
  margin: 3em 0;
}
.city-state-intro .container {
  max-width: 1024px;
}
.city-state-intro .container .content {
  text-align: center;
  background-image: url("../img/blue-cursive-logo.svg");
  background-repeat: no-repeat;
  background-size: 3.125rem 3.125rem;
  background-position: center bottom;
  padding-bottom: 5rem;
  color: #281204;
  font-style: normal;
  font-weight: 300;
  font-size: 2.25rem;
  font-family: "Poppins", "Arial";
  line-height: 2.925rem;
}

.cities-we-serve-alt {
  padding: 2em 0;
}
@media screen and (min-width: 1024px) {
  .cities-we-serve-alt {
    padding: 4em 0;
  }
}
.cities-we-serve-alt .container .content h2 {
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 3.375rem;
  font-family: "Poppins", "Arial";
  line-height: 4.89375rem;
  text-align: center;
}
.cities-we-serve-alt .container .content ul {
  margin: 2em 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .cities-we-serve-alt .container .content ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.cities-we-serve-alt .container .content ul li {
  list-style-type: none;
}
@media screen and (min-width: 1024px) {
  .cities-we-serve-alt .container .content ul li {
    width: calc(50% - 0.5em);
  }
}
.cities-we-serve-alt .container .content ul li a {
  border-radius: 1em;
  background: #aaac59;
  display: flex;
  padding: 2rem;
  color: #281204;
  font-style: normal;
  font-weight: 500;
  font-size: 1.75rem;
  font-family: "Poppins", "Arial";
  line-height: 2.5375rem;
  line-height: 1;
  color: white;
  background-image: url("../img/arrow-circle.svg");
  background-repeat: no-repeat;
  background-position: right 2rem center;
}

/* Custom Page Templates */
.our-location-header {
  padding: 3em 0;
}
@media screen and (min-width: 760px) {
  .our-location-header {
    padding: 5em 0;
  }
}
.our-location-header .container .content {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  align-items: center;
}
.our-location-header .container .content h1 {
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 4.4375rem;
  font-family: "Poppins", "Arial";
  line-height: 4.88125rem;
}
.our-location-header .container .content a {
  color: #281204;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Inter", "Arial";
  line-height: 1.3rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  background: #9eb2cd;
  color: white;
  padding: 0.5em 2em;
  border-radius: 2rem;
  border: 1.5px solid white;
}
.our-location-header .container .content .subtitle {
  background-color: #9eb2cd;
  padding: 2.5rem 4rem;
  border-radius: 3.125rem;
  text-align: center;
  margin-top: 1rem;
}
.our-location-header .container .content .subtitle p {
  color: white;
  font-style: normal;
  font-weight: 300;
  font-size: 2.5rem;
  font-family: "Poppins", "Arial";
  line-height: 3.625rem;
  font-weight: 300;
}
.our-location-header .container .content .subtitle p span {
  color: white;
  font-style: italic;
  font-weight: 400;
  font-size: 2.5rem;
  font-family: "the-seasons", sans-serif;
  line-height: 3.25rem;
}

.our-location.locations .container .content {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
@media screen and (min-width: 1024px) {
  .our-location.locations .container .content {
    flex-direction: row-reverse;
  }
}
.our-location.locations .container .content .location-list {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media screen and (min-width: 1024px) {
  .our-location.locations .container .content .location-list {
    width: calc(50% - 1em);
  }
}
.our-location.locations .container .content .location-list .location-tile {
  background: #aaac59;
  border-radius: 2em;
  padding: 1.5em;
}
@media screen and (min-width: 1024px) {
  .our-location.locations .container .content .location-list .location-tile {
    height: 20%;
    padding-top: 2.5em;
  }
}
.our-location.locations .container .content .location-list .location-tile .lt-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.5rem;
}
@media screen and (min-width: 760px) {
  .our-location.locations .container .content .location-list .location-tile .lt-header {
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
}
.our-location.locations .container .content .location-list .location-tile .lt-header h3 {
  color: #281204;
  font-style: normal;
  font-weight: 500;
  font-size: 1.75rem;
  font-family: "Poppins", "Arial";
  line-height: 2.5375rem;
}
.our-location.locations .container .content .location-list .location-tile .lt-header h3 a {
  color: white;
  text-decoration: none;
}
.our-location.locations .container .content .location-list .location-tile .lt-header > a {
  color: #281204;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Inter", "Arial";
  line-height: 1.3rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: white;
  border: 1px solid white;
  padding: 0.5em 2em;
  border-radius: 2em;
}
.our-location.locations .container .content .location-list .location-tile .lt-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #281204;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  font-family: "Poppins", "Arial";
  line-height: 0.9625rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  padding-top: 0.75em;
  border-top: 1px solid #676834;
  margin-top: 1em;
}
.our-location.locations .container .content .location-list .location-tile .lt-footer address {
  font-style: normal;
}
.our-location.locations .container .content .location-list .location-tile .lt-footer p {
  display: flex;
  flex-direction: column;
  text-align: right;
  color: #281204;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Poppins", "Arial";
  line-height: 2.175rem;
}
.our-location.locations .container .content .location-list .location-tile .lt-footer p a {
  color: inherit;
}
@media screen and (min-width: 1024px) {
  .our-location.locations .container .content aside {
    width: calc(50% - 2em);
  }
}
.our-location.locations .container .content aside figure {
  margin: 0;
  position: relative;
}
.our-location.locations .container .content aside figure:before {
  aspect-ratio: 1/1;
  display: block;
  content: "";
  width: 10rem;
  height: 10rem;
  background-image: url("../img/pearl-cursive-logo.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}
.our-location.locations .container .content aside figure img {
  border-radius: 2em;
  width: 100%;
  height: auto;
}

.our-location.states {
  padding: 4em 0;
}
.our-location.states .container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .our-location.states .container {
    flex-direction: row;
    align-items: center;
    column-gap: 1em;
    flex-wrap: wrap;
  }
}
.our-location.states .container h2 {
  text-align: center;
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 3.375rem;
  font-family: "Poppins", "Arial";
  line-height: 4.89375rem;
  margin-bottom: 2rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .our-location.states .container .content {
    flex: 1;
  }
}
.our-location.states .container .content ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5em;
}
.our-location.states .container .content ul li {
  width: 50%;
  list-style-type: none;
  color: #281204;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  font-family: "Poppins", "Arial";
  line-height: 1.8125rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.our-location.states .container .content ul li:before {
  content: "";
  display: flex;
  width: 1em;
  height: 1em;
  background-image: url("../img/blue-check-mark.svg");
  background-repeat: no-repeat;
  background-size: 0.5em 0.5em;
  background-color: white;
  background-position: center center;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.our-location.states .container aside {
  margin-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .our-location.states .container aside {
    flex: 1.75;
    margin-top: 0;
  }
}
.our-location.states .container aside figure {
  margin: 0;
}
.our-location.states .container aside figure img {
  width: 100%;
  height: auto;
}

.simple-callout.blue .container {
  background: #9eb2cd;
  border-radius: 2em;
}
.simple-callout .content {
  padding: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1em;
}
@media screen and (min-width: 760px) {
  .simple-callout .content {
    padding: 3em 2em;
    flex-direction: row;
    gap: 3em;
  }
}
.simple-callout .content strong {
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 3.375rem;
  font-family: "Poppins", "Arial";
  line-height: 4.89375rem;
  color: white;
  line-height: 1.1;
  text-align: center;
}
.simple-callout .content strong span {
  font-family: "the-seasons", sans-serif;
  display: block;
}
@media screen and (min-width: 760px) {
  .simple-callout .content strong span {
    display: inline;
  }
}
.simple-callout .content a {
  color: #281204;
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem;
  font-family: "Inter", "Arial";
  line-height: 1.4625rem;
  letter-spacing: 0.0625rem;
  color: white;
  border: 1px solid white;
  padding: 0.5em 2em;
  border-radius: 2em;
}

.our-location.city-state {
  padding: 4em 0;
}
.our-location.city-state .container h2 {
  text-align: center;
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 3.375rem;
  font-family: "Poppins", "Arial";
  line-height: 4.89375rem;
  margin-bottom: 2rem;
}
.our-location.city-state .container .content {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
}
@media screen and (min-width: 760px) {
  .our-location.city-state .container .content {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5em;
    justify-content: space-between;
  }
}
.our-location.city-state .container .content .state-box {
  background: #496676;
  padding: 1.25em;
  border-radius: 2em;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.our-location.city-state .container .content .state-box.green {
  background-color: #aaac59;
}
.our-location.city-state .container .content .state-box.green h3,
.our-location.city-state .container .content .state-box.green p.nmls {
  margin-bottom: 0.83rem;
}
.our-location.city-state .container .content .state-box.green p.nmls {
  color: white;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9375rem;
  font-family: "Poppins", "Arial";
  line-height: 1.453125rem;
  font-weight: 600;
}
.our-location.city-state .container .content .state-box.green p.regulation {
  color: white;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Poppins", "Arial";
  line-height: 1.55rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 760px) {
  .our-location.city-state .container .content .state-box {
    width: calc(50% - 0.75em);
  }
}
@media screen and (min-width: 1024px) {
  .our-location.city-state .container .content .state-box {
    width: calc(33% - 0.8em);
    padding: 3em;
  }
}
.our-location.city-state .container .content .state-box figure {
  background: white;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 5em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
@media screen and (min-width: 760px) {
  .our-location.city-state .container .content .state-box figure {
    margin-bottom: 1rem;
  }
}
.our-location.city-state .container .content .state-box h3 {
  color: #281204;
  font-style: normal;
  font-weight: 500;
  font-size: 1.75rem;
  font-family: "Poppins", "Arial";
  line-height: 2.5375rem;
  margin: 0;
}
.our-location.city-state .container .content .state-box h3 a {
  color: white;
}
.our-location.city-state .container .content .state-box ul {
  margin: 0;
  padding: 0 0 0 1.15em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 760px) {
  .our-location.city-state .container .content .state-box ul {
    row-gap: 0.5rem;
  }
}
.our-location.city-state .container .content .state-box ul li {
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Poppins", "Arial";
  line-height: 1.55rem;
  color: white;
  width: 50%;
}
@media screen and (min-width: 760px) {
  .our-location.city-state .container .content .state-box ul li {
    font-size: 1.2em;
  }
}
.our-location.city-state .container .content .state-box ul li a {
  color: inherit;
}
.our-location.city-state .container .content .state-box > a {
  color: #281204;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Inter", "Arial";
  line-height: 1.3rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: white;
  padding: 0.5em 2em;
  border: 1px solid white;
  border-radius: 2em;
  width: 100%;
  display: block;
  text-align: center;
  margin-top: auto;
}
@media screen and (min-width: 760px) {
  .our-location.city-state .container .content .state-box > a {
    padding: 1em 2em;
  }
}

figure.full-width img {
  border-radius: 2em;
  width: 100%;
  height: auto;
}

.terms-section .container .content h1 {
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 3.375rem;
  font-family: "Poppins", "Arial";
  line-height: 4.89375rem;
  text-align: center;
  margin-top: 4rem;
}
.terms-section .container .content p {
  max-width: 688px;
  margin: 0 auto;
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  font-family: "Poppins", "Arial";
  line-height: 0.975rem;
  font-weight: 600;
}
.terms-section .container .content .content-card {
  display: flex;
  flex-direction: column;
  padding: 2.5rem 0.75rem;
  border-radius: 3.125rem;
  background-color: #aaac59;
  gap: 1.25rem;
  margin: 2.5rem 0;
}
.terms-section .container .content .content-card div {
  color: white;
  font-style: normal;
  font-weight: 300;
  font-size: 2.25rem;
  font-family: "Poppins", "Arial";
  line-height: 2.925rem;
}
@media only screen and (min-width: 1024px) {
  .terms-section .container .content .content-card div {
    flex: 1;
  }
}
.terms-section .container .content .content-card aside {
  color: white;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Poppins", "Arial";
  line-height: 1.55rem;
}
@media only screen and (min-width: 1024px) {
  .terms-section .container .content .content-card aside {
    flex: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .terms-section .container .content .content-card {
    flex-direction: row;
    padding: 3.375rem 2.5rem;
  }
}
@media only screen and (min-width: 1440px) {
  .terms-section .container .content .content-card {
    padding: 3.375rem 5rem;
    margin: 5rem 3.75rem;
  }
}
.terms-section .container .content .legal-container {
  max-width: 688px;
  margin: 0 auto;
}
.terms-section .container .content .legal-container .legal-toggle-box {
  display: flex;
  flex-direction: column;
}
.terms-section .container .content .legal-container .legal-toggle-box.active {
  gap: 1.5rem;
}
.terms-section .container .content .legal-container .legal-toggle-box.active .toggle-content {
  height: auto;
  /* Expand to fit the content */
}
.terms-section .container .content .legal-container .legal-toggle-box .toggle-title {
  color: #281204;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  font-family: "Poppins", "Arial";
  line-height: 1.8125rem;
  position: relative;
}
.terms-section .container .content .legal-container .legal-toggle-box .toggle-title svg {
  position: absolute;
  top: 4px;
  right: 0;
}
@media only screen and (min-width: 1024px) {
  .terms-section .container .content .legal-container .legal-toggle-box .toggle-title {
    color: #281204;
    font-style: normal;
    font-weight: 600;
    font-size: 1.5rem;
    font-family: "Poppins", "Arial";
    line-height: 2.175rem;
  }
}
.terms-section .container .content .legal-container .legal-toggle-box .toggle-content {
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Poppins", "Arial";
  line-height: 1.55rem;
  height: 0;
  /* Initially collapsed */
  overflow: hidden;
  /* Hide content that exceeds the height */
  transition: height 1s ease;
  /* Smooth transition */
  display: flex;
  flex-direction: column;
}
.terms-section .container .content .legal-container .legal-toggle-box .toggle-content ul {
  margin-left: 2rem;
  list-style: outside;
  margin-top: 1rem;
}
.terms-section .container .content .legal-container .legal-toggle-box .toggle-content ul li {
  margin-bottom: 1rem;
}
.terms-section .container .content .legal-container .legal-toggle-box .toggle-content.terms-content {
  gap: 1rem;
}
.terms-section .container .content .legal-container .legal-toggle-box:after {
  content: "";
  width: 100%;
  height: 1px;
  margin: 2.5rem 0;
  display: block;
  background-color: #cbc0af;
}

#thank-you {
  margin: 4rem 0.74rem 0;
}
#thank-you .container {
  max-width: 1400px;
  margin: 0 auto;
}
#thank-you .container .content p {
  color: #281204;
  font-style: normal;
  font-weight: 500;
  font-size: 1.75rem;
  font-family: "Poppins", "Arial";
  line-height: 2.5375rem;
  text-align: center;
}

/* Import each block SCSS */
.footer-cap {
  background-size: cover;
  position: relative;
  top: 3rem;
  border-radius: 3.125rem 3.125rem 0rem 0rem;
  margin-top: 7.125rem;
  background: linear-gradient(138deg, rgba(17, 38, 23, 0.35) 26.3%, rgba(53, 43, 27, 0.35) 56.18%, rgba(98, 49, 32, 0.35) 83.21%), linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
  height: 50rem;
}
.footer-cap .container {
  padding: 15.69rem 0;
  margin: 0 auto;
  position: relative;
}
.footer-cap .container .content {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 2.5rem;
  max-width: 58rem;
  margin: 0 auto;
}
.footer-cap .container .content strong {
  color: white;
  font-style: normal;
  font-weight: 300;
  font-size: 2.5rem;
  font-family: "Poppins", "Arial";
  line-height: 3.625rem;
  text-wrap: balance;
}
.footer-cap .container .content strong span {
  color: white;
  font-style: italic;
  font-weight: 400;
  font-size: 2.5rem;
  font-family: "the-seasons", sans-serif;
  line-height: 3.25rem;
}
@media only screen and (min-width: 1024px) {
  .footer-cap .container .content strong span {
    color: white;
    font-style: italic;
    font-weight: 400;
    font-size: 3.875rem;
    font-family: "the-seasons", sans-serif;
    line-height: 5.61875rem;
  }
}
@media only screen and (min-width: 1024px) {
  .footer-cap .container .content strong {
    color: white;
    font-style: normal;
    font-weight: 400;
    font-size: 3.875rem;
    font-family: "Poppins", "Arial";
    line-height: 5.61875rem;
  }
}
.footer-cap .container .content img {
  position: absolute;
  width: 12.5rem;
  height: 12.5rem;
  left: calc(50% - 6.25rem);
  top: -6.25rem;
}
@media only screen and (min-width: 1024px) {
  .footer-cap .container .content img {
    width: 17.8125rem;
    height: 17.8125rem;
    left: calc(50% - 8.90625rem);
    top: -7.125rem;
  }
}
.footer-cap .container .content a {
  padding: 0.75rem 1.25rem;
  margin: 0 0.75rem;
  flex: 1 0 0;
  text-align: center;
  justify-self: stretch;
  border-radius: 9.12163rem;
  border: 1.5px solid #f0ede8;
  background-color: #9eb2cd;
  color: #f0ede8;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  font-family: "Inter", "Arial";
  line-height: 1.625rem;
  letter-spacing: 0.09119rem;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .footer-cap .container .content a {
    align-self: center;
    width: fit-content;
  }
}
@media only screen and (min-width: 1024px) {
  .footer-cap {
    height: 61rem;
  }
}

#location-card {
  min-height: 500px;
  margin: 8rem 0 4rem;
}
#location-card * {
  max-width: 1400px;
}
#location-card .container .content {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}
#location-card .container .content .location-details {
  display: flex;
  padding: 2rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  border-radius: 3.125rem;
  background-color: #aaac59;
}
#location-card .container .content .location-details h4 {
  color: white;
  font-style: normal;
  font-weight: 500;
  font-size: 1.75rem;
  font-family: "Poppins", "Arial";
  line-height: 2.5375rem;
}
#location-card .container .content .location-details .seperator {
  height: 1px;
  width: 100%;
  background-color: #676834;
}
#location-card .container .content .location-details p {
  color: #281204;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  font-family: "Poppins", "Arial";
  line-height: 0.9625rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
}
#location-card .container .content .location-details p.address {
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Poppins", "Arial";
  line-height: 1.55rem;
  font-weight: 600;
}
#location-card .container .content .location-details a {
  display: flex;
  padding: 0.75rem 1.25rem;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Inter", "Arial";
  line-height: 1.3rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  border-radius: 9.12163rem;
  border: 1.5px solid white;
  background-color: #aaac59;
  text-decoration: none;
}
#location-card .container .content .location-details div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media only screen and (min-width: 768px) {
  #location-card .container .content .location-details {
    position: absolute;
    top: 1rem;
    left: 1rem;
    max-width: 23.0625rem;
  }
}
@media only screen and (min-width: 1024px) {
  #location-card .container .content .location-details {
    width: 448px;
  }
}
#location-card .container .content .iframe-wrapper {
  border-radius: 2.28494rem;
  border: 1.097px solid #281204;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #location-card .container .content {
    position: relative;
    flex-direction: row;
  }
}

.image-banner {
  margin: 4rem 0.75rem;
  max-width: 82rem;
}
.image-banner .container {
  min-height: 25.42788rem;
  border-radius: 2.11194rem;
}
.image-banner .container .content img {
  max-width: 4.6875rem;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
@media only screen and (min-width: 1024px) {
  .image-banner .container .content img {
    width: 6.25rem;
    bottom: 2rem;
    left: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .image-banner .container {
    min-height: 28.125rem;
  }
}
@media only screen and (min-width: 1024px) {
  .image-banner .container {
    order-radius: 3.125rem;
    box-shadow: 3px 4px 24px -4px rgba(0, 0, 0, 0);
  }
}
@media only screen and (min-width: 1024px) {
  .image-banner {
    margin: 4rem auto 6rem;
  }
}

.inspirational-quote {
  margin: 2.5rem 0 6rem;
  max-width: 50rem;
  position: relative;
  overflow: visible;
  display: flex;
  justify-self: center;
}
.inspirational-quote::after {
  content: "";
  position: absolute;
  bottom: -5rem;
  /* Offset the background image */
  left: calc(50% - 1.75rem);
  width: 3.125rem;
  height: 3.125rem;
  background: url("/momentum/wp-content/uploads/sites/19/2025/05/green-logo-quote-end.svg") no-repeat center;
  background-size: contain;
  /* Ensure the image scales appropriately */
  z-index: -1;
  /* Place it behind the content */
}
.inspirational-quote .container .content blockquote {
  margin: 0;
}
.inspirational-quote .container .content blockquote p {
  color: #281204;
  font-style: normal;
  font-weight: 300;
  font-size: 2.25rem;
  font-family: "Poppins", "Arial";
  line-height: 2.925rem;
  text-align: center;
}
.inspirational-quote .container .content blockquote p span {
  color: #281204;
  font-style: italic;
  font-weight: 400;
  font-size: 2.25rem;
  font-family: "the-seasons", sans-serif;
  line-height: 2.925rem;
}
.inspirational-quote .container .content blockquote cite {
  display: block;
  text-align: center;
  color: #281204;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Poppins", "Arial";
  line-height: 2.175rem;
  margin-top: 1.5rem;
}

.image-carousel {
  width: 100%;
  overflow: hidden;
  padding: 2em 0;
}
@media screen and (min-width: 1024px) {
  .image-carousel {
    padding: 4em 0;
  }
}
.image-carousel .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
.image-carousel .splide__track {
  overflow: visible;
}
.image-carousel .splide__slide {
  padding: 3em 10px;
  position: relative;
  transition: transform 0.5s ease, z-index 0.5s ease;
}
.image-carousel .splide__slide img {
  width: 100%;
  height: 20em;
  object-fit: cover;
  border-radius: 20px;
  border: 2px solid #d3d3d3;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.image-carousel .splide__slide.is-active {
  transform: scale(1.2);
  z-index: 2;
  margin: 0 -50px;
}
.testimonial-carousel .container {
  padding: 4rem 0rem 7.5rem 0.75rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 4rem;
}
.testimonial-carousel .container .content h2 {
  text-align: center;
  color: #9eb2cd;
  font-style: normal;
  font-weight: 400;
  font-size: 3.375rem;
  font-family: "Poppins", "Arial";
  line-height: 4.89375rem;
}
@media only screen and (min-width: 1024px) {
  .testimonial-carousel .container .content h2 {
    color: #9eb2cd;
    font-style: normal;
    font-weight: 400;
    font-size: 3rem;
    font-family: "Poppins", "Arial";
    line-height: 4.35rem;
  }
}
.testimonial-carousel .container .content h2 span {
  color: #9eb2cd;
  font-style: italic;
  font-weight: 400;
  font-size: 3.375rem;
  font-family: "the-seasons", sans-serif;
  line-height: 4.89375rem;
}
@media only screen and (min-width: 1024px) {
  .testimonial-carousel .container .content h2 span {
    color: #9eb2cd;
    font-style: italic;
    font-weight: 400;
    font-size: 3rem;
    font-family: "the-seasons", sans-serif;
    line-height: 3.9rem;
  }
}
.testimonial-carousel .container .content .t-carousel-wrapper .t-carousel-track {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: scroll;
  scrollbar-color: #cbc0af transparent;
  scrollbar-gutter: stable;
  gap: 1.5rem;
}
.testimonial-carousel .container .content .t-carousel-wrapper .t-carousel-track blockquote {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  border-radius: 3.125rem;
  border: 1px solid #9eb2cd;
  margin: 0;
  min-width: 17.75rem;
  white-space: normal;
  padding: 2.5rem;
  margin: 4rem 0;
  justify-content: space-between;
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Poppins", "Arial";
  line-height: 1.55rem;
}
.testimonial-carousel .container .content .t-carousel-wrapper .t-carousel-track blockquote cite {
  color: #aaac59;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  font-family: "Poppins", "Arial";
  line-height: 0.975rem;
}
.testimonial-carousel .container .content .t-carousel-wrapper .t-carousel-track blockquote cite strong {
  color: #aaac59;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Poppins", "Arial";
  line-height: 1.25rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .testimonial-carousel .container .content .t-carousel-wrapper .t-carousel-track blockquote {
    min-width: 27.75rem;
  }
}
@media only screen and (min-width: 1024px) {
  .testimonial-carousel .container .content .t-carousel-wrapper .t-carousel-track blockquote {
    min-width: 33.5rem;
  }
}
.content-aside-checklist {
  padding: 3rem 0;
}
.content-aside-checklist .container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.content-aside-checklist .container .content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.content-aside-checklist .container .content h2 {
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 3rem;
  font-family: "Poppins", "Arial";
  line-height: 4.35rem;
  text-wrap: balance;
}
.content-aside-checklist .container .content h2 span {
  color: #281204;
  font-style: italic;
  font-weight: 400;
  font-size: 3rem;
  font-family: "the-seasons", sans-serif;
  line-height: 3.9rem;
}
@media only screen and (max-width: 425px) {
  .content-aside-checklist .container .content h2 {
    padding-right: 3rem;
  }
}
.content-aside-checklist .container .content p {
  color: #281204;
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  font-family: "Poppins", "Arial";
  line-height: 2.175rem;
}
.content-aside-checklist .container .content a {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .content-aside-checklist .container .content a {
    display: block;
    align-self: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  .content-aside-checklist .container .content {
    flex: 1;
    gap: 2.5rem;
  }
}
.content-aside-checklist .container aside {
  padding: 2.25rem;
  border-radius: 3.125rem;
  background-color: #aaac59;
}
.content-aside-checklist .container aside dl {
  padding-left: 2rem;
}
.content-aside-checklist .container aside dl dt {
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Poppins", "Arial";
  line-height: 1.25rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0.5rem;
}
.content-aside-checklist .container aside dl dt:before {
  content: "";
  display: flex;
  align-items: center;
  /* Center the check mark vertically */
  justify-content: center;
  /* Center the check mark horizontally */
  position: absolute;
  left: -2.5rem;
  border-radius: 50%;
  width: 1.75625rem;
  height: 1.75625rem;
  /* Make the width and height equal for a perfect circle */
  background-color: white;
  /* Add white padding background */
  background-image: url("../img/green-check-on-white.svg");
  background-size: 60%;
  /* Control the size of the check mark */
  background-position: center;
  /* Ensure the check mark is centered */
  background-repeat: no-repeat;
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.1);
  /* Optional: Add subtle shadow for better visibility */
}
.content-aside-checklist .container aside dl dd {
  margin: 0 0 1rem 0;
  color: white;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Poppins", "Arial";
  line-height: 1.55rem;
}
@media only screen and (min-width: 1024px) {
  .content-aside-checklist .container aside {
    flex: 1;
  }
}
.content-aside-checklist .container a {
  display: flex;
  padding: 0.75rem 1.25rem;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Inter", "Arial";
  line-height: 1.3rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  border-radius: 9.12163rem;
  border: 1.5px solid white;
  background-color: #aaac59;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .content-aside-checklist .container a {
    display: none;
    color: white;
    font-style: normal;
    font-weight: 600;
    font-size: 1.25rem;
    font-family: "Inter", "Arial";
    line-height: 1.625rem;
    letter-spacing: 0.09119rem;
    text-transform: uppercase;
    text-decoration: none;
  }
}
@media only screen and (min-width: 1024px) {
  .content-aside-checklist .container {
    flex-direction: row;
    padding: 0rem 1.75625rem 2.5rem 1.75625rem;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }
}
@media only screen and (min-width: 1440px) {
  .content-aside-checklist .container {
    padding: 0rem 3.5625rem 5rem 3.5625rem;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }
}

.side-by-side .container .sxs-group {
  display: flex;
  flex-direction: column-reverse;
  gap: 2.5rem;
}
.side-by-side .container .sxs-group .content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.side-by-side .container .sxs-group .content h2 {
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 3.375rem;
  font-family: "Poppins", "Arial";
  line-height: 4.89375rem;
}
.side-by-side .container .sxs-group .content h2 span {
  color: #281204;
  font-style: italic;
  font-weight: 400;
  font-size: 3.375rem;
  font-family: "the-seasons", sans-serif;
  line-height: 4.89375rem;
}
@media only screen and (min-width: 1024px) {
  .side-by-side .container .sxs-group .content h2 span {
    color: #281204;
    font-style: italic;
    font-weight: 400;
    font-size: 3.875rem;
    font-family: "the-seasons", sans-serif;
    line-height: 5.61875rem;
  }
}
@media only screen and (min-width: 1024px) {
  .side-by-side .container .sxs-group .content h2 {
    color: #281204;
    font-style: normal;
    font-weight: 400;
    font-size: 3.875rem;
    font-family: "Poppins", "Arial";
    line-height: 5.61875rem;
  }
}
@media only screen and (min-width: 1440px) {
  .side-by-side .container .sxs-group .content h2 {
    text-wrap: balance;
  }
}
.side-by-side .container .sxs-group .content p {
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Poppins", "Arial";
  line-height: 1.55rem;
}
.side-by-side .container .sxs-group .content a {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .side-by-side .container .sxs-group .content a {
    display: block;
    align-self: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  .side-by-side .container .sxs-group .content {
    flex: 1;
    gap: 2.5rem;
  }
}
.side-by-side .container .sxs-group aside figure {
  display: flex;
  justify-content: center;
}
.side-by-side .container .sxs-group aside figure img {
  width: 100%;
  border-radius: 2.11194rem;
  max-width: 34rem;
}
@media only screen and (min-width: 1024px) {
  .side-by-side .container .sxs-group aside figure img {
    border-radius: 3.125rem;
  }
}
@media only screen and (min-width: 1024px) {
  .side-by-side .container .sxs-group aside {
    flex: 1;
    gap: 2.5rem;
  }
}
.side-by-side .container .sxs-group a {
  display: flex;
  padding: 0.75rem 1.25rem;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Inter", "Arial";
  line-height: 1.3rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  border-radius: 9.12163rem;
  border: 1.5px solid white;
  background-color: #aaac59;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .side-by-side .container .sxs-group a {
    display: none;
    color: white;
    font-style: normal;
    font-weight: 600;
    font-size: 1.25rem;
    font-family: "Inter", "Arial";
    line-height: 1.625rem;
    letter-spacing: 0.09119rem;
    text-transform: uppercase;
    text-decoration: none;
  }
}
@media only screen and (min-width: 1024px) {
  .side-by-side .container .sxs-group {
    flex-direction: row-reverse;
    align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .side-by-side .container {
    flex-direction: row;
    padding: 0rem 1.75625rem 2.5rem 1.75625rem;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }
}
@media only screen and (min-width: 1440px) {
  .side-by-side .container {
    padding: 0rem 3.5625rem 5rem 3.5625rem;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }
}

.standard-page-header {
  margin-top: 4rem;
}
.standard-page-header .container .content h1 {
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 4.4375rem;
  font-family: "Poppins", "Arial";
  line-height: 4.88125rem;
  text-align: center;
  margin-bottom: 3.25rem;
}
.standard-page-header .container .content figure img {
  width: 100%;
  height: 100vh;
  max-height: 40.375rem;
  object-fit: cover;
  border-radius: 3.125rem;
}
.standard-page-header .container .content figure img.homepage-hero {
  max-height: 414px;
}
@media only screen and (min-width: 1024px) {
  .standard-page-header .container .content figure img {
    object-position: center top;
  }
}
.standard-page-header .container .content .colorbox {
  padding: 1em 1.5rem;
  border-radius: 3.125rem;
  position: relative;
  top: -5rem;
}
@media only screen and (min-width: 1024px) {
  .standard-page-header .container .content .colorbox {
    padding: 3rem 3.5625rem;
  }
}
.standard-page-header .container .content .colorbox.color-dark {
  background-color: #496676;
}
.standard-page-header .container .content .colorbox.color-green {
  background-color: #aaac59;
  justify-content: center;
}
.standard-page-header .container .content .colorbox.color-green h3 {
  font-size: 1.7em;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  font-weight: 400;
}
@media screen and (min-width: 760px) {
  .standard-page-header .container .content .colorbox.color-green h3 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .standard-page-header .container .content .colorbox.color-green h3 {
    font-size: 4rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
}
.standard-page-header .container .content .colorbox.color-green h3 span {
  font-size: 1.4em;
  color: white;
  font-family: "the-seasons", sans-serif;
  font-weight: 200;
}
@media screen and (min-width: 760px) {
  .standard-page-header .container .content .colorbox.color-green h3 span {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .standard-page-header .container .content .colorbox.color-green h3 span {
    font-size: 5rem;
  }
}
.standard-page-header .container .content .colorbox.color-green .data-columns {
  display: flex;
  flex-direction: column;
}
.standard-page-header .container .content .colorbox.color-green .data-columns .data-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-basis: 100%;
}
.standard-page-header .container .content .colorbox.color-green .data-columns .data-column .data-number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  flex-basis: 100%;
}
.standard-page-header .container .content .colorbox.color-green .data-columns .data-column .data-number .number {
  color: white;
  font-style: normal;
  font-weight: 700;
  font-size: 7.5rem;
  font-family: "the-seasons", sans-serif;
  line-height: 8.25rem;
  font-style: normal;
  font-family: the seasons;
}
.standard-page-header .container .content .colorbox.color-green .data-columns .data-column .data-number .label {
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  font-family: "Poppins", "Arial";
  line-height: 0.9625rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .standard-page-header .container .content .colorbox.color-green .data-columns .data-column .data-number {
    gap: 2.81rem;
  }
}
.standard-page-header .container .content .colorbox.color-green .data-columns .data-column:not(:last-child):after {
  content: "";
  display: block;
  margin: 2.25rem 0.75rem;
  width: 100%;
  height: 0.0625rem;
  background-color: #676834;
}
@media only screen and (min-width: 1024px) {
  .standard-page-header .container .content .colorbox.color-green .data-columns .data-column:not(:last-child):after {
    margin: 0.75rem 2.25rem;
    height: 10rem;
    width: 0.0625rem;
    background-color: #676834;
  }
}
@media only screen and (min-width: 1024px) {
  .standard-page-header .container .content .colorbox.color-green .data-columns .data-column {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  .standard-page-header .container .content .colorbox.color-green .data-columns {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}
.standard-page-header .container .content .colorbox.color-blue {
  background-color: #9eb2cd;
  padding: 2.5rem 3.5625rem;
  text-align: center;
}
.standard-page-header .container .content .colorbox.color-blue h3 {
  color: white;
  font-style: normal;
  font-weight: 300;
  font-size: 2.5rem;
  font-family: "Poppins", "Arial";
  line-height: 3.625rem;
  max-width: 863px;
}
@media only screen and (min-width: 1024px) {
  .standard-page-header .container .content .colorbox.color-blue h3 {
    color: white;
    font-style: normal;
    font-weight: 400;
    font-size: 3.875rem;
    font-family: "Poppins", "Arial";
    line-height: 5.61875rem;
    margin: 0 auto;
  }
}
.standard-page-header .container .content .colorbox.color-blue h3 span {
  color: white;
  font-style: italic;
  font-weight: 400;
  font-size: 2.5rem;
  font-family: "the-seasons", sans-serif;
  line-height: 3.25rem;
}
@media only screen and (min-width: 1024px) {
  .standard-page-header .container .content .colorbox.color-blue h3 span {
    color: white;
    font-style: italic;
    font-weight: 400;
    font-size: 3.875rem;
    font-family: "the-seasons", sans-serif;
    line-height: 5.61875rem;
  }
}
@media only screen and (min-width: 1024px) {
  .standard-page-header .container .content .colorbox.color-blue {
    padding: 4rem 3.5625rem;
  }
}
.standard-page-header .container .content .colorbox .contact-content div h3 {
  color: white;
  font-style: normal;
  font-weight: 400;
  font-size: 3.375rem;
  font-family: "Poppins", "Arial";
  line-height: 4.89375rem;
}
.standard-page-header .container .content .colorbox .contact-content div p {
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  font-family: "Poppins", "Arial";
  line-height: 1.8125rem;
  font-weight: 400;
}
.standard-page-header .container .content .colorbox .contact-content div .contact-form-fake {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background-color: #496676;
  border-radius: 1rem;
  max-width: 39rem;
  margin: 0 auto;
}
.standard-page-header .container .content .colorbox .contact-content div .contact-form-fake .form-row {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.standard-page-header .container .content .colorbox .contact-content div .contact-form-fake .form-row .form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.standard-page-header .container .content .colorbox .contact-content div .contact-form-fake .form-row .form-group label {
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  font-family: "Poppins", "Arial";
  line-height: 0.9625rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
}
.standard-page-header .container .content .colorbox .contact-content div .contact-form-fake .form-row .form-group input,
.standard-page-header .container .content .colorbox .contact-content div .contact-form-fake .form-row .form-group textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1.5px solid #2c3d47;
  border-radius: 2rem;
  font-size: 1rem;
  font-family: inherit;
  background-color: #ffffff;
  color: #333333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  outline: none;
}
.standard-page-header .container .content .colorbox .contact-content div .contact-form-fake .form-row .form-group input:focus,
.standard-page-header .container .content .colorbox .contact-content div .contact-form-fake .form-row .form-group textarea:focus {
  box-shadow: 0 0 5px rgba(74, 100, 116, 0.8);
}
.standard-page-header .container .content .colorbox .contact-content div .contact-form-fake .form-row .form-group textarea {
  resize: none;
}
@media only screen and (min-width: 768px) {
  .standard-page-header .container .content .colorbox .contact-content div .contact-form-fake .form-row {
    display: flex;
    flex-direction: row;
  }
}
.standard-page-header .container .content .colorbox .contact-content div .contact-form-fake .submit-button {
  width: 100%;
  padding: 0.75rem;
  background-color: #4a6474;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: 2px solid #ffffff;
  border-radius: 2rem;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.standard-page-header .container .content .colorbox .contact-content div .contact-form-fake .submit-button:hover {
  background-color: #ffffff;
  color: #4a6474;
}
@media only screen and (min-width: 768px) {
  .standard-page-header .container .content .colorbox .contact-content div .contact-form-fake .form-group.name-group {
    display: flex;
    gap: 1rem;
  }
  .standard-page-header .container .content .colorbox .contact-content div .contact-form-fake .form-group.name-group input {
    flex: 1;
  }
  .standard-page-header .container .content .colorbox .contact-content div .contact-form-fake .form-group.contact-group {
    display: flex;
    gap: 1rem;
  }
  .standard-page-header .container .content .colorbox .contact-content div .contact-form-fake .form-group.contact-group input {
    flex: 1;
  }
  .standard-page-header .container .content .colorbox .contact-content div .contact-form-fake .message-group,
  .standard-page-header .container .content .colorbox .contact-content div .contact-form-fake .submit-group {
    width: 100%;
  }
}
.standard-page-header .container .content .colorbox .contact-content div .contact-form-mobile {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .standard-page-header .container .content .colorbox .contact-content div .contact-form-mobile {
    display: none;
  }
}
.standard-page-header .container .content .colorbox .contact-content div .seperator {
  width: 100%;
  background-color: #2c3d47;
  margin: 2.5rem 0;
  height: 0.0625rem;
}
@media only screen and (min-width: 1024px) {
  .standard-page-header .container .content .colorbox .contact-content div .seperator:not(:nth-of-type(1)) {
    display: none;
  }
}
.standard-page-header .container .content .colorbox .contact-content div ul {
  list-style: none;
}
.standard-page-header .container .content .colorbox .contact-content div ul li:first-child {
  margin-bottom: 2rem;
}
.standard-page-header .container .content .colorbox .contact-content div ul li svg {
  margin-right: 1rem;
}
.standard-page-header .container .content .colorbox .contact-content div ul li .cta-wrapper {
  display: inline-block;
  vertical-align: top;
}
.standard-page-header .container .content .colorbox .contact-content div ul li .cta-wrapper strong {
  color: white;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Poppins", "Arial";
  line-height: 2.175rem;
}
.standard-page-header .container .content .colorbox .contact-content div ul li .cta-wrapper p {
  color: white;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Poppins", "Arial";
  line-height: 1.55rem;
}
@media only screen and (min-width: 1024px) {
  .standard-page-header .container .content .colorbox .contact-content div {
    flex: 1;
  }
}
.standard-page-header .container .content .colorbox .contact-content .contact-form-desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .standard-page-header .container .content .colorbox .contact-content .contact-form-desktop {
    display: block;
    flex: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .standard-page-header .container .content .colorbox .contact-content .contact-form-desktop {
    display: block;
    flex: 1.5;
  }
}
@media only screen and (min-width: 1024px) {
  .standard-page-header .container .content .colorbox .contact-content {
    display: flex;
    gap: 5rem;
  }
}
@media only screen and (min-width: 1440px) {
  .standard-page-header .container .content .colorbox {
    margin: 0 2rem;
  }
}

.prescription-placeholder {
  margin: -3em 0 0 0;
  padding: 0 0 2em;
}
@media screen and (min-width: 1024px) {
  .prescription-placeholder {
    padding: 0 0 4em;
  }
}
.prescription-placeholder h3 {
  color: #281204;
  font-style: normal;
  font-weight: 300;
  font-size: 2.5rem;
  font-family: "Poppins", "Arial";
  line-height: 3.625rem;
  text-align: center;
  margin: 0;
}
.prescription-placeholder ul {
  margin: 2em 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
@media screen and (min-width: 760px) {
  .prescription-placeholder ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.prescription-placeholder ul li {
  list-style-type: none;
}
@media screen and (min-width: 760px) {
  .prescription-placeholder ul li {
    width: calc(50% - 1em);
  }
}
@media screen and (min-width: 1024px) {
  .prescription-placeholder ul li {
    width: calc(33% - 0.1em);
  }
}
.prescription-placeholder ul li:first-of-type a {
  background: #9eb2cd;
  border-color: #9eb2cd;
}
.prescription-placeholder ul li:first-of-type a:hover {
  background: #496676;
  border-color: #496676;
}
.prescription-placeholder ul li:last-of-type a {
  background: transparent;
  border: 1.5px solid #496676;
  color: #496676;
}
.prescription-placeholder ul li:last-of-type a:hover {
  color: white;
  background: #aaac59;
  border-color: #aaac59;
}
.prescription-placeholder ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em 1em;
  background: #496676;
  color: white;
  text-decoration: none;
  border-radius: 1em;
  font-size: 1.5em;
  text-align: center;
  font-weight: 600;
  border: 1.5px solid #496676;
}
.prescription-placeholder ul li a:hover {
  background: #9eb2cd;
  border-color: #9eb2cd;
}

.prescription-tool {
  margin: 3rem 0;
  position: relative;
}
.prescription-tool .container .content .questionnaire-container {
  background: #fff;
  border-radius: 0.75rem;
  padding: 2rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
  max-width: 37.5rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .prescription-tool .container .content .questionnaire-container {
    padding: 1.5rem;
  }
}
.prescription-tool .container .content .questionnaire-container .progress-bar {
  width: 100%;
  height: 0.5rem;
  background-color: #e0e0e0;
  border-radius: 0.25rem;
  margin-bottom: 2rem;
  overflow: hidden;
}
.prescription-tool .container .content .questionnaire-container .progress-bar .progress-fill {
  height: 100%;
  background-color: purple;
  border-radius: 0.25rem;
  transition: width 0.3s ease;
}
.prescription-tool .container .content .questionnaire-container .question-container {
  min-height: 15rem;
}
.prescription-tool .container .content .questionnaire-container .question-container .question-text {
  color: #281204;
  font-style: normal;
  font-weight: 300;
  font-size: 3.375rem;
  font-family: "Poppins", "Arial";
  line-height: 4.3875rem;
  margin-bottom: 2rem;
  color: purple;
  text-align: center;
}
.prescription-tool .container .content .questionnaire-container .question-container .options-container {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.prescription-tool .container .content .questionnaire-container .question-container .options-container .option-button {
  padding: 1rem 1.5rem;
  border: 0.125rem solid #e0e0e0;
  background: #fff;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 1rem;
  text-align: left;
  width: 100%;
}
.prescription-tool .container .content .questionnaire-container .question-container .options-container .option-button:hover {
  border-color: purple;
  background-color: #f8f8f8;
  transform: translateY(-0.0625rem);
}
.prescription-tool .container .content .questionnaire-container .question-container .options-container .option-button:active {
  transform: scale(0.98);
}
@media (max-width: 768px) {
  .prescription-tool .container .content .questionnaire-container .question-container .options-container .option-button {
    padding: 0.875rem 1.25rem;
    font-size: 0.9375rem;
  }
}
.prescription-tool .container .content .questionnaire-container .question-container .endpoint-container {
  text-align: center;
  padding: 2.5rem 1.25rem;
}
.prescription-tool .container .content .questionnaire-container .question-container .endpoint-container .endpoint-icon {
  margin-bottom: 1.25rem;
}
.prescription-tool .container .content .questionnaire-container .question-container .endpoint-container .endpoint-icon svg {
  width: 3rem;
  height: 3rem;
}
.prescription-tool .container .content .questionnaire-container .question-container .endpoint-container .endpoint-message {
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 3rem;
  font-family: "Poppins", "Arial";
  line-height: 4.35rem;
  color: purple;
  margin-bottom: 1.25rem;
}
.prescription-tool .container .content .questionnaire-container .question-container .endpoint-container p {
  font-size: 1rem;
  color: purple;
  margin-bottom: 1.5rem;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}
.prescription-tool .container .content .questionnaire-container .question-container .endpoint-container .endpoint-action {
  padding: 0.875rem 1.75rem;
  background: purple;
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  color: #281204;
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  font-family: "Poppins", "Arial";
  line-height: 2.175rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}
.prescription-tool .container .content .questionnaire-container .question-container .endpoint-container .endpoint-action:hover {
  background: rgb(115.2, 0, 115.2);
}
.prescription-tool .container .content .questionnaire-container .question-container .endpoint-container .endpoint-action:active {
  transform: scale(0.98);
}
.prescription-tool .container .content .questionnaire-container .navigation {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prescription-tool .container .content .questionnaire-container .navigation .back-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  background: #f0f0f0;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  color: #281204;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Poppins", "Arial";
  line-height: 2.175rem;
  color: #666;
  transition: all 0.2s ease;
}
.prescription-tool .container .content .questionnaire-container .navigation .back-button svg {
  width: 1rem;
  height: 1rem;
}
.prescription-tool .container .content .questionnaire-container .navigation .back-button:hover:not(:disabled) {
  background: #e0e0e0;
}
.prescription-tool .container .content .questionnaire-container .navigation .back-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.prescription-tool .container .content .questionnaire-container .navigation .step-counter {
  color: #281204;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Poppins", "Arial";
  line-height: 2.175rem;
  color: #666;
}
.prescription-tool .container .content .debug-info {
  margin-top: 2.5rem;
  padding: 1.25rem;
  background: #f8f8f8;
  border-radius: 0.5rem;
  border: 0.0625rem solid #e0e0e0;
}
.prescription-tool .container .content .debug-info h4 {
  color: #281204;
  font-style: normal;
  font-weight: 300;
  font-size: 2.5rem;
  font-family: "Poppins", "Arial";
  line-height: 3.625rem;
  margin: 0 0 1rem 0;
  color: #333;
}
.prescription-tool .container .content .debug-info div {
  color: #281204;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Poppins", "Arial";
  line-height: 2.175rem;
  color: #666;
  margin-bottom: 0.5rem;
}
.prescription-tool .container .content .debug-info div:last-child {
  margin-bottom: 0;
}
.prescription-tool .container .content .debug-info .path-item {
  background: #e0e0e0;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  display: inline-block;
  margin: 0.125rem;
  color: #281204;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Poppins", "Arial";
  line-height: 2.175rem;
  font-family: monospace;
}
.prescription-tool .container .content .debug-info pre {
  margin: 0.5rem 0;
  padding: 0.75rem;
  background: #fff;
  border-radius: 0.25rem;
  border: 0.0625rem solid #e0e0e0;
  font-size: 0.75rem;
  overflow-x: auto;
  max-height: 10rem;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .prescription-tool {
    margin: 2rem 0;
  }
  .prescription-tool .container {
    padding: 0 1rem;
  }
}

@media print {
  .prescription-tool .navigation,
  .prescription-tool .debug-info {
    display: none;
  }
}
.why-choose-momentum {
  padding: 2em 0;
}
.why-choose-momentum .container .content {
  display: flex;
  flex-direction: column;
  gap: 2em;
  position: relative;
}
.why-choose-momentum .container .content .wcm-title {
  border-radius: 2rem;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .why-choose-momentum .container .content .wcm-title {
    aspect-ratio: 2/1;
  }
}
@media screen and (min-width: 1020px) {
  .why-choose-momentum .container .content .wcm-title {
    aspect-ratio: 4/2;
    background-size: 75% auto;
    background-repeat: no-repeat;
  }
}
.why-choose-momentum .container .content .wcm-title:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 2rem;
}
.why-choose-momentum .container .content .wcm-title .title-section {
  position: relative;
  z-index: 4;
  padding: 2em;
  height: 40vh;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .why-choose-momentum .container .content .wcm-title .title-section {
    width: 50%;
  }
}
.why-choose-momentum .container .content .wcm-title .title-section h2 {
  color: #281204;
  font-style: normal;
  font-weight: 400;
  font-size: 3.875rem;
  font-family: "Poppins", "Arial";
  line-height: 5.61875rem;
  line-height: 1.2;
  color: white;
}
.why-choose-momentum .container .content .wcm-title .title-section h2 span {
  color: #281204;
  font-style: italic;
  font-weight: 400;
  font-size: 3.875rem;
  font-family: "the-seasons", sans-serif;
  line-height: 5.61875rem;
  color: white;
}
@media screen and (min-width: 768px) {
  .why-choose-momentum .container .content .wcm-title .title-section h2 span {
    display: block;
  }
}
.why-choose-momentum .container .content .wcm-title .title-section .button-wrapper {
  margin-top: auto;
}
.why-choose-momentum .container .content .wcm-title .title-section .button-wrapper a {
  color: #281204;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Inter", "Arial";
  line-height: 1.3rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  background-color: #7597aa;
  padding: 0.35em 1.5em;
  border: 1px solid white;
  border-radius: 2em;
  color: white;
}
@media screen and (min-width: 1024px) {
  .why-choose-momentum .container .content .wcm-title .title-section .button-wrapper a {
    color: #281204;
    font-style: normal;
    font-weight: 600;
    font-size: 1.25rem;
    font-family: "Inter", "Arial";
    line-height: 1.625rem;
    letter-spacing: 0.09119rem;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
  }
}
.why-choose-momentum .container .content ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
}
@media screen and (min-width: 768px) {
  .why-choose-momentum .container .content ul {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1024px) {
  .why-choose-momentum .container .content ul {
    position: absolute;
    top: 0;
    right: 0.15em;
    width: 50%;
    flex-wrap: wrap;
    justify-content: flex-end;
    z-index: 5;
    gap: 0;
    transform: scaleZ(102%);
  }
}
.why-choose-momentum .container .content ul li {
  list-style-type: none;
  border-radius: 2rem;
  padding: 2em;
  color: white;
  font-family: "Poppins", "Arial";
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .why-choose-momentum .container .content ul li {
    width: calc(33% - 0.5em) !important;
  }
}
@media screen and (min-width: 1024px) {
  .why-choose-momentum .container .content ul li {
    width: calc(50% - 5em) !important;
    aspect-ratio: 1/1;
    border: 0.5em solid #f0ede8;
    box-sizing: content-box;
    position: relative;
  }
}
.why-choose-momentum .container .content ul li:after {
  content: "";
  display: block;
  width: calc(100% + 2em);
  height: calc(100% + 2em);
  background: #f0ede8;
  position: absolute;
  top: -1em;
  left: -1em;
  z-index: -3;
}
.why-choose-momentum .container .content ul li .checkmark-wrapper {
  width: 3em;
  height: 3em;
}
@media screen and (min-width: 1024px) {
  .why-choose-momentum .container .content ul li .checkmark-wrapper {
    width: 5em;
    height: 5em;
  }
}
.why-choose-momentum .container .content ul li .checkmark-wrapper img {
  width: 100%;
  height: auto;
}
.why-choose-momentum .container .content ul li strong {
  font-size: 1.5rem;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .why-choose-momentum .container .content ul li strong {
    margin-top: auto;
    font-size: 1.75em;
  }
}
.why-choose-momentum .container .content ul li p {
  margin-top: 1em;
  font-size: 0.8em;
  font-weight: 200;
}
@media screen and (min-width: 1024px) {
  .why-choose-momentum .container .content ul li p {
    margin-top: 0;
    font-size: 1em;
  }
}
.why-choose-momentum .container .content ul li:first-of-type {
  background: #496676;
  width: calc(50% - 0.5em);
}
@media screen and (min-width: 1024px) {
  .why-choose-momentum .container .content ul li:first-of-type:after {
    border-bottom-left-radius: 2em;
  }
}
@media screen and (min-width: 1024px) {
  .why-choose-momentum .container .content ul li:first-of-type:before {
    display: block;
    width: 2em;
    height: 2em;
    content: "";
    background: radial-gradient(circle at 0 0, transparent 70%, #f0ede8 70%);
    transform: rotate(-90deg);
    position: absolute;
    top: -0.5em;
    left: -3em;
  }
}
.why-choose-momentum .container .content ul li:nth-of-type(2) {
  background: #7597aa;
  width: calc(50% - 0.5em);
}
@media screen and (min-width: 1024px) {
  .why-choose-momentum .container .content ul li:nth-of-type(2):before {
    display: block;
    width: 2em;
    height: 2em;
    content: "";
    background: radial-gradient(circle at 0 0, transparent 70%, #f0ede8 70%);
    transform: rotate(-90deg);
    position: absolute;
    top: -0.5em;
    left: -3em;
    top: auto;
    bottom: -3em;
  }
}
.why-choose-momentum .container .content ul li:last-of-type {
  background: #aaac59;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .why-choose-momentum .container .content ul li:last-of-type:before {
    display: block;
    width: 2em;
    height: 2em;
    content: "";
    background: radial-gradient(circle at 0 0, transparent 70%, #f0ede8 70%);
    transform: rotate(0);
    position: absolute;
    top: -0.5em;
    left: -3em;
    top: auto;
    bottom: -0.5em;
  }
}

.loan-officer-search-form {
  max-width: 1400px;
  margin: 0 auto 1rem;
  display: flex;
  flex-direction: column;
}
.loan-officer-search-form .search-input-wrapper {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.loan-officer-search-form .search-input-wrapper input {
  padding: 0.75rem 1.25rem;
  border-radius: 9.12163rem;
  border: 1.5px solid #281204;
  background-color: #f0ede8;
  align-self: stretch;
  width: 100%;
  font-size: 16px;
}
.loan-officer-search-form .search-input-wrapper input::placeholder {
  color: #281204;
  font-size: 16px;
}
@media only screen and (min-width: 1024px) {
  .loan-officer-search-form .search-input-wrapper input {
    width: 18rem;
  }
}
.loan-officer-search-form .search-input-wrapper svg {
  position: absolute;
  right: 0.25rem;
  top: 0.35rem;
}
@media only screen and (min-width: 1024px) {
  .loan-officer-search-form .search-input-wrapper {
    margin-bottom: 0;
  }
}
.loan-officer-search-form .select-fields {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.loan-officer-search-form .select-fields select {
  padding: 0.75rem 1.25rem;
  border-radius: 9.12163rem;
  border: 1.5px solid #281204;
  background-color: #f0ede8;
  align-self: stretch;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
@media only screen and (min-width: 1024px) {
  .loan-officer-search-form .select-fields select {
    min-width: 17rem;
  }
}
@media only screen and (min-width: 1024px) {
  .loan-officer-search-form {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto 4rem;
  }
}

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