/* Shared Footer. The DOM follows the same order as the stacked layout. */
.site-footer.complete-footer {
  background: #fff;
  color: #173763;
  border-top: 1px solid #e3eaf3;
}
.site-footer.complete-footer .footer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px 40px;
  padding-block: 36px 28px;
  font-size: .9375rem;
  line-height: 1.5;
}
.site-footer.complete-footer .footer-layout > * { min-width: 0; }
.site-footer.complete-footer .footer-layout a { margin: 0; }
.site-footer.complete-footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 28px;
}
.site-footer.complete-footer .footer-social,
.site-footer.complete-footer .footer-top-link { justify-self: end; }
.site-footer.complete-footer a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  max-width: 100%;
  margin: 0;
  padding: 12px 0;
  color: #173763;
  white-space: normal;
  overflow-wrap: anywhere;
  text-decoration: none;
}
.site-footer.complete-footer a:hover {
  color: #234c88;
  text-decoration: none;
}
.site-footer.complete-footer a[aria-current="page"] {
  color: #234c88;
  font-weight: 650;
}
.site-footer.complete-footer a:focus-visible {
  outline: 3px solid #234c88;
  outline-offset: 5px;
}
.site-footer.complete-footer .footer-brand {
  justify-self: start;
  padding: 0;
  gap: 14px;
}
.site-footer.complete-footer .footer-brand .brand-shield {
  width: 38px;
  flex-basis: 38px;
}
.site-footer.complete-footer .footer-brand .brand-name img { width: 224px; }
.site-footer.complete-footer .footer-brand .brand-name > span { font-size: .8125rem; }

/* Read-only information pages. No rules apply to an existing main region. */
html.footer-document {
  color-scheme: light;
  scroll-behavior: auto;
}
.footer-page { background: #fff; color: #173763; }
.footer-page .footer-copy {
  width: min(45rem, calc(100% - 112px));
  margin-inline: auto;
  padding-block: 72px 96px;
  font-size: 1.125rem;
  line-height: 1.8;
}
.footer-page .footer-copy h1 {
  margin-bottom: 52px;
  color: #173763;
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  line-height: 1.12;
  letter-spacing: -.035em;
}
.footer-page .footer-copy section + section { margin-top: 44px; }
.footer-page .footer-copy h2 {
  margin-bottom: 18px;
  color: #234c88;
  font-size: 1.75rem;
  line-height: 1.25;
  letter-spacing: -.02em;
}
.footer-page .footer-copy p { color: #43536c; }
.footer-page .footer-copy a {
  color: #234c88;
  text-decoration: underline;
  text-underline-offset: .2em;
  text-decoration-thickness: 1px;
  overflow-wrap: anywhere;
}
.footer-page .footer-copy a:focus-visible {
  outline: 3px solid #234c88;
  outline-offset: 4px;
}
@media (min-width: 1101px) and (max-width: 1200px) {
  html.footer-document { --header-offset: 262px; }
}
@media (max-width: 1100px) {
  .footer-page .footer-copy { width: min(45rem, calc(100% - 64px)); }
}
@media (max-width: 650px) {
  .site-footer.complete-footer .footer-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    padding-block: 32px;
  }
  .site-footer.complete-footer .footer-social,
  .site-footer.complete-footer .footer-top-link { justify-self: start; }
  .site-footer.complete-footer .footer-links { gap: 4px 24px; }
  .footer-page .footer-copy {
    width: calc(100% - 40px);
    padding-block: 44px 64px;
  }
  .footer-page .footer-copy h1 { margin-bottom: 36px; }
  .footer-page .footer-copy h2 { font-size: 1.625rem; }
  .footer-page .footer-copy section + section { margin-top: 36px; }
}
