/* Mobile education-stage accordion navigation. */
.ed-tag-explorer .ed-tag-group:not(:has([data-ed-tag-card])){display:none!important}
@media(max-width:991px){
  .site-drawer .drawer-education-group{width:100%;padding:3px 0;border-bottom:1px solid rgba(255,255,255,.075)}
  .site-drawer .drawer-education-stage{display:grid;grid-template-columns:24px minmax(0,1fr) 26px;align-items:center;gap:9px;width:100%;min-height:46px;padding:5px 8px;border:0;border-radius:10px;background:transparent;color:#eef2f7;cursor:pointer;text-align:start;transition:.18s ease}
  .site-drawer .drawer-education-stage:hover,.site-drawer .drawer-education-stage:focus-visible{background:rgba(255,255,255,.055);color:#fff;outline:0}
  .site-drawer .drawer-education-stage>.nav-icon{display:grid;place-items:center;width:24px;height:24px;border:0;border-radius:0;color:#ccd6df;font-size:19px}
  .site-drawer .drawer-education-title{min-width:0;font-weight:800;font-size:calc(var(--mobile-menu-font-size,16px) - 1px);line-height:1.35;text-align:start;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .site-drawer .drawer-education-chevron{display:grid;place-items:center;width:26px;height:26px;color:#aeb9c3;font-size:11px;transition:transform .2s ease,color .18s ease}
  .site-drawer .drawer-education-group.is-open{margin:2px 0 5px;padding-bottom:8px;border:1px solid rgba(69,215,161,.18);border-radius:13px;background:rgba(255,255,255,.035)}
  .site-drawer .drawer-education-group.is-open .drawer-education-stage{background:rgba(18,168,115,.09)}
  .site-drawer .drawer-education-group.is-open .drawer-education-chevron{transform:rotate(180deg);color:#70dfb6}
  .site-drawer .drawer-education-years[hidden]{display:none!important}
  .site-drawer .drawer-education-years{display:grid!important;grid-template-columns:1fr;gap:5px;padding:2px 8px 0}
  .site-drawer .drawer-education-years a{display:grid!important;grid-template-columns:20px minmax(0,1fr) auto;align-items:center!important;width:100%!important;min-width:0!important;min-height:40px!important;margin:0!important;padding:7px 9px!important;gap:8px!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:10px!important;background:rgba(255,255,255,.045)!important;color:#d7e0e8!important;font-size:12px!important;font-weight:700!important;line-height:1.35!important;white-space:normal!important;transform:none!important}
  .site-drawer .drawer-education-years a:hover,.site-drawer .drawer-education-years a:focus-visible{border-color:rgba(69,215,161,.28)!important;background:rgba(69,215,161,.10)!important;color:#fff!important;outline:0}
  .site-drawer .drawer-education-years a>span:first-child{display:grid;place-items:center;width:20px;height:20px;color:#70dfb6;font-size:15px}
  .site-drawer .drawer-education-year-title{display:block;min-width:0;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;text-align:start}
  .site-drawer .drawer-education-count{display:inline-flex;align-items:center;justify-content:center;min-width:27px;height:21px;padding:0 6px;border:1px solid rgba(112,223,182,.2);border-radius:999px;background:rgba(18,168,115,.11);color:#8ee3c1;font:800 10px/1 Arial,sans-serif;direction:ltr}
  .site-drawer .drawer-secondary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;width:100%}
  .site-drawer .drawer-secondary-grid>a{display:flex!important;align-items:center!important;justify-content:flex-start!important;min-width:0!important;min-height:45px!important;padding:8px 9px!important;gap:7px!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:11px!important;background:rgba(255,255,255,.035)!important;font-size:12.5px!important;line-height:1.3!important;font-weight:700!important}
  .site-drawer .drawer-secondary-grid>a:hover,.site-drawer .drawer-secondary-grid>a:focus-visible{border-color:rgba(255,255,255,.16)!important;background:rgba(255,255,255,.075)!important;outline:0}
  .site-drawer .drawer-secondary-grid>a .nav-icon{display:grid;place-items:center;flex:0 0 19px;width:19px;height:19px;border:0;border-radius:0;color:#bdc8d2;font-size:17px}
  .site-drawer .drawer-secondary-grid>a>span:last-child{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .site-drawer .drawer-menu-divider{margin-block:7px 8px!important}
}
@media(max-width:370px){
  .site-drawer .drawer-education-years a{padding-inline:7px!important;gap:6px!important;font-size:11.2px!important}
  .site-drawer .drawer-secondary-grid>a{padding-inline:7px!important;font-size:11.5px!important}
}
