:root{--blue:#0d2b45;--green:#17937c;--yellow:#f2b705;--cream:#f6f2e9;--ink:#16181c;--clay:#c2552e;--line:#dcded7;--muted:#58656b;--radius:12px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--cream);color:var(--blue);font:16px/1.6 Archivo,system-ui,sans-serif}h1,h2,h3,h4{font-family:Manrope,system-ui,sans-serif;line-height:1.15;letter-spacing:-.035em;margin:0 0 16px;font-weight:800}h1{font-size:clamp(34px,4.4vw,62px)}h2{font-size:29px}h3{font-size:20px}p{margin:0 0 20px}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:4px}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}.wrap{max-width:1256px;margin:0 auto;padding:0 36px}.icon{width:23px;height:23px;flex-shrink:0;vertical-align:middle}a,button{touch-action:manipulation}.topline{background:var(--blue);color:var(--cream);font-family:'Archivo Narrow',sans-serif;font-size:12px;letter-spacing:.1em}.topline .wrap{display:flex;align-items:center;justify-content:space-between;min-height:36px;gap:18px}.topline .icon{width:14px;height:14px}.site-header{background:var(--cream);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.header-main{height:104px;display:flex;align-items:center;justify-content:space-between;gap:32px}.brand{flex-shrink:0;padding:10px 0}.brand img{width:219px;height:auto;display:block}.main-nav{display:flex;align-self:stretch;gap:26px}.main-nav a{display:flex;align-items:center;gap:8px;position:relative;font-size:15px;font-weight:600;white-space:nowrap}.main-nav a .icon{width:19px;height:19px}.main-nav [aria-current=page]:after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--green)}.main-nav a:hover{color:#126b5c;text-decoration:none}.location-link{display:flex;gap:10px;align-items:center;font-size:13px;line-height:1.5;max-width:195px}.location-link small{display:block;font:10px 'Archivo Narrow',sans-serif;letter-spacing:.12em;color:var(--muted);margin-bottom:5px}.hero{background:var(--blue);color:var(--cream);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.6fr 1fr;align-items:center;gap:55px;min-height:463px;padding-top:48px;padding-bottom:48px}.eyebrow{display:block;font-family:'Archivo Narrow',sans-serif;font-size:12px;font-weight:600;letter-spacing:.13em;text-transform:uppercase;margin-bottom:16px}.hero .eyebrow{color:#d5dcd6;display:flex;align-items:center;gap:9px}.status-dot{height:7px;width:7px;background:var(--yellow);border-radius:50%;display:inline-block}.hero h1{font-size:clamp(40px,4.1vw,59px);letter-spacing:-.04em;line-height:1.06;margin:24px 0}.hero h1 span{color:var(--yellow)}.hero p{color:#d4dddF;font-size:17px;line-height:1.6}.search-form{display:flex;align-items:center;gap:12px;padding:9px 10px 9px 20px;border:1px solid #cbd3d5;background:white;border-radius:8px;color:var(--blue);max-width:820px}.search-form>input{min-width:0;flex:1;border:0;background:transparent;padding:10px 0;outline-offset:4px}.search-form>.icon{width:22px}.button{display:inline-flex;gap:12px;justify-content:center;align-items:center;background:var(--blue);color:var(--cream);font-weight:600;font-size:15px;border:1px solid transparent;border-radius:7px;padding:12px 20px;min-height:48px;line-height:1.35;text-align:center;text-decoration:none}.button:hover{background:#19445e;text-decoration:none}.button .icon{width:18px;height:18px}.hero-search{margin-top:25px;max-width:610px}.hero-search .button,.yellow{background:var(--yellow);color:var(--blue)}.yellow:hover,.hero-search .button:hover{background:#ffd345}.popular{display:flex;align-items:center;flex-wrap:wrap;gap:13px;font-size:12px;margin-top:15px;color:#becbd0}.popular a{color:var(--cream);border-bottom:1px solid #6a7d89}.hero-art{height:340px;position:relative;display:flex;align-items:center;justify-content:center;background-image:linear-gradient(#ffffff08 1px,transparent 1px),linear-gradient(90deg,#ffffff08 1px,transparent 1px);background-size:34px 34px;border:1px solid #ffffff12;border-radius:8px}.art-label{position:absolute;top:20px;left:20px;font:11px/1.5 'Archivo Narrow',sans-serif;letter-spacing:.13em;color:#a3b5be}.art-footer{position:absolute;bottom:18px;left:20px;right:20px;display:flex;justify-content:space-between;font:9px 'Archivo Narrow',sans-serif;letter-spacing:.16em;color:#adbdc5}.meeting{width:224px;height:224px;display:grid;grid-template:repeat(5,1fr)/repeat(5,1fr);gap:5px;transform:translateY(3px)}.meeting i{background:var(--green);border-radius:6px}.meeting i:nth-child(1){grid-area:5/1}.meeting i:nth-child(2){grid-area:5/2}.meeting i:nth-child(3){grid-area:4/2}.meeting i:nth-child(4){grid-area:4/3}.meeting i:nth-child(5){grid-area:3/3;background:var(--cream)}.meeting i:nth-child(6){grid-area:2/3;background:var(--yellow)}.meeting i:nth-child(7){grid-area:2/4;background:var(--yellow)}.meeting i:nth-child(8){grid-area:1/4;background:var(--yellow)}.meeting i:nth-child(9){grid-area:1/5;background:var(--yellow)}.grega{height:12px;background:repeating-linear-gradient(135deg,var(--green) 0 12px,transparent 12px 24px,var(--yellow) 24px 36px,transparent 36px 48px);opacity:.85}.welcome-row{display:flex;justify-content:space-between;gap:20px;padding:20px 0;border-bottom:1px solid var(--line);font-size:13px}.welcome-row>span,.welcome-row>a{display:flex;align-items:center;gap:10px}.welcome-row .icon{width:18px;height:18px}.welcome-row>a{font-weight:500}.section{padding:39px 0}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 24px}.section-heading h2{margin:0 0 7px;font-size:27px}.section-heading p{font-size:14px;color:var(--muted);margin:0}.section-heading>a{font-size:13px;font-weight:600;display:flex;align-items:center;gap:12px;white-space:nowrap}.section-heading>a .icon{width:18px}.category-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:12px}.category{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:145px;text-align:center;border:1px solid var(--line);border-radius:9px;background:#fffdf8;padding:16px 5px;transition:transform .18s,border-color .18s}.category:hover{transform:translateY(-3px);border-color:var(--green);text-decoration:none}.category-icon{display:grid;place-items:center;width:43px;height:43px;border-radius:50%;background:#e8eee6;color:var(--blue);margin-bottom:12px}.category strong{font-size:13px;font-weight:600}.category small{font-size:10px;color:var(--muted);margin-top:4px}.urgent{border-color:#dbb7a7;background:#f5e9df}.urgent .category-icon{background:#ebcdbc;color:#903b20}.community-banner{background:var(--blue);color:var(--cream);padding:35px 43px;border-radius:12px;display:flex;align-items:center;justify-content:space-between;gap:35px;overflow:hidden}.community-banner .eyebrow{color:var(--yellow);font-size:11px}.community-banner h2{font-size:32px}.community-banner p{font-size:14px;color:#c3d0d5}.banner-side{border-left:1px solid #ffffff23;padding:12px 25px 12px 75px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:15px;font:600 18px/1.4 Manrope,sans-serif}.banner-side>.icon{width:72px;height:72px;color:var(--yellow);stroke-width:1}.home-columns{display:grid;grid-template-columns:1fr 320px;gap:38px;margin-top:12px}.community-intro{display:flex;align-items:flex-start;gap:24px;border-top:1px solid var(--line);padding-top:25px}.circle-icon{flex-shrink:0;background:#e0e9de;border-radius:50%;width:76px;height:76px;display:grid;place-items:center}.circle-icon .icon{width:33px;height:33px}.community-intro p{font-size:15px;color:var(--muted)}.text-link{display:inline-flex;gap:15px;align-items:center;font-size:14px;font-weight:600}.today-card{margin-top:39px;padding:28px;background:#e6e9dd;border:1px solid #d2d8c6;border-radius:9px}.today-card .eyebrow{font-size:10px;display:flex;align-items:center;gap:10px}.today-card h2{font-size:30px}.today-card p{font-size:14px;color:var(--muted)}.today-card>a{display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:600;padding-top:15px;border-top:1px solid #c7cebc}.editorial{display:grid;grid-template-columns:1fr 1.3fr;align-items:center;gap:42px;border:1px solid var(--line);border-radius:12px;background:#fffdf8;padding:22px}.editorial-art{min-height:265px;border-radius:6px;padding:28px;background:#dde7da;display:flex;flex-direction:column;justify-content:space-between;gap:25px}.editorial-art>.icon{width:48px;height:48px;stroke-width:1}.editorial-art>span{font:800 33px/1.03 Manrope,sans-serif;letter-spacing:-.035em}.editorial>div:last-child{padding:10px 15px 10px 0}.editorial p{color:var(--muted);font-size:15px}.editorial .eyebrow{color:#83452e}.split-promos{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding-top:8px;padding-bottom:58px}.split-promos>a{border-top:3px solid var(--green);padding:24px 28px;background:#e6e9dd;border-radius:0 0 9px 9px}.split-promos>a:last-child{border-color:var(--yellow);background:#efe7d3}.split-promos>a>span{display:flex;align-items:center;gap:10px;font:11px 'Archivo Narrow',sans-serif;letter-spacing:.14em;margin-bottom:20px}.split-promos h2{font-size:28px}.split-promos p{font-size:13px;margin:0;display:flex;justify-content:space-between;gap:18px}.site-footer{background:var(--blue);color:var(--cream)}.footer-grid{padding-top:48px;padding-bottom:38px;display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:35px}.footer-grid img{height:auto;max-width:100%}.footer-grid strong{display:block;font-size:13px;margin-bottom:13px}.footer-grid a:not(:has(img)){display:block;font-size:12px;color:#c2cdd3;margin:7px 0}.footer-grid p{font-size:13px;margin-top:20px;color:#c2cdd3}.footer-bottom{border-top:1px solid #ffffff20;display:flex;justify-content:space-between;gap:20px;align-items:center;padding-top:20px;padding-bottom:22px;font-size:10px;color:#c0ccd2}.interior{min-height:65vh;padding-bottom:65px}.breadcrumb{display:flex;gap:14px;align-items:center;font-size:12px;color:var(--muted);padding:26px 0}.breadcrumb span:last-child{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.page-heading{padding:15px 0 30px;max-width:850px}.page-heading h1{font-size:clamp(33px,4vw,49px)}.page-heading p{font-size:17px;color:var(--muted);max-width:650px}.page-heading .eyebrow{color:#83452e}.panel{padding:30px;background:#fffdf9;border:1px solid var(--line);border-radius:12px;margin:20px 0}.narrow{max-width:740px}.form-stack{display:flex;flex-direction:column;gap:20px}.form-stack h2,.form-stack p{margin-bottom:0}.form-stack .button{align-self:flex-start}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:23px}.full{grid-column:1/-1}label{display:flex;flex-direction:column;gap:7px;font-size:14px;font-weight:600}input,textarea,select{border:1px solid #bdc9c9;border-radius:6px;padding:12px 14px;background:#fff;color:var(--blue);max-width:100%;min-width:0;min-height:47px}textarea{resize:vertical}label small{font-weight:400;color:var(--muted);font-size:12px}.filters{display:flex;align-items:end;gap:16px;margin:22px 0 28px;flex-wrap:wrap}.filters label{flex:1;min-width:170px}.recent{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin:25px 0 35px;font-size:13px}.recent>span{color:var(--muted)}.chip{display:inline-flex;align-items:center;gap:8px;border:1px solid #ccd2ca;border-radius:30px;padding:8px 17px;font-size:13px;background:#fffdf8}.chip .icon{width:15px;height:15px}.chips{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:28px}.chip.selected{background:var(--blue);color:white}.index-list{display:grid;grid-template-columns:1fr 1fr;gap:0 35px;margin:26px 0 45px}.index-list a{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding:19px 0;font-weight:500}.index-list .icon{width:19px}.empty{padding:43px 30px;background:#eceee5;border:1px dashed #bdc8bc;border-radius:12px;margin:25px 0;text-align:center}.empty>.icon{width:41px;height:41px;margin-bottom:20px;stroke-width:1.2}.empty h3{font-size:24px}.empty p{max-width:620px;margin:0 auto 24px;color:var(--muted);font-size:15px}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:23px;margin:28px 0}.record-card{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fffdf8;position:relative}.record-image{width:100%;height:205px;object-fit:cover}.record-mark{height:105px;background:#e3eade;display:flex;align-items:center;justify-content:center}.record-mark .icon{width:37px;height:37px;stroke-width:1.2}.record-content{padding:23px}.record-content .eyebrow{font-size:10px;color:#83452e}.record-content h3{font-size:22px}.clamp{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;color:var(--muted);font-size:14px;word-break:break-word}.card-bottom{border-top:1px solid var(--line);padding-top:16px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;font-size:11px}.card-bottom .icon{width:14px;height:14px;margin-right:5px}.emergency{background:var(--blue);color:var(--cream);padding:35px;border-radius:12px}.emergency>.eyebrow{color:var(--yellow)}.emergency-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:25px}.emergency-grid>a{display:flex;flex-direction:column;padding:24px;border:1px solid #ffffff40;border-radius:8px}.emergency-grid strong{font:800 56px/1.3 Manrope,sans-serif;letter-spacing:-.04em;color:var(--yellow)}.emergency-grid small{display:flex;justify-content:space-between;gap:10px}.source{font-size:12px;line-height:1.6;margin:25px 0 0;overflow-wrap:anywhere}.source a{text-decoration:underline}.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.profile-grid>a{display:flex;align-items:center;gap:18px;background:#fffdf9;padding:23px;border:1px solid var(--line);border-radius:9px}.profile-grid>a>span{flex:1}.profile-grid>a>.icon:last-child{width:17px}.account-callout{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:25px;background:#e2e9dc;margin-bottom:25px;border-radius:10px}.account-callout p{margin:0}.auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:start}.secondary{border-color:#bcc8c7;background:transparent;color:var(--blue)}.secondary:hover{background:#e4eade}.muted{color:var(--muted);font-size:13px}.muted a{text-decoration:underline}.notice{margin:22px 0;padding:16px 22px;border:1px solid #a6c2b1;background:#e3f0e6;border-radius:8px;display:flex;gap:14px;align-items:center}.error{background:#f8e5d9;border-color:#c9967d}.publish-form>p{margin-top:25px;font-size:13px;color:var(--muted)}.manage-row{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:25px;border:1px solid var(--line);background:#fffdf9;border-radius:9px;margin:15px 0}.manage-row h3{margin:10px 0}.manage-row p{margin:0;font-size:13px;color:var(--muted)}.badge{border-radius:4px;background:#e2e8dd;font-size:11px;padding:4px 9px}.actions{display:flex;gap:18px;align-items:center;flex-wrap:wrap;font-size:13px}.actions form{display:flex;gap:10px}.text-button{border:0;background:transparent;color:inherit;font-size:13px;padding:12px 0}.danger{color:#963c22}.danger-button{background:#963c22;color:white}.detail{max-width:1050px;margin:10px auto 40px}.detail h1{max-width:900px;font-size:clamp(35px,4vw,54px)}.detail-meta{display:flex;gap:20px;flex-wrap:wrap;color:var(--muted);font-size:12px;margin:20px 0 30px}.detail-meta .icon{width:16px;margin-right:6px}.detail-image{max-height:520px;width:100%;object-fit:cover;border-radius:10px;margin-bottom:25px}.detail-columns{display:grid;grid-template-columns:1fr 300px;gap:50px}.detail-contact{display:flex;flex-direction:column;gap:15px;align-self:start;margin:0}.detail-contact p{margin:0}.detail-contact .button{width:100%}.prose{color:var(--ink);font-size:17px;overflow-wrap:anywhere}.prose h2{font-size:25px;color:var(--blue);margin-top:32px}.prose p{line-height:1.85}.prose a{text-decoration:underline}.prose>.button{text-decoration:none}.report-section{max-width:1050px;margin:35px auto 45px;border-top:1px solid var(--line);padding-top:30px}.report-section h2{font-size:24px}details{margin:20px 0}summary{cursor:pointer;font-weight:600;padding:15px 0}details form{margin-top:20px}.video{border:0;width:100%;aspect-ratio:16/9;border-radius:10px;margin-bottom:25px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip{position:fixed;left:20px;top:-80px;background:var(--yellow);padding:14px;z-index:100}.skip:focus{top:10px}:focus-visible{outline:3px solid var(--clay);outline-offset:4px}button:disabled{opacity:.6;cursor:wait}.share-feedback{font-size:12px;overflow-wrap:anywhere}
@media(min-width:1450px){.hero-grid{min-height:510px}.hero h1{font-size:64px}.hero-art{height:360px}}@media(max-width:1150px){.header-main{gap:20px}.main-nav{gap:19px}.main-nav a{gap:5px}.location-link{display:none}.category-grid{grid-template-columns:repeat(4,1fr)}.category{min-height:135px}.hero-grid{gap:35px}.hero-art{height:315px}.meeting{width:196px;height:196px}.home-columns{grid-template-columns:1fr 280px}.banner-side{padding-left:40px}}@media(max-width:800px){.wrap{padding-left:23px;padding-right:23px}.header-main{height:85px}.brand img{width:187px}.main-nav{gap:16px}.main-nav a{font-size:13px}.main-nav .icon{display:none}.hero-grid{grid-template-columns:1fr .65fr;gap:22px;padding-top:36px;padding-bottom:36px;min-height:420px}.hero h1{font-size:43px}.hero-art{height:270px}.meeting{width:150px;height:150px;gap:4px}.meeting i{border-radius:4px}.art-label{font-size:9px}.art-footer{font-size:7px}.hero-copy p{font-size:15px}.hero-search{width:calc(100% + 210px);position:relative;z-index:2}.hero-art{margin-top:-100px}.popular{font-size:11px}.banner-side{padding:20px;max-width:220px}.community-banner{padding:30px}.community-banner h2{font-size:28px}.community-banner p br{display:none}.home-columns{grid-template-columns:1fr}.today-card{margin:0;display:block}.today-card h2 br{display:none}.today-card p{margin-bottom:12px}.editorial{gap:25px}.editorial h2{font-size:25px}.editorial-art{min-height:260px}.editorial-art>span{font-size:25px}.split-promos h2{font-size:25px}.footer-grid{grid-template-columns:1.5fr 1fr;gap:30px}.footer-bottom{flex-wrap:wrap}.cards{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-columns{grid-template-columns:1fr;gap:20px}.detail-contact{max-width:500px}.manage-row{align-items:flex-start;flex-direction:column}.auth-grid{gap:20px}.panel{padding:23px}}@media(max-width:580px){body{font-size:15px;padding-bottom:69px}.wrap{padding-left:20px;padding-right:20px}.topline .wrap{min-height:30px;font-size:10px}.topline .wrap>span:nth-child(2){display:none}.topline a{font-size:9px;letter-spacing:.03em}.header-main{height:78px}.brand img{width:184px}.location-link{display:flex;max-width:150px;font-size:11px;gap:6px}.location-link>.icon{width:17px}.location-link small{font-size:8px}.main-nav{position:fixed;bottom:0;left:0;right:0;height:68px;padding-bottom:env(safe-area-inset-bottom);background:var(--cream);border-top:1px solid #c9d1c9;display:grid;grid-template-columns:repeat(5,1fr);gap:0;z-index:50;box-shadow:0 -3px 15px #0d2b4508}.main-nav a{display:flex;flex-direction:column;justify-content:center;gap:3px;font-size:10px}.main-nav a .icon{display:block;width:21px;height:21px}.main-nav [aria-current=page]{background:#e6ebe1}.main-nav [aria-current=page]:after{top:0;bottom:auto;left:22%;right:22%}.hero-grid{display:block;min-height:0;padding-top:32px;padding-bottom:29px}.hero h1{font-size:43px;margin-top:22px}.hero .eyebrow{font-size:9px;letter-spacing:.1em}.hero-copy>p{font-size:15px}.hero-art{display:none}.hero-search{width:100%;padding:6px 6px 6px 12px;gap:8px}.search-form>input{font-size:13px}.search-form>.icon{width:18px}.search-form .button{font-size:12px;padding:10px 12px;min-height:42px}.search-form .button .icon{display:none}.popular{gap:10px;font-size:10px}.grega{height:8px}.welcome-row{font-size:10px;gap:8px;padding:16px 0}.welcome-row>span,.welcome-row>a{gap:6px}.welcome-row>a>.icon:last-child{display:none}.section{padding:28px 0}.section-heading{align-items:flex-start;gap:12px;margin-bottom:21px}.section-heading h2{font-size:23px;line-height:1.2}.section-heading p{font-size:12px}.section-heading>a{font-size:10px;gap:5px;padding-top:5px}.section-heading>a>.icon{width:14px;height:14px}.category-grid{grid-template-columns:repeat(4,1fr);gap:8px}.category{padding:12px 3px;min-height:116px;border-radius:7px}.category-icon{height:35px;width:35px;margin-bottom:8px}.category-icon>.icon{width:21px;height:21px}.category strong{font-size:10px;line-height:1.3;min-height:25px;display:flex;align-items:center}.category small{display:none}.community-banner{padding:27px;gap:0}.community-banner h2{font-size:29px}.community-banner .eyebrow{font-size:9px}.community-banner p{font-size:13px}.banner-side{display:none}.button{font-size:13px}.community-intro{gap:16px}.circle-icon{width:51px;height:51px}.circle-icon>.icon{width:25px;height:25px}.community-intro h3{font-size:19px}.community-intro p{font-size:13px}.text-link{font-size:12px;gap:8px}.home-columns{gap:0;margin-top:0}.today-card{padding:23px}.today-card h2{font-size:26px}.editorial{grid-template-columns:1fr;padding:14px;gap:16px}.editorial-art{min-height:195px;flex-direction:row;align-items:end;padding:24px}.editorial-art>span{font-size:28px}.editorial>div:last-child{padding:9px}.editorial h2{font-size:25px}.editorial p{font-size:13px}.split-promos{grid-template-columns:1fr;gap:17px;padding-bottom:35px}.split-promos>a{padding:23px}.split-promos p{font-size:12px}.footer-grid{grid-template-columns:1fr 1fr;padding-top:35px;gap:25px}.footer-grid>div:first-child{grid-column:1/-1}.footer-grid img{width:185px}.footer-grid p{margin-top:12px}.footer-grid a:not(:has(img)){font-size:11px}.footer-bottom{font-size:9px;gap:10px}.footer-bottom>span:nth-child(2){order:3;width:100%}.interior{padding-bottom:35px}.page-heading{padding:8px 0 20px}.page-heading h1{font-size:34px}.page-heading p{font-size:15px}.page-heading .eyebrow{font-size:10px}.breadcrumb{padding:20px 0;font-size:10px}.filters{gap:12px}.filters label{min-width:140px}.index-list{grid-template-columns:1fr;margin-top:10px}.empty{padding:30px 20px}.empty h3{font-size:22px}.empty p{font-size:13px}.cards{grid-template-columns:1fr}.record-image{height:230px}.emergency{padding:24px 19px}.emergency h2{font-size:26px}.emergency-grid{gap:8px}.emergency-grid>a{padding:13px 8px}.emergency-grid strong{font-size:36px}.emergency-grid span{font-size:11px}.emergency-grid small{font-size:9px;line-height:1.4}.emergency-grid small .icon{display:none}.source{font-size:10px}.profile-grid,.auth-grid,.form-grid{grid-template-columns:1fr}.profile-grid>a{padding:20px}.account-callout{flex-direction:column;align-items:flex-start}.panel{padding:22px}.full{grid-column:auto}.detail h1{font-size:35px}.detail-meta{gap:10px;font-size:11px}.detail-columns{gap:25px}.prose{font-size:15px}.report-section h2{font-size:22px}.actions{gap:12px}.actions form{flex-wrap:wrap}.interior>.section-heading{margin-top:25px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.grega{height:18px;background:var(--blue) url(/assets/grega.svg) repeat-x center;background-size:18px 18px;opacity:1}
