/*
 * BHC Final V24
 * Stable, last-loaded presentation layer for the final public website.
 * Keeps the V15 structure while improving hero balance, dynamic navigation,
 * free logo presentation, compact footer/map and blog readability.
 */
:root{
  --bhc24-navy:#083f73;
  --bhc24-navy-deep:#07394e;
  --bhc24-green:#087a61;
  --bhc24-green-bright:#0b9473;
  --bhc24-soft:#f4faf8;
  --bhc24-line:#dbe9e5;
  --bhc24-text:#243e4c;
  --bhc24-muted:#607986;
  --bhc24-shadow:0 14px 34px rgba(9,57,78,.08);
}

/* Branding: use BHC blue/green; decorative red is not a site-wide accent. */
body.bhc-final-v24{color:var(--bhc24-text)!important;background:#fff!important}
body.bhc-final-v24 .humanized-header,
body.bhc-final-v24 .humanized-nav{border-color:var(--bhc24-green)!important}
body.bhc-final-v24 .humanized-header::before,
body.bhc-final-v24 .humanized-header::after,
body.bhc-final-v24 .humanized-nav::before,
body.bhc-final-v24 .humanized-nav::after{background:var(--bhc24-green)!important;border-color:var(--bhc24-green)!important}
body.bhc-final-v24 .gh-section-kicker,
body.bhc-final-v24 .bhc-eyebrow,
body.bhc-final-v24 .v10-panel-heading small{color:var(--bhc24-green)!important}
body.bhc-final-v24 .gh-section-kicker::before,
body.bhc-final-v24 .bhc-eyebrow::before{background:var(--bhc24-green)!important}

/* Header logo is free/transparent, not a white rectangle. */
body.bhc-final-v24 .humanized-brand,
body.bhc-final-v24 .v9-brand,
body.bhc-final-v24 .v10-brand,
body.bhc-final-v24 .v28-brand{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important}
body.bhc-final-v24 .humanized-brand__logo,
body.bhc-final-v24 .v9-brand__logo,
body.bhc-final-v24 .v10-brand__logo,
body.bhc-final-v24 .v28-brand__logo{
  width:70px!important;height:70px!important;flex:0 0 70px!important;
  padding:0!important;margin:0!important;border:0!important;border-radius:0!important;
  background:transparent!important;box-shadow:none!important;overflow:visible!important
}
body.bhc-final-v24 .humanized-brand__logo img,
body.bhc-final-v24 .v9-brand__logo img,
body.bhc-final-v24 .v10-brand__logo img,
body.bhc-final-v24 .v28-brand__logo img{width:100%!important;height:100%!important;object-fit:contain!important;background:transparent!important}
body.bhc-final-v24 .v10-brand__copy strong{color:var(--bhc24-navy)!important;letter-spacing:-.025em!important}
body.bhc-final-v24 .v10-brand__copy small{color:var(--bhc24-green)!important}

/* Admin-managed main menu: no hard-coded extra links; keep it usable at any size. */
body.bhc-final-v24 .humanized-nav__list{justify-content:flex-start!important;gap:2px!important;min-width:0!important}
body.bhc-final-v24 .humanized-nav__parent>a{color:#173b4c!important;font-weight:800!important}
body.bhc-final-v24 .humanized-nav__parent>a:hover,
body.bhc-final-v24 .humanized-nav__list>li.is-active .humanized-nav__parent>a{color:var(--bhc24-green)!important;background:#eef8f5!important}
body.bhc-final-v24 .humanized-submenu{border-top-color:var(--bhc24-green)!important}

/* Homepage hero: side editorial panels become wider, center slider deliberately smaller. */
body.bhc-final-v24 .professional-hero{padding-block:16px 24px!important;background:linear-gradient(180deg,#f7fbfa 0%,#eef7f4 100%)!important}
body.bhc-final-v24 .v10-home-hero__grid{
  grid-template-columns:minmax(315px,.95fr) minmax(0,1.45fr) minmax(315px,.95fr)!important;
  gap:clamp(14px,1.2vw,22px)!important;align-items:stretch!important
}
body.bhc-final-v24 .v10-editorial-panel{border:1px solid var(--bhc24-line)!important;border-radius:18px!important;box-shadow:var(--bhc24-shadow)!important;background:#fff!important;min-width:0!important}
body.bhc-final-v24 .v10-panel-heading{padding:20px 20px 14px!important}
body.bhc-final-v24 .v10-panel-heading h2{font-size:clamp(21px,1.35vw,27px)!important;line-height:1.15!important;color:var(--bhc24-navy-deep)!important}
body.bhc-final-v24 .v10-update-item,
body.bhc-final-v24 .v10-person-card{padding-inline:18px!important}
body.bhc-final-v24 .v10-home-hero__main{min-width:0!important}
body.bhc-final-v24 .v20-hero-swiper{height:clamp(330px,25vw,465px)!important;min-height:330px!important;border-radius:18px 18px 0 0!important;overflow:hidden!important}
body.bhc-final-v24 .v20-hero-slide,
body.bhc-final-v24 .v20-hero-slide>a{height:100%!important}
body.bhc-final-v24 .v20-hero-slide img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}
body.bhc-final-v24 .v10-service-desk{border-radius:0 0 18px 18px!important;overflow:hidden!important}

/* Reduce excess section whitespace across the public site. */
body.bhc-final-v24 .gh-section{padding-block:clamp(38px,4.1vw,68px)!important}
body.bhc-final-v24 .gh-inner-hero{padding-block:clamp(38px,4.5vw,70px)!important}
body.bhc-final-v24 .v23-about,
body.bhc-final-v24 .v24-about,
body.bhc-final-v24 .v25-departments,
body.bhc-final-v24 .v25-services,
body.bhc-final-v24 .gh-leadership-section,
body.bhc-final-v24 .bhc-home-blog{margin-block:0!important}
body.bhc-final-v24 .gh-premium-card,
body.bhc-final-v24 .gh-detail-card,
body.bhc-final-v24 .v25-department-card,
body.bhc-final-v24 .v25-service-card,
body.bhc-final-v24 .bhc-home-story{border-color:var(--bhc24-line)!important;box-shadow:0 9px 24px rgba(9,57,78,.055)!important}

/* Blog listing: explicit readable contrast over every legacy stylesheet. */
body.bhc-final-v24 .bhc-blog-hero{
  padding-block:clamp(48px,5vw,76px)!important;
  background:linear-gradient(135deg,#eef8f5 0%,#f7fbfc 58%,#edf6fb 100%)!important;
  color:var(--bhc24-text)!important;border-top:3px solid var(--bhc24-green)!important
}
body.bhc-final-v24 .bhc-blog-hero h1{color:var(--bhc24-navy-deep)!important;text-shadow:none!important}
body.bhc-final-v24 .bhc-blog-hero p{color:#526f7e!important;opacity:1!important}
body.bhc-final-v24 .bhc-blog-hero .bhc-eyebrow{color:var(--bhc24-green)!important}
body.bhc-final-v24 .bhc-blog-search{background:#fff!important;border:1px solid #d5e5e0!important;box-shadow:0 10px 28px rgba(9,57,78,.08)!important}
body.bhc-final-v24 .bhc-blog-search input{color:#203c4a!important;background:#fff!important}
body.bhc-final-v24 .bhc-blog-search input::placeholder{color:#81949e!important}
body.bhc-final-v24 .bhc-blog-search button{background:var(--bhc24-green)!important;color:#fff!important;border:0!important}
body.bhc-final-v24 .bhc-blog-feature,
body.bhc-final-v24 .bhc-blog-grid-section,
body.bhc-final-v24 .bhc-article-section,
body.bhc-final-v24 .bhc-related-articles{background:#fff!important}
body.bhc-final-v24 .bhc-feature-story,
body.bhc-final-v24 .bhc-article-card,
body.bhc-final-v24 .bhc-side-card{background:#fff!important;border:1px solid var(--bhc24-line)!important;box-shadow:0 10px 28px rgba(9,57,78,.06)!important}
body.bhc-final-v24 .bhc-feature-story__copy h2,
body.bhc-final-v24 .bhc-feature-story__copy h2 a,
body.bhc-final-v24 .bhc-article-card h3,
body.bhc-final-v24 .bhc-article-card h3 a,
body.bhc-final-v24 .bhc-side-card h3{color:var(--bhc24-navy-deep)!important}
body.bhc-final-v24 .bhc-feature-story__copy p,
body.bhc-final-v24 .bhc-article-card p,
body.bhc-final-v24 .bhc-side-card p,
body.bhc-final-v24 .bhc-story-meta{color:var(--bhc24-muted)!important;opacity:1!important}
body.bhc-final-v24 .bhc-primary-link,
body.bhc-final-v24 .bhc-text-link,
body.bhc-final-v24 .bhc-back-blog{color:var(--bhc24-green)!important}

/* Blog article page: .bhc-article-prose is the real content class. */
body.bhc-final-v24 .bhc-article-hero{background:linear-gradient(135deg,#f2faf7,#f6fafc)!important;color:var(--bhc24-text)!important;border-top:3px solid var(--bhc24-green)!important}
body.bhc-final-v24 .bhc-article-hero h1{color:var(--bhc24-navy-deep)!important;text-shadow:none!important}
body.bhc-final-v24 .bhc-article-hero p,
body.bhc-final-v24 .bhc-article-byline,
body.bhc-final-v24 .bhc-crumb,
body.bhc-final-v24 .bhc-crumb a{color:#597383!important;opacity:1!important}
body.bhc-final-v24 .bhc-article-prose{font-size:1.055rem!important;line-height:1.82!important;color:#2d4653!important;max-width:88ch!important}
body.bhc-final-v24 .bhc-article-prose p,
body.bhc-final-v24 .bhc-article-prose li,
body.bhc-final-v24 .bhc-article-prose td,
body.bhc-final-v24 .bhc-article-prose th{color:#2d4653!important}
body.bhc-final-v24 .bhc-article-prose h1,
body.bhc-final-v24 .bhc-article-prose h2,
body.bhc-final-v24 .bhc-article-prose h3,
body.bhc-final-v24 .bhc-article-prose h4{color:var(--bhc24-navy-deep)!important;line-height:1.25!important;margin:1.55em 0 .65em!important}
body.bhc-final-v24 .bhc-article-prose h2{font-size:clamp(1.55rem,2.2vw,2rem)!important}
body.bhc-final-v24 .bhc-article-prose h3{font-size:clamp(1.25rem,1.7vw,1.55rem)!important}
body.bhc-final-v24 .bhc-article-prose a{color:var(--bhc24-green)!important;text-decoration:underline!important;text-underline-offset:3px!important}
body.bhc-final-v24 .bhc-article-prose blockquote{border-left:4px solid var(--bhc24-green)!important;background:#f1f8f6!important;color:#36525e!important;padding:18px 22px!important;border-radius:0 14px 14px 0!important}
body.bhc-final-v24 .bhc-article-prose img{max-width:100%!important;height:auto!important;border-radius:16px!important}
body.bhc-final-v24 .bhc-article-end{background:#f2f8f6!important;border-color:#d6e9e2!important;color:#395560!important}

/* Footer: contact information and map share the same right-side block. */
body.bhc-final-v24 .bhc-footer{background:linear-gradient(120deg,#07394e 0%,#07525c 58%,#08735f 100%)!important}
body.bhc-final-v24 .bhc-footer__inner{padding-top:30px!important}
body.bhc-final-v24 .bhc-footer__top{
  display:grid!important;
  grid-template-columns:minmax(250px,.9fr) minmax(210px,.65fr) minmax(600px,1.75fr)!important;
  gap:clamp(20px,2.4vw,42px)!important;align-items:start!important;padding-bottom:20px!important
}
body.bhc-final-v24 .bhc-footer__logo{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;border-radius:0!important;overflow:visible!important}
body.bhc-final-v24 .bhc-footer__logo img{object-fit:contain!important;background:transparent!important}
body.bhc-final-v24 .bhc-footer__contact-location{display:grid!important;grid-template-columns:minmax(235px,.82fr) minmax(330px,1.18fr)!important;gap:18px!important;align-items:stretch!important;min-width:0!important}
body.bhc-final-v24 .bhc-footer__contact{min-width:0!important}
body.bhc-final-v24 .bhc-footer__map-side{min-width:0!important;display:flex!important;flex-direction:column!important;gap:8px!important}
body.bhc-final-v24 .bhc-footer__map-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;min-height:28px!important}
body.bhc-final-v24 .bhc-footer__map-head>a{color:#fff!important;font-size:12px!important;font-weight:800!important;text-decoration:none!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:9px!important;padding:5px 8px!important}
body.bhc-final-v24 .bhc-footer__map-frame{height:220px!important;min-height:220px!important;border-radius:16px!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.17)!important;background:#0a5862!important}
body.bhc-final-v24 .bhc-footer__map-frame iframe{width:100%!important;height:100%!important;min-height:0!important;border:0!important}
body.bhc-final-v24 .bhc-footer__bottom{margin-top:0!important;padding:12px 0 16px!important}
body.bhc-final-v24 .bhc-footer__powered a{color:#a9f0dc!important;font-weight:900!important}

/* Keep inner pages consistent and responsive without huge blank bands. */
body.bhc-final-v24 .gh-public-listing,
body.bhc-final-v24 .gh-detail-section,
body.bhc-final-v24 .media-v33-section,
body.bhc-final-v24 .g31-publication-section{padding-block:clamp(36px,4vw,62px)!important}
body.bhc-final-v24 img{max-width:100%}
body.bhc-final-v24 .table-responsive{border-radius:14px!important}

@media(max-width:1499.98px) and (min-width:1200px){
  body.bhc-final-v24 .v10-home-hero__grid{grid-template-columns:minmax(265px,.86fr) minmax(0,1.38fr) minmax(265px,.86fr)!important}
  body.bhc-final-v24 .v20-hero-swiper{height:clamp(315px,25vw,410px)!important;min-height:315px!important}
  body.bhc-final-v24 .bhc-footer__top{grid-template-columns:minmax(230px,.78fr) minmax(190px,.55fr) minmax(560px,1.67fr)!important}
  body.bhc-final-v24 .bhc-footer__contact-location{grid-template-columns:minmax(215px,.78fr) minmax(310px,1.22fr)!important}
}

@media(max-width:1199.98px){
  body.bhc-final-v24 .v10-home-hero__grid{grid-template-columns:1fr 1fr!important}
  body.bhc-final-v24 .v10-home-hero__main{grid-column:1/-1!important;grid-row:1!important}
  body.bhc-final-v24 .v20-hero-swiper{height:clamp(330px,45vw,480px)!important}
  body.bhc-final-v24 .bhc-footer__top{grid-template-columns:1fr 1fr!important}
  body.bhc-final-v24 .bhc-footer__contact-location{grid-column:1/-1!important;grid-template-columns:minmax(250px,.75fr) minmax(0,1.25fr)!important}
}

@media(max-width:991.98px){
  body.bhc-final-v24 .humanized-brand__logo,
  body.bhc-final-v24 .v10-brand__logo{width:58px!important;height:58px!important;flex-basis:58px!important}
  body.bhc-final-v24 .humanized-nav__list{display:block!important}
  body.bhc-final-v24 .v10-home-hero__grid{grid-template-columns:1fr!important}
  body.bhc-final-v24 .v10-home-hero__main{grid-column:auto!important;grid-row:auto!important;order:1!important}
  body.bhc-final-v24 .v10-editorial-panel--updates{order:2!important}
  body.bhc-final-v24 .v10-editorial-panel--leadership{display:block!important;order:3!important}
  body.bhc-final-v24 .bhc-blog-layout,
  body.bhc-final-v24 .bhc-article-layout{grid-template-columns:1fr!important}
  body.bhc-final-v24 .bhc-footer__top{grid-template-columns:1fr!important}
  body.bhc-final-v24 .bhc-footer__contact-location{grid-column:auto!important;grid-template-columns:1fr 1.25fr!important}
}

@media(max-width:767.98px){
  body.bhc-final-v24 .humanized-header__brand-row{padding-block:8px!important}
  body.bhc-final-v24 .humanized-brand__logo,
  body.bhc-final-v24 .v10-brand__logo{width:50px!important;height:50px!important;flex-basis:50px!important}
  body.bhc-final-v24 .v10-brand__copy strong{font-size:17px!important;white-space:normal!important;line-height:1.08!important}
  body.bhc-final-v24 .v10-brand__copy>span{display:none!important}
  body.bhc-final-v24 .professional-hero{padding-block:10px 18px!important}
  body.bhc-final-v24 .v20-hero-swiper{height:auto!important;min-height:0!important;aspect-ratio:16/8.6!important}
  body.bhc-final-v24 .v10-panel-heading{padding:16px 16px 12px!important}
  body.bhc-final-v24 .v10-update-item,
  body.bhc-final-v24 .v10-person-card{padding-inline:14px!important}
  body.bhc-final-v24 .gh-section{padding-block:34px!important}
  body.bhc-final-v24 .bhc-blog-hero{padding-block:40px!important}
  body.bhc-final-v24 .bhc-blog-grid{grid-template-columns:1fr!important}
  body.bhc-final-v24 .bhc-article-prose{font-size:1rem!important;line-height:1.76!important}
  body.bhc-final-v24 .bhc-footer__contact-location{grid-template-columns:1fr!important}
  body.bhc-final-v24 .bhc-footer__map-frame{height:190px!important;min-height:190px!important}
  body.bhc-final-v24 .bhc-footer__map-head{align-items:flex-start!important}
}
