@font-face{font-family:"Roboto";font-style:normal;font-weight:400;font-display:swap;src:url("../fonts/Roboto-Regular.ttf") format("truetype")}
@font-face{font-family:"Roboto";font-style:normal;font-weight:500;font-display:swap;src:url("../fonts/Roboto-Medium.ttf") format("truetype")}
@font-face{font-family:"Roboto";font-style:normal;font-weight:700;font-display:swap;src:url("../fonts/Roboto-Bold.ttf") format("truetype")}

:root {
  --navy: #1c326f;
  --navy-deep: #0e1a38;
  --rule: #337ab7;
  --page: #f5f5f5;
  --surface: #ffffff;
  --line: #d7dde8;
  --text: #1c326f;
  --muted: #4a5570;
  --sans: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --display: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --wrap: 1200px;
  --wrap-wide: 1800px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--page);
  color: var(--text);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.55;
  text-wrap: pretty;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 2px;
}

a:hover,
a:focus-visible {
  color: var(--navy-deep);
  text-decoration-thickness: 2px;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--rule);
  outline-offset: 2px;
}

h1,
h2,
h3,
h4 {
  font-family: var(--display);
  color: var(--navy);
  line-height: 1.2;
  margin: 0 0 0.5em;
  text-wrap: balance;
}

h1 {
  font-size: clamp(28px, 3.4vw, 40px);
}

h2 {
  font-size: clamp(22px, 2.4vw, 28px);
  margin-top: 1.6em;
}

h3 {
  font-size: 20px;
  margin-top: 1.4em;
}

p {
  margin: 0 0 1em;
}

ul,
ol {
  margin: 0 0 1em;
  padding-left: 1.4em;
}

li {
  margin-bottom: 0.35em;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  background: var(--navy);
  color: #fff;
  padding: 12px 20px;
  font-weight: 700;
  text-decoration: none;
}

.skip-link:focus {
  left: 0;
  color: #fff;
}

.wrap {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 24px;
}

.site-header {
  background: var(--surface);
  border-bottom: 2px solid var(--rule);
}

.header-inner {
  max-width: var(--wrap-wide);
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: stretch;
  gap: clamp(6px, 1vw, 20px);
  min-height: 56px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.brand img {
  width: clamp(104px, 8vw, 130px);
  max-width: 100%;
  height: auto;
}

.menu-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 16px;
  background: var(--navy);
  color: #fff;
  border: 0;
  border-radius: 4px;
  font: 700 16px/1 var(--sans);
  cursor: pointer;
}

.menu-toggle .bars {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  position: relative;
}

.menu-toggle .bars::before,
.menu-toggle .bars::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background: #fff;
}

.menu-toggle .bars::before {
  top: -7px;
}

.menu-toggle .bars::after {
  top: 7px;
}

.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
  width: 100%;
}

.nav-item {
  position: relative;
}

.nav-item {
  display: flex;
}

.nav-item > a,
.nav-top {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 56px;
  padding: 8px clamp(5px, 0.62vw, 13px);
  white-space: nowrap;
  background: none;
  border: 0;
  border-radius: 0;
  color: var(--navy);
  font: 500 clamp(13px, 1.03vw, 17px)/1.2 var(--sans);
  text-decoration: none;
  cursor: pointer;
}

.nav-item > a:hover,
.nav-item > a:focus-visible,
.nav-top:hover,
.nav-item.open > .nav-top {
  background: var(--navy);
  color: #fff;
}

.nav-item > a[aria-current="page"] {
  background: var(--navy);
  color: #fff;
}

.caret {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid currentColor;
}

.nav-cta {
  margin-left: auto;
}

.nav-cta > a,
.nav-cta > .nav-top {
  background: #9b1c1c;
  color: #fff;
  font-weight: 500;
  padding-left: clamp(12px, 1.2vw, 22px);
  padding-right: clamp(12px, 1.2vw, 22px);
}

.nav-cta > a:hover,
.nav-cta > .nav-top:hover,
.nav-cta.open > .nav-top {
  background: #741414;
  color: #fff;
}

.sub {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  min-width: 260px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-top: 2px solid var(--rule);
  box-shadow: 0 8px 24px rgba(14, 26, 56, 0.18);
  display: none;
}

