@charset "UTF-8";
/* src/sass/styles.scss */
/* Load vendor resets and third-party CSS first */
/* Aggregator for vendor styles */
/* If "normalize" is your own partial (e.g., _normalize.scss) keep this: */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none !important;
}

/* DO NOT pull animate.css through Sass modules (Sass can't @use CSS files).
   If you still want animate.css, load it via <link> in the head, e.g.:
   <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/animate.css@4/animate.min.css">
*/
/* Base variables, typography, globals */
/* Base tokens + globals re-export */
:root {
  /* Base sizes */
  --hdr-height: 82px;
  --banner-height: 42px;
  --interior-padding-top: calc(var(--hdr-height) + var(--banner-height) + 24px);
  --ftr-height: 286px;
  --content-max-width: 1210px;
  /* Spacing scale */
  --space-xsm: .5rem;
  --space-sm: 1rem;
  --space-med: 1.5rem;
  --space-lg: 3rem;
  --space-xl: 4rem;
  --space-xxl: 6rem;
  /* Fonts */
  --font-primary: "commuters-sans", sans-serif;
  --font-secondary: "Aparajita", serif;
  --font-secondary-bold: "Aparajita-Bold", serif;
  /* Font weights */
  --font-weight-thin: 300;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-demi: 700;
  --font-weight-extrabold: 800;
  --font-weight-black: 900;
  /* Colors */
  --color-primary: #B66028;
  --color-primary-dark: #864b24;
  --color-secondary: #dcc9bb;
  --color-tertiary: #668996;
  --color-tertiary-dark: #576f78;
  --color-brown-light: #836b5a;
  --color-brown-dark: #1e150f;
  --body-background: #fff;
  --body-color: #272B28;
  --u-quote-glyph: "";
  /* Responsive overrides AFTER declarations to avoid mixed-decls warning */
}
@media screen and (min-width: 1024px) {
  :root {
    --hdr-height: 155px;
    --interior-padding-top: calc(var(--hdr-height) + var(--banner-height) + 40px);
  }
}
@media screen and (max-width: 768px) {
  :root {
    --banner-height: 38px;
  }
}

/* When banner is dismissed, remove banner height from padding calculation */
body.banner-dismissed {
  --interior-padding-top: calc(var(--hdr-height) + 24px);
}
@media screen and (min-width: 1024px) {
  body.banner-dismissed {
    --interior-padding-top: calc(var(--hdr-height) + 40px);
  }
}

/* -----------------------
   Media Query Breakpoints
   ----------------------- */
.s-testimonial-form__hdr, .heading-text, .s-cs__hdr, .s-contact__hdr, .s-contact__subhdr, .s-fnews__hdr, .s-consultants__hdr, .s-state-consultants__hdr, .s-cl-calc__hdr, .s-newsletter__title, .s-market-state__hdr, .s-market-state__subhdr, .s-market-state__list-item__hdr, .s-markets__hdr, .s-markets-list__subhdr, .s-markets-list-item__hdr, .s-mh h1, .s-mh h2, .s-mh h3, .s-mh h4, .s-mh h5, .s-mh h6, .s-news-list__hdr, .s-news-list-item__hdr, .s-case-study-list-item__hdr, .s-video-grid__hdr, .s-richtext h2, .s-richtext h3, .s-richtext h4, .s-richtext h5, .s-richtext h6, .s-loan-app__hdr, .s-loan-app__subhdr, .s-loan-app__items-item__content h5, .s-featured-testimonials__hdr, .s-featured-testimonials-list-item__name, .s-featured-testimonials__list-item__name, .s-partners__hdr, .s-team__hdr, .s-3col-grid__hdr, .s-2col-grid__hdr, .s-articles__hdr, .s-lotc__hdr, .l-interior__hdr, .l-interior__content.--center ul li, .l-interior__content h2, .l-interior__content h3, .l-interior__content ul li, .l-interior__content-testimony__hdr, .l-interior__content-start__hdr, .l-interior-ftr__hdr, .l-interior-sidebar-search__hdr, .l-interior-sidebar-testimonial__hdr, .show-sidebar .l-interior-sidebar__recent-posts__hdr, .l-blog-post h2, .l-blog-post h3, .c-newsletter__title {
  font-family: var(--font-secondary-bold);
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
  margin: 0 0 1rem;
}

