/*
 * Deliberate divergences from the live site.
 *
 * Everything else in /vendor/css is vendored verbatim and must not be edited —
 * put intentional changes here so the line between "mirror of live" and "our
 * change" stays obvious. Loaded last, after universal.css and aos.css.
 */

/* ---------------------------------------------------------------------------
 * Footer > OUR COMPANY > SERVICES
 *
 * On the live site this is a hover popover (absolutely positioned, hidden until
 * hover). In a footer that interaction is easy to miss and awkward on touch, so
 * the sub-items are rendered as a plain always-visible list instead.
 * ------------------------------------------------------------------------- */
#_nav_menu-19-89 .menu-item-has-children > .sub-menu {
  position: static;
  visibility: visible;
  opacity: 1;
  display: block;
  transform: none;
  transition: none;
  /* Drop the popover chrome. */
  background: none;
  box-shadow: none;
  border: 0;
  min-width: 0;
  width: auto;
  white-space: normal;
  /* Indent to read as a nested list rather than a sibling group. */
  padding: 0 0 0 12px;
  margin: 2px 0 0;
}

#_nav_menu-19-89 .menu-item-has-children > .sub-menu .menu-item {
  display: block;
}

/* The dropdown arrow no longer indicates anything once the list is open. */
#_nav_menu-19-89.oxy-nav-menu-dropdown-arrow .menu-item-has-children > a::after {
  display: none;
}
