:root{--ink:var(--brand-ink);--teal:var(--brand-indigo);--deep:var(--brand-blue);--paper:var(--brand-surface-muted);--cream:var(--brand-surface-indigo);--gold:var(--brand-cyan);--muted:var(--brand-ink-muted);--line:var(--brand-border);--white:var(--brand-white)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font:17px/1.65 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-underline-offset:4px}button,input,select,textarea{font:inherit}button,a,input,summary{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid var(--brand-red);outline-offset:5px}img{max-width:100%}.container{width:min(1200px,100% - 64px);margin-inline:auto}.topline{background:var(--deep);color:var(--brand-white);letter-spacing:.06em;padding:8px 0;font-size:12px}.topline .container{justify-content:space-between;gap:16px;display:flex}.site-header{background:var(--brand-white);border-bottom:1px solid var(--line)}.header-row{justify-content:space-between;align-items:center;gap:24px;min-height:104px;display:flex}.brand{flex-shrink:0;align-items:center;gap:13px;text-decoration:none;display:flex}.brand strong{font-size:18px;line-height:1.25;display:block}.brand small{letter-spacing:.035em;margin-top:5px;font-size:11px;line-height:1.4;display:block}.site-header nav{flex-wrap:wrap;align-items:center;gap:23px;font-size:13px;font-weight:650;display:flex}.site-header nav a{text-decoration:none}.site-header nav a:hover{text-decoration:underline}.workspace-link{border:1px solid var(--line);white-space:nowrap;border-radius:7px;padding:10px 13px;font-size:12px;font-weight:650;text-decoration:none}.hero{background:var(--cream);padding:76px 0 80px;position:relative}.hero-grid{grid-template-columns:1.4fr 1fr;align-items:center;gap:84px;display:grid}.eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--teal);margin:0 0 17px;font-size:11px;font-weight:750}.hero h1{font-family:var(--font-sans);letter-spacing:-.045em;margin:0 0 24px;font-size:clamp(45px,5.2vw,72px);font-weight:500;line-height:1.08}h1 em,h2 em{color:var(--teal);font-weight:400}.hero-copy{max-width:535px;color:var(--muted);margin-bottom:28px;font-size:18px;line-height:1.75}.actions{flex-wrap:wrap;gap:12px;display:flex}.button{border:1px solid var(--teal);background:var(--teal);color:var(--brand-white);cursor:pointer;border-radius:7px;justify-content:center;align-items:center;gap:17px;min-height:48px;padding:14px 20px;font-size:14px;font-weight:650;text-decoration:none;display:inline-flex}.button:hover{background:var(--deep)}.button:disabled{opacity:.58;cursor:not-allowed}.button.secondary{color:var(--ink);border-color:var(--brand-border);background:0 0}.button.secondary:hover{background:var(--brand-surface-cyan)}.subtle{color:var(--muted);margin-top:21px;font-size:12px;line-height:1.7}.help-panel{background:var(--deep);color:var(--brand-white);box-shadow:0 20px 38px rgb(var(--brand-indigo-rgb) / .075);border-radius:17px;padding:32px 34px 14px;position:relative}.help-panel:before{content:"";background:var(--gold);width:70px;height:5px;display:block;position:absolute;top:0;left:34px}.help-panel .eyebrow{color:var(--gold)}.help-panel h2{font:400 35px/1.2 var(--font-sans);letter-spacing:-.02em;margin:12px 0 18px}.help-panel a{border-top:1px solid rgb(var(--brand-white-rgb) / .196);justify-content:space-between;align-items:center;gap:18px;padding:18px 0;text-decoration:none;display:flex}.help-panel strong{font-size:15px}.help-panel small{color:var(--brand-cyan-soft);margin-top:4px;font-size:12px;display:block}.help-panel a b{color:var(--gold);font-size:23px;font-weight:400}.help-panel a:hover strong{text-decoration:underline}.section{padding-block:64px}.section-heading{justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:27px;display:flex}.section h2,.closing-callout h2{font:400 clamp(28px,3vw,39px)/1.2 var(--font-sans);letter-spacing:-.035em;margin:0}.text-link{color:var(--teal);font-size:14px;font-weight:700;line-height:1.6;text-decoration:none;display:inline-block}.text-link:hover{text-decoration:underline}.resource-search{border:1px solid var(--line);background:var(--brand-white);border-radius:10px;margin-bottom:20px;padding:24px}.resource-search label{margin-bottom:9px;font-size:13px;font-weight:650;display:block}.resource-search>div{align-items:center;gap:12px;display:flex}.resource-search input{border:1px solid var(--brand-border);background:var(--brand-surface-cyan);min-width:0;color:var(--ink);border-radius:6px;flex:1;min-height:48px;padding:12px 15px;font-size:15px}.quick-links{grid-template-columns:repeat(4,1fr);gap:12px;margin:22px 0;display:grid}.quick-links a{background:var(--brand-white);border:1px solid var(--line);border-radius:8px;justify-content:space-between;gap:12px;padding:22px 17px;font-size:14px;font-weight:650;text-decoration:none;display:flex}.quick-links a:hover{border-color:var(--teal);background:var(--brand-surface-cyan)}.quick-links span{color:var(--teal)}.community-section{background:var(--brand-surface-cyan);border-block:1px solid var(--brand-surface-cyan)}.community-grid{grid-template-columns:1.15fr 1fr;align-items:center;gap:90px;display:grid}.community-grid p:not(.eyebrow){color:var(--muted);font-size:16px}.community-grid h2{font-size:38px;line-height:1.3}.card-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.record-card{background:var(--brand-white);border:1px solid var(--line);overflow-wrap:anywhere;border-radius:10px;flex-direction:column;align-items:flex-start;min-width:0;padding:28px;display:flex}.record-card h3{font:400 25px/1.3 var(--font-sans);letter-spacing:-.02em;margin:0 0 12px}.record-card h3 a{text-decoration:none}.record-card h3 a:hover{text-decoration:underline}.record-card p{color:var(--muted);-webkit-line-clamp:5;-webkit-box-orient:vertical;margin:0 0 18px;font-size:14px;line-height:1.8;display:-webkit-box;overflow:hidden}.record-card .text-link{margin-top:auto;padding-top:14px}.record-card .eyebrow{margin-bottom:15px;font-size:10px}.status{letter-spacing:.035em;background:var(--brand-surface-cyan);color:var(--brand-ink);text-transform:capitalize;border-radius:5px;margin:5px 0 10px;padding:5px 9px;font-size:11px;display:inline-block}.empty-state{border:1px dashed var(--brand-border);color:var(--muted);background:var(--brand-white);border-radius:8px;padding:30px;font-size:15px}.meeting-section{border-top:1px solid var(--line)}.closing-callout{background:var(--cream);border-radius:12px;justify-content:space-between;align-items:center;gap:26px;margin-bottom:70px;padding:38px;display:flex}.closing-callout h2{max-width:580px;font-size:32px}.site-footer{background:var(--deep);color:var(--brand-surface-red);padding:48px 0 22px}.footer-grid{grid-template-columns:1.1fr 1fr;gap:80px;display:grid}.footer-grid strong{font:400 25px/1.3 var(--font-sans);max-width:420px;display:block}.footer-grid p{max-width:440px;color:var(--brand-cyan-soft);font-size:13px}.footer-grid nav{grid-template-columns:1fr 1fr;align-content:start;gap:12px 20px;font-size:13px;display:grid}.footer-grid nav a{text-decoration:none}.footer-note{border-top:1px solid rgb(var(--brand-white-rgb) / .188);color:var(--brand-cyan-soft);margin-top:30px;padding-top:20px;font-size:11px}.page-heading{background:var(--cream);padding:58px 0 52px}.page-heading h1,.detail h1{font:400 clamp(36px,4.5vw,57px)/1.14 var(--font-sans);letter-spacing:-.04em;margin:0 0 20px}.page-heading p:not(.eyebrow){max-width:730px;color:var(--muted);font-size:17px}.reading-width{max-width:820px}.detail{margin-top:35px}.detail dl>div{border-top:1px solid var(--line);padding:20px 0}.detail dt{margin-bottom:5px;font-size:14px;font-weight:750}.detail dd{color:var(--muted);margin:0}.detail .button{margin:15px 12px 15px 0}.lead{font-size:20px;line-height:1.8}.preserve-lines{white-space:pre-wrap;overflow-wrap:anywhere}.notice{background:var(--brand-surface-red);border:1px solid var(--brand-red-soft);color:var(--brand-red);border-radius:8px;margin:20px 0;padding:20px 24px;font-size:14px}.notice p{margin:7px 0}.guide-callout{border:1px solid var(--line);background:var(--brand-surface-cyan);border-radius:10px;justify-content:space-between;align-items:center;gap:25px;margin:25px 0;padding:24px;display:flex}.guide-callout p{max-width:600px;margin-bottom:0;font-size:13px;line-height:1.7}.guide-callout a{white-space:nowrap}.demo-banner{background:var(--brand-surface-red);color:var(--brand-red);text-align:center;padding:11px 22px;font-size:13px}.alert-strip{background:var(--brand-surface-red);color:var(--brand-red);padding:15px 0}.alert-strip p{white-space:pre-wrap;margin:3px 0;font-size:14px}.skip-link{background:var(--brand-white);z-index:20;padding:12px;position:absolute;top:-100px;left:12px}.skip-link:focus{top:12px}.editorial{margin:15px 0 45px}.editorial h2{margin-bottom:20px}.date-label{font-weight:650}.volunteer-panel{border:1px solid var(--line);background:var(--brand-white);box-shadow:0 16px 34px rgb(var(--brand-indigo-rgb) / .047);border-radius:14px;margin:0 0 54px;padding:clamp(24px,4vw,42px)}.volunteer-panel>h2{margin-bottom:14px}.volunteer-panel>p:not(.eyebrow){max-width:780px;color:var(--muted);margin:0 0 28px}.volunteer-form{gap:24px;display:grid}.field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.volunteer-form label:not(.choice){gap:7px;font-size:13px;font-weight:700;display:grid}.volunteer-form input:not([type=checkbox]),.volunteer-form textarea,.volunteer-form select{border:1px solid var(--brand-border);background:var(--brand-surface-cyan);width:100%;min-height:48px;color:var(--ink);border-radius:7px;padding:11px 13px;font-weight:400}.volunteer-form textarea{resize:vertical}.volunteer-form fieldset{border:1px solid var(--line);border-radius:10px;margin:0;padding:22px}.volunteer-form legend{padding:0 8px;font-size:14px;font-weight:750}.volunteer-form h3{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin:22px 0 10px;font-size:12px}.check-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 18px;display:grid}.choice{align-items:flex-start;gap:9px;font-size:14px;font-weight:500;line-height:1.5;display:flex}.choice input{flex:none;margin-top:4px}.open-choice{background:var(--brand-surface-cyan);border-radius:8px;padding:12px 14px}.privacy-choice{border:1px solid var(--line);background:var(--cream);border-radius:8px;padding:16px}.form-actions{align-items:center;gap:12px;display:flex}.form-message{border-radius:8px;margin:0;padding:14px 16px;font-size:14px}.form-message.success{background:var(--brand-surface-cyan);color:var(--brand-ink);border:1px solid var(--brand-cyan-soft)}.form-message.error{background:var(--brand-surface-red);color:var(--brand-red);border:1px solid var(--brand-red-soft)}.hp-field{width:1px!important;height:1px!important;position:absolute!important;left:-10000px!important;overflow:hidden!important}.volunteer-opportunity-heading{margin-top:58px}@media (max-width:1100px){.header-row{flex-wrap:wrap;gap:18px;padding-block:20px}.site-header nav{border-top:1px solid var(--line);order:3;justify-content:center;width:100%;padding-top:15px}.hero-grid{gap:40px}.hero{padding-block:55px}.card-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.container{width:calc(100% - 36px)}.topline{font-size:10px}.topline span:last-child{display:none}.brand img{width:43px;height:43px}.brand strong{font-size:16px}.brand small{font-size:9px}.workspace-link{padding:8px;font-size:11px}.header-row{gap:15px}.site-header nav{justify-content:flex-start;gap:12px 19px;font-size:12px}.hero-grid,.community-grid,.footer-grid{grid-template-columns:1fr;gap:34px}.hero h1{font-size:49px}.hero-copy{font-size:16px}.hero{padding:38px 0}.help-panel{padding:26px 25px 8px}.help-panel h2{font-size:29px}.section{padding-block:40px}.section-heading{flex-direction:column;align-items:flex-start;gap:14px}.section h2{font-size:31px}.resource-search{padding:18px}.resource-search>div{flex-wrap:wrap}.resource-search input{flex-basis:100%}.resource-search .button{flex:1}.quick-links{grid-template-columns:repeat(2,1fr);gap:10px}.quick-links a{padding:18px 13px;font-size:12px}.card-grid{grid-template-columns:1fr}.community-grid h2{font-size:31px}.closing-callout{flex-direction:column;align-items:flex-start;margin-bottom:40px;padding:27px}.closing-callout h2{font-size:28px}.footer-grid{gap:24px}.guide-callout{flex-direction:column;align-items:flex-start;padding:20px}.page-heading{padding:38px 0 30px}.page-heading h1,.detail h1{font-size:39px}.lead{font-size:18px}.button{padding:12px 16px;font-size:13px}.field-grid,.check-grid{grid-template-columns:1fr}.volunteer-panel{padding:22px}.volunteer-form fieldset{padding:17px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media print{.site-header,.topline,.site-footer,.demo-banner,.skip-link,.resource-search,.actions,.button,.volunteer-panel{display:none!important}body{background:var(--brand-white);color:var(--brand-ink);font:12pt/1.5 sans-serif}.container{width:100%}.section,.hero,.page-heading{background:var(--brand-white);padding:12pt 0}.card-grid{display:block}.record-card{break-inside:avoid;box-shadow:none;margin-bottom:12pt}.record-card p{display:block;overflow:visible}.reading-width{max-width:none}a{text-decoration:underline}.notice{background:var(--brand-white)}}
.meal-calendar-section{max-width:1120px}.meal-calendar-intro{justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:24px;display:flex}.meal-calendar-intro h2{font:400 clamp(28px,3vw,39px)/1.2 var(--font-sans);letter-spacing:-.035em;margin:0}.meal-calendar-intro>p{max-width:430px;color:var(--muted);text-align:right;margin:0;font-size:14px}.meal-calendar{gap:18px;display:grid}.meal-day{border:1px solid var(--line);background:var(--brand-white);box-shadow:0 9px 24px rgb(var(--brand-indigo-rgb) / .039);border-radius:12px;overflow:hidden}.meal-day>header{background:var(--brand-surface-cyan);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding:16px 20px;display:flex}.meal-day>header div{align-items:baseline;gap:12px;display:flex}.meal-day>header span{font:400 23px/1.2 var(--font-sans);color:var(--ink)}.meal-day>header strong{letter-spacing:.08em;color:var(--muted);font-size:11px}.meal-day>header b{text-transform:uppercase;letter-spacing:.08em;color:var(--teal);font-size:11px}.meal-day-today{border-color:var(--brand-sky);box-shadow:0 10px 28px rgb(var(--brand-indigo-rgb) / .086)}.meal-day-today>header{background:var(--brand-surface-cyan)}.meal-day-events{background:var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;display:grid}.meal-event{background:var(--brand-white);min-width:0;padding:22px}.meal-event h3{font:400 24px/1.25 var(--font-sans);letter-spacing:-.025em;margin:10px 0 6px}.meal-event p{overflow-wrap:anywhere}.meal-event-topline{justify-content:space-between;align-items:center;gap:12px;display:flex}.meal-status{background:var(--brand-surface-cyan);min-height:28px;color:var(--brand-ink);border-radius:999px;align-items:center;padding:4px 9px;font-size:12px;font-weight:750;display:inline-flex}.meal-status.cancelled{background:var(--brand-surface-red);color:var(--brand-red)}.meal-zone{color:var(--muted);font-size:11px}.meal-provider{color:var(--muted);margin:0 0 12px;font-size:13px}.meal-note{white-space:pre-wrap;border-left:3px solid var(--gold);background:var(--brand-surface-red);color:var(--brand-red);margin:12px 0;padding:11px 12px;font-size:13px;line-height:1.6}.meal-details{border-top:1px solid var(--brand-surface-cyan);gap:8px;padding-top:10px;display:grid}.meal-details p{color:var(--muted);margin:0;font-size:13px;line-height:1.6}.meal-details strong{color:var(--ink)}.meal-verified{color:var(--brand-ink-muted);margin:14px 0 0;font-size:11px}.meal-event-cancelled{background:var(--brand-surface-red)}.meal-event-cancelled h3{text-decoration:line-through;text-decoration-thickness:1px}.meal-empty-day{color:var(--muted);margin:0;padding:18px 20px;font-size:13px}.meal-calendar-note{margin-top:26px}.meal-calendar-note p:last-child{font-size:12px}@media (max-width:800px){.meal-calendar-intro{flex-direction:column;align-items:flex-start;gap:10px}.meal-calendar-intro>p{text-align:left}.meal-day-events{grid-template-columns:1fr}}@media (max-width:560px){.meal-day>header{flex-direction:column;align-items:flex-start;gap:5px}.meal-day>header div{flex-direction:column;align-items:flex-start;gap:2px}.meal-event{padding:18px}.meal-event-topline{align-items:flex-start}.meal-event h3{font-size:22px}}@media print{.meal-calendar{gap:9pt}.meal-day{break-inside:avoid;box-shadow:none}.meal-day-events{display:block}.meal-event{break-inside:avoid;border-top:1px solid var(--brand-surface-muted)}.meal-event:first-child{border-top:0}.meal-calendar-note{border:1px solid var(--brand-border)}.meal-event-cancelled{background:var(--brand-white)}}
:root{--mirror-ink:var(--brand-blue);--mirror-blue:var(--brand-blue);--mirror-accent:var(--brand-ink);--mirror-paper:var(--brand-surface-indigo);--mirror-line:var(--brand-indigo-soft);--mirror-radius:16px}html{scroll-behavior:smooth;scroll-padding-top:190px}.mirror-top{background:var(--brand-blue);color:var(--brand-white);letter-spacing:.025em;padding:8px 24px;font:600 .76rem/1.5 system-ui}.mirror-top>div{justify-content:space-between;gap:16px;max-width:1240px;margin:auto;display:flex}.mirror-header{background:rgb(var(--brand-white-rgb) / .98);border-bottom:1px solid var(--mirror-line);z-index:40;box-shadow:0 3px 16px rgb(var(--brand-indigo-rgb) / .063);position:sticky;top:0}.mirror-brand-row{justify-content:space-between;align-items:center;gap:24px;max-width:1240px;margin:auto;padding:18px 24px;display:flex}.mirror-brand{color:var(--mirror-blue);align-items:center;gap:16px;display:flex;text-decoration:none!important}.mirror-brand img{object-fit:contain;width:64px;height:64px}.mirror-brand strong{font-size:1.3rem;line-height:1.2;display:block}.mirror-brand small{color:var(--brand-blue);margin-top:5px;font-size:.85rem;display:block}.mirror-header-tools{align-items:center;gap:22px;font-size:.9rem;font-weight:650;display:flex}.mirror-workspace{background:var(--brand-surface-indigo);border:1px solid var(--brand-indigo-soft);color:var(--mirror-blue);border-radius:9px;padding:10px 16px;text-decoration:none}.mirror-desktop-nav{border-top:1px solid var(--brand-surface-indigo);max-width:1240px;margin:auto;padding:0 24px}.mirror-desktop-nav>ul{justify-content:space-between;align-items:center;gap:12px;margin:0;padding:0;list-style:none;display:flex}.mirror-desktop-nav li{list-style:none;position:relative}.mirror-desktop-nav>ul>li>a,.mirror-desktop-nav>ul>li>details>summary{color:var(--mirror-ink);cursor:pointer;padding:13px 0;font-size:.84rem;font-weight:650;text-decoration:none;display:block}.mirror-desktop-nav details[open]>summary{color:var(--mirror-accent)}.mirror-submenu{background:var(--brand-white);border:1px solid var(--mirror-line);min-width:290px;max-width:390px;max-height:65vh;box-shadow:0 16px 40px rgb(var(--brand-indigo-rgb) / .125);z-index:45;border-radius:0 0 12px 12px;padding:16px;position:absolute;top:100%;right:0;overflow:auto}.mirror-submenu ul{margin:0;padding:0;list-style:none}.mirror-submenu a,.mirror-submenu summary{border-radius:7px;padding:8px 10px;font-size:.9rem;line-height:1.45;text-decoration:none;display:block}.mirror-submenu a:hover{background:var(--brand-surface-cyan)}.mirror-submenu .mirror-submenu{box-shadow:none;border:0;min-width:0;padding:0 0 0 12px;position:static}.mirror-mobile-nav{display:none}.mirror-main{max-width:1240px;color:var(--mirror-ink);margin:auto;padding:24px}.mirror-main a,.mirror-footer a{color:var(--brand-blue);text-underline-offset:3px}.mirror-main a:hover{text-decoration-thickness:2px}.mirror-page-tools{color:var(--brand-blue);justify-content:space-between;align-items:center;gap:16px;margin:0 0 26px;font-size:.83rem;display:flex}.mirror-page-tools>div{gap:22px;display:flex}.mirror-page-title{color:var(--mirror-blue);margin:26px 0;font-size:clamp(2rem,5vw,3.5rem);line-height:1.12}.mirror-source-note{border-top:1px solid var(--mirror-line);color:var(--brand-blue);margin:42px 0 10px;padding-top:18px;font-size:.78rem;line-height:1.6}.mirror-toc{background:var(--brand-surface-indigo);border:1px solid var(--mirror-line);border-radius:12px;margin:12px 0 26px;padding:16px 22px}.mirror-toc summary{cursor:pointer;font-weight:700}.mirror-toc ol{columns:2;column-gap:36px;padding-left:22px;font-size:.9rem}.mirror-toc li{break-inside:avoid;margin:8px 0}.mirror-footer{background:var(--brand-blue);color:var(--brand-surface-indigo);margin-top:50px;padding:40px 24px;font-size:.87rem}.mirror-footer>div{max-width:1192px;margin:auto}.mirror-footer nav{flex-wrap:wrap;gap:18px;margin:20px 0;display:flex}.mirror-footer a{color:var(--brand-surface-indigo)}.mirror-original-footer #footer-widgets{display:none}.mirror-original-footer ul{gap:16px;padding:0;list-style:none;display:flex}.mirror-provenance{opacity:.7;margin-top:25px;font-size:.76rem}.mirror-original-footer .container{width:100%;padding:0}.mirror-button{background:var(--mirror-blue);border:1px solid var(--mirror-blue);cursor:pointer;border-radius:8px;padding:12px 19px;font:650 .95rem/1.4 system-ui;display:inline-block;color:var(--brand-white)!important;text-decoration:none!important}.mirror-button:disabled{opacity:.6;cursor:default}.mirror-main :focus-visible,.mirror-header :focus-visible{outline:3px solid var(--brand-cyan);outline-offset:4px;border-radius:4px}.legacy-body{overflow-wrap:anywhere;font:17px/1.72 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.legacy-body p{max-width:88ch;margin:0 0 1.1em}.legacy-body h1,.legacy-body h2,.legacy-body h3,.legacy-body h4{letter-spacing:-.025em;color:var(--mirror-ink);margin:1.3em 0 .65em;scroll-margin-top:200px;line-height:1.22}.legacy-body h1{color:var(--mirror-blue);margin-top:.35em;font-size:clamp(2rem,4.5vw,3.6rem);font-weight:750}.legacy-body h2{font-size:clamp(1.55rem,2.8vw,2.2rem)}.legacy-body h3{font-size:1.25rem}.legacy-body h4{font-size:1.06rem}.legacy-body h5,.legacy-body h6{font-size:1rem}.legacy-body ul,.legacy-body ol{margin:0 0 1.2em;padding-left:1.4em}.legacy-body li{margin:.4em 0}.legacy-body blockquote{border-left:4px solid var(--brand-cyan);background:var(--brand-surface-indigo);margin:22px 0;padding:8px 22px}.legacy-body img{object-fit:contain;vertical-align:middle;max-width:100%;height:auto}.legacy-body .container{width:100%;max-width:none;margin:0;padding:0}.legacy-body [hidden]{display:none!important}.legacy-body [aria-disabled=true]{cursor:default}.legacy-body hr{border:0;border-top:1px solid var(--mirror-line);margin:26px 0}.legacy-body .et_pb_section{background:var(--brand-white);border:1px solid var(--brand-surface-indigo);border-radius:var(--mirror-radius);margin:0 0 24px;padding:28px 34px}.legacy-body .et_pb_section.et_pb_with_background{background:var(--brand-surface-indigo)}.legacy-body .et_pb_row{flex-wrap:wrap;align-items:flex-start;gap:24px;margin:0 0 18px;display:flex}.legacy-body .et_pb_row:last-child{margin-bottom:0}.legacy-body .et_pb_column{flex:1;min-width:0}.legacy-body .et_pb_column_4_4{flex-basis:100%}.legacy-body .et_pb_column_1_2{flex-basis:calc(50% - 12px)}.legacy-body .et_pb_column_1_3{flex-basis:calc(33.33% - 16px)}.legacy-body .et_pb_column_2_3{flex-basis:calc(66.66% - 16px)}.legacy-body .et_pb_column_1_4{flex-basis:calc(25% - 18px)}.legacy-body .et_pb_column_3_4{flex-basis:calc(75% - 18px)}.legacy-body .et_pb_image a{border-radius:12px;display:block;overflow:hidden}.legacy-body .et_pb_image img{width:100%;height:auto;display:block}.legacy-body img[src*=-icon\.jpg]{opacity:.8;width:88px;margin:0 auto}.legacy-body .et_pb_button,.legacy-body .nofo-button,.legacy-body .btn-primary,.legacy-body .jhc-crg-primary-button,.legacy-body .jhc-crg-hero-button{background:var(--mirror-blue);border:1px solid var(--mirror-blue);color:var(--brand-white);border-radius:8px;justify-content:center;align-items:center;gap:8px;margin:5px 6px 5px 0;padding:11px 16px;font-weight:650;line-height:1.4;text-decoration:none;display:inline-flex}.legacy-body .jhc-crg-secondary-button,.legacy-body .nofo-button-secondary,.legacy-body .llu-card-button{border:1px solid var(--brand-indigo-soft);color:var(--brand-blue);background:var(--brand-surface-indigo);border-radius:8px;align-items:center;gap:7px;margin:5px 6px 5px 0;padding:10px 15px;text-decoration:none;display:inline-flex}.mirror-home .legacy-body .et_pb_section:first-child{background:var(--brand-surface-indigo);border-left:7px solid var(--mirror-blue);padding:54px 46px}.mirror-home .legacy-body .et_pb_section:first-child h1{letter-spacing:-.045em;max-width:22ch;font-size:clamp(2.6rem,5vw,4.35rem);font-weight:770;line-height:1.075}.mirror-home .legacy-body .et_pb_section:first-child h2{color:var(--brand-ink);font-size:1.6rem}.mirror-home .legacy-body .et_pb_section_1{background:0 0;border:0;padding:16px}.mirror-home .legacy-body .et_pb_section_1 img{box-shadow:0 6px 20px rgb(var(--brand-indigo-rgb) / .102);border-radius:12px}.legacy-body .wpdm_hide,.legacy-body .wpdm_remove_empty,.legacy-body .wpdm-authors,.legacy-body .vr-hidden-field{display:none!important}.legacy-body #sidebar{border-top:1px solid var(--mirror-line);margin-top:32px;padding-top:18px}.legacy-body .post-meta{color:var(--brand-blue);font-size:.83rem}.legacy-body .row{flex-wrap:wrap;gap:18px;display:flex}.legacy-body .row>[class*=col-]{flex:300px;min-width:0}.legacy-body .row>.col-md-12{flex-basis:100%}.legacy-body .card{background:var(--brand-white);border:1px solid var(--mirror-line);border-radius:12px;margin:0 0 12px;padding:20px}.legacy-body .card h3{margin-top:0}.legacy-body .media{align-items:center;gap:16px;display:flex}.legacy-body .media img{object-fit:contain;width:48px;height:58px}.legacy-body .media-body{flex:1;min-width:0}.legacy-body .list-group{padding:0;list-style:none}.legacy-body .list-group-item{border-bottom:1px solid var(--mirror-line);justify-content:space-between;gap:16px;padding:12px 0;display:flex}.legacy-body .list-group .badge{font-weight:650}.legacy-body .pagination{gap:14px;padding:16px 0;list-style:none;display:flex}.legacy-body .pagination li{background:var(--brand-surface-indigo);border-radius:6px;padding:6px 13px}.mirror-table-scroll{border:1px solid var(--mirror-line);border-radius:10px;max-width:100%;margin:22px 0;overflow:auto}.legacy-body table{border-collapse:collapse;width:100%;font-size:.92rem}.legacy-body td,.legacy-body th{border-bottom:1px solid var(--mirror-line);vertical-align:top;text-align:left;padding:12px 15px}.legacy-body th{background:var(--brand-surface-indigo);font-weight:700}.legacy-body td p{margin:0}.legacy-body table tr:last-child td{border-bottom:0}.legacy-body figcaption,.legacy-body .wp-caption-text{color:var(--brand-blue);margin-top:8px;font-size:.83rem}.legacy-body input,.legacy-body select,.legacy-body textarea{border:1px solid var(--brand-indigo-soft);background:var(--brand-white);max-width:100%;color:var(--mirror-ink);font:inherit;border-radius:7px;padding:10px 12px}.legacy-body input:disabled,.legacy-body textarea:disabled,.legacy-body select:disabled{background:var(--brand-surface-indigo);color:var(--brand-blue)}.legacy-body label{display:block}.legacy-body input[type=radio],.legacy-body input[type=checkbox]{width:auto;margin-right:9px}.legacy-body svg{vertical-align:middle;max-width:48px;max-height:48px}.legacy-body .jhc-crg-provider-logo img,.legacy-body .jhc-crg-single-logo{max-width:100px;max-height:100px}.legacy-body .jhc-crg-single-logo-frame img{max-width:160px;max-height:160px}.legacy-body .jhc-crg-featured-grid,.legacy-body .jhc-crg-application-grid,.legacy-body .jhc-crg-provider-grid,.legacy-body .hcwg-grid,.legacy-body .nofo-project-grid,.legacy-body .llu-listings{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.legacy-body .jhc-crg-provider-card,.legacy-body .hcwg-card,.legacy-body .nofo-project-card,.legacy-body .llu-card{border:1px solid var(--mirror-line);background:var(--brand-white);min-width:0;box-shadow:0 3px 12px rgb(var(--brand-indigo-rgb) / .027);border-radius:14px;overflow:hidden}.legacy-body .jhc-crg-card-main{color:var(--mirror-ink);padding:21px;text-decoration:none;display:block}.legacy-body .jhc-crg-card-header{align-items:center;gap:15px;margin-bottom:14px;display:flex}.legacy-body .jhc-crg-card-title-row h3{margin:0}.legacy-body .jhc-crg-provider-logo{flex-shrink:0;width:60px}.legacy-body .jhc-crg-card-description{font-weight:600}.legacy-body .jhc-crg-services-summary{color:var(--brand-blue);font-size:.85rem}.legacy-body .jhc-crg-card-actions{border-top:1px solid var(--brand-surface-indigo);flex-wrap:wrap;gap:12px;padding:12px 20px;font-size:.82rem;display:flex}.legacy-body .jhc-crg-card-chip,.legacy-body .nofo-pill,.legacy-body .nofo-pill-muted,.legacy-body .jhc-crg-count-pill{background:var(--brand-surface-indigo);color:var(--brand-blue);border-radius:6px;padding:4px 9px;font-size:.75rem;font-weight:600;display:inline-block}.legacy-body .jhc-crg-category-section{margin:34px 0;padding-top:12px}.legacy-body .jhc-crg-category-section>header{justify-content:space-between;align-items:center;gap:12px;margin:0 0 15px;display:flex}.legacy-body .jhc-crg-trust-strip{background:var(--brand-surface-indigo);border-radius:10px;flex-wrap:wrap;gap:15px;margin:18px 0;padding:13px 18px;font-size:.8rem;display:flex}.legacy-body .jhc-crg-chip-row,.legacy-body .jhc-crg-need-shortcuts,.legacy-body .hcwg-jump{flex-wrap:wrap;gap:10px;margin:16px 0;display:flex}.legacy-body .category-chip,.legacy-body .hcwg-jump a{background:var(--brand-white);border:1px solid var(--brand-indigo-soft);border-radius:25px;align-items:center;gap:6px;padding:8px 13px;font-size:.86rem;text-decoration:none;display:inline-flex}.legacy-body .jhc-crg-hero-section,.legacy-body .hcwg-hero,.legacy-body .nofo-hero,.legacy-body .llu-directory-hero{background:var(--brand-surface-indigo);border-radius:14px;margin:0 0 26px;padding:30px}.legacy-body .jhc-crg-info-card,.legacy-body .jhc-crg-contact-card,.legacy-body .jhc-crg-help-overview-card{background:var(--brand-surface-indigo);border:1px solid var(--mirror-line);border-radius:12px;padding:20px}.legacy-body .jhc-crg-single-hero,.legacy-body .jhc-crg-single-layout{grid-template-columns:minmax(0,2fr) minmax(240px,1fr);gap:28px;display:grid}.legacy-body .jhc-crg-single-layout{margin-top:28px}.legacy-body .jhc-crg-single-hero-image img{border-radius:12px;max-height:440px}.legacy-body .jhc-crg-help-overview-grid,.legacy-body .jhc-crg-info-grid,.legacy-body .jhc-crg-detail-grid,.legacy-body .nofo-status-grid,.legacy-body .nofo-two-column,.legacy-body .nofo-bottom-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.legacy-body .jhc-crg-quick-facts{flex-wrap:wrap;gap:12px;margin:20px 0;display:flex}.legacy-body .jhc-crg-detail-section,.legacy-body .jhc-crg-detail-group{margin:25px 0}.legacy-body .jhc-crg-contact-list{padding:0;list-style:none}.legacy-body .jhc-crg-offline-panel,.legacy-body .hcwg-callout,.legacy-body .nofo-section-card{background:var(--brand-surface-indigo);border:1px solid var(--mirror-line);border-radius:14px;margin:26px 0;padding:25px}.legacy-body .hcwg-card{padding:23px}.legacy-body .hcwg-card-header h2,.legacy-body .hcwg-card-header h3{margin-top:0}.legacy-body .cmt-meeting-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.legacy-body .cmt-meeting{border:1px solid var(--mirror-line);background:var(--brand-white);border-radius:10px;align-items:flex-start;gap:15px;padding:16px;display:flex}.legacy-body .cmt-date-badge{text-align:center;background:var(--brand-surface-indigo);border-radius:7px;min-width:48px;padding:8px;font-weight:700}.legacy-body .cmt-date-month,.legacy-body .cmt-date-day{display:block}.legacy-body .cmt-meeting-title{font-weight:700}.legacy-body .cmt-location,.legacy-body .cmt-time{font-size:.85rem}.legacy-body .nofo-nav{border:1px solid var(--mirror-line);border-radius:12px;margin:20px 0;padding:18px}.legacy-body .nofo-menu{flex-wrap:wrap;gap:12px;margin:14px 0 0;padding:0;font-size:.85rem;list-style:none;display:flex}.legacy-body .nofo-menu-toggle{border:1px solid var(--brand-indigo-soft);background:var(--brand-white);border-radius:7px;padding:7px 13px}.legacy-body .nofo-logo img{max-width:90px}.legacy-body .nofo-status-card,.legacy-body .nofo-project-card{background:var(--brand-white);border:1px solid var(--mirror-line);border-radius:12px;padding:20px}.legacy-body .nofo-status-value{color:var(--mirror-blue);font-size:1.5rem;font-weight:750}.legacy-body .nofo-timeline-item{border-left:3px solid var(--brand-cyan-soft);background:var(--brand-white);margin:15px 0;padding:16px}.legacy-body .nofo-date,.legacy-body .hcwg-eyebrow,.legacy-body .nofo-kicker{color:var(--brand-blue);letter-spacing:.02em;font-size:.82rem;font-weight:700}.legacy-body .nofo-faq-item{border-bottom:1px solid var(--mirror-line);padding:16px 0}.legacy-body .llu-card-image{object-fit:cover;width:100%;height:210px}.legacy-body .llu-card-body{padding:20px}.legacy-body .llu-card-title{margin:0 0 10px}.legacy-body .llu-card-price{color:var(--mirror-blue);font-size:1.25rem;font-weight:750}.legacy-body .llu-card-media{position:relative}.legacy-body .llu-card-badges{background:var(--brand-white);border-radius:5px;padding:3px 8px;position:absolute;bottom:12px;left:12px}.legacy-body .llu-card-save{background:var(--brand-white);border:1px solid var(--brand-surface-muted);border-radius:50%;width:36px;height:36px;padding:7px;position:absolute;top:12px;right:12px}.legacy-body .llu-card-save svg{width:20px;height:20px}.legacy-body .mirror-saved{outline:3px solid var(--brand-ink)}.legacy-body .llu-map-panel{border:1px solid var(--mirror-line);border-radius:12px;margin:22px 0;padding:20px}.legacy-body .llu-filter-toggle{background:var(--brand-surface-indigo);border:1px solid var(--brand-indigo-soft);border-radius:8px;padding:10px 17px}.legacy-body .llu-card-facts{font-size:.9rem}.legacy-body .llu-sr-only,.legacy-body .screen-reader-text{clip:rect(0,0,0,0);width:1px;height:1px;overflow:hidden;position:absolute!important}.legacy-body .vr-field{margin:16px 0}.legacy-body .vr-choice{padding:8px}.legacy-body .vr-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.legacy-body .vr-required{color:var(--brand-red)}.mirror-form{border:1px solid var(--mirror-line);background:var(--brand-surface-indigo);border-radius:12px;margin:25px 0;padding:24px}.mirror-form-notice p{font-size:.9rem}.mirror-form details{margin-top:20px}.mirror-form fieldset{border:0;padding:20px 0}.mirror-filter{border:1px solid var(--mirror-line);background:var(--brand-surface-indigo);border-radius:10px;margin:18px 0;padding:18px;font-size:.87rem}.mirror-filter form .row{align-items:flex-end}.mirror-filter p:empty{display:none}.mirror-filter button{border:1px solid var(--brand-indigo-soft);background:var(--brand-surface-indigo);border-radius:6px;padding:10px 16px}.mirror-embed{margin:24px 0}.mirror-iframe{background:var(--brand-white);border:0;border-radius:12px;width:100%;min-height:800px;margin:20px 0}.mirror-social{background:var(--brand-surface-indigo);border-radius:14px;margin-bottom:26px;padding:24px}.mirror-search{background:var(--brand-surface-indigo);border:1px solid var(--brand-indigo-soft);border-radius:12px;margin:18px 0;padding:22px}.mirror-search label>span{margin-bottom:9px;font-size:.95rem;font-weight:700;display:block}.mirror-search input{border:1px solid var(--brand-indigo-soft);background:var(--brand-white);width:100%;font:inherit;color:var(--mirror-ink);border-radius:8px;padding:13px 15px;display:block}.mirror-search-status{color:var(--brand-blue);font-size:.85rem;margin:8px 0!important}.mirror-search-results{max-height:650px;padding-right:5px;overflow:auto}.mirror-search-results article{background:var(--brand-white);border:1px solid var(--mirror-line);border-radius:9px;margin-top:10px;padding:15px}.mirror-search-results p{color:var(--brand-blue);margin:6px 0 0;font-size:.85rem}.mirror-search-page{min-height:55vh}.mirror-search-page h1{color:var(--mirror-blue);font-size:clamp(2rem,4vw,3rem)}@media (max-width:1000px){.mirror-brand strong{font-size:1.15rem}.mirror-desktop-nav{display:none}.mirror-mobile-nav{border-top:1px solid var(--mirror-line);padding:0 24px;display:block}.mirror-mobile-nav>summary{cursor:pointer;justify-content:space-between;padding:13px 0;font-weight:700;display:flex}.mirror-mobile-nav nav{max-height:65vh;padding-bottom:18px;overflow:auto}.mirror-mobile-nav ul{margin:0;padding:0;list-style:none}.mirror-mobile-nav a,.mirror-mobile-nav summary{padding:9px 0;font-size:.95rem;display:block}.mirror-mobile-nav .mirror-submenu{box-shadow:none;border:0;min-width:0;max-width:none;max-height:none;padding:0 0 0 18px;position:static}.legacy-body .jhc-crg-featured-grid,.legacy-body .hcwg-grid,.legacy-body .nofo-project-grid,.legacy-body .llu-listings{grid-template-columns:repeat(2,minmax(0,1fr))}.legacy-body .jhc-crg-single-hero,.legacy-body .jhc-crg-single-layout{grid-template-columns:minmax(0,1fr)}.legacy-body .jhc-crg-single-media-card{max-width:560px}.legacy-body .et_pb_section{padding:24px}.mirror-home .legacy-body .et_pb_section:first-child{padding:35px}}@media (max-width:640px){html{scroll-padding-top:170px}.mirror-top{padding:7px 16px}.mirror-top span{display:none}.mirror-brand-row{gap:12px;padding:13px 16px}.mirror-brand{gap:10px}.mirror-brand img{width:43px;height:43px}.mirror-brand strong{font-size:.95rem}.mirror-brand small{max-width:25ch;font-size:.7rem}.mirror-header-tools{gap:0;font-size:.78rem}.mirror-header-tools>a:first-child{display:none}.mirror-workspace{text-align:center;max-width:100px;padding:8px 10px}.mirror-mobile-nav{padding:0 16px}.mirror-main{padding:18px 14px}.mirror-page-tools{gap:10px;margin-bottom:18px;font-size:.72rem}.mirror-page-tools>div{gap:12px}.mirror-toc ol{columns:1}.legacy-body{font-size:16px;line-height:1.65}.legacy-body .et_pb_section{border-radius:12px;padding:20px 17px}.mirror-home .legacy-body .et_pb_section:first-child{padding:28px 21px}.mirror-home .legacy-body .et_pb_section:first-child h1{font-size:2.25rem}.legacy-body .et_pb_row{gap:16px}.legacy-body .et_pb_column{flex-basis:100%!important}.legacy-body .jhc-crg-featured-grid,.legacy-body .jhc-crg-application-grid,.legacy-body .jhc-crg-provider-grid,.legacy-body .hcwg-grid,.legacy-body .nofo-project-grid,.legacy-body .llu-listings,.legacy-body .jhc-crg-help-overview-grid,.legacy-body .jhc-crg-info-grid,.legacy-body .jhc-crg-detail-grid,.legacy-body .nofo-status-grid,.legacy-body .nofo-two-column,.legacy-body .nofo-bottom-grid,.legacy-body .cmt-meeting-grid{grid-template-columns:1fr}.legacy-body .jhc-crg-category-section>header{display:block}.legacy-body .jhc-crg-hero-section,.legacy-body .hcwg-hero,.legacy-body .nofo-hero{padding:22px 18px}.mirror-search,.mirror-form{padding:17px}.mirror-page-tools>span{display:none}.legacy-body .vr-choice-grid{grid-template-columns:1fr}.mirror-footer nav{grid-template-columns:1fr 1fr;gap:13px;display:grid}.mirror-iframe{min-height:720px}}@media print{.mirror-header,.mirror-top,.mirror-footer,.mirror-page-tools,.mirror-toc,.mirror-search,.mirror-filter,.mirror-source-note,.mirror-form-notice,.mirror-social{display:none!important}.mirror-main{max-width:none;padding:0}.legacy-body{font:11pt/1.45 var(--font-sans)}.legacy-body .et_pb_section{break-inside:auto;background:0 0;border:0;margin:0;padding:8px 0}.legacy-body .et_pb_row,.legacy-body .jhc-crg-featured-grid,.legacy-body .llu-listings{display:block}.legacy-body img{max-width:100%;max-height:7in}.legacy-body a{color:var(--brand-ink)}.legacy-body table{font-size:9pt}.mirror-table-scroll{overflow:visible}.legacy-body [hidden]{display:none!important}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}.mirror-brand{display:block}.mirror-brand img{width:min(440px,43vw);height:auto;max-height:60px}.mirror-brand small{margin:4px 0 0 55px}.legacy-body .et_pb_image img.source-divider-icon{opacity:.8;width:88px;height:auto;margin:16px auto}@media (max-width:640px){.mirror-brand img{width:min(240px,58vw)}.mirror-brand small{margin-left:25px;font-size:.66rem}}
.mirror-original-footer #footer-widgets{display:block}.mirror-original-footer .footer-widget{margin:0 0 16px}.mirror-original-footer #footer-widgets p{margin:6px 0}
.newsletter-page{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:clamp(2rem,6vw,5rem);padding-top:4rem;padding-bottom:5rem;display:grid}.newsletter-eyebrow{letter-spacing:.13em;text-transform:uppercase;color:var(--brand-blue);margin:0 0 1rem;font-size:.8rem;font-weight:800}.newsletter-intro h1{letter-spacing:-.04em;color:var(--brand-blue);margin:0 0 1.5rem;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.08}.newsletter-lead{color:var(--brand-blue);font-size:1.18rem;line-height:1.8}.newsletter-topics{border-left:3px solid var(--brand-sky);margin:2rem 0;padding-left:1.4rem}.newsletter-topics h2{font-size:1.1rem}.newsletter-topics p{line-height:1.7}.newsletter-muted{color:var(--brand-blue);font-size:.9rem;line-height:1.7}.newsletter-form-card{border:1px solid var(--brand-indigo-soft);background:var(--brand-white);box-shadow:0 16px 48px rgb(var(--brand-indigo-rgb) / .051);border-radius:1.25rem;padding:clamp(1.4rem,3vw,2.5rem)}.newsletter-form-card h2{margin:0 0 .8rem;font-size:1.6rem;line-height:1.3}.newsletter-form-card label:not(.newsletter-consent){margin:1.3rem 0 .5rem;font-weight:700;display:block}.newsletter-form-card label span{font-weight:400}.newsletter-form-card input[type=text],.newsletter-form-card input[type=email]{box-sizing:border-box;width:100%;min-height:48px;font:inherit;border:1px solid var(--brand-blue);color:var(--brand-blue);background:var(--brand-white);border-radius:.5rem;padding:.85rem 1rem}.newsletter-form-card :is(input,button,a):focus-visible,.newsletter-link:focus-visible{outline:3px solid var(--brand-blue);outline-offset:3px}.newsletter-consent{align-items:flex-start;gap:.8rem;margin:1.5rem 0;line-height:1.65;display:flex}.newsletter-consent input{width:1.25rem;height:1.25rem;accent-color:var(--brand-blue);flex-shrink:0;margin-top:.2rem}.newsletter-submit,.newsletter-link{background:var(--brand-blue);font:inherit;cursor:pointer;border:0;border-radius:.6rem;justify-content:center;align-items:center;gap:.7rem;min-height:48px;padding:1rem 1.35rem;font-weight:700;text-decoration:none;display:inline-flex;color:var(--brand-white)!important}.newsletter-submit{width:100%}.newsletter-submit:disabled{opacity:.65;cursor:wait}.newsletter-secondary{font:inherit;background:var(--brand-white);color:var(--brand-blue);border:1px solid var(--brand-sky);cursor:pointer;border-radius:.5rem;padding:.7rem 1rem}.newsletter-error{background:var(--brand-surface-red);color:var(--brand-red);border:1px solid var(--brand-red-soft);border-radius:.5rem;padding:1rem;line-height:1.6}.newsletter-success p{line-height:1.8}.newsletter-honeypot{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.newsletter-invite{background:var(--brand-surface-indigo);border-top:1px solid var(--brand-indigo-soft);border-bottom:1px solid var(--brand-indigo-soft);padding:2.5rem 0}.newsletter-invite-inner{justify-content:space-between;align-items:center;gap:2rem;display:flex}.newsletter-invite h2{color:var(--brand-blue);margin:.3rem 0 .7rem;font-size:clamp(1.4rem,2.5vw,2rem);line-height:1.3}.newsletter-invite p{line-height:1.7}.newsletter-invite .newsletter-link{flex-shrink:0}.newsletter-page+.newsletter-invite{display:none}@media (max-width:760px){.newsletter-page{grid-template-columns:1fr;gap:2rem;padding-top:2.2rem;padding-bottom:3rem}.newsletter-invite-inner{flex-direction:column;align-items:flex-start}.newsletter-link{box-sizing:border-box;width:100%}}
:root{--brand-indigo:#2e3192;--brand-blue:#2b3991;--brand-cyan:#00adef;--brand-sky:#27aae2;--brand-red:#bf1e2e;--brand-gray:#e6e7e9;--brand-white:#fff;--brand-indigo-rgb:46 49 146;--brand-blue-rgb:43 57 145;--brand-cyan-rgb:0 173 239;--brand-sky-rgb:39 170 226;--brand-red-rgb:191 30 46;--brand-gray-rgb:230 231 233;--brand-white-rgb:255 255 255;--brand-ink:var(--brand-blue);--brand-ink-muted:color-mix(in srgb, var(--brand-blue) 68%, var(--brand-gray));--brand-surface:var(--brand-white);--brand-surface-muted:color-mix(in srgb, var(--brand-gray) 58%, var(--brand-white));--brand-surface-indigo:color-mix(in srgb, var(--brand-indigo) 8%, var(--brand-white));--brand-surface-cyan:color-mix(in srgb, var(--brand-cyan) 10%, var(--brand-white));--brand-surface-red:color-mix(in srgb, var(--brand-red) 9%, var(--brand-white));--brand-border:var(--brand-gray);--brand-border-strong:color-mix(in srgb, var(--brand-blue) 32%, var(--brand-gray));--brand-indigo-soft:color-mix(in srgb, var(--brand-indigo) 24%, var(--brand-white));--brand-cyan-soft:color-mix(in srgb, var(--brand-cyan) 26%, var(--brand-white));--brand-red-soft:color-mix(in srgb, var(--brand-red) 24%, var(--brand-white));--brand-link:var(--brand-indigo);--brand-link-hover:var(--brand-blue);--brand-focus:var(--brand-cyan);--font-sans:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--content-measure:72ch;--radius-small:9px;--radius-medium:14px;--radius-large:22px;--shadow-card:0 12px 30px rgb(var(--brand-indigo-rgb) / .075);--shadow-raised:0 20px 50px rgb(var(--brand-indigo-rgb) / .13)}.mirror-top,.topline{background:linear-gradient(90deg, var(--brand-blue), var(--brand-indigo));border-bottom:3px solid var(--brand-cyan)}.mirror-brand{align-items:center;gap:14px;display:flex}.mirror-brand img{flex:none;width:74px;height:74px;max-height:none}.mirror-brand strong,.brand strong{color:var(--brand-indigo)}.mirror-brand small{margin:4px 0 0}.mirror-workspace,.workspace-link{border-color:var(--brand-border);background:var(--brand-surface-indigo);color:var(--brand-indigo)}.mirror-desktop-nav details[open]>summary,.mirror-main a,.mirror-footer a,.text-link{color:var(--brand-link)}.mirror-footer,.site-footer{background:var(--brand-blue);border-top:6px solid var(--brand-cyan)}.mirror-footer-brand,.footer-brand{align-items:center;gap:18px;max-width:560px;display:flex}.mirror-footer-brand img,.footer-brand img{border-radius:12px;flex:none;width:78px;height:78px}.mirror-footer-brand strong,.footer-brand strong{color:var(--brand-white)}.brand img{width:64px;height:64px}@media (max-width:640px){.mirror-brand{gap:9px}.mirror-brand img,.brand img{width:48px;height:48px}.mirror-brand small{margin-left:0}.mirror-footer-brand img,.footer-brand img{width:60px;height:60px}}
.resource-directory{padding-top:58px}.resource-guide-hero{isolation:isolate;min-height:435px;color:var(--brand-white);background:var(--brand-blue) url(/legacy-media/f99af3b6b9d8d825-grand-falls-joplin.jpg) center/cover no-repeat;box-shadow:0 24px 55px rgb(var(--brand-indigo-rgb) / .11);border-radius:24px;align-items:center;padding:clamp(42px,6vw,72px);display:flex;position:relative;overflow:hidden}.resource-guide-hero:before{content:"";z-index:-1;background:linear-gradient(90deg,rgb(var(--brand-indigo-rgb) / .949) 0%,rgb(var(--brand-indigo-rgb) / .851) 42%,rgb(var(--brand-indigo-rgb) / .333) 75%,rgb(var(--brand-indigo-rgb) / .188));position:absolute;inset:0}.resource-guide-hero>div{max-width:720px}.resource-guide-kicker{letter-spacing:.14em;text-transform:uppercase;color:var(--brand-cyan-soft);margin:0 0 10px;font-size:13px;font-weight:800}.resource-guide-hero h1{letter-spacing:-.055em;color:var(--brand-white);margin:0;font:800 clamp(48px,6.2vw,78px)/.98 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.resource-guide-hero>div>p:not(.resource-guide-kicker){max-width:690px;color:var(--brand-surface-indigo);margin:24px 0 0;font-size:clamp(18px,2vw,23px);line-height:1.45}.resource-guide-hero-actions{flex-wrap:wrap;gap:14px;margin-top:26px;display:flex}.resource-guide-button{border:1px solid rgb(var(--brand-white-rgb) / .467);background:rgb(var(--brand-indigo-rgb) / .902);min-height:58px;color:var(--brand-white);box-shadow:0 8px 22px rgb(var(--brand-indigo-rgb) / .376);border-radius:9px;justify-content:center;align-items:center;padding:14px 24px;font-size:15px;font-weight:800;text-decoration:none;display:inline-flex}.resource-guide-button:hover{background:var(--brand-blue)}.resource-guide-button-bright{border-color:var(--brand-cyan);background:var(--brand-cyan);color:var(--brand-blue)}.resource-guide-button-bright:hover{background:var(--brand-cyan)}.resource-guide-tools{border:1px solid var(--brand-indigo-soft);background:var(--brand-white);box-shadow:0 15px 38px rgb(var(--brand-indigo-rgb) / .063);border-radius:20px;margin:18px 0 42px;padding:22px}.resource-trust-strip{flex-wrap:wrap;gap:9px;margin-bottom:15px;display:flex}.resource-trust-strip span{border:1px solid var(--brand-indigo-soft);background:var(--brand-surface-indigo);color:var(--brand-blue);border-radius:999px;padding:6px 12px;font-size:12px;font-weight:700}.resource-trust-strip strong{color:var(--brand-indigo)}.resource-guide-tools .resource-search{border-color:var(--brand-indigo-soft);background:var(--brand-surface-indigo);margin:0;padding:20px}.resource-needs-heading{color:var(--brand-blue);justify-content:space-between;align-items:center;gap:18px;margin:20px 2px 11px;font-size:14px;display:flex}.resource-needs-heading a{color:var(--brand-indigo);font-weight:700}.resource-need-chips{flex-wrap:wrap;gap:9px;display:flex}.resource-need-chips a{border:1px solid var(--brand-indigo-soft);background:var(--brand-white);color:var(--brand-blue);border-radius:999px;padding:8px 14px;font-size:13px;font-weight:750;text-decoration:none}.resource-need-chips a:hover{border-color:var(--brand-cyan);background:var(--brand-surface-cyan);color:var(--brand-ink)}.resource-directory>.guide-callout{border-color:var(--brand-cyan-soft);background:linear-gradient(135deg,var(--brand-surface-indigo),var(--brand-surface-indigo));margin:0 0 30px}.resource-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.resource-card{border:1px solid var(--brand-indigo-soft);background:var(--brand-white);min-width:0;min-height:430px;box-shadow:0 10px 26px rgb(var(--brand-indigo-rgb) / .071);border-radius:16px;flex-direction:column;transition:transform .18s,box-shadow .18s;display:flex;position:relative;overflow:hidden}.resource-card:before{content:"";background:linear-gradient(90deg,var(--brand-red),var(--brand-cyan));height:5px;display:block}.resource-card:nth-child(3n+2):before{background:linear-gradient(90deg,var(--brand-red),var(--brand-cyan))}.resource-card:nth-child(3n):before{background:linear-gradient(90deg,var(--brand-sky),var(--brand-blue))}.resource-card:hover{box-shadow:0 17px 38px rgb(var(--brand-indigo-rgb) / .125);transform:translateY(-3px)}.resource-card-main{color:var(--brand-blue);flex-direction:column;flex:1;padding:22px 20px 18px;text-decoration:none;display:flex}.resource-card-header{align-items:center;gap:14px;min-height:62px;display:flex}.resource-logo{border:1px solid var(--brand-indigo-soft);background:var(--brand-white);border-radius:13px;flex:0 0 64px;place-items:center;width:64px;height:58px;display:grid;overflow:hidden}.resource-logo img{object-fit:contain;width:100%;height:100%;padding:7px}.resource-monogram{background:linear-gradient(145deg,var(--brand-surface-cyan),var(--brand-surface-indigo));width:100%;height:100%;color:var(--brand-ink);letter-spacing:.04em;place-items:center;font-size:18px;font-weight:850;display:grid}.resource-card h3{color:var(--brand-ink);letter-spacing:-.015em;margin:0;font-size:18px;font-weight:800;line-height:1.28}.resource-card-summary{color:var(--brand-blue);margin:17px 0 0;font-size:15px;font-weight:750;line-height:1.45}.resource-card-services{color:var(--brand-blue);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:17px 0 0;font-size:13px;line-height:1.65;display:-webkit-box;overflow:hidden}.resource-card-chips{flex-wrap:wrap;gap:7px;margin-top:auto;padding-top:18px;display:flex}.resource-card-chips span,.resource-detail-chips span{background:var(--brand-surface-indigo);color:var(--brand-blue);border-radius:999px;padding:5px 10px;font-size:11px;font-weight:800;line-height:1.35;display:inline-flex}.resource-card-actions,.resource-detail-actions{border-top:1px solid var(--brand-surface-indigo);flex-wrap:wrap;gap:8px;padding:13px 14px;display:flex}.resource-action{border:1px solid var(--brand-indigo-soft);background:var(--brand-white);min-height:40px;color:var(--brand-blue);border-radius:9px;flex:70px;justify-content:center;align-items:center;gap:7px;font-size:12px;font-weight:800;text-decoration:none;display:inline-flex}.resource-action:hover{border-color:var(--brand-cyan);background:var(--brand-surface-cyan)}.resource-action-primary{border-color:var(--brand-cyan);background:var(--brand-cyan);color:var(--brand-blue)}.resource-action-primary:hover{background:var(--brand-ink);color:var(--brand-white)}.resource-detail-page{max-width:1200px}.resource-back-link{color:var(--brand-indigo);margin:0 0 20px;font-size:14px;font-weight:800;text-decoration:none;display:inline-flex}.resource-back-link:hover{text-decoration:underline}.resource-detail{border:1px solid var(--brand-indigo-soft);background:linear-gradient(145deg,var(--brand-white) 0%,var(--brand-surface-indigo) 100%);box-shadow:0 24px 58px rgb(var(--brand-indigo-rgb) / .098);border-radius:28px;overflow:hidden}.resource-detail-hero{grid-template-columns:minmax(0,1.6fr) minmax(280px,.9fr);align-items:center;gap:44px;padding:clamp(34px,5vw,58px);display:grid}.resource-detail-heading h1{color:var(--brand-ink);letter-spacing:-.05em;margin:0;font:800 clamp(43px,5vw,66px)/1.05 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.resource-detail-heading>p{color:var(--brand-blue);margin:24px 0 0;font-size:20px;line-height:1.55}.resource-detail-chips{flex-wrap:wrap;gap:8px;margin-top:17px;display:flex}.resource-brand-card{border:1px solid var(--brand-indigo-soft);background:var(--brand-white);min-width:0;box-shadow:0 20px 0 -8px var(--brand-blue),0 22px 35px rgb(var(--brand-indigo-rgb) / .106);text-align:center;border-radius:24px;flex-direction:column;align-items:center;gap:8px;padding:28px 22px;display:flex}.resource-logo-large{border-radius:16px;flex:0 0 176px;width:100%;height:176px}.resource-logo-large img{width:100%;height:100%;padding:18px}.resource-logo-large .resource-monogram{font-size:42px}.resource-brand-card strong{color:var(--brand-ink);margin-top:9px;font-size:17px;line-height:1.35}.resource-brand-card a{color:var(--brand-red);overflow-wrap:anywhere;font-size:14px;font-weight:800;text-decoration:none}.resource-brand-card a:hover{text-decoration:underline}.resource-help-overview{border-block:1px solid var(--brand-indigo-soft);grid-template-columns:minmax(210px,.65fr) minmax(0,1.7fr);gap:28px;margin:0 clamp(28px,4vw,48px);padding:25px 0;display:grid}.resource-help-intro h2{color:var(--brand-ink);margin:0;font-size:25px;line-height:1.2}.resource-help-intro p{color:var(--brand-blue);font-size:14px;line-height:1.65}.resource-help-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;display:grid}.resource-help-card{border:1px solid var(--brand-indigo-soft);background:var(--brand-white);border-radius:13px;padding:14px}.resource-help-card dt,.resource-fact-grid dt{color:var(--brand-ink);letter-spacing:.04em;text-transform:uppercase;font-size:10px;font-weight:850}.resource-help-card dd,.resource-fact-grid dd{color:var(--brand-blue);margin:5px 0 0;font-size:14px;line-height:1.55}.resource-fact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:20px clamp(28px,4vw,48px) 0;display:grid}.resource-fact-grid>div{border:1px solid var(--brand-indigo-soft);background:var(--brand-white);border-radius:12px;padding:14px}.resource-fact-grid a{color:var(--brand-ink)}.resource-detail-actions{border:0;margin:18px clamp(28px,4vw,48px) 0;padding:0}.resource-detail-actions .resource-action{min-height:48px;font-size:14px}.resource-confirmation{border:1px solid var(--brand-red-soft);border-left:5px solid var(--brand-red);background:var(--brand-surface-red);color:var(--brand-red);border-radius:10px;margin:28px clamp(28px,4vw,48px) 0;padding:17px 18px}.resource-confirmation strong{color:var(--brand-ink)}.resource-confirmation p{margin:5px 0 0;font-size:13px}.resource-publication-meta{color:var(--brand-blue);margin:20px clamp(28px,4vw,48px) 34px;font-size:11px}.resource-detail~.notice{margin-top:24px}@media (max-width:980px){.resource-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.resource-detail-hero{grid-template-columns:1fr}.resource-brand-card{max-width:500px}.resource-help-overview{grid-template-columns:1fr}.resource-help-intro{max-width:520px}}@media (max-width:680px){.resource-directory{padding-top:24px}.resource-guide-hero{border-radius:18px;min-height:440px;padding:32px 24px}.resource-guide-hero h1{font-size:48px}.resource-guide-hero>div>p:not(.resource-guide-kicker){font-size:17px}.resource-guide-button{width:100%;font-size:13px}.resource-guide-tools{border-radius:16px;padding:14px}.resource-trust-strip{gap:6px}.resource-trust-strip span{font-size:10px}.resource-card-grid{grid-template-columns:1fr}.resource-card{min-height:0}.resource-detail-page{padding-top:28px}.resource-detail{border-radius:18px}.resource-detail-hero{gap:25px;padding:26px 20px}.resource-detail-heading h1{font-size:40px}.resource-detail-heading>p{font-size:17px}.resource-brand-card{padding:20px 16px}.resource-logo-large{flex-basis:145px;height:145px}.resource-help-overview{margin-inline:20px}.resource-help-grid,.resource-fact-grid{grid-template-columns:1fr}.resource-fact-grid,.resource-detail-actions,.resource-confirmation{margin-inline:20px}.resource-detail-actions{grid-template-columns:1fr;display:grid}.resource-publication-meta{margin-inline:20px}.resource-needs-heading{flex-direction:column;align-items:flex-start;gap:4px}}@media print{.resource-guide-hero,.resource-guide-tools,.resource-card-actions,.resource-detail-actions,.resource-back-link{display:none!important}.resource-card-grid{display:block}.resource-card{break-inside:avoid;min-height:0;box-shadow:none;margin-bottom:12pt}.resource-detail{box-shadow:none;border:0}.resource-detail-hero{grid-template-columns:1fr;padding:12pt 0}.resource-brand-card{box-shadow:none}.resource-help-overview{margin:0}.resource-fact-grid,.resource-confirmation{margin-inline:0}}
.governance-directory>h1,.governance-detail h1{font:400 clamp(38px,5vw,60px)/1.12 var(--font-sans);letter-spacing:-.04em;margin:0 0 18px}.governance-lead,.governance-hero>p:not(.eyebrow):not(.governance-parent){max-width:820px;color:var(--muted);font-size:18px;line-height:1.8}.governance-switcher{flex-wrap:wrap;gap:10px;margin:28px 0;display:flex}.governance-switcher a{border:1px solid var(--line);background:var(--brand-white);border-radius:999px;padding:9px 15px;font-size:13px;font-weight:700;text-decoration:none}.governance-switcher a[aria-current=page],.governance-switcher a:hover{background:var(--deep);border-color:var(--deep);color:var(--brand-white)}.governance-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.governance-card{border:1px solid var(--line);background:var(--brand-white);border-radius:12px;flex-direction:column;min-width:0;padding:27px;display:flex}.governance-card h2{font:400 26px/1.3 var(--font-sans);margin:0 0 12px}.governance-card h2 a{text-decoration:none}.governance-card h2 a:hover{text-decoration:underline}.governance-card>p:not(.eyebrow){color:var(--muted);font-size:14px;line-height:1.75}.governance-card ul{flex-wrap:wrap;gap:7px;margin:12px 0 22px;padding:0;list-style:none;display:flex}.governance-card li{background:var(--brand-surface-cyan);border-radius:999px;padding:5px 9px;font-size:11px;font-weight:700}.governance-card .text-link{margin-top:auto}.governance-hero{background:var(--cream);border-radius:16px;margin:26px 0 52px;padding:clamp(28px,5vw,54px)}.governance-parent{margin-top:25px;font-size:14px;font-weight:650}.governance-section{border-top:1px solid var(--line);padding:42px 0}.governance-section>h2,.governance-section-heading h2{font:400 clamp(28px,3.4vw,40px)/1.2 var(--font-sans);letter-spacing:-.03em;margin:0}.governance-section-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px;display:flex}.governance-child-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:24px;display:grid}.governance-child-grid a{border:1px solid var(--line);background:var(--brand-white);border-radius:10px;gap:8px;padding:21px;text-decoration:none;display:grid}.governance-child-grid a:hover{border-color:var(--teal)}.governance-child-grid span{color:var(--muted);font-size:13px;line-height:1.6}.governance-meeting-list,.governance-library-list{gap:18px;display:grid}.governance-meeting{border:1px solid var(--line);background:var(--brand-white);border-radius:12px;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:25px;padding:27px;display:grid}.governance-meeting h3{font:400 25px/1.3 var(--font-sans);margin:0 0 10px}.governance-meeting>div>p:not(.eyebrow){color:var(--muted);font-size:14px;line-height:1.7}.governance-meeting-files{align-content:start;gap:10px;display:grid}.governance-meeting-context{border:1px solid var(--line);background:var(--brand-white);border-radius:12px;gap:18px;margin:30px 0;padding:24px;display:grid}.governance-meeting-context h2{font:400 27px/1.3 var(--font-sans);margin:0}.governance-document{background:var(--brand-surface-cyan);border-radius:9px;justify-content:space-between;align-items:flex-start;gap:18px;padding:17px;display:flex}.governance-document strong,.governance-document span{display:block}.governance-document span,.governance-document p,.governance-document small{color:var(--muted);font-size:12px;line-height:1.6}.governance-document p{margin:5px 0}.governance-document>div:last-child{flex-wrap:wrap;gap:9px;display:flex}.governance-document a{color:var(--teal);font-size:12px;font-weight:700}.governance-library{border:1px solid var(--line);background:var(--brand-white);border-radius:12px;padding:27px}.governance-library>h3{font:400 25px/1.3 var(--font-sans);margin:0}.governance-library>p{color:var(--muted);font-size:14px}.governance-library>div{gap:9px;margin-top:20px;display:grid}@media (max-width:1000px){.governance-card-grid,.governance-child-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.governance-meeting{grid-template-columns:1fr}}@media (max-width:700px){.governance-card-grid,.governance-child-grid{grid-template-columns:1fr}.governance-section-heading{flex-direction:column;align-items:flex-start}.governance-document{flex-direction:column;align-items:stretch}.governance-hero{margin-bottom:30px}.governance-section{padding:31px 0}}
body{font-family:var(--font-sans);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.65}:where(h1,h2,h3,h4,strong,button,.button){text-rendering:optimizelegibility}:where(h1,h2,h3){font-family:var(--font-sans);text-wrap:balance}:where(p,li,dd){text-wrap:pretty}.section.container:not(.resource-directory){padding-block:clamp(46px,6vw,72px)}.section.container:not(.resource-directory)>h1,.page-intro h1,.editorial h1,.governance-directory>h1,.governance-detail h1{max-width:22ch;color:var(--brand-ink);font-family:var(--font-sans);letter-spacing:-.045em;margin:8px 0 18px;font-size:clamp(38px,4.8vw,60px);font-weight:800;line-height:1.06}.section.container:not(.resource-directory)>p:not(.eyebrow),.page-intro>p:not(.eyebrow),.governance-lead{max-width:var(--content-measure);color:var(--brand-ink-muted);font-size:17px;line-height:1.75}.page-intro{max-width:960px;margin-bottom:34px}.page-intro>:last-child{margin-bottom:0}.page-back-link,.section.container:not(.resource-directory)>a:first-child{color:var(--brand-link);align-items:center;margin-bottom:20px;font-size:14px;font-weight:750;text-decoration:none;display:inline-flex}.page-back-link:hover,.section.container:not(.resource-directory)>a:first-child:hover{text-decoration:underline}.button,.workspace-link,.resource-action,.newsletter-submit,.newsletter-link{border-radius:var(--radius-small)}.button,.resource-action,.governance-switcher a,.quick-links a{transition:border-color .16s,background-color .16s,color .16s,transform .16s,box-shadow .16s}.button:hover,.resource-action:hover,.quick-links a:hover{transform:translateY(-1px)}.resource-search,.volunteer-panel,.newsletter-form-card,.governance-library{border-radius:var(--radius-medium);box-shadow:var(--shadow-card)}.resource-search input,.resource-search select,.volunteer-form input:not([type=checkbox]),.volunteer-form textarea,.volunteer-form select,.newsletter-form-card input[type=text],.newsletter-form-card input[type=email]{border-color:var(--brand-indigo-soft);background:var(--brand-white)}.resource-search select{border:1px solid var(--brand-indigo-soft);border-radius:var(--radius-small);min-height:48px;color:var(--brand-ink);font:inherit;padding:10px 36px 10px 13px;font-size:14px}.resource-search input:focus,.resource-search select:focus,.volunteer-form input:focus,.volunteer-form textarea:focus,.volunteer-form select:focus,.newsletter-form-card input:focus{border-color:var(--brand-cyan)}.record-card,.governance-card,.governance-meeting,.governance-child-grid a{border-color:var(--brand-indigo-soft);border-radius:var(--radius-medium);box-shadow:var(--shadow-card)}.record-card,.governance-card,.governance-child-grid a{transition:border-color .16s,box-shadow .16s,transform .16s}.record-card:hover,.governance-card:hover,.governance-child-grid a:hover{border-color:var(--brand-cyan-soft);box-shadow:var(--shadow-raised);transform:translateY(-2px)}.record-card h2,.record-card h3,.section h2,.closing-callout h2,.governance-card h2,.governance-section>h2,.governance-section-heading h2,.governance-meeting h3,.governance-meeting-context h2,.governance-library>h3,.meal-calendar-intro h2,.meal-day>header span,.meal-event h3,.footer-grid strong{font-family:var(--font-sans);letter-spacing:-.025em;font-weight:780}.record-card h2,.record-card h3,.governance-card h2,.governance-meeting h3,.governance-library>h3{font-size:21px;line-height:1.3}.record-card p,.governance-card>p:not(.eyebrow),.governance-meeting>div>p:not(.eyebrow),.governance-library>p{color:var(--brand-ink-muted);line-height:1.7}.governance-card{border-top:4px solid var(--brand-cyan);min-height:290px;padding:25px}.governance-card:nth-child(3n+2){border-top-color:var(--brand-red)}.governance-card:nth-child(3n){border-top-color:var(--brand-indigo)}.governance-switcher{margin:24px 0 32px}.governance-switcher a{padding:10px 16px}.governance-hero{border:1px solid var(--brand-indigo-soft);border-radius:var(--radius-large);background:linear-gradient(135deg, var(--brand-surface-indigo), var(--brand-white));box-shadow:var(--shadow-card)}.governance-section{padding-block:46px}.meal-calendar-intro h2,.governance-section>h2,.governance-section-heading h2{font-size:clamp(28px,3vw,38px);line-height:1.15}.meal-day{border-color:var(--brand-indigo-soft);border-radius:var(--radius-medium);box-shadow:var(--shadow-card)}.meal-day>header{padding:17px 21px}.meal-day>header span{font-size:20px}.meal-event h3{font-size:21px}.empty-state,.public-empty-state{border:1px solid var(--brand-indigo-soft);border-left:5px solid var(--brand-cyan);border-radius:var(--radius-medium);background:var(--brand-white);box-shadow:var(--shadow-card);color:var(--brand-ink-muted)}.public-empty-state{gap:12px;max-width:820px;margin-top:28px;padding:clamp(24px,4vw,34px);display:grid}.public-empty-state h2{color:var(--brand-ink);margin:0;font-size:24px}.public-empty-state p{max-width:64ch;margin:0}.public-empty-actions{flex-wrap:wrap;gap:10px;margin-top:8px;display:flex}.mirror-brand-row{min-height:94px;padding-block:14px}.mirror-brand img{width:58px;height:58px}.mirror-desktop-nav>ul>li>a,.mirror-desktop-nav>ul>li>details>summary{padding-block:12px}.legacy-body{font-family:var(--font-sans);font-size:16px;line-height:1.7}.legacy-body h1,.legacy-body h2,.legacy-body h3,.legacy-body h4{max-width:36ch;font-family:var(--font-sans);letter-spacing:-.035em;text-wrap:balance;font-weight:780}.legacy-body h1{max-width:24ch;font-size:clamp(34px,4.2vw,52px);line-height:1.08}.legacy-body h2{letter-spacing:-.02em;max-width:52ch;font-size:clamp(23px,2vw,28px);font-weight:700;line-height:1.28}.legacy-body h3{font-size:20px;line-height:1.3}.legacy-body p{max-width:var(--content-measure)}.legacy-body .et_pb_section{border-color:var(--brand-border);border-radius:var(--radius-large);box-shadow:var(--shadow-card);padding:clamp(24px,4vw,42px)}.legacy-body .card,.legacy-body .jhc-crg-provider-card,.legacy-body .hcwg-card,.legacy-body .nofo-project-card,.legacy-body .llu-card,.legacy-body .jhc-crg-info-card,.legacy-body .jhc-crg-contact-card,.legacy-body .jhc-crg-help-overview-card,.legacy-body .nofo-status-card{border-color:var(--brand-indigo-soft);border-radius:var(--radius-medium);box-shadow:var(--shadow-card)}.mirror-footer{margin-top:64px}@media (max-width:700px){.section.container:not(.resource-directory){padding-block:38px}.section.container:not(.resource-directory)>h1,.page-intro h1,.editorial h1,.governance-directory>h1,.governance-detail h1{font-size:38px}.page-intro{margin-bottom:26px}.governance-card{min-height:0}.public-empty-actions{display:grid}.public-empty-actions .button{width:100%}.mirror-brand-row{min-height:78px}.legacy-body h1{font-size:36px}.legacy-body h2{font-size:26px}.legacy-body .et_pb_section{border-radius:var(--radius-medium);padding:24px 20px}}@media (prefers-reduced-motion:reduce){.button,.resource-action,.record-card,.governance-card,.governance-child-grid a,.quick-links a{transition:none}}