@font-face {
  font-family: "Aparajita";
  src: url("/font/Aparajita.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aparajita-Bold";
  src: url("/font/Aparajita-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.s-testimonial-form__hdr, .heading-text, .s-cs__hdr, .s-contact__hdr, .s-contact__subhdr, .s-fnews__hdr, .s-consultants__hdr, .s-state-consultants__hdr, .s-cl-calc__hdr, .s-newsletter__title, .s-market-state__hdr, .s-market-state__subhdr, .s-market-state__list-item__hdr, .s-markets__hdr, .s-markets-list__subhdr, .s-markets-list-item__hdr, .s-mh h1, .s-mh h2, .s-mh h3, .s-mh h4, .s-mh h5, .s-mh h6, .s-news-list__hdr, .s-news-list-item__hdr, .s-case-study-list-item__hdr, .s-video-grid__hdr, .s-richtext h2, .s-richtext h3, .s-richtext h4, .s-richtext h5, .s-richtext h6, .s-loan-app__hdr, .s-loan-app__subhdr, .s-loan-app__items-item__content h5, .s-featured-testimonials__hdr, .s-featured-testimonials-list-item__name, .s-featured-testimonials__list-item__name, .s-partners__hdr, .s-team__hdr, .s-3col-grid__hdr, .s-2col-grid__hdr, .s-articles__hdr, .s-lotc__hdr, .l-interior__hdr, .l-interior__content.--center ul li, .l-interior__content h2, .l-interior__content h3, .l-interior__content ul li, .l-interior__content-testimony__hdr, .l-interior__content-start__hdr, .l-interior-ftr__hdr, .l-interior-sidebar-search__hdr, .l-interior-sidebar-testimonial__hdr, .show-sidebar .l-interior-sidebar__recent-posts__hdr, .l-blog-post h2, .l-blog-post h3, .c-newsletter__title {
  font-family: "Aparajita-Bold", "Aparajita", serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: var(--body-color, #272B28);
}

body {
  font-family: "commuters-sans", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: var(--body-color, #272B28);
}

body {
  background-color: var(--body-background, #fff);
  margin: 0;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  overflow-y: scroll;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: var(--font-weight-light);
  line-height: 22px;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  background: var(--body-background);
  color: var(--body-color);
  font-weight: var(--font-weight-thin);
  line-height: 32px;
  margin: 0;
}

#content-wrapper {
  min-height: calc(100vh - 309.94px);
}

::-moz-selection {
  background: #b3d4fc;
  color: #fff;
}

::selection {
  background: #b3d4fc;
  color: #fff;
}

/* Mixins, transitions, utilities */
/** @format */
/* Helper mixins, transitions, utilities re-export */
.transition-in, .transition-scale-in {
  opacity: 0;
  transform: translateY(3rem);
}
.page-is-animatable .transition-in, .page-is-animatable .transition-scale-in {
  transition: opacity 0.55s cubic-bezier(0, 0, 0.3, 1), transform 0.6s cubic-bezier(0, 0, 0.3, 1);
}
.transition-in.is-visible, .is-visible.transition-scale-in {
  opacity: 1;
  transform: translateY(0);
}
.page-is-animatable .transition-in--slow {
  transition: opacity 0.75s cubic-bezier(0, 0, 0.3, 1), transform 0.8s cubic-bezier(0, 0, 0.3, 1);
}
.transition-in--scale {
  transform: scale(0.6) translateY(3rem);
}
.transition-in--scale.is-visible {
  transform: scale(1) translateY(0);
}

.transition-opacity {
  opacity: 0;
}
.page-is-animatable .transition-opacity {
  transition: opacity 0.55s cubic-bezier(0, 0, 0.3, 1);
}
.transition-opacity.is-visible {
  opacity: 1;
}

.transition-scale-in {
  transform: scale(0.25) translateY(3rem);
}
.transition-scale-in.is-visible {
  transform: scale(1) translateY(0);
}

.c-home-hero__content, .l-container, .s-fnews-container, .s-mh-container, .s-3col-grid__container, .s-2col-grid__container, .s-articles-container, .s-lotc-container, .l-content-container, .s-hero-container, .s-stats__container, .c-ftr__container {
  margin: 0 auto;
  max-width: var(--content-max-width);
  padding-inline: 20px;
}

/** @format */
.s-skybeam-cta .faq-item {
  margin-bottom: 10px;
}
.s-skybeam-cta .faq-item.active .faq-answer {
  display: block;
}
.s-skybeam-cta .faq-question {
  cursor: pointer;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s-skybeam-cta .faq-answer {
  padding: 10px;
  display: none;
}
.s-skybeam-cta .faq-answer a {
  color: white;
  text-decoration: underline;
}
.s-skybeam-cta .faq-answer a:hover {
  text-decoration: none;
}
.s-skybeam-cta .faq-icon {
  font-weight: bold;
}

/* Core UI components (includes .c-btn, forms, etc.) */
/* Re-export component partials without @import deprecations */
/** @format */
/* Base variables, typography, globals */
/* Mixins, transitions, utilities */
/* src/sass/_core.scss */
/* Re-export what most modules need */
/* ---------- */
/* Placeholders */
/* ---------- */
.c-btn, .cta, .s-cs__cta a, .s-cs-items__item__btn a, .s-testimonial-footer a, .s-featured-testimonials__footer a, .c-btn.cta {
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
}

.cta, .s-cs__cta a, .s-cs-items__item__btn a, .s-testimonial-footer a, .s-featured-testimonials__footer a, .c-btn.cta {
  background-color: var(--color-tertiary);
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: var(--font-primary);
  font-weight: var(--font-weight-bold);
  line-height: 32px;
  padding: 12px 24px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.5s ease;
}
.cta:hover, .s-cs__cta a:hover, .s-cs-items__item__btn a:hover, .s-testimonial-footer a:hover, .s-featured-testimonials__footer a:hover {
  background-color: var(--color-tertiary-dark);
}

/* ---------- */
/* Public classes (keep existing API) */
/* ---------- */
.c-btn.--outline {
  border-color: #fff;
}
.c-btn.--bg-green {
  background-color: var(--color-tertiary);
}

/* Utility class so markup or other files can reuse CTA styling */
/** @format */
.smsagreement {
  font-size: 8px;
  line-height: 1;
}

.smsagreement a {
  font-size: 8px;
  line-height: 1;
  color: white;
  text-decoration: underline;
}

.c-form {
  background: rgba(35, 34, 33, 0.9);
  color: #fff;
  border-radius: 20px;
  padding: 30px;
  max-width: 500px;
  margin: 0 auto;
}
.c-form__hdr {
  font-family: var(--font-secondary-bold);
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center;
}
.c-form__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.c-form__row {
  margin-bottom: 15px;
}
.c-form__row.--xmb {
  margin-bottom: 30px;
}
.c-form__checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.c-form input[type=text],
.c-form input[type=email],
.c-form input[type=tel],
.c-form textarea {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  padding: 10px 15px;
  width: 100%;
}
.c-form input[type=text]::placeholder,
.c-form input[type=email]::placeholder,
.c-form input[type=tel]::placeholder,
.c-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.c-form textarea {
  height: 100px;
  resize: vertical;
}
.c-form input[type=checkbox] {
  margin-right: 10px;
}
.c-form label.lbl-cb {
  display: inline;
  font-size: 12px;
  font-weight: normal;
}
.c-form a {
  color: #fff;
  text-decoration: underline;
}
.c-form .smsagreement {
  font-size: 8px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.c-form .smsagreement a {
  color: #fff;
  text-decoration: underline;
}
.c-form .c-btn {
  background-color: var(--color-tertiary);
  border: 1px solid white;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 20px;
  width: 100%;
  transition: background-color 0.3s ease;
}
.c-form .c-btn:hover {
  background-color: var(--color-tertiary-dark);
}
.c-form.--hero {
  background: rgba(35, 34, 33, 0.8);
  max-width: 400px;
  padding: 20px;
  border-radius: 10px;
}
.c-form.--hero .c-form__hdr {
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.c-form.--hero .c-form__grid {
  gap: 10px;
}
.c-form.--hero .c-form__row {
  margin-bottom: 10px;
}
.c-form.--hero .c-form__row.--xmb {
  margin-bottom: 20px;
}
.c-form.--hero input[type=text],
.c-form.--hero input[type=email],
.c-form.--hero input[type=tel],
.c-form.--hero textarea {
  font-size: 12px;
  padding: 8px 12px;
}
.c-form.--hero textarea {
  height: 80px;
}
.c-form.--hero .smsagreement {
  font-size: 8px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.c-form.--hero .c-btn {
  font-size: 14px;
  padding: 10px 16px;
}

#js-hero-form-err {
  color: #ff6b6b;
  font-size: 14px;
  text-align: center;
}

/** @format */
.c-newsletter {
  margin: 0 20px 20px;
}
@media screen and (min-width: 1024px) {
  .c-newsletter {
    margin: 0 0 20px;
  }
}
.c-newsletter__container {
  background: var(--color-primary);
  border-radius: 40px;
  color: #fff;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: var(--content-max-width);
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .c-newsletter__container {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
.c-newsletter__hdr {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .c-newsletter__hdr {
    margin-bottom: 0;
    margin-left: 2rem;
  }
}
.c-newsletter__title {
  color: #fff !important;
  font-size: 28px;
  margin: 15px 0 0 12px;
}
.c-newsletter__subtitle {
  color: #dab49b;
  line-height: 25px;
  margin: 3px 0 5px 12px;
  max-width: 80%;
}
@media screen and (min-width: 1024px) {
  .c-newsletter__form {
    margin: 16px 0;
    margin-right: 2rem;
  }
}
.c-newsletter__form input {
  border: 0;
  border-radius: 30px;
  border-style: solid;
  display: block;
  font-size: 15px;
  padding: 17px 0px 15px 18px;
}
@media screen and (min-width: 1024px) {
  .c-newsletter__form input {
    display: inline-block;
    min-width: 295px;
  }
}
.c-newsletter__form input:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .c-newsletter__form input:not(:last-child) {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.c-newsletter__form button {
  border-color: rgb(204, 204, 204);
  width: 150px;
}

.c-map-link {
  border-radius: 50%;
  height: 8px;
  position: absolute;
  width: 8px;
  z-index: 1;
}

.c-loading-spinner {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
.c-loading-spinner i {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: loading-spinner;
  animation-timing-function: linear;
  color: #fff;
  display: inline-block !important;
  font-size: 1.1rem !important;
  left: auto !important;
  margin: 0 !important;
  position: relative !important;
  right: auto !important;
  top: auto !important;
}

@keyframes loading-spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Layout (grid, header, footer, etc.) */
/* Layout building blocks re-export */
/** @format */
.l-row {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}
.l-row.--gap-sm {
  gap: 0.25rem;
}
@media screen and (min-width: 1024px) {
  .l-row {
    flex-direction: row;
  }
  .l-row.--vcenter {
    align-items: center;
  }
  .l-row.--break-wide, .l-row.--break-xwide {
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  .l-row.--break-wide {
    flex-direction: row;
  }
}
@media screen and (min-width: 1400px) {
  .l-row.--break-xwide {
    flex-direction: row;
  }
}
.l-col {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.l-col.--frow {
  flex-direction: row;
}
.l-col.--fcenter {
  place-items: center;
}
.l-col.--fstart {
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (min-width: 1024px) {
  .l-col.--width-1 {
    width: calc(1 / 12 * 100%);
  }
  .l-col.--width-1:not(:last-child) {
    margin-bottom: 0;
  }
  .--break-wide .l-col.--width-1, .--break-xwide .l-col.--width-1 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .--break-wide .l-col.--width-1 {
    width: calc(1 / 12 * 100%);
  }
}
@media screen and (min-width: 1400px) {
  .--break-xwide .l-col.--width-1 {
    width: calc(1 / 12 * 100%);
  }
}
@media screen and (min-width: 1024px) {
  .l-col.--width-2 {
    width: calc(2 / 12 * 100%);
  }
  .l-col.--width-2:not(:last-child) {
    margin-bottom: 0;
  }
  .--break-wide .l-col.--width-2, .--break-xwide .l-col.--width-2 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .--break-wide .l-col.--width-2 {
    width: calc(2 / 12 * 100%);
  }
}
@media screen and (min-width: 1400px) {
  .--break-xwide .l-col.--width-2 {
    width: calc(2 / 12 * 100%);
  }
}
@media screen and (min-width: 1024px) {
  .l-col.--width-3 {
    width: calc(3 / 12 * 100%);
  }
  .l-col.--width-3:not(:last-child) {
    margin-bottom: 0;
  }
  .--break-wide .l-col.--width-3, .--break-xwide .l-col.--width-3 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .--break-wide .l-col.--width-3 {
    width: calc(3 / 12 * 100%);
  }
}
@media screen and (min-width: 1400px) {
  .--break-xwide .l-col.--width-3 {
    width: calc(3 / 12 * 100%);
  }
}
@media screen and (min-width: 1024px) {
  .l-col.--width-4 {
    width: calc(4 / 12 * 100%);
  }
  .l-col.--width-4:not(:last-child) {
    margin-bottom: 0;
  }
  .--break-wide .l-col.--width-4, .--break-xwide .l-col.--width-4 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .--break-wide .l-col.--width-4 {
    width: calc(4 / 12 * 100%);
  }
}
@media screen and (min-width: 1400px) {
  .--break-xwide .l-col.--width-4 {
    width: calc(4 / 12 * 100%);
  }
}
@media screen and (min-width: 1024px) {
  .l-col.--width-5 {
    width: calc(5 / 12 * 100%);
  }
  .l-col.--width-5:not(:last-child) {
    margin-bottom: 0;
  }
  .--break-wide .l-col.--width-5, .--break-xwide .l-col.--width-5 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .--break-wide .l-col.--width-5 {
    width: calc(5 / 12 * 100%);
  }
}
@media screen and (min-width: 1400px) {
  .--break-xwide .l-col.--width-5 {
    width: calc(5 / 12 * 100%);
  }
}
@media screen and (min-width: 1024px) {
  .l-col.--width-6 {
    width: calc(6 / 12 * 100%);
  }
  .l-col.--width-6:not(:last-child) {
    margin-bottom: 0;
  }
  .--break-wide .l-col.--width-6, .--break-xwide .l-col.--width-6 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .--break-wide .l-col.--width-6 {
    width: calc(6 / 12 * 100%);
  }
}
@media screen and (min-width: 1400px) {
  .--break-xwide .l-col.--width-6 {
    width: calc(6 / 12 * 100%);
  }
}
@media screen and (min-width: 1024px) {
  .l-col.--width-7 {
    width: calc(7 / 12 * 100%);
  }
  .l-col.--width-7:not(:last-child) {
    margin-bottom: 0;
  }
  .--break-wide .l-col.--width-7, .--break-xwide .l-col.--width-7 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .--break-wide .l-col.--width-7 {
    width: calc(7 / 12 * 100%);
  }
}
@media screen and (min-width: 1400px) {
  .--break-xwide .l-col.--width-7 {
    width: calc(7 / 12 * 100%);
  }
}
@media screen and (min-width: 1024px) {
  .l-col.--width-8 {
    width: calc(8 / 12 * 100%);
  }
  .l-col.--width-8:not(:last-child) {
    margin-bottom: 0;
  }
  .--break-wide .l-col.--width-8, .--break-xwide .l-col.--width-8 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .--break-wide .l-col.--width-8 {
    width: calc(8 / 12 * 100%);
  }
}
@media screen and (min-width: 1400px) {
  .--break-xwide .l-col.--width-8 {
    width: calc(8 / 12 * 100%);
  }
}
@media screen and (min-width: 1024px) {
  .l-col.--width-9 {
    width: calc(9 / 12 * 100%);
  }
  .l-col.--width-9:not(:last-child) {
    margin-bottom: 0;
  }
  .--break-wide .l-col.--width-9, .--break-xwide .l-col.--width-9 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .--break-wide .l-col.--width-9 {
    width: calc(9 / 12 * 100%);
  }
}
@media screen and (min-width: 1400px) {
  .--break-xwide .l-col.--width-9 {
    width: calc(9 / 12 * 100%);
  }
}
@media screen and (min-width: 1024px) {
  .l-col.--width-10 {
    width: calc(10 / 12 * 100%);
  }
  .l-col.--width-10:not(:last-child) {
    margin-bottom: 0;
  }
  .--break-wide .l-col.--width-10, .--break-xwide .l-col.--width-10 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .--break-wide .l-col.--width-10 {
    width: calc(10 / 12 * 100%);
  }
}
@media screen and (min-width: 1400px) {
  .--break-xwide .l-col.--width-10 {
    width: calc(10 / 12 * 100%);
  }
}
@media screen and (min-width: 1024px) {
  .l-col.--width-11 {
    width: calc(11 / 12 * 100%);
  }
  .l-col.--width-11:not(:last-child) {
    margin-bottom: 0;
  }
  .--break-wide .l-col.--width-11, .--break-xwide .l-col.--width-11 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .--break-wide .l-col.--width-11 {
    width: calc(11 / 12 * 100%);
  }
}
@media screen and (min-width: 1400px) {
  .--break-xwide .l-col.--width-11 {
    width: calc(11 / 12 * 100%);
  }
}
@media screen and (min-width: 1024px) {
  .l-col.--width-12 {
    width: calc(12 / 12 * 100%);
  }
  .l-col.--width-12:not(:last-child) {
    margin-bottom: 0;
  }
  .--break-wide .l-col.--width-12, .--break-xwide .l-col.--width-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .--break-wide .l-col.--width-12 {
    width: calc(12 / 12 * 100%);
  }
}
@media screen and (min-width: 1400px) {
  .--break-xwide .l-col.--width-12 {
    width: calc(12 / 12 * 100%);
  }
}

/** @format */
.c-hdr {
  background-color: var(--color-primary);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  /* --- Auto-hide behavior --- */
  will-change: transform, box-shadow;
  transition: transform 280ms ease, box-shadow 200ms ease, background 200ms ease;
  transform: translateY(0);
  /* Smoother transforms on Safari/Chrome */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* When scrolled past top — add a soft elevation
     and force the solid orange background */
  /* Hidden state (slides up out of view) */
  /* While the mobile menu (off-canvas) is open, always show header */
}
.c-hdr.--raised {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  background: var(--color-primary);
}
.c-hdr.--hidden {
  transform: translateY(-100%);
}
.nav-is-visible .c-hdr {
  transform: translateY(0);
  box-shadow: none;
}
@media screen and (min-width: 1024px) {
  .c-hdr {
    background: var(--color-primary);
    background-repeat: repeat;
    transition: background 500ms, transform 280ms ease, box-shadow 200ms ease;
    /* keep the header pinned on desktop too */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* ensure hidden wins in this scope as well */
    /* Transparent/gradient header at page top (desktop only) */
    /* BUT when the header is raised, force the orange background,
       even if the page uses the transparent-nav mode */
  }
  .c-hdr.--hidden {
    transform: translateY(-100%);
  }
  .interior-nav .c-hdr {
    background: var(--color-primary);
  }
  .transparent-nav .c-hdr {
    background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  }
  .transparent-nav .c-hdr.--raised {
    background: var(--color-primary);
  }
}
.c-hdr__masthead {
  height: 50px;
}
@media screen and (min-width: 1024px) {
  .c-hdr__masthead {
    height: auto;
  }
}
.c-hdr__masthead a {
  display: inline-block;
}
.c-hdr__masthead a img.c-hdr__logo-mbl {
  display: block;
}
@media screen and (min-width: 1024px) {
  .c-hdr__masthead a img.c-hdr__logo-mbl {
    display: none;
  }
}
.c-hdr__masthead a img.c-hdr__logo-desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-hdr__masthead a img.c-hdr__logo-desktop {
    display: block;
  }
}
.c-hdr__container {
  margin: 0 auto;
  max-width: 1305px;
  padding: 16px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .c-hdr__container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 16px;
  }
}
.c-hdr__btn {
  border: 2px solid #fff;
  border-radius: 40px;
  color: #fff;
  font-size: 12px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.7px;
  line-height: 1em;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.5s ease;
}
.c-hdr__btn:not(:last-child) {
  margin-right: 1.5rem;
}
.c-hdr__btn.--orange {
  background-color: var(--color-primary);
}
.c-hdr__btn.--orange:hover {
  background-color: var(--color-primary-dark);
}
.c-hdr__btn.--teal {
  background-color: var(--color-tertiary);
}
.c-hdr__btn.--teal:hover {
  background-color: var(--color-tertiary-dark);
}
.c-hdr__btn.--red {
  background-color: #ef4545;
}
.c-hdr__tel {
  background: url(/img/icons/sprite.v1.png) no-repeat 10px 5px;
  border-left: 1px solid #fff;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.5px;
  padding-left: 12px;
  text-decoration: none;
}
.c-hdr__tel strong {
  margin-left: 1.65rem;
}
.c-hdr__tel:hover {
  background: url(/img/icons/sprite.v1.png) no-repeat 10px -40px;
  color: #fff;
}
.c-hdr__tel.--mbl-only {
  background-position: left 5px;
  border-left: 0;
  font-size: 1.1rem;
  margin-block-end: 1rem;
  padding-left: 32px;
}
@media screen and (min-width: 1024px) {
  .c-hdr__tel.--mbl-only {
    display: none;
  }
}
.c-hdr__tel.--no-mbl {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-hdr__tel.--no-mbl {
    display: block;
  }
}
.c-hdr__nav {
  background-color: var(--color-primary);
  color: #fff;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 82px);
  overflow: hidden;
  overflow-y: auto;
  padding: 1rem 2rem 6rem;
  position: fixed;
  right: 0;
  top: 82px;
  transform: translateX(100%);
  width: 100%;
  z-index: 1000;
}
.page-is-animatable .c-hdr__nav {
  transition: transform 0.3s ease;
}
.nav-is-visible .c-hdr__nav {
  transform: translateX(0);
}
@media screen and (min-width: 1024px) {
  .c-hdr__nav {
    --list-max-height: 0;
    --list-opacity: 0;
    --list-overflow: hidden;
    background: 0;
    flex-direction: row;
    height: auto;
    justify-content: space-between;
    overflow: visible;
    overflow-y: visible;
    padding: 0;
    position: relative;
    right: auto;
    top: auto;
    transform: translateX(0);
    width: auto;
  }
  .page-is-animatable .c-hdr__nav {
    transition: none;
  }
}
.c-hdr__nav-item {
  display: block;
  margin-right: 0.5rem;
  position: relative;
  transition: all 0.1s ease-in-out;
  -webkit-font-smoothing: antialiased;
}
.c-hdr__nav-item .--active {
  background-color: #1e150f;
}
.c-hdr__nav-item:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .c-hdr__nav-item:hover {
    --list-max-height: 600px;
    --list-overflow: visible;
    --list-opacity: 1;
  }
  .c-hdr__nav-item:not(:last-child) {
    margin-bottom: 0;
  }
}
.c-hdr__nav-item__primary {
  border-radius: 8px;
  color: inherit;
  cursor: pointer;
  font-family: var(--font-primary);
  font-size: 13px;
  line-height: 1;
  padding: 10px 6px;
  text-decoration: none;
  white-space: nowrap;
}
.c-hdr__nav-item__primary.--active {
  background-color: #1e150f;
}
.c-hdr__nav-item__primary:hover {
  border-radius: 8px !important;
}
.c-hdr__nav-item__primary.--round {
  border-radius: 8px;
}
.c-hdr__nav-item__list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1rem;
}
@media screen and (min-width: 1024px) {
  .c-hdr__nav-item__list {
    background-color: #1e150f;
    border-radius: 10px;
    max-height: var(--list-max-height);
    opacity: var(--list-opacity);
    overflow: var(--list-overflow);
    padding: 0;
    position: absolute;
    transition: opacity 300ms;
    width: 250px;
    z-index: 9;
  }
}
.c-hdr__nav-item__list li {
  line-height: 20px;
  text-align: left;
}
.c-hdr__nav-item__list li a {
  color: inherit;
  display: block;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .c-hdr__nav-item__list li:hover {
    background-color: rgb(66, 44, 29);
  }
}
.c-hdr__nav-item__list-item {
  --subitem-opacity: 0;
  --subitem-max-height: 0;
  align-items: center;
  display: flex;
  font-size: 14px;
  min-height: 40px;
  padding: 0.35rem 0.5rem;
  position: relative;
  transition: background-color 300ms;
}
.c-hdr__nav-item__list-item:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.c-hdr__nav-item__list-item:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.c-hdr__nav-item__list-item__nest {
  background-color: #1e150f;
  border-radius: 10px;
  margin: 0;
  max-height: var(--subitem-max-height);
  opacity: var(--subitem-opacity);
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: opacity 300ms;
  right: -13.5rem;
  width: 220px;
  z-index: 10;
}
.c-hdr__nav-item__list-item__nest a {
  color: inherit;
  display: block;
  line-height: 20px;
  padding: 0.5rem 0.5rem;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
.c-hdr__nav-item__list-item__nest a:hover {
  background-color: rgb(66, 44, 29);
}
.c-hdr__nav-item__list-item:hover {
  --subitem-max-height: 400px;
  --subitem-opacity: 1;
}
.c-hdr__nav-btn {
  background: 0;
  border: 0;
  height: 100%;
  outline: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}
.c-hdr__nav-btn span {
  background: #fff;
  height: 1px;
  position: absolute;
  right: 16px;
  top: 35%;
  width: calc(100% - 32px);
}
.c-hdr__nav-btn span:nth-child(2) {
  top: 49%;
}
.c-hdr__nav-btn span:last-child {
  bottom: 35%;
  top: auto;
}
@media screen and (min-width: 1024px) {
  .c-hdr__nav-btn {
    display: none;
  }
}
.c-hdr__mbl-cta {
  left: 62.5%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .c-hdr__mbl-cta {
    display: none;
  }
}

/* Flat overrides to ensure final cascade order always favors show/hide states */
.c-hdr.--hidden {
  transform: translateY(-100%);
}

.nav-is-visible .c-hdr {
  transform: translateY(0);
  box-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
  .c-hdr {
    transition: none;
  }
}
.heading-text {
  color: #504238;
  font-family: var(--font-secondary-bold);
  font-weight: var(--font-weight-bold);
  line-height: 1.5em;
}

.l-content-container {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--content-max-width);
  padding-inline: 20px;
  width: 100%;
}

#content-wrapper {
  overflow-x: hidden;
  width: 100%;
}

/** @format */
/** @format */
.c-ftr {
  background: var(--body-color);
  color: var(--color-brown-light);
  padding-block: 35px;
  padding-block-start: 65px;
}
.c-ftr__container p {
  font-weight: var(--font-weight-light);
  font-size: 1rem;
  line-height: 2;
  margin: 0;
}
.c-ftr__container p a {
  text-decoration: none;
  transition: all 0.2s ease;
  color: var(--color-brown-light);
}
.c-ftr__container p a:hover {
  color: #fff;
}
.c-ftr__container p a:hover {
  text-decoration: underline;
}
.c-ftr__cta {
  border-left: 1px solid #fff;
  color: #fff !important;
  display: inline-block;
  font-size: 12px;
  font-weight: var(--font-weight-bold);
  line-height: 1.4;
  margin-inline: 6px 0;
  padding-block: 6px 5px;
  padding-inline: 35px 0;
  text-decoration: none;
  vertical-align: top;
  color: #fff;
}
.c-ftr__cta:hover {
  color: #fff;
}
.c-ftr__cta:hover {
  text-decoration: underline;
}
.c-ftr__cta[href*=tel] {
  background: url(/img/icons/sprite.v1.png) no-repeat 5px 2px;
}
.c-ftr__cta[href*=tel]:hover {
  background: url(/img/icons/sprite.v1.png) no-repeat 5px -43px;
}
.c-ftr__social {
  align-items: center;
  display: flex;
  overflow: hidden;
}
.c-ftr__social a {
  background: var(--sprite-img) -2px -419px no-repeat;
  display: inline-flex;
  height: 45px;
  transition: all 0.1s ease-in-out;
  width: 45px;
}
.c-ftr__social a:not(:last-child) {
  margin-inline-end: 15px;
}
.c-ftr__social a.--social-fb:hover {
  background: var(--sprite-img) -2px -464px no-repeat;
}
.c-ftr__social a.--social-twitter {
  background: var(--sprite-img) -90px -426px no-repeat;
  height: 39px;
}
.c-ftr__social a.--social-twitter:hover {
  background: var(--sprite-img) -90px -465px no-repeat;
}
.c-ftr__social a.--social-li {
  background: var(--sprite-img) -180px -419px no-repeat;
}
.c-ftr__social a.--social-li:hover {
  background: var(--sprite-img) -180px -464px no-repeat;
}
.c-ftr__social a.--social-yt {
  background: var(--sprite-img) -269px -426px no-repeat;
  height: 37px;
}
.c-ftr__social a.--social-yt:hover {
  background: var(--sprite-img) -269px -465px no-repeat;
}
.c-ftr__social a.--social-insta {
  background: var(--sprite-img) -350px -426px no-repeat;
  height: 37px;
}
.c-ftr__social a.--social-insta:hover {
  background: var(--sprite-img) -350px -465px no-repeat;
}
.c-ftr__sub p {
  font-size: 0.9375rem;
  line-height: 2.13;
  margin: 0;
}
.c-ftr__sub span {
  display: inline-block;
  margin-inline: 8px;
}

/** @format */
/** @format */
.l-interior {
  margin: 0 auto 2.5rem;
  max-width: var(--content-max-width);
  padding-top: var(--interior-padding-top);
}
.l-interior__hdr {
  color: #504238;
  font-size: 44px;
  line-height: 1.15;
}
.l-interior__hdr.--text-center {
  text-align: center;
}
.l-interior__hdr.--space-bottom {
  margin-bottom: 30px;
}
.l-interior-content {
  padding-inline: 20px;
}
@media screen and (min-width: 1024px) {
  .l-interior-content {
    padding-inline: 0 30px;
  }
  .--extra-content-padding-right .l-interior-content {
    padding-inline-end: 4.25rem;
  }
}
.l-interior__content.--center {
  text-align: center;
}
.l-interior__content.--center strong {
  color: var(--color-primary);
}
.l-interior__content.--center ul {
  list-style: none;
}
.l-interior__content.--center ul li {
  font-size: 16px;
  line-height: 1.15;
  margin: 0 0 0.5rem;
}
.l-interior__content h2 {
  color: var(--color-primary);
  font-size: 40px;
  line-height: 1.15;
  margin: 1em 0 0.5rem;
}
.l-interior__content h3 {
  color: #504238;
  font-size: 36px;
  line-height: 1.15;
  margin: 1em 0 0.5rem;
}
.l-interior__content ul li {
  font-size: 18px;
  line-height: 1.15;
  margin-bottom: 0.5rem;
}
.l-interior__content p {
  padding-right: 3.5rem;
}
.l-interior__content__copy {
  border-bottom: 3px solid #cccccc;
  padding-bottom: 2.5rem;
}
.l-interior__content-testimony {
  padding-top: 40px;
}
.l-interior__content-testimony__hdr {
  color: #504238;
  font-size: 36px;
  line-height: 1.15;
  margin: 1em 0;
  text-align: center;
}
.l-interior__content-testimony__row {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-interior__content-testimony__row {
    align-items: center;
    flex-direction: row;
  }
}
.l-interior__content-testimony__row-item {
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .l-interior__content-testimony__row-item {
    max-width: 50%;
  }
}
.l-interior__content-testimony__row-item__quote {
  font-style: italic;
  font-weight: var(--font-weight-regular);
  text-align: center;
}
.l-interior__content-testimony__row-item__quote p {
  padding-right: 0;
}
.l-interior__content-testimony__row-item__name {
  font-weight: var(--font-weight-bold);
  text-align: center;
}
.l-interior__content-start {
  background-color: #f1ebe6;
  padding: 20px;
}
.l-interior__content-start__hdr {
  color: #504238;
  font-size: 36px;
  line-height: 1.1;
  margin: 1em 0 2em;
}
.l-interior__content-start__grid {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .l-interior__content-start__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.l-interior__content-start__grid-item {
  text-align: center;
}
.l-interior__content-start__grid-item__icon {
  color: var(--color-primary);
  display: block;
  font-size: 60px;
  margin-bottom: 2rem;
}
.l-interior__content-start__grid-item__hdr {
  color: var(--color-tertiary);
  font-size: 26px;
  line-height: 1.25em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .l-interior__content-start__grid-item__hdr {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .l-interior__content-start__grid-item__hdr {
    font-size: 32px;
  }
}
@media screen and (min-width: 1400px) {
  .l-interior__content-start__grid-item__hdr {
    font-size: 36px;
  }
}
.l-interior__content-start__grid-item__hdr:hover {
  color: var(--color-tertiary-dark);
  text-decoration: underline;
}
.l-interior__content-start__grid-item__copy {
  margin-bottom: 10px;
}
.l-interior__banner {
  margin: 20px;
}
.l-interior__banner img {
  border-radius: 10px;
}
.l-interior__date {
  margin-bottom: 15px;
}
.l-interior-ftr {
  margin-bottom: 120px;
}
.l-interior-ftr__hdr {
  color: var(--color-primary);
  font-size: 40px;
  line-height: 1.15;
  margin: 1.5em 0 0.5rem;
}
.l-interior-ftr__copy p {
  padding-right: 2.5rem;
}
.l-interior-ftr__copy a {
  color: var(--color-tertiary);
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
.l-interior-ftr__copy a:hover {
  color: var(--color-tertiary-dark);
  text-decoration: underline;
}
.l-interior-ftr__copy strong {
  font-weight: var(--font-weight-bold);
}
.l-interior-sidebar {
  display: none;
}
.l-interior-sidebar-search {
  background-color: #eae6dc;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 20px;
}
.l-interior-sidebar-search__hdr {
  font-size: 22px;
  margin-bottom: 18px;
  text-align: center;
}
.l-interior-sidebar-search__input {
  margin-bottom: 8px;
  position: relative;
}
.l-interior-sidebar-search__input input {
  border-color: transparent;
  display: block;
  font-size: 15px;
  height: 42px;
  padding: 8px 34px 12px 16px;
  width: 100%;
}
.l-interior-sidebar-search__input input::placeholder {
  color: inherit;
  font-weight: var(--font-weight-regular);
}
.l-interior-sidebar-search__input button {
  background-color: var(--color-tertiary);
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: var(--font-primary);
  font-weight: var(--font-weight-bold);
  height: 100%;
  line-height: 32px;
  padding: 0 15px;
  position: absolute;
  right: 0px;
  top: 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.5s ease 0s;
}
.l-interior-sidebar-search__input button:hover {
  background-color: var(--color-tertiary-dark);
}
.l-interior-sidebar-testimonial {
  background-color: #eae6dc;
  border-radius: 20px;
  padding: 20px;
}
.l-interior-sidebar-testimonial__hdr {
  font-size: 24px;
  margin-bottom: 14px;
  text-align: center;
}
.l-interior-sidebar-testimonial__quote p {
  font-size: 15px;
  line-height: 1.3em;
}
.l-interior-sidebar-testimonial__quote p:first-child:before {
  color: var(--color-primary);
  content: var(--u-quote-glyph);
  display: inline;
  font-family: "fontawesome";
  font-size: 20px;
  font-weight: var(--font-weight-bold);
  margin-right: 4px;
  vertical-align: middle;
}
.l-interior-sidebar-testimonial__quote p:last-child {
  margin-bottom: 8px;
}
.l-interior-sidebar-testimonial__name {
  font-weight: var(--font-weight-bold);
  text-align: right;
}
.l-interior-sidebar-testimonial__stars {
  color: var(--color-tertiary);
  margin-bottom: 1.5rem;
  text-align: right;
}
.l-interior-sidebar-testimonial__footer {
  text-align: right;
}
.l-interior-sidebar-testimonial__footer .cta {
  border-width: 2px;
  padding: 12px 21px 10px 21px;
}
.show-sidebar .l-interior {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .show-sidebar .l-interior {
    grid-template-columns: auto 23%;
  }
}
.show-sidebar .l-interior-sidebar {
  display: block;
  padding-inline: 20px;
}
@media screen and (min-width: 1024px) {
  .show-sidebar .l-interior-sidebar {
    padding-inline: 0;
  }
}
.show-sidebar .l-interior-sidebar__recent-posts {
  background-color: #1e150f;
  border-radius: 20px;
  padding: 20px;
}
.show-sidebar .l-interior-sidebar__recent-posts__hdr {
  color: #fff;
  font-size: 22px;
  margin-bottom: 1rem;
  text-align: center;
}
.show-sidebar .l-interior-sidebar__recent-posts-item {
  line-height: 20px;
  margin-bottom: 6px;
}
.show-sidebar .l-interior-sidebar__recent-posts-item__link {
  color: #fff;
  display: block;
  padding: 10px 4px 10px 10px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.show-sidebar .l-interior-sidebar__recent-posts-item__link:before {
  content: "»";
}
.show-sidebar .l-interior-sidebar__recent-posts-item__link:hover {
  background-color: #504238;
}
.show-sidebar .l-interior-sidebar__contact {
  background-color: #1e150f;
  border-radius: 20px;
  color: #fff;
  margin-bottom: 30px;
  padding: 28px 20px;
}
.show-sidebar .l-interior-sidebar__contact-title {
  color: #fff;
  font-family: var(--font-secondary-bold);
  font-size: 28px;
  font-weight: var(--font-weight-bold);
  margin-bottom: 16px;
  text-align: center;
}
.show-sidebar .l-interior-sidebar__contact-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  /* ✅ Sidebar submit button styles now apply to BOTH types */
  /* ✅ Optional: clear visual for invalid fields triggered by JS */
}
.show-sidebar .l-interior-sidebar__contact-row:last-child {
  margin-top: 16px;
}
.show-sidebar .l-interior-sidebar__contact-row .c-cb {
  align-items: flex-start;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
}
.show-sidebar .l-interior-sidebar__contact-row .c-cb input {
  margin-right: 4px;
  margin-top: 5px;
  width: 13px;
}
.show-sidebar .l-interior-sidebar__contact-row .c-cb a {
  color: #fff;
  text-decoration: underline;
}
.show-sidebar .l-interior-sidebar__contact-row button[type=submit],
.show-sidebar .l-interior-sidebar__contact-row button[type=button],
.show-sidebar .l-interior-sidebar__contact-row #js-btn-sidebar-submit {
  background-color: var(--color-tertiary);
  border: 1px solid rgb(204, 204, 204);
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  font-family: var(--font-primary);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.7px;
  line-height: 1.5em;
  margin-top: 0.5rem;
  padding: 11px 22px 9px 22px;
  transition: background-color 0.5s ease;
}
.show-sidebar .l-interior-sidebar__contact-row button[type=submit]:hover,
.show-sidebar .l-interior-sidebar__contact-row button[type=button]:hover,
.show-sidebar .l-interior-sidebar__contact-row #js-btn-sidebar-submit:hover {
  background-color: var(--color-tertiary-dark);
}
.show-sidebar .l-interior-sidebar__contact-row input,
.show-sidebar .l-interior-sidebar__contact-row textarea {
  border: 0;
  border-radius: 20px;
  color: #352b24;
  font-size: 14px;
  padding: 12px 16px;
  width: 100%;
}
.show-sidebar .l-interior-sidebar__contact-row input.--invalid,
.show-sidebar .l-interior-sidebar__contact-row textarea.--invalid,
.show-sidebar .l-interior-sidebar__contact-row input[aria-invalid=true],
.show-sidebar .l-interior-sidebar__contact-row textarea[aria-invalid=true] {
  outline: 2px solid #d9534f;
  outline-offset: 2px;
  background-color: #fff5f5;
}
.show-sidebar .l-interior-sidebar__contact-row textarea {
  height: 80px;
  resize: none;
}

.l-blog-post h2 {
  color: var(--color-primary);
  font-size: 40px;
  line-height: 1.15;
  margin: 1em 0 0.5rem;
}
.l-blog-post h3 {
  color: #504238;
  font-size: 36px;
  line-height: 1.15;
  margin: 1em 0 0.5rem;
}
.l-blog-post p {
  margin: 0;
}
.l-blog-post p:not(:last-child) {
  margin: 0 0 18px;
}
.l-blog-post__tags a,
.l-blog-post p a {
  color: var(--color-tertiary);
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
.l-blog-post__tags a:hover,
.l-blog-post p a:hover {
  color: var(--color-tertiary-dark);
  text-decoration: underline;
}

/* Prismic/feature slices — depends on components + layout */
/* Slice components re-export */
/** @format */
.s-stats {
  background: var(--color-primary);
  color: #fff;
}
.s-stats__container {
  align-items: stretch;
  column-gap: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  padding-inline: 0;
}
@media screen and (min-width: 1024px) {
  .s-stats__container {
    grid-template-columns: repeat(3, 1fr);
    padding-inline: 20px;
  }
}
.s-stats-item {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 1.85rem;
  padding-inline: var(--space-med);
}
.s-stats-item:nth-child(2) {
  background: var(--color-primary-dark);
}
@media screen and (min-width: 1024px) {
  .s-stats-item:first-child {
    padding-right: 5rem;
  }
  .s-stats-item:last-child {
    padding-left: 7rem;
  }
}
.s-stats-item__value {
  font-family: var(--font-secondary-bold);
  font-size: 3rem;
  font-weight: var(--font-weight-bold);
  line-height: 0.667;
  margin-block-end: 1rem;
}
.s-stats-item__label {
  color: var(--color-secondary);
  font-size: 1.4375rem;
  line-height: 1;
}

/** @format */
.s-lotc {
  background-color: #EEE2CE;
  padding-inline: 20px;
  padding-top: 60px;
}
.s-lotc__hdr {
  font-size: 39px;
  line-height: 1.35;
  text-align: center;
}
.s-lotc__copy {
  margin: 0.5rem 0 2.5rem;
  text-align: center;
}
.s-lotc__copy p {
  margin: 0;
}
.s-lotc-items {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .s-lotc-items {
    align-items: flex-start;
    grid-template-columns: repeat(3, 1fr);
  }
}
.s-lotc-items__item {
  text-align: center;
}
.s-lotc-items__item-hdr {
  display: block;
  font-size: 24px;
  font-family: var(--font-secondary-bold);
  font-weight: var(--font-weight-bold);
  margin-bottom: 18px;
}
.s-lotc-items__item-copy {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 3.5rem;
  padding: 0 0.5rem;
}
.s-lotc-items__item-copy p {
  font-weight: var(--font-weight-light);
  margin: 0;
}
.s-lotc__ftr {
  padding-bottom: 18px;
  text-align: center;
}
.s-lotc__ftr p {
  font-size: 12px;
  font-weight: var(--font-weight-bold);
  margin-bottom: 0;
}

/** @format */
/* Re-export component partials without @import deprecations */
/* ensure CTA utility is present for @extend .cta */
.s-cs {
  margin-bottom: 30px;
  padding-inline: 20px;
  padding-top: 30px;
}
.s-cs-container {
  margin: 0 auto;
  max-width: var(--content-max-width);
}
.s-cs__hdr {
  /* inlined former %heading-text styles to avoid missing placeholder */
  color: #504238;
  font-family: var(--font-secondary-bold);
  font-weight: var(--font-weight-bold);
  line-height: 1.5em;
  font-size: 39px;
  text-align: center;
}
.s-cs__copy {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-light);
  line-height: 32px;
  margin-bottom: 18px;
  text-align: center;
}
.s-cs__copy p {
  margin: 0;
}
.s-cs__cta {
  margin-bottom: 28px;
  text-align: center;
}
.s-cs__cta a {
  /* pill button */
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 12px 24px;
}
.s-cs-items {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .s-cs-items {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
.s-cs-items__item {
  padding: 20px;
}
.s-cs-items__item:not(:last-child) {
  margin-block-end: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .s-cs-items__item:not(:last-child) {
    margin-block-end: 0;
  }
}
.s-cs-items__item__img {
  margin-bottom: 20px;
  position: relative;
}
.s-cs-items__item__img img {
  border-radius: 10px;
}
.s-cs-items__item__img img.hidden {
  display: none;
}
.s-cs-items__item__img img.fade-out {
  animation-name: fade-out-carousel-img;
  animation-duration: 600ms;
  animation-timing-function: ease;
  opacity: 0;
}
.s-cs-items__item__img img.fade-in {
  animation-name: fade-in-carousel-img;
  animation-duration: 600ms;
  animation-timing-function: ease;
  opacity: 1;
}
@keyframes fade-in-carousel-img {
  0% {
    opacity: 0;
  }
}
@keyframes fade-out-carousel-img {
  0% {
    opacity: 1;
  }
}
.s-cs-items__item__img-prev, .s-cs-items__item__img-next {
  border-radius: 50%;
  background-color: #452d26;
  cursor: pointer;
  height: 40px;
  opacity: 0.7;
  padding: 0.15rem;
  position: absolute;
  transition: opacity 0.1s ease;
  width: 40px;
  z-index: 2;
}
.s-cs-items__item__img-prev svg path, .s-cs-items__item__img-next svg path {
  fill: #fff;
}
.s-cs-items__item__img-prev:hover, .s-cs-items__item__img-next:hover {
  opacity: 1;
}
.s-cs-items__item__img-prev {
  top: 45%;
  left: 5px;
}
.s-cs-items__item__img-next {
  top: 45%;
  right: 5px;
}
.s-cs-items__item__img-tag {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.65);
  bottom: 0;
  color: #504238;
  display: grid;
  font-family: var(--font-secondary-bold);
  font-size: 32px;
  font-weight: var(--font-weight-bold);
  height: 80px;
  justify-content: center;
  line-height: 1.4;
  padding: 0 0 0.75rem;
  position: absolute;
  text-align: center;
  width: 100%;
}
.s-cs-items__item__name {
  color: #504238;
  font-family: var(--font-secondary-bold);
  font-size: 28px;
  font-weight: var(--font-weight-bold);
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .s-cs-items__item__name {
    margin-bottom: 30px;
  }
}
.s-cs-items__item__info {
  font-size: 15px;
  margin: 0 0 10px;
}
@media screen and (min-width: 1024px) {
  .s-cs-items__item__info {
    margin: 0 0 40px;
  }
}
.s-cs-items__item__info strong {
  font-weight: var(--font-weight-bold);
}
.s-cs-items__item__btn {
  text-align: center;
}
.s-cs-items__item__btn a {
  font-size: 12px;
  letter-spacing: 2px;
  padding: 12px 24px;
}
.s-cs-images {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .s-cs-images {
    flex-direction: row;
    justify-content: space-between;
  }
}
.s-cs-images-before, .s-cs-images-after {
  position: relative;
}
.s-cs-images-before__hdr, .s-cs-images-after__hdr {
  /* inlined former %heading-text styles */
  color: #504238;
  font-family: var(--font-secondary-bold);
  font-weight: var(--font-weight-bold);
  line-height: 1.5em;
  font-size: 30px;
  line-height: 1.15;
  margin-bottom: 8px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .s-cs-images-before__hdr, .s-cs-images-after__hdr {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
.s-cs-images-before__carousel, .s-cs-images-after__carousel {
  position: relative;
}
.s-cs-images-before__carousel img, .s-cs-images-after__carousel img {
  border-radius: 10px;
  display: block;
}
.s-cs-images-before__carousel img.--hidden, .s-cs-images-after__carousel img.--hidden {
  display: none;
}
.s-cs-images-before__carousel img.fade-in, .s-cs-images-after__carousel img.fade-in {
  animation-name: fade-in-carousel-img;
  animation-duration: 600ms;
  animation-timing-function: ease;
  opacity: 1;
}
@keyframes fade-in-carousel-img {
  0% {
    opacity: 0;
  }
}
.s-cs-images-before__prev, .s-cs-images-before__next, .s-cs-images-after__prev, .s-cs-images-after__next {
  cursor: pointer;
  opacity: 0.7;
  position: absolute;
  top: 49%;
  transition: opacity 0.4s;
  width: 40px;
  z-index: 9;
}
.s-cs-images-before__prev svg path, .s-cs-images-before__next svg path, .s-cs-images-after__prev svg path, .s-cs-images-after__next svg path {
  fill: #fff;
}
.s-cs-images-before__prev:hover, .s-cs-images-before__next:hover, .s-cs-images-after__prev:hover, .s-cs-images-after__next:hover {
  opacity: 1;
}
.s-cs-images-before__prev, .s-cs-images-after__prev {
  left: 0.5rem;
}
.s-cs-images-before__next, .s-cs-images-after__next {
  right: 0.5rem;
}
.s-cs-images-before {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .s-cs-images-before {
    margin-bottom: 0;
    margin-right: 40px;
  }
}
.s-cs-images-after {
  position: relative;
}
.s-cs-images-after img {
  border-radius: 10px;
}
.s-cs-images-after img.--hidden {
  display: none;
}
.s-cs-images-after img.fade-out {
  animation-name: fade-out-carousel-img;
  animation-duration: 600ms;
  animation-timing-function: ease;
  opacity: 0;
}
.s-cs-images-after img.fade-in {
  animation-name: fade-in-carousel-img;
  animation-duration: 600ms;
  animation-timing-function: ease;
  opacity: 1;
}
@keyframes fade-in-carousel-img {
  0% {
    opacity: 0;
  }
}
@keyframes fade-out-carousel-img {
  0% {
    opacity: 1;
  }
}

/** @format */
.s-carousel {
  background-color: var(--body-color);
  color: #fff;
  padding: 35px 36px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .s-carousel {
    padding: 35px 20px;
  }
}
.s-carousel-container {
  margin: 0 auto;
  max-width: calc(var(--content-max-width) + 82px);
  position: relative;
}
.s-carousel__hdr {
  font-family: var(--font-secondary-bold);
  font-size: 44px;
  font-weight: var(--font-weight-bold);
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}
.s-carousel-items {
  position: relative;
}
.s-carousel-items__wrapper-outer {
  margin: 0 auto;
  max-width: 1180px;
  overflow: hidden;
}
.s-carousel-items__wrapper-inner {
  align-items: center;
  display: inline-flex;
  white-space: none;
  width: 9999rem;
}
.s-carousel-items__wrapper-inner.--is-animatable {
  transition: transform 0.4s ease;
}
.s-carousel-items__item {
  border-radius: 16px;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
}
.s-carousel-items__item:not(:last-child) {
  margin-right: 1rem;
}
.s-carousel-items__item img {
  display: block;
}
.s-carousel-items__prev, .s-carousel-items__next {
  background: 0;
  border: 0;
  cursor: pointer;
  height: 40px;
  left: -32px;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 25px;
}
@media screen and (min-width: 1024px) {
  .s-carousel-items__prev, .s-carousel-items__next {
    left: -26px;
  }
}
.s-carousel-items__prev.--is-disabled, .s-carousel-items__next.--is-disabled {
  opacity: 0.175;
}
.s-carousel-items__prev svg path, .s-carousel-items__next svg path {
  fill: #fff;
}
.s-carousel-items__prev:not(.--is-disabled):hover svg path, .s-carousel-items__next:not(.--is-disabled):hover svg path {
  fill: var(--color-brown-light);
}
.s-carousel-items__prev {
  background: var(--sprite-img) no-repeat scroll 0px -101px;
}
.s-carousel-items__prev:not(.--is-disabled):hover {
  background: var(--sprite-img) no-repeat scroll 0px -142px;
}
.s-carousel-items__next {
  background: var(--sprite-img) no-repeat scroll -131px -142px;
  left: auto !important;
  right: -32px;
}
@media screen and (min-width: 1024px) {
  .s-carousel-items__next {
    right: -26px;
  }
}
.s-carousel-items__next:not(.--is-disabled):hover {
  background: var(--sprite-img) no-repeat scroll -131px -101px;
}
.s-carousel-items__item {
  display: inline-block;
  position: relative;
  width: 283px;
}
.s-carousel-items__item.hidden {
  display: none;
}
.s-carousel-items__item:not(:last-child) {
  margin-right: 14px;
}
.s-carousel-items__item:before {
  content: "";
  background-image: url(/img/icons/play-btn.v2.png);
  border-radius: 50%;
  display: inline-block;
  height: 48px;
  opacity: 0.5;
  left: 45%;
  position: absolute;
  top: 45%;
  transition: opacity 200ms ease;
  width: 48px;
  z-index: 2;
}
.s-carousel-items__item:hover:before {
  opacity: 1;
}
.s-carousel-items__item img {
  width: 100%;
}

/** @format */
.s-articles {
  padding-top: 40px;
  margin-bottom: 40px;
}
.s-articles__hdr {
  font-size: 39px;
  line-height: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.s-articles-items {
  display: flex;
  justify-content: center;
  height: 424px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.s-articles-items__wrapper {
  --translateX: 0;
  --featuredNewsImgMaxWidth: 72.5%;
  --featuredNewsItemMaxWidth: 72.5%;
  display: inline;
  left: 0;
  height: 424px;
  position: absolute;
  overflow: hidden;
  width: calc(100% - 40px);
}
@media screen and (min-width: 370px) {
  .s-articles-items__wrapper {
    --featuredNewsImgMaxWidth: 90%;
    --featuredNewsItemMaxWidth: 90%;
  }
}
@media screen and (min-width: 425px) {
  .s-articles-items__wrapper {
    --featuredNewsImgMaxWidth: 100%;
    --featuredNewsItemMaxWidth: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .s-articles-items__wrapper {
    max-width: var(--content-max-width);
    padding: 0;
    width: auto;
  }
}
.s-articles-items__wrapper-interior {
  --featuredNewsItemMaxWidth: 65%;
  --featuredNewsImgMaxWidth: 65%;
}
@media screen and (min-width: 425px) {
  .s-articles-items__wrapper-interior {
    --featuredNewsImgMaxWidth: 90% !important;
    --featuredNewsItemMaxWidth: 90% !important;
  }
}
@media screen and (min-width: 1200px) {
  .s-articles-items__wrapper-interior {
    max-width: 800px;
    padding-left: 48px;
  }
}
.s-articles-items__wrapper-row {
  display: inline-flex;
  height: 424px;
  position: relative;
  transform: translateX(var(--translateX));
  transition: transform 200ms ease;
}
.s-articles-items__wrapper-row.--group12 {
  width: 1200%;
}
.s-articles-items__wrapper-row.--group10 {
  width: 10000%;
}
.s-articles-items__prev, .s-articles-items__next {
  cursor: pointer;
  height: 40px;
  position: absolute;
  width: 25px;
  z-index: 2;
}
.s-articles-items__prev svg path, .s-articles-items__next svg path {
  fill: var(--color-primary);
}
.s-articles-items__prev:hover svg path, .s-articles-items__next:hover svg path {
  fill: var(--color-brown-light);
}
.s-articles-items__prev {
  background: var(--sprite-img) no-repeat scroll 0px -142px;
  left: 6px;
  top: 46%;
}
@media screen and (min-width: 1200px) {
  .s-articles-items__prev {
    left: -56px;
  }
}
.s-articles-items__prev.--interior {
  left: 0;
}
.s-articles-items__next {
  background: var(--sprite-img) no-repeat scroll -131px -101px;
  right: 6px;
  top: 46%;
}
@media screen and (min-width: 1200px) {
  .s-articles-items__next {
    right: -36px;
  }
}
.s-articles-items__next.--interior {
  right: 0;
}
.s-articles-items__item {
  --fni-magic-num: 408px;
  --fni-width-total: 330px;
  --fni-space-total: calc(var(--fni-magic-num) - var(--fni-width-total));
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  height: 424px;
  margin-left: calc(var(--fni-space-total) / 2);
  margin-right: calc(var(--fni-space-total) / 2);
  width: var(--fni-width-total);
}
@media screen and (min-width: 1200px) {
  .s-articles-items__item {
    margin-left: 0;
    margin-right: var(--fni-space-total);
    --fni-width-total: 360px;
  }
}
.s-articles-items__item__img {
  max-width: var(--featuredNewsImgMaxWidth);
}
@media screen and (min-width: 1200px) {
  .s-articles-items__item__img {
    max-width: 100%;
  }
}
.s-articles-items__item__img img {
  border-radius: 40px;
}
.s-articles-items__item-hdr {
  max-width: var(--featuredNewsItemMaxWidth);
}
@media screen and (min-width: 1200px) {
  .s-articles-items__item-hdr {
    border-left: 4px solid #9a5629;
    margin: 8px 0px 14px 0px;
    max-width: 100%;
    padding-left: 15px;
  }
}
.s-articles-items__item-hdr__title {
  color: #504238;
  display: block;
  font-family: var(--font-secondary-bold);
  font-size: 26px;
  font-weight: var(--font-weight-bold);
  line-height: 1;
  text-decoration: none;
  transition: color 200ms;
}
.s-articles-items__item-hdr__title:hover {
  color: var(--color-tertiary);
  text-decoration: underline;
}
.s-articles-items__item-hdr__date {
  font-weight: var(--font-weight-thin);
  line-height: 36px;
}
.s-articles-items__item__preview {
  font-size: 16px;
  font-weight: var(--font-weight-thin);
  line-height: 28px;
  max-width: var(--featuredNewsItemMaxWidth);
}
@media screen and (min-width: 1200px) {
  .s-articles-items__item__preview {
    max-width: 100%;
  }
}
.s-articles-items__item__preview a {
  color: var(--color-tertiary);
  text-decoration: none;
}
.s-articles-items__item__preview a:hover {
  text-decoration: underline;
}

.s-copy__hdr {
  color: rgb(80, 66, 56);
  font-family: var(--font-secondary-bold);
  font-size: 44px;
  font-weight: var(--font-weight-bold);
  line-height: 1.25;
  margin-bottom: 1rem;
}
.s-copy__subhdr {
  color: var(--color-primary);
  font-family: var(--font-secondary-bold);
  font-size: 28px;
  font-weight: var(--font-weight-bold);
  line-height: 1.25em;
}
.s-copy__content {
  line-height: 32px;
  margin-bottom: 48px;
}
.s-copy__content p {
  margin: 0;
}
.s-copy__content p:not(:last-child) {
  margin-bottom: 16px;
}
.s-copy__content a {
  color: var(--color-tertiary);
  text-decoration: none;
  transition: color 200ms ease;
}
.s-copy__content a:hover {
  color: var(--color-tertiary-dark);
  text-decoration: underline;
}

/** @format */
.s-2col-grid__hdr {
  font-size: 36px;
  line-height: 1.1;
  margin: 0 0 40px;
}
.s-2col-grid__items {
  display: grid;
  justify-content: space-between;
  margin: 20px;
}
@media screen and (min-width: 768px) {
  .s-2col-grid__items {
    grid-template-columns: 360px 360px;
  }
}
.s-2col-grid__items-item {
  text-align: center;
}
.s-2col-grid__items-item a {
  color: rgb(0, 168, 178);
  text-decoration: none;
  transition: color 200ms;
}
.s-2col-grid__items-item a:hover {
  color: rgb(0, 85, 90);
  text-decoration: underline;
}
.s-2col-grid__items-item__icon {
  color: var(--color-primary);
  font-size: 60px;
  margin-bottom: 20px;
}
.s-2col-grid__items-item__title {
  font-size: 24px;
  line-height: 1.25em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .s-2col-grid__items-item__title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .s-2col-grid__items-item__title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1400px) {
  .s-2col-grid__items-item__title {
    font-size: 36px;
  }
}
.s-2col-grid__items-item__description {
  font-weight: var(--font-weight-thin);
  line-height: 32px;
}

/** @format */
.s-3col-grid__hdr {
  font-size: 48px;
  margin: 0 0 70px;
}
.s-3col-grid__items {
  display: grid;
  justify-content: space-between;
  margin: 20px;
}
@media screen and (min-width: 768px) {
  .s-3col-grid__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.s-3col-grid__items-item {
  text-align: center;
}
.s-3col-grid__items-item a {
  color: rgb(0, 168, 178);
  text-decoration: none;
  transition: color 200ms;
}
.s-3col-grid__items-item a:hover {
  color: rgb(0, 85, 90);
  text-decoration: underline;
}
.s-3col-grid__items-item__icon {
  color: var(--color-primary);
  font-size: 60px;
  margin-bottom: 20px;
}
.s-3col-grid__items-item__title {
  font-size: 25px;
  line-height: 1.25em;
  margin: 0 auto 10px;
  max-width: 70%;
  text-align: center;
  text-transform: uppercase;
}
.s-3col-grid__items-item__description {
  font-weight: var(--font-weight-thin);
  line-height: 32px;
}

.s-2col-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/** @format */
@media screen and (min-width: 1024px) {
  .s-team {
    padding-right: 1rem;
  }
}
.s-team__hdr {
  font-size: 44px;
  margin-bottom: 30px;
}
.s-team__list {
  margin-bottom: 60px;
}
.s-team__list-item {
  border-bottom: 1px solid rgba(120, 120, 120, 0.25);
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1024px) {
  .s-team__list-item {
    grid-template-columns: 33% 67%;
  }
}
.s-team__list-item:first-child {
  border-top: 1px solid rgba(120, 120, 120, 0.25);
}
.s-team__list-item__img {
  margin: 20px;
}
.s-team__list-item__img img {
  border-radius: 50%;
  margin-bottom: 20px;
}
.s-team__list-item__info {
  margin: 0 20px;
}
.s-team__list-item__title {
  color: #504238;
  font-family: var(--font-secondary-bold);
  font-size: 32px;
  font-weight: var(--font-weight-bold);
  line-height: 1.25em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .s-team__list-item__title {
    font-size: 26px;
  }
}
.s-team__list-item__name {
  color: var(--color-primary);
  font-family: var(--font-secondary-bold);
  font-size: 42px;
  font-weight: var(--font-weight-bold);
  line-height: 1.25em;
  margin: 0 0 12px;
}
@media screen and (min-width: 1024px) {
  .s-team__list-item__name {
    margin: 0.83em 0;
  }
}
.s-team__list-item__copy {
  line-height: 32px;
  margin-bottom: 18px;
}
.s-team__list-item__copy p {
  margin: 0;
}
.s-team__list-item__copy p:not(:last-child) {
  margin-bottom: 18px;
}

/** @format */
.s-img-text__grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .s-img-text__grid {
    grid-template-columns: 40% 57%;
    column-gap: 3%;
  }
}
@media screen and (min-width: 768px) {
  .s-img-text__img {
    padding: 20px;
    padding-top: 40px;
  }
}
.s-img-text__img img {
  border-radius: 50%;
}
.s-img-text__text {
  line-height: 32px;
}
@media screen and (min-width: 1024px) {
  .s-img-text__text {
    padding: 20px;
  }
}

/** @format */
.s-partners__hdr {
  font-size: 44px;
  margin-bottom: 10px;
}
.s-partners__list-item {
  margin: 20px 20px 80px;
}
.s-partners__list-item:not(:last-child) {
  border-bottom: 1px solid rgba(120, 120, 120, 0.25);
}
.s-partners__list-item__img {
  margin-bottom: 18px;
}
.s-partners__list-item__copy {
  margin-bottom: 18px;
}
.s-partners__list-item__copy a {
  color: var(--color-tertiary);
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
.s-partners__list-item__copy a:hover {
  color: var(--color-tertiary-dark);
  text-decoration: underline;
}
.s-partners__list-item__copy p {
  margin: 0;
}
.s-partners__list-item__copy p:not(:last-child) {
  margin-bottom: 18px;
}
.s-partners__list-item__copy strong {
  font-weight: var(--font-weight-bold);
}
.s-partners__list-item-services {
  display: grid;
  grid-template-columns: 1fr;
  padding-bottom: 80px;
  row-gap: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .s-partners__list-item-services {
    grid-template-columns: 1fr 1fr;
  }
}
.s-partners__list-item-services__group-name {
  font-weight: var(--font-weight-bold);
  margin-bottom: 8px;
}
.s-partners__list-item-services__group ul {
  font-size: 14px;
  line-height: 32px;
  margin-bottom: 28px;
  margin-left: 40px;
  margin-top: 0;
  padding: 0;
}

/** @format */
.s-lc {
  margin-bottom: 30px;
}
.s-lc__hdr {
  color: #504238;
  font-family: var(--font-secondary-bold);
  font-size: 44px;
  font-weight: var(--font-weight-bold);
  line-height: 1.25em;
  margin-bottom: 30px;
}
.s-lc__list-item {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .s-lc__list-item {
    grid-template-columns: 33% 67%;
  }
}
.s-lc__list-item:not(:last-child) {
  border-bottom: 1px solid rgba(120, 120, 120, 0.25);
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}
.s-lc__list-item__img {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .s-lc__list-item__img {
    margin: 20px;
  }
}
.s-lc__list-item__img img {
  border-radius: 50%;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .s-lc__list-item__info {
    margin: 0 20px;
  }
}
.s-lc__list-item__title {
  color: #504238;
  font-family: var(--font-secondary-bold);
  font-size: 24px;
  font-weight: var(--font-weight-bold);
  line-height: 1.25em;
  text-align: center;
}
.s-lc__list-item__name {
  color: var(--color-primary);
  font-family: var(--font-secondary-bold);
  font-size: 40px;
  font-weight: var(--font-weight-bold);
  line-height: 1.25em;
  margin: 0 0 12px;
}
@media screen and (min-width: 1024px) {
  .s-lc__list-item__name {
    margin: 0.83em 0;
  }
}
.s-lc__list-item__copy {
  line-height: 32px;
  margin-bottom: 18px;
}
.s-lc__list-item__copy p {
  margin: 0;
}
.s-lc__list-item__copy p:not(:last-child) {
  margin-bottom: 18px;
}

.s-accordion__hdr {
  color: #504238;
  font-family: var(--font-secondary-bold);
  font-size: 48px;
  font-weight: var(--font-weight-bold);
  line-height: 1.15;
  margin-bottom: 24px;
}
.s-accordion__copy p {
  line-height: 1.35;
  margin: 20px 0 32px;
}
.s-accordion-items {
  max-width: 98%;
}
.s-accordion-items.--short {
  max-width: 650px;
}
.s-accordion-items__item {
  background: #fff;
  border: 2px solid var(--color-tertiary);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 24px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  padding: 0;
  position: relative;
  line-height: 32px;
}
.s-accordion-items__item:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}
.--short .s-accordion-items__item {
  margin-bottom: 20px;
}
.s-accordion-items__item-btn {
  background: var(--color-tertiary);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  font-family: var(--font-primary);
  font-weight: 600;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
  width: 100%;
  padding: 1.2rem 1.5rem;
  border-radius: 10px 10px 0 0;
  text-align: left;
}
.s-accordion-items__item-btn:hover {
  background: var(--color-tertiary-dark);
}
.s-accordion-items__item-btn i {
  color: #fff;
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}
.s-accordion-items__item-name {
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.s-accordion-items__item-copy {
  background: #fff;
  color: #333;
  overflow: hidden;
  max-height: 0;
  padding: 0 1.5rem;
  transition: all 0.35s ease-in-out;
  line-height: 1.6;
}
.s-accordion-items__item-copy p {
  font-size: 1rem;
  color: #444;
}
.s-accordion-items__item-copy p a {
  color: var(--color-tertiary);
  text-decoration: none;
  transition: color 200ms ease;
}
.s-accordion-items__item-copy p a:hover {
  color: var(--color-tertiary-dark);
  text-decoration: underline;
}
.s-accordion-items__item-copy li {
  font-size: 1rem;
  color: #444;
}
.s-accordion-items__item-copy ul {
  padding-left: 1.5rem;
}
.s-accordion-items__item-copy em {
  display: block;
  font-size: 12px;
  padding: 0 1rem;
}

/* when the item has data-open="1", target its child copy panel */
.s-accordion-items__item[data-open="1"] .s-accordion-items__item-copy {
  max-height: 1500px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/** @format */
/* Re-export component partials without @import deprecations */
/* make button utilities (.cta) available for @extend */
.s-testimonial__hero {
  border-bottom: 1px solid rgba(120, 120, 120, 0.25);
  display: grid;
  grid-template-columns: 1fr;
  padding-bottom: 20px;
  row-gap: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .s-testimonial__hero {
    column-gap: 10%;
    grid-template-columns: 60% 30%;
  }
}
.s-testimonial__hero-left {
  line-height: 32px;
  padding-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .s-testimonial__hero-left {
    padding-right: 150px;
  }
}
.s-testimonial__hero-left p {
  margin: 0;
}
.s-testimonial__hero-right {
  padding-right: 20px;
}
.s-testimonial__hero-right a {
  align-items: center;
  color: var(--color-tertiary);
  column-gap: 0.25rem;
  display: grid;
  grid-template-columns: 46px 1fr;
  font-family: var(--font-primary);
  font-size: 28px;
  font-weight: var(--font-weight-thin);
  padding: 0 0 10px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .s-testimonial__hero-right a {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .s-testimonial__hero-right a {
    font-size: 36px;
  }
}
.s-testimonial__hero-right a:hover {
  color: var(--color-tertiary-dark);
  text-decoration: underline;
}
.s-testimonial__hero-right__hdr i {
  color: var(--color-primary);
  font-size: 2.5rem;
}
.s-testimonial__hero-right p {
  color: #352b24;
  font-weight: var(--font-weight-bold);
}
.s-testimonial-items {
  margin-top: 40px;
}
.s-testimonial-items__item {
  margin-bottom: 40px;
}
.s-testimonial-items__item.hidden {
  display: none;
}
.s-testimonial-items__item-quote {
  background-color: #f5f5f5;
  border-radius: 10px;
  font-size: 15px;
  padding: 15px 15px 20px 15px;
  margin-bottom: 15px;
}
.s-testimonial-items__item-quote p {
  line-height: 1.5em;
}
.s-testimonial-items__item-quote p:before {
  color: #8b5a40;
  content: var(--u-quote-glyph);
  display: inline;
  font-family: "fontawesome";
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  margin-right: 4px;
  vertical-align: middle;
}
.s-testimonial-items__item-name {
  color: #352b24;
  font-family: var(--font-secondary-bold);
  font-size: 20px;
  font-weight: var(--font-weight-bold);
  margin-bottom: 5px;
  padding-left: 15px;
}
.s-testimonial-items__item-stars {
  color: #ffb900;
  padding-left: 15px;
}
.s-testimonial-footer {
  margin-bottom: 40px;
  text-align: center;
  /* if there’s a link here, treat it like a CTA button */
}
.s-testimonial-footer a {
  padding: 12px 24px;
  line-height: 24px;
}

.s-featured-testimonials-container {
  margin: 0 auto;
  max-width: var(--content-max-width);
  padding-top: 2.5rem;
  padding-inline: 20px;
}
.s-featured-testimonials__hdr {
  /* use class variant so we don't depend on a placeholder existing */
  font-size: 40px;
  margin-bottom: 8px;
  text-align: center;
}
.s-featured-testimonials-list {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .s-featured-testimonials-list {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 380px;
  }
}
@media screen and (min-width: 1024px) {
  .s-featured-testimonials-list__wrapper {
    --translateX: 0;
    display: inline;
    height: 380px;
    position: absolute;
    overflow: hidden;
  }
}
.s-featured-testimonials-list__wrapper-row {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .s-featured-testimonials-list__wrapper-row {
    transform: translateX(var(--translateX));
    transition: transform 200ms ease;
    width: 300%;
  }
}
.s-featured-testimonials-list__prev, .s-featured-testimonials-list__next {
  display: none;
  /* avoid mixed-decls warning */
}
@media screen and (min-width: 1024px) {
  .s-featured-testimonials-list__prev, .s-featured-testimonials-list__next {
    display: inline-block;
  }
}
.s-featured-testimonials-list__prev, .s-featured-testimonials-list__next {
  cursor: pointer;
  height: 40px;
  position: absolute;
  width: 25px;
}
.s-featured-testimonials-list__prev svg path, .s-featured-testimonials-list__next svg path {
  fill: var(--color-primary);
}
.s-featured-testimonials-list__prev:hover svg path, .s-featured-testimonials-list__next:hover svg path {
  fill: var(--color-brown-light);
}
.s-featured-testimonials-list__prev {
  left: -56px;
  background: var(--sprite-img) no-repeat scroll 0px -142px;
  top: 46%;
}
.s-featured-testimonials-list__next {
  background: var(--sprite-img) no-repeat scroll -131px -101px;
  top: 46%;
  right: -36px;
}
.s-featured-testimonials-list-item {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .s-featured-testimonials-list-item {
    height: 380px;
    width: 360px;
  }
  .s-featured-testimonials-list-item:not(:last-child) {
    margin-right: 48px;
  }
}
.s-featured-testimonials-list-item.hidden {
  display: none;
}
.s-featured-testimonials-list-item__quote {
  color: #352b24;
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .s-featured-testimonials-list-item__quote {
    height: 258px;
  }
}
.s-featured-testimonials-list-item__quote p:before {
  color: var(--color-primary);
  content: var(--u-quote-glyph);
  display: inline;
  font-family: "fontawesome";
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  margin-right: 4px;
  vertical-align: middle;
}
.s-featured-testimonials-list-item__quote p a {
  color: var(--color-tertiary);
  transition: color 200ms ease;
}
.s-featured-testimonials-list-item__quote p a:hover {
  color: var(--color-tertiary-dark);
}
.s-featured-testimonials-list-item__name {
  font-size: 26px;
  line-height: 1.4;
}
.s-featured-testimonials-list-item__stars {
  color: var(--color-tertiary);
}
.s-featured-testimonials__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.s-featured-testimonials__footer {
  margin: 20px 0 40px;
  text-align: center;
}
.s-featured-testimonials__footer a {
  /* ensure the CTA pill styles apply */
  line-height: 24px;
  padding: 12px 24px;
}

.s-lo2c {
  background-color: #f1ebe7;
  padding-top: 10px;
}
.s-lo2c-container {
  column-gap: 5%;
  display: grid;
  grid-template-columns: 50% 47%;
}
.s-lo2c-container__col {
  position: relative;
}
.s-lo2c-container__col:first-child p {
  margin: 0;
}
.s-lo2c a {
  color: var(--color-tertiary);
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
.s-lo2c a:hover {
  color: var(--color-tertiary-dark);
  text-decoration: underline;
}
.s-lo2c h1, .s-lo2c h2, .s-lo2c h3, .s-lo2c h4, .s-lo2c h5, .s-lo2c h6 {
  font-size: 39px;
}
.s-lo2c p {
  line-height: 32px;
  margin-bottom: 18px;
}
.s-lo2c div:nth-child(2) {
  margin-top: 70px;
}
.s-lo2c li {
  background: var(--color-tertiary);
  color: #fff;
  border-radius: 8px;
  padding: 0.8rem 1.2rem;
  margin-bottom: 10px;
  list-style: none;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.s-lo2c ul {
  padding-left: 0;
}

/** @format */
.s-loan-app {
  padding: 60px 20px;
  background-color: #fff;
}
.s-loan-app__hdr {
  font-size: 38px;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 1rem;
  color: var(--color-primary);
}
.s-loan-app__subhdr {
  font-size: 22px;
  text-align: center;
  margin-bottom: 2rem;
  color: #444;
}
.s-loan-app__subhdr a {
  color: var(--color-tertiary);
  text-decoration: none;
  transition: all 200ms ease;
}
.s-loan-app__subhdr a:hover {
  color: var(--color-tertiary-dark);
  text-decoration: underline;
}
.s-loan-app__cta {
  background-color: var(--color-tertiary);
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: var(--font-primary);
  font-weight: var(--font-weight-bold);
  margin: 0 auto 3rem;
  padding: 14px 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: fit-content;
  letter-spacing: 0.5px;
  transition: background-color 0.3s ease;
  color: #fff;
}
.s-loan-app__cta:hover {
  background-color: var(--color-tertiary-dark);
}
.s-loan-app__cta:hover {
  color: #fff;
}
.s-loan-app__items {
  max-width: 900px;
  margin: 0 auto;
}
.s-loan-app__items-item {
  background: #fff;
  border: 2px solid var(--color-tertiary);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 24px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.s-loan-app__items-item:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}
.s-loan-app__items-item__btn {
  background: var(--color-tertiary);
  color: #fff;
  border: none;
  width: 100%;
  cursor: pointer;
  padding: 1.2rem 1.5rem;
  border-radius: 10px 10px 0 0;
  transition: background 0.3s ease;
  text-align: left;
}
.s-loan-app__items-item__btn:hover {
  background: var(--color-tertiary-dark);
}
.s-loan-app__items-item__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  gap: 1rem;
}
.s-loan-app__items-item__title span {
  flex: 1;
  color: #fff;
}
.s-loan-app__items-item__title i {
  color: #fff;
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}
.s-loan-app__items-item__icon {
  font-size: 1.5rem;
  color: #fff;
  margin-right: 0.5rem;
}
.s-loan-app__items-item__content {
  background: #fff;
  color: #333;
  padding: 0 1.5rem;
  overflow: hidden;
  max-height: 0;
  transition: all 0.35s ease-in-out;
  line-height: 1.6;
}
.s-loan-app__items-item__content.open {
  max-height: 1500px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.s-loan-app__items-item__content h5 {
  font-size: 22px;
  text-align: left;
  color: var(--color-primary);
  margin-bottom: 1rem;
}
.s-loan-app__items-item__content p, .s-loan-app__items-item__content li {
  font-size: 1rem;
  color: #444;
}
.s-loan-app__items-item__content ul {
  padding-left: 1.5rem;
}

/** @format */
.s-richtext {
  color: #333333;
  line-height: 32px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .s-richtext iframe {
    height: 315px;
    width: 560px;
  }
}
.s-richtext strong, .s-richtext b {
  font-weight: var(--font-weight-bold);
}
.s-richtext img {
  margin: 20px 0;
}
.s-richtext p {
  margin: 0;
}
.s-richtext p:not(:last-child) {
  margin: 0 0 18px;
}
.s-richtext a {
  color: var(--color-tertiary);
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
.s-richtext a:hover {
  color: var(--color-tertiary-dark);
  text-decoration: underline;
}
.s-richtext h2, .s-richtext h3, .s-richtext h4, .s-richtext h5, .s-richtext h6 {
  color: var(--color-primary);
}
.s-richtext h2 {
  font-size: 40px;
  margin: 33px 0;
}

/** @format */
.s-video-grid__hdr {
  border-bottom: 1px solid rgba(120, 120, 120, 0.5);
  color: var(--color-primary);
  font-size: 40px;
  line-height: 1.1;
  padding-bottom: 1.25rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .s-video-grid__hdr {
    max-width: 65%;
  }
}
.s-video-grid__items {
  display: grid;
  grid-template-columns: 1fr;
  margin: 40px 0;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .s-video-grid__items {
    grid-template-columns: 1fr 1fr;
  }
}
.s-video-grid__items-item iframe {
  height: 200px;
  width: 100%;
}

/** @format */
.s-case-study-list-item {
  margin-bottom: 20px;
}
.s-case-study-list-item.--hidden {
  display: none;
}
.s-case-study-list-item__hdr {
  color: var(--color-primary);
  font-size: 24px;
  font-family: var(--font-primary);
  font-weight: var(--font-weight-light);
  line-height: 1.15;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .s-case-study-list-item__hdr {
    font-size: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .s-case-study-list-item__hdr {
    font-size: 27px;
  }
}
.s-case-study-list-item__hdr:hover {
  color: var(--color-tertiary);
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .s-case-study-list-item__copy {
    padding-right: 2.5rem;
  }
}
.s-case-study-list-item__link a {
  color: var(--color-tertiary);
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
.s-case-study-list-item__link a:hover {
  color: var(--color-tertiary-dark);
  text-decoration: underline;
}
.s-case-study-list-item__link a::after {
  content: " »";
}
.s-case-study-list-item__img {
  padding-top: 35px;
}
.s-case-study-list-item__img img {
  border-radius: 10px;
}
.s-case-study-footer {
  margin-bottom: 40px;
  text-align: center;
}

/** @format */
.s-news-list__hdr {
  font-size: 36px;
  line-height: 1.15;
}
@media screen and (min-width: 1024px) {
  .s-news-list__hdr {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .s-news-list__hdr {
    font-size: 44px;
  }
}
.s-news-list-item {
  border-bottom: 1px solid rgba(120, 120, 120, 0.25);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.s-news-list-item.--hidden {
  display: none;
}
.s-news-list-item__hdr {
  color: var(--color-primary);
  font-family: var(--font-primary);
  font-size: 32px;
  font-weight: var(--font-weight-light);
  margin-bottom: 10px;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .s-news-list-item__hdr {
    font-size: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .s-news-list-item__hdr {
    font-size: 40px;
  }
}
.s-news-list-item__hdr:hover {
  color: var(--color-tertiary);
  text-decoration: underline;
}
.s-news-list-item__date {
  margin: 0 0 18px;
}
.s-news-list-item__link {
  margin: 0 0 18px;
}
.s-news-list-item__link a {
  color: var(--color-tertiary);
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
.s-news-list-item__link a:hover {
  color: var(--color-tertiary-dark);
  text-decoration: underline;
}
.s-news-list-item__link a::after {
  content: " »";
}
.s-news-list-item__preview {
  justify-content: flex-end;
}
.s-news-list-item__tags a {
  color: var(--color-tertiary);
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
.s-news-list-item__tags a:hover {
  color: var(--color-tertiary-dark);
  text-decoration: underline;
}
.s-news-list-item__img {
  margin-block-end: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .s-news-list-item__img {
    margin-block-end: 0;
  }
}
.s-news-list-item__img img {
  border-radius: 10px;
}
@media screen and (min-width: 1024px) {
  .s-news-list-item__img img {
    float: right;
    vertical-align: bottom;
  }
}
.s-news-list__footer {
  text-align: center;
  margin-bottom: 40px;
}

/** @format */
.s-markets__hdr {
  color: #504238;
  font-size: 44px;
  line-height: 1.15;
  margin-bottom: 10px;
  text-align: center;
}
.s-markets__copy {
  padding: 20px 20px 40px;
}
.s-markets__copy a {
  color: var(--color-tertiary);
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
.s-markets__copy a:hover {
  color: var(--color-tertiary-dark);
  text-decoration: underline;
}
.s-markets-list {
  background-color: #f0ebe7;
  margin: 0 auto;
  padding: 20px;
}
.s-markets-list__banner {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 20px;
}
.s-markets-list__subhdr {
  color: var(--color-primary);
  font-size: 18px;
  line-height: 1.1;
  margin: 4.5rem 0;
  text-align: center;
}
.s-markets-list-item {
  border-bottom: 3px solid #cccccc;
}
.s-markets-list-item__hdr {
  color: var(--color-primary);
  font-size: 40px;
  margin-bottom: 2rem;
  text-align: center;
}
.s-markets-list-item__list {
  display: flex;
  flex-direction: column;
  margin: 0 auto 2.5rem;
  padding: 0 2.5rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .s-markets-list-item__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.s-markets-list-item__list.--center {
  justify-content: center;
}
.s-markets-list-item__list-item {
  border-color: #fff;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  padding: 12px 33px 10px 33px;
}
@media screen and (min-width: 1024px) {
  .s-markets-list-item__list-item:not(:last-child) {
    margin-right: 40px;
  }
}

.s-mh {
  background-color: #f1ebe7;
  padding-inline: 20px;
  padding-top: 20px;
}
.s-mh-container {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .s-mh-container {
    column-gap: 5%;
    grid-template-columns: 50% 47%;
  }
}
.s-mh-container__col {
  position: relative;
}
.s-mh-container__col:first-child p {
  margin: 0;
}
.s-mh a {
  color: var(--color-tertiary);
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
.s-mh a:hover {
  color: var(--color-tertiary-dark);
  text-decoration: underline;
}
.s-mh h1, .s-mh h2, .s-mh h3, .s-mh h4, .s-mh h5, .s-mh h6 {
  font-size: 40px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .s-mh h1, .s-mh h2, .s-mh h3, .s-mh h4, .s-mh h5, .s-mh h6 {
    text-align: left;
  }
}
.s-mh p {
  line-height: 32px;
  margin-bottom: 18px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .s-mh p {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .s-mh div:nth-child(2) {
    margin-top: 70px;
  }
}

/** @format */
.s-market-state {
  margin-inline: auto;
  margin-block-end: 96px;
  max-width: 720px;
}
.s-market-state__hdr {
  color: #504238;
  font-size: 44px;
  margin-bottom: 20px;
  text-align: center;
}
.s-market-state__copy {
  margin-block-end: 40px;
}
.s-market-state__copy p {
  margin: 0;
  text-align: center;
}
.s-market-state__copy p:not(:last-child) {
  margin-block-end: 18px;
}
.s-market-state__banner {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 20px;
}
.s-market-state__subhdr {
  color: var(--color-primary);
  font-size: 16px;
  margin: 4.5rem 0;
  text-align: center;
}
.s-market-state__list {
  background-color: #f0ebe7;
  margin: 0 auto;
  padding: 20px;
}
.s-market-state__list-item {
  border-bottom: 3px solid #cccccc;
}
.s-market-state__list-item__hdr {
  color: var(--color-primary);
  font-size: 40px;
  margin-bottom: 2rem;
  text-align: center;
}
.s-market-state__list-item__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 2.5rem;
}
.s-market-state__list-item__list-item {
  border-color: #fff;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  padding: 12px 33px 10px 33px;
}
.s-market-state__list-item__list-item:not(:last-child) {
  margin-right: 40px;
}
.s-market-state__grid {
  column-gap: 2rem;
  display: grid;
  justify-content: space-between;
  row-gap: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .s-market-state__grid {
    column-gap: 6rem;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 4rem;
  }
}
.s-market-state-item {
  align-items: center;
  display: grid;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: var(--body-color);
}
.s-market-state-item:hover {
  color: var(--body-color);
}
.s-market-state-item__img {
  aspect-ratio: 1.08;
  display: block;
  margin-block-end: 1.5rem;
  max-height: 240px;
}
.s-market-state-item__hdr {
  font-size: 18px;
  line-height: 16px;
}
.s-market-state-item__copy {
  font-size: 12px;
}
.s-market-state-item__copy p {
  margin: 0;
}

/** @format */
.s-hero {
  --hero-bg: url("");
  align-items: flex-start;
  background: var(--hero-bg) no-repeat center center;
  background-attachment: scroll;
  background-size: cover;
  display: flex;
  height: 0.65vh;
  min-height: 702px;
  padding-block: calc(var(--hdr-height) + 30px) 20px;
}
.s-hero-container {
  position: relative;
}
.s-hero__hdr {
  color: #fff;
  font-family: var(--font-secondary-bold);
  font-size: 4.0625rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.02;
  position: absolute;
  text-shadow: 4px 3px 7px rgba(0, 0, 0, 0.55);
}
@media screen and (min-width: 1024px) {
  .s-hero__hdr {
    padding-top: 300px;
  }
}

/** @format */
.s-newsletter {
  margin-bottom: 20px;
}
.s-newsletter__container {
  align-items: center;
  background: var(--color-primary);
  border-radius: 40px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--content-max-width);
  padding: 20px;
}
.s-newsletter__hdr {
  margin-left: 2rem;
}
.s-newsletter__title {
  color: #fff !important;
  font-size: 27px;
  margin: 15px 0 0 12px;
}
.s-newsletter__subtitle {
  color: #dab49b;
  line-height: 25px;
  margin: 3px 0 5px 12px;
  max-width: 80%;
}
.s-newsletter__form {
  margin: 16px 0;
  margin-right: 2rem;
}
.s-newsletter__form input {
  border: 0;
  border-radius: 30px;
  border-style: solid;
  font-size: 15px;
  padding: 17px 0px 15px 18px;
}
@media screen and (min-width: 768px) {
  .s-newsletter__form input {
    min-width: 295px;
  }
}
.s-newsletter__form input:not(:last-child) {
  margin-right: 15px;
}
.s-newsletter__form button {
  border-color: rgb(204, 204, 204);
  width: 150px;
}

/** @format */
.s-cl-calc__hdr {
  color: var(--color-primary);
  font-size: 40px;
  line-height: 1.1;
  margin: 0.83em 0;
}
.s-cl-calc-type {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .s-cl-calc-type {
    align-items: center;
    flex-direction: column;
  }
}
.s-cl-calc-type__option:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .s-cl-calc-type__option:not(:last-child) {
    margin-bottom: 0;
    margin-right: 2.5rem;
  }
}
.s-cl-calc-form {
  margin-bottom: 60px;
}
.s-cl-calc-form__row {
  margin-bottom: 10px;
}
.s-cl-calc-form__row input {
  border: 1px solid #008f98;
  border-radius: 20px;
  color: #352b24;
  display: block;
  font-size: 14px;
  padding: 12px 16px;
  width: 100%;
}
.s-cl-calc-form__row .cta {
  border: 2px solid #fff;
  line-height: 1.5em;
  padding: 12px 33px 10px 33px;
}

/** @format */
.s-testimonial-form {
  padding-bottom: 60px;
}
.s-testimonial-form__hdr {
  color: #504238;
  font-size: 44px;
  margin-bottom: 60px;
}
.s-testimonial-form__row:not(:last-child) {
  margin-bottom: 20px;
}
.s-testimonial-form__row label {
  display: block;
}
.s-testimonial-form__row label .red {
  color: #FF0000;
}
.s-testimonial-form__row input,
.s-testimonial-form__row textarea {
  border: 1px solid #008f98;
  border-radius: 20px;
  color: #352b24;
  font-size: 14px;
  padding: 12px 16px;
  width: 100%;
}
.s-testimonial-form__row textarea {
  height: 224px;
}
.s-testimonial-form__row .cta {
  border: 2px solid #fff;
  line-height: 1.5em;
  padding: 12px 33px 10px 33px;
}
.s-testimonial-form__stars {
  color: #FFB900;
}

/** @format */
.s-consultants {
  padding-right: 1rem;
}
.s-consultants__hdr {
  font-size: 34px;
  margin-block-end: 30px;
}
@media screen and (min-width: 768px) {
  .s-consultants__hdr {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .s-consultants__hdr {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .s-consultants__hdr {
    font-size: 44px;
  }
}
.s-consultants__filters {
  margin-block-end: 2rem;
}
.s-consultants__search {
  margin-block-end: 1.25rem;
  position: relative;
}
.s-consultants__search-input {
  border: 2px solid #dcc9bb;
  border-radius: 40px;
  font-family: var(--font-primary);
  font-size: 16px;
  padding: 12px 20px 12px 44px;
  width: 100%;
  transition: border-color 0.3s ease;
  background: #fff;
}
.s-consultants__search-input:focus {
  border-color: var(--color-tertiary);
  outline: none;
}
.s-consultants__search-input::placeholder {
  color: var(--color-brown-light);
}
.s-consultants__search-icon {
  color: var(--color-brown-light);
  left: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.s-consultants__state-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.s-consultants__state-btn {
  background: transparent;
  border: 2px solid #dcc9bb;
  border-radius: 40px;
  color: var(--color-primary-dark);
  cursor: pointer;
  font-family: var(--font-primary);
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px;
  transition: all 0.25s ease;
  white-space: nowrap;
}
.s-consultants__state-btn:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}
.s-consultants__state-btn.--active {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .s-consultants__state-btn {
    font-size: 14px;
    padding: 10px 18px;
  }
}
.s-consultants__no-results {
  font-family: var(--font-secondary-bold);
  font-size: 20px;
  margin-block: 2rem;
  text-align: center;
  color: var(--color-brown-light);
}
.s-consultants__grid {
  column-gap: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  row-gap: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .s-consultants__grid {
    column-gap: 2.5rem;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 4rem;
  }
}

.s-consultant {
  color: inherit;
  display: grid;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}
.s-consultant__name {
  color: var(--color-primary);
  font-family: var(--font-secondary-bold);
  font-size: 28px;
  font-weight: var(--font-weight-bold);
  line-height: 1.25em;
}
@media screen and (min-width: 768px) {
  .s-consultant__name {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .s-consultant__name {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .s-consultant__name {
    font-size: 36px;
  }
}
.s-consultant__title {
  color: #504238;
  font-family: var(--font-secondary-bold);
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  line-height: 1.25em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .s-consultant__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .s-consultant__title {
    font-size: 22px;
  }
}

.s-state-consultants {
  margin-inline: auto;
  margin-block-end: 96px;
  max-width: 720px;
}
.s-state-consultants__hdr {
  font-size: 34px;
  margin-block-end: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .s-state-consultants__hdr {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .s-state-consultants__hdr {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .s-state-consultants__hdr {
    font-size: 44px;
  }
}
.s-state-consultants__grid {
  column-gap: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  row-gap: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .s-state-consultants__grid {
    column-gap: 6rem;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 4rem;
  }
}

.s-state-consultant {
  color: inherit;
  display: grid;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}
.s-state-consultant__thumb img {
  aspect-ratio: 0.95;
  object-fit: contain;
}
.s-state-consultant__name {
  font-size: 18px;
  line-height: 16px;
}
.s-state-consultant__title {
  font-size: 12px;
}

/** @format */
.s-fnews {
  padding-top: 40px;
  margin-inline: auto;
  margin-block-end: 96px;
  max-width: 720px;
}
.s-fnews-container {
  position: relative;
}
.s-fnews__hdr {
  font-size: 39px;
  line-height: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.s-fnews__items {
  --translateX: 0;
  align-items: flex-end;
  display: flex;
  gap: 2.5rem;
  flex-wrap: nowrap;
  transform: translateX(var(--translateX));
  transition: transform 0.6s ease;
  width: 99999rem;
  will-change: transform;
}
.s-fnews-items {
  height: 424px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.s-fnews-items__prev, .s-fnews-items__next {
  cursor: pointer;
  height: 40px;
  position: absolute;
  width: 24px;
  z-index: 2;
}
.s-fnews-items__prev svg path, .s-fnews-items__next svg path {
  fill: var(--color-primary);
}
.s-fnews-items__prev:hover svg path, .s-fnews-items__next:hover svg path {
  fill: var(--color-brown-light);
}
.s-fnews-items__prev {
  background: var(--sprite-img) no-repeat scroll 0px -142px;
  left: 0;
  top: 46%;
}
@media screen and (min-width: 1200px) {
  .s-fnews-items__prev {
    left: -56px;
  }
}
.s-fnews-items__prev.--interior {
  left: 0;
}
.s-fnews-items__next {
  background: var(--sprite-img) no-repeat scroll -131px -101px;
  right: 0;
  top: 46%;
}
@media screen and (min-width: 1200px) {
  .s-fnews-items__next {
    right: -36px;
  }
}
.s-fnews-items__item {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  height: 424px;
  width: 200px;
}
.s-fnews-items__item__img img {
  border-radius: 40px;
}
.s-fnews-items__item-hdr {
  max-width: var(--featuredNewsItemMaxWidth);
}
@media screen and (min-width: 1200px) {
  .s-fnews-items__item-hdr {
    border-left: 4px solid #9a5629;
    margin: 8px 0px 14px 0px;
    max-width: 100%;
    padding-left: 15px;
  }
}
.s-fnews-items__item-hdr__title {
  color: #504238;
  display: block;
  font-family: var(--font-secondary-bold);
  font-size: 26px;
  font-weight: var(--font-weight-bold);
  line-height: 1;
  text-decoration: none;
  transition: color 200ms;
}
.s-fnews-items__item-hdr__title:hover {
  color: var(--color-tertiary);
  text-decoration: underline;
}
.s-fnews-items__item-hdr__date {
  font-weight: var(--font-weight-thin);
  line-height: 36px;
}
.s-fnews-items__item__preview {
  font-size: 16px;
  font-weight: var(--font-weight-thin);
  line-height: 28px;
  max-width: var(--featuredNewsItemMaxWidth);
}
@media screen and (min-width: 1200px) {
  .s-fnews-items__item__preview {
    max-width: 100%;
  }
}
.s-fnews-items__item__preview a {
  color: var(--color-tertiary);
  text-decoration: none;
}
.s-fnews-items__item__preview a:hover {
  text-decoration: underline;
}

/** @format */
.c-bss {
  padding-block: var(--space-xxl);
  padding-inline: 20px;
}
.c-bss-items {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--space-lg);
}
@media screen and (min-width: 1024px) {
  .c-bss-items {
    flex-direction: row;
  }
}
.c-bss-item {
  --name-opacity: 0;
  cursor: pointer;
  display: flex;
  position: relative;
}
.c-bss-item:hover {
  --name-opacity: 1;
}
.c-bss-item:nth-child(2) {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .c-bss-item:nth-child(2) {
    top: -64px;
  }
}
.c-bss-item__thumb img {
  display: block;
  height: 100%;
}
.c-bss-item__name {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.65);
  bottom: 0;
  color: #504238;
  display: grid;
  font-family: var(--font-secondary-bold);
  font-size: 32px;
  font-weight: var(--font-weight-bold);
  height: 80px;
  justify-content: center;
  line-height: 1.4;
  opacity: var(--name-opacity);
  padding: 0 0 0.75rem;
  position: absolute;
  text-align: center;
  transition: opacity 0.3s ease;
  width: 100%;
}

/* Page-level overrides */
/* Per-page styles re-export */
/** @format */
/** @format */
.c-home-hero {
  --hero-bg: url("");
  align-items: flex-start;
  background: var(--hero-bg) no-repeat center center;
  background-attachment: scroll;
  background-size: cover;
  display: flex;
  padding-block: calc(var(--hdr-height) + 30px) 20px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .c-home-hero {
    height: 0.65vh;
    min-height: 800px;
  }
}
.c-home-hero__bgvideo {
  height: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.c-home-hero__bgvideo video {
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-height: 100%;
  min-width: 100%;
  height: auto;
  position: absolute;
  width: auto;
  z-index: 0;
}
.c-home-hero__content {
  /* Declarations first (fixes mixed-decls) */
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 10px;
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .c-home-hero__content {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
.c-home-hero__hdr {
  /* ✅ Move this above the nested rule to avoid mixed-decls */
  flex: 1;
  margin-block-end: 2rem;
}
@media screen and (min-width: 1024px) {
  .c-home-hero__hdr {
    margin-block-end: 0;
  }
}
.c-home-hero__hdr h1 {
  animation: fade-in 800ms ease-in;
  color: #fff;
  font-family: var(--font-secondary-bold);
  font-size: 3.3rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 2px;
  line-height: 1.02;
  opacity: 1;
  text-align: center;
  text-shadow: 4px 3px 7px rgba(0, 0, 0, 0.55);
}
@media screen and (min-width: 768px) {
  .c-home-hero__hdr h1 {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-home-hero__hdr h1 {
    font-size: 3.9rem;
    text-align: left;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .c-home-hero__hdr h1 {
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 1400px) {
  .c-home-hero__hdr h1 {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .c-home-hero__hdr h1 {
    font-size: 92px;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
}
.c-home-hero__cta {
  border: 2px solid #fff;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.7px;
  line-height: 1em;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.5s ease;
}
.c-home-hero__cta:not(:last-child) {
  margin-right: 1.5rem;
}
.c-home-hero__cta.--orange {
  background-color: var(--color-primary);
}
.c-home-hero__cta.--orange:hover {
  background-color: var(--color-primary-dark);
}
.c-home-hero__cta.--teal {
  background-color: var(--color-tertiary);
}
.c-home-hero__cta.--teal:hover {
  background-color: var(--color-tertiary-dark);
}
.c-home-hero__cta.--red {
  background-color: var(--color-tertiary);
}
.c-home-hero__cta.--alt {
  background: 0;
  height: 40px;
  font-size: 14px;
  padding: 10px 24px;
  transition: all 0.125s ease;
}
.c-home-hero__cta.--alt:hover {
  background: #fff;
  color: var(--color-brown-dark);
}
.c-home-hero__cta-container {
  display: none;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .c-home-hero__cta-container {
    display: block;
    padding-block-start: 0.5rem;
    text-align: left;
  }
}
.c-home-hero-form {
  margin-top: 20px;
  width: 100%;
}
.c-home-hero-form textarea {
  height: 80px;
}
.c-home-hero-form .lbl-cb {
  line-height: 20px;
}
.c-home-hero-form .c-btn {
  height: 48px;
  line-height: 1.5em;
}
.c-home-hero .c-home-hero-form {
  flex-shrink: 0;
}

#js-hero-form-err {
  color: red;
  font-size: 12px;
  line-height: 1;
}

/** @format */
.s-contact__hdr {
  font-size: 60px;
  margin-bottom: 32px;
  padding-inline: 20px;
}
@media screen and (min-width: 1024px) {
  .s-contact__hdr {
    margin-bottom: 80px;
  }
}
.s-contact__subhdr {
  color: var(--color-primary);
  font-size: 30px;
  margin-bottom: 35px;
  padding-inline: 20px;
}
.s-contact__address {
  font-weight: var(--font-weight-regular);
  line-height: 32px;
  padding-inline: 20px;
}
.s-contact__address strong {
  font-weight: var(--font-weight-bold);
}
.s-contact-form {
  padding-inline: 20px;
}
@media screen and (min-width: 1024px) {
  .s-contact-form {
    padding-inline: 20px 50px;
  }
}
.s-contact-form__row {
  margin-bottom: 18px;
}
.s-contact-form__row label {
  display: block;
  margin-bottom: 8px;
}
.s-contact-form__row label.inline {
  display: inline;
  font-size: 14px;
}
.s-contact-form__row label.bold {
  font-weight: var(--font-weight-bold);
  margin-left: 15px;
}
.s-contact-form__row label.sm {
  font-size: 12.8px;
  margin-left: 15px;
}
.s-contact-form__row label .red {
  color: #f00;
}
.s-contact-form__row input {
  border-color: rgb(204, 204, 204);
  border-radius: 20px;
  border-style: solid;
  color: #352b24;
  font-size: 14px;
  padding: 12px 16px;
  transition: box-shadow 400ms;
}
.s-contact-form__row input:focus, .s-contact-form__row input:active {
  border-color: rgb(204, 204, 204);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.7);
}
.s-contact-form__row input[type=text], .s-contact-form__row input[type=email], .s-contact-form__row input[type=tel] {
  width: 100%;
}
.s-contact-form__row textarea {
  border-color: rgb(204, 204, 204);
  border-radius: 20px;
  border-style: solid;
  color: #352b24;
  font-size: 14px;
  height: 160px;
  padding: 12px 16px;
  transition: box-shadow 400ms;
  width: 100%;
}
.s-contact-form__row textarea:focus, .s-contact-form__row textarea:active {
  border-color: rgb(204, 204, 204);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.7);
}
.s-contact-form__row button[type=submit] {
  line-height: 1.5em;
  letter-spacing: 0.7px;
  padding: 12px 33px 10px 33px;
}

.c-draw-request-form {
  background-color: #f9f9f9;
  margin: 0 auto;
  max-width: 1170px;
}
.c-draw-request-form-hdr {
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  display: grid;
  grid-template-columns: 20% 50% 30%;
  padding: 20px;
}
.c-draw-request-form-hdr__logo img {
  max-height: 40px;
}
.c-draw-request-form-hdr__title {
  font-size: 30px;
  text-align: center;
}
.c-draw-request-form-hdr__meta {
  font-size: 14px;
  text-align: right;
}
.c-draw-request-form-hdr__meta strong {
  font-weight: var(--font-weight-bold);
}
.c-draw-request-form-body .--text-right {
  text-align: right;
}
.c-draw-request-form-body .--margin-y {
  margin: 1rem 0;
}
.c-draw-request-form-body__row {
  line-height: 24px;
  padding-left: 15px;
  padding-top: 17px;
}
.c-draw-request-form-body__row label {
  display: inline-block;
  font-size: 18px;
  font-weight: var(--font-weight-bold);
}
.c-draw-request-form-body__row input, .c-draw-request-form-body__row textarea {
  border: 1px solid #e8e8e8;
  font-size: 18px;
  margin-right: 10px;
  padding: 9px;
}
.c-draw-request-form-body__row strong {
  font-weight: var(--font-weight-bold);
}
.c-draw-request-form-body__row small {
  color: #333;
  display: block;
  font-size: 12px;
  margin-top: 20px;
}
.c-draw-request-form-body__row.--center {
  margin: 1rem auto;
  max-width: 80%;
  text-align: center;
}
.c-draw-request-form-body__row.--border-bottom {
  border-bottom: 1px solid #e8e8e8;
}
.c-draw-request-form-body__row.--pad-bottom {
  padding-bottom: 0.85rem;
}
.c-draw-request-form-body__row button[type=submit] {
  background-color: #2dbc7b;
  border-color: #4cae4c;
  border-style: solid;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 0.85rem;
  padding: 20px;
}
.c-draw-request-form-body__row button.--fab {
  background-color: transparent;
  border: 0;
  color: #2dbc7b;
  cursor: pointer;
  font-size: 2em;
}

.lineitem-remove {
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
}

/** @format */
/* Re-export component partials without @import deprecations */
/* ensure CTA styles are present in this stylesheet so extend works */
.s-cs {
  margin-bottom: 30px;
  padding-inline: 20px;
  padding-top: 30px;
}
.s-cs-container {
  margin: 0 auto;
  max-width: var(--content-max-width);
}
.s-cs__hdr {
  font-size: 39px;
  text-align: center;
}
.s-cs__copy {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-light);
  line-height: 32px;
  margin-bottom: 18px;
  text-align: center;
}
.s-cs__copy p {
  margin: 0;
}
.s-cs__cta {
  margin-bottom: 28px;
  text-align: center;
}
.s-cs__cta a {
  /* merge into the global .cta rule from components/_button.scss */
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 12px 24px;
}
.s-cs-items {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .s-cs-items {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
.s-cs-items__item {
  padding: 20px;
}
.s-cs-items__item:not(:last-child) {
  margin-block-end: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .s-cs-items__item:not(:last-child) {
    margin-block-end: 0;
  }
}
.s-cs-items__item__img {
  margin-bottom: 20px;
  position: relative;
}
.s-cs-items__item__img img {
  border-radius: 10px;
}
.s-cs-items__item__img img.hidden {
  display: none;
}
.s-cs-items__item__img img.fade-out {
  animation-name: fade-out-carousel-img;
  animation-duration: 600ms;
  animation-timing-function: ease;
  opacity: 0;
}
.s-cs-items__item__img img.fade-in {
  animation-name: fade-in-carousel-img;
  animation-duration: 600ms;
  animation-timing-function: ease;
  opacity: 1;
}
@keyframes fade-in-carousel-img {
  0% {
    opacity: 0;
  }
}
@keyframes fade-out-carousel-img {
  0% {
    opacity: 1;
  }
}
.s-cs-items__item__img-prev, .s-cs-items__item__img-next {
  border-radius: 50%;
  background-color: #452d26;
  cursor: pointer;
  height: 40px;
  opacity: 0.7;
  padding: 0.15rem;
  position: absolute;
  transition: opacity 0.1s ease;
  width: 40px;
  z-index: 2;
}
.s-cs-items__item__img-prev svg path, .s-cs-items__item__img-next svg path {
  fill: #fff;
}
.s-cs-items__item__img-prev:hover, .s-cs-items__item__img-next:hover {
  opacity: 1;
}
.s-cs-items__item__img-prev {
  top: 45%;
  left: 5px;
}
.s-cs-items__item__img-next {
  top: 45%;
  right: 5px;
}
.s-cs-items__item__img-tag {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.65);
  bottom: 0;
  color: #504238;
  display: grid;
  font-family: var(--font-secondary-bold);
  font-size: 32px;
  font-weight: var(--font-weight-bold);
  height: 80px;
  justify-content: center;
  line-height: 1.4;
  padding: 0 0 0.75rem;
  position: absolute;
  text-align: center;
  width: 100%;
}
.s-cs-items__item__name {
  color: #504238;
  font-family: var(--font-secondary-bold);
  font-size: 28px;
  font-weight: var(--font-weight-bold);
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .s-cs-items__item__name {
    margin-bottom: 30px;
  }
}
.s-cs-items__item__info {
  font-size: 15px;
  margin: 0 0 10px;
}
@media screen and (min-width: 1024px) {
  .s-cs-items__item__info {
    margin: 0 0 40px;
  }
}
.s-cs-items__item__info strong {
  font-weight: var(--font-weight-bold);
}
.s-cs-items__item__btn {
  text-align: center;
}
.s-cs-items__item__btn a {
  font-size: 12px;
  letter-spacing: 2px;
  padding: 12px 24px;
}

.c-modal {
  align-items: center;
  background-color: rgba(220, 220, 220, 0.25);
  backdrop-filter: blur(4px);
  display: grid;
  height: 100vh;
  inset: 0;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.25s ease-in-out;
  width: 100vw;
}
.c-modal.--show {
  opacity: 1;
  pointer-events: all;
}
.c-modal-dialog {
  background-color: #fff;
  border-radius: 4px;
  position: relative;
}
.c-modal-dialog__close {
  background-color: transparent;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  font-size: 24px;
  padding: 0.5rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
.c-modal-dialog__title {
  font-size: 24px;
  margin-block: 0 1rem;
}
.c-modal-dialog__container {
  min-width: 540px;
  padding: 2.5rem;
}
.c-modal-dialog__label {
  color: var(--color-brown-light);
  font-size: 12px;
  font-weight: var(--font-weight-medium);
}

.c-admin {
  margin: 0 auto;
  max-width: var(--content-max-width);
  padding-block: 2.5rem 0;
}
.c-admin__title {
  font-size: 32px;
}

.c-requests-grid {
  display: grid;
  margin-block: 1rem;
  width: 100%;
}
.c-requests-grid-item {
  align-items: center;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  display: grid;
  grid-template-columns: 12.5% 25% 25% 25% 12.5%;
  padding: 0.5rem;
  width: 100%;
}
.c-requests-grid-item div:first-child {
  text-align: center;
}
.c-requests-grid-item__name {
  font-size: 18px;
  font-weight: var(--font-weight-semibold);
}
.c-requests-grid-item__address {
  font-size: 14px;
  font-weight: var(--font-weight-light);
}

/** @format */
.c-bio {
  padding-inline: 1.5rem;
}
.c-bio-hdr {
  border-bottom: 2px solid var(--color-primary);
  padding-block: 25px;
}
.c-bio-hdr__name {
  font-size: 34px;
  margin-block-end: 20px;
}
.c-bio-hdr__title {
  font-size: 20px;
  line-height: 1.6em;
  margin-block-end: 10px;
}
.c-bio-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-inline: auto;
  max-width: 1200px;
  padding-block: 72px;
}
@media screen and (min-width: 1024px) {
  .c-bio-content {
    flex-direction: row;
    gap: 20px;
  }
}
.c-bio-content__meta {
  margin-block-end: 20px;
}
.c-bio-content__meta a {
  align-items: center;
  display: flex;
  gap: 1rem;
  font-weight: var(--font-weight-medium);
  margin-block-end: 1rem;
  text-decoration: none;
  color: var(--color-primary);
}
.c-bio-content__meta a:hover {
  color: var(--color-primary);
}
.c-bio-content__meta i {
  color: var(--color-primary);
}
.c-bio-content__img {
  margin-block-end: 1.5rem;
}
.c-bio-content__copy {
  margin-inline: auto;
  max-width: 744px;
}
.c-bio-content__copy h4 {
  font-size: 26px;
  margin-block-end: 20px;
}
.c-bio-content__copy strong {
  font-weight: var(--font-weight-bold);
}
.c-bio-content__copy p {
  margin: 0;
}
.c-bio-content__copy p:not(:last-child) {
  margin-block-end: 1rem;
}

/** @format */
#news-page .l-interior,
#news-page.show-sidebar .l-interior {
  display: grid !important;
  grid-template-columns: 1fr 2.5fr 1fr !important; /* Left, middle, right proportions */
  gap: 2rem !important;
  padding-top: var(--interior-padding-top) !important;
  margin: 0 auto 2.5rem !important;
  max-width: 100% !important;
  width: 95% !important;
}
@media screen and (min-width: 1024px) {
  #news-page .l-interior,
  #news-page.show-sidebar .l-interior {
    grid-template-columns: 1fr 2.5fr 1fr !important;
  }
}
#news-page .l-interior-sidebar--left,
#news-page.show-sidebar .l-interior-sidebar--left {
  display: block !important;
  grid-column: 1/2 !important;
  padding-inline: 20px !important;
}
#news-page .l-interior-sidebar--left .l-interior-sidebar__tags,
#news-page.show-sidebar .l-interior-sidebar--left .l-interior-sidebar__tags {
  margin-bottom: 2rem !important;
}
#news-page .l-interior-sidebar--left .l-interior-sidebar__tags h2,
#news-page.show-sidebar .l-interior-sidebar--left .l-interior-sidebar__tags h2 {
  font-size: 1.5rem !important;
  font-weight: bold !important;
  margin-bottom: 1rem !important;
}
#news-page .l-interior-sidebar--left .l-interior-sidebar__tags ul,
#news-page.show-sidebar .l-interior-sidebar--left .l-interior-sidebar__tags ul {
  list-style: none !important;
  padding: 0 !important;
}
#news-page .l-interior-sidebar--left .l-interior-sidebar__tags ul li,
#news-page.show-sidebar .l-interior-sidebar--left .l-interior-sidebar__tags ul li {
  margin-bottom: 0.5rem !important;
}
#news-page .l-interior-sidebar--left .l-interior-sidebar__tags ul li a,
#news-page.show-sidebar .l-interior-sidebar--left .l-interior-sidebar__tags ul li a {
  color: var(--color-primary) !important;
  text-decoration: none !important;
}
#news-page .l-interior-sidebar--left .l-interior-sidebar__tags ul li a:hover,
#news-page.show-sidebar .l-interior-sidebar--left .l-interior-sidebar__tags ul li a:hover {
  text-decoration: underline !important;
}
#news-page .l-interior-sidebar--left .l-interior-sidebar__dropdown,
#news-page.show-sidebar .l-interior-sidebar--left .l-interior-sidebar__dropdown {
  margin-bottom: 2rem !important;
}
#news-page .l-interior-sidebar--left .l-interior-sidebar__dropdown h2,
#news-page.show-sidebar .l-interior-sidebar--left .l-interior-sidebar__dropdown h2 {
  font-size: 1.5rem !important;
  font-weight: bold !important;
  margin-bottom: 0.5rem !important;
}
#news-page .l-interior-sidebar--left .l-interior-sidebar__dropdown select,
#news-page.show-sidebar .l-interior-sidebar--left .l-interior-sidebar__dropdown select {
  width: 100% !important;
  padding: 0.5rem !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
}
#news-page .l-interior-content,
#news-page.show-sidebar .l-interior-content {
  grid-column: 2/3 !important;
}
#news-page .l-interior-sidebar--right,
#news-page.show-sidebar .l-interior-sidebar--right {
  display: block !important;
  grid-column: 3/4 !important;
  padding-inline: 20px !important;
}
#news-page .l-interior-sidebar--right .l-interior-sidebar__recent-posts,
#news-page.show-sidebar .l-interior-sidebar--right .l-interior-sidebar__recent-posts {
  margin-top: 2rem !important;
}
#news-page .l-interior-sidebar--right .l-interior-sidebar__recent-posts__hdr,
#news-page.show-sidebar .l-interior-sidebar--right .l-interior-sidebar__recent-posts__hdr {
  font-size: 1.5rem !important;
  font-weight: bold !important;
  margin-bottom: 1rem !important;
}
#news-page .l-interior-sidebar--right .l-interior-sidebar__recent-posts-item,
#news-page.show-sidebar .l-interior-sidebar--right .l-interior-sidebar__recent-posts-item {
  margin-bottom: 0.5rem !important;
}
#news-page .l-interior-sidebar--right .l-interior-sidebar__recent-posts-item a,
#news-page.show-sidebar .l-interior-sidebar--right .l-interior-sidebar__recent-posts-item a {
  font-size: 1rem !important;
  color: #fff !important;
  text-decoration: none !important;
}
#news-page .l-interior-sidebar--right .l-interior-sidebar__recent-posts-item a:hover,
#news-page.show-sidebar .l-interior-sidebar--right .l-interior-sidebar__recent-posts-item a:hover {
  text-decoration: underline !important;
}
#news-page .l-interior-sidebar--right .l-interior-sidebar__contact,
#news-page.show-sidebar .l-interior-sidebar--right .l-interior-sidebar__contact {
  margin-top: 2rem !important;
}
#news-page .l-interior-sidebar--right .l-interior-sidebar__contact-title,
#news-page.show-sidebar .l-interior-sidebar--right .l-interior-sidebar__contact-title {
  font-size: 1.5rem !important;
  font-weight: bold !important;
  margin-bottom: 1rem !important;
}
#news-page .l-interior-sidebar--right .l-interior-sidebar__contact .req,
#news-page.show-sidebar .l-interior-sidebar--right .l-interior-sidebar__contact .req {
  margin-bottom: 0.8rem !important;
  padding: 0.5rem !important;
  width: 100% !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  font-size: 1rem !important;
}
#news-page .l-interior-sidebar--right .l-interior-sidebar__contact button,
#news-page.show-sidebar .l-interior-sidebar--right .l-interior-sidebar__contact button {
  background-color: var(--color-primary) !important;
  color: #fff !important;
  font-weight: bold !important;
  padding: 0.8rem !important;
  border: none !important;
  border-radius: 4px !important;
  cursor: pointer !important;
}
#news-page .l-interior-sidebar--right .l-interior-sidebar__contact button:hover,
#news-page.show-sidebar .l-interior-sidebar--right .l-interior-sidebar__contact button:hover {
  background-color: var(--color-primary-dark) !important;
}
#news-page .l-interior-sidebar--right .l-interior-sidebar__contact label,
#news-page.show-sidebar .l-interior-sidebar--right .l-interior-sidebar__contact label {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
#news-page .l-interior-sidebar--right .l-interior-sidebar__contact label a,
#news-page.show-sidebar .l-interior-sidebar--right .l-interior-sidebar__contact label a {
  color: #fff !important;
  text-decoration: none !important;
}
#news-page .l-interior-sidebar--right .l-interior-sidebar__contact label a:hover,
#news-page.show-sidebar .l-interior-sidebar--right .l-interior-sidebar__contact label a:hover {
  text-decoration: underline !important;
}
#news-page .l-interior-sidebar--right .l-interior-sidebar__contact label[for=cb-sms-privacy],
#news-page.show-sidebar .l-interior-sidebar--right .l-interior-sidebar__contact label[for=cb-sms-privacy] {
  display: block !important;
}
#news-page .l-interior-sidebar--right .l-interior-sidebar__contact label[for=cb-sms-privacy] a,
#news-page.show-sidebar .l-interior-sidebar--right .l-interior-sidebar__contact label[for=cb-sms-privacy] a {
  display: block;
  margin-top: 0.5rem;
}

@media screen and (max-width: 1023px) {
  #news-page .l-interior,
  #news-page.show-sidebar .l-interior {
    display: flex !important;
    flex-direction: column !important;
    gap: 2rem !important;
  }
  #news-page .l-interior-sidebar--left,
  #news-page.show-sidebar .l-interior-sidebar--left {
    display: none !important;
  }
  #news-page .l-interior-content,
  #news-page .l-interior-sidebar--right,
  #news-page.show-sidebar .l-interior-content,
  #news-page.show-sidebar .l-interior-sidebar--right {
    width: 100% !important;
  }
}
.s-news-list-item__hdr {
  color: var(--color-primary);
  font-family: var(--font-primary);
  font-size: 23px;
  font-weight: var(--font-weight-light);
  margin-bottom: 10px;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}

#news-page .l-interior-sidebar--right .l-interior-sidebar__contact label[for=cb-sms-privacy] a {
  display: inline-block !important;
}

@media screen and (min-width: 1200px) {
  .s-news-list-item__hdr {
    font-size: 30px;
  }
}
body.payoff-request {
  outline: 5px dashed red;
}
body.payoff-request .form-container {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 154px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  padding: 2rem;
}
body.payoff-request .form-header {
  text-align: center;
  margin-bottom: 2rem;
}
body.payoff-request .form-header h1 {
  margin: 0;
  color: var(--color-primary);
}
body.payoff-request .form-header p {
  margin: 0.5rem 0 0;
}
body.payoff-request .form-group {
  margin-bottom: 1.5rem;
}
body.payoff-request label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
body.payoff-request input,
body.payoff-request select,
body.payoff-request textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  font-family: inherit;
}
body.payoff-request input:focus,
body.payoff-request textarea:focus,
body.payoff-request select:focus {
  border-color: var(--color-tertiary);
  box-shadow: 0 0 0 3px rgba(102, 137, 150, 0.2);
  outline: none;
}
body.payoff-request .checkbox-group {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
body.payoff-request .checkbox-group input[type=checkbox] {
  width: auto;
  margin-right: 0.5rem;
  accent-color: var(--color-tertiary);
}
body.payoff-request .checkbox-group label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  margin: 0;
}
body.payoff-request .submitter-fields {
  padding: 1rem;
  background-color: var(--color-secondary);
  border-radius: 6px;
  margin-bottom: 1.5rem;
}
body.payoff-request .hidden {
  display: none;
}
body.payoff-request .form-actions {
  text-align: center;
  margin-top: 2rem;
}
body.payoff-request .form-actions button {
  background-color: var(--color-tertiary);
  color: #fff;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  transition: background 0.3s;
}
body.payoff-request .form-actions button:hover {
  background-color: var(--color-tertiary-dark);
}
body.payoff-request .submission-message {
  margin-top: 1.5rem;
  padding: 1rem;
  border-radius: 6px;
  font-weight: bold;
  text-align: center;
}
body.payoff-request .submission-message.success {
  background-color: #f0f9e8;
  color: #33691e;
}
body.payoff-request .submission-message.error {
  background-color: #fdecea;
  color: #b71c1c;
}
body.payoff-request .form-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.2rem;
}
body.payoff-request .dropzone {
  position: relative;
  border: 2px dashed var(--color-tertiary);
  border-radius: 10px;
  padding: 2rem;
  text-align: center;
  background-color: #f8f9fa;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
body.payoff-request .dropzone:hover {
  background-color: #e6edf0;
}
body.payoff-request .dropzone.dragover {
  background-color: #e1e9ec;
}
body.payoff-request .dropzone p {
  margin: 0;
  color: var(--color-brown-dark);
}
body.payoff-request .dropzone small {
  display: block;
  margin-top: 0.5rem;
  color: #666;
  font-size: 0.875rem;
}
body.payoff-request .dropzone input[type=file] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
body.payoff-request .spinner svg {
  margin-top: 1rem;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 600px) {
  body.payoff-request .form-container {
    margin: 2rem 1rem;
    padding: 1.5rem;
  }
}
body.payoff-request .file-preview {
  margin-top: 1rem;
  text-align: left;
  background: #fff;
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  position: relative;
}
body.payoff-request .file-preview img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 0.5rem;
  border-radius: 6px;
}
body.payoff-request .file-preview .filename {
  font-weight: 500;
  color: var(--color-brown-dark);
}
body.payoff-request .file-preview .remove-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #ccc;
  color: #333;
  border: none;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 12px;
  cursor: pointer;
}
body.payoff-request .file-preview .remove-btn:hover {
  background: #aaa;
}

/* Project-specific extras */
/** @format */
.s-skybeam-cta {
  width: 100%;
  padding: 30px 20px;
  margin: 0;
  text-align: center;
}
.s-skybeam-cta__container {
  max-width: 1200px;
  margin: 0 auto;
}
.s-skybeam-cta__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ffffff;
}
.s-skybeam-cta__subtitle {
  font-size: 16px;
  margin-bottom: 20px;
  color: #ffffff;
}
.s-skybeam-cta__subtitle a {
  color: #ffffff;
  text-decoration: underline;
}
.s-skybeam-cta__buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.s-skybeam-cta__buttons .c-btn {
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
  font-size: 14px;
  background-color: #ffffff;
  color: #b36b3a;
}
.s-skybeam-cta__buttons .c-btn:hover {
  background-color: #f0f0f0;
}
.s-skybeam-cta__faq-list {
  list-style-type: none;
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}
.s-skybeam-cta__faq-list li {
  font-size: 16px;
  margin-bottom: 10px;
  color: #ffffff;
  position: relative;
  padding-left: 20px;
}
.s-skybeam-cta.l-cta-section {
  background-color: #b36b3a;
}
.s-skybeam-cta.l-question-section {
  background-color: #ffffff;
}
.s-skybeam-cta.l-question-section .s-skybeam-cta__title,
.s-skybeam-cta.l-question-section .s-skybeam-cta__subtitle {
  color: #333333;
}
.s-skybeam-cta.l-question-section .s-skybeam-cta__subtitle a {
  color: #0000ff;
}
.s-skybeam-cta.l-question-section .c-btn {
  background-color: #333333;
  color: #ffffff;
}
.s-skybeam-cta.l-question-section .c-btn:hover {
  background-color: #555555;
}
.s-skybeam-cta.l-faq-section {
  background-color: #6c8b9c;
}

@media (max-width: 768px) {
  .s-skybeam-cta {
    padding: 20px 15px;
  }
  .s-skybeam-cta__title {
    font-size: 24px;
  }
  .s-skybeam-cta__subtitle {
    font-size: 14px;
  }
  .s-skybeam-cta__buttons {
    flex-direction: column;
    align-items: center;
  }
  .s-skybeam-cta__buttons .c-btn {
    width: 100%;
    max-width: 200px;
    margin: 5px 0;
  }
  .s-skybeam-cta__faq-list li {
    font-size: 14px;
  }
}
