:root{--red:#d70916;--red-dark:#b90712;--ink:#242627;--muted:#626966;--paper:#fff;--soft:#f5f6f4;--line:#e1e3e0;--font:"Noto Sans","Segoe UI",Arial,sans-serif;--display:"Noto Sans Display","Segoe UI",Arial,sans-serif;--container:1280px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;color:var(--ink);background:var(--paper);font:400 17px/1.65 var(--font);-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button[disabled]{cursor:wait}a,button{touch-action:manipulation}button{color:inherit}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--red);outline-offset:4px}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-family:var(--display);font-weight:700;line-height:1.18;letter-spacing:-.035em}h1{font-size:clamp(38px,4.3vw,60px)}h2{font-size:clamp(30px,3.1vw,42px)}h3{font-size:24px}p{margin-bottom:1em}p:last-child{margin-bottom:0}.container{width:min(var(--container),calc(100% - 96px));margin-inline:auto}.icon{width:22px;height:22px;flex-shrink:0;vertical-align:middle}.red-cross{display:inline-block;position:relative;flex-shrink:0;width:25px;height:25px;color:var(--red)}.red-cross:before,.red-cross:after{content:"";position:absolute;background:currentColor}.red-cross:before{width:100%;height:33.333%;top:33.333%;left:0}.red-cross:after{height:100%;width:33.333%;left:33.333%;top:0}.button{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:20px;background:var(--red);border:1px solid var(--red);border-radius:3px;color:#fff;padding:13px 22px;font-size:15px;font-weight:650;line-height:1.5;transition:background .18s ease,border-color .18s ease;text-align:center}.button:hover{background:var(--red-dark);border-color:var(--red-dark)}.button-small{min-height:46px;padding:10px 17px;font-size:14px}.text-link{display:inline-flex;align-items:center;gap:15px;font-weight:650;font-size:15px;min-height:44px;line-height:1.45}.text-link:hover{color:var(--red)}.text-link .icon{transition:transform .18s ease}.text-link:hover .icon{transform:translateX(3px)}.eyebrow{display:flex;align-items:center;gap:12px;color:var(--red);font-size:13px;font-weight:650;letter-spacing:.065em;line-height:1.5;margin-bottom:18px}.eyebrow .red-cross{width:16px;height:16px}.section-space{padding-block:76px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:40px}.section-heading .eyebrow{margin-bottom:12px}.section-heading>.text-link{flex-shrink:0}.skip-link{position:fixed;top:8px;left:8px;transform:translateY(-200%);z-index:999999;background:var(--ink);color:#fff;padding:12px 24px}.skip-link:focus{transform:none}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}[hidden]{display:none!important}
/* Identity and navigation. */
.site-header{position:relative;z-index:30;background:var(--paper)}.utility-bar{border-bottom:1px solid var(--line);background:var(--soft)}.utility-inner{min-height:41px;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:12px;color:var(--muted)}.utility-inner p{margin:0}.utility-actions{display:flex;align-items:center;gap:30px}.utility-phone{font-variant-numeric:tabular-nums}.utility-phone:hover{color:var(--red)}.script-switch{display:flex;align-items:center;gap:10px;white-space:nowrap;line-height:1.2}.script-switch button{min-height:41px;border:0;padding:0 2px;background:transparent;font-size:12px}.script-switch button[aria-pressed=true]{color:var(--ink);font-weight:700}.script-switch button[aria-pressed=false]{color:var(--muted)}.script-switch button:hover{color:var(--red)}.script-switch>span{color:#a8afab}.main-header{min-height:103px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:12px;flex-shrink:0}.brand-emblem{display:block;width:57px;height:59px;overflow:hidden}.brand-emblem img{width:288px;height:59px;max-width:none}.brand-name{display:block;font-size:25px;font-weight:750;letter-spacing:-.055em;line-height:1.12}.brand-name>span{display:block;font-size:13px;font-weight:500;letter-spacing:0;margin-top:6px}.custom-logo{max-width:280px;max-height:75px;width:auto;height:auto}.main-navigation{display:flex;align-items:center;gap:22px}.nav-list{display:flex;align-items:center;gap:24px;list-style:none;margin:0;padding:0}.nav-list>li{position:relative}.nav-list a{display:flex;align-items:center;min-height:44px;font-size:14px;font-weight:550;white-space:nowrap}.nav-list a:hover,.nav-list a[aria-current=page]{color:var(--red)}.nav-list a[aria-current=page]:after{content:"";height:2px;background:var(--red);position:absolute;bottom:1px;left:0;right:0}.sub-menu{list-style:none;position:absolute;top:100%;left:-16px;display:none;min-width:230px;background:var(--paper);border:1px solid var(--line);padding:10px 16px}.nav-list li:hover>.sub-menu,.nav-list li:focus-within>.sub-menu{display:block}.search-toggle{display:grid;place-items:center;width:44px;height:44px;border:0;background:transparent;padding:0}.search-toggle:hover{color:var(--red)}.menu-toggle{display:none}.search-panel{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:24px 0}.search-form>label{display:block;font-size:14px;font-weight:650;margin-bottom:8px}.search-input-row{display:flex;gap:12px}.search-input-row input{min-width:0;width:100%;border:1px solid #b5bcb8;padding:12px 16px;background:#fff;border-radius:2px}.search-input-row .button{flex-shrink:0}.heartbeat-intro{pointer-events:none;position:fixed;inset:0;z-index:99999;display:none;place-items:center;background:#fff;animation:intro-out .95s forwards}.ckb-intro-first .heartbeat-intro{display:grid}.heartbeat-intro .red-cross{width:64px;height:64px;animation:heartbeat .82s ease-in-out 1}@keyframes heartbeat{0%,18%,55%,100%{transform:scale(1)}28%{transform:scale(1.21)}40%{transform:scale(1.04)}47%{transform:scale(1.13)}}@keyframes intro-out{0%,60%{opacity:1;visibility:visible}100%{opacity:0;visibility:hidden}}
/* A direct, photographic opening. */
.hero{padding:46px 0 58px}.hero-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:center}.hero-copy{padding-block:22px}.hero-copy .eyebrow{font-size:12px;letter-spacing:.04em;white-space:nowrap;margin-bottom:28px}.hero h1{font-size:clamp(62px,5.6vw,80px);font-weight:750;letter-spacing:-.055em;line-height:1.045;margin-bottom:26px}.hero h1 span{color:var(--red)}.hero-description{max-width:440px;font-size:17px;line-height:1.8;color:var(--muted);margin-bottom:30px}.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px 26px}.hero-actions .button{font-size:14px;padding-inline:17px;gap:14px}.hero-actions .text-link{font-size:14px;gap:10px}.hero-footnote{font-size:12px;color:var(--muted);margin-top:38px;letter-spacing:.025em}.hero-photo{position:relative;min-width:0;height:490px;background:var(--soft)}.hero-photo>img{width:100%;height:100%;object-fit:cover;object-position:35% center}.hero-photo figcaption{position:absolute;bottom:0;right:0;padding:19px 26px;background:var(--red);color:#fff;line-height:1.5;font-size:16px}.hero-photo figcaption>span{display:block;font-weight:750;font-size:21px;letter-spacing:-.025em}
/* Program summaries stay open and easy to scan. */
.programs-section{background:var(--soft)}.program-grid{display:grid;grid-template-columns:repeat(4,1fr)}.program-link{display:flex;flex-direction:column;align-items:flex-start;padding:2px 30px;border-left:1px solid var(--line)}.program-link:first-child{border-left:0;padding-left:0}.program-link:last-child{padding-right:0}.program-icon{color:var(--red);width:38px;height:38px;margin-bottom:26px}.program-link h3{font-size:21px;letter-spacing:-.025em;margin-bottom:13px}.program-link p{font-size:14px;line-height:1.8;color:var(--muted);margin-bottom:22px}.program-more{display:flex;align-items:center;gap:16px;font-size:13px;font-weight:650;margin-top:auto;min-height:36px}.program-link:hover .program-more,.program-link:hover h3{color:var(--red)}.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.news-image{display:block;aspect-ratio:1.55;background:var(--soft);overflow:hidden;margin-bottom:22px}.news-image img{height:100%;width:100%;object-fit:cover}.news-image-empty{display:grid;place-items:center;width:100%;height:100%;background:var(--soft)}.news-image-empty .red-cross{width:55px;height:55px;opacity:.85}.news-meta{font-size:12px;line-height:1.5;color:var(--muted);margin-bottom:13px;display:flex;gap:8px}.news-item h3{font-size:23px;line-height:1.4;letter-spacing:-.025em;margin-bottom:14px}.news-item h3 a:hover{color:var(--red)}.news-item .text-link{font-size:13px}.news-excerpt{font-size:15px;color:var(--muted);line-height:1.75;margin-top:14px}.community-section{padding-top:14px}.community-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:80px;align-items:center}.community-grid figure{height:380px}.community-grid figure img{width:100%;height:100%;object-fit:cover}.community-copy h2{font-size:40px;line-height:1.2;max-width:430px;margin-bottom:23px}.community-copy>p:not(.eyebrow){font-size:16px;color:var(--muted);line-height:1.8;margin-bottom:28px}.contact-strip{background:var(--soft);padding:33px 0}.contact-strip>.container{display:flex;align-items:center;justify-content:space-between;gap:24px}.contact-strip>.container>div{display:flex;align-items:center;gap:20px}.contact-strip h2{font-size:22px;letter-spacing:-.025em}.contact-strip .text-link{flex-shrink:0}
/* Footer and inner pages. */
.site-footer{background:var(--ink);color:#fff}.footer-main{display:grid;grid-template-columns:1.25fr 1fr .8fr;gap:90px;padding-block:62px 52px;font-size:14px}.footer-logo{width:286px;height:auto;max-width:100%}.footer-about>p{margin-top:21px;color:#c5cac6}.footer-volunteer{display:inline-flex;align-items:center;gap:24px;min-height:44px;font-weight:650;margin-top:10px}.footer-main h2{font-family:var(--font);font-size:14px;letter-spacing:0;margin-bottom:23px;line-height:1.6;font-weight:700}.footer-main address{font-style:normal;line-height:2;color:#c5cac6}.footer-main address>a{display:inline-block;margin-top:5px}.footer-main ul{list-style:none;padding:0;margin:0;color:#c5cac6}.footer-main ul a{display:inline-flex;align-items:center;min-height:34px}.footer-main a:hover{color:#fff;text-decoration:underline;text-underline-offset:5px}.footer-map-link{display:inline-flex;min-height:44px;align-items:center;margin-top:9px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:32px;border-top:1px solid #484b4a;padding-block:22px;font-size:11px;color:#b6bdb7;line-height:1.7}.footer-bottom p{margin:0;flex-shrink:0}.footer-bottom>span{max-width:580px;text-align:right}.page-main{padding-bottom:84px;border-top:1px solid var(--line)}.breadcrumbs{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding-block:24px;font-size:12px;line-height:1.65;color:var(--muted)}.breadcrumbs a:hover{color:var(--red)}.breadcrumbs>span:last-child{overflow-wrap:anywhere}.page-heading{padding-top:24px;padding-bottom:48px}.page-heading h1{max-width:1050px;line-height:1.15}.page-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:90px}.page-content{min-width:0}.prose{font-size:17px;line-height:1.85;overflow-wrap:anywhere}.prose>p{margin-bottom:1.4em}.prose a{color:var(--red);text-decoration:underline;text-underline-offset:4px}.prose h2{font-size:30px;margin:1.5em 0 .7em}.prose h3{font-size:23px;margin:1.5em 0 .7em}.prose li{margin-bottom:.4em}.prose ul,.prose ol{padding-left:1.4em}.prose img{max-width:100%;height:auto}.prose figure{margin-block:24px}.prose iframe{max-width:100%}.prose table{display:block;max-width:100%;overflow:auto;border-collapse:collapse;font-size:15px}.prose th,.prose td{border:1px solid var(--line);padding:10px 14px}.prose blockquote{border-left:3px solid var(--red);margin:28px 0;padding:8px 24px;color:var(--muted)}.prose .button{color:#fff;text-decoration:none}.page-featured-image{width:100%;max-height:500px;object-fit:cover;margin-bottom:30px}.page-sidebar{border-top:3px solid var(--red);padding:25px 0;height:max-content}.page-sidebar h2{font-size:23px;margin-bottom:20px;line-height:1.4}.page-sidebar>a{display:flex;justify-content:space-between;align-items:center;gap:20px;min-height:66px;border-bottom:1px solid var(--line);font-size:14px;font-weight:600}.page-sidebar>a:hover{color:var(--red)}.sidebar-contact{margin-top:34px}.sidebar-contact p{font-size:13px;color:var(--muted);margin-bottom:4px}.sidebar-contact>a{font-size:21px;font-weight:650}.child-pages{border-top:1px solid var(--line);margin-top:30px}.child-page{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 0;border-bottom:1px solid var(--line);text-decoration:none!important;color:var(--ink)!important}.child-page h2{margin:0;font-size:22px;line-height:1.4}.child-page:hover{color:var(--red)!important}.contact-details{background:var(--soft);padding:30px;margin-top:40px}.contact-details h2{margin-top:0}.article-heading{max-width:1060px;padding-bottom:40px}.article-heading h1{font-size:clamp(35px,4vw,54px)}.article-content{width:min(820px,calc(100% - 96px));margin-inline:auto}.article-featured-image{width:100%;margin-bottom:38px}.article-footer{padding-top:26px;margin-top:40px;border-top:1px solid var(--line)}.archive-grid{row-gap:48px}.pagination{margin-top:50px}.nav-links{display:flex;justify-content:center;gap:8px;align-items:center}.page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:8px 12px;font-size:14px;border:1px solid var(--line)}.page-numbers.current{background:var(--red);color:#fff;border-color:var(--red)}.page-numbers:hover{border-color:var(--red)}.empty-state{padding-block:64px}.empty-state h1,.empty-state h2{margin-bottom:25px}.empty-state .search-form{max-width:780px;margin-block:30px}.empty-state>p{color:var(--muted)}
/* The companion form plugin provides behavior; these rules share the site styling. */
.ckb-form-wrap{font-size:16px}.ckb-form{margin-top:30px}.ckb-form fieldset{border:1px solid var(--line);margin:0 0 28px;padding:24px}.ckb-form legend{font-size:19px;line-height:1.4;font-weight:650;padding-inline:8px;color:var(--ink)}.ckb-form label{font-size:14px;font-weight:550;line-height:1.5}.ckb-form input:not([type=checkbox]):not([type=radio]):not([type=hidden]),.ckb-form select,.ckb-form textarea{width:100%;border:1px solid #aeb6b1;background:#fff;border-radius:2px;padding:11px 12px;min-height:48px;color:var(--ink);font-size:16px;line-height:1.5}.ckb-form textarea{min-height:130px;resize:vertical}.ckb-form input[type=checkbox],.ckb-form input[type=radio]{accent-color:var(--red);width:19px;height:19px;flex-shrink:0}.ckb-form button{min-height:46px;font-size:15px;line-height:1.5;padding:10px 17px;border:1px solid var(--line);background:var(--soft);border-radius:2px}.ckb-form button[type=submit],.ckb-form .ckb-form-submit{color:#fff;background:var(--red);border-color:var(--red);font-weight:650}.ckb-form button[type=submit]:hover{background:var(--red-dark)}.ckb-form .ckb-form-hint{font-size:12px;color:var(--muted);line-height:1.6}.ckb-form-notice{border-left:3px solid var(--red);padding:16px 20px;background:var(--soft);font-size:14px;line-height:1.7;margin-bottom:25px}.ckb-form .ckb-field-error{color:#aa111a;font-size:13px;line-height:1.6;margin-top:6px}.ckb-form .has-error input,.ckb-form .has-error textarea,.ckb-form .has-error select{border-color:var(--red)}.ckb-form-feedback{padding:20px;margin-block:20px;border:1px solid var(--line);font-size:15px;line-height:1.7}.ckb-form-errors{border-left:4px solid var(--red);background:#fff3f3}.ckb-form-success{border-left:4px solid #38774c;background:#f1f8f2}.ckb-form .ckb-choices{display:flex;flex-wrap:wrap;gap:12px 22px}.ckb-form .ckb-choices label{display:flex;align-items:center;gap:10px;min-height:44px;font-weight:400}.ckb-form .ckb-repeat-row{background:var(--soft)}
@media(min-width:1600px){.hero h1{font-size:84px}.hero-photo{height:520px}.hero-grid{grid-template-columns:.9fr 1.1fr}}
@media(max-width:1250px){.container{width:calc(100% - 64px)}.main-navigation{gap:12px}.nav-list{gap:17px}.nav-list a{font-size:13px}.brand-name{font-size:23px}.brand{gap:9px}.brand-name>span{font-size:12px}.nav-cta{font-size:12px;padding-inline:12px}.hero-grid{gap:35px}.hero h1{font-size:68px}.hero-photo{height:470px}.hero-copy .eyebrow{font-size:11px}.hero-actions{gap:10px 18px}.hero-description{font-size:16px}.community-grid{gap:48px}.footer-main{gap:50px}.page-layout{gap:50px;grid-template-columns:minmax(0,1fr) 265px}.program-link{padding-inline:22px}}
@media(max-width:1040px){.main-header{min-height:92px}.menu-toggle{display:flex;align-items:center;gap:11px;min-height:44px;padding:10px 0 10px 14px;border:0;background:transparent;font-size:14px;font-weight:650}.menu-icon{width:21px;height:14px;border-top:1.7px solid var(--ink);border-bottom:1.7px solid var(--ink);position:relative}.menu-icon:after{content:"";position:absolute;top:5px;left:0;width:21px;border-top:1.7px solid var(--ink)}.main-navigation{display:none;position:absolute;top:100%;left:0;right:0;padding:22px 32px 28px;background:var(--paper);border-bottom:1px solid var(--line);border-top:1px solid var(--line);align-items:stretch;flex-wrap:wrap}.main-navigation.is-open{display:flex}.nav-list{width:100%;display:block}.nav-list a{min-height:48px;font-size:17px}.nav-list a[aria-current=page]:after{display:none}.nav-cta{font-size:14px;flex:1;margin-left:10px}.search-panel{position:absolute;top:100%;width:100%;background:var(--paper);z-index:2}.sub-menu{display:block;position:static;border:0;padding-left:20px}.sub-menu a{font-size:14px}.hero{padding-top:34px}.hero-grid{grid-template-columns:1fr 1.05fr;gap:30px}.hero h1{font-size:62px}.hero-copy .eyebrow{white-space:normal}.hero-photo{height:470px}.hero-actions{flex-direction:column;align-items:flex-start}.hero-footnote{margin-top:24px}.program-link h3{font-size:19px}.program-link{padding-inline:18px}.program-link p{font-size:13px}.news-grid{gap:24px}.news-item h3{font-size:21px}.community-copy h2{font-size:34px}.footer-main{gap:30px;grid-template-columns:1.1fr 1fr .9fr}.footer-bottom{flex-direction:column;align-items:flex-start;gap:7px}.footer-bottom>span{text-align:left}.footer-logo{width:245px}.contact-strip h2{font-size:19px}.page-layout{grid-template-columns:minmax(0,1fr) 230px;gap:38px}.page-sidebar h2{font-size:21px}}
@media(max-width:760px){body{font-size:16px}.container{width:calc(100% - 40px)}.utility-inner{min-height:38px;justify-content:flex-end}.utility-inner>p{display:none}.utility-actions{justify-content:space-between;width:100%;gap:15px}.utility-phone{font-size:11px}.script-switch{gap:8px}.script-switch button{min-height:38px;font-size:11px}.main-header{min-height:82px}.brand-emblem{width:46px;height:47px}.brand-emblem img{height:47px;width:230px}.brand-name{font-size:22px}.brand-name>span{font-size:11px;margin-top:4px}.main-navigation{padding-inline:20px}.hero{padding:25px 0 40px}.hero-grid{display:flex;flex-direction:column;gap:29px;align-items:stretch}.hero-copy{padding:10px 0 0}.hero-copy .eyebrow{font-size:10px;letter-spacing:.045em;margin-bottom:20px;gap:9px}.hero-copy .eyebrow .red-cross{width:14px;height:14px}.hero h1{font-size:58px;letter-spacing:-.052em;line-height:1.045;margin-bottom:22px}.hero-description{max-width:520px;font-size:16px;line-height:1.75;margin-bottom:22px}.hero-actions{flex-direction:row;align-items:center;gap:13px 25px}.hero-actions .button{padding:12px 14px;font-size:13px;gap:12px}.hero-actions .text-link{font-size:13px}.hero-footnote{display:none}.hero-photo{height:320px}.hero-photo>img{object-position:35% center}.hero-photo figcaption{font-size:13px;padding:13px 20px}.hero-photo figcaption>span{font-size:18px}.section-space{padding-block:48px}.section-heading{align-items:flex-start;gap:20px;margin-bottom:28px}.section-heading h2{font-size:30px}.section-heading .eyebrow{font-size:11px;margin-bottom:10px}.section-heading>.text-link{font-size:12px;gap:8px;align-self:flex-end;white-space:nowrap;min-height:36px}.section-heading>.text-link .icon{width:17px}.program-grid{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:32px}.program-link{padding:0 22px}.program-link:nth-child(3){padding-left:0;border-left:0}.program-link:nth-child(2){padding-right:0}.program-icon{width:32px;height:32px;margin-bottom:19px}.program-link h3{font-size:20px}.program-link p{font-size:14px}.program-more{font-size:12px}.news-grid{grid-template-columns:1fr;gap:28px}.news-item{display:grid;grid-template-columns:150px minmax(0,1fr);gap:19px;padding-bottom:24px;border-bottom:1px solid var(--line)}.news-image{aspect-ratio:1.15;margin:0}.news-item h3{font-size:19px;line-height:1.45;margin-bottom:5px}.news-meta{font-size:10px;gap:6px;margin-bottom:7px}.news-item .text-link{font-size:12px;min-height:38px}.community-section{padding-top:8px}.community-grid{grid-template-columns:1fr;gap:28px}.community-grid figure{height:300px}.community-copy h2{font-size:34px;max-width:500px;margin-bottom:18px}.community-copy>.eyebrow{font-size:11px;margin-bottom:12px}.community-copy>p:not(.eyebrow){font-size:15px;margin-bottom:24px}.contact-strip{padding:25px 0}.contact-strip>.container{align-items:flex-start;flex-direction:column;gap:13px}.contact-strip>.container>div{gap:14px}.contact-strip h2{font-size:20px;line-height:1.4}.contact-strip .red-cross{width:22px;height:22px}.contact-strip .text-link{margin-left:36px;min-height:32px;font-size:13px}.footer-main{grid-template-columns:1fr 1fr;gap:32px 26px;padding-block:43px}.footer-about{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:8px 26px}.footer-logo{width:240px}.footer-about>p{margin:0;grid-column:1;font-size:13px}.footer-volunteer{grid-column:2;grid-row:1/3;margin:0;justify-content:flex-end;font-size:14px;gap:12px}.footer-main h2{margin-bottom:16px}.footer-main address,.footer-main ul{font-size:13px}.footer-bottom{font-size:10px;padding-block:19px}.page-main{padding-bottom:52px}.breadcrumbs{padding-block:20px;font-size:11px;gap:8px}.page-heading{padding-top:13px;padding-bottom:30px}.page-heading .eyebrow{font-size:10px;margin-bottom:12px}.page-heading h1{font-size:37px}.page-layout{display:flex;flex-direction:column;gap:36px}.page-sidebar{width:100%;padding-top:23px}.prose{font-size:16px;line-height:1.8}.prose h2{font-size:27px}.prose h3{font-size:21px}.prose .child-page h2{font-size:20px}.article-content{width:calc(100% - 40px)}.article-heading h1{font-size:35px}.archive-grid .news-item{grid-template-columns:1fr;gap:17px}.archive-grid .news-image{aspect-ratio:1.6}.archive-grid .news-item h3{font-size:24px}.archive-grid .news-meta{font-size:12px}.archive-grid .news-excerpt{font-size:15px;margin-top:12px}.empty-state{padding-block:40px}.empty-state h1{font-size:34px}.search-input-row{gap:8px}.search-input-row .button{font-size:13px;gap:8px;padding-inline:14px}.search-input-row input{padding-inline:12px;font-size:14px}.search-input-row .icon{display:none}.ckb-form fieldset{padding:19px 15px}.ckb-form legend{font-size:17px}.contact-details{padding:24px}.page-numbers{min-width:38px;min-height:42px;padding-inline:9px}}
@media(max-width:420px){.brand-name{font-size:20px}.brand-name>span{font-size:10px}.brand-emblem{width:40px;height:41px}.brand-emblem img{width:200px;height:41px}.brand{gap:8px}.menu-toggle{font-size:12px;gap:8px}.hero h1{font-size:53px}.hero-photo{height:280px}.hero-actions{gap:9px 19px}.hero-actions .button{font-size:12px;padding-inline:12px}.hero-actions .text-link{font-size:12px}.hero-actions .icon{width:18px}.section-heading{flex-direction:column;gap:8px}.section-heading>.text-link{align-self:flex-start}.section-heading h2{font-size:29px}.program-link{padding-inline:16px}.program-link h3{font-size:18px}.program-link p{font-size:13px}.news-item{grid-template-columns:116px minmax(0,1fr);gap:16px}.news-image{aspect-ratio:.9}.news-item h3{font-size:17px}.news-meta{font-size:9px}.community-grid figure{height:240px}.footer-about{display:block}.footer-about>p{margin-top:15px}.footer-volunteer{justify-content:flex-start;margin-top:10px}.footer-main{grid-template-columns:1fr;gap:28px}.footer-about{grid-column:auto}.footer-main address,.footer-main ul{font-size:14px}.page-heading h1{font-size:33px}.article-heading h1{font-size:31px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.heartbeat-intro{display:none!important}}
@media print{.site-header,.site-footer,.page-sidebar,.heartbeat-intro,.hero-actions,.script-switch{display:none!important}.container,.article-content{width:100%}.page-layout{display:block}body{font-size:12pt}.page-heading{padding:20px 0}.page-main{border:0}.prose a{color:inherit;text-decoration:underline}}
.archive-filters{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 32px;border-bottom:1px solid var(--line);padding-bottom:16px}.archive-filters a{display:inline-flex;align-items:center;min-height:44px;padding:8px 19px;font-size:14px;border:1px solid var(--line)}.archive-filters a[aria-current=page]{background:var(--red);color:#fff;border-color:var(--red)}.archive-filters a:hover{border-color:var(--red)}
