:root{
  --ss-navy:#101f45;--ss-navy-2:#152b62;--ss-aqua:#25b7c6;--ss-sky:#69c5e8;--ss-gold:#f4c84a;--ss-coral:#ff775d;--ss-paper:#fffdf8;--ss-cream:#f7f4ec;--ss-ink:#12213f;--ss-muted:#657188;--ss-line:rgba(16,31,69,.12);--ss-shadow:0 24px 70px rgba(12,25,55,.14);--ss-soft-shadow:0 14px 38px rgba(12,25,55,.10);--ss-radius:34px;--ss-radius-sm:22px;--ss-max:1240px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body.ss-theme{margin:0;color:var(--ss-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(circle at 8% 8%,rgba(105,197,232,.22),transparent 24rem),radial-gradient(circle at 92% 18%,rgba(244,200,74,.20),transparent 22rem),linear-gradient(180deg,#f9f7f1 0%,var(--ss-paper) 42%,var(--ss-cream) 100%);overflow-x:hidden}body.ss-theme:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.32;background-image:linear-gradient(rgba(16,31,69,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(16,31,69,.04) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,#000,transparent 70%);z-index:-1}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.ss-container{max-width:var(--ss-max);margin:0 auto;padding:0 22px}.ss-skip-link{position:absolute;top:-80px;left:18px;background:var(--ss-navy);color:#fff;padding:12px 16px;border-radius:12px;z-index:1000}.ss-skip-link:focus{top:18px}.ss-top-strip{background:var(--ss-navy);color:#fff;font-size:14px;position:relative;z-index:20}.ss-top-strip .ss-container{display:flex;justify-content:space-between;gap:18px;padding-top:9px;padding-bottom:9px}.ss-top-strip strong{color:var(--ss-gold)}.ss-utility-menu{display:flex;align-items:center;gap:16px;margin:0;padding:0;list-style:none}.ss-utility-menu a{opacity:.9}.ss-utility-menu a:hover{opacity:1;color:var(--ss-gold)}.ss-nav-shell{position:sticky;top:14px;z-index:40;margin-top:14px;padding:0 18px}.ss-nav{max-width:var(--ss-max);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px;border:1px solid rgba(255,255,255,.65);background:rgba(255,255,255,.78);backdrop-filter:blur(24px);border-radius:999px;box-shadow:0 20px 60px rgba(16,31,69,.14);position:relative}.ss-brand{display:flex;align-items:center;gap:12px;min-width:230px}.ss-brand-mark{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,var(--ss-navy),var(--ss-navy-2));box-shadow:inset 0 0 0 5px rgba(255,255,255,.12),0 10px 20px rgba(16,31,69,.22);overflow:hidden}.ss-brand-mark .custom-logo-link,.ss-brand-mark img{width:68px;height:68px;display:block;object-fit:cover;filter:drop-shadow(0 4px 10px rgba(0,0,0,.18))}.ss-brand-copy{line-height:1.05}.ss-brand-copy b{display:block;font-size:15px;color:var(--ss-navy);letter-spacing:-.02em}.ss-brand-copy small{display:block;color:var(--ss-muted);font-weight:750;margin-top:3px}.ss-primary-menu{display:flex;align-items:center;gap:3px;padding:4px;margin:0;background:rgba(16,31,69,.05);border-radius:999px;list-style:none}.ss-primary-menu li{position:relative}.ss-primary-menu>li>a{display:block;padding:12px 15px;border-radius:999px;color:rgba(18,33,63,.82);font-size:14px;font-weight:850;transition:.22s ease}.ss-primary-menu>li:hover>a,.ss-primary-menu>li>a:focus{background:#fff;color:var(--ss-navy);box-shadow:0 8px 22px rgba(16,31,69,.08)}.ss-primary-menu .sub-menu{position:absolute;top:calc(100% + 18px);left:50%;transform:translateX(-50%) translateY(10px);width:min(860px,calc(100vw - 50px));display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;padding:18px;list-style:none;background:rgba(255,255,255,.96);border:1px solid rgba(16,31,69,.10);border-radius:28px;box-shadow:var(--ss-shadow);opacity:0;visibility:hidden;pointer-events:none;transition:.22s ease}.ss-primary-menu li:hover>.sub-menu,.ss-primary-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.ss-primary-menu .sub-menu a{display:flex;justify-content:space-between;gap:12px;padding:13px 14px;border-radius:16px;color:var(--ss-ink);font-weight:800;background:rgba(16,31,69,.04)}.ss-primary-menu .sub-menu a:hover{background:var(--ss-navy);color:#fff}.ss-primary-menu .sub-menu .sub-menu{position:static;transform:none;display:block;opacity:1;visibility:visible;pointer-events:auto;width:auto;box-shadow:none;background:transparent;border:0;padding:6px 0 0}.ss-nav-actions{display:flex;align-items:center;gap:10px}.ss-nav-btn,.ss-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;cursor:pointer;padding:14px 20px;border-radius:999px;font-weight:900;line-height:1.1;text-decoration:none;transition:.22s ease}.ss-nav-btn,.ss-button-primary{color:#fff;background:linear-gradient(135deg,var(--ss-aqua),#168ca0);box-shadow:0 14px 30px rgba(37,183,198,.30)}.ss-button-primary:hover,.ss-nav-btn:hover{transform:translateY(-1px);box-shadow:0 18px 38px rgba(37,183,198,.38)}.ss-button-secondary{color:#fff;background:linear-gradient(135deg,var(--ss-navy),var(--ss-navy-2))}.ss-button-light{color:var(--ss-navy);background:#fff;border:1px solid var(--ss-line)}.ss-button-outline{color:var(--ss-navy);background:transparent;border:1px solid var(--ss-line)}.ss-button-soft{color:var(--ss-navy);background:rgba(37,183,198,.12)}.ss-button-glass{background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.35);color:#fff;backdrop-filter:blur(8px)}.ss-burger{display:none;width:48px;height:48px;border:0;border-radius:50%;background:var(--ss-navy);color:#fff;font-size:20px}.ss-eyebrow{display:inline-flex;align-items:center;gap:10px;padding:8px 13px;border:1px solid rgba(255,255,255,.35);border-radius:999px;color:#fff;background:rgba(255,255,255,.16);backdrop-filter:blur(14px);font-size:13px;font-weight:850;letter-spacing:.02em;text-transform:uppercase}.ss-eyebrow-dark{color:var(--ss-navy);background:rgba(255,255,255,.72);border-color:var(--ss-line);box-shadow:0 12px 34px rgba(16,31,69,.08)}
.ss-hero{position:relative;min-height:760px;margin-top:-96px;display:flex;align-items:flex-end;overflow:hidden;color:#fff;border-bottom-left-radius:54px;border-bottom-right-radius:54px;box-shadow:0 28px 90px rgba(16,31,69,.18);isolation:isolate}.ss-hero-slide{position:absolute;inset:0;opacity:0;transform:scale(1.04);transition:opacity 1s ease,transform 5s ease;background-size:cover;background-position:center;z-index:-3}.ss-hero-slide.is-active{opacity:1;transform:scale(1)}.ss-hero:before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(13,29,68,.94) 0%,rgba(13,29,68,.78) 36%,rgba(13,29,68,.30) 64%,rgba(13,29,68,.10) 100%),linear-gradient(180deg,rgba(16,31,69,.38) 0%,rgba(16,31,69,.14) 42%,rgba(16,31,69,.72) 100%)}.ss-hero:after{content:"";position:absolute;inset:auto -10% -48% -10%;height:58%;z-index:-1;background:radial-gradient(closest-side,rgba(37,183,198,.36),transparent 70%);filter:blur(14px)}.ss-hero-inner{width:100%;padding:190px 22px 70px}.ss-hero-copy{max-width:830px}.ss-hero h1{margin:20px 0 18px;max-width:830px;font-size:clamp(44px,6vw,86px);line-height:.92;letter-spacing:-.065em;text-wrap:balance}.ss-hero p{margin:0;max-width:680px;color:rgba(255,255,255,.88);font-size:clamp(18px,2vw,22px);line-height:1.5}.ss-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.ss-section{padding:76px 0}.ss-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:26px}.ss-section-head h2,.ss-mission-plain h2{margin:0;color:var(--ss-navy);font-size:clamp(32px,4vw,56px);line-height:.98;letter-spacing:-.05em}.ss-section-head p{color:var(--ss-muted);font-weight:650}.ss-mission-plain{padding:82px 0 52px}.ss-mission-plain .ss-container{max-width:980px;margin-left:max(22px,calc((100vw - var(--ss-max))/2));padding-right:22px}.ss-mission-plain h2{margin:18px 0}.ss-mission-plain p{font-size:clamp(19px,2vw,28px);line-height:1.7;color:#4b5872;margin:0 0 22px}.ss-mission-quote em{font-style:italic;color:var(--ss-navy);font-weight:800}.ss-quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.ss-quick-card{display:flex;flex-direction:column;gap:12px;min-height:190px;padding:24px;border-radius:var(--ss-radius-sm);background:#fff;border:1px solid rgba(16,31,69,.08);box-shadow:var(--ss-soft-shadow);transition:.22s ease}.ss-quick-card:hover{transform:translateY(-4px);box-shadow:var(--ss-shadow)}.ss-quick-card span{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:rgba(37,183,198,.12);color:var(--ss-navy);font-weight:950}.ss-quick-card strong{font-size:21px;color:var(--ss-navy);line-height:1.1}.ss-quick-card small{font-size:15px;color:var(--ss-muted);font-weight:650;line-height:1.45}.ss-calendar{padding:0}.ss-calendar h2{margin:0 0 24px;color:var(--ss-navy);font-size:clamp(30px,3vw,48px);letter-spacing:-.04em}.ss-calendar-items{display:grid;gap:14px}.ss-calendar-home .ss-calendar-items{grid-template-columns:repeat(3,minmax(0,1fr))}.ss-calendar-grid .ss-calendar-items{grid-template-columns:repeat(4,minmax(0,1fr))}.ss-calendar-list .ss-calendar-items{grid-template-columns:1fr}.ss-calendar-card{display:flex;gap:14px;align-items:center;padding:18px;border-radius:22px;background:#fff;border:1px solid var(--ss-line);box-shadow:var(--ss-soft-shadow)}.ss-event-date{display:grid;place-items:center;min-width:64px;height:64px;border-radius:18px;background:linear-gradient(135deg,var(--ss-navy),var(--ss-navy-2));color:#fff}.ss-event-date b{font-size:24px;line-height:1}.ss-event-date small{font-size:11px;text-transform:uppercase;font-weight:900;letter-spacing:.06em}.ss-calendar-card h3{margin:0 0 5px;color:var(--ss-navy);font-size:18px}.ss-calendar-card p{margin:0;color:var(--ss-muted);font-weight:650}.ss-contact-map .ss-map-card{display:grid;grid-template-columns:.75fr 1.25fr;gap:0;overflow:hidden;border-radius:var(--ss-radius);background:#fff;box-shadow:var(--ss-shadow);border:1px solid var(--ss-line)}.ss-map-copy{padding:36px}.ss-map-copy h2{font-size:42px;line-height:1;letter-spacing:-.045em;margin:18px 0}.ss-map-copy p{color:#4b5872;line-height:1.55}.ss-map-card iframe{width:100%;height:480px;border:0;filter:saturate(.9)}.ss-inner-hero{position:relative;min-height:430px;margin-top:-96px;display:flex;align-items:flex-end;overflow:hidden;color:#fff;border-bottom-left-radius:44px;border-bottom-right-radius:44px;isolation:isolate}.ss-inner-slide{position:absolute;inset:0;background-size:cover;background-position:center;z-index:-3}.ss-inner-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,29,68,.94),rgba(13,29,68,.58),rgba(13,29,68,.14));z-index:-2}.ss-inner-hero-inner{padding-top:160px;padding-bottom:60px;width:100%}.ss-inner-title{max-width:850px}.ss-inner-title h1{font-size:clamp(42px,6vw,78px);line-height:.92;letter-spacing:-.065em;margin:18px 0 0}.ss-breadcrumbs{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:14px;color:rgba(255,255,255,.82);font-weight:800}.ss-breadcrumbs a:hover{color:#fff}.ss-content-section{padding:70px 0}.ss-page-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:34px;align-items:start}.ss-page-main{min-width:0}.ss-page-main .elementor-section,.ss-page-main .elementor-widget-container{max-width:100%}.ss-page-sidebar{position:sticky;top:128px}.ss-side-card{padding:22px;border-radius:28px;background:#fff;border:1px solid var(--ss-line);box-shadow:var(--ss-soft-shadow)}.ss-side-card h2{font-size:21px;margin:0 0 14px;color:var(--ss-navy)}.ss-side-menu,.ss-side-widget ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}.ss-side-menu a,.ss-side-widget a{display:flex;justify-content:space-between;padding:13px 14px;border-radius:16px;background:rgba(16,31,69,.045);color:var(--ss-navy);font-weight:850}.ss-side-menu a:hover,.ss-side-widget a:hover{background:var(--ss-navy);color:#fff}.ss-alert-stack{display:grid;gap:18px}.ss-alert-banner{display:flex;align-items:center;gap:24px;padding:28px 30px;border-radius:26px;border:1px solid;box-shadow:0 10px 24px rgba(16,31,69,.04)}.ss-alert-icon{display:grid;place-items:center;flex:0 0 62px;width:62px;height:62px;border-radius:18px;background:#fff;color:var(--ss-navy);font-weight:950;font-size:28px}.ss-alert-banner strong{display:block;color:var(--ss-navy);font-size:26px;line-height:1.05;letter-spacing:-.03em}.ss-alert-banner p{margin:8px 0 0;color:#56627b;font-size:24px;line-height:1.35;font-weight:750}.ss-alert-urgent{background:#fff0ed;border-color:#ffc9bf}.ss-alert-warning{background:#fff5ce;border-color:#edd47c}.ss-alert-info{background:#eaf6fb;border-color:#c8e4f2}.ss-global-alert{margin-top:20px}.ss-button-showcase{display:flex;flex-wrap:wrap;gap:12px}.ss-popup-preview{display:grid;grid-template-columns:.8fr 1.2fr;overflow:hidden;border-radius:28px;background:#fff;box-shadow:var(--ss-soft-shadow);border:1px solid var(--ss-line)}.ss-popup-image{min-height:260px;background:linear-gradient(135deg,var(--ss-navy),var(--ss-aqua));background-size:cover;background-position:center}.ss-popup-copy{padding:34px}.ss-popup-copy h3{font-size:36px;line-height:1;margin:18px 0 12px;color:var(--ss-navy);letter-spacing:-.04em}.ss-popup-copy p{color:var(--ss-muted);font-weight:650;line-height:1.6}.ss-accordion{display:grid;gap:12px}.ss-accordion-item{border:1px solid var(--ss-line);border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 12px 28px rgba(12,25,55,.06)}.ss-accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:21px 24px;border:0;background:transparent;color:var(--ss-navy);font-size:18px;font-weight:900;text-align:left;cursor:pointer}.ss-accordion-icon{position:relative;width:28px;height:28px;border-radius:50%;background:rgba(37,183,198,.13);flex:0 0 28px;transition:.25s ease}.ss-accordion-icon:before,.ss-accordion-icon:after{content:"";position:absolute;left:8px;right:8px;top:13px;height:2px;background:var(--ss-navy);border-radius:10px;transition:.25s ease}.ss-accordion-icon:after{transform:rotate(90deg)}.ss-accordion-item.is-open .ss-accordion-icon{background:var(--ss-navy)}.ss-accordion-item.is-open .ss-accordion-icon:before,.ss-accordion-item.is-open .ss-accordion-icon:after{background:#fff}.ss-accordion-item.is-open .ss-accordion-icon:after{transform:rotate(0deg);opacity:0}.ss-accordion-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .32s ease}.ss-accordion-item.is-open .ss-accordion-panel{grid-template-rows:1fr}.ss-accordion-panel-inner{overflow:hidden;padding:0 24px;color:#4b5872;line-height:1.65}.ss-accordion-item.is-open .ss-accordion-panel-inner{padding-bottom:22px}.ss-table-wrap{overflow:auto;background:#fff;border:1px solid var(--ss-line);border-radius:22px;box-shadow:var(--ss-soft-shadow)}.ss-table{width:100%;border-collapse:collapse;min-width:680px}.ss-table th{background:var(--ss-navy);color:#fff;text-align:left;font-size:13px;text-transform:uppercase;letter-spacing:.08em}.ss-table th,.ss-table td{padding:16px 18px;border-bottom:1px solid var(--ss-line)}.ss-table tr:last-child td{border-bottom:0}.ss-table td{color:#4b5872;font-weight:650}.ss-quote{margin:0;padding:36px;border-radius:28px;background:linear-gradient(135deg,var(--ss-navy),var(--ss-navy-2));color:#fff;box-shadow:var(--ss-shadow)}.ss-quote blockquote{margin:0}.ss-quote em{font-style:italic;font-size:clamp(28px,3vw,44px);line-height:1.1;font-weight:850;letter-spacing:-.035em}.ss-quote figcaption{margin-top:18px;color:rgba(255,255,255,.74);font-weight:800}.ss-staff-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.ss-staff-card{padding:16px;border-radius:26px;background:#fff;border:1px solid var(--ss-line);box-shadow:var(--ss-soft-shadow)}.ss-staff-photo{aspect-ratio:4/5;border-radius:20px;background:linear-gradient(135deg,rgba(37,183,198,.25),rgba(244,200,74,.24));background-size:cover;background-position:center;display:grid;place-items:center;overflow:hidden}.ss-staff-photo span{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--ss-navy);font-size:30px;font-weight:950;box-shadow:0 14px 28px rgba(16,31,69,.15)}.ss-staff-card h3{margin:16px 0 4px;color:var(--ss-navy);font-size:20px}.ss-staff-card p{margin:0;color:var(--ss-muted);font-weight:750}.ss-footer{background:var(--ss-navy);color:#fff;padding:70px 0 24px;border-top-left-radius:44px;border-top-right-radius:44px}.ss-footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr 1fr;gap:28px}.ss-footer h3,.ss-footer h4{margin-top:0}.ss-footer p,.ss-footer a{color:rgba(255,255,255,.78);line-height:1.6}.ss-footer-links{list-style:none;margin:0;padding:0;display:grid;gap:9px}.ss-footer a:hover{color:#fff}.ss-footer-bottom{display:flex;justify-content:space-between;gap:18px;margin-top:46px;padding-top:20px;border-top:1px solid rgba(255,255,255,.14);color:rgba(255,255,255,.62);font-weight:750}.ss-modal{position:fixed;inset:0;z-index:1000;display:none;place-items:center;background:rgba(8,16,34,.68);padding:22px}.ss-modal.is-open{display:grid}.ss-close-modal{position:absolute;top:22px;right:22px;width:46px;height:46px;border:0;border-radius:50%;background:#fff;color:var(--ss-navy);font-size:28px;cursor:pointer}.ss-modal-card{width:min(900px,100%);display:grid;grid-template-columns:.85fr 1.15fr;overflow:hidden;border-radius:30px;background:#fff;box-shadow:0 40px 120px rgba(0,0,0,.35)}.ss-modal-image{min-height:380px;background-size:cover;background-position:center}.ss-modal-copy{padding:38px}.ss-modal-copy h2{font-size:42px;line-height:1;letter-spacing:-.045em;color:var(--ss-navy);margin:0 0 16px}.ss-modal-copy p{color:#4b5872;line-height:1.6}.ss-modal-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
@media (max-width:1100px){.ss-brand{min-width:0}.ss-brand-copy{display:none}.ss-primary-menu>li>a{font-size:13px;padding:11px 12px}.ss-calendar-grid .ss-calendar-items,.ss-staff-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ss-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:860px){.ss-top-strip .ss-container{display:block}.ss-top-links{display:none}.ss-nav-shell{top:8px;margin-top:8px}.ss-nav{border-radius:28px;align-items:flex-start}.ss-burger{display:block}.ss-primary-menu-wrap{display:none;position:absolute;top:76px;left:12px;right:12px;background:#fff;border-radius:24px;padding:12px;border:1px solid var(--ss-line);box-shadow:var(--ss-shadow)}.ss-primary-menu-wrap.is-open{display:block}.ss-primary-menu{display:grid;background:transparent;border-radius:0}.ss-primary-menu>li>a{font-size:15px}.ss-primary-menu .sub-menu{position:static;transform:none;width:auto;display:grid;grid-template-columns:1fr;opacity:1;visibility:visible;pointer-events:auto;box-shadow:none;background:rgba(16,31,69,.04);margin:4px 0 8px}.ss-hero{min-height:680px;border-bottom-left-radius:34px;border-bottom-right-radius:34px}.ss-hero h1{font-size:clamp(42px,13vw,68px)}.ss-calendar-home .ss-calendar-items,.ss-calendar-grid .ss-calendar-items{grid-template-columns:1fr}.ss-calendar-grid .ss-calendar-card{display:grid;grid-template-columns:64px 1fr;align-items:center}.ss-contact-map .ss-map-card,.ss-popup-preview,.ss-modal-card{grid-template-columns:1fr}.ss-map-card iframe{height:340px}.ss-page-grid{grid-template-columns:1fr}.ss-page-sidebar{position:static;order:2}.ss-staff-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ss-footer-grid{grid-template-columns:1fr 1fr}.ss-alert-banner{padding:20px;gap:16px}.ss-alert-icon{width:48px;height:48px;flex-basis:48px;font-size:22px}.ss-alert-banner strong{font-size:21px}.ss-alert-banner p{font-size:18px}.ss-mission-plain .ss-container{margin-left:auto}.ss-modal-image{min-height:220px}}
@media (max-width:560px){.ss-container{padding:0 16px}.ss-nav{padding:10px}.ss-brand-mark{width:48px;height:48px}.ss-nav-btn{display:none}.ss-hero-inner{padding-bottom:48px}.ss-hero-actions,.ss-button-showcase{align-items:stretch}.ss-button,.ss-hero-actions .ss-button{width:100%}.ss-quick-grid,.ss-staff-grid,.ss-footer-grid{grid-template-columns:1fr}.ss-section{padding:54px 0}.ss-section-head{display:block}.ss-calendar-card{display:grid;grid-template-columns:58px 1fr}.ss-event-date{min-width:58px;height:58px}.ss-inner-hero{min-height:360px}.ss-inner-title h1{font-size:42px}.ss-footer-bottom{display:block}.ss-alert-banner{align-items:flex-start}.ss-popup-copy,.ss-map-copy,.ss-modal-copy{padding:24px}.ss-modal-copy h2,.ss-map-copy h2,.ss-popup-copy h3{font-size:32px}}

/* SchoolSites+ v1.0.1 fidelity pass: brings the WordPress theme closer to the approved HTML demo. */
.ss-theme .ss-top-strip{background:var(--ss-navy);color:#fff;line-height:1.2}.ss-theme .ss-top-strip .ss-container{max-width:var(--ss-max);margin:0 auto;display:flex;justify-content:space-between;gap:18px;padding:9px 22px}.ss-theme .ss-top-strip strong{color:var(--ss-gold)}
.ss-theme .ss-nav-shell{position:sticky;top:14px;z-index:50;margin-top:14px;padding:0 18px}.ss-theme .ss-nav{max-width:var(--ss-max);min-height:78px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px;border:1px solid rgba(255,255,255,.65);background:rgba(255,255,255,.76);backdrop-filter:blur(24px);border-radius:999px;box-shadow:0 20px 60px rgba(16,31,69,.14);overflow:visible}.ss-theme .ss-brand{display:flex;align-items:center;gap:12px;min-width:230px;max-width:330px}.ss-theme .ss-brand-mark{width:54px!important;height:54px!important;min-width:54px!important;border-radius:50%;overflow:hidden;display:grid;place-items:center;background:linear-gradient(145deg,var(--ss-navy),var(--ss-navy-2));box-shadow:inset 0 0 0 5px rgba(255,255,255,.12),0 10px 20px rgba(16,31,69,.22)}.ss-theme .ss-brand-mark .custom-logo-link{display:block!important;width:68px!important;height:68px!important;overflow:hidden!important}.ss-theme .ss-brand-mark img,.ss-theme .ss-brand-mark .custom-logo{width:68px!important;height:68px!important;max-width:68px!important;max-height:68px!important;min-width:68px!important;object-fit:cover!important;display:block!important}.ss-theme .ss-brand-copy{line-height:1.05}.ss-theme .ss-brand-copy b{display:block;font-size:15px;color:var(--ss-navy);letter-spacing:-.02em}.ss-theme .ss-brand-copy small{display:block;color:var(--ss-muted);font-weight:750;margin-top:3px}.ss-theme .ss-primary-menu{display:flex;align-items:center;gap:3px;padding:4px;margin:0;background:rgba(16,31,69,.05);border-radius:999px;list-style:none}.ss-theme .ss-primary-menu>li>a{display:flex;align-items:center;gap:6px;padding:12px 15px;border-radius:999px;color:rgba(18,33,63,.82);font-size:14px;font-weight:850;transition:.22s ease}.ss-theme .ss-primary-menu>li:hover>a,.ss-theme .ss-primary-menu>li:focus-within>a{background:#fff;color:var(--ss-navy);box-shadow:0 8px 22px rgba(16,31,69,.08)}.ss-theme .ss-primary-menu .sub-menu{position:absolute;top:calc(100% + 18px);left:50%;transform:translateX(-50%) translateY(10px);width:min(860px,calc(100vw - 50px));display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;padding:18px;list-style:none;background:rgba(255,255,255,.97);border:1px solid rgba(16,31,69,.10);border-radius:28px;box-shadow:var(--ss-shadow);opacity:0;visibility:hidden;pointer-events:none;transition:.22s ease}.ss-theme .ss-primary-menu li:hover>.sub-menu,.ss-theme .ss-primary-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.ss-theme .ss-primary-menu .sub-menu a{display:flex;justify-content:space-between;gap:12px;padding:13px 14px;border-radius:16px;color:var(--ss-ink);font-weight:800;background:rgba(16,31,69,.04)}.ss-theme .ss-primary-menu .sub-menu a:hover{background:var(--ss-navy);color:#fff}.ss-theme .ss-nav-btn{white-space:nowrap}.ss-theme .ss-burger{display:none}
.ss-hero{min-height:760px;margin-top:-96px}.ss-hero-inner{width:100%;padding:190px 22px 70px}.ss-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.72fr);gap:34px;align-items:end}.ss-hero-copy{max-width:830px}.ss-hero h1{font-size:clamp(48px,7vw,92px);line-height:.9;letter-spacing:-.075em}.ss-hero-card{border:1px solid rgba(255,255,255,.22);background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.10));backdrop-filter:blur(22px);border-radius:var(--ss-radius);padding:22px;box-shadow:0 30px 80px rgba(0,0,0,.18);color:#fff}.ss-parent-quote{font-size:clamp(23px,2.6vw,36px);line-height:1.02;letter-spacing:-.05em;margin:0 0 20px!important;color:#fff!important;font-weight:900}.ss-small-text{margin:0!important;color:rgba(255,255,255,.82)!important;font-size:15px!important;line-height:1.55!important;font-weight:650}.ss-hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px}.ss-hero-stats>div{padding:14px;border-radius:21px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.16)}.ss-hero-stats b{display:block;color:#fff;font-size:24px;line-height:1;letter-spacing:-.04em}.ss-hero-stats small{font-size:12px;color:rgba(255,255,255,.78);font-weight:750}.ss-mission-plain{padding:74px 0 58px}.ss-mission-plain .ss-container{max-width:var(--ss-max);margin:0 auto;padding:0 22px}.ss-mission-line,.ss-mission-plain .ss-container>div{border:0}.ss-mission-quote em,.ss-mission-plain em{font-style:italic!important;color:var(--ss-navy);font-weight:800}
.ss-quick-links .ss-section-head{display:flex;align-items:end;justify-content:space-between;gap:22px;margin-bottom:30px}.ss-quick-links .ss-section-head h2{margin:13px 0 0;font-size:clamp(34px,4.8vw,64px);line-height:.96;letter-spacing:-.06em;color:var(--ss-navy)}.ss-quick-links .ss-section-head p{max-width:430px;color:var(--ss-muted);line-height:1.65;font-weight:650;margin:0 0 8px}.ss-quick-wrap{position:relative;padding:24px;border-radius:44px;background:rgba(255,255,255,.55);border:1px solid rgba(16,31,69,.09);box-shadow:var(--ss-soft-shadow);overflow:hidden}.ss-quick-wrap:before{content:"";position:absolute;inset:-80px auto auto -80px;width:260px;height:260px;border-radius:50%;background:rgba(37,183,198,.20);filter:blur(10px)}.ss-quick-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;position:relative}.ss-quick-card{min-height:230px;padding:22px;border-radius:30px;background:var(--ss-paper);border:1px solid rgba(16,31,69,.08);box-shadow:0 12px 28px rgba(16,31,69,.07);display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;position:relative;transition:transform .25s ease,box-shadow .25s ease}.ss-quick-card:hover{transform:translateY(-6px);box-shadow:0 26px 55px rgba(16,31,69,.14)}.ss-quick-card:nth-child(2){background:#f4fbff}.ss-quick-card:nth-child(3){background:#fff9df}.ss-quick-card:nth-child(4){background:#fff3ee}.ss-quick-card:nth-child(5){background:#effbfa}.ss-quick-card:after{content:"";position:absolute;width:90px;height:90px;border-radius:50%;background:rgba(16,31,69,.06);right:-26px;bottom:-24px}.ss-quick-icon{width:58px!important;height:58px!important;border-radius:20px!important;display:grid!important;place-items:center!important;background:var(--ss-navy)!important;color:#fff!important;font-size:26px!important;box-shadow:0 14px 28px rgba(16,31,69,.20)}.ss-quick-card strong{font-size:23px;line-height:1;margin:26px 0 10px;letter-spacing:-.04em;color:var(--ss-navy);display:block}.ss-quick-card small{margin:0;color:var(--ss-muted);font-weight:650;line-height:1.45;font-size:14px}.ss-quick-card em{margin-top:18px;font-weight:950;color:var(--ss-navy);position:relative;z-index:2;font-style:normal}
.ss-updates-section{padding:92px 0}.ss-split-band{background:var(--ss-navy);color:#fff;border-radius:54px;margin:0 18px;position:relative;overflow:hidden;box-shadow:var(--ss-shadow)}.ss-split-band:before{content:"";position:absolute;inset:-20% -20% auto auto;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(105,197,232,.32),transparent 64%)}.ss-split-band .ss-container{position:relative;padding-top:70px;padding-bottom:70px}.ss-section-head-light h2{color:#fff!important;font-size:clamp(34px,4.8vw,64px);line-height:.96;letter-spacing:-.06em;margin:13px 0 0}.ss-section-head-light p{color:rgba(255,255,255,.76)!important}.ss-updates-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:24px;align-items:stretch}.ss-calendar-panel,.ss-notice-panel{border-radius:var(--ss-radius);background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(18px);padding:24px}.ss-notice-panel{display:grid;gap:14px}.ss-big-date{min-height:330px;border-radius:30px;padding:28px;color:var(--ss-navy);background:radial-gradient(circle at 85% 20%,rgba(244,200,74,.42),transparent 35%),linear-gradient(135deg,#fffdf8,#eaf9ff);display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 20px 50px rgba(0,0,0,.14)}.ss-big-date .ss-month{font-weight:950;letter-spacing:.12em;text-transform:uppercase;color:var(--ss-aqua)}.ss-big-date .ss-day{font-size:104px;line-height:.84;font-weight:1000;letter-spacing:-.08em}.ss-big-date h3{margin:12px 0 0;font-size:31px;line-height:1.02;letter-spacing:-.055em;max-width:360px}.ss-big-date p{margin:8px 0 0;color:#58637a;font-weight:850}.ss-event-list{display:grid;gap:12px;margin-top:14px}.ss-event-row{display:grid;grid-template-columns:76px 1fr auto;gap:14px;align-items:center;padding:14px;border-radius:22px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.13)}.ss-event-date-small{border-radius:18px;background:#fff;color:var(--ss-navy);padding:9px;text-align:center;font-weight:950;box-shadow:0 10px 24px rgba(0,0,0,.12);display:block}.ss-event-date-small small{display:block;color:var(--ss-muted);font-size:11px;text-transform:uppercase;letter-spacing:.08em}.ss-event-date-small b{font-size:24px;line-height:1}.ss-event-row h4{margin:0 0 4px;font-size:17px;letter-spacing:-.02em;color:#fff}.ss-event-row p{margin:0;color:rgba(255,255,255,.70);font-size:13px;font-weight:700}.ss-event-row .ss-tag{padding:8px 10px;border-radius:999px;background:rgba(244,200,74,.18);color:#ffdf73;font-weight:900;font-size:12px}.ss-notice-card{border-radius:26px;overflow:hidden;min-height:170px;position:relative;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.08);display:grid;grid-template-columns:190px 1fr}.ss-notice-image{background-size:cover;background-position:center;min-height:170px}.ss-notice-copy{padding:18px;display:flex;flex-direction:column;justify-content:center}.ss-notice-copy small{color:var(--ss-gold);font-weight:950;text-transform:uppercase;letter-spacing:.08em}.ss-notice-copy h3{margin:8px 0 8px;font-size:24px;line-height:1;letter-spacing:-.04em;color:#fff}.ss-notice-copy p{margin:0;color:rgba(255,255,255,.74);font-weight:650;line-height:1.5}.ss-mini-link{display:inline-flex;margin-top:12px;color:#fff;font-weight:950}.ss-calendar-shell{border:1px solid rgba(16,31,69,.11);border-radius:30px;padding:20px;background:rgba(255,255,255,.62);box-shadow:0 16px 44px rgba(16,31,69,.08)}.ss-calendar-top{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:22px}.ss-calendar-top h2{margin:8px 0 0;font-size:clamp(32px,4.2vw,54px);line-height:.96;letter-spacing:-.055em;color:var(--ss-navy)}.ss-calendar-tools{display:flex;gap:8px}.ss-cal-btn{border:1px solid rgba(16,31,69,.13);border-radius:999px;padding:9px 13px;background:#fff;color:var(--ss-navy);font-weight:900}.ss-full-calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.ss-cal-name{font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:950;color:#66728b;text-align:center}.ss-cal-day{min-height:142px;border:1px solid rgba(16,31,69,.10);border-radius:20px;background:#fffdf8;padding:12px;display:flex;flex-direction:column;gap:8px}.ss-cal-day.is-muted{opacity:.45}.ss-cal-day strong{font-size:15px;color:var(--ss-navy)}.ss-cal-event{display:block;border-radius:12px;padding:7px 8px;background:#eef9fb;color:#17324c;font-size:12px;font-weight:850;line-height:1.25}.ss-calendar-list-mobile{display:none}.ss-mobile-date{display:grid;grid-template-columns:74px 1fr;gap:12px;align-items:center;border:1px solid rgba(16,31,69,.10);background:#fff;border-radius:18px;padding:12px}.ss-mobile-date strong{display:block;color:var(--ss-navy)}.ss-mobile-date span:not(.ss-event-date-small){font-weight:750;color:#526079}
.ss-button-showcase{display:flex;flex-wrap:wrap;gap:12px}.ss-buttons-align-left{justify-content:flex-start}.ss-buttons-align-center{justify-content:center}.ss-buttons-align-right{justify-content:flex-end}.ss-buttons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.ss-buttons-stack{display:grid;grid-template-columns:1fr}.ss-button-full{width:100%}.ss-button-gold{background:var(--ss-gold);color:var(--ss-navy);box-shadow:0 16px 40px rgba(244,200,74,.30)}.ss-button-glass{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.36);color:#fff}.ss-table-title{margin:0 0 18px;color:var(--ss-navy);letter-spacing:-.04em}.ss-side-placeholder{margin:0;color:var(--ss-muted);font-weight:650;line-height:1.55}.ss-side-card .widget,.ss-side-card .advanced-sidebar-menu{margin:0}.ss-side-widget ul,.ss-side-card ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}.ss-side-widget li a,.ss-side-card li a{display:flex;justify-content:space-between;padding:13px 14px;border-radius:16px;background:rgba(16,31,69,.045);color:var(--ss-navy);font-weight:850}.ss-side-widget li a:hover,.ss-side-card li a:hover{background:var(--ss-navy);color:#fff}
@media (max-width:1100px){.ss-theme .ss-brand-copy{display:none}.ss-theme .ss-brand{min-width:auto}.ss-quick-grid{grid-template-columns:repeat(2,1fr)}.ss-hero-grid{grid-template-columns:1fr}.ss-hero-card{max-width:560px}.ss-updates-grid{grid-template-columns:1fr}.ss-notice-card{grid-template-columns:160px 1fr}}
@media (max-width:860px){.ss-theme .ss-top-strip .ss-container{display:block}.ss-theme .ss-utility-menu{margin-top:8px}.ss-theme .ss-nav-shell{top:8px;margin-top:8px}.ss-theme .ss-nav{border-radius:28px;align-items:center}.ss-theme .ss-burger{display:block}.ss-theme .ss-primary-menu-wrap{display:none;position:absolute;top:76px;left:12px;right:12px;background:#fff;border-radius:24px;padding:12px;border:1px solid var(--ss-line);box-shadow:var(--ss-shadow)}.ss-theme .ss-primary-menu-wrap.is-open{display:block}.ss-theme .ss-primary-menu{display:grid;background:transparent;border-radius:0}.ss-theme .ss-primary-menu .sub-menu{position:static;transform:none;width:auto;display:grid;grid-template-columns:1fr;opacity:1;visibility:visible;pointer-events:auto;box-shadow:none;background:rgba(16,31,69,.04);margin:4px 0 8px}.ss-hero{min-height:680px;border-bottom-left-radius:34px;border-bottom-right-radius:34px}.ss-hero-inner{padding-top:170px}.ss-section-head,.ss-quick-links .ss-section-head,.ss-calendar-top{display:block}.ss-section-head p,.ss-quick-links .ss-section-head p{margin-top:16px}.ss-full-calendar,.ss-cal-name{display:none}.ss-calendar-list-mobile{display:grid;gap:10px}.ss-page-grid{grid-template-columns:1fr}.ss-page-sidebar{position:static;order:2}}
@media (max-width:620px){.ss-container{padding:0 16px}.ss-theme .ss-nav{padding:10px}.ss-theme .ss-brand-mark{width:48px!important;height:48px!important;min-width:48px!important}.ss-theme .ss-nav-btn{display:none}.ss-hero h1{font-size:clamp(44px,16vw,64px)}.ss-hero-actions,.ss-button-showcase{align-items:stretch}.ss-button,.ss-hero-actions .ss-button{width:100%}.ss-hero-stats,.ss-quick-grid,.ss-footer-grid{grid-template-columns:1fr}.ss-quick-wrap{padding:16px;border-radius:28px}.ss-section{padding:54px 0}.ss-updates-section{padding:54px 0}.ss-split-band{border-radius:34px;margin:0 10px}.ss-split-band .ss-container{padding-top:44px;padding-bottom:44px}.ss-big-date .ss-day{font-size:82px}.ss-event-row{grid-template-columns:64px 1fr}.ss-event-row .ss-tag{display:none}.ss-notice-card{grid-template-columns:1fr}.ss-notice-image{min-height:180px}.ss-alert-banner{display:flex;padding:20px;gap:16px}.ss-alert-icon{width:48px;height:48px;flex-basis:48px}.ss-alert-banner p{font-size:18px}.ss-popup-preview,.ss-modal-card{grid-template-columns:1fr}}

/* v1.0.2 precision fixes: compact nav, contained logo, reliable mega menu, backend notices, live tables and better buttons */
.ss-theme .ss-nav-shell{position:sticky;top:14px;z-index:80;margin-top:14px;padding:0 18px;}
.ss-theme .ss-nav{max-width:1180px;min-height:78px;padding:10px 12px;border-radius:999px;align-items:center;overflow:visible;}
.ss-theme .ss-primary-menu-wrap,.ss-theme .ss-primary-menu,.ss-theme .ss-primary-menu>li{overflow:visible;}
.ss-theme .ss-brand{min-width:0;max-width:360px;flex:0 1 auto;gap:12px;}
.ss-theme .ss-brand-mark{width:58px!important;height:58px!important;min-width:58px!important;max-width:58px!important;max-height:58px!important;display:grid!important;place-items:center!important;overflow:hidden!important;border-radius:50%!important;flex:0 0 58px!important;}
.ss-theme .ss-brand-mark .custom-logo-link,.ss-theme .ss-brand-mark .ss-custom-logo-link{display:block!important;width:74px!important;height:74px!important;min-width:74px!important;max-width:74px!important;overflow:hidden!important;border-radius:50%!important;line-height:0!important;}
.ss-theme .ss-brand-mark img,.ss-theme .ss-brand-mark .custom-logo,.ss-theme .ss-brand-mark .ss-nav-logo{display:block!important;width:74px!important;height:74px!important;min-width:74px!important;max-width:74px!important;min-height:74px!important;max-height:74px!important;object-fit:cover!important;margin:0!important;padding:0!important;}
.ss-theme .ss-brand-copy b{font-size:14px;line-height:1.05;max-width:210px;}
.ss-theme .ss-brand-copy small{font-size:12px;line-height:1.1;}
.ss-theme .ss-primary-menu{padding:4px;gap:3px;}
.ss-theme .ss-primary-menu>li>a{padding:11px 14px;font-size:14px;line-height:1.1;white-space:nowrap;}
.ss-theme .ss-primary-menu>li.menu-item-has-children>a:after{content:"⌄";font-size:12px;margin-left:6px;opacity:.62;transform:translateY(-1px);}
.ss-theme .ss-primary-menu .sub-menu{top:calc(100% + 14px);left:50%;width:min(760px,calc(100vw - 52px));grid-template-columns:repeat(2,minmax(0,1fr));padding:16px;border-radius:28px;z-index:999;}
.ss-theme .ss-primary-menu .sub-menu:before{content:"";position:absolute;left:0;right:0;top:-18px;height:18px;}
.ss-theme .ss-primary-menu .sub-menu a span{margin-left:auto;opacity:.55;}
.ss-theme .ss-nav-btn{min-height:54px;padding:13px 18px;font-size:14px;white-space:nowrap;}
@media (max-width:1180px){.ss-theme .ss-brand-copy{display:none}.ss-theme .ss-nav{max-width:1040px}.ss-theme .ss-primary-menu>li>a{padding:10px 12px;font-size:13px}.ss-theme .ss-nav-btn{padding:12px 15px}}
@media (max-width:860px){.ss-theme .ss-nav{min-height:72px;border-radius:30px;align-items:center}.ss-theme .ss-brand-mark{width:52px!important;height:52px!important;min-width:52px!important;max-width:52px!important;max-height:52px!important}.ss-theme .ss-brand-mark .custom-logo-link,.ss-theme .ss-brand-mark .ss-custom-logo-link,.ss-theme .ss-brand-mark img,.ss-theme .ss-brand-mark .custom-logo,.ss-theme .ss-brand-mark .ss-nav-logo{width:68px!important;height:68px!important;min-width:68px!important;max-width:68px!important;max-height:68px!important}.ss-theme .ss-primary-menu-wrap{top:82px}.ss-theme .ss-burger{display:block}.ss-theme .ss-primary-menu .sub-menu{display:grid;grid-template-columns:1fr;position:static;opacity:1;visibility:visible;pointer-events:auto;transform:none;width:auto;box-shadow:none;margin:6px 0;background:rgba(16,31,69,.045)}}

.ss-global-alert-wrap{position:fixed;top:88px;left:0;right:0;z-index:95;pointer-events:none;}
.ss-global-alert-wrap .ss-container{max-width:1180px;}
.ss-global-alert-wrap .ss-alert-banner{pointer-events:auto;position:relative;display:flex;align-items:center;gap:18px;border-radius:28px;padding:20px 24px;box-shadow:0 24px 70px rgba(12,25,55,.20);}
.ss-alert-close{margin-left:auto;width:38px;height:38px;border:0;border-radius:50%;background:rgba(255,255,255,.75);color:var(--ss-navy);font-size:22px;font-weight:900;cursor:pointer;}
.ss-alert-urgent{background:#fff0ec!important;border:1px solid #ffc7bd!important;color:var(--ss-navy)!important;}
.ss-alert-warning{background:#fff5cf!important;border:1px solid #f2d67f!important;color:var(--ss-navy)!important;}
.ss-alert-info{background:#eaf7ff!important;border:1px solid #c7e4f7!important;color:var(--ss-navy)!important;}
.ss-alert-banner strong{display:block;font-size:20px;line-height:1.1;color:var(--ss-navy);}
.ss-alert-banner p{margin:5px 0 0;color:#4d5b74;font-size:18px;line-height:1.35;font-weight:760;}
.ss-alert-icon{width:46px!important;height:46px!important;flex:0 0 46px!important;border-radius:16px!important;background:#fff!important;color:var(--ss-navy)!important;display:grid!important;place-items:center!important;font-weight:1000!important;}

.ss-modal{position:fixed;inset:0;z-index:120;background:rgba(8,15,34,.66);backdrop-filter:blur(12px);display:grid;place-items:center;padding:24px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .24s ease,visibility .24s ease;}
.ss-modal.is-open{opacity:1;visibility:visible;pointer-events:auto;}
.ss-close-modal{position:absolute;top:24px;right:24px;width:48px;height:48px;border:0;border-radius:50%;background:#fff;color:var(--ss-navy);font-size:28px;font-weight:900;cursor:pointer;box-shadow:0 18px 50px rgba(0,0,0,.25);}
.ss-modal-card{width:min(900px,100%);display:grid;grid-template-columns:.85fr 1.15fr;overflow:hidden;border-radius:32px;background:#fff;box-shadow:0 40px 120px rgba(0,0,0,.35);}

.ss-button-showcase{gap:12px;}
.ss-buttons-width-full,.ss-buttons-width-full .ss-button{width:100%;}
.ss-buttons-width-stretch .ss-button{flex:1 1 220px;}
.ss-buttons-grid.ss-buttons-width-stretch{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));}
.ss-buttons-stack .ss-button,.ss-buttons-stack.ss-buttons-width-full .ss-button{width:100%;}
.ss-button{min-height:54px;text-align:center;}
.ss-button-full{width:100%!important;}

.ss-table-wrap{width:100%;overflow:auto;border-radius:24px;border:1px solid var(--ss-line);box-shadow:0 16px 44px rgba(16,31,69,.08);background:#fff;}
.ss-editable-table table,.ss-table{width:100%;border-collapse:separate;border-spacing:0;min-width:640px;background:#fff;}
.ss-editable-table th,.ss-table th{background:var(--ss-navy);color:#fff;text-align:left;padding:16px 18px;font-size:14px;letter-spacing:.02em;}
.ss-editable-table td,.ss-table td{padding:16px 18px;border-top:1px solid rgba(16,31,69,.10);color:#4b5872;font-weight:650;background:#fff;}
.ss-editable-table tr:nth-child(even) td{background:rgba(16,31,69,.025);}
.elementor-editor-active .ss-editable-table td,.elementor-editor-active .ss-editable-table th{outline:1px dashed rgba(37,183,198,.35);outline-offset:-4px;}
.elementor-editor-active .ss-editable-table:before{content:"Click into the table cells to edit text";display:block;padding:10px 14px;background:#eef9fb;color:var(--ss-navy);font-weight:900;border-bottom:1px solid rgba(16,31,69,.08);}

.ss-full-page-calendar{margin:0 auto;max-width:1180px;}
.ss-full-calendar{grid-template-columns:repeat(7,minmax(0,1fr));}
.ss-cal-day{min-height:136px;}
@media (max-width:860px){.ss-global-alert-wrap{top:92px}.ss-global-alert-wrap .ss-alert-banner{border-radius:22px;padding:16px}.ss-alert-close{width:34px;height:34px}.ss-modal-card{grid-template-columns:1fr}.ss-full-calendar,.ss-cal-name{display:none!important}.ss-calendar-list-mobile{display:grid!important;gap:10px}}

/* v1.0.3 nav rebuild: match approved HTML prototype, stop custom logo from forcing the header huge, and render a proper mega menu. */
body.ss-theme .ss-nav-shell{
  position:sticky!important;
  top:14px!important;
  z-index:90!important;
  margin-top:14px!important;
  padding:0 18px!important;
}
body.ss-theme .ss-nav{
  max-width:1240px!important;
  width:100%!important;
  min-height:78px!important;
  height:auto!important;
  margin:0 auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  padding:12px!important;
  border:1px solid rgba(255,255,255,.65)!important;
  background:rgba(255,255,255,.78)!important;
  backdrop-filter:blur(24px)!important;
  border-radius:999px!important;
  box-shadow:0 20px 60px rgba(16,31,69,.14)!important;
  overflow:visible!important;
  position:relative!important;
}
body.ss-theme .ss-brand{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  min-width:230px!important;
  max-width:330px!important;
  flex:0 0 auto!important;
  height:auto!important;
  padding:0!important;
  overflow:visible!important;
}
body.ss-theme .ss-brand-mark{
  width:54px!important;
  height:54px!important;
  min-width:54px!important;
  max-width:54px!important;
  min-height:54px!important;
  max-height:54px!important;
  flex:0 0 54px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  overflow:hidden!important;
  line-height:0!important;
  background:linear-gradient(145deg,var(--ss-navy),var(--ss-navy-2))!important;
  box-shadow:inset 0 0 0 5px rgba(255,255,255,.12),0 10px 20px rgba(16,31,69,.22)!important;
}
body.ss-theme .ss-brand-mark a,
body.ss-theme .ss-brand-mark picture,
body.ss-theme .ss-brand-mark span{
  display:contents!important;
}
body.ss-theme .ss-brand-mark img,
body.ss-theme .ss-brand-mark img.custom-logo,
body.ss-theme .ss-brand-mark img.ss-nav-logo{
  width:48px!important;
  height:48px!important;
  min-width:48px!important;
  max-width:48px!important;
  min-height:48px!important;
  max-height:48px!important;
  object-fit:contain!important;
  display:block!important;
  margin:0!important;
  padding:0!important;
  position:static!important;
  transform:none!important;
  filter:drop-shadow(0 4px 10px rgba(0,0,0,.18))!important;
}
body.ss-theme .ss-brand-copy{
  display:block!important;
  line-height:1.05!important;
  min-width:0!important;
}
body.ss-theme .ss-brand-copy b{
  display:block!important;
  max-width:210px!important;
  font-size:15px!important;
  line-height:1.05!important;
  color:var(--ss-navy)!important;
  letter-spacing:-.02em!important;
  white-space:normal!important;
}
body.ss-theme .ss-brand-copy small{
  display:block!important;
  margin-top:3px!important;
  color:var(--ss-muted)!important;
  font-size:12px!important;
  line-height:1.12!important;
  font-weight:750!important;
}
body.ss-theme .ss-primary-menu-wrap{
  flex:1 1 auto!important;
  display:flex!important;
  justify-content:center!important;
  min-width:0!important;
  overflow:visible!important;
}
body.ss-theme .ss-primary-menu.ss-primary-mega{
  display:flex!important;
  align-items:center!important;
  gap:3px!important;
  margin:0!important;
  padding:4px!important;
  list-style:none!important;
  background:rgba(16,31,69,.05)!important;
  border-radius:999px!important;
  overflow:visible!important;
}
body.ss-theme .ss-primary-mega .ss-nav-item{
  position:static!important;
  list-style:none!important;
  margin:0!important;
  padding:0!important;
}
body.ss-theme .ss-primary-mega .ss-nav-trigger{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  padding:12px 15px!important;
  border-radius:999px!important;
  color:rgba(18,33,63,.82)!important;
  font-size:14px!important;
  line-height:1.1!important;
  font-weight:850!important;
  white-space:nowrap!important;
  transition:.22s ease!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.ss-theme .ss-primary-mega .ss-nav-trigger span{
  font-size:10px!important;
  color:var(--ss-muted)!important;
}
body.ss-theme .ss-primary-mega .ss-nav-item:hover .ss-nav-trigger,
body.ss-theme .ss-primary-mega .ss-nav-item:focus-within .ss-nav-trigger,
body.ss-theme .ss-primary-mega .ss-nav-trigger:hover,
body.ss-theme .ss-primary-mega .ss-nav-trigger:focus{
  background:#fff!important;
  color:var(--ss-navy)!important;
  box-shadow:0 8px 22px rgba(16,31,69,.08)!important;
}
body.ss-theme .ss-mega-panel{
  position:absolute!important;
  left:50%!important;
  top:calc(100% + 14px)!important;
  width:min(980px,calc(100vw - 38px))!important;
  transform:translate(-50%,12px)!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transition:.22s ease!important;
  background:rgba(255,255,255,.97)!important;
  border:1px solid rgba(16,31,69,.10)!important;
  border-radius:32px!important;
  box-shadow:0 28px 70px rgba(16,31,69,.18)!important;
  padding:16px!important;
  z-index:9999!important;
}
body.ss-theme .ss-nav-item:hover > .ss-mega-panel,
body.ss-theme .ss-nav-item:focus-within > .ss-mega-panel{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translate(-50%,0)!important;
}
body.ss-theme .ss-mega-panel:before{
  content:"";
  position:absolute;
  left:50%;
  top:-8px;
  width:18px;
  height:18px;
  background:rgba(255,255,255,.97);
  border-left:1px solid rgba(16,31,69,.08);
  border-top:1px solid rgba(16,31,69,.08);
  transform:translateX(-50%) rotate(45deg);
}
body.ss-theme .ss-mega-grid{
  display:grid!important;
  grid-template-columns:1fr 1fr 1.05fr!important;
  gap:16px!important;
}
body.ss-theme .ss-mega-col{
  padding:18px!important;
  border-radius:24px!important;
  background:#fbfaf6!important;
  border:1px solid rgba(16,31,69,.07)!important;
}
body.ss-theme .ss-mega-col h3{
  margin:0 0 11px!important;
  font-size:16px!important;
  line-height:1.15!important;
  color:var(--ss-navy)!important;
  letter-spacing:-.02em!important;
}
body.ss-theme .ss-mega-col a{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  padding:10px 11px!important;
  border-radius:14px!important;
  color:#27334f!important;
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:800!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.ss-theme .ss-mega-col a:hover,
body.ss-theme .ss-mega-col a:focus{
  background:#fff!important;
  box-shadow:0 10px 24px rgba(16,31,69,.07)!important;
  color:var(--ss-navy)!important;
}
body.ss-theme .ss-mega-col a span{
  margin-left:auto!important;
  opacity:.58!important;
}
body.ss-theme .ss-mega-feature{
  min-height:230px!important;
  border-radius:24px!important;
  padding:20px!important;
  color:#fff!important;
  display:flex!important;
  align-items:flex-end!important;
  overflow:hidden!important;
  background:linear-gradient(180deg,rgba(16,31,69,.08),rgba(16,31,69,.86)),var(--ss-mega-image) center/cover!important;
}
body.ss-theme .ss-mega-feature h3{
  margin:0 0 8px!important;
  color:#fff!important;
  font-size:25px!important;
  line-height:1.02!important;
  letter-spacing:-.04em!important;
}
body.ss-theme .ss-mega-feature p{
  margin:0!important;
  color:rgba(255,255,255,.82)!important;
  font-size:14px!important;
  line-height:1.5!important;
  font-weight:650!important;
}
body.ss-theme .ss-nav-actions{
  flex:0 0 auto!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
}
body.ss-theme .ss-nav-btn{
  min-height:54px!important;
  padding:14px 20px!important;
  border-radius:999px!important;
  font-size:14px!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
@media (max-width:1180px){
  body.ss-theme .ss-nav{max-width:1040px!important;gap:12px!important;}
  body.ss-theme .ss-brand{min-width:auto!important;max-width:80px!important;}
  body.ss-theme .ss-brand-copy{display:none!important;}
  body.ss-theme .ss-primary-mega .ss-nav-trigger{padding:10px 12px!important;font-size:13px!important;}
  body.ss-theme .ss-nav-btn{padding:12px 16px!important;}
}
@media (max-width:980px){
  body.ss-theme .ss-primary-menu-wrap{display:none!important;position:absolute!important;top:calc(100% + 12px)!important;left:18px!important;right:18px!important;justify-content:stretch!important;background:#fff!important;border:1px solid rgba(16,31,69,.12)!important;border-radius:26px!important;padding:14px!important;box-shadow:0 24px 60px rgba(16,31,69,.17)!important;}
  body.ss-theme .ss-primary-menu-wrap.is-open{display:block!important;}
  body.ss-theme .ss-primary-menu.ss-primary-mega{display:grid!important;background:transparent!important;border-radius:0!important;gap:4px!important;padding:0!important;}
  body.ss-theme .ss-primary-mega .ss-nav-trigger{display:flex!important;justify-content:space-between!important;padding:13px 14px!important;border-radius:16px!important;color:var(--ss-navy)!important;font-size:15px!important;}
  body.ss-theme .ss-mega-panel{display:none!important;}
  body.ss-theme .ss-burger{display:block!important;}
}
@media (max-width:620px){
  body.ss-theme .ss-nav-shell{top:8px!important;margin-top:8px!important;padding:0 10px!important;}
  body.ss-theme .ss-nav{min-height:68px!important;border-radius:30px!important;padding:10px!important;}
  body.ss-theme .ss-brand-mark{width:48px!important;height:48px!important;min-width:48px!important;max-width:48px!important;min-height:48px!important;max-height:48px!important;flex-basis:48px!important;}
  body.ss-theme .ss-brand-mark img{width:42px!important;height:42px!important;min-width:42px!important;max-width:42px!important;min-height:42px!important;max-height:42px!important;}
  body.ss-theme .ss-nav-btn{display:none!important;}
}

/* v1.0.4 final nav, stable mega menu, editor-friendly tables and mobile inner hero fixes */
body.ss-theme .ss-nav-shell{
  top:14px!important;
  margin-top:14px!important;
  padding:0 18px!important;
  z-index:200!important;
}
body.ss-theme .ss-nav{
  max-width:1260px!important;
  min-height:92px!important;
  padding:12px 16px!important;
  gap:18px!important;
  border-radius:999px!important;
  overflow:visible!important;
}
body.ss-theme .ss-brand{
  min-width:275px!important;
  max-width:360px!important;
  gap:14px!important;
}
body.ss-theme .ss-brand-mark{
  width:82px!important;
  height:82px!important;
  min-width:82px!important;
  max-width:82px!important;
  min-height:82px!important;
  max-height:82px!important;
  flex:0 0 82px!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
body.ss-theme .ss-brand-mark a,
body.ss-theme .ss-brand-mark picture,
body.ss-theme .ss-brand-mark span{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:100%!important;
}
body.ss-theme .ss-brand-mark img,
body.ss-theme .ss-brand-mark img.custom-logo,
body.ss-theme .ss-brand-mark img.ss-nav-logo{
  width:82px!important;
  height:82px!important;
  min-width:82px!important;
  max-width:82px!important;
  min-height:82px!important;
  max-height:82px!important;
  object-fit:contain!important;
  filter:none!important;
}
body.ss-theme .ss-brand-copy b{
  font-size:15px!important;
  line-height:1.04!important;
  max-width:190px!important;
}
body.ss-theme .ss-brand-copy small{
  font-size:12px!important;
  line-height:1.12!important;
}
body.ss-theme .ss-primary-menu-wrap{
  overflow:visible!important;
}
body.ss-theme .ss-primary-menu.ss-primary-mega{
  position:relative!important;
  z-index:5!important;
}
body.ss-theme .ss-primary-mega .ss-nav-item{
  position:relative!important;
}
body.ss-theme .ss-primary-mega .ss-nav-item.has-mega:after{
  content:"";
  position:absolute;
  left:-10px;
  right:-10px;
  top:100%;
  height:26px;
  display:block;
}
body.ss-theme .ss-mega-panel{
  top:calc(100% + 10px)!important;
  left:50%!important;
  transform:translate(-50%,8px)!important;
  width:min(900px,calc(100vw - 44px))!important;
  padding:18px!important;
  z-index:99999!important;
  transition:opacity .18s ease, transform .18s ease, visibility .18s ease!important;
}
body.ss-theme .ss-nav-item:hover > .ss-mega-panel,
body.ss-theme .ss-nav-item:focus-within > .ss-mega-panel,
body.ss-theme .ss-nav-item.is-mega-open > .ss-mega-panel{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translate(-50%,0)!important;
}
body.ss-theme .ss-nav-item.is-mega-open > .ss-nav-trigger{
  background:#fff!important;
  color:var(--ss-navy)!important;
  box-shadow:0 8px 22px rgba(16,31,69,.08)!important;
}
body.ss-theme .ss-mega-grid{
  grid-template-columns:1fr 1fr .95fr!important;
}
body.ss-theme .ss-nav-btn{
  min-height:54px!important;
  padding:14px 22px!important;
}
@media (max-width:1180px){
  body.ss-theme .ss-nav{max-width:1080px!important;}
  body.ss-theme .ss-brand{min-width:92px!important;max-width:92px!important;}
  body.ss-theme .ss-brand-copy{display:none!important;}
  body.ss-theme .ss-brand-mark{width:74px!important;height:74px!important;min-width:74px!important;max-width:74px!important;min-height:74px!important;max-height:74px!important;flex-basis:74px!important;}
  body.ss-theme .ss-brand-mark img{width:74px!important;height:74px!important;min-width:74px!important;max-width:74px!important;min-height:74px!important;max-height:74px!important;}
}
@media (max-width:980px){
  body.ss-theme .ss-nav{min-height:74px!important;border-radius:32px!important;}
  body.ss-theme .ss-brand{min-width:auto!important;max-width:none!important;}
  body.ss-theme .ss-brand-mark{width:58px!important;height:58px!important;min-width:58px!important;max-width:58px!important;min-height:58px!important;max-height:58px!important;flex-basis:58px!important;}
  body.ss-theme .ss-brand-mark img{width:58px!important;height:58px!important;min-width:58px!important;max-width:58px!important;min-height:58px!important;max-height:58px!important;}
  body.ss-theme .ss-primary-menu-wrap{top:calc(100% + 10px)!important;}
  body.ss-theme .ss-mega-panel{position:static!important;width:100%!important;transform:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;box-shadow:none!important;border-radius:18px!important;margin:6px 0 10px!important;padding:10px!important;background:rgba(16,31,69,.045)!important;display:none!important;}
  body.ss-theme .ss-nav-item.is-mobile-open > .ss-mega-panel{display:block!important;}
  body.ss-theme .ss-mega-panel:before{display:none!important;}
  body.ss-theme .ss-mega-grid{grid-template-columns:1fr!important;gap:8px!important;}
  body.ss-theme .ss-mega-feature{display:none!important;}
}
@media (max-width:620px){
  body.ss-theme .ss-nav{min-height:66px!important;padding:9px 10px!important;}
  body.ss-theme .ss-brand-mark{width:52px!important;height:52px!important;min-width:52px!important;max-width:52px!important;min-height:52px!important;max-height:52px!important;}
  body.ss-theme .ss-brand-mark img{width:52px!important;height:52px!important;min-width:52px!important;max-width:52px!important;min-height:52px!important;max-height:52px!important;}
  body.ss-theme .ss-inner-hero{min-height:300px!important;margin-top:-82px!important;align-items:center!important;}
  body.ss-theme .ss-inner-hero-inner{padding-top:116px!important;padding-bottom:34px!important;}
  body.ss-theme .ss-inner-title h1{font-size:clamp(34px,12vw,50px)!important;line-height:.96!important;margin-top:12px!important;}
  body.ss-theme .ss-breadcrumbs{font-size:14px!important;margin-bottom:10px!important;}
}

.elementor-editor-active .ss-editable-table table,
.elementor-editor-preview .ss-editable-table table{outline:2px dashed rgba(37,183,198,.4);outline-offset:4px;}
.elementor-editor-active .ss-editable-table td,
.elementor-editor-active .ss-editable-table th,
.elementor-editor-preview .ss-editable-table td,
.elementor-editor-preview .ss-editable-table th{cursor:text;}
.ss-table-context-menu{position:fixed;z-index:999999;background:#fff;border:1px solid rgba(16,31,69,.14);border-radius:14px;box-shadow:0 20px 60px rgba(16,31,69,.18);padding:8px;display:none;min-width:190px;}
.ss-table-context-menu button{display:block;width:100%;border:0;background:transparent;text-align:left;border-radius:10px;padding:10px 12px;color:var(--ss-navy);font-weight:850;cursor:pointer;}
.ss-table-context-menu button:hover{background:rgba(16,31,69,.06);}
.ss-contact-form-card{background:#fff;border:1px solid var(--ss-line);border-radius:var(--ss-radius);box-shadow:var(--ss-soft-shadow);padding:32px;}
.ss-contact-form-card h2{margin:0 0 12px;color:var(--ss-navy);font-size:clamp(28px,3vw,42px);line-height:1;letter-spacing:-.045em;}
.ss-contact-form-card>p{margin:0 0 22px;color:var(--ss-muted);font-weight:650;line-height:1.6;}
.ss-cf7-wrap form{display:grid;gap:14px;}
.ss-cf7-wrap label{display:grid;gap:8px;color:var(--ss-navy);font-weight:850;}
.ss-cf7-wrap input:not([type="submit"]),.ss-cf7-wrap textarea,.ss-cf7-wrap select{width:100%;border:1px solid var(--ss-line);border-radius:16px;padding:14px 16px;font:inherit;background:#fff;color:var(--ss-ink);}
.ss-cf7-wrap textarea{min-height:140px;resize:vertical;}
.ss-cf7-wrap input[type="submit"]{border:0;border-radius:999px;padding:15px 24px;background:linear-gradient(135deg,var(--ss-aqua),#168ca0);color:#fff;font-weight:900;cursor:pointer;box-shadow:0 14px 30px rgba(37,183,198,.30);}
.ss-cf7-fallback{padding:18px;border-radius:18px;background:#fff5ce;border:1px solid #edd47c;color:var(--ss-navy);}
.ss-cf7-fallback p{margin:8px 0 0;color:var(--ss-muted);font-weight:650;}

/* v1.0.5 fixes: smaller logo, static top notices, stable mega menu, inner hero slideshow and stronger table context menu */
body.ss-theme .ss-global-alert-wrap{
  position:relative!important;
  top:auto!important;
  left:auto!important;
  right:auto!important;
  z-index:999!important;
  pointer-events:auto!important;
  padding:10px 0!important;
  background:rgba(255,253,248,.96)!important;
  box-shadow:0 8px 26px rgba(16,31,69,.08)!important;
}
body.ss-theme .ss-global-alert-wrap .ss-container{max-width:var(--ss-max)!important;}
body.ss-theme .ss-global-alert-wrap .ss-alert-banner{margin:0!important;}
body.ss-theme .ss-nav-shell{z-index:700!important;}
body.ss-theme .ss-nav{min-height:78px!important;padding:10px 14px!important;}
body.ss-theme .ss-brand{min-width:255px!important;max-width:335px!important;gap:12px!important;}
body.ss-theme .ss-brand-mark{
  width:92px!important;
  height:64px!important;
  min-width:92px!important;
  max-width:92px!important;
  min-height:64px!important;
  max-height:64px!important;
  flex:0 0 92px!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
body.ss-theme .ss-brand-mark img,
body.ss-theme .ss-brand-mark img.custom-logo,
body.ss-theme .ss-brand-mark img.ss-nav-logo{
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  max-width:92px!important;
  max-height:64px!important;
  object-fit:contain!important;
  filter:none!important;
}
body.ss-theme .ss-brand-copy b{font-size:14px!important;line-height:1.05!important;}
body.ss-theme .ss-brand-copy small{font-size:12px!important;line-height:1.1!important;}
body.ss-theme .ss-primary-menu>li>a,
body.ss-theme .ss-primary-mega .ss-nav-trigger{padding:11px 15px!important;font-size:14px!important;}
body.ss-theme .ss-nav-btn{min-height:50px!important;padding:12px 20px!important;}
body.ss-theme .ss-mega-panel{transition:opacity .10s ease, transform .10s ease, visibility .10s ease!important;}
body.ss-theme .ss-nav-item.is-mega-open > .ss-mega-panel{opacity:1!important;visibility:visible!important;pointer-events:auto!important;}
body.ss-theme .ss-inner-slide{opacity:0!important;transform:scale(1.035);transition:opacity 1s ease,transform 5s ease;background-size:cover;background-position:center;}
body.ss-theme .ss-inner-slide.is-active{opacity:1!important;transform:scale(1);}
.ss-table-context-menu{z-index:2147483000!important;position:fixed!important;display:none;visibility:visible!important;opacity:1!important;background:#fff!important;border:1px solid rgba(16,31,69,.16)!important;border-radius:14px!important;box-shadow:0 22px 70px rgba(16,31,69,.24)!important;}
.ss-table-context-menu button{font-size:13px!important;line-height:1.2!important;}
@media (max-width:1180px){
  body.ss-theme .ss-brand{min-width:110px!important;max-width:110px!important;}
  body.ss-theme .ss-brand-copy{display:none!important;}
  body.ss-theme .ss-brand-mark{width:86px!important;height:58px!important;min-width:86px!important;max-width:86px!important;min-height:58px!important;max-height:58px!important;flex-basis:86px!important;}
  body.ss-theme .ss-brand-mark img{max-width:86px!important;max-height:58px!important;}
}
@media (max-width:980px){
  body.ss-theme .ss-nav{min-height:68px!important;border-radius:30px!important;}
  body.ss-theme .ss-brand{min-width:96px!important;max-width:96px!important;}
  body.ss-theme .ss-brand-mark{width:76px!important;height:52px!important;min-width:76px!important;max-width:76px!important;min-height:52px!important;max-height:52px!important;flex-basis:76px!important;}
  body.ss-theme .ss-brand-mark img{max-width:76px!important;max-height:52px!important;}
  body.ss-theme .ss-primary-menu-wrap{top:calc(100% + 8px)!important;}
  body.ss-theme .ss-nav-item.is-mobile-open > .ss-mega-panel{display:block!important;}
}
@media (max-width:620px){
  body.ss-theme .ss-global-alert-wrap{padding:8px 0!important;}
  body.ss-theme .ss-global-alert-wrap .ss-alert-banner{align-items:flex-start!important;gap:12px!important;padding:14px!important;border-radius:20px!important;}
  body.ss-theme .ss-global-alert-wrap .ss-alert-icon{width:42px!important;height:42px!important;flex-basis:42px!important;border-radius:13px!important;font-size:19px!important;}
  body.ss-theme .ss-global-alert-wrap .ss-alert-banner strong{font-size:18px!important;}
  body.ss-theme .ss-global-alert-wrap .ss-alert-banner p{font-size:15px!important;line-height:1.35!important;}
  body.ss-theme .ss-brand{min-width:82px!important;max-width:82px!important;}
  body.ss-theme .ss-brand-mark{width:66px!important;height:46px!important;min-width:66px!important;max-width:66px!important;min-height:46px!important;max-height:46px!important;}
  body.ss-theme .ss-brand-mark img{max-width:66px!important;max-height:46px!important;}
  body.ss-theme .ss-inner-hero{min-height:260px!important;margin-top:-66px!important;align-items:center!important;}
  body.ss-theme .ss-inner-hero-inner{padding-top:96px!important;padding-bottom:26px!important;}
  body.ss-theme .ss-inner-title h1{font-size:clamp(31px,10vw,46px)!important;margin-top:8px!important;}
}

/* v1.0.6: match approved HTML header, fix mega menu spacing, remove top bar and tighten mobile navigation */
body.ss-theme .ss-top-strip{display:none!important;}
body.ss-theme .ss-nav-shell{top:14px!important;margin-top:14px!important;padding:0 18px!important;z-index:800!important;}
body.ss-theme .ss-nav{
  max-width:1260px!important;
  min-height:76px!important;
  padding:10px 14px!important;
  gap:16px!important;
  align-items:center!important;
  border-radius:999px!important;
  overflow:visible!important;
}
body.ss-theme .ss-brand{
  min-width:78px!important;
  width:78px!important;
  max-width:78px!important;
  flex:0 0 78px!important;
  gap:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
body.ss-theme .ss-brand-copy{display:none!important;}
body.ss-theme .ss-brand-mark{
  width:72px!important;
  height:72px!important;
  min-width:72px!important;
  max-width:72px!important;
  min-height:72px!important;
  max-height:72px!important;
  flex:0 0 72px!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:hidden!important;
  display:grid!important;
  place-items:center!important;
}
body.ss-theme .ss-brand-mark img,
body.ss-theme .ss-brand-mark img.custom-logo,
body.ss-theme .ss-brand-mark img.ss-nav-logo,
body.ss-theme .ss-brand-mark .custom-logo-link img{
  width:72px!important;
  height:72px!important;
  max-width:72px!important;
  max-height:72px!important;
  min-width:0!important;
  min-height:0!important;
  object-fit:contain!important;
  display:block!important;
  filter:none!important;
}
body.ss-theme .ss-primary-menu-wrap{flex:1 1 auto!important;display:flex!important;justify-content:center!important;min-width:0!important;overflow:visible!important;}
body.ss-theme .ss-primary-menu.ss-primary-mega{gap:4px!important;padding:5px!important;background:rgba(16,31,69,.055)!important;border-radius:999px!important;}
body.ss-theme .ss-primary-mega .ss-nav-trigger{padding:13px 22px!important;font-size:15px!important;letter-spacing:.005em!important;}
body.ss-theme .ss-nav-btn{min-height:52px!important;padding:14px 22px!important;font-size:15px!important;white-space:nowrap!important;}
body.ss-theme .ss-mobile-report-btn{display:none!important;}
body.ss-theme .ss-mega-panel{
  top:calc(100% + 18px)!important;
  transform:translate(-50%,8px)!important;
  transition:opacity .12s ease,transform .12s ease,visibility .12s ease!important;
}
body.ss-theme .ss-nav-item:hover > .ss-mega-panel,
body.ss-theme .ss-nav-item:focus-within > .ss-mega-panel,
body.ss-theme .ss-nav-item.is-mega-open > .ss-mega-panel{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translate(-50%,0)!important;
}
body.ss-theme .ss-mega-panel:before{top:-9px!important;}
body.ss-theme .ss-hero .swiper-pagination,
body.ss-theme .ss-hero .elementor-swiper-button,
body.ss-theme .ss-hero .owl-dots,
body.ss-theme .ss-hero .ss-slider-dots,
body.ss-theme .ss-hero-dots,
body.ss-theme .ss-slider-progress{display:none!important;}
body.ss-theme .ss-global-alert-wrap{position:relative!important;z-index:9999!important;margin:0!important;padding:10px 0!important;background:rgba(255,253,248,.98)!important;box-shadow:0 8px 26px rgba(16,31,69,.08)!important;}

@media (max-width:1180px){
  body.ss-theme .ss-primary-mega .ss-nav-trigger{padding:12px 16px!important;font-size:14px!important;}
  body.ss-theme .ss-nav-btn{padding:12px 18px!important;}
}
@media (max-width:980px){
  body.ss-theme .ss-nav-shell{top:8px!important;margin-top:8px!important;padding:0 12px!important;}
  body.ss-theme .ss-nav{min-height:74px!important;border-radius:999px!important;align-items:center!important;padding:8px 10px!important;}
  body.ss-theme .ss-brand{min-width:66px!important;width:66px!important;max-width:66px!important;flex-basis:66px!important;}
  body.ss-theme .ss-brand-mark{width:58px!important;height:58px!important;min-width:58px!important;max-width:58px!important;min-height:58px!important;max-height:58px!important;flex-basis:58px!important;}
  body.ss-theme .ss-brand-mark img,
  body.ss-theme .ss-brand-mark img.ss-nav-logo{width:58px!important;height:58px!important;max-width:58px!important;max-height:58px!important;}
  body.ss-theme .ss-burger{display:grid!important;place-items:center!important;width:58px!important;height:58px!important;min-width:58px!important;border-radius:50%!important;font-size:24px!important;}
  body.ss-theme .ss-desktop-report-btn{display:none!important;}
  body.ss-theme .ss-primary-menu-wrap{
    display:none!important;
    position:absolute!important;
    top:calc(100% + 10px)!important;
    left:0!important;
    right:0!important;
    width:auto!important;
    max-height:calc(100vh - 120px)!important;
    overflow-y:auto!important;
    padding:18px!important;
    border-radius:32px!important;
    background:#fff!important;
    border:1px solid rgba(16,31,69,.10)!important;
    box-shadow:0 26px 70px rgba(16,31,69,.22)!important;
  }
  body.ss-theme .ss-primary-menu-wrap.is-open{display:block!important;}
  body.ss-theme .ss-primary-menu.ss-primary-mega{display:grid!important;gap:8px!important;background:transparent!important;padding:0!important;border-radius:0!important;}
  body.ss-theme .ss-primary-mega .ss-nav-item{position:relative!important;display:block!important;width:100%!important;}
  body.ss-theme .ss-primary-mega .ss-nav-trigger{width:100%!important;display:flex!important;justify-content:space-between!important;padding:17px 18px!important;border-radius:999px!important;background:#fbfaf6!important;font-size:18px!important;}
  body.ss-theme .ss-primary-mega .ss-nav-item > .ss-mega-panel{display:none!important;position:static!important;left:auto!important;top:auto!important;transform:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;width:100%!important;margin:8px 0 12px!important;padding:12px!important;border-radius:24px!important;box-shadow:none!important;background:#fbfaf6!important;}
  body.ss-theme .ss-primary-mega .ss-nav-item.is-mobile-open > .ss-mega-panel{display:block!important;}
  body.ss-theme .ss-mega-panel:before{display:none!important;}
  body.ss-theme .ss-mega-grid{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;}
  body.ss-theme .ss-mega-feature{min-height:170px!important;}
  body.ss-theme .ss-mobile-report-btn{display:flex!important;align-items:center!important;justify-content:center!important;margin-top:14px!important;min-height:56px!important;padding:16px 18px!important;border-radius:999px!important;background:linear-gradient(135deg,var(--ss-aqua),#168ca0)!important;color:#fff!important;font-weight:900!important;box-shadow:0 14px 30px rgba(37,183,198,.24)!important;}
}
@media (max-width:620px){
  body.ss-theme .ss-nav-shell{padding:0 10px!important;}
  body.ss-theme .ss-nav{min-height:70px!important;padding:8px 10px!important;}
  body.ss-theme .ss-brand{min-width:58px!important;width:58px!important;max-width:58px!important;flex-basis:58px!important;}
  body.ss-theme .ss-brand-mark{width:50px!important;height:50px!important;min-width:50px!important;max-width:50px!important;min-height:50px!important;max-height:50px!important;flex-basis:50px!important;}
  body.ss-theme .ss-brand-mark img,
  body.ss-theme .ss-brand-mark img.ss-nav-logo{width:50px!important;height:50px!important;max-width:50px!important;max-height:50px!important;}
  body.ss-theme .ss-burger{width:54px!important;height:54px!important;min-width:54px!important;}
  body.ss-theme .ss-primary-menu-wrap{left:0!important;right:0!important;padding:14px!important;border-radius:28px!important;}
}
.ss-table-quick-toolbar{position:fixed;z-index:2147482999;display:none;gap:6px;align-items:center;background:#fff;border:1px solid rgba(16,31,69,.14);box-shadow:0 18px 50px rgba(16,31,69,.18);border-radius:999px;padding:7px;}
.ss-table-quick-toolbar button{border:0;border-radius:999px;background:rgba(16,31,69,.06);color:var(--ss-navy);font-weight:850;font-size:12px;padding:8px 10px;cursor:pointer;}
.ss-table-quick-toolbar button:hover{background:var(--ss-navy);color:#fff;}


/* v1.0.7 mobile button containment, restored hero slider dots and stronger iCal/layout polish */
body.ss-theme{overflow-x:hidden!important;}
body.ss-theme .ss-hero-dots{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  margin-top:30px!important;
  position:relative!important;
  z-index:3!important;
}
body.ss-theme .ss-hero-dot{
  appearance:none!important;
  border:0!important;
  width:58px!important;
  height:10px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.46)!important;
  cursor:pointer!important;
  box-shadow:none!important;
  padding:0!important;
  transition:width .22s ease,background .22s ease,opacity .22s ease!important;
}
body.ss-theme .ss-hero-dot.is-active{
  width:84px!important;
  background:var(--ss-gold)!important;
}
body.ss-theme .ss-button,
body.ss-theme .ss-nav-btn,
body.ss-theme .ss-mobile-report-btn{
  max-width:100%!important;
  white-space:normal!important;
  text-align:center!important;
  box-sizing:border-box!important;
}
body.ss-theme .ss-button-showcase,
body.ss-theme .ss-hero-actions{
  max-width:100%!important;
  overflow:hidden!important;
}
@media (max-width:980px){
  body.ss-theme .ss-primary-menu-wrap{
    left:50%!important;
    right:auto!important;
    width:min(720px,calc(100vw - 24px))!important;
    max-width:calc(100vw - 24px)!important;
    transform:translateX(-50%)!important;
    box-sizing:border-box!important;
    overflow-x:hidden!important;
  }
  body.ss-theme .ss-primary-menu-wrap.is-open{display:block!important;}
  body.ss-theme .ss-primary-menu.ss-primary-mega,
  body.ss-theme .ss-primary-mega .ss-nav-item,
  body.ss-theme .ss-primary-mega .ss-nav-trigger,
  body.ss-theme .ss-mobile-report-btn{
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
  }
  body.ss-theme .ss-mobile-report-btn{margin-left:0!important;margin-right:0!important;}
}
@media (max-width:620px){
  body.ss-theme .ss-primary-menu-wrap{
    width:calc(100vw - 20px)!important;
    max-width:calc(100vw - 20px)!important;
    padding:12px!important;
    border-radius:26px!important;
  }
  body.ss-theme .ss-hero-dots{gap:10px!important;margin-top:24px!important;}
  body.ss-theme .ss-hero-dot{width:42px!important;height:8px!important;}
  body.ss-theme .ss-hero-dot.is-active{width:64px!important;}
  body.ss-theme .ss-button-showcase{display:grid!important;grid-template-columns:1fr!important;}
}

/* v1.0.8: remove front-end top gap, reduce nav logo and keep full calendar cells square with clickable event dots */
html{margin-top:0!important;}
body.ss-theme{margin-top:0!important;padding-top:0!important;}
body.ss-theme #wpadminbar{display:none!important;}
body.ss-theme.admin-bar{margin-top:0!important;padding-top:0!important;}
body.ss-theme .ss-nav-shell{top:0!important;margin-top:0!important;}
body.ss-theme .ss-nav{margin-top:12px!important;}
body.ss-theme .ss-brand{min-width:60px!important;width:60px!important;max-width:60px!important;flex:0 0 60px!important;}
body.ss-theme .ss-brand-mark{width:50px!important;height:50px!important;min-width:50px!important;max-width:50px!important;min-height:50px!important;max-height:50px!important;flex:0 0 50px!important;overflow:hidden!important;}
body.ss-theme .ss-brand-mark img,
body.ss-theme .ss-brand-mark img.custom-logo,
body.ss-theme .ss-brand-mark img.ss-nav-logo,
body.ss-theme .ss-brand-mark .custom-logo-link img{width:50px!important;height:50px!important;max-width:50px!important;max-height:50px!important;object-fit:contain!important;}
body.ss-theme .ss-full-calendar{grid-template-columns:repeat(7,minmax(0,1fr))!important;align-items:start!important;}
body.ss-theme .ss-cal-day{aspect-ratio:1/1!important;min-height:0!important;height:auto!important;padding:12px!important;overflow:hidden!important;position:relative!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;gap:8px!important;}
body.ss-theme .ss-cal-day strong{font-size:clamp(15px,1.6vw,22px)!important;line-height:1!important;}
body.ss-theme .ss-cal-event{display:none!important;}
body.ss-theme .ss-cal-dots{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:6px!important;margin-top:auto!important;}
body.ss-theme .ss-cal-dot{appearance:none!important;border:0!important;width:13px!important;height:13px!important;min-width:13px!important;min-height:13px!important;border-radius:999px!important;background:var(--ss-aqua)!important;box-shadow:0 4px 12px rgba(37,183,198,.30)!important;cursor:pointer!important;padding:0!important;text-indent:-9999px!important;overflow:hidden!important;}
body.ss-theme .ss-cal-dot:hover,
body.ss-theme .ss-cal-dot:focus{outline:3px solid rgba(37,183,198,.28)!important;outline-offset:3px!important;background:var(--ss-navy)!important;}
body.ss-theme .ss-cal-more{width:auto!important;min-width:28px!important;text-indent:0!important;height:20px!important;min-height:20px!important;padding:0 7px!important;border-radius:999px!important;background:var(--ss-gold)!important;color:var(--ss-navy)!important;font-size:11px!important;font-weight:950!important;line-height:20px!important;box-shadow:none!important;}
.ss-cal-popover{position:fixed;z-index:2147483600;display:none;background:#fff;border:1px solid rgba(16,31,69,.12);border-radius:20px;box-shadow:0 24px 70px rgba(16,31,69,.22);padding:18px;color:var(--ss-ink);}
.ss-cal-popover.is-open{display:block;}
.ss-cal-popover-close{position:absolute;top:10px;right:10px;width:30px;height:30px;border:0;border-radius:50%;background:rgba(16,31,69,.06);color:var(--ss-navy);font-size:20px;font-weight:900;cursor:pointer;}
.ss-cal-popover-date{display:inline-flex;margin:0 32px 10px 0;padding:6px 10px;border-radius:999px;background:rgba(37,183,198,.12);color:var(--ss-navy);font-size:12px;font-weight:950;}
.ss-cal-popover h3{margin:0 0 8px;color:var(--ss-navy);font-size:20px;line-height:1.1;letter-spacing:-.03em;}
.ss-cal-popover p{margin:8px 0 0;color:#56627b;font-weight:700;line-height:1.45;}
@media (max-width:980px){
  body.ss-theme .ss-nav{margin-top:10px!important;}
  body.ss-theme .ss-brand{min-width:48px!important;width:48px!important;max-width:48px!important;flex-basis:48px!important;}
  body.ss-theme .ss-brand-mark{width:40px!important;height:40px!important;min-width:40px!important;max-width:40px!important;min-height:40px!important;max-height:40px!important;flex-basis:40px!important;}
  body.ss-theme .ss-brand-mark img,
  body.ss-theme .ss-brand-mark img.ss-nav-logo{width:40px!important;height:40px!important;max-width:40px!important;max-height:40px!important;}
}
@media (max-width:620px){
  body.ss-theme .ss-nav{margin-top:8px!important;}
  body.ss-theme .ss-brand{min-width:44px!important;width:44px!important;max-width:44px!important;flex-basis:44px!important;}
  body.ss-theme .ss-brand-mark{width:36px!important;height:36px!important;min-width:36px!important;max-width:36px!important;min-height:36px!important;max-height:36px!important;}
  body.ss-theme .ss-brand-mark img,
  body.ss-theme .ss-brand-mark img.ss-nav-logo{width:36px!important;height:36px!important;max-width:36px!important;max-height:36px!important;}
}

/* Complete theme templates */
.ss-error-hero,
.ss-listing-hero{
	padding: clamp(90px, 12vw, 150px) 0 clamp(44px, 7vw, 80px);
	background: radial-gradient(circle at 20% 10%, rgba(37,183,198,.18), transparent 34%), linear-gradient(135deg, var(--ss-paper), var(--ss-cream));
}
.ss-error-card{
	background:#fff;
	border:1px solid rgba(16,31,69,.12);
	border-radius:var(--ss-radius);
	padding:clamp(28px,6vw,64px);
	box-shadow:0 24px 80px rgba(16,31,69,.10);
}
.ss-error-card h1,
.ss-listing-hero h1{font-size:clamp(42px,8vw,90px);line-height:.95;margin:.15em 0;color:var(--ss-ink);letter-spacing:-.055em;}
.ss-error-card p,.ss-archive-desc{font-size:clamp(18px,2vw,22px);line-height:1.55;color:var(--ss-muted);max-width:760px;}
.ss-error-actions{display:flex;gap:12px;flex-wrap:wrap;margin:26px 0;}
.ss-search-form{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px;max-width:680px;}
.ss-search-form input{flex:1 1 260px;border:1px solid rgba(16,31,69,.14);border-radius:999px;padding:15px 18px;font:inherit;background:#fff;color:var(--ss-ink);}
.ss-search-form button{border:0;border-radius:999px;background:var(--ss-navy);color:#fff;padding:15px 22px;font-weight:800;cursor:pointer;}
.ss-listing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:22px;}
.ss-summary-card{background:#fff;border:1px solid rgba(16,31,69,.10);border-radius:var(--ss-radius-sm);overflow:hidden;box-shadow:0 18px 50px rgba(16,31,69,.08);}
.ss-summary-image{display:block;aspect-ratio:16/9;overflow:hidden;background:rgba(16,31,69,.06);}
.ss-summary-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease;}
.ss-summary-card:hover .ss-summary-image img{transform:scale(1.04);}
.ss-summary-body{padding:24px;}
.ss-summary-date{display:inline-block;font-weight:800;color:var(--ss-aqua);font-size:13px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px;}
.ss-summary-body h2{font-size:clamp(24px,3vw,34px);line-height:1.05;margin:0 0 10px;color:var(--ss-ink);}
.ss-summary-body h2 a{color:inherit;text-decoration:none;}
.ss-summary-body p{color:var(--ss-muted);line-height:1.55;}
.ss-summary-link{font-weight:900;color:var(--ss-navy);text-decoration:none;}
.ss-featured-image{border-radius:var(--ss-radius-sm);overflow:hidden;margin-bottom:28px;}
.ss-featured-image img{width:100%;height:auto;display:block;}
.ss-page-main-full{max-width:1100px;margin:0 auto;}
.nav-links{display:flex;gap:10px;flex-wrap:wrap;grid-column:1/-1;margin-top:16px;}
.nav-links .page-numbers{border:1px solid rgba(16,31,69,.14);padding:10px 14px;border-radius:999px;text-decoration:none;color:var(--ss-ink);font-weight:800;background:#fff;}
.nav-links .current{background:var(--ss-navy);color:#fff;}
@media(max-width:760px){.ss-error-actions,.ss-search-form{flex-direction:column}.ss-search-form button{width:100%}.ss-error-card h1,.ss-listing-hero h1{letter-spacing:-.04em}.ss-error-hero,.ss-listing-hero{padding-top:120px}}

/* v1.0.12 mega menu alignment: keep panel centred on the viewport and keep the pointer under the active heading. */
body.ss-theme .ss-primary-menu.ss-primary-mega{
  position:relative!important;
}
body.ss-theme .ss-primary-mega .ss-nav-item{
  position:relative!important;
}
body.ss-theme .ss-mega-panel{
  position:fixed!important;
  left:50vw!important;
  top:var(--ss-mega-top, 118px)!important;
  width:min(920px, calc(100vw - 48px))!important;
  max-width:calc(100vw - 48px)!important;
  transform:translate(-50%, 8px)!important;
  margin:0!important;
  z-index:99999!important;
}
body.ss-theme .ss-nav-item:hover > .ss-mega-panel,
body.ss-theme .ss-nav-item:focus-within > .ss-mega-panel,
body.ss-theme .ss-nav-item.is-mega-open > .ss-mega-panel{
  transform:translate(-50%, 0)!important;
}
body.ss-theme .ss-mega-panel:before{
  display:none!important;
  content:none!important;
}
body.ss-theme .ss-primary-mega .ss-nav-item.has-mega:before{
  content:"";
  position:absolute;
  left:50%;
  top:calc(100% + 8px);
  width:18px;
  height:18px;
  background:rgba(255,255,255,.98);
  border-left:1px solid rgba(16,31,69,.08);
  border-top:1px solid rgba(16,31,69,.08);
  transform:translateX(-50%) rotate(45deg);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  z-index:100000;
  transition:opacity .12s ease, visibility .12s ease;
}
body.ss-theme .ss-primary-mega .ss-nav-item.has-mega:hover:before,
body.ss-theme .ss-primary-mega .ss-nav-item.has-mega:focus-within:before,
body.ss-theme .ss-primary-mega .ss-nav-item.has-mega.is-mega-open:before{
  opacity:1;
  visibility:visible;
}
body.ss-theme .ss-primary-mega .ss-nav-item.has-mega:after{
  height:34px!important;
}

@media (max-width:980px){
  body.ss-theme .ss-mega-panel{
    position:static!important;
    left:auto!important;
    top:auto!important;
    width:100%!important;
    max-width:100%!important;
    transform:none!important;
    margin:8px 0 12px!important;
  }
  body.ss-theme .ss-primary-mega .ss-nav-item.has-mega:before{
    display:none!important;
  }
}
