/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root{--hw-navy:#0b1f3a;--hw-navy-soft:#14365f;--hw-blue:#2563eb;--hw-blue-dark:#1d4ed8;--hw-teal:#0f9f8f;--hw-teal-dark:#087f73;--hw-ink:#142033;--hw-muted:#667085;--hw-border:#d9e1ea;--hw-surface:#ffffff;--hw-surface-soft:#f5f8fb;--hw-surface-blue:#edf5ff;--hw-shadow:0 18px 45px rgba(11,31,58,0.10);--hw-radius-sm:8px;--hw-radius:14px;--hw-radius-lg:22px;--hw-container:1180px;}*,*::before,*::after{box-sizing:border-box;}html{scroll-behavior:smooth;}body{margin:0;background:var(--hw-surface);color:var(--hw-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;}body.hw-nav-open{overflow:hidden;}a{color:var(--hw-blue-dark);}a:hover,a:focus-visible{color:var(--hw-navy);}img,svg{display:block;max-width:100%;}button,input,select,textarea{font:inherit;}.hw-container{width:min(calc(100% - 40px),var(--hw-container));margin-inline:auto;}.hw-skip-link{position:fixed;top:12px;left:12px;z-index:10000;padding:10px 16px;border-radius:var(--hw-radius-sm);background:var(--hw-navy);color:#ffffff;font-weight:700;text-decoration:none;transform:translateY(-150%);}.hw-skip-link:focus{color:#ffffff;transform:translateY(0);}.hw-site{min-height:100vh;display:flex;flex-direction:column;}.hw-header{position:relative;z-index:100;border-bottom:1px solid rgba(11,31,58,0.08);background:rgba(255,255,255,0.98);}.hw-header__inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:32px;}.hw-brand{display:inline-flex;align-items:center;gap:11px;color:var(--hw-navy);text-decoration:none;}.hw-brand:hover,.hw-brand:focus-visible{color:var(--hw-navy);}.hw-brand__mark{width:43px;height:43px;flex:0 0 43px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(145deg,var(--hw-blue),var(--hw-teal));color:#ffffff;font-size:15px;font-weight:850;letter-spacing:-0.03em;box-shadow:0 8px 20px rgba(37,99,235,0.18);}.hw-brand__copy{display:flex;flex-direction:column;line-height:1.1;}.hw-brand__copy strong{font-size:19px;letter-spacing:-0.025em;}.hw-brand__copy small{margin-top:5px;color:var(--hw-muted);font-size:10px;font-weight:700;letter-spacing:0.055em;text-transform:uppercase;}.hw-nav{display:flex;align-items:center;gap:25px;}.hw-nav > a:not(.hw-button){position:relative;padding:8px 0;color:#334155;font-size:14px;font-weight:700;text-decoration:none;white-space:nowrap;}.hw-nav > a:not(.hw-button)::after{content:"";position:absolute;right:0;bottom:2px;left:0;height:2px;border-radius:2px;background:var(--hw-teal);transform:scaleX(0);transform-origin:center;transition:transform 160ms ease;}.hw-nav > a:not(.hw-button):hover::after,.hw-nav > a:not(.hw-button):focus-visible::after{transform:scaleX(1);}.hw-button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:8px;padding:11px 20px;border:0;border-radius:10px;background:var(--hw-blue);color:#ffffff;font-weight:800;line-height:1.2;text-align:center;text-decoration:none;cursor:pointer;transition:transform 150ms ease,background 150ms ease,box-shadow 150ms ease;}.hw-button:hover,.hw-button:focus-visible{background:var(--hw-blue-dark);color:#ffffff;transform:translateY(-1px);box-shadow:0 10px 24px rgba(37,99,235,0.20);}.hw-button--header{min-height:43px;padding-inline:18px;font-size:14px;}.hw-nav-toggle{display:none;align-items:center;gap:9px;padding:9px 11px;border:1px solid var(--hw-border);border-radius:9px;background:#ffffff;color:var(--hw-navy);font-size:13px;font-weight:800;cursor:pointer;}.hw-nav-toggle__icon{width:21px;display:grid;gap:4px;}.hw-nav-toggle__icon span{width:100%;height:2px;display:block;border-radius:2px;background:currentColor;}.hw-main{flex:1 0 auto;min-width:0;}.hw-main:focus{outline:0;}.hw-main > .messages-list,.hw-main .messages{width:min(calc(100% - 40px),var(--hw-container));margin:24px auto;}.hw-main > .region,.hw-main > div:not([class]){width:100%;}.hw-footer{margin-top:auto;background:var(--hw-navy);color:rgba(255,255,255,0.78);}.hw-footer__top{display:grid;grid-template-columns:minmax(240px,1.1fr)
    minmax(440px,1.6fr);gap:80px;padding:70px 0 55px;}.hw-brand--footer{color:#ffffff;}.hw-brand--footer:hover,.hw-brand--footer:focus-visible{color:#ffffff;}.hw-brand--footer .hw-brand__copy small{color:rgba(255,255,255,0.62);}.hw-footer__brand > p{max-width:380px;margin:22px 0 0;font-size:14px;}.hw-footer__nav{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;}.hw-footer__nav > div{display:flex;flex-direction:column;gap:9px;}.hw-footer__nav h2{margin:0 0 8px;color:#ffffff;font-size:13px;letter-spacing:0.065em;text-transform:uppercase;}.hw-footer__nav a{color:rgba(255,255,255,0.72);font-size:14px;text-decoration:none;}.hw-footer__nav a:hover,.hw-footer__nav a:focus-visible{color:#ffffff;}.hw-footer__bottom{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-top:1px solid rgba(255,255,255,0.12);font-size:12px;}.hw-footer__bottom p{margin:0;}@media (max-width:1040px){.hw-nav{gap:17px;}.hw-nav > a:not(.hw-button){font-size:13px;}}@media (max-width:900px){.hw-header__inner{min-height:74px;}.hw-nav-toggle{display:inline-flex;}.hw-nav{position:absolute;top:100%;right:0;left:0;display:none;max-height:calc(100vh - 74px);overflow-y:auto;padding:18px 20px 24px;border-top:1px solid var(--hw-border);border-bottom:1px solid var(--hw-border);background:#ffffff;box-shadow:var(--hw-shadow);}.hw-nav.is-open{display:flex;flex-direction:column;align-items:stretch;gap:2px;}.hw-nav > a:not(.hw-button){padding:12px 4px;font-size:15px;}.hw-nav > a:not(.hw-button)::after{display:none;}.hw-button--header{margin-top:10px;}.hw-footer__top{grid-template-columns:1fr;gap:48px;}}@media (max-width:640px){.hw-container{width:min(calc(100% - 30px),var(--hw-container));}.hw-brand__mark{width:39px;height:39px;flex-basis:39px;}.hw-brand__copy strong{font-size:17px;}.hw-brand__copy small{display:none;}.hw-nav-toggle__label{display:none;}.hw-footer__top{padding:52px 0 42px;}.hw-footer__nav{grid-template-columns:1fr 1fr;gap:36px 26px;}.hw-footer__bottom{align-items:flex-start;flex-direction:column;justify-content:center;padding:22px 0;}}@media (max-width:430px){.hw-footer__nav{grid-template-columns:1fr;}}:root{--hw-navy:#00274c;--hw-navy-soft:#123a60;--hw-blue:#00274c;--hw-blue-dark:#001f3d;--hw-teal:#ffcb05;--hw-teal-dark:#806600;--hw-container:1320px;--hw-container-wide:1480px;--hw-gutter:clamp(18px,3vw,48px);}.hw-container{width:min(calc(100% -
        (var(--hw-gutter) * 2)),var(--hw-container));margin-inline:auto;}.hw-skip-link{position:fixed;top:-100px;left:18px;z-index:100000;padding:10px 14px;border-radius:6px;background:#00274c;color:#ffffff;font-size:14px;font-weight:800;text-decoration:none;box-shadow:0 6px 18px
    rgba(0,0,0,0.22);transition:top 0.15s ease;}.hw-skip-link:focus,.hw-skip-link:focus-visible{top:12px;outline:3px solid #ffcb05;outline-offset:3px;}
.hw-community{--hw-community-blue:#00274c;--hw-community-blue-soft:#123a60;--hw-community-maize:#ffcb05;--hw-community-surface:#f6f8fb;--hw-community-border:#dce3ea;--hw-community-text:#1f2933;--hw-community-muted:#5b6775;color:var(--hw-community-text);}.hw-community a{text-underline-offset:0.18em;}.hw-community-hero{position:relative;overflow:hidden;padding:clamp(2.8rem,6vw,5.8rem)
    0;background:radial-gradient(circle at 88% 15%,rgba(255,203,5,0.18),transparent 23rem),linear-gradient(135deg,#ffffff 0%,#f3f7fb 100%);border-bottom:1px solid var(--hw-community-border);}.hw-community-hero::before{position:absolute;inset:0 auto 0 0;width:0.42rem;content:"";background:var(--hw-community-maize);}.hw-community-hero__layout{display:grid;grid-template-columns:minmax(0,1.55fr)
    minmax(18rem,0.7fr);gap:clamp(2rem,5vw,5rem);align-items:center;}.hw-community-identity{display:flex;gap:clamp(1.25rem,3vw,2.5rem);align-items:flex-start;}.hw-community-identity__mark{display:grid;flex:0 0 auto;width:clamp(5rem,10vw,7.5rem);aspect-ratio:1;place-items:center;overflow:hidden;border:0.3rem solid var(--hw-community-maize);border-radius:1.6rem;background:var(--hw-community-blue);box-shadow:0 16px 34px rgba(0,39,76,0.16);}.hw-community-identity__mark img{width:100%;height:100%;object-fit:cover;}.hw-community-identity__mark span{color:#ffffff;font-size:clamp(1.6rem,4vw,2.75rem);font-weight:800;letter-spacing:-0.04em;}.hw-community-eyebrow{margin:0 0 0.55rem;color:var(--hw-community-blue);font-size:0.76rem;font-weight:800;letter-spacing:0.11em;line-height:1.25;text-transform:uppercase;}.hw-community-identity__content h1{max-width:15ch;margin:0;color:var(--hw-community-blue);font-size:clamp(2.35rem,5vw,4.7rem);line-height:0.98;letter-spacing:-0.045em;}.hw-community-location{display:flex;gap:0.55rem;align-items:center;margin:1rem 0 0;color:var(--hw-community-blue-soft);font-weight:700;}.hw-community-location span{color:var(--hw-community-maize);font-size:0.72rem;}.hw-community-summary{max-width:48rem;margin-top:1.35rem;color:var(--hw-community-muted);font-size:clamp(1rem,1.7vw,1.16rem);line-height:1.72;}.hw-community-summary > :first-child{margin-top:0;}.hw-community-summary > :last-child{margin-bottom:0;}.hw-community-hero__resident-card{padding:clamp(1.5rem,3vw,2.15rem);border:1px solid rgba(0,39,76,0.12);border-radius:1.3rem;background:rgba(255,255,255,0.9);box-shadow:0 22px 55px rgba(0,39,76,0.1);}.hw-community-hero__resident-card h2{margin:0;color:var(--hw-community-blue);font-size:clamp(1.45rem,2.4vw,2rem);line-height:1.14;}.hw-community-hero__resident-card > p:not(.hw-community-eyebrow){margin:1rem
    0
    1.4rem;color:var(--hw-community-muted);line-height:1.65;}.hw-community-button{display:inline-flex;min-height:2.9rem;padding:0.72rem 1.05rem;align-items:center;justify-content:center;border-radius:0.65rem;background:var(--hw-community-blue);color:#ffffff;font-weight:800;text-decoration:none;}.hw-community-button:hover,.hw-community-button:focus-visible{background:var(--hw-community-blue-soft);color:#ffffff;}.hw-community-nav{position:relative;z-index:2;border-bottom:1px solid var(--hw-community-border);background:#ffffff;box-shadow:0 10px 28px rgba(0,39,76,0.055);}.hw-community-nav__inner{display:flex;gap:clamp(0.4rem,2vw,1.5rem);overflow-x:auto;scrollbar-width:thin;}.hw-community-nav a{display:inline-flex;min-height:4rem;padding:0.9rem
    0.35rem;gap:0.5rem;align-items:center;color:var(--hw-community-blue);font-weight:800;white-space:nowrap;text-decoration:none;border-bottom:0.22rem solid transparent;}.hw-community-nav a:hover,.hw-community-nav a:focus-visible{border-bottom-color:var(--hw-community-maize);}.hw-community-nav a span{display:inline-grid;min-width:1.65rem;min-height:1.65rem;padding:0.2rem;place-items:center;border-radius:999px;background:#eef3f8;font-size:0.72rem;}.hw-community-section{padding:clamp(3.4rem,7vw,6.4rem)
    0;scroll-margin-top:2rem;}.hw-community-section--soft{background:var(--hw-community-surface);}.hw-community-section__heading{display:flex;margin-bottom:clamp(1.7rem,4vw,2.8rem);gap:1.5rem;align-items:flex-end;justify-content:space-between;}.hw-community-section__heading h2{margin:0;color:var(--hw-community-blue);font-size:clamp(1.85rem,3.5vw,3rem);line-height:1.08;letter-spacing:-0.03em;}.hw-community-section__meta{margin:0;color:var(--hw-community-muted);font-size:0.92rem;font-weight:700;}.hw-community-overview__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,2.5vw,1.7rem);}.hw-community-overview-card{display:flex;min-height:11rem;padding:1.55rem;flex-direction:column;border:1px solid var(--hw-community-border);border-radius:1rem;background:#ffffff;color:var(--hw-community-text);box-shadow:0 10px 30px rgba(0,39,76,0.055);text-decoration:none;transition:transform 160ms ease,box-shadow 160ms ease;}.hw-community-overview-card:hover,.hw-community-overview-card:focus-visible{transform:translateY(-0.2rem);box-shadow:0 18px 38px rgba(0,39,76,0.1);}.hw-community-overview-card__number{margin-bottom:auto;color:var(--hw-community-blue);font-size:2.4rem;font-weight:850;line-height:1;}.hw-community-overview-card strong{margin-top:1.25rem;color:var(--hw-community-blue);font-size:1.08rem;}.hw-community-overview-card > span:last-child{margin-top:0.35rem;color:var(--hw-community-muted);font-size:0.91rem;line-height:1.45;}.hw-community-notices{display:grid;gap:1rem;}.hw-community-notice{display:grid;grid-template-columns:8rem minmax(0,1fr);overflow:hidden;border:1px solid var(--hw-community-border);border-radius:0.9rem;background:#ffffff;}.hw-community-notice__state{display:grid;min-height:7rem;padding:1rem;place-items:center;color:#ffffff;font-size:0.78rem;font-weight:850;letter-spacing:0.06em;text-align:center;text-transform:uppercase;background:#2e7d32;}.hw-community-notice--advisory
.hw-community-notice__state{background:#9b6b00;}.hw-community-notice--urgent
.hw-community-notice__state{background:#c62828;}.hw-community-notice__content{padding:1.35rem 1.5rem;}.hw-community-notice h3,.hw-community-event h3,.hw-community-resource h3{margin:0;color:var(--hw-community-blue);font-size:1.18rem;}.hw-community-notice h3 a,.hw-community-event h3 a,.hw-community-resource h3 a{color:inherit;text-decoration:none;}.hw-community-notice h3 a:hover,.hw-community-notice h3 a:focus-visible,.hw-community-event h3 a:hover,.hw-community-event h3 a:focus-visible,.hw-community-resource h3 a:hover,.hw-community-resource h3 a:focus-visible{text-decoration:underline;}.hw-community-notice__content > p{margin:0.65rem
    0
    0;color:var(--hw-community-muted);line-height:1.6;}.hw-community-events{display:grid;gap:1.1rem;}.hw-community-event{display:grid;grid-template-columns:5.7rem minmax(0,1fr);gap:1.35rem;padding:1.35rem;border:1px solid var(--hw-community-border);border-radius:1rem;background:#ffffff;box-shadow:0 10px 28px rgba(0,39,76,0.05);}.hw-community-event__date{display:flex;min-height:5.7rem;padding:0.65rem;flex-direction:column;align-items:center;justify-content:center;border-radius:0.8rem;background:var(--hw-community-blue);color:#ffffff;text-align:center;}.hw-community-event__date span{color:var(--hw-community-maize);font-size:0.73rem;font-weight:850;letter-spacing:0.08em;}.hw-community-event__date strong{margin-top:0.15rem;font-size:2rem;line-height:1;}.hw-community-event__type,.hw-community-resource__category{margin:0
    0
    0.4rem;color:#735d00;font-size:0.72rem;font-weight:850;letter-spacing:0.08em;text-transform:uppercase;}.hw-community-event__details{display:flex;margin-top:0.6rem;gap:0.45rem 1.15rem;flex-wrap:wrap;color:var(--hw-community-muted);font-size:0.88rem;font-weight:700;}.hw-community-event__description{margin:0.8rem
    0
    0;color:var(--hw-community-muted);line-height:1.6;}.hw-community-text-link{display:inline-block;margin-top:0.9rem;color:var(--hw-community-blue);font-weight:800;}.hw-community-resources{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;}.hw-community-resource{padding:1.4rem;border:1px solid var(--hw-community-border);border-radius:0.9rem;background:#ffffff;}.hw-community-resource > p:not(.hw-community-resource__category){color:var(--hw-community-muted);line-height:1.6;}.hw-community-resource__links{display:flex;gap:1rem;flex-wrap:wrap;}.hw-community-empty{display:flex;max-width:52rem;padding:clamp(1.35rem,3vw,2rem);gap:1.2rem;align-items:center;border:1px solid var(--hw-community-border);border-radius:1rem;background:#ffffff;}.hw-community-empty__icon{display:grid;flex:0 0 3.3rem;width:3.3rem;height:3.3rem;place-items:center;border-radius:0.8rem;background:var(--hw-community-blue);color:var(--hw-community-maize);font-size:1.15rem;font-weight:900;}.hw-community-empty h3{margin:0;color:var(--hw-community-blue);font-size:1.08rem;}.hw-community-empty p{margin:0.35rem
    0
    0;color:var(--hw-community-muted);line-height:1.55;}@media (max-width:960px){.hw-community-hero__layout{grid-template-columns:1fr;}.hw-community-hero__resident-card{max-width:42rem;}.hw-community-overview__grid,.hw-community-resources{grid-template-columns:1fr 1fr;}}@media (max-width:680px){.hw-community-hero{padding:2.8rem
      0;}.hw-community-identity{flex-direction:column;}.hw-community-identity__content h1{max-width:none;}.hw-community-section__heading{align-items:flex-start;flex-direction:column;}.hw-community-overview__grid,.hw-community-resources{grid-template-columns:1fr;}.hw-community-event{grid-template-columns:4.7rem minmax(0,1fr);gap:1rem;padding:1rem;}.hw-community-event__date{min-height:4.7rem;}.hw-community-event__date strong{font-size:1.65rem;}.hw-community-notice{grid-template-columns:1fr;}.hw-community-notice__state{min-height:auto;place-items:start;padding:0.6rem
      1rem;}.hw-community-empty{align-items:flex-start;}}@media (prefers-reduced-motion:reduce){.hw-community-overview-card{transition:none;}}.hw-community{--hw-community-brand:#00274c;--hw-community-accent:#ffcb05;--hw-community-brand-text:#ffffff;}.hw-community-identity__mark{border-color:var(--hw-community-accent);background:var(--hw-community-brand);color:var(--hw-community-brand-text);}.hw-community-button{background:var(--hw-community-brand);color:var(--hw-community-brand-text);}.hw-community-button:hover,.hw-community-button:focus-visible{background:var(--hw-community-brand);color:var(--hw-community-brand-text);filter:brightness(0.9);}.hw-community-nav a:hover,.hw-community-nav a:focus-visible{border-bottom-color:var(--hw-community-brand);}.hw-community-overview-card__number{color:var(--hw-community-brand);}.hw-community-event__date{background:var(--hw-community-brand);color:var(--hw-community-brand-text);}.hw-community-event__date span{color:var(--hw-community-accent);}.hw-community-empty__icon{background:var(--hw-community-brand);color:var(--hw-community-accent);}.hw-community-hero--image{position:relative;min-height:clamp(31rem,48vw,42rem);display:flex;align-items:center;isolation:isolate;background:#0b1f3a;}.hw-community-hero__media{position:absolute;z-index:-2;inset:0;overflow:hidden;}.hw-community-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.01);}.hw-community-hero__brand-wash,.hw-community-hero__shade{position:absolute;inset:0;display:block;}.hw-community-hero__brand-wash{z-index:1;background:var(--hw-community-brand);opacity:0.34;mix-blend-mode:multiply;}.hw-community-hero__shade{z-index:2;background:linear-gradient(90deg,rgba(0,24,48,0.94) 0%,rgba(0,31,61,0.83) 42%,rgba(0,31,61,0.46) 67%,rgba(0,31,61,0.26) 100%),linear-gradient(0deg,rgba(0,20,38,0.34),rgba(0,20,38,0.02) 48%);}.hw-community-hero--image::before{z-index:3;width:0.46rem;background:var(--hw-community-accent);}.hw-community-hero--image
.hw-community-hero__layout{position:relative;z-index:4;}.hw-community-hero--image
.hw-community-eyebrow{color:var(--hw-community-accent);}.hw-community-hero--image
.hw-community-identity__content h1{max-width:12ch;color:#ffffff;text-shadow:0 2px 18px rgba(0,0,0,0.2);}.hw-community-hero--image
.hw-community-location{color:#ffffff;}.hw-community-hero--image
.hw-community-location span{color:var(--hw-community-accent);}.hw-community-hero--image
.hw-community-summary{max-width:43rem;color:rgba(255,255,255,0.9);text-shadow:0 1px 10px rgba(0,0,0,0.18);}.hw-community-hero--image
.hw-community-hero__resident-card{border:1px solid rgba(255,255,255,0.5);background:rgba(255,255,255,0.94);box-shadow:0 26px 70px rgba(0,20,38,0.28);backdrop-filter:blur(7px);}.hw-community-hero--image
.hw-community-hero__resident-card
.hw-community-eyebrow{color:var(--hw-community-brand);}.hw-community-nav{border-top:0.18rem solid var(--hw-community-brand);}.hw-community-section__heading h2,.hw-community-empty h3,.hw-community-event h3,.hw-community-resource h3,.hw-community-notice h3{color:var(--hw-community-blue);}@media (max-width:960px){.hw-community-hero--image{min-height:auto;}.hw-community-hero--image
  .hw-community-hero__layout{padding:1rem
      0;}.hw-community-hero__shade{background:linear-gradient(90deg,rgba(0,24,48,0.94) 0%,rgba(0,31,61,0.78) 70%,rgba(0,31,61,0.58) 100%);}}@media (max-width:680px){.hw-community-hero--image{min-height:auto;}.hw-community-hero__shade{background:linear-gradient(180deg,rgba(0,24,48,0.87) 0%,rgba(0,31,61,0.9) 100%);}.hw-community-hero--image
  .hw-community-hero__resident-card{background:rgba(255,255,255,0.97);}}.hw-site--community{--hw-community-brand:#00274c;--hw-community-accent:#ffcb05;--hw-community-brand-text:#ffffff;}.hw-community-shell-header{position:relative;z-index:20;background:#ffffff;box-shadow:0 4px 18px rgba(0,39,76,0.08);}.hw-community-shell-header__identity{background:#ffffff;}.hw-community-shell-header__identity-inner{display:flex;min-height:5.4rem;gap:1.5rem;align-items:center;justify-content:space-between;}.hw-community-shell-brand{display:inline-flex;min-width:0;gap:0.8rem;align-items:center;color:#00274c;text-decoration:none;}.hw-community-shell-brand:hover,.hw-community-shell-brand:focus-visible{color:#00274c;}.hw-community-shell-brand__mark{display:grid;flex:0 0 3.3rem;width:3.3rem;height:3.3rem;place-items:center;overflow:hidden;border:0.18rem solid var(--hw-community-accent);border-radius:0.75rem;background:var(--hw-community-brand);color:var(--hw-community-brand-text);box-shadow:0 7px 18px rgba(0,39,76,0.12);}.hw-community-shell-brand__mark img{width:100%;height:100%;object-fit:cover;}.hw-community-shell-brand__mark > span{font-size:1.1rem;font-weight:900;letter-spacing:-0.03em;}.hw-community-shell-brand__copy{display:flex;min-width:0;flex-direction:column;}.hw-community-shell-brand__copy strong{overflow:hidden;color:#00274c;font-size:1.12rem;line-height:1.15;text-overflow:ellipsis;white-space:nowrap;}.hw-community-shell-brand__copy small{margin-top:0.18rem;color:#667085;font-size:0.67rem;font-weight:800;letter-spacing:0.08em;text-transform:uppercase;}.hw-community-shell-header__tools{display:flex;gap:1rem;align-items:center;}.hw-community-shell-powered{color:#667085;font-size:0.78rem;text-decoration:none;}.hw-community-shell-powered strong{color:#00274c;}.hw-community-shell-powered:hover,.hw-community-shell-powered:focus-visible{text-decoration:underline;}.hw-community-shell-nav-wrap{border-top:1px solid #e5e9ef;background:var(--hw-community-brand);}.hw-community-shell-nav{display:flex;min-height:3.7rem;gap:clamp(0.25rem,2vw,1rem);align-items:stretch;}.hw-community-shell-nav a{position:relative;display:inline-flex;padding:0.85rem
    clamp(0.65rem,1.4vw,1rem);align-items:center;color:var(--hw-community-brand-text);font-size:0.82rem;font-weight:800;text-decoration:none;}.hw-community-shell-nav a::after{position:absolute;right:0.65rem;bottom:0.4rem;left:0.65rem;height:0.18rem;content:"";border-radius:99px;background:var(--hw-community-accent);opacity:0;transform:scaleX(0.55);transition:opacity 150ms ease,transform 150ms ease;}.hw-community-shell-nav a:hover::after,.hw-community-shell-nav a:focus-visible::after{opacity:1;transform:scaleX(1);}.hw-community-shell-toggle{display:none;}.hw-community-shell-main{min-height:40vh;}.hw-community-shell-footer{border-top:0.3rem solid var(--hw-community-accent);background:var(--hw-community-brand);color:var(--hw-community-brand-text);}.hw-community-shell-footer__top{display:flex;padding:clamp(2.2rem,5vw,3.8rem)
    0
    2rem;gap:2rem;align-items:flex-start;justify-content:space-between;}.hw-community-shell-footer__identity{display:flex;flex-direction:column;}.hw-community-shell-footer__identity strong{font-size:1.08rem;}.hw-community-shell-footer__identity span{margin-top:0.35rem;opacity:0.78;font-size:0.86rem;}.hw-community-shell-footer__nav{display:flex;gap:1.25rem;flex-wrap:wrap;}.hw-community-shell-footer__nav a,.hw-community-shell-footer__bottom a{color:inherit;font-weight:700;text-decoration:none;}.hw-community-shell-footer__nav a:hover,.hw-community-shell-footer__nav a:focus-visible,.hw-community-shell-footer__bottom a:hover,.hw-community-shell-footer__bottom a:focus-visible{text-decoration:underline;}.hw-community-shell-footer__bottom{display:flex;padding:1rem
    0
    1.4rem;gap:1rem;justify-content:space-between;border-top:1px solid rgba(255,255,255,0.18);font-size:0.76rem;opacity:0.85;}.hw-community-shell-footer__bottom p{margin:0;}@media (max-width:900px){.hw-community-shell-powered{display:none;}.hw-community-shell-toggle{display:inline-flex;}.hw-community-shell-nav-wrap{background:var(--hw-community-brand);}.hw-community-shell-nav{display:none;min-height:0;padding:0.45rem
      0
      0.8rem;flex-direction:column;}.hw-community-shell-nav.is-open{display:flex;}.hw-community-shell-nav a{min-height:3rem;padding:0.65rem
      0.8rem;}.hw-community-shell-nav a::after{right:auto;left:0.8rem;width:2rem;}}@media (max-width:680px){.hw-community-shell-header__identity-inner{min-height:4.8rem;}.hw-community-shell-brand__mark{flex-basis:2.85rem;width:2.85rem;height:2.85rem;}.hw-community-shell-brand__copy strong{max-width:15rem;font-size:0.98rem;}.hw-community-shell-brand__copy small{font-size:0.58rem;}.hw-community-shell-footer__top,.hw-community-shell-footer__bottom{align-items:flex-start;flex-direction:column;}.hw-community-shell-footer__nav{gap:0.7rem
      1rem;}}@media (prefers-reduced-motion:reduce){.hw-community-shell-nav a::after{transition:none;}}.hw-community-request-page{padding:clamp(2rem,5vw,4.5rem)
    0
    clamp(3rem,7vw,6rem);background:#f6f8f6;}.hw-community-request-page__inner{max-width:920px;}.hw-community-request-back{display:inline-flex;align-items:center;margin-bottom:1.5rem;color:var(--hw-community-brand,#00274C);font-weight:700;text-decoration:none;}.hw-community-request-back:hover,.hw-community-request-back:focus-visible{text-decoration:underline;}.hw-community-request-intro{margin-bottom:1.75rem;}.hw-community-request-intro h1{margin:0.3rem
    0
    0.65rem;font-size:clamp(2rem,5vw,3.4rem);line-height:1.05;color:#13243a;}.hw-community-request-intro > p{max-width:760px;line-height:1.65;}.hw-community-request-intro__community{margin:0
    0
    1rem;color:var(--hw-community-brand,#00274C);font-weight:800;}.hw-community-request-intro__note{margin-top:1rem;padding:0.85rem
    1rem;border-left:4px
    solid
    var(--hw-community-accent,#FFCB05);background:#fffdf3;color:#364152;}.hw-community-request-card{padding:clamp(1.25rem,4vw,2.25rem);border:1px
    solid
    rgba(17,36,58,0.12);border-top:5px
    solid
    var(--hw-community-brand,#00274C);border-radius:18px;background:#ffffff;box-shadow:0
    16px
    40px
    rgba(17,36,58,0.08);}.hw-community-request-card .form-item{margin-bottom:1.35rem;}.hw-community-request-card label,.hw-community-request-card legend{display:block;margin-bottom:0.45rem;color:#17283d;font-weight:750;}.hw-community-request-card input[type="text"],.hw-community-request-card input[type="email"],.hw-community-request-card input[type="tel"],.hw-community-request-card select,.hw-community-request-card textarea{width:100%;max-width:100%;padding:0.8rem
    0.9rem;border:1px
    solid
    #b8c1cb;border-radius:8px;background:#ffffff;color:#17283d;font:inherit;}.hw-community-request-card textarea{min-height:12rem;resize:vertical;}.hw-community-request-card input:focus,.hw-community-request-card select:focus,.hw-community-request-card textarea:focus{outline:3px
    solid
    color-mix(in srgb,var(--hw-community-accent,#FFCB05)
      55%,transparent);outline-offset:2px;border-color:var(--hw-community-brand,#00274C);}.hw-community-request-card input[type="radio"],.hw-community-request-card input[type="checkbox"]{width:auto;margin-right:0.45rem;}.hw-community-request-card .description{margin-top:0.4rem;color:#5d6875;font-size:0.92rem;line-height:1.5;}.hw-community-request-card .form-actions{margin-top:1.75rem;}.hw-community-request-card .button,.hw-community-request-card button[type="submit"],.hw-community-request-card input[type="submit"]{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0.75rem
    1.3rem;border:2px
    solid
    var(--hw-community-brand,#00274C);border-radius:999px;background:var(--hw-community-brand,#00274C);color:var(--hw-community-brand-text,#ffffff);font-weight:800;cursor:pointer;}.hw-community-request-card .button:hover,.hw-community-request-card .button:focus-visible,.hw-community-request-card button[type="submit"]:hover,.hw-community-request-card button[type="submit"]:focus-visible,.hw-community-request-card input[type="submit"]:hover,.hw-community-request-card input[type="submit"]:focus-visible{filter:brightness(0.92);}@media (max-width:680px){.hw-community-request-page{padding-top:1.5rem;}.hw-community-request-card{border-radius:12px;}}
.hw-dynamic-section{--hw-dynamic-blue:#00274c;--hw-dynamic-maize:#ffcb05;--hw-dynamic-border:#dfe6ed;--hw-dynamic-muted:#657181;--hw-dynamic-surface:#f7f9fb;padding:clamp(72px,8vw,108px) 0;background:#ffffff;}.hw-dynamic-section__header{max-width:820px;margin:0 0 42px;}.hw-dynamic-section__kicker,.hw-calendar__eyebrow{display:flex;align-items:center;gap:10px;margin:0 0 13px;color:var(--hw-dynamic-blue);font-size:12px;font-weight:900;letter-spacing:0.08em;text-transform:uppercase;}.hw-dynamic-section__kicker::before,.hw-calendar__eyebrow::before{content:"";width:24px;height:4px;border-radius:99px;background:var(--hw-dynamic-maize);}.hw-dynamic-section__header h2{margin:0;color:var(--hw-dynamic-blue);font-size:clamp(36px,4vw,54px);font-weight:850;letter-spacing:-0.045em;line-height:1.05;}.hw-dynamic-section__intro{margin-top:18px;color:var(--hw-dynamic-muted);font-size:17px;line-height:1.7;}.hw-dynamic-section__intro > *:first-child{margin-top:0;}.hw-dynamic-section__intro > *:last-child{margin-bottom:0;}.hw-dynamic-empty{padding:34px;border:1px dashed #cbd5df;border-radius:16px;background:var(--hw-dynamic-surface);text-align:center;}.hw-dynamic-empty strong,.hw-dynamic-empty span{display:block;}.hw-dynamic-empty strong{color:var(--hw-dynamic-blue);font-size:18px;}.hw-dynamic-empty span{margin-top:6px;color:var(--hw-dynamic-muted);font-size:14px;}.hw-dynamic-link{display:inline-flex;margin-top:14px;color:var(--hw-dynamic-blue);font-size:13px;font-weight:850;text-decoration:none;}.hw-dynamic-link:hover,.hw-dynamic-link:focus-visible{text-decoration:underline;text-underline-offset:4px;}.hw-notice-list{display:grid;gap:16px;}.hw-dynamic-notice{--hw-notice-accent:#2e7d32;--hw-notice-soft:#edf7ee;display:grid;grid-template-columns:52px 1fr;gap:18px;padding:25px 27px;border:1px solid var(--hw-dynamic-border);border-left:5px solid var(--hw-notice-accent);border-radius:16px;background:#ffffff;box-shadow:0 8px 24px rgba(0,39,76,0.05);}.hw-dynamic-notice--advisory{--hw-notice-accent:#c48700;--hw-notice-soft:#fff7d6;}.hw-dynamic-notice--urgent{--hw-notice-accent:#c62828;--hw-notice-soft:#fdecec;}.hw-dynamic-notice__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:var(--hw-dynamic-blue);color:var(--hw-dynamic-maize);font-size:20px;font-weight:900;}.hw-dynamic-notice__status{display:inline-flex;width:fit-content;margin-bottom:7px;padding:5px 9px;border-radius:999px;background:var(--hw-notice-soft);color:var(--hw-notice-accent);font-size:10px;font-weight:900;letter-spacing:0.06em;text-transform:uppercase;}.hw-dynamic-notice h3{margin:0;color:var(--hw-dynamic-blue);font-size:20px;}.hw-dynamic-notice p{margin:8px 0 0;color:var(--hw-dynamic-muted);font-size:15px;line-height:1.65;}.hw-event-list{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;}.hw-event-card{display:grid;grid-template-columns:72px 1fr;gap:20px;padding:25px;border:1px solid var(--hw-dynamic-border);border-radius:17px;background:#ffffff;box-shadow:0 10px 28px rgba(0,39,76,0.045);}.hw-event-card__date{width:68px;height:75px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:13px;background:var(--hw-dynamic-blue);color:#ffffff;}.hw-event-card__date span{color:var(--hw-dynamic-maize);font-size:11px;font-weight:900;letter-spacing:0.08em;text-transform:uppercase;}.hw-event-card__date strong{margin-top:2px;font-size:28px;line-height:1;}.hw-event-card__type,.hw-resource-card__category{display:block;margin-bottom:6px;color:#786000;font-size:10px;font-weight:900;letter-spacing:0.06em;text-transform:uppercase;}.hw-event-card h3{margin:0;color:var(--hw-dynamic-blue);font-size:19px;}.hw-event-card h3 a{color:inherit;text-decoration:none;}.hw-event-card h3 a:hover,.hw-event-card h3 a:focus-visible{text-decoration:underline;text-underline-offset:4px;}.hw-event-card__meta,.hw-event-card__location{margin:8px 0 0;color:var(--hw-dynamic-muted);font-size:13px;line-height:1.55;}.hw-resource-list{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;}.hw-resource-card{display:grid;grid-template-columns:58px 1fr;gap:18px;padding:25px;border:1px solid var(--hw-dynamic-border);border-radius:16px;background:#ffffff;}.hw-resource-card__icon{width:54px;height:54px;display:flex;align-items:center;justify-content:center;border-radius:13px;background:var(--hw-dynamic-blue);color:var(--hw-dynamic-maize);font-size:9px;font-weight:900;letter-spacing:0.05em;}.hw-resource-card h3{margin:0;color:var(--hw-dynamic-blue);font-size:18px;}.hw-resource-card p{margin:8px 0 0;color:var(--hw-dynamic-muted);font-size:14px;line-height:1.6;}.hw-resource-card small{display:block;margin-top:10px;color:#7a8693;}.hw-calendar{overflow:hidden;border:1px solid var(--hw-dynamic-border);border-radius:19px;background:#ffffff;box-shadow:0 12px 38px rgba(0,39,76,0.07);}.hw-calendar__toolbar{min-height:104px;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:24px 28px;border-bottom:1px solid var(--hw-dynamic-border);background:linear-gradient(135deg,#f8fafc 0%,#fff9d9 100%);}.hw-calendar__toolbar h3{margin:0;color:var(--hw-dynamic-blue);font-size:clamp(25px,3vw,34px);letter-spacing:-0.03em;}.hw-calendar__eyebrow{margin-bottom:5px;font-size:9px;}.hw-calendar__eyebrow::before{width:16px;height:3px;}.hw-calendar__controls{display:flex;align-items:center;gap:8px;}.hw-calendar__controls button{min-width:42px;height:42px;padding:0 13px;border:1px solid rgba(0,39,76,0.18);border-radius:10px;background:#ffffff;color:var(--hw-dynamic-blue);font:inherit;font-size:22px;font-weight:850;cursor:pointer;}.hw-calendar__controls button:hover,.hw-calendar__controls button:focus-visible{border-color:var(--hw-dynamic-blue);outline:none;}.hw-calendar__controls .hw-calendar__today{min-width:70px;font-size:12px;}.hw-calendar__status{padding:10px 28px;border-bottom:1px solid var(--hw-dynamic-border);color:#6a7684;font-size:12px;}.hw-calendar__status:empty{display:none;}.hw-calendar__grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));}.hw-calendar__weekday{padding:12px 10px;border-bottom:1px solid
    var(--hw-dynamic-border);background:var(--hw-dynamic-blue);color:#ffffff;font-size:10px;font-weight:900;letter-spacing:0.05em;text-align:center;text-transform:uppercase;}.hw-calendar__day{min-width:0;min-height:132px;padding:10px;border-right:1px solid #e7ebef;border-bottom:1px solid #e7ebef;background:#ffffff;}.hw-calendar__day:nth-child(7n){border-right:0;}.hw-calendar__day--outside{background:#f8fafb;}.hw-calendar__day--today{box-shadow:inset 0 0 0 2px
    var(--hw-dynamic-maize);}.hw-calendar__day-number{width:28px;height:28px;display:flex;align-items:center;justify-content:center;margin-bottom:7px;border-radius:50%;color:var(--hw-dynamic-blue);font-size:12px;font-weight:850;}.hw-calendar__day--outside
.hw-calendar__day-number{color:#9aa4ae;}.hw-calendar__day--today
.hw-calendar__day-number{background:var(--hw-dynamic-blue);color:var(--hw-dynamic-maize);}.hw-calendar__event{display:block;overflow:hidden;margin-top:5px;padding:6px 7px;border-radius:7px;background:#eef3f7;color:var(--hw-dynamic-blue);font-size:10px;font-weight:750;line-height:1.3;text-decoration:none;text-overflow:ellipsis;}.hw-calendar__event:hover,.hw-calendar__event:focus-visible{background:var(--hw-dynamic-blue);color:#ffffff;outline:none;}.hw-calendar__more{display:block;margin-top:6px;color:#6f7b88;font-size:9px;font-weight:800;}.hw-calendar__noscript{padding:20px;}@media (max-width:820px){.hw-event-list,.hw-resource-list{grid-template-columns:1fr;}.hw-calendar{overflow-x:auto;}.hw-calendar__toolbar{min-width:760px;}.hw-calendar__grid{min-width:760px;}}@media (max-width:600px){.hw-dynamic-notice,.hw-event-card,.hw-resource-card{grid-template-columns:1fr;}.hw-dynamic-notice__icon,.hw-event-card__date,.hw-resource-card__icon{margin-bottom:2px;}}
