/* ww-home-readiness-contrast-fix */
html body .ww-home-cta {
  background: #202a33 !important;
  border: 1px solid rgba(255, 255, 255, .14) !important;
}

html body .ww-home-cta h2 {
  color: #ffffff !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .28) !important;
}

html body .ww-home-cta p:not(.ww-section-kicker) {
  color: #f7f8f9 !important;
}

html body .ww-home-cta .ww-section-kicker {
  color: #ffb15c !important;
  font-weight: 800 !important;
}

html body .ww-home-cta a {
  color: #171717 !important;
  background: #f28a2a !important;
  border-color: #ffad5b !important;
  font-weight: 800 !important;
}

/* ww-global-footer-layout */
/* Balanced, readable three-column footer across the entire site. */
html body #footer {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 58px 24px 44px !important;
  background: #111111 !important;
}
html body #footer-core {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: start !important;
  gap: 44px !important;
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
html body #footer-col1 { grid-column: 1 !important; }
html body #footer-col2 { grid-column: 2 !important; }
html body #footer-col3 { grid-column: 3 !important; }
html body #footer-core > .widget-area {
  float: none !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 18px !important;
  text-align: left !important;
  color: #ffffff !important;
}
html body #footer-core .widget,
html body #footer-core .widget * {
  box-sizing: border-box;
}
html body #footer-core h3.wp-block-heading {
  position: relative;
  margin: 0 0 24px !important;
  padding: 0 0 14px !important;
  color: #ffffff !important;
  font-size: clamp(1.3rem, 1.8vw, 1.65rem) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: .02em;
  text-align: left !important;
}
html body #footer-core h3.wp-block-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 54px;
  height: 3px;
  border-radius: 3px;
  background: #ef7f1a;
  transform: none;
}
html body #footer-core ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  text-align: left !important;
}
html body #footer-core li {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.45 !important;
  text-align: left !important;
}
html body #footer-core a {
  display: inline-block;
  margin: 0 !important;
  padding: 5px 4px !important;
  color: #f7f7f7 !important;
  font-size: 1rem !important;
  line-height: 1.45 !important;
  text-align: left !important;
  text-decoration: none !important;
  text-underline-offset: 3px;
}
html body #footer-core a:hover,
html body #footer-core a:focus-visible {
  color: #ff9a3c !important;
  text-decoration: underline !important;
}
html body #footer-core p,
html body #footer-core address {
  margin: 0 0 10px !important;
  color: #f7f7f7 !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
  text-align: left !important;
}
@media (max-width: 900px) {
  html body #footer-col1,
  html body #footer-col2,
  html body #footer-col3 { grid-column: 1 !important; }
  html body #footer { padding: 46px 18px 36px !important; }
  html body #footer-core {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    max-width: 620px !important;
  }
  html body #footer-core > .widget-area {
    padding: 30px 10px !important;
    border-bottom: 1px solid rgba(255,255,255,.18);
  }
  html body #footer-core > .widget-area:first-child { padding-top: 0 !important; }
  html body #footer-core > .widget-area:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0;
  }
}
