:root{--ink:#193a3a;--teal:#17645b;--deep:#143f3a;--paper:#faf9f5;--cream:#f0ede3;--gold:#dcc184;--muted:#536560;--line:#dce3dc;--white:#fff}*{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-offset:5px;outline:3px solid #8e620a}img{max-width:100%}.container{width:min(1200px,100% - 64px);margin-inline:auto}.topline{background:var(--deep);color:#fff;letter-spacing:.06em;padding:8px 0;font-size:12px}.topline .container{justify-content:space-between;gap:16px;display:flex}.site-header{border-bottom:1px solid var(--line);background:#fff}.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{letter-spacing:-.045em;margin:0 0 24px;font-family:Georgia,Times New Roman,serif;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:#fff;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);background:0 0;border-color:#a3b6aa}.button.secondary:hover{background:#e5ece5}.subtle{color:var(--muted);margin-top:21px;font-size:12px;line-height:1.7}.help-panel{background:var(--deep);color:#fff;border-radius:17px;padding:32px 34px 14px;position:relative;box-shadow:0 20px 38px #17383113}.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{letter-spacing:-.02em;margin:12px 0 18px;font:400 35px/1.2 Georgia,serif}.help-panel a{border-top:1px solid #ffffff32;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:#ceddd8;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{letter-spacing:-.035em;margin:0;font:400 clamp(28px,3vw,39px)/1.2 Georgia,serif}.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:#fff;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{min-width:0;color:var(--ink);background:#fcfdfb;border:1px solid #abbcaf;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{border:1px solid var(--line);background:#fff;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:#eef5ef}.quick-links span{color:var(--teal)}.community-section{background:#eaf0e9;border-block:1px solid #dfe8dd}.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{border:1px solid var(--line);overflow-wrap:anywhere;background:#fff;border-radius:10px;flex-direction:column;align-items:flex-start;min-width:0;padding:28px;display:flex}.record-card h3{letter-spacing:-.02em;margin:0 0 12px;font:400 25px/1.3 Georgia,serif}.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;color:#2d513a;text-transform:capitalize;background:#e6f0e6;border-radius:5px;margin:5px 0 10px;padding:5px 9px;font-size:11px;display:inline-block}.empty-state{color:var(--muted);background:#fff;border:1px dashed #b8c5b8;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:#f5f6ee;padding:48px 0 22px}.footer-grid{grid-template-columns:1.1fr 1fr;gap:80px;display:grid}.footer-grid strong{max-width:420px;font:400 25px/1.3 Georgia,serif;display:block}.footer-grid p{color:#d0ddd4;max-width:440px;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{color:#d0ddd4;border-top:1px solid #ffffff30;margin-top:30px;padding-top:20px;font-size:11px}.page-heading{background:var(--cream);padding:58px 0 52px}.page-heading h1,.detail h1{letter-spacing:-.04em;margin:0 0 20px;font:400 clamp(36px,4.5vw,57px)/1.14 Georgia,serif}.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{color:#584622;background:#fff7e2;border:1px solid #d5be8a;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:#eaf0e9;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{color:#583b0b;text-align:center;background:#fff0c7;padding:11px 22px;font-size:13px}.alert-strip{color:#583b0b;background:#fff0c7;padding:15px 0}.alert-strip p{white-space:pre-wrap;margin:3px 0;font-size:14px}.skip-link{z-index:20;background:#fff;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:#fff;border-radius:14px;margin:0 0 54px;padding:clamp(24px,4vw,42px);box-shadow:0 16px 34px #1738310c}.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{width:100%;min-height:48px;color:var(--ink);background:#fcfdfb;border:1px solid #abbcaf;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:#edf5ef;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{color:#234a31;background:#e8f4ea;border:1px solid #b7d5bf}.form-message.error{color:#6d2e28;background:#fff1ef;border:1px solid #e8b8b0}.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{color:#000;background:#fff;font:12pt/1.5 sans-serif}.container{width:100%}.section,.hero,.page-heading{background:#fff;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:#fff}}
.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{letter-spacing:-.035em;margin:0;font:400 clamp(28px,3vw,39px)/1.2 Georgia,serif}.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:#fff;border-radius:12px;overflow:hidden;box-shadow:0 9px 24px #1738310a}.meal-day>header{border-bottom:1px solid var(--line);background:#f4f6f1;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{color:var(--ink);font:400 23px/1.2 Georgia,serif}.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:#8eb8ad;box-shadow:0 10px 28px #17645b16}.meal-day-today>header{background:#e8f2ee}.meal-day-events{background:var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;display:grid}.meal-event{background:#fff;min-width:0;padding:22px}.meal-event h3{letter-spacing:-.025em;margin:10px 0 6px;font:400 24px/1.25 Georgia,serif}.meal-event p{overflow-wrap:anywhere}.meal-event-topline{justify-content:space-between;align-items:center;gap:12px;display:flex}.meal-status{color:#264f3a;background:#e6f0e6;border-radius:999px;align-items:center;min-height:28px;padding:4px 9px;font-size:12px;font-weight:750;display:inline-flex}.meal-status.cancelled{color:#7a2c1c;background:#f9e1d9}.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);color:#584622;background:#fffaf0;margin:12px 0;padding:11px 12px;font-size:13px;line-height:1.6}.meal-details{border-top:1px solid #edf0eb;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:#6f7c77;margin:14px 0 0;font-size:11px}.meal-event-cancelled{background:#fff8f5}.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 #ccc}.meal-event:first-child{border-top:0}.meal-calendar-note{border:1px solid #aaa}.meal-event-cancelled{background:#fff}}
:root{--mirror-ink:#182b43;--mirror-blue:#303090;--mirror-accent:#007eaa;--mirror-paper:#f3f6fa;--mirror-line:#dce4ed;--mirror-radius:16px}html{scroll-behavior:smooth;scroll-padding-top:190px}.mirror-top{color:#fff;letter-spacing:.025em;background:#252577;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{border-bottom:1px solid var(--mirror-line);z-index:40;background:#fffffffa;position:sticky;top:0;box-shadow:0 3px 16px #152e4810}.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:#41526c;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{color:var(--mirror-blue);background:#eef3fc;border:1px solid #d4ddf0;border-radius:9px;padding:10px 16px;text-decoration:none}.mirror-desktop-nav{border-top:1px solid #edf0f5;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{border:1px solid var(--mirror-line);z-index:45;background:#fff;border-radius:0 0 12px 12px;min-width:290px;max-width:390px;max-height:65vh;padding:16px;position:absolute;top:100%;right:0;overflow:auto;box-shadow:0 16px 40px #142d4320}.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:#edf5fa}.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:#145c94;text-underline-offset:3px}.mirror-main a:hover{text-decoration-thickness:2px}.mirror-page-tools{color:#526278;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:#627087;margin:42px 0 10px;padding-top:18px;font-size:.78rem;line-height:1.6}.mirror-toc{border:1px solid var(--mirror-line);background:#eef4fa;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{color:#f2f6fb;background:#172a43;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:#d4ecff}.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:#fff!important;text-decoration:none!important}.mirror-button:disabled{opacity:.6;cursor:default}.mirror-main :focus-visible,.mirror-header :focus-visible{outline-offset:4px;border-radius:4px;outline:3px solid #008cbd}.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{background:#f4f9fd;border-left:4px solid #6ec2df;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{border-radius:var(--mirror-radius);background:#fff;border:1px solid #e4eaf0;margin:0 0 24px;padding:28px 34px}.legacy-body .et_pb_section.et_pb_with_background{background:#f3f7fc}.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:#fff;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{color:#244b79;background:#f3f7fc;border:1px solid #c7d6e9;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{border-left:7px solid var(--mirror-blue);background:#eef4ff;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:#226189;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{border-radius:12px;box-shadow:0 6px 20px #0e25431a}.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:#64738a;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{border:1px solid var(--mirror-line);background:#fff;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:#edf3fb;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:#eef3fb;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:#586b80;margin-top:8px;font-size:.83rem}.legacy-body input,.legacy-body select,.legacy-body textarea{max-width:100%;color:var(--mirror-ink);font:inherit;background:#fff;border:1px solid #bfcddb;border-radius:7px;padding:10px 12px}.legacy-body input:disabled,.legacy-body textarea:disabled,.legacy-body select:disabled{color:#586b80;background:#f1f4f7}.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:#fff;border-radius:14px;min-width:0;overflow:hidden;box-shadow:0 3px 12px #13345507}.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:#53677d;font-size:.85rem}.legacy-body .jhc-crg-card-actions{border-top:1px solid #e7edf2;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{color:#365570;background:#edf4fa;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:#edf4fc;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:#fff;border:1px solid #c7d9ea;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:#edf4ff;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{border:1px solid var(--mirror-line);background:#f6f9fc;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{border:1px solid var(--mirror-line);background:#eef5fb;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:#fff;border-radius:10px;align-items:flex-start;gap:15px;padding:16px;display:flex}.legacy-body .cmt-date-badge{text-align:center;background:#eef4ff;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{background:#fff;border:1px solid #c7d9ea;border-radius:7px;padding:7px 13px}.legacy-body .nofo-logo img{max-width:90px}.legacy-body .nofo-status-card,.legacy-body .nofo-project-card{border:1px solid var(--mirror-line);background:#fff;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{background:#fff;border-left:3px solid #80bfd6;margin:15px 0;padding:16px}.legacy-body .nofo-date,.legacy-body .hcwg-eyebrow,.legacy-body .nofo-kicker{color:#416a90;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:#fff;border-radius:5px;padding:3px 8px;position:absolute;bottom:12px;left:12px}.legacy-body .llu-card-save{background:#fff;border:1px solid #ddd;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 #0087ae}.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:#eef4fb;border:1px solid #c7d6e9;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:#a92130}.mirror-form{border:1px solid var(--mirror-line);background:#f7f9fc;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:#f7faff;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{background:#edf4ff;border:1px solid #bacce0;border-radius:6px;padding:10px 16px}.mirror-embed{margin:24px 0}.mirror-iframe{background:#fff;border:0;border-radius:12px;width:100%;min-height:800px;margin:20px 0}.mirror-social{background:#edf4ff;border-radius:14px;margin-bottom:26px;padding:24px}.mirror-search{background:#f1f6fc;border:1px solid #d1e0ef;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{width:100%;font:inherit;color:var(--mirror-ink);background:#fff;border:1px solid #a5bcd6;border-radius:8px;padding:13px 15px;display:block}.mirror-search-status{color:#496681;font-size:.85rem;margin:8px 0!important}.mirror-search-results{max-height:650px;padding-right:5px;overflow:auto}.mirror-search-results article{border:1px solid var(--mirror-line);background:#fff;border-radius:9px;margin-top:10px;padding:15px}.mirror-search-results p{color:#596e81;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 Georgia,serif}.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:#000}.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:#4338ca;margin:0 0 1rem;font-size:.8rem;font-weight:800}.newsletter-intro h1{letter-spacing:-.04em;color:#0f172a;margin:0 0 1.5rem;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.08}.newsletter-lead{color:#475569;font-size:1.18rem;line-height:1.8}.newsletter-topics{border-left:3px solid #6366f1;margin:2rem 0;padding-left:1.4rem}.newsletter-topics h2{font-size:1.1rem}.newsletter-topics p{line-height:1.7}.newsletter-muted{color:#475569;font-size:.9rem;line-height:1.7}.newsletter-form-card{background:#fff;border:1px solid #cbd5e1;border-radius:1.25rem;padding:clamp(1.4rem,3vw,2.5rem);box-shadow:0 16px 48px #0f172a0d}.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;color:#0f172a;background:#fff;border:1px solid #64748b;border-radius:.5rem;padding:.85rem 1rem}.newsletter-form-card :is(input,button,a):focus-visible,.newsletter-link:focus-visible{outline-offset:3px;outline:3px solid #4338ca}.newsletter-consent{align-items:flex-start;gap:.8rem;margin:1.5rem 0;line-height:1.65;display:flex}.newsletter-consent input{accent-color:#4338ca;flex-shrink:0;width:1.25rem;height:1.25rem;margin-top:.2rem}.newsletter-submit,.newsletter-link{font:inherit;cursor:pointer;background:#4338ca;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:#fff!important}.newsletter-submit{width:100%}.newsletter-submit:disabled{opacity:.65;cursor:wait}.newsletter-secondary{font:inherit;color:#3730a3;cursor:pointer;background:#fff;border:1px solid #6366f1;border-radius:.5rem;padding:.7rem 1rem}.newsletter-error{color:#9f1239;background:#fff1f2;border:1px solid #fda4af;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:#eef2ff;border-top:1px solid #c7d2fe;border-bottom:1px solid #c7d2fe;padding:2.5rem 0}.newsletter-invite-inner{justify-content:space-between;align-items:center;gap:2rem;display:flex}.newsletter-invite h2{color:#0f172a;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-navy:#303090;--brand-deep-navy:#20256f;--brand-cyan:#00a9e8;--brand-red:#d71920}.mirror-top,.topline{background:linear-gradient(90deg, var(--brand-deep-navy), var(--brand-navy));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-navy)}.mirror-brand small{margin:4px 0 0}.mirror-workspace,.workspace-link{color:var(--brand-navy);background:#f3f6ff;border-color:#ccd6f1}.mirror-desktop-nav details[open]>summary,.mirror-main a,.mirror-footer a,.text-link{color:#087fae}.mirror-footer,.site-footer{background:var(--brand-deep-navy);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:#fff}.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}}
