/* Центр 25-12 — Главное меню 2.0.0 */
:root{
  --c2512-nav-blue:#082452;
  --c2512-nav-blue-2:#0b3478;
  --c2512-nav-blue-3:#1452aa;
  --c2512-nav-ink:#16233c;
  --c2512-nav-muted:#6c788c;
  --c2512-nav-line:#dce5f0;
  --c2512-nav-orange:#ef7e32;
}

body.c2512-nav-lock{overflow:hidden!important}

/* The plugin marks the actual theme elements in JS. */
.c2512-smart-header{
  position:relative!important;
  top:auto!important;
  z-index:99960!important;
  background:rgba(255,255,255,.94)!important;
  border-bottom:1px solid rgba(20,51,92,.08)!important;
  box-shadow:0 8px 28px rgba(13,42,83,.035)!important;
  backdrop-filter:blur(15px) saturate(1.15);
  -webkit-backdrop-filter:blur(15px) saturate(1.15);
}
.c2512-smart-header::before,.c2512-smart-header::after{outline:none!important}
.c2512-smart-header:focus,.c2512-smart-header:focus-within{outline:none!important}

.c2512-smart-nav{font-family:"Montserrat",Arial,sans-serif!important}
.c2512-smart-nav ul{list-style:none!important}
.c2512-smart-nav a{
  font-family:"Montserrat",Arial,sans-serif!important;
  text-decoration:none!important;
  outline:none!important;
}
.c2512-smart-nav .c2512-top-link{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  color:var(--c2512-nav-ink)!important;
  font-size:16px!important;
  font-weight:700!important;
  letter-spacing:-.01em!important;
  border-bottom:2px solid transparent!important;
  padding-bottom:8px!important;
  transition:color .14s ease,border-color .14s ease!important;
}
.c2512-smart-nav .c2512-top-link::before,
.c2512-smart-nav .c2512-top-link::after{content:none!important;display:none!important}
.c2512-smart-nav .c2512-top-link:hover,
.c2512-smart-nav .c2512-top-link.is-open,
.c2512-smart-nav .c2512-top-link.is-current{
  color:var(--c2512-nav-blue-3)!important;
  border-bottom-color:var(--c2512-nav-blue-3)!important;
}
.c2512-nav-caret{
  display:inline-block!important;
  width:7px!important;height:7px!important;
  border-right:1.5px solid currentColor!important;
  border-bottom:1.5px solid currentColor!important;
  transform:rotate(45deg) translateY(-1px)!important;
  transform-origin:center!important;
  transition:transform .14s ease!important;
  pointer-events:none!important;
}
.c2512-has-panel.is-open .c2512-nav-caret{transform:rotate(225deg) translate(-1px,-1px)!important}

/* Native submenu/toggle must never compete with the plugin mega panel. */
.c2512-enhanced-menu-item>.sub-menu,
.c2512-enhanced-menu-item>ul,
.c2512-enhanced-menu-item>.dropdown-menu,
.c2512-enhanced-menu-item>.children,
.c2512-enhanced-menu-item .sub-menu,
.c2512-enhanced-menu-item .dropdown-menu,
.c2512-enhanced-menu-item>.submenu-toggle,
.c2512-enhanced-menu-item>.dropdown-toggle,
.c2512-enhanced-menu-item>.menu-item-toggle{
  display:none!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  max-height:0!important;
}
.c2512-native-menu-toggle{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
  width:0!important;
  height:0!important;
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}

