:root{--white:#fff;--mist:#f4f9fc;--aqua:#c8ecff;--teal:#2f83d5;--deep-teal:#173f67;--slate:#536779;--charcoal:#17334d;--border:rgba(23,63,103,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Source Sans 3",Arial,sans-serif;font-size:18px;line-height:1.6;color:var(--charcoal);background:var(--white)}a{color:var(--deep-teal)}img{max-width:100%;height:auto}.container{width:min(100% - 40px,1420px);margin-inline:auto}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:20px;top:20px;z-index:9999;background:#fff;padding:10px 14px}.section{padding:84px 0}.section--white{background:#fff}.section--mist{background:var(--mist)}h1,h2,h3,h4{line-height:1.15;color:var(--charcoal);margin-top:0}h1{font-size:clamp(2.2rem,4vw,4.6rem)}h2{font-size:clamp(1.8rem,2.8vw,3rem)}h3{font-size:1.25rem}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.76rem;font-weight:700;color:var(--teal)}.post-meta{color:var(--slate);font-size:.9rem}.button{display:inline-flex;align-items:center;gap:.65rem;padding:.88rem 1.2rem;border-radius:10px;text-decoration:none;font-weight:700;border:1px solid transparent;transition:.22s ease}.button--primary{background:var(--teal);color:#fff}.button--primary:hover{background:var(--deep-teal)}.button--light{background:#fff;color:var(--deep-teal)}.button--outline{border-color:var(--teal);color:var(--deep-teal)}.text-link{font-weight:700;text-decoration:none;color:var(--deep-teal)}.site-header__top{background:#fff;border-bottom:1px solid var(--border)}.topbar-grid{min-height:88px;display:grid;grid-template-columns:minmax(220px,1.1fr) auto minmax(220px,.8fr);gap:28px;align-items:center}.site-branding img{max-height:70px;width:auto}.site-branding__text{text-decoration:none;color:var(--charcoal);display:flex;flex-direction:column}.top-navigation__menu,.primary-navigation__menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:24px}.top-navigation a{text-decoration:none;color:var(--slate);font-size:.93rem;font-weight:600}.top-navigation a:hover{color:var(--teal)}.header-search{justify-self:end}.search-form{display:flex;border:1px solid var(--border);border-radius:999px;background:var(--mist);overflow:hidden}.search-field{border:0;background:transparent;padding:.7rem 1rem;min-width:180px;outline:0}.search-submit{border:0;background:transparent;color:var(--deep-teal);padding:0 1rem;cursor:pointer}.mobile-menu-toggle{display:none}.hero-shell{background:#fff}.hero-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(320px,1fr)}.hero-slide{min-height:520px;position:relative;background-image:linear-gradient(90deg,rgba(8,99,95,.92),rgba(8,99,95,.32)),var(--hero-image,linear-gradient(135deg,#08635f,#168f8b));background-size:cover;background-position:center;display:flex;align-items:flex-end}.hero-slide__content{position:relative;z-index:2;padding:54px;color:#fff;max-width:760px}.hero-slide h1{color:#fff;margin:.25rem 0 1rem}.hero-slide p{max-width:650px}.hero-slide .eyebrow{color:var(--aqua)}.quick-access{background:var(--mist);padding:34px;display:flex;flex-direction:column}.quick-access__items{display:grid;gap:12px;flex:1}.quick-access__item{display:grid;grid-template-columns:44px 1fr auto;gap:14px;align-items:center;background:#fff;border:1px solid var(--border);border-radius:12px;padding:16px 18px;text-decoration:none;color:var(--charcoal);transition:.22s ease}.quick-access__item:hover{background:var(--teal);color:#fff;transform:translateY(-2px)}.quick-access__icon{width:44px;height:44px;border-radius:10px;background:rgba(98,199,196,.17);color:var(--deep-teal);display:grid;place-items:center;font-weight:800}.quick-access__item:hover .quick-access__icon{background:rgba(255,255,255,.17);color:#fff}.quick-access__label{font-weight:700}.site-header__primary-nav{background:var(--deep-teal);position:relative;z-index:20}.primary-navigation__menu{gap:0;justify-content:flex-start;flex-wrap:wrap}.primary-navigation li{position:relative}.primary-navigation a{display:block;padding:20px 16px;color:#fff;text-decoration:none;font-weight:700;font-size:.95rem}.primary-navigation a:hover,.primary-navigation .current-menu-item>a,.primary-navigation .current-menu-ancestor>a{background:var(--teal)}.primary-navigation .sub-menu{display:none;position:absolute;top:100%;left:0;min-width:280px;background:#fff;list-style:none;padding:8px;margin:0;box-shadow:0 18px 50px rgba(38,54,56,.12);border-radius:0 0 12px 12px}.primary-navigation li:hover>.sub-menu,.primary-navigation li:focus-within>.sub-menu{display:block}.primary-navigation .sub-menu a{color:var(--charcoal);padding:11px 14px;border-radius:8px}.primary-navigation .sub-menu a:hover{background:var(--mist);color:var(--deep-teal)}.section-heading{margin-bottom:34px}.section-heading--center{text-align:center;max-width:760px;margin:0 auto 42px}.department-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.department-card,.content-card,.about-card{background:#fff;border:1px solid var(--border);border-radius:14px}.department-card{padding:28px;transition:.22s ease}.department-card:hover{transform:translateY(-4px);box-shadow:0 18px 50px rgba(38,54,56,.08)}.department-card__mark{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:rgba(98,199,196,.18);color:var(--deep-teal);font-size:1.5rem;font-weight:700}.department-card h3{margin:18px 0 8px}.department-card h3 a{text-decoration:none;color:var(--charcoal)}.section-action{text-align:center;margin-top:32px}.split-content{display:grid;grid-template-columns:1.25fr .75fr;gap:36px}.news-row{display:grid;grid-template-columns:68px 1fr;gap:20px;padding:20px 0;border-bottom:1px solid var(--border)}.news-row time{width:58px;height:62px;border-radius:10px;background:#fff;display:grid;place-items:center;align-content:center;color:var(--deep-teal)}.news-row time strong{font-size:1.45rem;line-height:1}.news-row time span{text-transform:uppercase;font-size:.72rem}.news-row h3{margin:0 0 6px}.news-row h3 a{text-decoration:none;color:var(--charcoal)}.about-card{padding:38px}.contact-strip__grid{display:grid;grid-template-columns:1.4fr .8fr auto;align-items:center;gap:28px}.contact-strip__phone span{display:block;color:var(--slate);font-size:.9rem}.contact-strip__phone a{font-size:1.7rem;font-weight:800;text-decoration:none;color:var(--deep-teal)}.page-hero{padding:68px 0;background:var(--mist);border-bottom:1px solid var(--border)}.page-hero h1{margin:0}.breadcrumbs{font-size:.9rem;color:var(--slate)}.breadcrumbs a{text-decoration:none}.content-narrow{max-width:980px}.entry-content>p,.entry-content>ul,.entry-content>ol{max-width:850px}.entry-content table{width:100%;border-collapse:collapse}.entry-content th,.entry-content td{border:1px solid var(--border);padding:12px 14px;text-align:left}.entry-content th{background:var(--mist)}.entry-featured{border-radius:14px;margin:0 0 28px}.archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.content-card{overflow:hidden}.content-card__image img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.content-card__body{padding:24px}.content-card h2{font-size:1.4rem}.content-card h2 a{text-decoration:none;color:var(--charcoal)}.error-404{text-align:center;padding-block:80px}.error-code{font-size:7rem;line-height:1;margin:0;color:var(--aqua);font-weight:800}.site-footer{background:var(--charcoal);color:rgba(255,255,255,.72);padding-top:64px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:38px}.site-footer h2,.site-footer h3{color:#fff}.site-footer a{color:rgba(255,255,255,.78);text-decoration:none}.site-footer ul{list-style:none;padding:0}.site-footer__bottom{margin-top:48px;padding:20px 0;border-top:1px solid rgba(255,255,255,.12);font-size:.9rem}@media(max-width:1100px){.topbar-grid{grid-template-columns:1fr auto}.top-navigation,.header-search{display:none}.mobile-menu-toggle{display:grid;width:46px;height:42px;padding:9px;border:1px solid var(--border);border-radius:10px;background:#fff;gap:4px;align-content:center}.mobile-menu-toggle span:not(.screen-reader-text){display:block;height:2px;background:var(--deep-teal)}.hero-grid{grid-template-columns:1.55fr .9fr}.department-grid,.archive-grid{grid-template-columns:repeat(2,1fr)}.site-header__primary-nav{display:none}.site-header__primary-nav.is-open{display:block}.primary-navigation__menu{display:block}.primary-navigation .sub-menu{position:static;display:block;background:rgba(255,255,255,.05);box-shadow:none;border-radius:0;padding-left:20px}.primary-navigation .sub-menu a{color:#fff}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:820px){body{font-size:17px}.hero-grid,.split-content,.contact-strip__grid{grid-template-columns:1fr}.hero-slide{min-height:430px}.hero-slide__content{padding:34px}.quick-access{padding:24px}.department-grid,.archive-grid{grid-template-columns:1fr}.section{padding:64px 0}.contact-strip__grid{align-items:start}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.container{width:min(100% - 28px,1420px)}.topbar-grid{min-height:72px}.site-branding img{max-height:56px}.hero-slide{min-height:390px}.hero-slide__content{padding:26px}.quick-access__item{padding:14px}.footer-grid{grid-template-columns:1fr}}
/* OLSB 1.1.0 visual layer - generated fallback; rebuild from SCSS with npm run sass */
body{font-family:var(--olsb-font-body),Arial,sans-serif;font-size:var(--olsb-base-size,17px);color:var(--olsb-text,#536779)}h1,h2,h3,h4{font-family:var(--olsb-font-heading),Arial,sans-serif;color:var(--olsb-heading,#17334d)}.site-header__primary-nav{background:var(--olsb-primary-dark,#173f67)}.primary-navigation a:hover,.primary-navigation .current-menu-item>a,.primary-navigation .current-menu-ancestor>a{background:var(--olsb-primary,#2f83d5)}.hero-stage{position:relative;min-height:520px;background:var(--olsb-primary-dark,#173f67);overflow:hidden}.hero-slide{position:absolute;inset:0;display:grid;grid-template-columns:46% 54%;opacity:0;visibility:hidden;transition:opacity .65s ease,visibility .65s ease;min-height:0;background:none;align-items:stretch}.hero-slide.is-active{opacity:1;visibility:visible;z-index:2}.hero-slide__copy{position:relative;z-index:2;background:linear-gradient(135deg,var(--olsb-primary-dark,#173f67),var(--olsb-primary,#2f83d5));color:#fff;display:flex;align-items:center}.hero-slide__copy:after{content:"";position:absolute;top:0;right:-115px;width:180px;height:100%;background:var(--olsb-primary,#2f83d5);clip-path:polygon(0 0,36% 0,100% 100%,0 100%);z-index:1}.hero-slide__copy-inner{position:relative;z-index:3;width:min(560px,calc(100% - 70px));margin-left:max(30px,calc((100vw - 1420px)/2));padding:54px 0}.hero-slide h1{font-size:clamp(2.2rem,3.7vw,4.3rem);color:#fff;margin:.35rem 0 1rem;max-width:650px}.hero-slide__text{font-size:1.08rem;max-width:580px;margin-bottom:1.8rem}.hero-slide .eyebrow{color:#c8ecff}.hero-slide__visual{background-image:linear-gradient(90deg,rgba(23,63,103,.08),rgba(23,63,103,0)),var(--hero-image),linear-gradient(135deg,#dff2fb,#a9d7ee);background-size:cover;background-position:center}.hero-dots{position:absolute;z-index:5;bottom:28px;left:50%;display:flex;gap:8px}.hero-dot{width:10px;height:10px;border-radius:50%;border:2px solid #fff;background:transparent;padding:0;cursor:pointer}.hero-dot.is-active{background:#fff}.quick-actions-wrap{position:relative;z-index:8;margin-top:-1px;background:#fff}.quick-actions{display:grid;grid-template-columns:repeat(4,1fr);box-shadow:0 16px 45px rgba(23,63,103,.12);transform:translateY(-24px);border-radius:12px;overflow:hidden;background:#fff}.quick-action{min-height:108px;display:flex;align-items:center;gap:16px;padding:22px 24px;text-decoration:none;color:var(--olsb-primary-dark,#173f67);background:#fff;border-right:1px solid rgba(23,63,103,.14);font-weight:700;transition:.2s ease}.quick-action:last-child{border-right:0}.quick-action:hover{background:var(--olsb-primary,#2f83d5);color:#fff;transform:translateY(-2px)}.quick-action__icon{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:var(--olsb-primary-light,#dff2fb);color:var(--olsb-primary,#2f83d5);flex:0 0 50px}.quick-action__icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.quick-action:hover .quick-action__icon{background:rgba(255,255,255,.18);color:#fff}.button--primary{background:var(--olsb-primary,#2f83d5)}.button--primary:hover{background:var(--olsb-primary-dark,#173f67)}.button--outline{border-color:var(--olsb-primary,#2f83d5);color:var(--olsb-primary-dark,#173f67)}.section--mist{background:var(--olsb-surface,#f4f9fc)}.department-card{border-top:3px solid var(--olsb-primary,#2f83d5)}.about-card{background:linear-gradient(145deg,var(--olsb-primary-dark,#173f67),var(--olsb-primary,#2f83d5));color:#fff;border-radius:18px}.about-card h2,.about-card .eyebrow{color:#fff}.mobile-call{display:none}.cookie-consent{position:fixed;inset:0;z-index:99990;background:rgba(9,29,47,.56);padding:24px;align-items:flex-end;justify-content:center}.cookie-consent:not([hidden]){display:flex}.cookie-consent__box{width:min(760px,100%);background:#fff;border-radius:16px;padding:26px;box-shadow:0 24px 80px rgba(0,0,0,.22)}.cookie-consent__box h2{font-size:1.45rem;margin-bottom:8px}.cookie-consent__choices{padding:14px 0;display:flex;gap:20px;flex-wrap:wrap}.cookie-consent__choices[hidden]{display:none}.cookie-consent__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.cookie-settings-link{border:0;background:none;color:var(--olsb-primary-dark,#173f67);text-decoration:underline;cursor:pointer;padding:8px}
@media(max-width:820px){.hero-stage{min-height:520px}.hero-slide{grid-template-columns:1fr}.hero-slide__copy{background:linear-gradient(180deg,rgba(23,63,103,.92),rgba(47,131,213,.78));z-index:2}.hero-slide__copy:after{display:none}.hero-slide__visual{position:absolute;inset:0;z-index:1}.hero-slide__copy-inner{margin:0;padding:42px 28px;width:100%;align-self:end}.hero-dots{left:28px}.quick-actions{grid-template-columns:1fr 1fr;transform:translateY(-16px)}.quick-action{min-height:86px}.mobile-call{position:fixed;display:flex;z-index:9990;left:16px;right:16px;bottom:14px;height:54px;border-radius:27px;background:var(--olsb-primary,#2f83d5);color:#fff;align-items:center;justify-content:center;gap:10px;text-decoration:none;font-weight:800;box-shadow:0 12px 35px rgba(23,63,103,.3)}.mobile-call svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8}.site-footer{padding-bottom:74px}}@media(max-width:560px){.quick-actions{grid-template-columns:1fr}.quick-action{min-height:72px}.hero-slide h1{font-size:2.25rem}.cookie-consent{padding:12px}.cookie-consent__box{padding:20px}.cookie-consent__actions .button{width:100%;justify-content:center}}

.contact-map{width:100%;height:700px;margin:0;padding:0;background:#eef4f8}.contact-map iframe{display:block;width:100%;height:700px;border:0}

/* OLSB 1.3.2 stable additions */
.hero-slide__copy:after{display:none!important}.hero-slide{grid-template-columns:46% 54%}.hero-slide__visual{position:relative;z-index:2;clip-path:polygon(10% 0,100% 0,100% 100%,0 100%);margin-left:-70px}.quick-action__icon svg,.archive-grid .content-card__image--placeholder svg{width:25px!important;height:25px!important;max-width:25px!important;max-height:25px!important}.page-hero--archive{padding:54px 0;background:linear-gradient(135deg,var(--olsb-primary-light,#dff2fb),var(--olsb-surface,#f4f9fc));border-bottom:1px solid rgba(23,63,103,.12)}.page-hero--archive .eyebrow{margin:0 0 8px;color:var(--olsb-primary,#2f83d5)}.page-hero--archive h1{font-size:clamp(2.15rem,3.4vw,3.65rem);color:var(--olsb-heading,#17334d)}.archive-description{max-width:780px;color:var(--olsb-text,#536779)}.archive-section{padding-top:64px}.archive-grid{align-items:stretch}.archive-grid .content-card{height:100%;position:relative;overflow:hidden;border:1px solid rgba(23,63,103,.10);border-radius:18px;box-shadow:0 12px 38px rgba(23,63,103,.09);transition:transform .25s ease,box-shadow .25s ease}.archive-grid .content-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(180deg,var(--olsb-primary-light,#dff2fb),var(--olsb-primary,#2f83d5));z-index:3}.archive-grid .content-card:hover{transform:translateY(-5px);box-shadow:0 20px 52px rgba(23,63,103,.14)}.archive-grid .content-card__image{display:block;overflow:hidden;background:linear-gradient(135deg,var(--olsb-primary-light,#dff2fb),var(--olsb-surface,#f4f9fc))}.archive-grid .content-card__image img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.archive-grid .content-card__image--placeholder{height:150px;display:grid;place-items:center}.archive-grid .content-card__image--placeholder svg{fill:none;stroke:var(--olsb-primary,#2f83d5);stroke-width:1.35}.archive-grid .content-card__body{padding:28px 30px 30px}.archive-grid .content-card .post-meta{margin:0 0 14px}.archive-grid .content-card .post-meta span{display:inline-block;padding:5px 10px;border-radius:999px;background:var(--olsb-primary-light,#dff2fb);color:var(--olsb-primary-dark,#173f67);font-size:.82rem;font-weight:700}.archive-grid .content-card h2{font-size:1.45rem;margin:0 0 12px}.archive-grid .content-card__excerpt{color:var(--olsb-text,#536779);margin:0 0 20px}.archive-grid .content-card .text-link{display:inline-flex;padding:10px 16px;border-radius:9px;background:var(--olsb-primary,#2f83d5);color:#fff}.archive-grid .content-card .text-link:hover{background:var(--olsb-primary-dark,#173f67);color:#fff}@media(max-width:820px){.hero-slide{grid-template-columns:1fr}.hero-slide__visual{position:absolute;inset:0;margin-left:0;clip-path:none;z-index:1}.hero-slide__copy{z-index:2}}
@media(min-width:821px){.hero-slide{background:linear-gradient(135deg,#173f67,#2f83d5)}.hero-slide__copy{background:transparent}.hero-slide__copy:after{display:none!important}.hero-slide__visual{position:relative;z-index:2;margin-left:-78px;clip-path:polygon(11% 0,100% 0,100% 100%,0 100%)}}.department-card{border-top:0!important}.archive-grid .content-card:before{display:none!important}.about-card{position:relative;overflow:hidden;background-image:linear-gradient(135deg,rgba(23,63,103,.9),rgba(47,131,213,.8)),url('../images/IMG_2345.jpg')!important;background-size:cover!important;background-position:center!important;color:#fff}.about-card>*{position:relative;z-index:1}.about-card .button--light{background:#fff;color:#173f67;border-color:#fff}@media(max-width:1100px){.site-header__top{position:relative;z-index:60}.site-header__primary-nav{display:none;position:absolute;top:72px;right:14px;left:auto;width:min(360px,calc(100vw - 28px));z-index:999;background:#173f67;border-radius:12px;box-shadow:0 18px 50px rgba(9,29,47,.24);overflow:hidden}.site-header__primary-nav.is-open{display:block}.site-header__primary-nav>.container{width:100%;padding:0}.primary-navigation__menu{display:block;margin:0}.primary-navigation a{padding:14px 18px}}

/* v1.3.4 cross-browser typography + department cards */
html,body,button,input,select,textarea{font-family:Arial,Helvetica,sans-serif!important}h1,h2,h3,h4,h5,h6,.hero-slide h1{font-family:Arial,Helvetica,sans-serif!important}.department-card{border:1px solid rgba(23,63,103,.16)!important;border-top:1px solid rgba(23,63,103,.16)!important}.department-card__mark{display:none!important}

/* v1.3.5 footer credit */
.site-footer__bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.site-footer__credit{text-align:right}.site-footer__credit a{font-weight:700;color:#fff}@media(max-width:560px){.site-footer__bottom-inner{flex-direction:column;align-items:flex-start;gap:6px}.site-footer__credit{text-align:left}}
.entry-content a.downloadButton{display:flex;align-items:center;gap:14px;width:min(100%,760px);min-height:54px;margin:18px 0;padding:12px 18px;border:0;border-radius:8px;background:var(--olsb-primary,#2f83d5);color:#fff;font-weight:700;line-height:1.3;text-decoration:none;box-shadow:0 8px 22px rgba(23,63,103,.1);transition:background-color .2s ease,box-shadow .2s ease,transform .2s ease}.entry-content a.downloadButton:hover,.entry-content a.downloadButton:focus-visible{background:var(--olsb-primary-dark,#173f67);color:#fff;text-decoration:none;box-shadow:0 12px 28px rgba(23,63,103,.18);transform:translateY(-1px)}.entry-content a.downloadButton img{flex:0 0 auto;width:auto;max-width:38px;max-height:38px;margin:0}@media(max-width:560px){.entry-content a.downloadButton{width:100%;padding:12px 14px;font-size:.95rem}}
.single-post .sharedaddy,.single-post .sd-sharing-enabled,.single-post .sd-block,.single-post .sd-social,.single-post .addthis_tool,.single-post .addthis_inline_share_toolbox,.single-post .addtoany_share_save_container,.single-post .a2a_kit,.single-post .shareaholic-canvas,.single-post .ssba,.single-post .ssbp-wrap,.single-post .supsystic-social-sharing,.single-post .social-share,.single-post .social-sharing,.single-post .share-buttons,.single-post .sharing-buttons,.single-post .post-share,.single-post .post-sharing{display:none!important}

/* v1.3.8: keep the hero typography close to the 1366/1440px composition. */
@media(min-width:821px){.hero-slide h1{font-size:clamp(2.2rem,3.3vw,3.35rem)!important;line-height:1.08}.hero-slide__copy-inner{padding-top:42px;padding-bottom:42px}.hero-slide__text{font-size:1rem;line-height:1.55;margin-bottom:1.35rem}.hero-slide .button{padding:.78rem 1.05rem}}
@media(min-width:1600px){.hero-slide h1{font-size:3.15rem!important}.hero-slide__text{font-size:.98rem}.hero-slide__copy-inner{padding-top:38px;padding-bottom:38px}}

/* Single article featured image. */
.single-post .entry-featured{display:block;width:100%;height:auto;max-height:560px;object-fit:cover;border-radius:16px;margin:0 0 32px;box-shadow:0 12px 34px rgba(23,63,103,.10)}

/* Hide known legacy sharing systems from the old site. */
.single-post .sociable,.single-post .sociable_tagline,.single-post .sociable-hovers,.single-post .really_simple_share,.single-post .synved-social-container,.single-post .sharethis-inline-share-buttons{display:none!important}

/* New local-SVG sharing bar. */
.olsb-share{max-width:850px;margin:38px 0 0;padding-top:24px;border-top:1px solid rgba(23,63,103,.14)}.olsb-share__label{display:block;margin-bottom:12px;color:var(--olsb-heading,#17334d);font-weight:700}.olsb-share__items{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.olsb-share__link{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--olsb-primary,#2f83d5);color:#fff!important;text-decoration:none!important;transition:transform .18s ease,background-color .18s ease,box-shadow .18s ease;box-shadow:0 6px 16px rgba(23,63,103,.12)}.olsb-share__link:hover,.olsb-share__link:focus-visible{background:var(--olsb-primary-dark,#173f67);color:#fff!important;transform:translateY(-2px);box-shadow:0 9px 20px rgba(23,63,103,.2)}.olsb-share__link svg{display:block;width:20px;height:20px}.olsb-share__link--viber svg{width:22px;height:22px}@media(max-width:560px){.olsb-share__link{width:40px;height:40px}.single-post .entry-featured{border-radius:12px;margin-bottom:24px}}

/* v1.3.9 legacy social fallback */
.single-post .entry-content a[href*="addthis"],.single-post .entry-content a[href*="addtoany"],.single-post .entry-content a[href*="stumbleupon"],.single-post .entry-content a[href*="plus.google"],.single-post .entry-content a[href*="digg.com"],.single-post .entry-content a[href*="delicious.com"],.single-post .entry-content a[href*="newsvine"],.single-post .entry-content a[href*="friendfeed"],.single-post .entry-content a[href*="myspace"]{display:none!important}
.olsb-share__link svg{display:block;width:20px;height:20px;fill:currentColor;overflow:visible}.olsb-share__link--viber svg,.olsb-share__link[aria-label*="WhatsApp"] svg{width:21px;height:21px;fill:currentColor}/* Accessibility panel — isolated from the visual theme. */
.olsb-accessibility{position:fixed;left:18px;bottom:18px;z-index:9998;font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.35}
.olsb-accessibility__toggle{display:grid;place-items:center;width:50px;height:50px;padding:0;border:2px solid #fff;border-radius:50%;background:var(--olsb-primary,#2586d9);color:#fff;box-shadow:0 5px 18px rgba(0,0,0,.2);font-size:25px;cursor:pointer}
.olsb-accessibility__toggle:hover,.olsb-accessibility__toggle:focus-visible{background:var(--olsb-primary-dark,#174e78);outline:3px solid #fff;outline-offset:2px}
.olsb-accessibility__panel{position:absolute;left:0;bottom:62px;width:min(330px,calc(100vw - 36px));padding:0;border:1px solid rgba(16,55,86,.18);border-radius:12px;background:#fff;color:#162f43;box-shadow:0 12px 36px rgba(0,0,0,.2);overflow:hidden}
.olsb-accessibility__header{display:flex;align-items:center;justify-content:space-between;padding:13px 15px;background:var(--olsb-primary-dark,#174e78);color:#fff;font-size:17px}
.olsb-accessibility__close{width:32px;height:32px;padding:0;border:0;background:transparent;color:#fff;font-size:27px;line-height:1;cursor:pointer}
.olsb-accessibility__controls{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:12px}
.olsb-accessibility__controls button{min-height:70px;padding:9px 7px;border:1px solid #d7e2eb;border-radius:8px;background:#fff;color:#173d5d;font:inherit;font-weight:600;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;text-align:center}
.olsb-accessibility__controls button>span:first-child{font-size:21px;font-weight:700}
.olsb-accessibility__controls button:hover,.olsb-accessibility__controls button:focus-visible,.olsb-accessibility__controls button[aria-pressed="true"]{border-color:var(--olsb-primary,#2586d9);background:#edf7ff;outline:2px solid transparent}

html.olsb-a11y-font-1{font-size:112.5%}html.olsb-a11y-font-2{font-size:125%}
html.olsb-a11y-font-minus{font-size:93.75%}
html.olsb-a11y-links body a:not(.button):not(.olsb-accessibility__toggle){text-decoration:underline!important;text-decoration-thickness:2px!important;text-underline-offset:3px!important}
html.olsb-a11y-contrast body{background:#000!important;color:#fff!important}
html.olsb-a11y-contrast body :where(main,article,section,.site-content,.site-header__top,.site-header__primary-nav,.site-footer,.site-footer__bottom,.card,.department-card,.news-card,.cookie-consent__box){background-color:#000!important;color:#fff!important;background-image:none!important}
html.olsb-a11y-contrast body :where(h1,h2,h3,h4,h5,h6,p,li,span,strong,small,label){color:#fff!important}
html.olsb-a11y-contrast body a{color:#ffeb3b!important;text-decoration:underline!important}html.olsb-a11y-contrast body button,html.olsb-a11y-contrast body .button{border-color:#fff!important}
html.olsb-a11y-contrast .olsb-accessibility__panel{background:#000!important;border:2px solid #fff!important}html.olsb-a11y-contrast .olsb-accessibility__controls button{background:#000!important;color:#fff!important;border-color:#fff!important}
html.olsb-a11y-cursor,html.olsb-a11y-cursor *{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M3 2v24l6-6 4 9 5-2-4-9h9z' fill='white' stroke='black' stroke-width='2'/%3E%3C/svg%3E") 3 2,auto!important}
html.olsb-a11y-cursor a,html.olsb-a11y-cursor button,html.olsb-a11y-cursor [role="button"]{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M9 28V13c0-2 3-2 3 0V5c0-3 4-3 4 0v7-2c0-3 4-3 4 0v3-1c0-3 4-3 4 0v3c0-2 4-2 4 1v5c0 6-4 9-9 9h-3c-4 0-7-2-7-2z' fill='white' stroke='black' stroke-width='2'/%3E%3C/svg%3E") 12 4,pointer!important}
@media(max-width:600px){.olsb-accessibility{left:12px;bottom:76px}.olsb-accessibility__toggle{width:46px;height:46px}.olsb-accessibility__panel{bottom:56px}.olsb-accessibility__controls{grid-template-columns:1fr 1fr}}
/*v1.5.1 a11y corrections*/html.olsb-a11y-font-1 body{font-size:20.25px}html.olsb-a11y-font-2 body{font-size:22.5px}html.olsb-a11y-font-minus body{font-size:16.875px}html.olsb-a11y-font-1 h1{font-size:clamp(1.956rem,4vw,4.089rem)}html.olsb-a11y-font-2 h1{font-size:clamp(1.76rem,4vw,3.68rem)}html.olsb-a11y-font-minus h1{font-size:clamp(2.347rem,4vw,4.907rem)}html.olsb-a11y-font-1 h2{font-size:clamp(1.6rem,2.8vw,2.667rem)}html.olsb-a11y-font-2 h2{font-size:clamp(1.44rem,2.8vw,2.4rem)}html.olsb-a11y-font-minus h2{font-size:clamp(1.92rem,2.8vw,3.2rem)}html.olsb-a11y-font-1 h3{font-size:1.111rem}html.olsb-a11y-font-2 h3{font-size:1rem}html.olsb-a11y-font-minus h3{font-size:1.333rem}html.olsb-a11y-font-1 .olsb-accessibility,html.olsb-a11y-font-2 .olsb-accessibility,html.olsb-a11y-font-minus .olsb-accessibility{font-size:16px}html.olsb-a11y-contrast body :where(main,article,section,.site-content,.site-header__top,.site-header__primary-nav,.site-footer,.site-footer__bottom,.page-hero,.hero-shell,.hero-slide,.quick-access,.quick-access__item,.department-card,.content-card,.content-card__body,.about-card,.news-row,.contact-strip,.search-form,.entry-content,.cookie-consent__box,.footer-widget){background-color:#000!important;color:#fff!important;background-image:none!important;border-color:#fff!important;box-shadow:none!important}html.olsb-a11y-contrast body :where(h1,h2,h3,h4,h5,h6,p,li,span,strong,small,label,time,blockquote,td,th){color:#fff!important}html.olsb-a11y-contrast body :where(input,textarea,select){background:#000!important;color:#fff!important;border:2px solid #fff!important}html.olsb-a11y-contrast body :where(button,.button,.search-submit,.quick-access__icon){background:#000!important;color:#fff!important;border:2px solid #fff!important}html.olsb-a11y-contrast body :where(button,.button):hover,html.olsb-a11y-contrast body :where(button,.button):focus-visible{background:#fff!important;color:#000!important;outline:3px solid #ffeb3b!important}html.olsb-a11y-contrast .olsb-accessibility__header{background:#000!important;color:#fff!important;border-bottom:1px solid #fff!important}html.olsb-a11y-contrast .olsb-accessibility__controls button[aria-pressed=true]{background:#fff!important;color:#000!important;outline:3px solid #ffeb3b!important}
/*v1.5.2 targeted high-contrast fixes*/html.olsb-a11y-contrast body .quick-actions-wrap,html.olsb-a11y-contrast body .quick-actions,html.olsb-a11y-contrast body .quick-action{background:#000!important;color:#ffeb3b!important;border-color:#fff!important;box-shadow:none!important}html.olsb-a11y-contrast body .quick-action span{color:inherit!important}html.olsb-a11y-contrast body .quick-action__icon{background:#000!important;color:#fff!important;border:2px solid #fff!important}html.olsb-a11y-contrast body .quick-action__icon svg,html.olsb-a11y-contrast body .quick-action__icon svg *{fill:currentColor!important;stroke:currentColor!important}html.olsb-a11y-contrast body .quick-action:hover,html.olsb-a11y-contrast body .quick-action:focus-visible{background:#ffeb3b!important;color:#000!important;outline:3px solid #fff!important;outline-offset:-3px}html.olsb-a11y-contrast body .primary-navigation .sub-menu{background:#000!important;color:#fff!important;border:1px solid #fff!important;box-shadow:none!important}html.olsb-a11y-contrast body .primary-navigation .sub-menu li{background:#000!important;color:#fff!important}html.olsb-a11y-contrast body .primary-navigation .sub-menu a{background:#000!important;color:#ffeb3b!important;border-radius:0!important}html.olsb-a11y-contrast body .primary-navigation .sub-menu a:hover,html.olsb-a11y-contrast body .primary-navigation .sub-menu a:focus-visible,html.olsb-a11y-contrast body .primary-navigation .sub-menu .current-menu-item>a{background:#ffeb3b!important;color:#000!important;outline:2px solid #fff!important;outline-offset:-2px}
.olsb-accessibility__toggle{background:var(--olsb-primary,#2586d9)}.olsb-accessibility__toggle-icon{display:block;width:29px;height:29px;color:#fff;fill:currentColor}.olsb-accessibility__toggle:hover,.olsb-accessibility__toggle:focus-visible{background:var(--olsb-primary,#2586d9)}@media(max-width:600px){.olsb-accessibility__toggle-icon{width:27px;height:27px}}

.olsb-doctors-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.olsb-doctor-card{overflow:hidden;background:#fff;border:1px solid var(--olsb-border,rgba(38,54,56,.16));border-radius:14px}.olsb-doctor-card__photo{display:block;aspect-ratio:4/3;background:var(--olsb-surface,#f3f6f6);overflow:hidden}.olsb-doctor-card__photo img{width:100%;height:100%;object-fit:cover;display:block}.olsb-doctor-card__placeholder{width:100%;height:100%;min-height:220px;display:grid;place-items:center;color:var(--olsb-primary,#168f8b)}.olsb-doctor-card__placeholder svg{width:72px;height:72px;fill:none;stroke:currentColor;stroke-width:1.5}.olsb-doctor-card__body{padding:24px}.olsb-doctor-card__body h3{margin:0 0 8px}.olsb-doctor-card__body h3 a{text-decoration:none;color:var(--olsb-heading,#263638)}.olsb-doctor-card__position{font-weight:700;margin:.2rem 0}.olsb-doctor-card__specialty{margin:.2rem 0 1rem}.olsb-doctor-profile{display:grid;grid-template-columns:minmax(260px,380px) minmax(0,1fr);gap:48px;align-items:start}.olsb-doctor-profile__photo img{width:100%;height:auto;border-radius:14px;display:block}.olsb-doctor-profile__photo .olsb-doctor-card__placeholder{border-radius:14px;background:var(--olsb-surface,#f3f6f6)}html.olsb-a11y-contrast :where(.olsb-doctor-card,.olsb-doctor-card__body,.olsb-doctor-card__photo,.olsb-doctor-profile__photo .olsb-doctor-card__placeholder){background:#000!important;color:#fff!important;border-color:#fff!important}html.olsb-a11y-contrast .olsb-doctor-card a{color:#ffeb3b!important}@media(max-width:1100px){.olsb-doctors-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.olsb-doctors-grid,.olsb-doctor-profile{grid-template-columns:1fr}.olsb-doctor-profile{gap:28px}}.button--small{padding:.62rem .9rem;border-radius:8px;font-size:.95rem;line-height:1.2}.olsb-content-action{text-decoration:none!important}.olsb-doctor-data{border:1px solid rgba(24,83,126,.14);border-radius:12px;overflow:hidden;margin:0 0 28px;background:#f6faff}.olsb-doctor-data__row{display:grid;grid-template-columns:minmax(190px,32%) minmax(0,1fr);border-bottom:1px solid rgba(24,83,126,.12)}.olsb-doctor-data__row:last-child{border-bottom:0}.olsb-doctor-data__label,.olsb-doctor-data__value{padding:14px 16px;font-family:var(--olsb-font-body);font-size:1rem;line-height:1.45}.olsb-doctor-data__label{background:#dcebf7;color:var(--olsb-heading);font-weight:700}.olsb-doctor-data__value{background:#f4f9fd;color:var(--olsb-text);font-weight:400}.olsb-doctor-data__value a:not(.button){text-decoration:none}.olsb-doctor-profile__bio{margin-top:8px}.olsb-doctor-profile__content>.olsb-share{margin-top:30px}html.olsb-a11y-contrast .olsb-doctor-data{border-color:#fff!important;background:#000!important}html.olsb-a11y-contrast .olsb-doctor-data__row{border-color:#fff!important}html.olsb-a11y-contrast .olsb-doctor-data__label{background:#222!important;color:#ffeb3b!important}html.olsb-a11y-contrast .olsb-doctor-data__value{background:#000!important;color:#fff!important}@media(max-width:680px){.olsb-doctor-data__row{grid-template-columns:1fr}.olsb-doctor-data__label{padding-bottom:8px}.olsb-doctor-data__value{padding-top:10px}.olsb-doctor-data__value .button{max-width:100%;overflow-wrap:anywhere;text-align:left}}
.olsb-search-hero{padding-block:48px}.olsb-search-hero h1{font-size:clamp(2rem,3vw,3.4rem);margin-bottom:10px}.olsb-search-count{margin:0 0 22px;color:var(--olsb-text,#536779)}.olsb-search-again{max-width:720px}.olsb-search-again .search-form{background:#fff}.olsb-search-again .search-field{width:100%;min-width:0;font-size:1rem}.olsb-search-again .search-form label{flex:1}.olsb-search-results{display:grid;gap:16px;max-width:1100px}.olsb-search-result{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;padding:24px 26px;border:1px solid var(--olsb-border,rgba(23,63,103,.14));border-radius:14px;background:#f7fbfe}.olsb-search-result__type{display:inline-block;margin-bottom:7px;padding:4px 9px;border-radius:999px;background:#dcebf7;color:var(--olsb-heading,#17334d);font-size:.82rem;font-weight:700;line-height:1.2}.olsb-search-result__title{margin:0 0 8px;font-size:1.45rem}.olsb-search-result__title a{color:var(--olsb-heading,#17334d);text-decoration:none}.olsb-search-result__excerpt{margin:0;color:var(--olsb-text,#536779)}.olsb-search-result__action{white-space:nowrap}.olsb-search-empty{padding:34px;border:1px solid var(--olsb-border,rgba(23,63,103,.14));border-radius:14px;background:#f7fbfe;max-width:900px}.olsb-search-empty h2{margin-bottom:8px}html.olsb-a11y-contrast :where(.olsb-search-result,.olsb-search-empty,.olsb-search-again .search-form){background:#000!important;color:#fff!important;border-color:#fff!important}html.olsb-a11y-contrast .olsb-search-result__type{background:#222!important;color:#ffeb3b!important}html.olsb-a11y-contrast :where(.olsb-search-result__title a,.olsb-search-result__excerpt,.olsb-search-count){color:#fff!important}@media(max-width:680px){.olsb-search-result{grid-template-columns:1fr;gap:16px;padding:20px}.olsb-search-result__action .button{width:100%;justify-content:center}.olsb-search-hero{padding-block:36px}}