:root{--brand-blue:#0256a4;--brand-blue-dark:#014785;--brand-light:#eaf3fb;--brand-text:#1d2b36;--brand-muted:#5b6770;--white:#fff;--page-bg:#fff;--surface:#fff;--border:#d9e2ec;--radius:10px;--shadow:0 10px 30px rgba(0,0,0,.12);--max-width:1180px;--font-primary:"myriad-pro",Arial,Helvetica,sans-serif}
*{box-sizing:border-box}body{margin:0;font-family:var(--font-primary);color:var(--brand-text);background:var(--page-bg);line-height:1.5}a{color:inherit;text-decoration:none}img,svg{display:block}.container{width:min(var(--max-width),calc(100% - 32px));margin:0 auto}.section-label{width:min(var(--max-width),calc(100% - 32px));margin:18px auto 8px;color:var(--brand-muted);font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}



.breadcrumbs .crumb-current {
  font-weight: 600;
}
.hero{
    min-height: 480px;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}


.hero-carousel{
    position:absolute;
    inset:0;
    z-index:-2;
}

.hero-slide{
    position:absolute;
    inset:0;
    background-position:center;
    background-size:cover;
    opacity:0;
    transition:opacity .45s ease;
}

.hero-slide.active{
    opacity:1;
}


.hero::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    background:linear-gradient(90deg,rgba(0,0,0,.25),rgba(0,0,0,.10),rgba(0,0,0,.25));
}

.hero-content{
    max-width:860px;
    padding:42px 0;
    text-align:center;
    margin:0 auto;
}

.hero h1{
    font-size: clamp(1.9rem,3.6vw,3.2rem);
    line-height: 1.02;
    margin: 0 auto 34px;
    letter-spacing: -.04em;
    text-shadow: 0 3px 16px rgba(0,0,0,.45);
    min-height: 2px;
    text-align:center;
}


.hero-dots{
    position:absolute;
    left:50%;
    bottom:20px;
    transform:translateX(-50%);
    z-index:3;
    display:flex;
    gap:10px;
}

.hero-dot{
    width:11px;
    height:11px;
    border:0;
    border-radius:999px;
    padding:0;
    background:rgba(255,255,255,.55);
    cursor:pointer;
}

.hero-dot.active{
    background:#fff;
}

.search-panel{max-width:720px;margin:0 auto;padding:12px;display:flex;gap:10px;background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow)}.search-panel input{flex:1;border:1px solid #ccd6df;border-radius:calc(var(--radius) - 2px);padding:16px;font-size:1rem;color:var(--brand-text)}.button{background:var(--brand-blue);color:#fff;border:0;border-radius:calc(var(--radius) - 2px);padding:14px 22px;font-weight:600;cursor:pointer;display:inline-block;transition:background .18s ease,transform .18s ease}.button:hover,.button:focus{background:var(--brand-blue-dark);transform:translateY(-2px)}.search-panel .button{width:56px;min-height:52px;display:grid;place-items:center;padding:0}.search-panel .button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}


.top-links-strip{max-width:var(--max-width);margin:0 auto;padding:36px 0 20px;background:var(--surface)}.top-links-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;align-items:stretch}.top-link-card{background:transparent;border-right:1px solid var(--border);padding:10px 14px;display:flex;flex-direction:column;align-items:center;text-align:center;min-height:165px}.top-link-card:last-child{border-right:0}.top-link-icon{width:110px;height:110px;display:flex;align-items:center;justify-content:center;margin-bottom:4px;transition:transform .18s ease}.top-link-icon:hover,.top-link-icon:focus{transform:translateY(-2px)}.top-link-icon img,.top-link-icon svg{
    width: 72px;
    height: 72px;
    object-fit: contain;
    min-height: 4px;
}.top-link-card h2{margin:0;font-size:1rem;line-height:1.2;color:var(--brand-text);transition:color .18s ease,transform .18s ease}.top-link-card:hover h2,.top-link-card:focus-within h2{color:var(--brand-blue);transform:translateY(-2px)}