/* Mega layer */
.c2512-nav-layer{position:fixed;inset:0;z-index:99970;pointer-events:none;font-family:"Montserrat",Arial,sans-serif!important}
.c2512-nav-mega{
  position:fixed;
  left:50%;
  top:90px;
  width:min(1240px,calc(100vw - 48px));
  transform:translate(-50%,-9px) scale(.992);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .13s ease,transform .13s ease,visibility .13s ease;
}
.c2512-nav-mega.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0) scale(1)}
.c2512-nav-mega__inner{
  overflow:hidden;
  padding:26px;
  border:1px solid rgba(14,57,117,.12);
  border-radius:24px;
  background:rgba(255,255,255,.985);
  box-shadow:0 26px 70px rgba(9,39,82,.17);
  backdrop-filter:blur(20px);
  max-height:calc(100vh - 96px);
  overflow:auto;
  overscroll-behavior:contain;
}
.c2512-nav-mega__head{display:flex;align-items:end;justify-content:space-between;gap:30px;padding:4px 5px 22px;border-bottom:1px solid var(--c2512-nav-line)}
.c2512-nav-mega__head span{display:block;margin-bottom:3px;color:#7b879b;font-size:11px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.c2512-nav-mega__head strong{display:block;color:#142744;font-size:24px;line-height:1.15;font-weight:780;letter-spacing:-.025em}
.c2512-nav-mega__head>a{display:inline-flex;align-items:center;gap:9px;color:#114b9b!important;font-size:14px;font-weight:800!important;white-space:nowrap}
.c2512-nav-mega__head>a b{color:var(--c2512-nav-orange);font-size:16px}

.c2512-nav-mega__head>a.c2512-nav-all-programs{
  position:relative;
  min-height:42px;
  padding:0 15px;
  border:1px solid rgba(20,82,170,.18);
  border-radius:12px;
  background:linear-gradient(145deg,#f7fbff,#edf5ff);
  box-shadow:0 7px 18px rgba(20,82,170,.07);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease;
  animation:c2512CatalogHint 3.8s ease-in-out infinite;
}
.c2512-nav-mega__head>a.c2512-nav-all-programs:hover,
.c2512-nav-mega__head>a.c2512-nav-all-programs:focus-visible{
  transform:translateY(-2px);
  border-color:rgba(20,82,170,.34);
  background:#fff;
  box-shadow:0 11px 24px rgba(20,82,170,.12);
}
.c2512-nav-mega__head>a.c2512-nav-all-programs b{
  transition:transform .18s ease;
}
.c2512-nav-mega__head>a.c2512-nav-all-programs:hover b,
.c2512-nav-mega__head>a.c2512-nav-all-programs:focus-visible b{
  transform:translateX(3px);
}
@keyframes c2512CatalogHint{
  0%,72%,100%{box-shadow:0 7px 18px rgba(20,82,170,.07)}
  82%{box-shadow:0 7px 18px rgba(20,82,170,.07),0 0 0 5px rgba(61,126,232,.065)}
  91%{box-shadow:0 7px 18px rgba(20,82,170,.07)}
}

.c2512-nav-mega__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;padding-top:23px}
.c2512-nav-mega__label{margin:0 0 11px 4px;color:#8895a8;font-size:11px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}
.c2512-nav-link-card{position:relative;display:block;min-height:96px;padding:18px 48px 18px 18px;border:1px solid var(--c2512-nav-line);border-radius:15px;background:#fff;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.c2512-nav-link-card+.c2512-nav-link-card{margin-top:7px}
.c2512-nav-link-card:hover{transform:translateX(3px);border-color:#c7d7ec;box-shadow:0 9px 22px rgba(12,54,116,.055)}
.c2512-nav-link-card strong{display:block;color:#172742;font-size:16px;line-height:1.28;font-weight:760}
.c2512-nav-link-card span{display:block;margin-top:6px;color:#67758a;font-size:13px;line-height:1.45}
.c2512-nav-link-card b{position:absolute;right:15px;top:50%;transform:translateY(-50%);color:var(--c2512-nav-orange);font-size:17px}
.c2512-nav-format-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.c2512-nav-format-card{--c1:#071e3d;--c2:#0f5eb4;position:relative;overflow:hidden;min-height:148px;padding:19px;border-radius:16px;background:linear-gradient(145deg,var(--c1),var(--c2));color:#fff!important;transition:transform .18s ease,box-shadow .18s ease}
.c2512-nav-format-card:hover{transform:translateY(-3px);box-shadow:0 15px 28px rgba(20,44,91,.16)}
.c2512-nav-format-card--cio{--c1:#1a0a10;--c2:#691a39}
.c2512-nav-format-card--lc{--c1:#0b2945;--c2:#1e648e}
.c2512-nav-format-card--ck{--c1:#22134f;--c2:#6252c8}
.c2512-nav-format-card>span{display:block;color:rgba(255,255,255,.62);font-size:11px;font-weight:850;letter-spacing:.08em}
.c2512-nav-format-card strong{display:block;max-width:250px;margin-top:34px;color:#fff!important;font-size:17px;line-height:1.22;font-weight:750}
.c2512-nav-format-card small{display:block;margin-top:6px;color:rgba(255,255,255,.80);font-size:12px;line-height:1.4}

.c2512-nav-division-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding-top:23px}
.c2512-nav-division-card{--c:#1452aa;position:relative;overflow:hidden;min-height:158px;padding:20px;border:1px solid var(--c2512-nav-line);border-radius:16px;background:linear-gradient(145deg,#fff,#f5f8fc);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.c2512-nav-division-card:hover{transform:translateY(-3px);border-color:#c7d7ec;box-shadow:0 13px 28px rgba(12,54,116,.07)}
.c2512-nav-division-card::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--c)}
.c2512-nav-division-card--cpt{--c:#0f5eb4}.c2512-nav-division-card--cio{--c:#8f2348}.c2512-nav-division-card--lc{--c:#1e648e}.c2512-nav-division-card--ck{--c:#6252c8}.c2512-nav-division-card--dev{--c:#ef7e32}.c2512-nav-division-card--internal{--c:#738095}
.c2512-nav-division-card>span{color:var(--c);font-size:11px;font-weight:900}
.c2512-nav-division-card strong{display:block;margin-top:32px;color:#172742!important;font-size:16px;line-height:1.25;font-weight:760}
.c2512-nav-division-card small{display:block;margin-top:7px;color:#68768b;font-size:12px;line-height:1.42}
.c2512-nav-division-card b{position:absolute;right:14px;bottom:12px;color:var(--c);font-size:16px}



/* -------------------------------------------------------------------------
 * Compact sticky navigation.
 * The large multi-row theme header scrolls away normally.
 * After it leaves the viewport, a small plugin-owned bar appears.
 * ---------------------------------------------------------------------- */
.c2512-nav-sticky{
  position:fixed;
  left:0;
  right:0;
  top:0;
  z-index:99982;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(-14px) scale(.988);
  transform-origin:50% 0;
  transition:visibility .12s linear;
  will-change:opacity,transform;
  background:#fff;
  border-bottom:1px solid rgba(20,51,92,.10);
  box-shadow:0 10px 34px rgba(9,39,82,.10);
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
  font-family:"Montserrat",Arial,sans-serif!important;
}
.c2512-nav-sticky.is-transitioning{visibility:visible}
.c2512-nav-sticky.is-interactive{pointer-events:auto}
.c2512-nav-sticky.is-visible{visibility:visible}
.admin-bar .c2512-nav-sticky{top:32px}
.c2512-nav-sticky__inner{
  width:min(1210px,calc(100% - 32px));
  min-height:66px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.c2512-nav-sticky__logo{
  display:flex;
  align-items:center;
  flex:0 0 auto;
}
.c2512-nav-sticky__logo .custom-logo-link{
  display:flex!important;
  align-items:center!important;
  margin:0!important;
  padding:0!important;
}
.c2512-nav-sticky__logo img,
.c2512-nav-sticky__logo .custom-logo{
  display:block!important;
  width:auto!important;
  max-width:64px!important;
  height:46px!important;
  object-fit:contain!important;
}
.c2512-nav-sticky__brand{
  color:#18355f!important;
  font-size:14px;
  font-weight:800;
}
.c2512-nav-sticky__desktop{
  display:flex;
  align-items:center;
  gap:28px;
  margin-left:auto;
}
.c2512-nav-sticky__link{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:42px;
  color:#16233c!important;
  font-size:15px!important;
  font-weight:700!important;
  text-decoration:none!important;
  border-bottom:2px solid transparent;
}
.c2512-nav-sticky__link:hover,
.c2512-nav-sticky__link.is-open,
.c2512-nav-sticky__link.is-current{
  color:#1452aa!important;
  border-bottom-color:#1452aa;
}
.c2512-nav-sticky__mobile-toggle{
  display:none;
  place-items:center;
  width:44px;
  height:44px;
  padding:0;
  border:1px solid #d7e1ee;
  border-radius:13px;
  background:#fff;
  box-shadow:none;
  cursor:pointer;
  outline:none;
}
.c2512-nav-sticky__mobile-toggle span,
.c2512-nav-sticky__mobile-toggle::before,
.c2512-nav-sticky__mobile-toggle::after{
  content:"";
  display:block;
  width:19px;
  height:2px;
  border-radius:99px;
  background:#18355f;
  transition:.2s ease;
}
.c2512-nav-sticky__mobile-toggle span{margin:4px 0}
.c2512-nav-sticky__mobile-toggle.is-open span{opacity:0}
.c2512-nav-sticky__mobile-toggle.is-open::before{transform:translateY(6px) rotate(45deg)}
.c2512-nav-sticky__mobile-toggle.is-open::after{transform:translateY(-6px) rotate(-45deg)}


/* Mobile top bar: v1.5 replaces the theme navigation row as a whole. */
.c2512-mobile-headerbar{display:none}
.c2512-mobile-headerbar__inner{display:flex;align-items:center;justify-content:space-between;gap:18px;width:100%}
.c2512-mobile-headerbar__logo{display:flex;align-items:center;min-width:0}
.c2512-mobile-headerbar__logo .custom-logo-link{display:flex!important;align-items:center!important;margin:0!important;padding:0!important}
.c2512-mobile-headerbar__logo img,
.c2512-mobile-headerbar__logo .custom-logo{display:block!important;width:auto!important;height:54px!important;max-width:78px!important;object-fit:contain!important}
.c2512-mobile-headerbar__brand{color:#18355f!important;font-size:14px;font-weight:800;text-decoration:none!important}
.c2512-mobile-headerbar__toggle,
.c2512-nav-sticky__mobile-toggle{
  appearance:none!important;display:none;place-items:center;width:46px!important;height:46px!important;
  min-width:46px!important;min-height:46px!important;margin:0!important;padding:0!important;
  border:1px solid #d5dfec!important;border-radius:14px!important;background:#fff!important;
  box-shadow:0 7px 18px rgba(16,55,107,.07)!important;cursor:pointer!important;outline:none!important;
  -webkit-tap-highlight-color:transparent!important;
}
.c2512-mobile-headerbar__toggle span,
.c2512-mobile-headerbar__toggle::before,
.c2512-mobile-headerbar__toggle::after,
.c2512-nav-sticky__mobile-toggle span,
.c2512-nav-sticky__mobile-toggle::before,
.c2512-nav-sticky__mobile-toggle::after{
  content:"";display:block;width:20px;height:2px;border-radius:99px;background:#17345f;
  transition:transform .22s ease,opacity .18s ease;
}
.c2512-mobile-headerbar__toggle span,.c2512-nav-sticky__mobile-toggle span{margin:4px 0}
.c2512-mobile-headerbar__toggle.is-open span,.c2512-nav-sticky__mobile-toggle.is-open span{opacity:0}
.c2512-mobile-headerbar__toggle.is-open::before,.c2512-nav-sticky__mobile-toggle.is-open::before{transform:translateY(6px) rotate(45deg)}
.c2512-mobile-headerbar__toggle.is-open::after,.c2512-nav-sticky__mobile-toggle.is-open::after{transform:translateY(-6px) rotate(-45deg)}
.c2512-mobile-headerbar__toggle:focus-visible,.c2512-nav-sticky__mobile-toggle:focus-visible{outline:2px solid #4f86df!important;outline-offset:3px!important}

.c2512-mobile-overlay,.c2512-mobile-drawer{display:none}

/* Keyboard focus */
.c2512-smart-nav a:focus-visible,
.c2512-nav-mega a:focus-visible,
.c2512-mobile-drawer a:focus-visible,
.c2512-mobile-drawer button:focus-visible,
.c2512-mobile-toggle:focus-visible{outline:2px solid #4f86df!important;outline-offset:3px!important;border-radius:10px!important}

@media(max-width:1199px){
  /* Theme navigation row is removed; the plugin bar lives OUTSIDE the theme header. */
  .c2512-smart-header{display:none!important;position:relative!important;top:auto!important;opacity:1!important}
  .c2512-theme-nav-row{
    display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;
    height:0!important;min-height:0!important;max-height:0!important;margin:0!important;padding:0!important;
    border:0!important;overflow:hidden!important;
  }
  .c2512-smart-nav{display:none!important}
  .c2512-nav-layer{display:none!important}

  /* One mobile navigation bar. It occupies normal document flow and then sticks. */
  .c2512-mobile-headerbar{
    display:block!important;
    position:sticky!important;
    top:0!important;
    z-index:99982!important;
    float:none!important;
    clear:both!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    padding:0!important;
    background:rgba(255,255,255,.985)!important;
    border-top:1px solid rgba(20,51,92,.055)!important;
    border-bottom:1px solid rgba(20,51,92,.10)!important;
    box-shadow:0 8px 26px rgba(13,42,83,.08)!important;
    backdrop-filter:blur(16px) saturate(1.12)!important;
    -webkit-backdrop-filter:blur(16px) saturate(1.12)!important;
  }
  .admin-bar .c2512-mobile-headerbar{top:32px!important}
  .c2512-mobile-headerbar__inner{
    width:min(100% - 28px,760px)!important;
    min-height:72px!important;
    margin:0 auto!important;
    padding:8px 0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:18px!important;
  }
  .c2512-mobile-headerbar__logo img,
  .c2512-mobile-headerbar__logo .custom-logo{height:52px!important;max-width:76px!important}
  .c2512-mobile-headerbar__toggle{display:grid!important}

  /* Desktop compact bar is never used on mobile: no second moving header state. */
  .c2512-nav-sticky{display:none!important}
  .c2512-nav-sticky__mobile-toggle{display:none!important}

  .c2512-mobile-overlay{
    display:block;position:fixed;inset:0;z-index:99990;background:rgba(4,20,48,.42);
    opacity:0;visibility:hidden;transition:opacity .22s ease,visibility .22s ease;backdrop-filter:blur(3px)
  }
  .c2512-mobile-overlay.is-open{opacity:1;visibility:visible}
  .c2512-mobile-drawer{
    display:flex;position:fixed;top:0;right:0;bottom:0;z-index:99991;width:min(94vw,480px);
    flex-direction:column;background:#fff;box-shadow:-20px 0 60px rgba(5,28,67,.20);
    transform:translateX(104%);transition:transform .26s cubic-bezier(.2,.8,.2,1);
    font-family:"Montserrat",Arial,sans-serif!important
  }
  .c2512-mobile-drawer.is-open{transform:none}
  .c2512-mobile-drawer__top{
    display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px 22px 22px;
    border-bottom:1px solid #e1e8f2;background:linear-gradient(145deg,#f9fbfe,#f2f6fb)
  }
  .c2512-mobile-drawer__top span{display:block;color:#7a899d;font-size:11px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}
  .c2512-mobile-drawer__top strong{display:block;margin-top:4px;color:#152845;font-size:24px;line-height:1.12;font-weight:800}
  .c2512-mobile-close{display:grid;place-items:center;width:46px;height:46px;padding:0;border:1px solid #d8e2ef;border-radius:13px;background:#fff;color:#17335d;font:400 29px/1 Arial;cursor:pointer}
  .c2512-mobile-nav{flex:1;overflow:auto;padding:12px 19px 24px}
  .c2512-mobile-accordion{border-bottom:1px solid #e4eaf2}
  .c2512-mobile-accordion__button{display:flex;width:100%;align-items:center;justify-content:space-between;gap:12px;padding:20px 4px;border:0;background:transparent;color:#162943;font-family:"Montserrat",Arial,sans-serif;font-size:20px;font-weight:800;text-align:left;cursor:pointer}
  .c2512-mobile-accordion__button b{display:grid;place-items:center;width:31px;height:31px;border-radius:9px;background:#eff4fa;color:#24579e;font-size:19px;font-weight:500;transition:transform .18s ease}
  .c2512-mobile-accordion__button[aria-expanded="true"] b{transform:rotate(45deg)}
  .c2512-mobile-accordion__panel{display:grid!important;grid-template-rows:0fr!important;overflow:hidden!important;opacity:0;transition:grid-template-rows .24s cubic-bezier(.2,.8,.2,1),opacity .18s ease}
  .c2512-mobile-accordion__content{min-height:0!important;overflow:hidden!important;padding:0 0 0!important}
  .c2512-mobile-accordion.is-open .c2512-mobile-accordion__panel{grid-template-rows:1fr!important;opacity:1}
  .c2512-mobile-accordion.is-open .c2512-mobile-accordion__content{padding-bottom:16px!important}
  .c2512-mobile-accordion__content>a{display:block;margin-top:8px;padding:15px 15px;border-radius:13px;background:#f5f8fc;color:#18335e!important;text-decoration:none!important}
  .c2512-mobile-accordion__content>a strong{display:block;font-size:16px;line-height:1.3;font-weight:760}
  .c2512-mobile-accordion__content>a small{display:block;margin-top:5px;color:#6f7d91;font-size:13px;line-height:1.45}
  .c2512-mobile-accordion__content .c2512-mobile-main-link{display:flex!important;align-items:center;justify-content:space-between;gap:12px;min-height:58px!important;padding:0 17px!important;background:linear-gradient(145deg,#082452,#0e4b9c);color:#fff!important;font-size:15.5px!important;line-height:1.25!important;font-weight:800!important}
  .c2512-mobile-accordion__content .c2512-mobile-main-link b{color:#ffae75;font-size:19px}
  .c2512-mobile-group-label{padding:20px 6px 5px;color:#7d8b9f;font-size:11px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
  .c2512-mobile-direct{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 4px;border-bottom:1px solid #e4eaf2;color:#162943!important;text-decoration:none!important;font-size:18px;font-weight:800}
  .c2512-mobile-direct b{color:#ef7e32;font-size:19px}
  .c2512-mobile-drawer__bottom{padding:17px 22px 21px;border-top:1px solid #e1e8f2;background:#f8fafc}
  .c2512-mobile-catalog{display:none!important}
  .c2512-mobile-contacts{display:flex;flex-wrap:wrap;gap:9px 18px;margin-top:0}
  .c2512-mobile-contacts a{color:#52627a!important;text-decoration:none!important;font-size:13px;font-weight:700}
}

@media(max-width:600px){
  .c2512-mobile-drawer{width:100vw}
  .c2512-mobile-headerbar__inner{width:calc(100% - 24px)!important}
}


@media(min-width:1200px) and (max-width:1399px){
  .c2512-smart-nav .c2512-top-link{font-size:15px!important}
  .c2512-nav-mega{width:calc(100vw - 28px)}
  .c2512-nav-mega__inner{padding:20px;max-height:calc(100vh - 88px);overflow:auto}
  .c2512-nav-mega__head strong{font-size:22px}
  .c2512-nav-link-card{min-height:88px;padding:16px 44px 16px 16px}
  .c2512-nav-link-card strong{font-size:15px}
  .c2512-nav-link-card span{font-size:12px}
  .c2512-nav-format-card{min-height:136px;padding:17px}
  .c2512-nav-format-card strong{font-size:16px;margin-top:30px}
  .c2512-nav-format-card small{font-size:11.5px}
  .c2512-nav-division-card{min-height:146px;padding:18px}
  .c2512-nav-division-card strong{font-size:15px}
  .c2512-nav-division-card small{font-size:11.5px}
}

@media(prefers-reduced-motion:reduce){
  .c2512-nav-all-programs{animation:none!important}

  .c2512-nav-mega,.c2512-mobile-overlay,.c2512-mobile-drawer,.c2512-mobile-toggle *,
  .c2512-nav-format-card,.c2512-nav-link-card,.c2512-nav-division-card{transition:none!important}
}

@media(max-width:782px){
  .admin-bar .c2512-nav-sticky{top:46px}
}





/* -------------------------------------------------------------------------
 * v1.8 — desktop navigation stability.
 * Keep the four top-level items on ONE line without reducing typography.
 * ---------------------------------------------------------------------- */
@media(min-width:1200px){
  .c2512-smart-nav{
    flex:0 0 auto!important;
    width:auto!important;
    min-width:700px!important;
    max-width:none!important;
    margin-left:auto!important;
    overflow:visible!important;
    white-space:nowrap!important;
  }
  .c2512-smart-nav .c2512-primary-menu-wrap{
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    overflow:visible!important;
  }
  .c2512-smart-nav .c2512-primary-menu-list{
    display:flex!important;
    flex-flow:row nowrap!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:clamp(24px,2.15vw,40px)!important;
    width:max-content!important;
    min-width:max-content!important;
    max-width:none!important;
    margin:0 0 0 auto!important;
    padding:0!important;
    float:none!important;
    white-space:nowrap!important;
  }
  .c2512-smart-nav .c2512-primary-menu-list>li{
    display:block!important;
    float:none!important;
    flex:0 0 auto!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    clear:none!important;
  }
  .c2512-smart-nav .c2512-primary-menu-list>li>.c2512-top-link{
    white-space:nowrap!important;
    width:auto!important;
    max-width:none!important;
  }

  /* Compact bar is completely opaque. It starts only after the normal header
     has left the viewport, so the two states can never be visible together. */
  .c2512-nav-sticky{
    background:#fff!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    will-change:transform,opacity;
    transform-origin:50% 0;
  }
  .c2512-smart-header.c2512-header-handoff{
    opacity:1!important;
  }
}

@media(min-width:1200px) and (max-width:1399px){
  .c2512-smart-nav{min-width:610px!important}
  .c2512-smart-nav .c2512-primary-menu-list{gap:22px!important}
}


/* -------------------------------------------------------------------------
 * v1.9 — one responsive navigation system.
 * <=1199: the theme header is intentionally hidden. This prevents any native
 * burger/off-canvas trigger from coexisting with the plugin header.
 * ---------------------------------------------------------------------- */
@media(max-width:1199px){
  .c2512-mobile-headerbar{
    background:#fff!important;
    border-top:0!important;
    border-bottom:1px solid rgba(20,51,92,.10)!important;
    box-shadow:0 8px 24px rgba(13,42,83,.075)!important;
  }
  .c2512-mobile-headerbar__inner{
    width:min(calc(100% - 36px),1120px)!important;
    min-height:76px!important;
    padding:9px 0!important;
  }
  .c2512-mobile-headerbar__logo img,
  .c2512-mobile-headerbar__logo .custom-logo{height:54px!important;max-width:82px!important}
  .c2512-mobile-headerbar__toggle{
    width:48px!important;height:48px!important;border-radius:14px!important;
    border:1px solid #d4deeb!important;background:#fff!important;
  }
  .c2512-mobile-headerbar__toggle span,
  .c2512-mobile-headerbar__toggle::before,
  .c2512-mobile-headerbar__toggle::after{width:21px!important;height:2px!important;background:#17335d!important}
  .c2512-mobile-drawer{width:min(92vw,520px)}
}
@media(max-width:782px){
  .admin-bar .c2512-mobile-headerbar{top:46px!important}
  .admin-bar .c2512-mobile-drawer{top:46px!important}
  .c2512-mobile-headerbar__inner{width:calc(100% - 24px)!important;min-height:70px!important;padding:7px 0!important}
  .c2512-mobile-headerbar__logo img,
  .c2512-mobile-headerbar__logo .custom-logo{height:50px!important;max-width:74px!important}
}

/* -------------------------------------------------------------------------
 * v1.9 — desktop row alignment. The JS marks the actual logo/nav row only
 * when it can identify it safely. The navigation itself is also normalized,
 * so the menu sits on the same visual axis as the logo and never on a lower
 * accidental baseline created by the theme.
 * ---------------------------------------------------------------------- */
@media(min-width:1200px){
  .c2512-desktop-main-row{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:34px!important;
  }
  .c2512-desktop-logo-cell{
    display:flex!important;
    align-items:center!important;
    align-self:center!important;
    margin-top:0!important;
    margin-bottom:0!important;
  }
  .c2512-desktop-nav-cell{
    display:flex!important;
    align-items:center!important;
    align-self:center!important;
    justify-content:flex-end!important;
    margin-top:0!important;
    margin-bottom:0!important;
    margin-left:auto!important;
  }
  .c2512-smart-nav{
    display:flex!important;
    align-items:center!important;
    align-self:center!important;
    min-height:74px!important;
    margin-top:0!important;
    margin-bottom:0!important;
    padding-top:0!important;
    padding-bottom:0!important;
    top:auto!important;
    bottom:auto!important;
    transform:none!important;
  }
  .c2512-smart-nav .c2512-primary-menu-wrap,
  .c2512-smart-nav .c2512-primary-menu-list,
  .c2512-smart-nav .c2512-primary-menu-list>li{
    min-height:74px!important;
    align-items:center!important;
  }
  .c2512-smart-nav .c2512-primary-menu-list>li{display:flex!important}
  .c2512-smart-nav .c2512-primary-menu-list>li>.c2512-top-link{
    position:relative!important;
    display:inline-flex!important;
    align-items:center!important;
    min-height:48px!important;
    padding:10px 0!important;
    line-height:1.2!important;
    border-bottom:0!important;
    vertical-align:middle!important;
  }
  .c2512-smart-nav .c2512-top-link::after{
    content:""!important;
    display:block!important;
    position:absolute!important;
    left:0!important;right:0!important;bottom:2px!important;
    height:2px!important;border-radius:99px!important;
    background:var(--c2512-nav-blue-3)!important;
    opacity:0!important;transform:scaleX(.35)!important;
    transition:opacity .16s ease,transform .18s ease!important;
  }
  .c2512-smart-nav .c2512-top-link:hover::after,
  .c2512-smart-nav .c2512-top-link.is-open::after,
  .c2512-smart-nav .c2512-top-link.is-current::after{opacity:1!important;transform:scaleX(1)!important}
}


/* =========================================================================
 * v2.0 — MOBILE DRAWER HARD RESET
 * Theme styles must not repaint or hide labels inside the plugin drawer.
 * Desktop/mega-menu layout above is intentionally untouched.
 * ========================================================================= */
@media(max-width:1199px){
  .c2512-mobile-drawer,
  .c2512-mobile-drawer *{
    -webkit-tap-highlight-color:transparent!important;
  }

  /* Drawer header */
  .c2512-mobile-drawer .c2512-mobile-drawer__top{
    position:relative!important;
    z-index:2!important;
  }
  .c2512-mobile-drawer .c2512-mobile-drawer__top span,
  .c2512-mobile-drawer .c2512-mobile-drawer__top strong{
    display:block!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
  }

  /* Close control: completely independent from generic theme button styles. */
  .c2512-mobile-drawer .c2512-mobile-close,
  .c2512-mobile-drawer .c2512-mobile-close:hover,
  .c2512-mobile-drawer .c2512-mobile-close:focus,
  .c2512-mobile-drawer .c2512-mobile-close:active{
    all:unset!important;
    box-sizing:border-box!important;
    display:grid!important;
    place-items:center!important;
    flex:0 0 48px!important;
    width:48px!important;
    height:48px!important;
    border:1px solid #d7e1ee!important;
    border-radius:14px!important;
    background:#fff!important;
    color:#17335d!important;
    font:500 30px/1 Arial,sans-serif!important;
    text-align:center!important;
    cursor:pointer!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    box-shadow:none!important;
  }
  .c2512-mobile-drawer .c2512-mobile-close::before,
  .c2512-mobile-drawer .c2512-mobile-close::after{content:none!important;display:none!important}
  .c2512-mobile-drawer .c2512-mobile-close:focus-visible{
    outline:3px solid rgba(20,82,170,.28)!important;
    outline-offset:3px!important;
  }

  /* Accordion header is a role=button DIV in v2.0, so generic theme button CSS
     cannot make the label disappear on hover/focus. */
  .c2512-mobile-drawer .c2512-mobile-accordion__button,
  .c2512-mobile-drawer .c2512-mobile-accordion__button:hover,
  .c2512-mobile-drawer .c2512-mobile-accordion__button:focus,
  .c2512-mobile-drawer .c2512-mobile-accordion__button:active{
    all:unset!important;
    box-sizing:border-box!important;
    display:flex!important;
    width:100%!important;
    min-height:66px!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:16px!important;
    padding:16px 4px!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    color:#162943!important;
    font-family:"Montserrat",Arial,sans-serif!important;
    cursor:pointer!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    box-shadow:none!important;
  }
  .c2512-mobile-drawer .c2512-mobile-accordion__button::before,
  .c2512-mobile-drawer .c2512-mobile-accordion__button::after{content:none!important;display:none!important}
  .c2512-mobile-drawer .c2512-mobile-accordion__button:focus-visible{
    outline:3px solid rgba(20,82,170,.20)!important;
    outline-offset:2px!important;
    border-radius:12px!important;
  }
  .c2512-mobile-drawer .c2512-mobile-accordion__title,
  .c2512-mobile-drawer .c2512-mobile-accordion__button:hover .c2512-mobile-accordion__title,
  .c2512-mobile-drawer .c2512-mobile-accordion__button:focus .c2512-mobile-accordion__title,
  .c2512-mobile-drawer .c2512-mobile-accordion__button:active .c2512-mobile-accordion__title{
    all:unset!important;
    display:block!important;
    flex:1 1 auto!important;
    min-width:0!important;
    color:#162943!important;
    font-family:"Montserrat",Arial,sans-serif!important;
    font-size:20px!important;
    line-height:1.25!important;
    font-weight:800!important;
    letter-spacing:-.015em!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
  }
  .c2512-mobile-drawer .c2512-mobile-accordion__button>b,
  .c2512-mobile-drawer .c2512-mobile-accordion__button:hover>b,
  .c2512-mobile-drawer .c2512-mobile-accordion__button:focus>b,
  .c2512-mobile-drawer .c2512-mobile-accordion__button:active>b{
    all:unset!important;
    box-sizing:border-box!important;
    display:grid!important;
    place-items:center!important;
    flex:0 0 36px!important;
    width:36px!important;
    height:36px!important;
    border:1px solid #dce5f0!important;
    border-radius:11px!important;
    background:#f3f6fa!important;
    color:#24579e!important;
    font:500 22px/1 Arial,sans-serif!important;
    opacity:1!important;
    visibility:visible!important;
    transform:rotate(0deg)!important;
    transition:transform .18s ease,background .18s ease,border-color .18s ease!important;
  }
  .c2512-mobile-drawer .c2512-mobile-accordion__button[aria-expanded="true"]>b{
    transform:rotate(45deg)!important;
    background:#eaf1fb!important;
    border-color:#cbdaf0!important;
  }

  /* Collapse mechanics: one inner wrapper, zero real height when closed. */
  .c2512-mobile-drawer .c2512-mobile-accordion__panel{
    display:grid!important;
    grid-template-rows:0fr!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    opacity:0!important;
    visibility:hidden!important;
    transition:grid-template-rows .24s cubic-bezier(.2,.8,.2,1),opacity .18s ease,visibility .18s ease!important;
  }
  .c2512-mobile-drawer .c2512-mobile-accordion__content{
    min-height:0!important;
    overflow:hidden!important;
    padding:0!important;
  }
  .c2512-mobile-drawer .c2512-mobile-accordion.is-open>.c2512-mobile-accordion__panel{
    grid-template-rows:1fr!important;
    opacity:1!important;
    visibility:visible!important;
  }
  .c2512-mobile-drawer .c2512-mobile-accordion.is-open>.c2512-mobile-accordion__panel>.c2512-mobile-accordion__content{
    padding:0 0 18px!important;
  }

  /* Links: keep their text readable in every pointer state, including Chrome
     responsive emulation where :hover can remain latched after a click. */
  .c2512-mobile-drawer .c2512-mobile-accordion__content>a,
  .c2512-mobile-drawer .c2512-mobile-accordion__content>a:link,
  .c2512-mobile-drawer .c2512-mobile-accordion__content>a:visited,
  .c2512-mobile-drawer .c2512-mobile-accordion__content>a:hover,
  .c2512-mobile-drawer .c2512-mobile-accordion__content>a:focus,
  .c2512-mobile-drawer .c2512-mobile-accordion__content>a:active{
    box-sizing:border-box!important;
    display:block!important;
    position:relative!important;
    margin-top:8px!important;
    padding:15px!important;
    border:0!important;
    border-radius:13px!important;
    background:#f5f8fc!important;
    color:#18335e!important;
    text-decoration:none!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    text-shadow:none!important;
  }
  .c2512-mobile-drawer .c2512-mobile-accordion__content>a strong,
  .c2512-mobile-drawer .c2512-mobile-accordion__content>a:hover strong,
  .c2512-mobile-drawer .c2512-mobile-accordion__content>a:focus strong{
    display:block!important;
    color:#172742!important;
    font-size:16px!important;
    line-height:1.32!important;
    font-weight:760!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
  }
  .c2512-mobile-drawer .c2512-mobile-accordion__content>a small,
  .c2512-mobile-drawer .c2512-mobile-accordion__content>a:hover small,
  .c2512-mobile-drawer .c2512-mobile-accordion__content>a:focus small{
    display:block!important;
    margin-top:5px!important;
    color:#68778d!important;
    font-size:13px!important;
    line-height:1.45!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
  }
  .c2512-mobile-drawer .c2512-mobile-accordion__content>a.c2512-mobile-main-link,
  .c2512-mobile-drawer .c2512-mobile-accordion__content>a.c2512-mobile-main-link:link,
  .c2512-mobile-drawer .c2512-mobile-accordion__content>a.c2512-mobile-main-link:visited,
  .c2512-mobile-drawer .c2512-mobile-accordion__content>a.c2512-mobile-main-link:hover,
  .c2512-mobile-drawer .c2512-mobile-accordion__content>a.c2512-mobile-main-link:focus,
  .c2512-mobile-drawer .c2512-mobile-accordion__content>a.c2512-mobile-main-link:active{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    min-height:58px!important;
    padding:13px 17px!important;
    background:linear-gradient(145deg,#082452,#0e4b9c)!important;
    color:#fff!important;
    font-size:15.5px!important;
    line-height:1.25!important;
    font-weight:800!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
  }
  .c2512-mobile-drawer .c2512-mobile-main-link>b{
    color:#ffae75!important;
    font-size:19px!important;
    opacity:1!important;
    visibility:visible!important;
  }

  .c2512-mobile-drawer .c2512-mobile-group-label{
    display:block!important;
    padding:20px 6px 5px!important;
    color:#7d8b9f!important;
    font-size:11px!important;
    line-height:1.3!important;
    font-weight:850!important;
    letter-spacing:.1em!important;
    text-transform:uppercase!important;
    opacity:1!important;
    visibility:visible!important;
  }

  .c2512-mobile-drawer a.c2512-mobile-direct,
  .c2512-mobile-drawer a.c2512-mobile-direct:link,
  .c2512-mobile-drawer a.c2512-mobile-direct:visited,
  .c2512-mobile-drawer a.c2512-mobile-direct:hover,
  .c2512-mobile-drawer a.c2512-mobile-direct:focus,
  .c2512-mobile-drawer a.c2512-mobile-direct:active{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    min-height:66px!important;
    padding:16px 4px!important;
    border:0!important;
    border-bottom:1px solid #e4eaf2!important;
    background:transparent!important;
    color:#162943!important;
    font-family:"Montserrat",Arial,sans-serif!important;
    font-size:18px!important;
    line-height:1.3!important;
    font-weight:800!important;
    text-decoration:none!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
  }
  .c2512-mobile-drawer a.c2512-mobile-direct span,
  .c2512-mobile-drawer a.c2512-mobile-direct:hover span,
  .c2512-mobile-drawer a.c2512-mobile-direct:focus span{
    display:block!important;
    color:#162943!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
  }
  .c2512-mobile-drawer a.c2512-mobile-direct>b{color:#ef7e32!important;font-size:19px!important}

  /* Prevent theme pseudo overlays from covering our drawer controls. */
  .c2512-mobile-drawer .c2512-mobile-accordion__button *::before,
  .c2512-mobile-drawer .c2512-mobile-accordion__button *::after,
  .c2512-mobile-drawer .c2512-mobile-accordion__content>a::before,
  .c2512-mobile-drawer .c2512-mobile-accordion__content>a::after,
  .c2512-mobile-drawer a.c2512-mobile-direct::before,
  .c2512-mobile-drawer a.c2512-mobile-direct::after{content:none!important;display:none!important}
}
