.hub-page {
  --hub-paper: #fcfcfa;
  --hub-ink: #071722;
  --hub-muted: #52606d;
  --hub-gold: #7a6329;
  --hub-blue: #12348c;
  --hub-mist: #edf2f7;
  --hub-line: rgba(7, 23, 34, .16);
  --editorial-serif: Georgia, "Times New Roman", serif;
  margin: 0;
  background: var(--hub-paper);
  color: var(--hub-ink);
  font: 400 16px/1.65 "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.hub-page *, .hub-page *::before, .hub-page *::after { box-sizing: border-box; }
.hub-page [hidden] { display: none !important; }
.hub-page :focus-visible { outline: 3px solid #426cd3; outline-offset: 5px; }
.hub-page ::selection { color: var(--hub-ink); background: #dce6fb; }
.hub-page a { -webkit-tap-highlight-color: transparent; }
.hub-main :where(button, input) { font: inherit; }
.hub-container { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.hub-main { padding-top: 86px; }
.hub-sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.hub-skip { position: fixed; z-index: 10010; top: 12px; left: 16px; padding: 12px 20px; transform: translateY(-160%); background: var(--hub-ink); color: #fff; text-decoration: none; }
.hub-skip:focus { transform: none; }
.hub-breadcrumb { display: flex; flex-wrap: wrap; gap: 12px; padding-top: 30px; color: var(--hub-muted); font-size: 11px; }
.hub-breadcrumb a { color: inherit; text-decoration: none; }
.hub-breadcrumb a:hover { color: var(--hub-blue); text-decoration: underline; text-underline-offset: 4px; }
.hub-breadcrumb > span:last-child { color: var(--hub-ink); }
.hub-hero__body { display: grid; grid-template-columns: 1.25fr 1fr; align-items: end; gap: 64px; padding: 68px 0 58px; }
.hub-eyebrow { margin: 0; color: var(--hub-gold); font-size: 10px; font-weight: 750; letter-spacing: .12em; line-height: 1.6; text-transform: uppercase; }
.hub-hero h1 { margin: 20px 0 0; font: 400 clamp(58px, 6.1vw, 86px)/.98 var(--editorial-serif); letter-spacing: -.052em; }
.hub-hero h1 em { display: block; font-weight: 400; }
.hub-hero__intro { max-width: 400px; padding: 0 0 3px 26px; border-left: 1px solid var(--hub-line); }
.hub-hero__intro > p { margin: 15px 0 0; color: var(--hub-muted); font-size: 14px; line-height: 1.8; }
.hub-hero__intro .hub-hero__lead { margin: 0; color: var(--hub-ink); font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: -.025em; }
.hub-text-link { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; margin-top: 14px; color: var(--hub-blue); font-size: 12px; font-weight: 750; text-decoration: none; }
.hub-text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.hub-text-link span { font-size: 20px; }
.hub-section-label { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-bottom: 15px; border-bottom: 1px solid var(--hub-line); }
.hub-section-label h2 { margin: 0; font-size: 12px; font-weight: 750; }
.hub-section-label > span { color: var(--hub-muted); font-size: 11px; }
.hub-featured__grid { display: grid; grid-template-columns: 1.13fr 1fr 1fr; gap: 14px; padding-top: 18px; }
.hub-feature { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 26px 28px 23px; border: 1px solid var(--hub-line); background: var(--hub-paper); }
.hub-feature::before { content: ""; position: absolute; top: -1px; left: 27px; right: 27px; height: 3px; background: var(--hub-gold); }
.hub-feature--academy { background: var(--hub-mist); }
.hub-feature--academy::before { background: var(--hub-blue); }
.hub-feature--tice { background: var(--hub-ink); color: var(--hub-paper); }
.hub-feature--tice::before { background: #c2a258; }
.hub-feature__top { display: flex; flex-wrap: wrap; gap: 6px 16px; align-items: center; justify-content: space-between; }
.hub-feature__top .hub-eyebrow { font-size: 9px; }
.hub-feature__kind { color: var(--hub-muted); font-size: 9px; }
.hub-feature__body { flex: 1; padding-top: 32px; }
.hub-feature__brand { margin: 0 0 7px; color: var(--hub-muted); font-size: 10px; font-weight: 700; letter-spacing: .025em; }
.hub-feature h3 { margin: 0; font: 400 clamp(30px, 3vw, 42px)/1.12 var(--editorial-serif); letter-spacing: -.045em; }
.hub-feature__body > p:last-child { max-width: 310px; margin: 19px 0 0; color: var(--hub-muted); font-size: 12px; line-height: 1.85; }
.hub-feature__footer { display: flex; flex-direction: column; gap: 16px; padding-top: 30px; }
.hub-access { display: inline-flex; align-items: baseline; gap: 7px; color: var(--hub-muted); font-size: 10px; line-height: 1.6; }
.hub-access::before { content: ""; width: 4px; height: 4px; flex: 0 0 4px; align-self: center; border-radius: 50%; background: currentColor; }
.hub-feature__link { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 49px; padding-top: 13px; border-top: 1px solid var(--hub-line); color: var(--hub-ink); font-size: 12px; font-weight: 750; text-decoration: none; }
.hub-feature__link > span { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--hub-line); border-radius: 50%; font-size: 17px; font-weight: 400; transition: background .2s, color .2s, transform .2s; }
.hub-feature__link:hover > span { background: var(--hub-ink); color: var(--hub-paper); transform: translate(2px, -2px); }
.hub-feature__link:hover { text-decoration: underline; text-underline-offset: 5px; }
.hub-feature--tice .hub-eyebrow { color: #d4bb7e; }
.hub-feature--tice .hub-feature__kind, .hub-feature--tice .hub-feature__brand, .hub-feature--tice .hub-feature__body > p:last-child, .hub-feature--tice .hub-access { color: #c4ced5; }
.hub-feature--tice .hub-feature__link { border-color: rgba(252, 252, 250, .24); color: var(--hub-paper); }
.hub-feature--tice .hub-feature__link > span { border-color: rgba(252, 252, 250, .35); }
.hub-feature--tice .hub-feature__link:hover > span { background: var(--hub-paper); color: var(--hub-ink); }
.hub-start { display: grid; grid-template-columns: 175px minmax(0, 1fr); gap: 18px 30px; margin-top: 30px; padding: 24px 0; border-block: 1px solid var(--hub-line); }
.hub-start__heading h2 { margin: 0; color: var(--hub-ink); font: 400 23px/1.2 var(--editorial-serif); letter-spacing: -.025em; }
.hub-start__heading p { margin: 8px 0 0; color: var(--hub-muted); font-size: 11px; }
.hub-start__links { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 17px; }
.hub-start__links > a { display: flex; flex-direction: column; justify-content: center; gap: 7px; min-height: 50px; color: var(--hub-ink); text-decoration: none; }
.hub-start__links > a > span { color: var(--hub-muted); font-size: 9px; line-height: 1.5; }
.hub-start__links strong { display: flex; align-items: center; gap: 7px; font-size: 11px; line-height: 1.5; font-weight: 750; }
.hub-start__links strong > span { color: var(--hub-blue); font-size: 15px; font-weight: 400; }
.hub-start__links > a:hover strong { color: var(--hub-blue); text-decoration: underline; text-underline-offset: 4px; }
.hub-start__access { grid-column: 1 / -1; max-width: 1000px; margin: 0; color: var(--hub-muted); font-size: 10px; line-height: 1.8; }
.hub-directory { padding-top: 86px; scroll-margin-top: 105px; }
.hub-directory__heading { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 28px; }
.hub-directory h2, .hub-guidance h2 { margin: 13px 0 0; font: 400 clamp(29px, 3.2vw, 43px)/1.12 var(--editorial-serif); letter-spacing: -.04em; }
.hub-directory__heading > p { margin: 0 0 2px; color: var(--hub-muted); font-size: 12px; line-height: 1.8; }
.hub-controls { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 0; border-block: 1px solid var(--hub-line); }
.hub-filters { display: flex; flex-wrap: wrap; gap: 5px; min-width: 0; margin: 0; padding: 0; border: 0; }
.hub-filter { min-height: 44px; padding: 11px 17px; border: 1px solid transparent; border-radius: 3px; background: transparent; color: var(--hub-muted); font-size: 12px !important; font-weight: 700 !important; cursor: pointer; transition: background .2s, color .2s; }
.hub-filter:hover { background: var(--hub-mist); color: var(--hub-ink); }
.hub-filter[aria-pressed="true"] { background: var(--hub-ink); color: var(--hub-paper); }
.hub-search { position: relative; flex: 0 1 325px; min-width: 220px; }
.hub-search svg { position: absolute; top: 15px; left: 15px; width: 17px; height: 17px; stroke: var(--hub-muted); stroke-width: 1.5; pointer-events: none; }
.hub-search input { display: block; width: 100%; min-height: 48px; padding: 12px 15px 12px 42px; border: 1px solid var(--hub-line); border-radius: 3px; background: #fff; color: var(--hub-ink); font-size: 12px; }
.hub-search input::placeholder { color: var(--hub-muted); opacity: 1; }
.hub-directory__meta { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 64px; }
.hub-directory__meta p { min-width: 0; margin: 0; overflow-wrap: anywhere; color: var(--hub-muted); font-size: 11px; }
.hub-reset { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; padding: 8px 0; border: 0; background: transparent; color: var(--hub-blue); font-size: 11px !important; font-weight: 700 !important; cursor: pointer; }
.hub-reset:hover { text-decoration: underline; text-underline-offset: 4px; }
.hub-reset > span { font-size: 18px; font-weight: 400; }
.hub-resources { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.hub-resource { display: flex; flex-direction: column; min-width: 0; padding: 23px 25px 18px; border: 1px solid var(--hub-line); background: #fff; transition: border-color .2s, box-shadow .2s; }
.hub-resource:hover, .hub-resource:focus-within { border-color: #a6b6c7; box-shadow: 0 8px 22px rgba(7, 23, 34, .035); }
.hub-resource__top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 14px; line-height: 1.6; }
.hub-resource__category { color: var(--hub-gold); font-size: 9px; font-weight: 750; letter-spacing: .055em; text-transform: uppercase; }
.hub-resource__type { color: var(--hub-muted); font-size: 9px; }
.hub-resource h3 { margin: 24px 0 0; font: 400 26px/1.18 var(--editorial-serif); letter-spacing: -.025em; }
.hub-resource__description { margin: 14px 0 0; color: var(--hub-muted); font-size: 12px; line-height: 1.85; }
.hub-resource__footer { display: flex; flex-direction: column; gap: 13px; margin-top: auto; padding-top: 23px; }
.hub-resource__footer > a { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 44px; padding-top: 11px; border-top: 1px solid var(--hub-line); color: var(--hub-ink); font-size: 11px; font-weight: 750; text-decoration: none; }
.hub-resource__footer > a:hover { color: var(--hub-blue); text-decoration: underline; text-underline-offset: 4px; }
.hub-resource__footer > a > span { font-size: 19px; font-weight: 400; }
.hub-resource__footer > a.hub-resource__secondary { min-height: 40px; margin-top: -8px; padding-top: 0; border-top: 0; color: var(--hub-muted); font-size: 10px; font-weight: 600; }
.hub-empty { padding: 64px 24px; border: 1px solid var(--hub-line); background: var(--hub-mist); text-align: center; }
.hub-empty h3 { margin: 0; font: 400 30px/1.2 var(--editorial-serif); letter-spacing: -.03em; }
.hub-empty p { max-width: 440px; margin: 16px auto 24px; color: var(--hub-muted); font-size: 13px; }
.hub-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 52px; padding: 14px 19px; border: 1px solid var(--hub-ink); border-radius: 2px; background: var(--hub-ink); color: var(--hub-paper); font-size: 12px !important; font-weight: 750 !important; text-decoration: none; cursor: pointer; transition: background .2s, border-color .2s; }
.hub-button > span { font-size: 19px; font-weight: 400; }
.hub-button:hover { background: var(--hub-blue); border-color: var(--hub-blue); }
.hub-guidance { display: flex; justify-content: space-between; align-items: center; gap: 40px; margin-top: 72px; margin-bottom: 72px; padding: 39px 42px; border: 1px solid var(--hub-line); background: var(--hub-mist); }
.hub-guidance h2 { font-size: clamp(28px, 3vw, 36px); }
.hub-guidance p:last-child { max-width: 620px; margin: 15px 0 0; color: var(--hub-muted); font-size: 12px; }
.hub-guidance .hub-button { flex-shrink: 0; }
.hub-footer { padding: 35px 0 23px; border-top: 1px solid var(--hub-line); }
.hub-footer__inner { display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.hub-footer__brand { color: var(--hub-ink); font-size: 13px; font-weight: 800; text-decoration: none; }
.hub-footer__inner p { margin: 6px 0 0; color: var(--hub-muted); font-size: 10px; }
.hub-footer nav { display: flex; flex-wrap: wrap; gap: 10px 25px; }
.hub-footer nav a { display: inline-flex; align-items: center; min-height: 44px; color: var(--hub-muted); font-size: 11px; text-decoration: none; }
.hub-footer nav a:hover { color: var(--hub-blue); text-decoration: underline; text-underline-offset: 4px; }
.hub-footer__bottom { margin-top: 30px; color: var(--hub-muted); font-size: 9px; }
@media (max-width: 1080px) {
  .hub-main { padding-top: 68px; }
  .hub-hero__body { gap: 40px; padding-top: 52px; }
  .hub-feature { padding-inline: 22px; }
  .hub-feature::before { left: 21px; right: 21px; }
  .hub-feature__top { align-items: start; flex-direction: column; }
  .hub-feature h3 { font-size: 33px; }
  .hub-controls { gap: 12px; }
  .hub-filter { padding-inline: 13px; }
  .hub-resource { padding-inline: 20px; }
}
@media (max-width: 800px) {
  .hub-start { grid-template-columns: 1fr; gap: 16px; }
  .hub-start__heading { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px 20px; }
  .hub-start__heading p { margin: 0; }
  .hub-container { width: calc(100% - 40px); }
  .hub-hero__body { grid-template-columns: 1fr 1fr; gap: 30px; }
  .hub-hero h1 { font-size: 60px; }
  .hub-hero__intro { padding-left: 22px; }
  .hub-hero__intro .hub-hero__lead { font-size: 17px; }
  .hub-hero__intro > p { font-size: 12px; }
  .hub-featured__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
  .hub-feature { padding: 22px 17px 18px; }
  .hub-feature::before { left: 16px; right: 16px; }
  .hub-feature h3 { font-size: 28px; }
  .hub-feature__body { padding-top: 24px; }
  .hub-feature__body > p:last-child { font-size: 11px; }
  .hub-feature__link { font-size: 11px; }
  .hub-feature__link > span { flex: 0 0 25px; width: 25px; height: 25px; }
  .hub-feature .hub-access { font-size: 9px; }
  .hub-directory { padding-top: 62px; }
  .hub-directory__heading { align-items: start; }
  .hub-directory__heading > p { max-width: 210px; padding-top: 9px; font-size: 11px; }
  .hub-controls { flex-wrap: wrap; gap: 15px; }
  .hub-search { flex: 1 1 100%; }
  .hub-resources { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hub-guidance { margin-block: 50px; padding: 28px; }
  .hub-footer__inner { align-items: start; }
  .hub-footer nav { gap: 0 18px; max-width: 220px; }
}
@media (max-width: 600px) {
  .hub-start { margin-top: 24px; padding-block: 22px; }
  .hub-start__links { grid-template-columns: 1fr; gap: 0; }
  .hub-start__links > a { flex-direction: row; align-items: center; justify-content: space-between; gap: 18px; min-height: 48px; border-bottom: 1px solid var(--hub-line); }
  .hub-start__links > a > span { font-size: 10px; }
  .hub-start__links strong { font-size: 11px; }
  .hub-container { width: calc(100% - 32px); }
  .hub-breadcrumb { padding-top: 22px; gap: 8px; font-size: 10px; }
  .hub-hero__body { grid-template-columns: 1fr; gap: 25px; padding: 38px 0 38px; }
  .hub-hero h1 { margin-top: 16px; font-size: clamp(52px, 13vw, 72px); }
  .hub-hero__intro { max-width: 430px; padding: 0; border: 0; }
  .hub-hero__intro .hub-hero__lead { max-width: 310px; font-size: 19px; }
  .hub-hero__intro > p { margin-top: 12px; font-size: 13px; }
  .hub-text-link { margin-top: 11px; }
  .hub-section-label { align-items: start; padding-bottom: 12px; }
  .hub-section-label > span { display: none; }
  .hub-featured__grid { grid-template-columns: 1fr; gap: 14px; padding-top: 14px; }
  .hub-feature { padding: 23px 24px 18px; }
  .hub-feature::before { left: 23px; right: 23px; }
  .hub-feature__top { flex-direction: row; align-items: center; }
  .hub-feature__top .hub-eyebrow { font-size: 10px; }
  .hub-feature__kind { font-size: 10px; }
  .hub-feature__body { padding-top: 24px; }
  .hub-feature h3 { font-size: 39px; }
  .hub-feature__body > p:last-child { max-width: 370px; margin-top: 14px; font-size: 12px; }
  .hub-feature__footer { gap: 9px; padding-top: 22px; }
  .hub-feature .hub-access { font-size: 10px; }
  .hub-feature__link { padding-top: 10px; font-size: 12px; }
  .hub-feature__link > span { flex-basis: 30px; width: 30px; height: 30px; }
  .hub-directory { padding-top: 48px; scroll-margin-top: 84px; }
  .hub-directory__heading { display: block; margin-bottom: 22px; }
  .hub-directory h2 { font-size: 33px; }
  .hub-directory__heading > p { max-width: none; margin-top: 12px; padding: 0; font-size: 12px; }
  .hub-directory__heading > p br { display: none; }
  .hub-controls { padding: 16px 0; }
  .hub-filters { gap: 4px; }
  .hub-filter { padding: 9px 12px; font-size: 11px !important; }
  .hub-search input { font-size: 16px; }
  .hub-directory__meta { min-height: 59px; }
  .hub-resources { grid-template-columns: 1fr; gap: 12px; }
  .hub-resource { padding: 22px 24px 16px; }
  .hub-resource h3 { margin-top: 20px; font-size: 29px; }
  .hub-resource__description { margin-top: 12px; font-size: 13px; }
  .hub-resource__footer { padding-top: 20px; }
  .hub-resource__footer > a { font-size: 12px; }
  .hub-empty { padding: 38px 22px; }
  .hub-empty h3 { font-size: 27px; }
  .hub-guidance { display: block; margin-block: 40px; padding: 28px 24px; }
  .hub-guidance h2 { max-width: 280px; font-size: 32px; }
  .hub-guidance p:last-child { font-size: 13px; }
  .hub-guidance .hub-button { margin-top: 24px; }
  .hub-footer { padding-top: 25px; }
  .hub-footer__inner { flex-direction: column; gap: 14px; }
  .hub-footer nav { gap: 0 20px; max-width: none; }
  .hub-footer__bottom { margin-top: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .hub-page *, .hub-page *::before, .hub-page *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; }
}
