/* Old site during the relaunch (2026-09-24). */

/* The notice at the top of the home page. */
.cws-relaunch {
  margin: 0 0 18px;
  padding: 10px 14px;
  border: 2px solid #8b1a1a;
  background: #fff6f6;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1.45;
  color: #222;
  text-align: center;
}
.cws-relaunch p { margin: 4px 0; }
.cws-relaunch a { color: #8b1a1a; font-weight: bold; white-space: nowrap; }

/* The open menu from cws-relaunch.js: a column on the left from 1200 px up. */
#cws-menu { display: none; }

@media (min-width: 1200px) {
  body.cws-has-menu { padding-left: 240px; }

  #cws-menu {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 240px;
    box-sizing: border-box;
    overflow-y: auto;
    padding: 16px 12px 24px 16px;
    background: #fff;
    border-right: 1px solid #d3d3d3;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.35;
    text-align: left;
    z-index: 10500;
  }
  #cws-menu ul { list-style: none; margin: 0; padding: 0; }
  #cws-menu ul ul { margin: 0 0 6px; padding-left: 14px; }
  #cws-menu a, #cws-menu span { display: block; padding: 3px 0; }
  #cws-menu span { margin-top: 6px; font-weight: bold; color: #555; }
  #cws-menu a { color: #253a58; text-decoration: none; }
  #cws-menu a:hover, #cws-menu a:focus { text-decoration: underline; }
  #cws-menu a[aria-current="page"] { font-weight: bold; color: #8b1a1a; }

  /* The menu button has nothing left to open while the menu stands open. */
  #imHeader .hamburger-button { display: none !important; }
}

/* Below 1200 px the X5 drawer opens with every group expanded, left-aligned, indented. */
[id$="-menu-opened"] li { display: block !important; }
[id$="-menu-opened"] ul ul { display: block !important; padding-left: 14px; }
[id$="-menu-opened"] .label-wrapper {
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  padding: 4px 10px !important;
}
[id$="-menu-opened"] .label { text-align: left !important; white-space: normal; }
