/* Refined brand layer: blue ink, lilac accents and an editorial type scale. */
@media screen {
  body.hospital-site { background:#f4f5f9; border-top:4px solid #c7bfe6; }
  .site-width { max-width:1240px; }
  .utility-bar { background:#244e77; color:#fff; letter-spacing:.015em; }
  .utility-bar a { color:#fff; }
  .brand-row { padding-block:1.8rem; }
  .brand img { width:360px; }
  .accessibility-tools { padding-left:1.2rem; border-left:1px solid var(--border); }
  .accessibility-tools button { transition:background .18s ease; }
  .accessibility-tools button:hover { background:#ebe7f5; }
  .navigation-bar { background:#fff; border-top:1px solid #edf0f5; border-bottom:1px solid #dbe2eb; }
  #primary-navigation { gap:.4rem; }
  #primary-navigation a { color:#34516e; font-weight:600; padding-inline:1rem; min-height:68px; }
  #primary-navigation a:hover,#primary-navigation a[aria-current="page"] { background:#f0edf8; color:#004c80; border-bottom-color:#9280bf; }
  .site-search input { background:#f0f3f7; border:1px solid #dce3ec; border-right:0; border-radius:9px 0 0 9px; }
  .site-search button { background:#2e5e8f; color:white; border:0; border-radius:0 9px 9px 0; }
  .site-search button:hover { background:#004c80; }
  .identity-banner { display:grid; grid-template-columns:27% minmax(0,1fr); position:relative; min-height:240px; margin-top:2rem; border-radius:4px 36px 4px 4px; background:#e9e4f4; overflow:hidden; }
  .identity-banner img { width:100%; height:100%; min-height:240px; object-fit:cover; object-position:left center; }
  .identity-quote { align-self:center; margin:0; padding:2.25rem 3.5rem; color:#244e77; border:0; }
  .identity-quote p { max-width:730px; margin:0; font:400 clamp(1.65rem,2.9vw,2.65rem)/1.25 Georgia,"Times New Roman",serif; letter-spacing:-.025em; }
  .identity-quote cite { display:block; margin-top:1.2rem; font:600 .875rem/1.5 "Segoe UI",Arial,sans-serif; letter-spacing:.1em; text-transform:uppercase; }
  .identity-quote cite::before { content:""; display:inline-block; vertical-align:middle; width:30px; height:2px; margin-right:.75rem; background:#8f7ab4; }
  .page-layout { grid-template-columns:250px minmax(0,1fr); gap:2.5rem; padding-block:2.5rem 4rem; }
  .section-sidebar { background:transparent; border:0; border-radius:0; }
  .section-sidebar summary { background:#2e5e8f; color:#fff; border-radius:4px 14px 0 0; padding:1.2rem; font-size:.9375rem; }
  .section-sidebar ul { padding:.5rem 0; }
  .section-sidebar li { border-bottom:1px solid #e0e4ee; }
  .section-sidebar a { border-radius:0; padding:.8rem .75rem; color:#3c5570; }
  .section-sidebar a:hover { background:#e8e3f2; text-decoration:none; color:#004c80; }
  .hospital-site .content { border:1px solid #e2e6ed; border-top:4px solid #c7bfe6; border-radius:4px 4px 18px 4px; padding:clamp(1.4rem,3.5vw,3.25rem); box-shadow:0 12px 40px -25px #23476c40; }
  .article-meta { display:flex; align-items:center; gap:.6rem; color:#627287; margin-bottom:1.4rem; font-size:.8125rem; }
  .article-meta::before { content:""; width:18px; height:2px; background:#9a87bc; flex-shrink:0; }
  .hospital-site h1 { font:400 clamp(2rem,3.4vw,3.1rem)/1.13 Georgia,"Times New Roman",serif; letter-spacing:-.035em; color:#16466d; margin-bottom:1.75rem; }
  .hospital-site h2 { font-weight:650; letter-spacing:-.02em; }
  .hospital-site .content p { color:#425367; }
  .hospital-site .article-image { border-radius:3px 24px 3px 3px; }
  .hospital-site .calloutbrdr { gap:.75rem; counter-reset:service; }
  .hospital-site .calloutcontentsidebar { background:#2e5e8f; border:1px solid #2e5e8f; border-radius:4px 14px 4px 4px; transition:transform .18s ease,background .18s ease; }
  .hospital-site .calloutcontentsidebar:nth-of-type(4) { background:#264e77; }
  .hospital-site .calloutcontentsidebar a { color:#fff; padding:1.2rem; min-height:145px; text-decoration:none; font-weight:600; }
  .hospital-site .calloutcontentsidebar a::before { counter-increment:service; content:"0" counter(service); display:block; margin-bottom:.85rem; color:#e0d8f3; font:400 1.4rem/1 Georgia,serif; }
  .hospital-site .calloutcontentsidebar:hover { transform:translateY(-3px); background:#004c80; }
  .hospital-site fieldset { background:#f8f9fc; border:1px solid #e0e5ed; border-radius:4px 16px 4px 4px; padding:1.5rem; }
  .hospital-site .contentform legend { background:white; border:1px solid #dce3ed; border-radius:4px; padding:.45rem .75rem; font-weight:600; }
  .hospital-site .contentform label { font-size:.9375rem; font-weight:600; color:#3c526c; }
  .hospital-site .contentform input,.hospital-site .contentform select,.hospital-site .contentform textarea { border-color:#bbc7d5; border-radius:5px; box-shadow:0 2px 3px #244e7704; }
  .hospital-site .contentform input:focus,.hospital-site .contentform select:focus,.hospital-site .contentform textarea:focus { border-color:#6b78a3; background:#fff; }
  .hospital-site .contentform button { border-radius:5px; box-shadow:0 4px 10px #244e7720; font-weight:600; padding-inline:2rem; }
  .hospital-site .contentform button:hover { background:#004c80; }
  .hospital-site .content table:not(.contentform table) th { padding:.8rem; background:#eae6f3; color:#244e77; text-align:left; font-weight:600; }
  .hospital-site .content table:not(.contentform table) td { padding:.8rem; border-bottom:1px solid #e2e7ef; }
  .site-footer { background:#244e77; color:#e8edf7; border-top:6px solid #c7bfe6; padding-block:2.75rem; }
  .hospital-site .site-footer a { color:white; }
}
@media screen and (max-width:1100px) {
  .page-layout { grid-template-columns:220px minmax(0,1fr); gap:1.5rem; }
  #primary-navigation a { min-height:48px; }
  .identity-quote { padding:2rem; }
  .hospital-site .calloutbrdr { grid-template-columns:1fr; }
  .hospital-site .calloutcontentsidebar a { min-height:0; display:flex; gap:1rem; align-items:center; }
  .hospital-site .calloutcontentsidebar a::before { margin:0; }
}
@media screen and (max-width:760px) {
  .brand-row { padding-block:1.2rem; }
  .brand img { width:350px; }
  .accessibility-tools { border:0; padding:0; }
  .navigation-inner { padding-block:.6rem; }
  .menu-toggle { color:#244e77; border-color:#bac8d9; font-weight:600; }
  .identity-banner { grid-template-columns:25% minmax(0,1fr); min-height:190px; margin-top:1.25rem; border-radius:3px 24px 3px 3px; }
  .identity-banner img { min-height:190px; }
  .identity-quote { padding:1.25rem; }
  .identity-quote p { font-size:clamp(1.3rem,5.5vw,1.85rem); }
  .identity-quote cite { font-size:.75rem; letter-spacing:.05em; margin-top:.8rem; }
  .identity-quote cite::before { width:15px; margin-right:.4rem; }
  .page-layout { display:flex; gap:1.25rem; padding-block:1.25rem 2rem; }
  .section-sidebar summary { border-radius:4px 12px 4px 4px; }
  .hospital-site .content { padding:1.4rem; }
  .hospital-site h1 { font-size:2.1rem; }
  .hospital-site fieldset { padding:1rem; }
}
@media (prefers-reduced-motion:reduce) { .hospital-site .calloutcontentsidebar,.accessibility-tools button { transition:none; } .hospital-site .calloutcontentsidebar:hover { transform:none; } }
@media screen and (max-width:760px) { .identity-banner img { object-position:5% center; } }