.nav-item.open .sub {
  display: block;
}

.sub-2col {
  display: none;
  min-width: 0;
  width: max-content;
  max-width: min(90vw, 820px);
}

.nav-item.open .sub-2col {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 10px;
}

.nav-list > .nav-item:nth-last-child(-n + 3) .sub {
  left: auto;
  right: 0;
}

.sub a {
  display: block;
  padding: 6px 16px;
  color: var(--navy);
  font-size: 15px;
  line-height: 1.3;
  white-space: nowrap;
  text-decoration: none;
}

.sub a:hover,
.sub a:focus-visible {
  background: var(--page);
  text-decoration: underline;
}

.sub a[aria-current="page"] {
  font-weight: 700;
  background: var(--page);
}

.hero {
  position: relative;
  background: var(--navy-deep);
}

.hero-slides {
  position: relative;
  width: 100%;
  aspect-ratio: 20 / 9;
  max-height: 620px;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.09);
  transform-origin: 55% 45%;
  transition: opacity 1100ms ease-in-out, transform 1100ms ease-in-out;
  will-change: opacity, transform;
}

.hero-media.is-active {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1100ms ease-in-out, transform 7500ms linear;
}

@media (prefers-reduced-motion: reduce) {
  .hero-media {
    transform: none;
    transition: none;
  }

  .hero-media.is-active {
    transform: none;
    transition: none;
  }
}

.hero-panel {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  border-left: 3px solid var(--rule);
  border-top: 1px solid var(--rule);
  padding: 18px 26px;
  max-width: 360px;
  text-align: center;
}

.hero-panel p {
  margin: 0;
}

.hero-title {
  font-family: var(--sans);
  font-size: 29px;
  line-height: 1.15;
  font-weight: 700;
  color: var(--navy);
}

.hero-links {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 19px;
}

main {
  display: block;
  background: var(--page);
}

.section-hero {
  position: relative;
  min-height: 470px;
  background-color: var(--navy-deep);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 40px clamp(16px, 5vw, 90px);
}

.hero-agency {
  background-image: url("../images/Perry-County-Opportunity-Center-Aug-2023.png");
}

.hero-children-families {
  background-image: url("../images/intro-children-families-lg.jpg");
}

.hero-children-services {
  background-image: url("../images/children-services-introw.webp");
}

.hero-child-support {
  background-image: url("../images/Perry-County-JFS-Child-Support-Awareness-group.jpg");
}

.hero-employment {
  background-image: url("../images/intro-employment-lg.jpg");
}

.hero-seniors {
  background-image: url("../images/intro-Seniors-lg.jpg");
}

.section-hero-panel {
  background: rgba(255, 255, 255, 0.88);
  border-left: 3px solid var(--rule);
  padding: 16px 22px;
  max-width: 300px;
  text-align: center;
}

.section-hero-title {
  margin: 0 0 8px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--navy);
}

.section-hero-tagline {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
}

.section-hero-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.section-hero-links a {
  display: block;
  padding: 2px 4px;
  font-size: 15px;
  line-height: 1.35;
}

.section-hero-plain {
  min-height: 620px;
  background-position: center top;
}

@media (max-width: 1200px) {
  .section-hero-plain {
    min-height: 0;
    height: 0;
    padding: 0 0 46%;
  }
}

@media (max-width: 860px) {
  /* Show the photo as a full band, then let the links sit beneath it
     as a side-rule list instead of covering the image. */
  .section-hero {
    display: block;
    min-height: 0;
    padding: 58vw 0 0;
    background-color: var(--navy-deep);
    background-position: center top;
    background-size: 100% calc(58vw + 2px);
  }

  .section-hero-panel {
    max-width: none;
    background: none;
    border-left: 0;
    border-top: 2px solid var(--rule);
    text-align: left;
    padding: 0;
    margin: 14px 18px 18px;
  }

  /* The page's own h1 repeats this label immediately below,
     so keep it for screen readers only. */
  .section-hero-title {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .section-hero-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 18px;
    align-items: stretch;
  }

  .section-hero-links a {
    padding: 12px 0;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    display: flex;
    align-items: center;
    min-height: 44px;
  }

  .section-hero-links a:hover,
  .section-hero-links a:focus {
    color: #fff;
    text-decoration: underline;
  }

  /* One column on narrow phones so the underlines stay aligned. */
  @media (max-width: 460px) {
    .section-hero-links {
      grid-template-columns: 1fr;
    }
  }
}