.featured-updates{padding:24px 0 64px;background:var(--surface)}.promo-grid{display:grid;grid-template-columns:.95fr 2.05fr;gap:20px;align-items:start}.promo-right{display:grid;grid-template-rows:280px 280px;gap:20px}.promo-bottom{display:grid;grid-template-columns:1fr 1fr;gap:20px}.promo-card{position:relative;overflow:hidden;isolation:isolate;height:280px;border-radius:var(--radius);background:var(--brand-light);box-shadow:0 4px 18px rgba(2,86,164,.10)}.promo-card.tall{height:580px}.promo-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.promo-card:hover img,.promo-card:focus img{transform:scale(1.04)}
.promo-title{position:absolute;z-index:2;left:-1px;right:-1px;bottom:-1px;padding:18px 22px;background:#0256a4;border-radius:0 0 calc(var(--radius) + 1px) calc(var(--radius) + 1px);color:#ffffff;font-size:clamp(1rem,1.15vw,1.25rem);line-height:1.2;font-weight:600;transition:background .18s ease,color .18s ease}.promo-card:hover .promo-title,.promo-card:focus .promo-title{color:#ffffff;background:#014785}.promo-card.wide .promo-title{padding:20px 24px}


.have-your-say{padding:64px 0;background:var(--brand-light)}.engagement-panel{display:grid;grid-template-columns:1.05fr .95fr;gap:36px;align-items:center;background:var(--surface);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.engagement-copy{padding:42px}.engagement-copy h2{margin:0 0 14px;color:var(--brand-blue-dark);font-size:clamp(1.9rem,3vw,2.6rem);line-height:1.1}.engagement-copy p{margin:0 0 20px;max-width:540px;color:var(--brand-muted);font-size:1.05rem}.engagement-copy .button{margin-top:10px}.engagement-image{
    position: relative;
    min-height: 360px;
    height: 100%;
    background: url('../assets/home-page/get-involved/have-your-say-bg.jpg?auto') center/cover;
    display: grid;
    place-items: center;
    padding: 32px
}.engagement-photo-logo{width:min(72%,360px);height:auto;filter:drop-shadow(0 8px 18px rgba(0,0,0,.22))}


.news-notices{padding:64px 0;background:var(--surface)}.section-header{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}.section-header h2{margin:0;color:var(--brand-blue-dark);font-size:clamp(1.8rem,3vw,2.5rem);line-height:1.1}.section-header a{color:var(--brand-blue);font-weight:600}.section-header a:hover,.section-header a:focus{color:var(--brand-blue-dark);text-decoration:underline;text-underline-offset:4px}.news-list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.news-card{padding:24px;border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);border-top:5px solid var(--brand-blue);box-shadow:0 4px 18px rgba(2,86,164,.08);transition:transform .18s ease,box-shadow .18s ease}.news-card:hover,.news-card:focus-within{transform:translateY(-3px);box-shadow:0 10px 24px rgba(2,86,164,.14)}.news-date{margin-bottom:10px;color:var(--brand-muted);font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.news-card h3{margin:0 0 10px;color:var(--brand-blue-dark);font-size:1.25rem;line-height:1.2}.news-card p{margin:0 0 18px;color:var(--brand-muted)}.news-card a{color:var(--brand-blue);font-weight:600}


body.text-large,
body.text-large input,
body.text-large button,
body.text-large textarea,
body.text-large select {
  font-size: 110%;
}

body.text-xlarge,
body.text-xlarge input,
body.text-xlarge button,
body.text-xlarge textarea,
body.text-xlarge select {
  font-size: 122%;
}

body.text-large .hero h1,
body.text-xlarge .hero h1,
body.text-large .section-header h2,
body.text-xlarge .section-header h2,
body.text-large .engagement-copy h2,
body.text-xlarge .engagement-copy h2 {
  line-height: 1.12;
}

body.high-contrast {
  --brand-blue: #003b78;
  --brand-blue-dark: #001f3f;
  --brand-light: #f2f2f2;
  --brand-text: #000000;
  --brand-muted: #222222;
  --page-bg: #ffffff;
  --surface: #ffffff;
  --border: #000000;
  --shadow: none;
  color: #000000;
  background: #ffffff;
}

body.high-contrast .utility-bar,
body.high-contrast .site-header,
body.high-contrast .top-links-strip,
body.high-contrast .featured-updates,
body.high-contrast .news-notices,
body.high-contrast .news-card,
body.high-contrast .engagement-panel,
body.high-contrast .search-panel,
body.high-contrast .accessibility-panel,
body.high-contrast .translation-panel,
body.high-contrast .mega-inner {
  background: #ffffff !important;
  color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}

body.high-contrast .have-your-say {
  background: #f2f2f2 !important;
}

body.high-contrast .site-footer {
  background: #001f3f !important;
  color: #ffffff !important;
}

body.high-contrast .site-footer a,
body.high-contrast .site-footer p,
body.high-contrast .footer-bottom {
  color: #ffffff !important;
}

body.high-contrast .hero h1 {
  color: #ffffff !important;
  text-shadow: 0 3px 8px rgba(0,0,0,0.95) !important;
}

body.high-contrast .promo-title {
  background: #000000 !important;
  color: #ffffff !important;
}

body.high-contrast .nav-link,
body.high-contrast .section-header h2,
body.high-contrast .news-card h3,
body.high-contrast .engagement-copy h2,
body.high-contrast .top-link-card h2,
body.high-contrast .news-date,
body.high-contrast .section-label,
body.high-contrast .news-card p,
body.high-contrast .engagement-copy p,
body.high-contrast .accessibility-message {
  color: #000000 !important;
}

body.high-contrast a:not(.button):not(.section-link):not(.social-link),
body.high-contrast .accessibility-trigger,
body.high-contrast .translation-trigger,
body.high-contrast .accessibility-options button {
  color: #003b78 !important;
}

body.high-contrast .button,
body.high-contrast .section-link {
  background: #001f3f !important;
  color: #ffffff !important;
}

body.high-contrast .button:hover,
body.high-contrast .button:focus,
body.high-contrast .section-link:hover,
body.high-contrast .section-link:focus {
  background: #000000 !important;
}

body.high-contrast .top-link-card,
body.high-contrast .news-card,
body.high-contrast .promo-card,
body.high-contrast .search-panel input,
body.high-contrast .accessibility-panel,
body.high-contrast .translation-panel,
body.high-contrast .mega-inner {
  border-color: #000000 !important;
}

body.high-contrast .promo-card,
body.high-contrast .news-card,
body.high-contrast .engagement-panel {
  box-shadow: none !important;
}

body.high-contrast a:focus,
body.high-contrast button:focus,
body.high-contrast input:focus {
  outline: 3px solid #000000 !important;
  outline-offset: 3px;
}


body.text-large .top-link-card h2 {
  font-size: 1.1rem !important;
}

body.text-xlarge .top-link-card h2 {
  font-size: 1.22rem !important;
}

body.high-contrast .site-footer a,
body.high-contrast .site-footer .footer-grid a,
body.high-contrast .site-footer .footer-grid a:visited,
body.high-contrast .site-footer .footer-grid h3,
body.high-contrast .site-footer .footer-grid p,
body.high-contrast .site-footer .footer-bottom,
body.high-contrast .site-footer .footer-bottom a {
  color: #ffffff !important;
}

body.high-contrast .site-footer .social-icon {
  border-color: rgba(255,255,255,0.75) !important;
}


body.high-contrast footer.site-footer,
body.high-contrast footer.site-footer * {
  color: #ffffff !important;
}

body.high-contrast footer.site-footer a,
body.high-contrast footer.site-footer a:link,
body.high-contrast footer.site-footer a:visited,
body.high-contrast footer.site-footer a:hover,
body.high-contrast footer.site-footer a:focus,
body.high-contrast footer.site-footer .footer-grid a,
body.high-contrast footer.site-footer .footer-grid a:link,
body.high-contrast footer.site-footer .footer-grid a:visited {
  color: #ffffff !important;
}

body.high-contrast footer.site-footer .social-icon {
  border-color: rgba(255,255,255,0.75) !important;
}

body.high-contrast footer.site-footer a:focus {
  outline: 3px solid #ffffff !important;
  outline-offset: 3px;
}


.have-your-say{background:#f2f2f2!important}body.high-contrast .have-your-say{background:#f2f2f2!important}


:root{--brand-blue:#0256a4;--brand-blue-dark:#014785;--brand-light:#eaf3fb;--brand-text:#1d2b36;--brand-muted:#5b6770;--white:#fff;--page-bg:#fff;--surface:#fff;--border:#d9e2ec;--radius:10px;--shadow:0 10px 30px rgba(0,0,0,.12);--max-width:1180px;--font-primary:"myriad-pro",Arial,Helvetica,sans-serif}

*{box-sizing:border-box}
body{margin:0;font-family:var(--font-primary);color:var(--brand-text);background:var(--page-bg);line-height:1.5}
a{color:inherit;text-decoration:none}
img,svg{display:block}
.container{width:min(var(--max-width),calc(100% - 32px));margin:0 auto}


.utility-bar{background:var(--surface);color:var(--brand-muted);font-size:.9rem}
.utility-bar .container{display:flex;justify-content:flex-end;align-items:center;gap:24px;padding:9px 0;font-weight:600;text-align:right}
.utility-bar a:hover,.utility-bar a:focus{color:var(--brand-blue);text-decoration:underline;text-underline-offset:3px}
.utility-item{position:relative}


.translation-menu{
  position:relative;
}

.translation-trigger{
  display:inline-flex;
  align-items:center;
  gap:5px;
  border:0;
  background:transparent;
  color:var(--brand-muted);
  padding:0;
  font:inherit;
  font-weight:600;
  cursor:pointer;
  white-space:nowrap;
}

.translation-trigger:hover,
.translation-trigger:focus,
.translation-menu.open .translation-trigger{
  color:var(--brand-blue);
  text-decoration:underline;
  text-underline-offset:3px;
}

.translation-trigger svg{
  width:14px;
  height:14px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.translation-panel{
  display:none;
  position:absolute;
  top:calc(100% + 10px);
  right:0;
  z-index:150;
  min-width:220px;
  padding:10px;
  background:var(--surface);
  border:1px solid var(--border);
  border-radius:var(--radius);
  box-shadow:0 12px 28px rgba(15,45,64,.14);
  text-align:left;
}

.translation-menu.open .translation-panel{
  display:block;
}

.translation-panel a{
  display:block;
  padding:9px 10px;
  border-radius:6px;
  color:var(--brand-text);
  font-weight:600;
}

.translation-panel a:hover,
.translation-panel a:focus{
  background:var(--brand-light);
  color:var(--brand-blue);
  text-decoration:none;
}

.accessibility-trigger{display:inline-flex;align-items:center;gap:4px;border:0;background:transparent;color:var(--brand-muted);font:inherit;font-weight:600;padding:0;cursor:pointer}
.accessibility-trigger:hover,.accessibility-trigger:focus,.utility-item.open .accessibility-trigger{color:var(--brand-blue);text-decoration:underline;text-underline-offset:3px}
.accessibility-trigger svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.utility-item.open .accessibility-trigger .plus-line{opacity:0}
.accessibility-panel{display:none;position:absolute;top:calc(100% + 10px);right:0;width:325px;padding:22px 18px 24px;background:var(--surface);border:1px solid var(--border);box-shadow:0 12px 28px rgba(15,45,64,.14);color:var(--brand-text);z-index:150;text-align:left}
.utility-item.open .accessibility-panel{display:block}
.accessibility-panel h3{margin:0 0 12px;color:#111;font-size:1.05rem}
.accessibility-options{display:flex;gap:14px;margin-bottom:28px;flex-wrap:wrap}
.accessibility-options button{border:0;border-bottom:3px solid transparent;background:transparent;color:var(--brand-blue);padding:0 0 6px;font:inherit;font-weight:600;cursor:pointer}
.accessibility-options button:hover,.accessibility-options button:focus,.accessibility-options button.active{border-bottom-color:var(--brand-blue)}
.accessibility-message{margin:0;color:#39434d;font-size:1rem;line-height:1.75}


.site-header{
  background:var(--surface);
  border-bottom:0;
  position:sticky;
  top:0;
  z-index:100;
  box-shadow:0 4px 18px rgba(0,0,0,.04);
}


.site-header::after{
  content:"";
  display:block;
  height:8px;
  background:linear-gradient(90deg,#0276e8 0%,#0256a4 100%);
}
.main-header{position:relative;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 0 20px}
.logo{display:inline-flex;align-items:center;flex-shrink:0}
.logo img{width:210px;height:auto;display:block}
.nav-wrap{flex:1;display:flex;justify-content:flex-end;min-width:0;margin-left:auto}
.main-nav{display:flex;align-items:center;justify-content:flex-end;gap:0;margin-left:auto}
.nav-item{position:static;border-left:1px solid var(--border)}
.nav-item:first-child{border-left:0}
.nav-link{display:inline-flex;align-items:center;padding:17px 20px;color:#000;font-weight:600;font-size:1.08rem;letter-spacing:.01em;white-space:nowrap;border-radius:0}
.nav-item:last-child .nav-link{padding-right:14px}
.nav-link:hover,.nav-item:hover>.nav-link,.nav-item:focus-within>.nav-link{background:transparent;color:var(--brand-blue)}
.nav-item:hover .mega,.nav-item:focus-within .mega{display:block}


.mega{display:none;position:absolute;left:0;right:0;top:100%;z-index:110;padding:0 0 24px}
.mega:before{content:"";position:absolute;left:0;right:0;top:-28px;height:28px;background:transparent}
.mega-inner{
  position:relative;
  width:100%;
  background:var(--surface);
  border:1px solid var(--border);
  border-top:0;
  border-radius:0 0 18px 18px;
  box-shadow:0 18px 45px rgba(15,45,64,.14);
  overflow:hidden;
}


.mega-inner::before{
  content:"";
  display:block;
  height:8px;
  background:linear-gradient(90deg,#0276e8 0%,#0256a4 100%);
}

.mega-header{padding:18px 24px;background:#f2f2f2;border-bottom:1px solid var(--border)}
.mega-header p{margin:0;color:var(--brand-muted);max-width:850px;font-size:1rem;font-weight:600;line-height:1.5}
.mega-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;padding:24px}
.section-link{display:block;width:100%;margin-bottom:14px;padding:4px 0 12px;background:transparent;color:#000;font-size:1.08rem;font-weight:600;line-height:1.25;border-bottom:1px solid var(--border)}
.section-link:hover,.section-link:focus{background:transparent;color:var(--brand-blue);text-decoration:none}
.sub-links{list-style:none;margin:0;padding:0}
.sub-links li{margin:0 0 9px}

.sub-links a{color:#606060;font-size:.92rem;font-weight:600;line-height:1.45;display:inline-block;transition:transform .18s ease,color .18s ease}
.sub-links a:hover{color:#0a6ed1;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:2px;transform:translateX(8px)}


.header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}
.search-toggle{display:inline-grid;place-items:center;width:44px;height:44px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;color:#000;cursor:pointer;transition:color .18s ease,border-color .18s ease,background .18s ease}
.search-toggle:hover,.search-toggle:focus,.search-toggle.active{color:var(--brand-blue);border-color:var(--brand-blue);background:#fff}
.search-toggle svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}
.header-search-panel{display:none;position:absolute;left:0;right:0;top:calc(100% - 1px);z-index:115;background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border);box-shadow:0 14px 28px rgba(15,45,64,.12)}
.header-search-panel.open{display:block}
.header-search-inner{width:min(var(--max-width),calc(100% - 32px));margin:0 auto;padding:18px 0;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}
.header-search-inner input{width:100%;border:1px solid var(--border);border-radius:var(--radius);padding:15px 16px;font-size:1rem;color:var(--brand-text)}
.header-search-submit{display:grid;place-items:center;width:54px;height:52px;border:0;border-radius:var(--radius);background:var(--brand-blue);color:#fff;cursor:pointer}
.header-search-submit:hover,.header-search-submit:focus{background:var(--brand-blue-dark)}
.header-search-submit svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}


body.homepage .header-actions .search-toggle{
  display:none;
}


.search-toggle{
  background:var(--brand-blue);
  color:#ffffff;
  border-color:var(--brand-blue);
}

.search-toggle:hover,
.search-toggle:focus,
.search-toggle.active{
  background:var(--brand-blue-dark);
  color:#ffffff;
  border-color:var(--brand-blue-dark);
}


.mobile-toggle{display:none;align-items:center;gap:10px;background:var(--brand-blue);color:#fff;border:0;border-radius:var(--radius);padding:12px 14px;font-weight:600;cursor:pointer}
.mobile-toggle svg{width:20px;height:20px}
.mobile-backdrop{display:none;position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:90}
body.menu-open .mobile-backdrop{display:block}


body.text-large,
body.text-large input,
body.text-large button,
body.text-large textarea,
body.text-large select{font-size:110%}

body.text-xlarge,
body.text-xlarge input,
body.text-xlarge button,
body.text-xlarge textarea,
body.text-xlarge select{font-size:122%}

body.high-contrast{--brand-blue:#003b78;--brand-blue-dark:#001f3f;--brand-light:#f2f2f2;--brand-text:#000;--brand-muted:#222;--page-bg:#fff;--surface:#fff;--border:#000;--shadow:none;color:#000;background:#fff}
body.high-contrast .utility-bar,
body.high-contrast .site-header,
body.high-contrast .accessibility-panel,
body.high-contrast .translation-panel,
body.high-contrast .mega-inner,
body.high-contrast .header-search-panel{background:#fff!important;color:#000!important;border-color:#000!important;box-shadow:none!important}
body.high-contrast .mega-inner::before{background:#000!important}
body.high-contrast .nav-link,
body.high-contrast .accessibility-message{color:#000!important}
body.high-contrast a:not(.section-link),
body.high-contrast .accessibility-trigger,
body.high-contrast .accessibility-options button,
body.high-contrast .search-toggle{color:#003b78!important}
body.high-contrast .section-link,
body.high-contrast .header-search-submit{background:#001f3f!important;color:#fff!important}
body.high-contrast a:focus,
body.high-contrast button:focus,
body.high-contrast input:focus{outline:3px solid #000!important;outline-offset:3px}

@media(max-width:1100px){
  .main-header{gap:16px}
  .nav-link{padding:15px 13px;font-size:1rem}
  .mega-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:900px){
  .utility-bar .container{justify-content:flex-end;flex-wrap:nowrap;text-align:right;gap:12px;font-size:.82rem;white-space:nowrap}
  .mobile-toggle{display:inline-flex}
  .search-toggle{width:42px;height:42px}
  
  .logo img{width:168px}
  .header-actions{margin-left:auto}
  .header-search-inner{grid-template-columns:1fr auto;padding:14px 0}

  .nav-wrap{position:fixed;top:0;right:0;bottom:0;width:min(86vw,380px);transform:translateX(100%);transition:transform .25s ease;z-index:100;overflow-y:auto;box-shadow:-10px 0 30px rgba(0,0,0,.18);background:var(--brand-blue);display:block}
  body.menu-open .nav-wrap{transform:translateX(0)}
  .main-nav{display:block;width:100%;padding:14px 0 24px}
  .nav-item{border-left:0;border-bottom:1px solid rgba(255,255,255,.18)}
  .nav-link{display:flex;width:100%;justify-content:space-between;align-items:center;padding:16px 18px;color:#fff;border-radius:0}
  .nav-link::after{content:'+';font-size:1.4rem;font-weight:600;line-height:1;margin-left:18px}
  .nav-item.mobile-open>.nav-link::after{content:'−'}
  .nav-link:hover,.nav-item:hover>.nav-link,.nav-item:focus-within>.nav-link{background:#0a6ed1;color:#fff}
  .nav-item:hover .mega,.nav-item:focus-within .mega{display:none}
  .nav-item.mobile-open .mega{display:block}
  .mega{position:static;padding:0 0 12px}
  .mega:before{display:none}
  .mega-inner{width:100%;border-radius:0;box-shadow:none;border:0}
  .mega-header{display:none}
  .mega-grid{grid-template-columns:1fr;gap:18px;padding:18px}
}


:root{
  --brand-blue:#0256a4;
  --brand-blue-dark:#014785;
  --white:#ffffff;
  --max-width:1180px;
  --font-primary:"myriad-pro",Arial,Helvetica,sans-serif;
  --radius:10px;
}


.site-footer{
  background:var(--brand-blue-dark);
  color:#fff;
  padding:48px 0 24px;
}


.footer-grid{
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr 1fr 1fr;
  gap:34px;
  margin-bottom:34px;
}


.footer-brand p{
  margin:0;
  color:rgba(255,255,255,.84);
  max-width:320px;
}

.footer-brand > p:first-child strong{
  color:#fff;
  font-weight:600;
}

.footer-contact-details{
  margin-top:16px!important;
  line-height:1.55;
}

.footer-contact-details strong{
  color:#fff;
}


.site-footer h3{
  margin:0 0 14px;
  font-size:1rem;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.site-footer ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:9px;
}

.site-footer a{
  color:rgba(255,255,255,.84);
  font-weight:600;
}

.site-footer a:hover,
.site-footer a:focus{
  color:#fff;
  text-decoration:underline;
  text-underline-offset:4px;
}


.social-list{
  gap:11px;
}

.social-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
}

.social-icon{
  width:28px;
  height:28px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.32);
  display:inline-grid;
  place-items:center;
  flex-shrink:0;
  transition:background .18s ease,border-color .18s ease;
}

.social-icon svg{
  width:16px;
  height:16px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.social-link:hover .social-icon,
.social-link:focus .social-icon{
  background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.7);
}


.footer-bottom{
  border-top:1px solid rgba(255,255,255,.22);
  padding-top:18px;
  display:flex;
  justify-content:space-between;
  gap:20px;
  color:rgba(255,255,255,.76);
  font-size:.9rem;
}

.footer-legal{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}


@media(max-width:900px){
  .footer-grid{grid-template-columns:repeat(2,1fr)}
  .footer-brand{grid-column:1 / -1}
  .footer-bottom{flex-direction:column}
}

@media(max-width:560px){
  
  .footer-grid{grid-template-columns:repeat(2,1fr)}
  .footer-brand{grid-column:1 / -1}
}


.top-links-grid .top-link-card {
  border-right: 1px solid var(--border) !important;
}

.top-links-grid .top-link-card:last-child {
  border-right: 0 !important;
}

@media(max-width:900px){
  .top-links-grid .top-link-card {
    border-right: 1px solid var(--border) !important;
    border-bottom: 1px solid var(--border);
  }

  .top-links-grid .top-link-card:nth-child(2n) {
    border-right: 0 !important;
  }

  .top-links-grid .top-link-card:last-child {
    border-right: 0 !important;
  }
}

@media(max-width:560px){
  .top-links-grid .top-link-card {
    border-right: 0 !important;
  }
}


@media(max-width:390px){
  
  .utility-bar .container{flex-wrap:wrap;gap:8px 12px;font-size:.8rem}
}


@media (max-width: 1100px) {
  .top-links-strip {
    width: min(var(--max-width), calc(100% - 32px));
    padding: 32px 0 18px;
  }

  .top-links-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .top-links-grid .top-link-card:nth-child(3n) {
    border-right: 0 !important;
  }

  .top-links-grid .top-link-card:nth-child(n+4) {
    border-top: 1px solid var(--border);
  }

  .promo-grid {
    grid-template-columns: 1fr;
  }

  .promo-card.tall {
    height: 340px;
  }

  .promo-right {
    grid-template-rows: auto;
  }

  .promo-card,
  .promo-card.wide {
    height: 280px;
  }

  .news-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


@media (max-width: 900px) {
  .hero {
    min-height: 340px;
    background-position: center;
  }

  .hero-content {
    max-width: 100%;
    padding: 36px 0;
  }

  .hero h1 {
    max-width: 680px;
    margin-bottom: 24px;
    font-size: clamp(1.9rem, 6vw, 2.8rem);
  }

  .search-panel {
    width: 100%;
    max-width: 680px;
  }

  .top-links-strip {
    padding: 28px 0 16px;
  }

  .top-link-card {
    min-height: 145px;
    padding: 16px 12px;
  }

  .top-link-icon {
    width: 86px;
    height: 86px;
  }

  .top-link-icon img,
  .top-link-icon svg {
    width: 58px;
    height: 58px;
  }

  .featured-updates {
    padding: 28px 0 50px;
  }

  .promo-bottom {
    grid-template-columns: 1fr;
  }

  .promo-card,
  .promo-card.tall,
  .promo-card.wide {
    height: 260px;
  }

  .have-your-say {
    padding: 50px 0;
  }

  .engagement-panel {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .engagement-copy {
    padding: 32px;
  }

  .engagement-image {
    min-height: 260px;
  }
}


@media (max-width: 640px) {
  .hero {
    min-height: 420px;
  }
  .hero-dots{
    bottom:14px;
  }


  .hero h1 {
    margin-bottom: 18px;
    font-size: clamp(1.45rem, 6.2vw, 2rem);
    line-height: 1.08;
  }

  .search-panel {
    flex-direction: column;
    gap: 10px;
    padding: 10px;
  }

  .search-panel input {
    width: 100%;
    min-height: 50px;
  }

  .search-panel .button {
    width: 100%;
    min-height: 50px;
  }

  .top-links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .top-links-grid .top-link-card {
    border-right: 1px solid var(--border) !important;
    border-bottom: 1px solid var(--border);
  }

  .top-links-grid .top-link-card:nth-child(2n) {
    border-right: 0 !important;
  }

  .top-links-grid .top-link-card:nth-child(3n) {
    border-right: 1px solid var(--border) !important;
  }

  .top-links-grid .top-link-card:last-child {
    border-right: 0 !important;
  }

  .promo-card,
  .promo-card.tall,
  .promo-card.wide {
    height: 240px;
  }

  .promo-title {
    padding: 16px 18px;
  }

  .section-header {
    display: block;
  }

  .section-header h2 {
    margin-bottom: 10px;
  }

  .news-list {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 420px) {
  .top-links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .top-links-grid .top-link-card {
    border-right: 1px solid var(--border) !important;
    border-bottom: 1px solid var(--border);
  }

  .top-links-grid .top-link-card:nth-child(2n) {
    border-right: 0 !important;
  }

  .top-links-grid .top-link-card:nth-child(3n) {
    border-right: 1px solid var(--border) !important;
  }

  .top-links-grid .top-link-card:last-child {
    border-right: 0 !important;
  }

  
  .hero h1 {
    font-size: clamp(1.3rem, 6vw, 1.65rem);
    line-height: 1.1;
    margin-bottom: 16px;
  }
}


body,
p,
li,
span,
a,
input,
select,
textarea,
button,
.section-label,
.news-date,
.news-card p,
.engagement-copy p,
.top-link-card h2,
.promo-title,
.accessibility-message,
.translation-panel a{
  font-weight:400 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
.button,
.nav-link,
.section-link,
.translation-trigger,
.accessibility-trigger,
.search-toggle,
.mobile-toggle,
.header-search-submit,
.search-panel .button,
.site-footer h3,
.site-footer a,
.footer-brand strong,
.footer-contact-details strong,
.news-card h3,
.section-header a{
  font-weight:600 !important;
}


.mega-header p{
  font-weight:400 !important;
}

.sub-links a{
  font-weight:400 !important;
}

.section-link,
.nav-link{
  font-weight:600 !important;
}


.promo-title{
  font-weight:600 !important;
}


@media(min-width:1101px){
  :root{
    --max-width:1400px;
  }

  .container,
  .section-label,
  .top-links-strip{
    width:min(1400px,calc(100% - 48px)) !important;
    max-width:1400px !important;
  }
}


@media(max-width:1100px){
  .container,
  .section-label{
    width:min(var(--max-width),calc(100% - 32px)) !important;
  }
}


.emergency-notice{display:none;background:#1d1d1d;color:#fff;border-bottom:1px solid rgba(255,255,255,.18)}
body.has-emergency-notice .emergency-notice{display:block}
.emergency-notice-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 0}
.emergency-notice-label{display:inline-flex;align-items:center;gap:8px;font-weight:600!important;text-transform:uppercase;letter-spacing:.055em;font-size:.88rem}
.emergency-notice-label::before{content:"!";display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#fff;color:#1d1d1d;font-weight:600}
.emergency-notice-link{color:#fff;font-weight:400!important;text-decoration:underline;text-underline-offset:3px}
.emergency-notice-link:hover,.emergency-notice-link:focus{color:#fff;text-decoration-thickness:2px}


.main-nav .nav-link{text-transform:uppercase!important;letter-spacing:.045em!important;font-size:1rem!important}


.news-section{padding:64px 0;background:var(--surface)}
.news-section + .news-section{padding-top:20px}
.public-notices{background:#f2f2f2}
.notice-list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.notice-card{padding:24px;border-radius:var(--radius);background:#fff;border:1px solid var(--border);border-left:5px solid var(--brand-blue);box-shadow:0 4px 18px rgba(2,86,164,.06);transition:transform .18s ease,box-shadow .18s ease}
.notice-card:hover,.notice-card:focus-within{transform:translateY(-3px);box-shadow:0 10px 24px rgba(2,86,164,.12)}
.notice-card h3{margin:0 0 10px;color:var(--brand-blue-dark);font-size:1.25rem;line-height:1.2;font-weight:600!important}
.notice-card p{margin:0 0 18px;color:var(--brand-muted);font-weight:400!important}
.notice-card a{color:var(--brand-blue);font-weight:600!important}
.notice-card a:hover,.notice-card a:focus{color:var(--brand-blue-dark);text-decoration:underline;text-underline-offset:4px}

body.high-contrast .emergency-notice{background:#000!important;color:#fff!important;border-color:#fff!important}
body.high-contrast .emergency-notice *{color:#fff!important}
body.high-contrast .emergency-notice-label::before{background:#fff!important;color:#000!important}
body.high-contrast .public-notices,body.high-contrast .notice-card{background:#fff!important;color:#000!important;border-color:#000!important;box-shadow:none!important}

@media(max-width:900px){
  .emergency-notice-inner{align-items:flex-start;flex-direction:column;gap:6px;padding:10px 0 12px}
  .main-nav .nav-link{font-size:.98rem!important;letter-spacing:.035em!important}
  .notice-list{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .news-section{padding:50px 0}
  .news-section + .news-section{padding-top:10px}
  .notice-list{grid-template-columns:1fr}
}


.emergency-notice{
  background:#d94f00 !important;
  color:#ffffff !important;
  border-bottom:0 !important;
}

.emergency-notice-label::before{
  background:#ffffff !important;
  color:#d94f00 !important;
}

.emergency-notice-link{
  color:#ffffff !important;
}

.emergency-notice-link:hover,
.emergency-notice-link:focus{
  color:#ffffff !important;
  text-decoration-thickness:2px;
}

body.high-contrast .emergency-notice{
  background:#000000 !important;
  border-bottom:2px solid #ffffff !important;
}

body.high-contrast .emergency-notice-label::before{
  background:#ffffff !important;
  color:#000000 !important;
}


.top-link-card h2{
  font-weight:600 !important;
}


.emergency-notice{
  background:#ffa201 !important;
  color:#1d1d1d !important;
  border-bottom:0 !important;
}

.emergency-notice-inner{
  overflow:hidden;
}

.emergency-notice-label{
  color:#1d1d1d !important;
  flex:0 0 auto;
}

.emergency-notice-label::before{
  background:#1d1d1d !important;
  color:#ffa201 !important;
}

.emergency-marquee{
  flex:1 1 auto;
  overflow:hidden;
  min-width:0;
  white-space:nowrap;
}

.emergency-marquee-track{
  display:inline-flex;
  gap:56px;
  min-width:max-content;
  animation:emergencyMarquee 24s linear infinite;
}

.emergency-marquee-track span{
  color:#1d1d1d !important;
  font-weight:600 !important;
}

@keyframes emergencyMarquee{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

.emergency-notice:hover .emergency-marquee-track,
.emergency-notice:focus-within .emergency-marquee-track{
  animation-play-state:paused;
}

.visually-hidden-emergency{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}

@media(prefers-reduced-motion:reduce){
  .emergency-marquee-track{
    animation:none !important;
    transform:none !important;
  }
}

body.high-contrast .emergency-notice{
  background:#000000 !important;
  color:#ffffff !important;
  border-bottom:2px solid #ffffff !important;
}

body.high-contrast .emergency-notice-label,
body.high-contrast .emergency-marquee-track span{
  color:#ffffff !important;
}

body.high-contrast .emergency-notice-label::before{
  background:#ffffff !important;
  color:#000000 !important;
}


@media(min-width:901px){
  .main-nav .nav-link{
    font-size:1.08rem !important;
  }

  .main-nav .nav-item:last-child .nav-link{
    padding-right:0 !important;
  }
}


@media(min-width:901px){
  .main-nav .nav-item{
    position:relative !important;
  }

  .main-nav .nav-item::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:-20px;
    height:8px;
    background:var(--brand-blue);
    opacity:0;
    pointer-events:none;
    transition:opacity .16s ease;
  }

  .main-nav .nav-item:hover::after,
  .main-nav .nav-item:focus-within::after,
  .main-nav .nav-item.active::after{
    opacity:1;
  }
}


@media(min-width:901px){
  .main-header{
    align-items:stretch !important;
  }

  .main-nav{
    align-items:stretch !important;
  }

  .main-nav .nav-item{
    position:relative !important;
    display:flex !important;
    align-items:stretch !important;
  }

  .main-nav .nav-link{
    position:relative !important;
    display:flex !important;
    align-items:center !important;
  }

  .main-nav .nav-link::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:-20px;
    height:8px;
    background:var(--brand-blue);
    opacity:0;
    pointer-events:none;
    z-index:5;
    transition:opacity .16s ease;
  }

  .main-nav .nav-item:hover > .nav-link::after,
  .main-nav .nav-item:focus-within > .nav-link::after,
  .main-nav .nav-item.active > .nav-link::after{
    opacity:1;
  }

  
  .main-nav .nav-item::after{
    display:none !important;
  }
}


@media(min-width:901px){
  .main-header{
    align-items:center !important;
  }

  .main-nav{
    align-items:center !important;
  }

  .main-nav .nav-item{
    position:static !important;
    display:block !important;
  }

  .main-nav .nav-link{
    position:relative !important;
    display:inline-flex !important;
    align-items:center !important;
    box-shadow:inset 0 0 0 0 var(--brand-blue);
    transition:color .18s ease, box-shadow .16s ease;
  }

  .main-nav .nav-item:hover > .nav-link,
  .main-nav .nav-item:focus-within > .nav-link,
  .main-nav .nav-item.active > .nav-link{
    box-shadow:inset 0 -8px 0 0 var(--brand-blue);
  }

  .main-nav .nav-link::after,
  .main-nav .nav-item::after{
    display:none !important;
    content:none !important;
  }

  .mega{
    left:0 !important;
    right:0 !important;
    width:100% !important;
  }
}


@media(min-width:901px){
  .main-nav .nav-link{
    box-shadow:none !important;
  }

  .main-nav .nav-item:hover > .nav-link,
  .main-nav .nav-item:focus-within > .nav-link,
  .main-nav .nav-item.active > .nav-link{
    box-shadow:inset 0 -8px 0 0 var(--brand-blue), 0 20px 0 0 var(--brand-blue) !important;
  }
}


@media(min-width:901px){
  .main-nav .nav-link{
    box-shadow:none !important;
    border-bottom:8px solid transparent !important;
    margin-bottom:-8px !important;
  }

  .main-nav .nav-item:hover > .nav-link,
  .main-nav .nav-item:focus-within > .nav-link,
  .main-nav .nav-item.active > .nav-link{
    box-shadow:none !important;
    border-bottom-color:var(--brand-blue) !important;
  }
}


@media(min-width:901px){
  .main-nav .nav-link{
    border-bottom:0 !important;
    margin-bottom:0 !important;
    box-shadow:none !important;
    position:relative !important;
  }

  .main-nav .nav-link::before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:-16px;
    height:8px;
    background:var(--brand-blue);
    opacity:0;
    pointer-events:none;
    transition:opacity .16s ease;
  }

  .main-nav .nav-item:hover > .nav-link,
  .main-nav .nav-item:focus-within > .nav-link,
  .main-nav .nav-item.active > .nav-link{
    border-bottom-color:transparent !important;
    box-shadow:none !important;
  }

  .main-nav .nav-item:hover > .nav-link::before,
  .main-nav .nav-item:focus-within > .nav-link::before,
  .main-nav .nav-item.active > .nav-link::before{
    opacity:1;
  }
}


@media(min-width:901px){
  .main-nav .nav-link::before{
    bottom:-24px !important;
    height:8px !important;
  }
}


@media(min-width:901px){
  .main-nav .nav-item:last-child .nav-link{
    padding-right:0 !important;
    margin-right:-19px !important;
  }
}


.site-footer{
  background:#014785 !important;
  color:#ffffff !important;
}

.site-footer,
.site-footer *{
  color:#ffffff;
}

.site-footer a{
  color:rgba(255,255,255,.88) !important;
}

.site-footer a:hover,
.site-footer a:focus{
  color:#ffffff !important;
  text-decoration:underline;
  text-underline-offset:4px;
}

.site-footer .footer-bottom{
  color:rgba(255,255,255,.78) !important;
  border-top-color:rgba(255,255,255,.24) !important;
}


@media(min-width:901px){
  .mega .sub-links a{
    font-size:1rem !important;
    line-height:1.5 !important;
  }

  .mega .sub-links li{
    margin-bottom:10px !important;
  }
}


.updates-hub{
  padding:70px 0;
  background:#ffffff;
}

.updates-hub-header{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:28px;
  margin-bottom:28px;
}

.updates-kicker{
  display:block;
  margin-bottom:8px;
  color:var(--brand-muted);
  font-size:.82rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:600 !important;
}

.updates-hub-header h2{
  margin:0 0 8px;
  color:var(--brand-blue-dark);
  font-size:clamp(1.9rem,3vw,2.65rem);
  line-height:1.08;
  font-weight:600 !important;
}

.updates-hub-header p{
  margin:0;
  max-width:680px;
  color:var(--brand-muted);
  font-weight:400 !important;
}

.updates-hub-grid{
  display:grid;
  grid-template-columns:1.35fr .9fr;
  gap:26px;
  align-items:stretch;
}

.town-news-panel,
.public-notices-panel{
  min-width:0;
}

.updates-panel-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  margin-bottom:16px;
  padding-bottom:12px;
  border-bottom:1px solid var(--border);
}

.updates-panel-header h3{
  margin:0;
  color:var(--brand-blue-dark);
  font-size:1.35rem;
  line-height:1.15;
  font-weight:600 !important;
}

.updates-panel-header a{
  color:var(--brand-blue);
  font-weight:600 !important;
  white-space:nowrap;
}

.updates-panel-header a:hover,
.updates-panel-header a:focus{
  color:var(--brand-blue-dark);
  text-decoration:underline;
  text-underline-offset:4px;
}

.featured-news-card{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  min-height:310px;
  overflow:hidden;
  background:#ffffff;
  border:1px solid var(--border);
  border-radius:var(--radius);
  box-shadow:0 8px 22px rgba(2,86,164,.08);
}

.featured-news-image{
  min-height:310px;
  background:url('images/landing page/featured items/news.jpg?auto=format&fit=crop&w=900&q=80') center/cover no-repeat;
}

.featured-news-content{
  padding:28px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.featured-news-content h4{
  margin:0 0 10px;
  color:var(--brand-blue-dark);
  font-size:clamp(1.45rem,2.2vw,2rem);
  line-height:1.08;
  font-weight:600 !important;
}

.featured-news-content p{
  margin:0 0 18px;
  color:var(--brand-muted);
  font-weight:400 !important;
}

.featured-news-content span{
  color:var(--brand-blue);
  font-weight:600 !important;
}

.mini-news-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin-top:16px;
}

.mini-news-item{
  display:block;
  padding:20px;
  background:#ffffff;
  border:1px solid var(--border);
  border-radius:var(--radius);
  transition:transform .18s ease,border-color .18s ease;
}

.mini-news-item strong{
  display:block;
  margin-bottom:7px;
  color:var(--brand-blue-dark);
  font-size:1.08rem;
  line-height:1.2;
  font-weight:600 !important;
}

.mini-news-item span{
  display:block;
  color:var(--brand-muted);
  font-weight:400 !important;
}

.featured-news-card:hover,
.featured-news-card:focus,
.mini-news-item:hover,
.mini-news-item:focus,
.notice-rail-item:hover,
.notice-rail-item:focus{
  transform:translateY(-2px);
  border-color:var(--brand-blue);
}

.notice-rail{
  display:grid;
  gap:14px;
  padding:22px;
  background:#f2f2f2;
  border-radius:var(--radius);
  border:1px solid var(--border);
}

.notice-rail-item{
  display:grid;
  grid-template-columns:64px 1fr;
  gap:16px;
  align-items:start;
  padding:18px;
  background:#ffffff;
  border:1px solid var(--border);
  border-radius:var(--radius);
  transition:transform .18s ease,border-color .18s ease;
}

.notice-date-box{
  display:grid;
  place-items:center;
  min-height:64px;
  border-radius:8px;
  background:var(--brand-blue);
  color:#ffffff;
  text-align:center;
}

.notice-date-box span{
  display:block;
  color:#ffffff;
  font-size:.78rem;
  line-height:1;
  text-transform:uppercase;
  font-weight:400 !important;
}

.notice-date-box strong{
  display:block;
  color:#ffffff;
  font-size:1.55rem;
  line-height:1;
  font-weight:600 !important;
}

.notice-rail-item h4{
  margin:0 0 6px;
  color:var(--brand-blue-dark);
  font-size:1.08rem;
  line-height:1.2;
  font-weight:600 !important;
}

.notice-rail-item p{
  margin:0;
  color:var(--brand-muted);
  font-weight:400 !important;
}

body.high-contrast .updates-hub,
body.high-contrast .featured-news-card,
body.high-contrast .mini-news-item,
body.high-contrast .notice-rail,
body.high-contrast .notice-rail-item{
  background:#ffffff !important;
  color:#000000 !important;
  border-color:#000000 !important;
  box-shadow:none !important;
}

body.high-contrast .notice-date-box{
  background:#000000 !important;
  color:#ffffff !important;
}

@media(max-width:980px){
  .updates-hub-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:760px){
  .updates-hub{
    padding:54px 0;
  }

  .updates-hub-header{
    display:block;
  }

  .updates-panel-header{
    display:block;
  }

  .updates-panel-header a{
    display:inline-block;
    margin-top:8px;
  }

  .featured-news-card{
    grid-template-columns:1fr;
  }

  .featured-news-image{
    min-height:220px;
  }

  .mini-news-list{
    grid-template-columns:1fr;
  }

  .notice-rail{
    padding:16px;
  }
}


.news-events-section{
  padding:64px 0 70px;
  background:#ffffff;
}

.visually-hidden-section-title{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}

.news-events-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:64px;
  align-items:start;
}

.list-panel-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding-bottom:16px;
  border-bottom:1px solid #cfcfcf;
}

.list-panel-title{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}

.list-panel-title svg{
  width:34px;
  height:34px;
  flex:0 0 34px;
  fill:none;
  stroke:#333333;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.list-panel-title h3{
  margin:0;
  color:#2f2f2f;
  font-size:clamp(1.7rem,2.2vw,2.15rem);
  line-height:1.1;
  font-weight:600 !important;
}

.list-panel-header a{
  color:var(--brand-blue);
  font-size:1.05rem;
  font-weight:600 !important;
  white-space:nowrap;
}

.list-panel-header a:hover,
.list-panel-header a:focus{
  color:var(--brand-blue-dark);
  text-decoration:underline;
  text-underline-offset:4px;
}

.simple-list{
  display:grid;
}

.simple-list-row,
.event-list-row{
  display:grid;
  align-items:center;
  min-height:82px;
  gap:18px;
  border-bottom:1px solid #cfcfcf;
  color:inherit;
}

.simple-list-row{
  grid-template-columns:minmax(0,1fr) auto;
}

.event-list-row{
  grid-template-columns:60px minmax(0,1fr) auto;
}

.simple-list-title,
.event-list-title{
  min-width:0;
  color:var(--brand-blue);
  font-size:clamp(1.05rem,1.35vw,1.34rem);
  line-height:1.18;
  font-weight:600 !important;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.simple-list-meta{
  color:#777777;
  font-size:clamp(1rem,1.2vw,1.25rem);
  line-height:1.2;
  font-weight:400 !important;
  white-space:nowrap;
}

.event-date-box{
  width:56px;
  min-height:64px;
  display:grid;
  place-items:center;
  align-content:center;
  background:#e7f2fb;
  color:var(--brand-blue-dark);
  text-align:center;
}

.event-date-box span{
  display:block;
  color:var(--brand-blue-dark);
  font-size:.72rem;
  line-height:1;
  text-transform:uppercase;
  font-weight:600 !important;
}

.event-date-box strong{
  display:block;
  color:var(--brand-blue-dark);
  font-size:1.55rem;
  line-height:1.05;
  font-weight:600 !important;
}

.simple-list-row:hover .simple-list-title,
.simple-list-row:focus .simple-list-title,
.event-list-row:hover .event-list-title,
.event-list-row:focus .event-list-title{
  color:var(--brand-blue-dark);
  text-decoration:underline;
  text-underline-offset:4px;
}

body.high-contrast .news-events-section,
body.high-contrast .event-date-box{
  background:#ffffff !important;
  color:#000000 !important;
}

body.high-contrast .list-panel-header,
body.high-contrast .simple-list-row,
body.high-contrast .event-list-row{
  border-color:#000000 !important;
}

body.high-contrast .list-panel-title svg{
  stroke:#000000 !important;
}

@media(max-width:980px){
  .news-events-grid{
    grid-template-columns:1fr;
    gap:44px;
  }
}

@media(max-width:640px){
  .news-events-section{
    padding:54px 0 60px;
  }

  .list-panel-header{
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
  }

  .simple-list-row{
    grid-template-columns:1fr;
    gap:8px;
    padding:18px 0;
  }

  .event-list-row{
    grid-template-columns:56px 1fr;
    gap:14px;
    padding:14px 0;
  }

  .event-list-row .simple-list-meta{
    grid-column:2;
    margin-top:-8px;
  }

  .simple-list-title,
  .event-list-title{
    white-space:normal;
  }
}


.top-link-icon{
  transition:transform .22s ease, filter .22s ease !important;
}

.top-link-card:hover .top-link-icon,
.top-link-card:focus-within .top-link-icon,
.top-link-icon:hover,
.top-link-icon:focus{
  transform:translateY(-8px) scale(1.08) !important;
  filter:drop-shadow(0 8px 10px rgba(2,86,164,.18));
}

.top-link-card:hover h2,
.top-link-card:focus-within h2{
  transform:translateY(-3px) !important;
}

@media(prefers-reduced-motion:reduce){
  .top-link-icon,
  .top-link-card h2{
    transition:none !important;
  }

  .top-link-card:hover .top-link-icon,
  .top-link-card:focus-within .top-link-icon,
  .top-link-icon:hover,
  .top-link-icon:focus,
  .top-link-card:hover h2,
  .top-link-card:focus-within h2{
    transform:none !important;
    filter:none !important;
  }
}


.emergency-notice{
  background:#014785 !important;
  color:#ffffff !important;
  border-bottom:0 !important;
}

.emergency-notice-label,
.emergency-marquee-track span,
.emergency-notice-link{
  color:#ffffff !important;
}

.emergency-notice-label::before{
  background:#ffffff !important;
  color:#014785 !important;
}

body.high-contrast .emergency-notice{
  background:#000000 !important;
  color:#ffffff !important;
  border-bottom:2px solid #ffffff !important;
}

body.high-contrast .emergency-notice-label::before{
  background:#ffffff !important;
  color:#000000 !important;
}


.hero h1{
  font-size:clamp(2.8rem,5.4vw,5.8rem) !important;
  line-height:.95 !important;
  letter-spacing:-.055em !important;
  max-width:980px !important;
}

@media(max-width:900px){
  .hero h1{
    font-size:clamp(2.4rem,8vw,4.25rem) !important;
    line-height:.98 !important;
  }
}

@media(max-width:640px){
  .hero h1{
    font-size:clamp(2.15rem,10vw,3.35rem) !important;
    line-height:1 !important;
  }
}


#townNewsHeading,
#eventsHeading,
.list-panel-title h3{
  color:#014785 !important;
}


@media(max-width:900px){
  .engagement-copy{
    text-align:center !important;
  }

  .engagement-copy p{
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .engagement-copy .button{
    display:inline-flex !important;
    justify-content:center !important;
    align-items:center !important;
    text-align:center !important;
  }
}

@media(max-width:640px){
  .engagement-copy{
    padding-left:24px !important;
    padding-right:24px !important;
  }

  .engagement-copy .button{
    width:auto !important;
    max-width:100% !important;
  }
}


@media(min-width:901px){
  .mega .sub-links a{
    font-size:1.08rem !important;
    line-height:1.55 !important;
  }

  .mega .sub-links li{
    margin-bottom:12px !important;
  }
}


@media(min-width:901px){
  .mega .sub-links a:hover,
  .mega .sub-links a:focus{
    font-weight:600 !important;
  }
}


.list-panel-title svg{
  stroke:#014785 !important;
}


.emergency-notice-label{
  text-transform:uppercase !important;
}

.emergency-marquee.emergency-notice-link{
  display:block;
  color:#ffffff !important;
  text-decoration:none !important;
}

.emergency-marquee.emergency-notice-link:hover,
.emergency-marquee.emergency-notice-link:focus{
  text-decoration:underline !important;
  text-underline-offset:4px;
}

.emergency-marquee.emergency-notice-link:focus{
  outline:3px solid #ffffff !important;
  outline-offset:3px;
}


.hero-video-slide video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}

@media(prefers-reduced-motion:reduce){
  .hero-video-slide video{
    display:none;
  }

  .hero-video-slide{
    background-image:url('images/landing page/banner images/banner-images-country-view.jpg?auto=format&fit=crop&w=1800&q=80');
    background-position:center;
    background-size:cover;
  }
}


body.homepage .header-actions .search-toggle{
  display:none !important;
}


@media(min-width:1101px){
  :root{
    --max-width:1400px;
  }

  .container,
  .section-label,
  .top-links-strip,
  .header-search-inner{
    width:min(1400px,calc(100% - 48px)) !important;
    max-width:1400px !important;
  }
}

@media(max-width:1100px){
  .container,
  .section-label,
  .header-search-inner{
    width:min(var(--max-width),calc(100% - 32px)) !important;
  }
}


@media(min-width:901px) and (max-width:1100px){
  .main-nav .nav-link{
    font-size:.92rem !important;
    letter-spacing:.025em !important;
    padding-left:10px !important;
    padding-right:10px !important;
  }

  .logo img{
    width:168px !important; 
  }

  .main-header{
    gap:14px !important;
  }
}


.main-nav .nav-link{
  text-transform:uppercase !important;
}

@media(min-width:901px){
  .main-nav .nav-item{
    position:static !important;
  }

  .main-nav .nav-link{
    position:relative !important;
  }

  .main-nav .nav-link::before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:-24px;
    height:8px;
    background:var(--brand-blue);
    opacity:0;
    pointer-events:none;
    transition:opacity .16s ease;
  }

  .main-nav .nav-item:hover > .nav-link::before,
  .main-nav .nav-item:focus-within > .nav-link::before,
  .main-nav .nav-item.active > .nav-link::before{
    opacity:1;
  }

  .mega{
    left:0 !important;
    right:0 !important;
    top:100% !important;
    width:100% !important;
  }

  .mega-inner{
    border:0 !important;
    box-shadow:0 18px 45px rgba(15,45,64,.14) !important;
  }

  .mega-inner::before{
    content:"";
    display:block;
    height:8px;
    background:linear-gradient(90deg,#0276e8 0%,#0256a4 100%);
  }

  .mega-header{
    background:#f2f2f2 !important;
    border-bottom:0 !important;
  }

  .mega .sub-links a{
    font-size:1.08rem !important;
    line-height:1.55 !important;
    font-weight:400 !important;
  }

  .mega .sub-links a:hover,
  .mega .sub-links a:focus{
    font-weight:600 !important;
  }

  .mega .sub-links li{
    margin-bottom:12px !important;
  }
}


@media(max-width:900px){
  .utility-item.accessibility-menu{
    position:relative !important;
  }

  .utility-item.accessibility-menu.open .accessibility-panel,
  .accessibility-menu.open .accessibility-panel{
    display:block !important;
  }

  .accessibility-panel{
    position:fixed !important;
    top:54px !important;
    left:16px !important;
    right:16px !important;
    width:auto !important;
    max-width:calc(100vw - 32px) !important;
    max-height:calc(100vh - 80px) !important;
    overflow:auto !important;
    z-index:9999 !important;
    padding:22px 20px 24px !important;
    background:#ffffff !important;
    white-space:normal !important;
    overflow-wrap:break-word !important;
  }

  .accessibility-panel h3,
  .accessibility-message{
    max-width:100% !important;
    white-space:normal !important;
  }

  .accessibility-options{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:14px 18px !important;
  }

  .accessibility-options button{
    white-space:nowrap !important;
  }
}

@media(max-width:420px){
  .accessibility-panel{
    top:58px !important;
    left:12px !important;
    right:12px !important;
    max-width:calc(100vw - 24px) !important;
    padding:20px 18px 22px !important;
  }
}


.site-header,
.site-header::after,
main,
.hero{
  margin-top:0 !important;
  margin-bottom:0 !important;
}

body.high-contrast .mega-inner{
  border:2px solid #000000 !important;
}


.hero h1{
  margin-bottom:56px !important;
}

@media(max-width:900px){
  .hero h1{
    margin-bottom:42px !important;
  }
}

@media(max-width:640px){
  .hero h1{
    margin-bottom:32px !important;
  }
}


.hero-search-typed-cursor{
  display:inline-block;
}


.mega-support-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  margin:0 24px 24px;
  padding:20px 22px;
  background:#f2f2f2;
  border-radius:var(--radius);
}

.mega-support-copy{
  min-width:0;
}

.mega-support-copy strong{
  display:block;
  margin-bottom:4px;
  color:var(--brand-blue-dark);
  font-size:1.08rem;
  line-height:1.2;
  font-weight:600 !important;
}

.mega-support-copy span{
  display:block;
  color:var(--brand-muted);
  font-size:.98rem;
  line-height:1.35;
  font-weight:400 !important;
}

.mega-support-actions{
  display:flex;
  align-items:center;
  gap:12px;
  flex-shrink:0;
}

.mega-support-primary,
.mega-support-secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border-radius:calc(var(--radius) - 2px);
  font-size:.98rem;
  line-height:1;
  font-weight:600 !important;
  white-space:nowrap;
}

.mega-support-primary{
  background:var(--brand-blue);
  color:#ffffff !important;
}

.mega-support-primary:hover,
.mega-support-primary:focus{
  background:var(--brand-blue-dark);
  color:#ffffff !important;
  text-decoration:underline;
  text-underline-offset:3px;
}

.mega-support-secondary{
  background:#ffffff;
  color:var(--brand-blue) !important;
  border:1px solid var(--border);
}

.mega-support-secondary:hover,
.mega-support-secondary:focus{
  color:var(--brand-blue-dark) !important;
  border-color:var(--brand-blue);
  text-decoration:underline;
  text-underline-offset:3px;
}

body.high-contrast .mega-support-cta{
  background:#ffffff !important;
  border:2px solid #000000 !important;
}

body.high-contrast .mega-support-primary{
  background:#000000 !important;
  color:#ffffff !important;
}

body.high-contrast .mega-support-secondary{
  background:#ffffff !important;
  color:#000000 !important;
  border-color:#000000 !important;
}

@media(max-width:900px){
  .mega-support-cta{
    display:block;
    margin:0 18px 18px;
    padding:18px;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.18);
  }

  .mega-support-copy strong,
  .mega-support-copy span{
    color:#ffffff !important;
  }

  .mega-support-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    margin-top:14px;
  }

  .mega-support-primary,
  .mega-support-secondary{
    width:100%;
    min-height:44px;
  }

  .mega-support-secondary{
    background:#ffffff;
    color:var(--brand-blue-dark) !important;
    border-color:#ffffff;
  }
}


.mobile-menu-support-cta{
  display:none;
}

@media(max-width:900px){
  .mega .mega-support-cta{
    display:none !important;
  }

  .mobile-menu-support-cta{
    display:block;
    margin:18px;
    padding:18px;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.18);
    border-radius:var(--radius);
  }

  .mobile-menu-support-copy strong{
    display:block;
    margin-bottom:5px;
    color:#ffffff !important;
    font-size:1.05rem;
    line-height:1.2;
    font-weight:600 !important;
  }

  .mobile-menu-support-copy span{
    display:block;
    color:rgba(255,255,255,.9) !important;
    font-size:.96rem;
    line-height:1.35;
    font-weight:400 !important;
  }

  .mobile-menu-support-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    margin-top:14px;
  }

  .mobile-menu-support-primary,
  .mobile-menu-support-secondary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:100%;
    min-height:44px;
    padding:0 16px;
    border-radius:calc(var(--radius) - 2px);
    font-size:.98rem;
    line-height:1;
    font-weight:600 !important;
    text-align:center;
  }

  .mobile-menu-support-primary{
    background:#ffffff;
    color:var(--brand-blue-dark) !important;
  }

  .mobile-menu-support-secondary{
    background:transparent;
    color:#ffffff !important;
    border:1px solid rgba(255,255,255,.72);
  }

  .mobile-menu-support-primary:hover,
  .mobile-menu-support-primary:focus,
  .mobile-menu-support-secondary:hover,
  .mobile-menu-support-secondary:focus{
    text-decoration:underline;
    text-underline-offset:3px;
  }
}


@media(max-width:900px){
  .mobile-menu-support-cta{
    margin:0 !important;
    padding:18px !important;
    background:transparent !important;
    border:0 !important;
    border-radius:0 !important;
    border-top:1px solid rgba(255,255,255,.22) !important;
  }

  .mobile-menu-support-copy strong{
    font-size:1rem !important;
  }

  .mobile-menu-support-copy span{
    font-size:.94rem !important;
  }

  .mobile-menu-support-actions{
    grid-template-columns:1fr !important;
    gap:8px !important;
    margin-top:12px !important;
  }

  .mobile-menu-support-primary,
  .mobile-menu-support-secondary{
    justify-content:flex-start !important;
    width:auto !important;
    min-height:auto !important;
    padding:0 !important;
    background:transparent !important;
    border:0 !important;
    color:#ffffff !important;
    text-align:left !important;
  }

  .mobile-menu-support-primary::after,
  .mobile-menu-support-secondary::after{
    content:" →";
  }

  .mobile-menu-support-primary:hover,
  .mobile-menu-support-primary:focus,
  .mobile-menu-support-secondary:hover,
  .mobile-menu-support-secondary:focus{
    color:#ffffff !important;
    text-decoration:underline !important;
    text-underline-offset:3px !important;
  }
}


@media(max-width:900px){
  .mobile-menu-support-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    margin-top:14px !important;
  }

  .mobile-menu-support-primary,
  .mobile-menu-support-secondary{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:10px !important;
    width:100% !important;
    min-height:44px !important;
    padding:0 14px !important;
    border-radius:calc(var(--radius) - 2px) !important;
    font-size:.98rem !important;
    line-height:1 !important;
    font-weight:600 !important;
    text-align:left !important;
    text-decoration:none !important;
  }

  .mobile-menu-support-primary{
    background:#ffffff !important;
    color:var(--brand-blue-dark) !important;
    border:1px solid #ffffff !important;
  }

  .mobile-menu-support-secondary{
    background:rgba(255,255,255,.12) !important;
    color:#ffffff !important;
    border:1px solid rgba(255,255,255,.72) !important;
  }

  .mobile-menu-support-primary::before,
  .mobile-menu-support-secondary::before{
    content:"";
    width:18px;
    height:18px;
    flex:0 0 18px;
    background:currentColor;
    -webkit-mask-repeat:no-repeat;
    mask-repeat:no-repeat;
    -webkit-mask-position:center;
    mask-position:center;
    -webkit-mask-size:18px 18px;
    mask-size:18px 18px;
  }

  
  .mobile-menu-support-primary::before{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9.5 3a6.5 6.5 0 0 1 5.17 10.44l4.45 4.44a1 1 0 0 1-1.41 1.42l-4.45-4.45A6.5 6.5 0 1 1 9.5 3Zm0 2a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9Zm8.2-2.3l.55 1.2l1.2.55l-1.2.55l-.55 1.2l-.55-1.2l-1.2-.55l1.2-.55l.55-1.2Zm2.6 4.6l.4.9l.9.4l-.9.4l-.4.9l-.4-.9l-.9-.4l.9-.4l.4-.9Z'/%3E%3C/svg%3E");
    mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9.5 3a6.5 6.5 0 0 1 5.17 10.44l4.45 4.44a1 1 0 0 1-1.41 1.42l-4.45-4.45A6.5 6.5 0 1 1 9.5 3Zm0 2a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9Zm8.2-2.3l.55 1.2l1.2.55l-1.2.55l-.55 1.2l-.55-1.2l-1.2-.55l1.2-.55l.55-1.2Zm2.6 4.6l.4.9l.9.4l-.9.4l-.4.9l-.4-.9l-.9-.4l.9-.4l.4-.9Z'/%3E%3C/svg%3E");
  }

  
  .mobile-menu-support-secondary::before{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M11 3h2v5h6v5h2v6h-6v-6h2v-3h-4v3h2v6H9v-6h2v-3H7v3h2v6H3v-6h2V8h6V3Zm0 12v2h2v-2h-2Zm6 0v2h2v-2h-2ZM5 15v2h2v-2H5Z'/%3E%3C/svg%3E");
    mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M11 3h2v5h6v5h2v6h-6v-6h2v-3h-4v3h2v6H9v-6h2v-3H7v3h2v6H3v-6h2V8h6V3Zm0 12v2h2v-2h-2Zm6 0v2h2v-2h-2ZM5 15v2h2v-2H5Z'/%3E%3C/svg%3E");
  }

  .mobile-menu-support-primary::after,
  .mobile-menu-support-secondary::after{
    content:none !important;
  }

  .mobile-menu-support-primary:hover,
  .mobile-menu-support-primary:focus,
  .mobile-menu-support-secondary:hover,
  .mobile-menu-support-secondary:focus{
    text-decoration:underline !important;
    text-underline-offset:3px !important;
  }
}


@media(max-width:900px){
  .mobile-menu-support-primary:hover,
  .mobile-menu-support-primary:focus{
    background:#ffffff !important;
    color:var(--brand-blue-dark) !important;
    border-color:#ffffff !important;
    font-weight:600 !important;
    text-decoration:underline !important;
    text-underline-offset:3px !important;
  }

  .mobile-menu-support-secondary:hover,
  .mobile-menu-support-secondary:focus{
    background:rgba(255,255,255,.12) !important;
    color:#ffffff !important;
    border-color:rgba(255,255,255,.72) !important;
    font-weight:600 !important;
    text-decoration:underline !important;
    text-underline-offset:3px !important;
  }
}


@media(min-width:901px){
  .main-nav .nav-item{
    border-left:2px solid var(--border) !important;
  }

  .main-nav .nav-item:first-child{
    border-left:0 !important;
  }
}


.top-links-grid .top-link-card{
  border-right:2px solid var(--border) !important;
}

.top-links-grid .top-link-card:last-child{
  border-right:0 !important;
}


@media(max-width:1100px){
  .top-links-grid .top-link-card{
    border-right:2px solid var(--border) !important;
  }

  .top-links-grid .top-link-card:nth-child(3n){
    border-right:0 !important;
  }

  .top-links-grid .top-link-card:nth-child(n+4){
    border-top:2px solid var(--border) !important;
  }
}


@media(max-width:900px){
  .top-links-grid .top-link-card{
    border-right:2px solid var(--border) !important;
    border-bottom:2px solid var(--border) !important;
  }

  .top-links-grid .top-link-card:nth-child(2n){
    border-right:0 !important;
  }

  .top-links-grid .top-link-card:nth-child(3n){
    border-right:2px solid var(--border) !important;
  }

  .top-links-grid .top-link-card:last-child{
    border-right:0 !important;
  }
}


@media(max-width:560px){
  .top-links-grid .top-link-card{
    border-right:0 !important;
    border-bottom:2px solid var(--border) !important;
  }
}


.site-footer{
  background:#000000 !important;
  color:#ffffff !important;
}

.site-footer,
.site-footer *{
  color:#ffffff !important;
}

.site-footer a{
  color:rgba(255,255,255,.88) !important;
}

.site-footer a:hover,
.site-footer a:focus{
  color:#ffffff !important;
  text-decoration:underline;
  text-underline-offset:4px;
}

.site-footer .footer-bottom{
  color:rgba(255,255,255,.78) !important;
  border-top-color:rgba(255,255,255,.24) !important;
}

.site-footer .social-icon{
  border-color:rgba(255,255,255,.35) !important;
}


.mega .section-link{
  display:block !important;
  width:100% !important;
  margin-bottom:14px !important;
  padding:4px 0 12px !important;
  background:transparent !important;
  color:var(--brand-blue-dark) !important;
  font-size:1.08rem !important;
  font-weight:600 !important;
  line-height:1.25 !important;
  border-bottom:2px solid var(--brand-blue-dark) !important;
  cursor:default !important;
  text-decoration:none !important;
  pointer-events:none !important;
}

.mega .section-link:hover,
.mega .section-link:focus{
  color:var(--brand-blue-dark) !important;
  background:transparent !important;
  text-decoration:none !important;
}

body.high-contrast .mega .section-link{
  color:#000000 !important;
  border-bottom-color:#000000 !important;
}


@media(max-width:900px){
  .mega .section-link{
    color:#ffffff !important;
    border-bottom:2px solid rgba(255,255,255,.42) !important;
    pointer-events:none !important;
  }
}




.emergency-notice{
  display:block !important;
}


.mega-header{
  display:none !important;
}

.mega-grid{
  padding-top:26px !important;
}

@media(max-width:900px){
  .mega-header{
    display:none !important;
  }
}


.notice-date-box{
  background:var(--brand-blue-dark) !important;
  color:#ffffff !important;
}

.notice-date-box span{
  color:#ffffff !important;
  font-size:1rem !important;
  line-height:1 !important;
  font-weight:600 !important;
  letter-spacing:.04em !important;
}

.notice-date-box strong{
  color:#ffffff !important;
  font-size:1.55rem !important;
  line-height:1 !important;
  font-weight:600 !important;
}

body.high-contrast .notice-date-box{
  background:#000000 !important;
  color:#ffffff !important;
}

body.high-contrast .notice-date-box span,
body.high-contrast .notice-date-box strong{
  color:#ffffff !important;
}


.event-date-box{
  background:var(--brand-blue-dark) !important;
  color:#ffffff !important;
  border-color:var(--brand-blue-dark) !important;
}

.event-date-box span,
.event-date-box .event-month,
.event-date-box .month{
  color:#ffffff !important;
  font-size:1.05rem !important;
  line-height:1 !important;
  font-weight:600 !important;
  letter-spacing:.04em !important;
  text-transform:uppercase !important;
}

.event-date-box strong,
.event-date-box .event-day,
.event-date-box .day{
  color:#ffffff !important;
  font-size:1.55rem !important;
  line-height:1 !important;
  font-weight:600 !important;
}

body.high-contrast .event-date-box{
  background:#000000 !important;
  color:#ffffff !important;
  border-color:#000000 !important;
}

body.high-contrast .event-date-box span,
body.high-contrast .event-date-box strong,
body.high-contrast .event-date-box .event-month,
body.high-contrast .event-date-box .event-day,
body.high-contrast .event-date-box .month,
body.high-contrast .event-date-box .day{
  color:#ffffff !important;
}


.event-date-box{
  border-radius:6px !important;
  overflow:hidden !important;
}


@media(min-width:901px){
  .nav-wrap{
    justify-content:flex-end !important;
    margin-right:0 !important;
    padding-right:0 !important;
  }

  .main-nav{
    justify-content:flex-end !important;
    margin-right:0 !important;
    padding-right:0 !important;
  }

  .main-nav .nav-item:last-child .nav-link{
    padding-right:0 !important;
    margin-right:0 !important;
  }

  body.homepage .header-actions{
    width:0 !important;
    min-width:0 !important;
    margin-left:0 !important;
    gap:0 !important;
  }
}


@media(min-width:901px){
  .main-nav{
    transform:translateX(-40px) !important;
  }

  .mega{
    transform:translateX(40px) !important;
  }
}


@media(min-width:901px){
  .main-nav{
    transform:translateX(40px) !important;
  }

  .mega{
    left:0 !important;
    right:0 !important;
    width:100% !important;
    transform:none !important;
  }

  .mega-inner{
    width:100% !important;
    max-width:none !important;
  }
}


@media(min-width:901px){
  body.homepage .header-actions{
    display:none !important;
    width:0 !important;
    min-width:0 !important;
    margin:0 !important;
    padding:0 !important;
  }

  .nav-wrap{
    flex:1 1 auto !important;
    justify-content:flex-end !important;
    margin-left:auto !important;
    margin-right:0 !important;
    padding-right:0 !important;
    transform:none !important;
  }

  .main-nav{
    justify-content:flex-end !important;
    margin-left:auto !important;
    margin-right:0 !important;
    padding-right:0 !important;
    transform:none !important;
  }

  .main-nav .nav-item:last-child .nav-link{
    padding-right:0 !important;
    margin-right:0 !important;
  }

  .mega{
    position:absolute !important;
    left:0 !important;
    right:0 !important;
    top:100% !important;
    width:100% !important;
    transform:none !important;
  }

  .mega-inner{
    width:100% !important;
    max-width:none !important;
    transform:none !important;
  }
}


.mega-inner{
  background:rgba(255,255,255,.9) !important;
  backdrop-filter:saturate(120%) blur(4px);
}

.mega-grid{
  background:transparent !important;
}

@media(max-width:900px){
  .mega-inner{
    background:#ffffff !important;
    backdrop-filter:none !important;
  }
}


.mega-inner{
  background:rgba(255,255,255,.95) !important;
  backdrop-filter:saturate(115%) blur(3px);
}

@media(max-width:900px){
  .mega-inner{
    background:#ffffff !important;
    backdrop-filter:none !important;
  }
}


@media(min-width:901px){
  .main-nav .nav-item:last-child .nav-link{
    padding-right:0 !important;
    margin-right:0 !important;
  }
}


@media(min-width:901px){
  .main-nav{
    gap:0 !important;
    padding-right:0 !important;
    margin-right:0 !important;
  }

  .main-nav .nav-item:last-child{
    margin-right:0 !important;
    padding-right:0 !important;
  }

  .main-nav .nav-item:last-child .nav-link{
    padding-right:0 !important;
    margin-right:0 !important;
  }

  .nav-wrap{
    padding-right:0 !important;
    margin-right:0 !important;
  }
}


@media(min-width:901px){
  .nav-wrap,
  .main-nav{
    margin-right:0 !important;
    padding-right:0 !important;
    justify-content:flex-end !important;
  }

  .main-nav .nav-item:last-child,
  .main-nav .nav-item:last-child .nav-link{
    margin-right:0 !important;
    padding-right:0 !important;
  }

  
  .main-nav .nav-item:last-child .mega,
  .mega{
    transform:none !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
  }
}


body.homepage .header-actions .search-toggle{
  display:none !important;
}

body:not(.homepage) .header-actions .search-toggle{
  display:inline-grid !important;
}


@media(max-width:900px){
  .nav-wrap{
    background:var(--brand-blue-dark) !important;
  }

  .nav-link:hover,
  .nav-item:hover > .nav-link,
  .nav-item:focus-within > .nav-link{
    background:var(--brand-blue) !important;
    color:#ffffff !important;
  }

  .mobile-menu-support-cta{
    border-top-color:rgba(255,255,255,.28) !important;
  }

  .mobile-menu-support-secondary{
    background:rgba(255,255,255,.10) !important;
    border-color:rgba(255,255,255,.72) !important;
  }

  .mobile-menu-support-secondary:hover,
  .mobile-menu-support-secondary:focus{
    background:rgba(255,255,255,.10) !important;
    border-color:rgba(255,255,255,.72) !important;
  }
}


.enews-cta{
  padding:56px 0;
  background:#f2f2f2;
}

.enews-cta-card{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);
  gap:34px;
  align-items:center;
  padding:34px;
  background:#ffffff;
  border:1px solid var(--border);
  border-radius:var(--radius);
  box-shadow:0 8px 24px rgba(2,86,164,.08);
}

.enews-cta-kicker{
  display:block;
  margin-bottom:8px;
  color:var(--brand-muted);
  font-size:.82rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:600 !important;
}

.enews-cta h2{
  margin:0 0 12px;
  color:var(--brand-blue-dark);
  font-size:clamp(1.9rem,3vw,2.65rem);
  line-height:1.08;
  font-weight:600 !important;
}

.enews-cta p{
  margin:0;
  max-width:720px;
  color:var(--brand-muted);
  font-size:1.06rem;
  line-height:1.5;
  font-weight:400 !important;
}

.enews-benefits{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
}

.enews-benefits span{
  display:inline-flex;
  align-items:center;
  padding:7px 10px;
  background:var(--brand-light);
  color:var(--brand-blue-dark);
  border-radius:999px;
  font-size:.9rem;
  line-height:1;
  font-weight:600 !important;
}

.enews-form{
  display:grid;
  gap:10px;
}

.enews-form-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
}

.enews-form label{
  color:var(--brand-text);
  font-size:.95rem;
  line-height:1.3;
  font-weight:600 !important;
}

.enews-form input{
  width:100%;
  min-height:52px;
  padding:14px 15px;
  border:1px solid var(--border);
  border-radius:calc(var(--radius) - 2px);
  background:#ffffff;
  color:var(--brand-text);
  font:inherit;
}

.enews-form .button{
  min-height:52px;
  white-space:nowrap;
}

.enews-privacy{
  margin:2px 0 0 !important;
  color:var(--brand-muted);
  font-size:.9rem !important;
  line-height:1.35 !important;
}

.enews-privacy a{
  color:var(--brand-blue);
  font-weight:600 !important;
}

.enews-privacy a:hover,
.enews-privacy a:focus{
  color:var(--brand-blue-dark);
  text-decoration:underline;
  text-underline-offset:3px;
}

body.high-contrast .enews-cta,
body.high-contrast .enews-cta-card{
  background:#ffffff !important;
  color:#000000 !important;
  border-color:#000000 !important;
  box-shadow:none !important;
}

body.high-contrast .enews-benefits span{
  background:#ffffff !important;
  color:#000000 !important;
  border:1px solid #000000 !important;
}

@media(max-width:900px){
  .enews-cta{
    padding:46px 0;
  }

  .enews-cta-card{
    grid-template-columns:1fr;
    gap:26px;
    padding:28px;
  }
}

@media(max-width:640px){
  .enews-form-row{
    grid-template-columns:1fr;
  }

  .enews-form .button{
    width:100%;
  }
}


.enews-cta-copy{
  position:relative;
}

.enews-icon{
  display:inline-grid;
  place-items:center;
  width:64px;
  height:64px;
  margin-bottom:18px;
  border-radius:50%;
  background:var(--brand-blue);
  color:#ffffff;
  box-shadow:0 8px 18px rgba(2,86,164,.18);
}

.enews-icon svg{
  width:32px;
  height:32px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

body.high-contrast .enews-icon{
  background:#000000 !important;
  color:#ffffff !important;
  border:2px solid #000000 !important;
  box-shadow:none !important;
}


.enews-cta-copy p{
  max-width:640px;
}


.enews-cta{
  padding:64px 0;
  background:#f2f2f2;
}

.enews-cta-card.enews-cta-photo-layout{
  display:grid !important;
  grid-template-columns:minmax(360px,.92fr) minmax(0,1.08fr) !important;
  gap:0 !important;
  align-items:stretch !important;
  padding:0 !important;
  overflow:hidden;
  background:#ffffff;
  border:1px solid var(--border);
  border-radius:var(--radius);
  box-shadow:0 8px 24px rgba(2,86,164,.08);
}

.enews-photo{
    position: relative;
    min-height: 360px;
    background: linear-gradient(90deg,rgba(0,0,0,.08),rgba(0,0,0,.02)),
    url('../assets/home-page/subscribe/subscribe.jpg?auto?auto=format&fit=crop&w=1000&q=80') center/cover no-repeat;
    background-image: url(../assets/home-page/subscribe/subscribe.jpg?auto?auto=format&fit=crop&w=1000&q=80);
}


.enews-photo::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(1,71,133,0) 45%,rgba(1,71,133,.32) 100%);
  pointer-events:none;
}

.enews-photo-badge{
  position:absolute;
  left:22px;
  bottom:22px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:12px 15px 12px 12px;
  background:rgba(255,255,255,.94);
  color:var(--brand-blue-dark);
  border-radius:999px;
  box-shadow:0 8px 18px rgba(0,0,0,.18);
  font-weight:600 !important;
}

.enews-photo-badge .enews-icon{
  width:42px;
  height:42px;
  margin:0;
  box-shadow:none;
}

.enews-photo-badge .enews-icon svg{
  width:22px;
  height:22px;
}

.enews-content{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:44px;
}

.enews-content .enews-cta-kicker{
  display:block;
  margin-bottom:8px;
  color:var(--brand-muted);
  font-size:.82rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:600 !important;
}

.enews-content h2{
  margin:0 0 12px;
  color:var(--brand-blue-dark);
  font-size:clamp(1.9rem,3vw,2.65rem);
  line-height:1.08;
  font-weight:600 !important;
}

.enews-content p{
  margin:0 0 22px;
  max-width:640px;
  color:var(--brand-muted);
  font-size:1.06rem;
  line-height:1.5;
  font-weight:400 !important;
}

.enews-content .enews-form{
  max-width:620px;
}

body.high-contrast .enews-photo{
  background:#ffffff !important;
  border-right:1px solid #000000 !important;
}

body.high-contrast .enews-photo::after{
  display:none !important;
}

body.high-contrast .enews-photo-badge{
  background:#ffffff !important;
  color:#000000 !important;
  border:1px solid #000000 !important;
  box-shadow:none !important;
}

@media(max-width:900px){
  .enews-cta{
    padding:50px 0;
  }

  .enews-cta-card.enews-cta-photo-layout{
    grid-template-columns:1fr !important;
  }

  .enews-photo{
    min-height:280px;
  }

  .enews-content{
    padding:32px;
  }
}

@media(max-width:640px){
  .enews-photo{
    min-height:230px;
  }

  .enews-content{
    padding:26px;
  }
}


@media(max-width:640px){
  .events-list,
  .event-list{
    gap:0 !important;
  }

  .event-item,
  .event-row{
    display:grid !important;
    grid-template-columns:74px minmax(0,1fr) !important;
    column-gap:18px !important;
    align-items:start !important;
    padding:22px 0 !important;
  }

  .event-date,
  .event-date-badge{
    width:74px !important;
    min-width:74px !important;
    height:74px !important;
    align-self:start !important;
    margin-top:0 !important;
  }

  .event-content,
  .event-details{
    padding-top:0 !important;
    align-self:start !important;
  }

  .event-content h3,
  .event-details h3,
  .event-title{
    margin:0 0 8px !important;
    line-height:1.18 !important;
  }

  .event-time,
  .event-meta,
  .event-content p,
  .event-details p{
    margin-top:0 !important;
    margin-bottom:0 !important;
    line-height:1.25 !important;
  }
}

@media(max-width:420px){
  .event-item,
  .event-row{
    grid-template-columns:68px minmax(0,1fr) !important;
    column-gap:14px !important;
    padding:20px 0 !important;
  }

  .event-date,
  .event-date-badge{
    width:68px !important;
    min-width:68px !important;
    height:68px !important;
  }
}


@media(max-width:640px){
  .event-item,
  .event-row{
    align-items:start !important;
  }

  .event-date,
  .event-date-badge{
    align-self:start !important;
    margin-top:0 !important;
    transform:none !important;
  }

  .event-content,
  .event-details{
    align-self:start !important;
    padding-top:0 !important;
    margin-top:0 !important;
  }

  .event-content h3,
  .event-details h3,
  .event-title{
    margin-top:0 !important;
    padding-top:0 !important;
  }
}


@media(max-width:640px){
  .upcoming-events .event-card,
  .upcoming-events .event-item,
  .upcoming-events .event-row,
  .events-list .event-card,
  .events-list .event-item,
  .events-list .event-row,
  .event-list .event-card,
  .event-list .event-item,
  .event-list .event-row{
    display:grid !important;
    grid-template-columns:112px minmax(0,1fr) !important;
    column-gap:18px !important;
    align-items:start !important;
    justify-items:start !important;
    padding-top:24px !important;
    padding-bottom:24px !important;
  }

  .upcoming-events .event-date,
  .upcoming-events .event-date-badge,
  .events-list .event-date,
  .events-list .event-date-badge,
  .event-list .event-date,
  .event-list .event-date-badge{
    grid-column:1 !important;
    grid-row:1 / span 2 !important;
    align-self:start !important;
    justify-self:start !important;
    margin:0 !important;
    transform:none !important;
  }

  .upcoming-events .event-card > a,
  .upcoming-events .event-card > div:not(.event-date):not(.event-date-badge),
  .upcoming-events .event-content,
  .upcoming-events .event-details,
  .events-list .event-card > a,
  .events-list .event-card > div:not(.event-date):not(.event-date-badge),
  .events-list .event-content,
  .events-list .event-details,
  .event-list .event-card > a,
  .event-list .event-card > div:not(.event-date):not(.event-date-badge),
  .event-list .event-content,
  .event-list .event-details{
    grid-column:2 !important;
    align-self:start !important;
    justify-self:start !important;
    margin-top:0 !important;
    padding-top:0 !important;
  }

  .upcoming-events h3,
  .upcoming-events .event-title,
  .events-list h3,
  .events-list .event-title,
  .event-list h3,
  .event-list .event-title{
    margin-top:0 !important;
    padding-top:0 !important;
    line-height:1.15 !important;
  }

  .upcoming-events .event-time,
  .events-list .event-time,
  .event-list .event-time{
    grid-column:2 !important;
    margin-top:10px !important;
  }
}


.enews-photo{
  background-position:center center !important;
  background-size:cover !important;
}


/* =========================================================
   HOMEPAGE HERO TITLE SIZE REFINEMENT
   Drupal implementation note:
   Reduces the homepage hero title from the oversized test treatment
   while keeping it bold/semi-bold and readable over photography/video.
   This rule is placed late in the stylesheet so it overrides earlier
   prototype hero-title rules.
   ========================================================= */
.hero h1{
  font-size:clamp(2.15rem,4vw,4.1rem) !important;
  line-height:1.02 !important;
  letter-spacing:-.045em !important;
  font-weight:600 !important;
  max-width:900px !important;
}

@media(max-width:900px){
  .hero h1{
    font-size:clamp(2rem,6.5vw,3.25rem) !important;
    line-height:1.04 !important;
    max-width:720px !important;
  }
}

@media(max-width:640px){
  .hero h1{
    font-size:clamp(1.65rem,7vw,2.35rem) !important;
    line-height:1.08 !important;
    max-width:100% !important;
  }
}

@media(max-width:420px){
  .hero h1{
    font-size:clamp(1.45rem,6.5vw,1.9rem) !important;
    line-height:1.1 !important;
  }
}


}


}


/* =========================================================
   HOMEPAGE HERO TITLE SCREENSHOT MATCH
   Drupal implementation note:
   Matches the approved screenshot direction: large, clean, bold white
   hero title with strong but not overdone weight. This uses the normal
   approved 600 semi-bold weight and relies on size/shadow for impact
   rather than artificial stroke.
   ========================================================= */
.hero h1{
  font-size:clamp(3.25rem,5.25vw,5.05rem) !important;
  line-height:1 !important;
  letter-spacing:-.05em !important;
  font-weight:600 !important;
  max-width:1100px !important;
  text-shadow:0 3px 10px rgba(0,0,0,.62), 0 1px 2px rgba(0,0,0,.55) !important;
  -webkit-text-stroke:0 !important;
}

@media(max-width:900px){
  .hero h1{
    font-size:clamp(2.65rem,7.2vw,4rem) !important;
    line-height:1.02 !important;
    max-width:760px !important;
  }
}

@media(max-width:640px){
  .hero h1{
    font-size:clamp(2rem,9vw,3rem) !important;
    line-height:1.04 !important;
    letter-spacing:-.04em !important;
    max-width:100% !important;
  }
}

@media(max-width:420px){
  .hero h1{
    font-size:clamp(1.65rem,8vw,2.25rem) !important;
    line-height:1.06 !important;
  }
}


/* =========================================================
   HOMEPAGE HERO TITLE FINAL WEIGHT
   Drupal implementation note:
   Hero title font weight is locked to 600 to match the approved
   screenshot direction and the Town's two-weight typography standard.
   ========================================================= */
.hero h1{
  font-weight:600 !important;
  -webkit-text-stroke:0 !important;
}


/* =========================================================
   HOMEPAGE HERO TITLE FINAL APPROVED STYLE
   Drupal implementation note:
   The homepage hero title must render at font-weight 600. This rule is
   intentionally specific and placed at the end of the stylesheet to
   override earlier prototype rules, including generic span/text rules.
   No artificial stroke or 700/800 weight is used.
   ========================================================= */
body.homepage .hero .hero-content h1,
body.homepage .hero .hero-content h1 *,
.hero .hero-content h1,
.hero .hero-content h1 *{
  font-family:var(--font-primary) !important;
  font-weight:600 !important;
  -webkit-text-stroke:0 !important;
  text-shadow:0 3px 12px rgba(0,0,0,.62), 0 1px 2px rgba(0,0,0,.55) !important;
}

body.homepage .hero .hero-content h1,
.hero .hero-content h1{
  font-size:clamp(3.25rem,5.25vw,5.05rem) !important;
  line-height:1 !important;
  letter-spacing:-.05em !important;
  max-width:1100px !important;
}

@media(max-width:900px){
  body.homepage .hero .hero-content h1,
  .hero .hero-content h1{
    font-size:clamp(2.65rem,7.2vw,4rem) !important;
    line-height:1.02 !important;
    max-width:760px !important;
  }
}

@media(max-width:640px){
  body.homepage .hero .hero-content h1,
  .hero .hero-content h1{
    font-size:clamp(2rem,9vw,3rem) !important;
    line-height:1.04 !important;
    letter-spacing:-.04em !important;
    max-width:100% !important;
  }
}

@media(max-width:420px){
  body.homepage .hero .hero-content h1,
  .hero .hero-content h1{
    font-size:clamp(1.65rem,8vw,2.25rem) !important;
    line-height:1.06 !important;
  }
}


/* =========================================================
   HOMEPAGE HERO TOP LINE REMOVED
   Drupal implementation note:
   This version removes the 8px blue brand line that sits directly
   above the homepage hero, so the hero image begins immediately below
   the header. Interior page header treatment can retain the brand line.
   ========================================================= */
body.homepage .site-header::after{
  display:none !important;
  height:0 !important;
  background:none !important;
}


/* =========================================================
   MEGA MENU ALIGNMENT WITH FINAL SITEMAP
   Drupal implementation note:
   Mega menu columns have been revised to better reflect the final
   SiteMap/IA structure. The menu now surfaces more stable sub-landing
   pages while keeping detailed child pages in the full SiteMap.
   CSS allows five logical columns on wide screens where needed.
   ========================================================= */
@media(min-width:901px){
  .mega-grid{
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr)) !important;
  }
}


/* =========================================================
   TRANSLATE MENU LANGUAGE ORDER
   Drupal implementation note:
   Preferred first-position language order is:
   English, Italian, Punjabi, Hindi, French.
   Remaining languages can follow after these priority items.
   ========================================================= */


.mega-support-actions,
.mobile-menu-support-actions{
  display:none !important;
}

.mega-support-inline-link,
.mobile-support-inline-link{
  color:var(--brand-blue) !important;
  font-weight:600 !important;
  text-decoration:underline !important;
  text-underline-offset:3px !important;
}

.mega-support-inline-link:hover,
.mega-support-inline-link:focus,
.mobile-support-inline-link:hover,
.mobile-support-inline-link:focus{
  color:var(--brand-blue-dark) !important;
  text-decoration-thickness:2px !important;
}

@media(max-width:900px){
  .mobile-support-inline-link{
    color:#ffffff !important;
    font-weight:600 !important;
  }

  .mobile-support-inline-link:hover,
  .mobile-support-inline-link:focus{
    color:#ffffff !important;
  }
}


/* =========================================================
   MEGA MENU SUPPORT LINE SINGLE ROW
   Drupal implementation note:
   Keeps the mega menu support prompt and inline links on one line on
   desktop. Mobile can wrap naturally for readability.
   ========================================================= */
@media(min-width:901px){
  .mega-support-cta{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:0 !important;
  }

  .mega-support-copy{
    display:flex !important;
    align-items:center !important;
    gap:8px !important;
    min-width:0 !important;
  }

  .mega-support-copy strong,
  .mega-support-copy span{
    display:inline !important;
    margin:0 !important;
    white-space:nowrap !important;
  }
}

@media(max-width:900px){
  .mobile-menu-support-copy strong,
  .mobile-menu-support-copy span{
    display:block !important;
  }
}


/* =========================================================
   MEGA MENU SUPPORT LINE UNIFORM FONT SIZE
   Drupal implementation note:
   Keeps the full support sentence on one line with consistent font
   sizing across the prompt text and inline links.
   ========================================================= */
@media(min-width:901px){
  .mega-support-copy,
  .mega-support-copy strong,
  .mega-support-copy span,
  .mega-support-copy a,
  .mega-support-inline-link{
    font-size:1rem !important;
    line-height:1.35 !important;
  }

  .mega-support-copy strong,
  .mega-support-copy a,
  .mega-support-inline-link{
    font-weight:600 !important;
  }

  .mega-support-copy span{
    font-weight:400 !important;
  }
}


/* =========================================================
   SAVED STANDARD MEGA MENU
   Drupal implementation note:
   This landing page now uses the saved standard mega menu treatment:
   light grey utility/accessory top nav, updated Translate order, and
   the two-button mega menu CTA with "AI-assisted search" and
   "View the SiteMap". Keep this as the current default pattern.
   ========================================================= */
.utility-bar{
  background:#f7f8f9 !important;
  border-bottom:1px solid #eef1f4 !important;
}

/* Ensure the previous inline-link CTA treatment does not override buttons. */
.mega-support-inline-link,
.mobile-support-inline-link{
  all:unset;
}

.mega-support-cta{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:22px !important;
  margin:0 24px 24px !important;
  padding:20px 22px !important;
  background:#f2f2f2 !important;
  border-radius:var(--radius) !important;
}

.mega-support-copy{
  min-width:0 !important;
}

.mega-support-copy strong{
  display:block !important;
  margin-bottom:4px !important;
  color:var(--brand-blue-dark) !important;
  font-size:1.08rem !important;
  line-height:1.2 !important;
  font-weight:600 !important;
}

.mega-support-copy span{
  display:block !important;
  color:var(--brand-muted) !important;
  font-size:.98rem !important;
  line-height:1.35 !important;
  font-weight:400 !important;
}

.mega-support-actions{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  flex-shrink:0 !important;
}

.mega-support-primary,
.mega-support-secondary{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:42px !important;
  padding:0 16px !important;
  border-radius:calc(var(--radius) - 2px) !important;
  font-size:.98rem !important;
  line-height:1 !important;
  font-weight:600 !important;
  text-decoration:none !important;
  white-space:nowrap !important;
}

.mega-support-primary{
  background:var(--brand-blue) !important;
  color:#ffffff !important;
  border:1px solid var(--brand-blue) !important;
}

.mega-support-secondary{
  background:#ffffff !important;
  color:var(--brand-blue-dark) !important;
  border:1px solid var(--border) !important;
}

.mega-support-primary:hover,
.mega-support-primary:focus{
  background:var(--brand-blue-dark) !important;
  border-color:var(--brand-blue-dark) !important;
  color:#ffffff !important;
  text-decoration:underline !important;
  text-underline-offset:3px !important;
}

.mega-support-secondary:hover,
.mega-support-secondary:focus{
  border-color:var(--brand-blue) !important;
  color:var(--brand-blue) !important;
  text-decoration:underline !important;
  text-underline-offset:3px !important;
}

.mobile-menu-support-cta{
  display:none !important;
}

@media(max-width:900px){
  .mega .mega-support-cta{
    display:none !important;
  }

  .mobile-menu-support-cta{
    display:block !important;
    margin:0 !important;
    padding:18px !important;
    background:transparent !important;
    border:0 !important;
    border-radius:0 !important;
    border-top:1px solid rgba(255,255,255,.22) !important;
  }

  .mobile-menu-support-copy strong{
    display:block !important;
    margin-bottom:5px !important;
    color:#ffffff !important;
    font-size:1rem !important;
    line-height:1.2 !important;
    font-weight:600 !important;
  }

  .mobile-menu-support-copy span{
    display:block !important;
    color:rgba(255,255,255,.9) !important;
    font-size:.94rem !important;
    line-height:1.35 !important;
    font-weight:400 !important;
  }

  .mobile-menu-support-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    margin-top:14px !important;
  }

  .mobile-menu-support-primary,
  .mobile-menu-support-secondary{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    min-height:44px !important;
    padding:0 16px !important;
    border-radius:calc(var(--radius) - 2px) !important;
    font-size:.98rem !important;
    line-height:1 !important;
    font-weight:600 !important;
    text-align:center !important;
    text-decoration:none !important;
  }

  .mobile-menu-support-primary{
    background:#ffffff !important;
    color:var(--brand-blue-dark) !important;
    border:1px solid #ffffff !important;
  }

  .mobile-menu-support-secondary{
    background:transparent !important;
    color:#ffffff !important;
    border:1px solid rgba(255,255,255,.72) !important;
  }

  .mobile-menu-support-primary:hover,
  .mobile-menu-support-primary:focus,
  .mobile-menu-support-secondary:hover,
  .mobile-menu-support-secondary:focus{
    text-decoration:underline !important;
    text-underline-offset:3px !important;
  }
}






/* =========================================================
   SUB-LANDING PAGE COMPONENTS
   =========================================================
   Styles specific to interior / sub-landing page templates.
   Shared global styles (header, footer, nav, accessibility,
   utility bar, emergency notice) live above in this file.
   ========================================================= */

/* ---- Page banner image ---- */
.page-banner {
  height: 320px;
  background: center/cover no-repeat;
  border-bottom: 1px solid var(--border);
}

body.high-contrast .page-banner {
  border-bottom: 2px solid #000000;
}

/* ---- Interior hero / title band ---- */
.interior-hero {
  background: linear-gradient(135deg, #ffffff 0%, #f1f3f5 100%);
  border-bottom: 1px solid var(--border);
  padding: 44px 0 46px;
}

/* ============================================================
   INTERIOR HERO H1 — single authoritative rule
   Two bugs fixed:
   1. freight-display-pro replaced with myriad-pro (actual kit font)
   2. .interior-hero h1 span added because Drupal field templates
      wrap the title in a <span>, and the global
      "span { font-weight: 400 !important }" rule was overriding
      the h1's inherited 700 weight on the visible text node.
   ============================================================ */
.interior-hero h1 {
  font-family: "myriad-pro", Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  color: var(--brand-blue-dark) !important;
  font-size: clamp(2.2rem, 4vw, 3.5rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.045em !important;
  margin: 0 0 16px !important;
}

.interior-hero h1 span {
  font-family: inherit !important;
  font-weight: inherit !important;
  font-style: inherit !important;
  color: inherit !important;
  letter-spacing: inherit !important;
}

.interior-hero p {
  max-width: 860px;
  margin: 0;
  color: var(--brand-muted);
  font-size: 1.15rem;
}

@media(max-width:640px) {
  .interior-hero {
    padding: 26px 0 28px;
  }

  .interior-hero .breadcrumbs {
    margin-bottom: 14px;
  }

  .interior-hero h1 {
    margin-bottom: 0;
  }
}

/* ---- Breadcrumbs ---- */
.breadcrumbs,
.breadcrumbs *,
.breadcrumbs a,
.breadcrumbs a:link,
.breadcrumbs a:visited,
.breadcrumbs a:hover,
.breadcrumbs a:focus,
.breadcrumbs span,
.breadcrumbs .crumb-sep,
.breadcrumbs span[aria-hidden="true"],
.breadcrumbs .crumb-current,
.breadcrumbs [aria-current="page"] {
  color: #4a4a4a !important;
  font-weight: 400 !important;
}

.breadcrumbs {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 26px;
  font-size: 0.92rem;
  line-height: 1.4;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

body.high-contrast .breadcrumbs,
body.high-contrast .breadcrumbs * {
  color: #000000 !important;
}

/* ---- Content shell & layout ---- */
.content-shell {
  padding: 28px 0 72px;
  background: var(--surface);
}

@media(max-width:640px) {
  .content-shell {
    padding-top: 18px;
  }
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 42px;
  align-items: start;
}

.content-main {
  min-width: 0;
}

/* ---- Intro card ---- */
.intro-card {
  padding: 28px;
  margin-bottom: 28px;
  background: #ffffff;
  border: 1px solid var(--border);
  border-left: 6px solid var(--brand-blue);
  border-radius: var(--radius);
  box-shadow: 0 6px 18px rgba(2,86,164,0.08);
}

.intro-card p {
  margin: 0;
  color: var(--brand-text);
  font-size: 1.08rem;
}

/* ---- Contact card grid ---- */
.contact-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0;
}

.contact-card {
  padding: 22px;
  background: var(--brand-light);
  border-radius: var(--radius);
  border: 1px solid rgba(2,86,164,0.14);
}

.contact-card h2 {
  margin: 0 0 8px;
  color: var(--brand-blue-dark);
  font-size: 1.1rem;
  line-height: 1.2;
}

.contact-card p,
.contact-card a {
  margin: 0;
  color: var(--brand-text);
  font-weight: 700;
}

.contact-card a {
  color: var(--brand-blue);
}

.contact-card a:hover,
.contact-card a:focus {
  color: var(--brand-blue-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ---- PRC feature grid ---- */
.prc-feature {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
  align-items: stretch;
  margin: 28px 0 34px;
}

.prc-feature-card {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  border-radius: var(--radius);
  background: #ffffff;
  border: 1px solid var(--border);
  box-shadow: 0 8px 22px rgba(2,86,164,0.08);
}

.prc-feature-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prc-feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.48), rgba(0,0,0,.10));
}

.prc-feature-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 310px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  color: #ffffff;
}

.prc-feature-content h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(1.6rem, 2.8vw, 2.35rem);
  line-height: 1.05;
}

.prc-feature-content p {
  max-width: 560px;
  margin: 0 0 18px;
  color: rgba(255,255,255,.92);
  font-size: 1.06rem;
}

.prc-feature-side {
  display: grid;
  gap: 16px;
}

.prc-mini-card {
  display: block;
  padding: 22px;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 6px 18px rgba(2,86,164,0.06);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.prc-mini-card:hover,
.prc-mini-card:focus {
  transform: translateY(-2px);
  border-color: var(--brand-blue);
  box-shadow: 0 10px 24px rgba(2,86,164,0.12);
}

.prc-mini-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--brand-blue-dark);
  font-size: 1.12rem;
  line-height: 1.2;
}

.prc-mini-card span {
  display: block;
  color: var(--brand-muted);
}

/* ---- Content sections ---- */
.content-section {
  padding: 34px 0;
  border-top: 1px solid var(--border);
}

.content-section h2 {
  margin: 0 0 16px;
  color: var(--brand-blue-dark);
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  line-height: 1.15;
}

.content-section h3 {
  margin: 24px 0 10px;
  color: var(--brand-blue);
  font-size: 1.18rem;
  line-height: 1.2;
}

.content-section p {
  margin: 0 0 16px;
  color: var(--brand-text);
}

.content-section ul,
.content-section ol {
  margin: 0 0 18px 1.25rem;
  padding: 0;
}

.content-section li {
  margin-bottom: 8px;
}

/* ---- Service principles ---- */
.service-principles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.principle-card {
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(2,86,164,0.06);
}

.principle-card h3 {
  margin-top: 0;
}

/* ---- Service card grid ---- */
.service-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.service-card {
  display: block;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(2,86,164,0.06);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.service-card:hover,
.service-card:focus {
  transform: translateY(-2px);
  border-color: var(--brand-blue);
  box-shadow: 0 10px 24px rgba(2,86,164,0.12);
}

.service-card h3 {
  margin: 0 0 10px;
  color: var(--brand-blue-dark);
  font-size: 1.25rem;
  line-height: 1.2;
}

.service-card p {
  margin: 0;
  color: var(--brand-muted);
}

.service-card .card-link {
  display: inline-block;
  margin-top: 16px;
  color: var(--brand-blue);
  font-weight: 900;
}

/* ---- Action panel ---- */
.action-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 28px;
  margin: 32px 0;
  background: var(--brand-blue);
  color: #ffffff;
  border-radius: var(--radius);
}

.action-panel h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 1.5rem;
}

.action-panel p {
  margin: 0;
  color: rgba(255,255,255,0.9);
}

.action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  background: #ffffff;
  color: var(--brand-blue-dark);
  border-radius: calc(var(--radius) - 2px);
  font-weight: 900;
  white-space: nowrap;
}

.action-button:hover,
.action-button:focus {
  background: #eaf3fb;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* ---- Strategy panel ---- */
.strategy-panel {
  padding: 28px;
  background: #f2f2f2;
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.strategy-panel h2 {
  margin-top: 0;
}

/* ---- Sidebar ---- */
.sidebar {
  position: sticky;
  top: 126px;
  display: grid;
  gap: 20px;
}

.sidebar-card {
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 6px 18px rgba(2,86,164,0.08);
}

.sidebar-card.highlight {
  background: var(--brand-blue);
  color: #ffffff;
  border-color: var(--brand-blue);
}

.sidebar-card h2 {
  margin: 0 0 14px;
  color: var(--brand-blue-dark);
  font-size: 1.25rem;
}

.sidebar-card.highlight h2,
.sidebar-card.highlight p,
.sidebar-card.highlight a {
  color: #ffffff;
}

.sidebar-card p {
  margin: 0 0 14px;
  color: var(--brand-muted);
}

.sidebar-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.sidebar-card a {
  color: var(--brand-blue);
  font-weight: 800;
}

.sidebar-card a:hover,
.sidebar-card a:focus {
  color: var(--brand-blue-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sidebar-card.highlight a:hover,
.sidebar-card.highlight a:focus {
  color: #ffffff;
}

/* ---- Related links ---- */
.related-links {
  padding: 54px 0 64px;
  background: #f2f2f2;
}

.related-links h2 {
  margin: 0 0 24px;
  color: var(--brand-blue-dark);
  font-size: clamp(1.65rem, 2.6vw, 2.25rem);
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.related-card {
  display: block;
  padding: 22px;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 4px 16px rgba(2,86,164,0.06);
  transition: transform .18s ease, border-color .18s ease;
}

.related-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--brand-blue-dark);
  font-size: 1.08rem;
}

.related-card span {
  display: block;
  color: var(--brand-muted);
}

.related-card:hover,
.related-card:focus {
  border-color: var(--brand-blue);
  transform: translateY(-2px);
}

/* ---- Existing page promo banner ---- */
.existing-promo-banner {
  position: relative;
  display: block;
  min-height: 230px;
  margin: 0 0 28px;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: 0 8px 22px rgba(2,86,164,0.08);
  background: var(--brand-blue);
}

.existing-promo-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .62;
}

.existing-promo-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2,86,164,.92), rgba(2,86,164,.40));
}

.existing-promo-content {
  position: relative;
  z-index: 2;
  min-height: 230px;
  max-width: 620px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 32px;
  color: #ffffff;
}

.existing-promo-content .promo-kicker {
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.existing-promo-content strong {
  display: block;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: .95;
  letter-spacing: -.04em;
}

.existing-promo-content span:last-child {
  max-width: 520px;
  font-size: 1.08rem;
  color: rgba(255,255,255,.92);
}

/* ---- Graphic banner variant ---- */
.existing-promo-banner.graphic-banner {
  min-height: 0;
  display: block;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: hidden;
  border-radius: var(--radius);
}

.existing-promo-banner.graphic-banner img {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  object-fit: contain;
}

.existing-promo-banner.graphic-banner::after {
  display: none;
}

.existing-promo-banner.graphic-banner:hover,
.existing-promo-banner.graphic-banner:focus {
  outline: 3px solid var(--brand-blue);
  outline-offset: 3px;
}

/* ---- Existing card grid ---- */
.existing-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.existing-link-card {
  display: block;
  padding: 24px;
  min-height: 170px;
  background: #ffffff;
  border: 1px solid var(--border);
  border-left: 6px solid var(--brand-blue);
  border-radius: var(--radius);
  box-shadow: 0 4px 16px rgba(2,86,164,0.06);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.existing-link-card:hover,
.existing-link-card:focus {
  transform: translateY(-2px);
  border-color: var(--brand-blue);
  box-shadow: 0 10px 24px rgba(2,86,164,0.12);
}

.existing-link-card h2 {
  margin: 0 0 10px;
  color: var(--brand-blue-dark);
  font-size: 1.28rem;
  line-height: 1.18;
}

.existing-link-card p {
  margin: 0;
  color: var(--brand-muted);
}

/* ---- Full width layout variants ---- */
.prc-full-width-layout {
  display: block !important;
}

.prc-full-width-layout .content-main {
  max-width: none;
  width: 100%;
}

.parks-full-width .existing-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* ---- Existing page comparison button ---- */
.existing-page-link {
  margin-top: 10px;
}

.existing-page-link .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  background: var(--brand-blue);
  color: #ffffff !important;
  border-radius: calc(var(--radius) - 2px);
  font-weight: 900;
  text-decoration: none;
}

.existing-page-link .button:hover,
.existing-page-link .button:focus {
  background: var(--brand-blue-dark);
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* ---- High contrast overrides for sub-landing components ---- */
body.high-contrast .interior-hero,
body.high-contrast .content-shell,
body.high-contrast .intro-card,
body.high-contrast .contact-card,
body.high-contrast .principle-card,
body.high-contrast .service-card,
body.high-contrast .prc-mini-card,
body.high-contrast .strategy-panel,
body.high-contrast .sidebar-card,
body.high-contrast .related-card,
body.high-contrast .existing-link-card {
  background: #ffffff !important;
  color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}

body.high-contrast .related-links {
  background: #f2f2f2 !important;
}

body.high-contrast .sidebar-card.highlight,
body.high-contrast .action-panel {
  background: #001f3f !important;
  color: #ffffff !important;
}

body.high-contrast .sidebar-card.highlight *,
body.high-contrast .action-panel * {
  color: #ffffff !important;
}

body.high-contrast .existing-promo-banner,
body.high-contrast .existing-link-card {
  border-color: #000000 !important;
  box-shadow: none !important;
}

body.high-contrast .existing-promo-banner::after {
  background: #001f3f !important;
}

body.high-contrast .existing-promo-banner *,
body.high-contrast .sidebar-card.highlight * {
  color: #ffffff !important;
}

/* ---- Text size overrides for sub-landing components ---- */
body.text-large .interior-hero p,
body.text-large .intro-card p,
body.text-large .service-card p,
body.text-large .prc-mini-card span,
body.text-large .content-section p,
body.text-large .content-section li,
body.text-large .sidebar-card p,
body.text-large .related-card span,
body.text-large .existing-link-card p {
  font-size: 1.1rem !important;
}

body.text-xlarge .interior-hero p,
body.text-xlarge .intro-card p,
body.text-xlarge .service-card p,
body.text-xlarge .prc-mini-card span,
body.text-xlarge .content-section p,
body.text-xlarge .content-section li,
body.text-xlarge .sidebar-card p,
body.text-xlarge .related-card span,
body.text-xlarge .existing-link-card p {
  font-size: 1.22rem !important;
}

/* ---- Responsive overrides for sub-landing ---- */
@media(max-width:980px) {
  .content-layout,
  .prc-feature {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
  }

  .contact-card-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .service-principles {
    grid-template-columns: 1fr;
  }

  .parks-full-width .existing-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media(max-width:760px) {
  .service-card-grid {
    grid-template-columns: 1fr;
  }

  .action-panel {
    grid-template-columns: 1fr;
  }

  .action-button {
    width: 100%;
  }

  .existing-promo-content {
    min-height: 220px;
    padding: 24px;
  }
}

@media(max-width:640px) {
  .existing-card-grid {
    grid-template-columns: 1fr;
  }
}

@media(max-width:640px) {
  .parks-full-width .existing-card-grid {
    grid-template-columns: 1fr;
  }
}


/* ============================================================
   TYPICAL PAGE COMPONENTS
   ============================================================ */

/* --- Typical page layout --- */
.typical-content-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:42px;
  align-items:start;
}
.typical-sidebar{
  position:sticky;
  top:126px;
  display:grid;
  gap:20px;
}
@media(max-width:980px){
  .typical-content-layout{grid-template-columns:1fr}
  .typical-sidebar{position:static}
}

/* --- Sidebar cards --- */
.sidebar-card{
  padding:24px;
  background:#ffffff;
  border:1px solid var(--border);
  border-radius:var(--radius);
  box-shadow:0 6px 18px rgba(2,86,164,0.08);
}
.sidebar-card.highlight{
  background:var(--brand-blue);
  color:#ffffff;
  border-color:var(--brand-blue);
}
.sidebar-card h2{margin:0 0 14px;color:var(--brand-blue-dark);font-size:1.25rem;font-weight:600!important}
.sidebar-card.highlight h2,.sidebar-card.highlight p,.sidebar-card.highlight a{color:#ffffff}
.sidebar-card p{margin:0 0 14px;color:var(--brand-muted)}
.sidebar-card ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.sidebar-card a{color:var(--brand-blue);font-weight:600!important}
.sidebar-card a:hover,.sidebar-card a:focus{color:var(--brand-blue-dark);text-decoration:underline;text-underline-offset:3px}
.sidebar-card.highlight a:hover,.sidebar-card.highlight a:focus{color:#ffffff}
body.high-contrast .sidebar-card{background:#ffffff!important;color:#000000!important;border-color:#000000!important;box-shadow:none!important}
body.high-contrast .sidebar-card.highlight{background:#001f3f!important;color:#ffffff!important}
body.high-contrast .sidebar-card.highlight *{color:#ffffff!important}

/* --- Accordion --- */
.accordion{display:grid;gap:14px}
.accordion-item{border:1px solid var(--border);border-radius:var(--radius);background:#fff;overflow:hidden;box-shadow:0 4px 16px rgba(2,86,164,.06)}
.accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px;border:0;background:#fff;color:var(--brand-blue-dark);text-align:left;font:inherit;font-size:1.18rem;font-weight:600!important;cursor:pointer}
.accordion-trigger:hover,.accordion-trigger:focus{background:#f5f8fb;color:var(--brand-blue)}
.accordion-trigger svg{width:18px;height:18px;flex:0 0 18px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;transition:transform .18s ease}
.accordion-trigger[aria-expanded="true"] svg{transform:rotate(180deg)}
.accordion-panel{display:none;padding:0 22px 24px;border-top:1px solid var(--border)}
.accordion-panel.open{display:block}
.accordion-trigger[aria-expanded="true"] + .accordion-panel{display:block}
.accordion-panel h3{margin:22px 0 8px;color:var(--brand-blue-dark);font-size:1.1rem;line-height:1.2;font-weight:600!important}
.accordion-panel p{margin:0 0 14px;color:var(--brand-text);font-weight:400!important}
.accordion-panel em{color:var(--brand-muted);font-style:normal;font-weight:400!important}
.accordion-panel a{color:var(--brand-blue);text-decoration:underline;text-underline-offset:3px}
.accordion-panel a:hover,.accordion-panel a:focus{color:var(--brand-blue-dark)}
body.high-contrast .accordion-item,body.high-contrast .accordion-trigger,body.high-contrast .accordion-panel{background:#fff!important;color:#000!important;border-color:#000!important;box-shadow:none!important}

/* --- FOI-specific layout --- */
.foi-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:42px;
  align-items:start;
}
.foi-content{max-width:none;margin:0}
.foi-sidebar{
  position:sticky;
  top:126px;
  display:grid;
  gap:20px;
}
@media(max-width:980px){
  .foi-layout{grid-template-columns:1fr}
  .foi-sidebar{position:static}
}

/* --- FOI / page banner --- */
.page-banner.foi-banner{
  height:320px;
  background:url('https://www.caledon.ca/en/rotatingimages/navTab03/banner-townhall.jpg') center/cover no-repeat;
  border-bottom:1px solid var(--border);
}
body.high-contrast .page-banner.foi-banner{border-bottom:2px solid #000000}
.foi-content-shell{padding:28px 0 72px;background:var(--surface)}
body.high-contrast .interior-hero,body.high-contrast .foi-content-shell{background:#fff!important;color:#000!important;border-color:#000!important;box-shadow:none!important}
@media(max-width:760px){
  .page-banner.foi-banner{height:220px}
  .interior-hero{padding:26px 0 28px!important}
  .foi-content-shell{padding-top:18px!important}
}

/* --- Migrated content sections --- */
.migrated-intro{margin:0 0 28px}
.migrated-intro p{margin:0 0 16px;color:var(--brand-text);font-size:1.08rem;font-weight:400!important}
.migrated-intro a{color:var(--brand-blue);text-decoration:underline;text-underline-offset:3px}
.migrated-intro a:hover,.migrated-intro a:focus{color:var(--brand-blue-dark)}
.migrated-accordion{margin-bottom:32px}
.migrated-body-section{padding:30px 0;border-top:1px solid var(--border)}
.migrated-body-section h2{margin:0 0 14px;color:var(--brand-blue-dark);font-size:clamp(1.45rem,2.2vw,1.9rem);line-height:1.15;font-weight:600!important}
.migrated-body-section h3{margin:22px 0 8px;color:var(--brand-blue-dark);font-size:1.1rem;line-height:1.2;font-weight:600!important}
.migrated-body-section p{margin:0 0 14px;color:var(--brand-text);font-weight:400!important}
.migrated-body-section a{color:var(--brand-blue);text-decoration:underline;text-underline-offset:3px;font-weight:400!important}
.migrated-body-section a:hover,.migrated-body-section a:focus{color:var(--brand-blue-dark)}
.migrated-divider{border:0;border-top:1px solid var(--border);margin:0}
body.high-contrast .migrated-body-section{border-color:#000000!important}

/* --- Mail block --- */
.mail-block{padding:20px;margin:12px 0 18px;background:#f2f2f2;border:1px solid var(--border);border-radius:var(--radius);font-weight:400!important}

/* --- CCTV map image --- */
.cctv-map-image{display:block;width:100%;height:auto;margin-top:14px;border:1px solid var(--border);border-radius:var(--radius)}
body.high-contrast .cctv-map-image{border-color:#000000!important}

/* --- FOI sidebar card specifics --- */
.foi-sidebar .sidebar-card{padding:24px;background:#ffffff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 6px 18px rgba(2,86,164,0.08)}
.foi-sidebar .sidebar-card h2{margin:0 0 14px;color:var(--brand-blue-dark);font-size:1.25rem;font-weight:600!important}
.foi-sidebar .sidebar-card p{margin:0;color:var(--brand-muted);font-weight:400!important}
.foi-sidebar .sidebar-card ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.foi-sidebar .sidebar-card a{color:var(--brand-blue);font-weight:400!important;text-decoration:underline;text-underline-offset:3px}
.foi-sidebar .sidebar-card a:hover,.foi-sidebar .sidebar-card a:focus{color:var(--brand-blue-dark)}
body.high-contrast .foi-sidebar .sidebar-card{background:#ffffff!important;color:#000000!important;border-color:#000000!important;box-shadow:none!important}

/* --- Related sidebar card --- */
.related-sidebar-card{padding:22px}
.related-sidebar-list{display:grid!important;gap:0!important}
.related-sidebar-list li{border-top:1px solid var(--border)}
.related-sidebar-list li:first-child{border-top:0}
.related-sidebar-list a{
  display:inline-block!important;
  padding:11px 0;
  color:var(--brand-blue)!important;
  font-weight:400!important;
  transform:translateX(0)!important;
  transition:transform .18s ease,color .18s ease,font-weight .18s ease!important;
}
.related-sidebar-list a::before{display:none!important;content:none!important}
.related-sidebar-list a:hover,.related-sidebar-list a:focus,.related-sidebar-list a:focus-visible{
  transform:translateX(1px)!important;
  color:var(--brand-blue-dark)!important;
  font-weight:700!important;
  text-decoration:underline;
  text-underline-offset:3px;
}

/* --- Page feedback card --- */
.page-feedback-card{padding:24px;background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 6px 18px rgba(2,86,164,.08)}
.page-feedback-card h2{margin:0 0 8px;color:var(--brand-blue-dark);font-size:1.25rem;line-height:1.2;font-weight:600!important}
.page-feedback-card p{margin:0 0 14px;color:var(--brand-muted);font-size:.98rem;line-height:1.45}
.page-feedback-card fieldset{margin:0 0 14px;padding:0;border:0}
.feedback-label{display:block;margin:0 0 6px;color:var(--brand-text);font-size:.92rem;font-weight:600!important}
.feedback-rating{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:4px;margin:8px 0 14px}
.feedback-rating input{position:absolute;opacity:0;pointer-events:none}
.feedback-rating label{display:inline-grid;place-items:center;width:34px;height:34px;color:#9aa6b2;font-size:1.55rem;line-height:1;cursor:pointer;border-radius:6px}
.feedback-rating label:hover,.feedback-rating label:hover ~ label,.feedback-rating input:checked ~ label{color:var(--brand-blue)}
.feedback-rating input:focus + label{outline:3px solid var(--brand-blue);outline-offset:2px}
.page-feedback-card textarea{width:100%;min-height:92px;resize:vertical;padding:11px 12px;border:1px solid var(--border);border-radius:calc(var(--radius) - 2px);color:var(--brand-text);background:#fff;font:inherit}
.feedback-submit{width:100%;min-height:44px;border:0;border-radius:calc(var(--radius) - 2px);background:var(--brand-blue);color:#fff;font:inherit;font-weight:600!important;cursor:pointer}
.feedback-submit:hover,.feedback-submit:focus{background:var(--brand-blue-dark);text-decoration:underline;text-underline-offset:3px}
.feedback-note{margin:12px 0 0!important;color:var(--brand-muted)!important;font-size:.86rem!important}
body.high-contrast .page-feedback-card,body.high-contrast .page-feedback-card textarea{background:#fff!important;color:#000!important;border-color:#000!important;box-shadow:none!important}
body.high-contrast .feedback-submit{background:#001f3f!important;color:#fff!important}

/* --- Page support banner (full-width strip above footer) --- */
.page-support-banner{
  padding:0;
  background:#eaf3fb;
  border-top:1px solid #d6e6f4;
}
.page-support-banner .container{
  padding-top:48px;
  padding-bottom:48px;
}
.page-support-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:72px;
  align-items:start;
}
.page-support-card{
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  column-gap:24px;
  row-gap:0;
  align-items:start;
  padding:0;
  margin:0;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  text-align:left;
  min-height:0;
}
.page-support-card::before{display:none}
.page-support-icon{
  grid-column:1;
  grid-row:1 / span 2;
  width:44px;
  height:44px;
  margin:0;
  padding:0;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  background:transparent;
  color:var(--brand-blue);
  border:0;
  border-radius:0;
}
.page-support-icon svg{
  width:40px;
  height:40px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.page-support-card h3{
  grid-column:2;
  grid-row:1;
  margin:0 0 12px;
  padding:0;
  color:#2b2f33;
  font-size:1.45rem;
  line-height:1.15;
  font-weight:600!important;
}
.page-support-card p{
  grid-column:2;
  grid-row:2;
  margin:0;
  padding:0;
  color:#2b2f33;
  font-size:1.02rem;
  line-height:1.45;
  font-weight:400!important;
  max-width:360px;
}
.page-support-card a,.page-support-card p strong{
  display:inline;
  color:var(--brand-blue);
  font-weight:600!important;
  text-decoration:none;
}
.page-support-card a:hover,.page-support-card a:focus{color:var(--brand-blue-dark);text-decoration:underline;text-underline-offset:3px}
body.high-contrast .page-support-banner{background:#ffffff!important;border-color:#000000!important}
body.high-contrast .page-support-card,body.high-contrast .page-support-card h3,body.high-contrast .page-support-card p{color:#000000!important}
body.high-contrast .page-support-icon,body.high-contrast .page-support-card a,body.high-contrast .page-support-card p strong{color:#003b78!important}
@media(max-width:980px){
  .page-support-grid{grid-template-columns:1fr;gap:32px}
  .page-support-card{grid-template-columns:48px minmax(0,1fr);column-gap:18px}
  .page-support-card p{max-width:none}
}
@media(max-width:520px){
  .page-support-banner .container{padding-top:38px;padding-bottom:40px}
  .page-support-card{grid-template-columns:44px minmax(0,1fr);column-gap:14px}
  .page-support-icon svg{width:34px;height:34px}
  .page-support-card h3{font-size:1.28rem}
}
/* =========================================================
   DRUPAL MEGA WRAPPER FIX & MOBILE MENU OVERRIDES
   ========================================================= */

/* Re-apply the flex layout to desktop only and HIDE mobile close button */
@media (min-width: 901px) {
  .drupal-mega-wrapper {
    display: flex !important;
    align-items: stretch !important;
    width: 100%;
    justify-content: flex-end;
  }
  
  /* THIS IS THE MISSING RULE */
  .drawer-close-btn {
    display: none !important;
  }
}

/* Mobile Structural Fixes & White Mega Menu Override */
@media (max-width: 900px) {
  .drupal-mega-wrapper { display: block !important; width: 100%; }
  body.menu-open .nav-wrap { transform: translateX(0); }

  /* Mobile Drawer Close Button */
  .drawer-close-btn { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 16px 18px; background: rgba(0,0,0,.25); border: 0; border-bottom: 2px solid rgba(255,255,255,.2); color: #fff; font: inherit; font-size: 1rem; font-weight: 700; cursor: pointer; letter-spacing: .04em; text-transform: uppercase; transition: background .15s; }
  .drawer-close-btn:hover, .drawer-close-btn:focus { background: rgba(0,0,0,.4); outline: none; }
  .drawer-close-label { flex: 1; text-align: left; }
  .drawer-close-x { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.15); transition: background .15s; }
  .drawer-close-btn:hover .drawer-close-x, .drawer-close-btn:focus .drawer-close-x { background: rgba(255,255,255,.3); }
  .drawer-close-x svg { width: 18px; height: 18px; }

  /* Top-level Nav Links (Keep dark blue background) */
  .main-nav { display: block; width: 100%; padding: 14px 0 24px; }
  .nav-item { border-left: 0 !important; border-bottom: 1px solid rgba(255,255,255,.18) !important; }
  .nav-link { display: flex; width: 100%; justify-content: space-between; align-items: center; padding: 16px 18px !important; color: #fff !important; border-radius: 0; background: transparent !important; }
  .nav-link::after { content: '+' !important; font-size: 1.4rem; font-weight: 600; line-height: 1; margin-left: 18px; display: block !important;}
  .nav-item.mobile-open > .nav-link::after { content: '−' !important; }
  .nav-link:hover, .nav-item:hover > .nav-link, .nav-item:focus-within > .nav-link { background: #0a6ed1 !important; color: #fff !important; border-bottom-color: transparent !important; }
  
  /* Mega Menu structural reset */
  .nav-item:hover .mega, .nav-item:focus-within .mega { display: none !important; }
  .nav-item.mobile-open .mega { display: block !important; position: static !important; padding: 0 0 12px !important; }
  .mega:before { display: none !important; }
  .mega-header { display: none !important; }

  /* --- FIX: WHITE BACKGROUND FOR MEGA CONTENT --- */
  .nav-wrap .mega-inner { width: 100% !important; border-radius: 0 !important; box-shadow: none !important; border: 0 !important; background: #ffffff !important; backdrop-filter: none !important; }
  .nav-wrap .mega-grid { grid-template-columns: 1fr !important; gap: 0 !important; padding: 0 !important; background: #ffffff !important; }

  /* FIX: Dark borders between columns */
  .column { padding: 14px 18px !important; border-bottom: 1px solid rgba(0,0,0,.1) !important; }
  .column:last-child { border-bottom: 0 !important; }

  /* FIX: Blue section titles */
  .nav-wrap .mega .section-link { color: var(--brand-blue-dark) !important; font-size: .78rem !important; font-weight: 700 !important; letter-spacing: .08em !important; text-transform: uppercase !important; border-bottom: 2px solid var(--brand-blue-dark) !important; margin-bottom: 12px !important; padding: 4px 0 12px !important; cursor: default !important; pointer-events: none !important; background: transparent !important; }

  /* FIX: Grey sub-links */
  .sub-links li { margin-bottom: 0 !important; }
  .nav-wrap .mega .sub-links a { color: #606060 !important; font-size: .95rem !important; font-weight: 500 !important; display: block !important; padding: 7px 0 !important; transition: color .15s, padding-left .15s !important; transform: none !important; }
  .nav-wrap .mega .sub-links a:hover, .nav-wrap .mega .sub-links a:focus { color: var(--brand-blue) !important; text-decoration: none !important; padding-left: 6px !important; }
}
.news-featured-image img {
    max-width: 100%;
    height: auto;
    display: block;
}