/* Custom overrides layered on top of the captured static site. */

/* Center the header dropdown sub-menus under their parent menu item
   (originally they were left-aligned and overflowed to the right). */
.main-header-menu > .menu-item:hover > .sub-menu,
.main-header-menu > .menu-item.focus > .sub-menu {
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
}