.page {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 36px clamp(22px, 3.5vw, 52px) 56px;
  background: var(--surface);
}

.page-home,
.wrap-home {
  max-width: var(--wrap-wide);
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 700px) {
  .page {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page-figure,
.logo-link {
  margin: 0 0 22px;
}

.page-figure img,
.logo-link img {
  max-width: 100%;
  height: auto;
}

.logo-link img {
  max-width: 320px;
}

[id] {
  scroll-margin-top: 20px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 8px;
  font-size: 16px;
  margin: 0 0 12px;
  color: var(--muted);
}

.breadcrumb a {
  white-space: nowrap;
}

.breadcrumb a::after {
  content: "|";
  margin-left: 8px;
  color: var(--muted);
  text-decoration: none;
}

.breadcrumb a {
  color: var(--navy);
}

.callout {
  border-left: 3px solid var(--rule);
  background: var(--page);
  padding: 18px 22px;
  margin: 0 0 20px;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout-title {
  font-family: var(--display);
  font-size: 24px;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 6px;
}

.callout-thin {
  border-left: 2px solid var(--rule);
  background: none;
  padding: 2px 0 2px 20px;
  margin: 0 0 24px;
}

.callout-thin > :last-child {
  margin-bottom: 0;
}

.callout-thin h2,
.callout-thin h3 {
  margin-top: 0;
}

.staff-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 18px 24px;
  margin: 0 0 32px;
}

.staff {
  border-left: 2px solid var(--rule);
  padding: 2px 0 2px 16px;
}

.contact-split {
  display: grid;
  grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin: 0 0 24px;
}

.contact-split-figure {
  margin: 0;
}

.contact-split-figure img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
}

.contact-split-reverse {
  grid-template-columns: minmax(0, 1fr) minmax(0, 420px);
}

@media (max-width: 760px) {
  .contact-split-reverse {
    grid-template-columns: 1fr;
  }
}

.contact-split .callout {
  margin: 0;
}

@media (max-width: 760px) {
  .contact-split {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.staff-grid-5 {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1100px) {
  .staff-grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .staff-grid-5 {
    grid-template-columns: 1fr;
  }
}

.staff img {
  display: block;
  width: 100%;
  max-width: 170px;
  height: auto;
  margin-bottom: 10px;
}

.staff p {
  margin: 0;
}

.staff-title {
  font-size: 15px;
  color: #4a4a4a;
}

.staff-name {
  font-weight: 700;
  color: var(--navy);
}

.callout-lead {
  font-family: var(--display);
  font-size: 29px;
  font-weight: 700;
  font-style: italic;
  display: block;
}

.callout-mission {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.45;
  color: var(--navy);
}

.callout em {
  font-style: italic;
  font-weight: 700;
}

.duo {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin: 28px 0;
}

.duo .callout {
  margin: 0;
}

.cards {
  max-width: var(--wrap-wide);
  margin: 0 auto;
  padding: 0 24px 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

@media (max-width: 1100px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .cards {
    grid-template-columns: 1fr;
  }
}

.card {
  display: flex;
  flex-direction: column;
  background: var(--navy);
  border-left: 3px solid var(--rule);
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s linear;
}

.card:hover,
.card:focus-within {
  background: var(--navy-deep);
  color: #fff;
}

.card-body {
  flex: 1;
  padding: 20px;
}

.card-body img {
  width: 120px;
  height: auto;
  padding: 5px;
  border: 1px solid var(--rule);
  border-radius: 100px;
  background: #fff;
}

.card-title {
  font-family: var(--display);
  color: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  margin: 18px 0 10px;
}

.card-text {
  font-family: var(--display);
  font-size: 16px;
  margin: 0;
}

.card-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  padding: 12px 20px;
  font-family: var(--display);
  font-weight: 700;
  font-size: 16px;
}

.card:hover .card-footer,
.card:focus-within .card-footer {
  background: var(--navy-deep);
}

.card-links {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.card-links a {
  color: #fff;
  font-family: var(--display);
  font-weight: 700;
  font-size: 16px;
}

.btn {
  display: inline-block;
  min-height: 44px;
  padding: 11px 22px;
  background: var(--navy);
  color: #fff;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
}

.btn:hover,
.btn:focus-visible {
  background: var(--navy-deep);
  color: #fff;
  text-decoration: underline;
}

.accordion {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.accordion details {
  border: 1px solid var(--line);
  border-left: 3px solid var(--rule);
  background: var(--surface);
}

.accordion summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 14px 48px 14px 18px;
  font-family: var(--display);
  font-weight: 700;
  font-size: 18px;
  color: var(--navy);
  background: var(--page);
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  line-height: 1;
}

.accordion details[open] summary::after {
  content: "\2212";
}

.accordion-panel {
  padding: 18px;
}

.accordion-panel > :last-child {
  margin-bottom: 0;
}

.video-frame {
  position: relative;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 16 / 9;
  margin: 0 0 20px;
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.site-footer {
  background: var(--page);
  border-top: 2px solid var(--rule);
  padding: 40px 0 24px;
}

.footer-grid {
  max-width: var(--wrap-wide);
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 2.1fr 1fr 1fr;
  gap: 40px;
}

@media (max-width: 1000px) {
  .footer-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 32px;
  }
}

.footer-hours {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 4px;
}

.footer-addresses {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-top: 18px;
}

.loc {
  font-style: normal;
  background: var(--surface);
  border-left: 3px solid var(--rule);
  padding: 16px 18px;
}

.loc-name {
  font-weight: 700;
  font-size: 17px;
  margin: 0 0 8px;
  line-height: 1.3;
}

.loc-addr {
  margin: 0 0 12px;
  line-height: 1.55;
}

.loc-meta {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 12px;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
}

.loc-meta dt {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  padding-top: 3px;
  white-space: nowrap;
}

.loc-meta dd {
  margin: 0;
}

.loc-note {
  font-size: 13px;
  color: var(--muted);
}

.loc-dir {
  margin: 0;
  padding-top: 10px;
  border-top: 1px solid var(--line);
  font-size: 15px;
}

.footer-heading {
  font-family: var(--display);
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
}

.footer-links {
  list-style: disc;
  margin: 0;
  padding-left: 20px;
}

.social {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 20px;
}

.social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}

.social svg {
  width: 30px;
  height: 30px;
  fill: var(--navy);
}

.social a:hover svg,
.social a:focus-visible svg {
  fill: var(--navy-deep);
}

.mailing img {
  width: 160px;
}

.colophon {
  background: var(--navy);
  color: #fff;
  margin-top: 32px;
  padding: 20px 24px;
  text-align: center;
  font-size: 16px;
}

.colophon a {
  color: #fff;
}

.colophon p {
  margin: 0 0 4px;
}

@media (max-width: 1100px) {
  .header-inner {
    flex-wrap: wrap;
    padding: 8px 20px;
    align-items: center;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  #primary-nav {
    display: none;
    order: 3;
    flex-basis: 100%;
  }

  #primary-nav.is-open {
    display: block;
  }

  .nav-list {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    border-top: 1px solid var(--line);
  }

  .nav-item {
    display: block;
    border-bottom: 1px solid var(--line);
  }

  .nav-cta {
    margin-left: 0;
  }

  .nav-item > a,
  .nav-top {
    width: 100%;
    min-height: 48px;
    justify-content: space-between;
    padding: 12px 16px;
    font-size: 17px;
    border-radius: 0;
  }

  .nav-list > .nav-item:nth-last-child(-n + 3) .sub {
    right: auto;
  }

  .sub-2col {
    display: none;
  }

  .nav-item.open .sub-2col {
    display: block;
    width: auto;
    max-width: none;
  }

  .sub a {
    white-space: normal;
  }

  .sub {
    position: static;
    box-shadow: none;
    border: 0;
    border-left: 3px solid var(--rule);
    min-width: 0;
    background: var(--page);
  }
}

@media (max-width: 860px) {
  .hero-slides {
    aspect-ratio: 4 / 3;
  }

  .hero-panel {
    position: static;
    max-width: none;
    background: var(--page);
    border-top: 0;
  }
}

@media print {
  .site-header,
  .hero,
  .site-footer {
    display: none;
  }
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  margin: 8px 0 8px;
}

@media (max-width: 900px) {
  .split {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.deflist {
  margin: 0;
}

.deflist dt {
  font-weight: 700;
  color: var(--navy);
  margin: 18px 0 4px;
}

.deflist dt:first-child {
  margin-top: 0;
}

.deflist dd {
  margin: 0;
}

.theme-purple {
  --rule: #4b0082;
}

.theme-purple .callout {
  background: #f7f2fb;
}

.theme-purple .callout-title,
.theme-purple h2,
.theme-purple h3 {
  color: #4b0082;
}

.theme-purple .btn {
  background: #4b0082;
}

.theme-purple .btn:hover,
.theme-purple .btn:focus-visible {
  background: #35005c;
}

.figure-side {
  float: right;
  width: 300px;
  max-width: 42%;
  margin: 0 0 20px 28px;
}

.figure-side img {
  display: block;
  width: 100%;
  height: auto;
  border-left: 3px solid var(--rule);
}

@media (max-width: 700px) {
  .figure-side {
    float: none;
    width: 100%;
    max-width: 340px;
    margin: 0 0 20px;
  }
}

.jump-nav {
  border-left: 3px solid var(--rule);
  background: var(--page);
  padding: 16px 20px;
  margin: 0 0 34px;
}

.jump-nav h2 {
  margin: 0 0 10px;
  font-size: 18px;
}

.jump-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.jump-list a {
  display: inline-block;
  padding: 8px 12px;
  background: var(--surface);
  border: 1px solid var(--line);
  text-decoration: none;
  font-size: 15px;
}

.jump-list a:hover,
.jump-list a:focus-visible {
  background: var(--navy-deep);
  border-color: var(--navy-deep);
  color: #fff;
}

.res-section {
  margin: 0 0 42px;
}

.res-section h2 {
  border-left: 4px solid var(--rule);
  padding-left: 13px;
  margin-bottom: 14px;
}

.res-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.res-table th,
.res-table td {
  text-align: left;
  vertical-align: top;
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
}

.res-table thead th {
  background: var(--page);
  border-bottom: 2px solid var(--rule);
  font-size: 15px;
}

.res-table tbody tr:nth-child(even) {
  background: #fafbfc;
}

.res-table td a {
  overflow-wrap: break-word;
  word-break: break-word;
}

.res-note {
  color: var(--muted);
}

.res-top {
  margin: 12px 0 0;
  font-size: 15px;
}

@media (max-width: 760px) {
  .res-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .res-table tr {
    display: block;
    border-bottom: 2px solid var(--line);
    padding: 12px 0;
  }

  .res-table tbody tr:nth-child(even) {
    background: transparent;
  }

  .res-table td {
    display: block;
    border: 0;
    padding: 3px 0;
  }

  .res-table td:empty {
    display: none;
  }

  .res-table td:first-child {
    font-weight: 700;
  }
}

.omj-logo {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0 0 20px;
}

.to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 60;
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--navy);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  font-size: 22px;
  line-height: 1;
  text-decoration: none;
}

.to-top.is-visible {
  display: flex;
}

.to-top:hover,
.to-top:focus-visible {
  background: var(--navy-deep);
  color: #fff;
}

@media print {
  .to-top {
    display: none;
  }
}

.logo-link img {
  display: block;
  width: 100%;
  max-width: 200px;
  height: auto;
}

.callout-meta {
  font-size: 18px;
  margin: 0 0 14px;
}

.callout h4 {
  font-size: 18px;
  margin: 18px 0 8px;
}

.fcfc-head {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.fcfc-logo {
  width: 150px;
  height: auto;
  flex: none;
}

.fcfc-head h1 {
  margin-top: 0;
}

.doc-list {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  border-top: 1px solid var(--line);
}

.doc-list li {
  border-bottom: 1px solid var(--line);
}

.doc-list a {
  display: block;
  padding: 11px 4px 11px 14px;
  border-left: 3px solid transparent;
  text-decoration: none;
}

.doc-list a:hover,
.doc-list a:focus {
  background: #f1f4fa;
  border-left-color: var(--rule);
  text-decoration: underline;
}

/* touch targets */
.site-footer a,
.card-links a,
.loc-meta a {
  display: inline-block;
  padding: 4px 0;
}

.brand {
  padding: 4px 0;
}
