/* ESHOPPS top-menu dropdown arrow alignment */
#header-outer #top nav > ul > li.menu-item-has-children > a .menu-title-text::after {
  margin-left: 13px !important;
  top: -3px !important;
}/* ESHOPPS top-menu dropdown arrow alignment */
html body #header-outer #top nav > ul > li.menu-item-has-children > a .menu-title-text::after {
  margin-left: 13px !important;
  top: -3px !important;
}/* ESHOPPS top-menu dropdown arrow alignment */
#header-outer #top nav > ul > li.menu-item-has-children > a .menu-title-text::after {
  margin-left: 13px !important;
  top: -3px !important;
}/* ESHOPPS top-menu dropdown arrow alignment */
html body #header-outer #top nav > ul > li.menu-item-has-children > a .menu-title-text::after {
  margin-left: 13px !important;
  top: -3px !important;
}

/* Keep the sticky-header spacer and page canvas on-brand */
html,
body,
#header-space {
  background-color: #00aeef !important;
}

/* Resize ESHOPPS logo with Salient's compact sticky header */
#header-outer #logo {
  transition: transform 0.25s ease !important;
}

#header-outer.small-nav #logo {
  transform: translateY(32px) scale(0.72) !important;
  transform-origin: center center !important;
}

/* Move the primary navigation closer to the logo */
#header-outer.small-nav #top nav > ul.sf-menu:not(.buttons) {
  transform: translateX(-36px) !important;
  transition: transform 0.25s ease !important;
}

/* ESHOPPS secondary section headings */
html body .eshopps-section-label {
  font-family: Graphik, Inter, Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  letter-spacing: 0 !important;
}