/* Blog page header/footer styling
   Load this on blog listing and blog post templates after the base theme CSS. */

:root {
  --impact-purple: #281542;
  --impact-orange: #f15a3d;
  --impact-orange-dark: #d94428;
  --impact-white: #ffffff;
  --impact-heading-font: "Arial Black", Arial, sans-serif;
  --impact-body-font: Arial, sans-serif;
}

html,
body {
  margin: 0 !important;
  padding: 0 !important;
  background: var(--impact-cream, #f8f6f2) !important;
}

/* Accessible skip link: hidden until keyboard focus. */
.skip-link,
.header__skip,
.site-header__skip {
  position: fixed !important;
  top: 0 !important;
  left: -100vw !important;
  z-index: -1 !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link:focus,
.skip-link:active,
.header__skip:focus,
.header__skip:active,
.site-header__skip:focus,
.site-header__skip:active {
  position: fixed !important;
  top: 16px !important;
  left: 16px !important;
  z-index: 10001 !important;
  width: auto !important;
  height: auto !important;
  padding: 10px 14px !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  white-space: normal !important;
  background: var(--impact-white) !important;
  color: var(--impact-purple) !important;
  border: 2px solid var(--impact-orange) !important;
  font-family: var(--impact-body-font) !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

/* Footer wrapper for blog pages.
   Add class="blog-footer-shell" around the footer partial in blog templates. */
.blog-footer-shell,
.blog-footer-shell .site-footer,
.blog-footer-shell footer {
  width: 100% !important;
  padding: 44px 24px !important;
  background: var(--impact-purple) !important;
  color: var(--impact-white) !important;
  font-family: var(--impact-body-font) !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  text-align: center !important;
}

.blog-footer-shell *,
.blog-footer-shell .site-footer *,
.blog-footer-shell footer * {
  color: inherit !important;
  font-family: inherit !important;
  letter-spacing: 0 !important;
}

.blog-footer-shell a,
.blog-footer-shell .site-footer a,
.blog-footer-shell footer a {
  color: var(--impact-white) !important;
  text-decoration: none !important;
}

.blog-footer-shell a:hover,
.blog-footer-shell a:focus,
.blog-footer-shell .site-footer a:hover,
.blog-footer-shell .site-footer a:focus,
.blog-footer-shell footer a:hover,
.blog-footer-shell footer a:focus {
  color: var(--impact-orange) !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

/* Blog listing pagination */
.better-listing-page .better-listing-pagination,
main.better-listing-page nav.better-listing-pagination {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  width: min(1120px, calc(100% - 48px)) !important;
  margin: 0 auto !important;
  padding: 0 0 64px !important;
  color: var(--impact-purple) !important;
  font-family: var(--impact-body-font) !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
}

.better-listing-page .better-listing-pagination__link,
main.better-listing-page nav.better-listing-pagination a,
main.better-listing-page nav.better-listing-pagination span.better-listing-pagination__link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 9px 16px !important;
  border: 1px solid var(--impact-purple) !important;
  background: transparent !important;
  color: var(--impact-purple) !important;
  font-family: var(--impact-heading-font) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

.better-listing-page .better-listing-pagination__link:hover,
.better-listing-page .better-listing-pagination__link:focus,
main.better-listing-page nav.better-listing-pagination a:hover,
main.better-listing-page nav.better-listing-pagination a:focus {
  border-color: var(--impact-orange) !important;
  background: var(--impact-orange) !important;
  color: var(--impact-white) !important;
  text-decoration: none !important;
}

.better-listing-page .better-listing-pagination__link--disabled,
main.better-listing-page nav.better-listing-pagination span.better-listing-pagination__link--disabled {
  opacity: 0.35 !important;
  pointer-events: none !important;
}

.better-listing-page .better-listing-pagination__status,
main.better-listing-page nav.better-listing-pagination .better-listing-pagination__status {
  color: var(--impact-purple) !important;
  font-family: var(--impact-body-font) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}
/* Clean sticky header styling for Lehikeng.
   Load after the base theme CSS and before page-specific overrides. */

:root {
  --impact-purple: #281542;
  --impact-orange: #f15a3d;
  --impact-orange-dark: #d94428;
  --impact-white: #ffffff;
  --impact-heading-font: "Arial Black", Arial, sans-serif;
  --impact-body-font: Arial, sans-serif;
}

/* Keep the accessibility skip link hidden until keyboard focus. */
.skip-link,
.header__skip,
.site-header__skip {
  position: fixed !important;
  top: 0 !important;
  left: -100vw !important;
  z-index: -1 !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link:focus,
.skip-link:active,
.header__skip:focus,
.header__skip:active,
.site-header__skip:focus,
.site-header__skip:active {
  top: 16px !important;
  left: 16px !important;
  z-index: 10001 !important;
  width: auto !important;
  height: auto !important;
  padding: 10px 14px !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  white-space: normal !important;
  background: var(--impact-white) !important;
  color: var(--impact-purple) !important;
  border: 2px solid var(--impact-orange) !important;
  font-family: var(--impact-body-font) !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

/* Sticky header */
.site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
  width: 100% !important;
  background: var(--impact-purple) !important;
}

.site-header__main {
  width: 100% !important;
  background: var(--impact-purple) !important;
}

.site-header__main-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: min(1720px, calc(100% - 48px)) !important;
  min-height: 82px !important;
  margin: 0 auto !important;
  gap: 32px !important;
  background: var(--impact-purple) !important;
}

.site-header__main-wrapper > * {
  min-width: 0 !important;
}

.site-header__main-wrapper .hs_cos_wrapper_type_logo,
.site-header__main-wrapper .hs_cos_wrapper_type_logo a {
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  width: auto !important;
}

.site-header__main-wrapper img {
  display: block !important;
  width: auto !important;
  max-width: 170px !important;
  height: auto !important;
  max-height: 58px !important;
}

.site-header__menu-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  margin-left: auto !important;
  background: var(--impact-purple) !important;
}

.site-header__menu {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 28px !important;
  width: auto !important;
  background: var(--impact-purple) !important;
}

.site-header__navigation,
.site-header__utility {
  display: flex !important;
  align-items: center !important;
  gap: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.site-header__navigation li,
.site-header__utility li {
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.site-header,
.site-header * {
  font-family: var(--impact-heading-font) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.site-header__navigation a,
.site-header__navigation span,
.site-header__utility a {
  display: inline-flex !important;
  align-items: center !important;
  color: var(--impact-white) !important;
  font-size: 16px !important;
  line-height: 1 !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  white-space: nowrap !important;
}

.site-header__navigation .hs-menu-label {
  display: inline-block !important;
  padding-bottom: 10px !important;
  background-image: linear-gradient(var(--impact-orange), var(--impact-orange)) !important;
  background-repeat: no-repeat !important;
  background-position: 0 100% !important;
  background-size: 0 3px !important;
  transition: background-size 180ms ease !important;
}

.site-header__navigation a:hover,
.site-header__navigation a:focus,
.site-header__navigation a.active,
.site-header__navigation a.active-branch {
  color: var(--impact-white) !important;
  text-decoration: none !important;
}

.site-header__navigation a:hover .hs-menu-label,
.site-header__navigation a:focus .hs-menu-label,
.site-header__navigation a.active .hs-menu-label,
.site-header__navigation a.active-branch .hs-menu-label {
  background-size: 100% 3px !important;
}

.site-header__utility .button,
.site-header__utility a.button,
.site-header__utility .button--primary,
.site-header__utility .button--secondary,
.site-header__utility .button--tertiary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 20px !important;
  padding: 12px 20px !important;
  background: var(--impact-orange) !important;
  color: var(--impact-white) !important;
  border: 2px solid var(--impact-orange) !important;
  text-decoration: none !important;
}

.site-header__utility .button:hover,
.site-header__utility .button:focus,
.site-header__utility a.button:hover,
.site-header__utility a.button:focus {
  background: var(--impact-orange-dark) !important;
  color: var(--impact-white) !important;
  border-color: var(--impact-orange-dark) !important;
}

.site-header .search-form:not(.search-results__form),
.site-header__search {
  display: none !important;
}

@media (max-width: 1119px) {
  .site-header__main-wrapper {
    width: min(100% - 32px, 1720px) !important;
    min-height: 72px !important;
  }

  .site-header__toggle--menu {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 40px !important;
    border: 1px solid var(--impact-white) !important;
    background: transparent !important;
    color: var(--impact-white) !important;
    cursor: pointer !important;
  }

  .site-header__menu {
    display: none !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 72px !important;
    width: 100% !important;
    padding: 22px 24px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 18px !important;
  }

  .site-header--menu-open .site-header__menu,
  .mobile-menu-active .site-header__menu {
    display: flex !important;
  }

  .site-header__navigation,
  .site-header__utility {
    width: 100% !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 18px !important;
  }
}
/* ==========================================
   SHARED LEHIKENG BLOG + SITE FOOTER
   ========================================== */

/* The wrapper only contains the footer.
   It must not add another layer of padding. */
.blog-footer-shell {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: var(--impact-purple) !important;
}

/* Apply the same base styling to both footer versions. */
.site-footer,
.blog-footer-shell .site-footer,
.blog-footer-shell footer {
  box-sizing: border-box !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 44px 24px !important;

  background: var(--impact-purple) !important;
  color: var(--impact-white) !important;

  font-family: var(--impact-body-font) !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  text-align: center !important;
}

/* Do not use .blog-footer-shell * here.
   That would override the marquee heading font. */
.site-footer p,
.site-footer li,
.site-footer small,
.blog-footer-shell footer p,
.blog-footer-shell footer li,
.blog-footer-shell footer small {
  color: var(--impact-white) !important;
  font-family: var(--impact-body-font) !important;
}

/* Links */

.site-footer a,
.blog-footer-shell footer a {
  color: var(--impact-white) !important;
  text-decoration: none !important;
}

.site-footer a:hover,
.site-footer a:focus-visible,
.blog-footer-shell footer a:hover,
.blog-footer-shell footer a:focus-visible {
  color: var(--impact-orange) !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

/* Footer menu */

.site-footer .hs-menu-wrapper,
.site-footer .hs-menu-wrapper ul,
.blog-footer-shell footer .hs-menu-wrapper,
.blog-footer-shell footer .hs-menu-wrapper ul {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 2rem !important;

  margin: 0 0 2rem !important;
  padding: 0 !important;
  list-style: none !important;
}

.site-footer .hs-menu-wrapper .hs-menu-item,
.blog-footer-shell footer .hs-menu-wrapper .hs-menu-item {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.site-footer .hs-menu-wrapper .hs-menu-item::before,
.blog-footer-shell footer .hs-menu-wrapper .hs-menu-item::before {
  display: none !important;
}

.site-footer .hs-menu-wrapper .hs-menu-item a,
.blog-footer-shell footer .hs-menu-wrapper .hs-menu-item a {
  color: var(--impact-white) !important;
  font-family: var(--impact-heading-font) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}

.site-footer .hs-menu-wrapper .hs-menu-item a:hover,
.site-footer .hs-menu-wrapper .hs-menu-item a:focus-visible,
.blog-footer-shell footer .hs-menu-wrapper .hs-menu-item a:hover,
.blog-footer-shell footer .hs-menu-wrapper .hs-menu-item a:focus-visible {
  color: var(--impact-orange) !important;
  text-decoration: none !important;
}

/* Social icons */

.site-footer .social-links,
.site-footer .hs-social-follow,
.blog-footer-shell footer .social-links,
.blog-footer-shell footer .hs-social-follow {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.85rem !important;

  margin: 1.5rem 0 !important;
  padding: 0 !important;
}

.site-footer .social-links a,
.site-footer .hs-social-follow a,
.blog-footer-shell footer .social-links a,
.blog-footer-shell footer .hs-social-follow a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 32px !important;
  height: 32px !important;
  padding: 0 !important;

  color: var(--impact-white) !important;
  line-height: 1 !important;
  text-decoration: none !important;

  transition:
    color 180ms ease,
    transform 180ms ease !important;
}

.site-footer .social-links svg,
.site-footer .social-links i,
.site-footer .hs-social-follow svg,
.site-footer .hs-social-follow i,
.blog-footer-shell footer .social-links svg,
.blog-footer-shell footer .social-links i,
.blog-footer-shell footer .hs-social-follow svg,
.blog-footer-shell footer .hs-social-follow i {
  width: 16px !important;
  height: 16px !important;
  font-size: 16px !important;
}

.site-footer .social-links a:hover,
.site-footer .social-links a:focus-visible,
.site-footer .hs-social-follow a:hover,
.site-footer .hs-social-follow a:focus-visible,
.blog-footer-shell footer .social-links a:hover,
.blog-footer-shell footer .social-links a:focus-visible,
.blog-footer-shell footer .hs-social-follow a:hover,
.blog-footer-shell footer .hs-social-follow a:focus-visible {
  color: var(--impact-orange) !important;
  transform: translateY(-2px) !important;
  text-decoration: none !important;
}

/* Copyright */

.site-footer .footer-copyright,
.site-footer .copyright,
.blog-footer-shell footer .footer-copyright,
.blog-footer-shell footer .copyright {
  margin-top: 2rem !important;
  color: var(--impact-white) !important;
  font-family: var(--impact-body-font) !important;
  font-size: 0.9rem !important;
  line-height: 1.5 !important;
  opacity: 0.9 !important;
}

/* ==========================================
   FOOTER MARQUEE
   ========================================== */

.footer-message-slider {
  display: block !important;
  box-sizing: border-box !important;

  /* Counteracts the footer's 24px horizontal padding. */
  width: calc(100% + 48px) !important;
  max-width: none !important;
  margin: -44px -24px 0 !important;
  padding: 2.5rem 0 3rem !important;

  overflow: hidden !important;
  background: var(--impact-purple) !important;
  white-space: nowrap !important;
}

.footer-message-slider__track {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;

  width: max-content !important;
  min-width: max-content !important;
  margin: 0 !important;
  padding: 0 !important;

  animation: footer-message-scroll 90s linear infinite !important;
  will-change: transform;
}

.footer-message-slider__group {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  flex: 0 0 auto !important;

  width: max-content !important;
  margin: 0 !important;
  padding: 0 6rem 0 0 !important;
  white-space: nowrap !important;
}

.footer-message-slider__group h2 {
  display: inline-block !important;
  flex: 0 0 auto !important;

  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;

  color: var(--impact-white) !important;
  font-family: var(--impact-heading-font) !important;
  font-size: clamp(2.5rem, 5vw, 5rem) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: -0.03em !important;
  text-transform: none !important;
}

.footer-message-slider__group h2 span {
  margin: 0 2rem !important;
  color: var(--impact-orange) !important;
  font: inherit !important;
}

@keyframes footer-message-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.footer-message-slider:hover .footer-message-slider__track {
  animation-play-state: paused !important;
}

/* Mobile */

@media (max-width: 767px) {
  .site-footer,
  .blog-footer-shell .site-footer,
  .blog-footer-shell footer {
    padding: 36px 20px !important;
  }

  .site-footer .hs-menu-wrapper,
  .site-footer .hs-menu-wrapper ul,
  .blog-footer-shell footer .hs-menu-wrapper,
  .blog-footer-shell footer .hs-menu-wrapper ul {
    flex-direction: column !important;
    gap: 1rem !important;
  }

  .footer-message-slider {
    width: calc(100% + 40px) !important;
    margin: -36px -20px 0 !important;
    padding: 2rem 0 2.5rem !important;
  }

  .footer-message-slider__group {
    padding-right: 3rem !important;
  }

  .footer-message-slider__group h2 {
    font-size: clamp(2rem, 10vw, 3.5rem) !important;
  }
}

/* Reduced motion */

@media (prefers-reduced-motion: reduce) {
  .footer-message-slider__track {
    animation: none !important;
    transform: none !important;
  }

  .footer-message-slider__group[aria-hidden="true"] {
    display: none !important;
  }
}

/* ==========================================
   DESKTOP DROPDOWN ALIGNMENT
   ========================================== */

@media (min-width: 1120px) {

  .site-header__navigation > li {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
  }

  .site-header__navigation > li > a {
    display: inline-flex !important;
    align-items: center !important;

    margin: 0 !important;
    padding: 0 !important;

    line-height: 1 !important;
  }

  .site-header__navigation > li > .hs-menu-children-wrapper {
    position: absolute !important;

    top: calc(100% + 10px) !important;
    left: 0 !important;

    display: none !important;

    width: max-content !important;
    min-width: 220px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: var(--impact-purple) !important;

    list-style: none !important;

    z-index: 10000 !important;
  }

  .site-header__navigation > li:hover > .hs-menu-children-wrapper,
  .site-header__navigation > li:focus-within > .hs-menu-children-wrapper {
    display: block !important;
  }

  .site-header__navigation
  > li
  > .hs-menu-children-wrapper
  > li {
    display: block !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
  }

  .site-header__navigation
  > li
  > .hs-menu-children-wrapper
  > li
  > a {
    display: block !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 8px 0 !important;

    color: var(--impact-white) !important;

    white-space: nowrap !important;
    text-decoration: none !important;
  }
}

/* ==========================================
   HEADER CHILD MENU
   Keep child navigation out of header flow
   ========================================== */

@media (min-width: 1120px) {

  /* Parent menu item */
  .site-header__navigation > li {
    position: relative !important;
  }

  /* Child menu */
  .site-header__navigation > li > .hs-menu-children-wrapper {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;

    display: none !important;
    flex-direction: column !important;
    align-items: flex-start !important;

    width: max-content !important;
    min-width: 220px !important;

    margin: 0 !important;
    padding: 12px 0 !important;

    background: var(--impact-purple) !important;

    list-style: none !important;

    z-index: 10000 !important;
  }
  .site-header__toggle--menu {
  display: none !important;
}

  /* Show child menu only when parent is active */
  .site-header__navigation > li:hover > .hs-menu-children-wrapper,
  .site-header__navigation > li:focus-within > .hs-menu-children-wrapper {
    display: flex !important;
  }

  /* Child items */
  .site-header__navigation
  > li
  > .hs-menu-children-wrapper
  > li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Child links */
  .site-header__navigation
  > li
  > .hs-menu-children-wrapper
  > li
  > a {
    display: block !important;
    width: 100% !important;

    padding: 11px 18px !important;

    color: var(--impact-white) !important;

    font-size: 15px !important;
    line-height: 1.25 !important;

    white-space: nowrap !important;
    text-decoration: none !important;

    background: transparent !important;
  }
/* ==========================================
   HEADER ACCESSIBILITY CONTROL LABELS
   ========================================== */

/* Hide text labels visually, keep them accessible */
.site-header button .screen-reader-text,
.site-header button .sr-only,
.site-header button [class*="screen-reader"],
.site-header button [class*="sr-only"] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Child-menu toggle itself */
.site-header .hs-menu-child-toggle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 24px !important;
  height: 24px !important;

  padding: 0 !important;
  margin-left: 6px !important;

  overflow: hidden !important;

  background: transparent !important;
  border: 0 !important;

  color: var(--impact-white) !important;

  font-size: 0 !important;
  line-height: 0 !important;
}

/* Search toggle */
.site-header__toggle--search {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 42px !important;
  height: 42px !important;

  padding: 0 !important;

  overflow: hidden !important;

  background: transparent !important;
  border: 0 !important;

  color: var(--impact-white) !important;

  font-size: 0 !important;
  line-height: 0 !important;
}

/* Restore icon sizes */
.site-header .hs-menu-child-toggle svg,
.site-header__toggle--search svg,
.site-header .hs-menu-child-toggle .theme-icon,
.site-header__toggle--search .theme-icon {
  display: block !important;

  width: 18px !important;
  height: 18px !important;

  font-size: initial !important;
  line-height: normal !important;
}

/* Desktop menu toggle should stay hidden */
@media (min-width: 1120px) {
  .site-header__toggle--menu {
    display: none !important;
  }
}
  .site-header__navigation
  > li
  > .hs-menu-children-wrapper
  > li
  > a:hover,
  .site-header__navigation
  > li
  > .hs-menu-children-wrapper
  > li
  > a:focus {
    color: var(--impact-orange) !important;
    background: transparent !important;
  }
/* ==========================================
   FORCE-HIDE CHILD TOGGLE TEXT
   ========================================== */

.site-header__navigation button {
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;

  background: transparent !important;
  border: 0 !important;

  padding: 0 !important;
  margin-left: 6px !important;

  width: 24px !important;
  height: 24px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  overflow: hidden !important;
}

/* Restore the actual icon */
.site-header__navigation button svg,
.site-header__navigation button .theme-icon,
.site-header__navigation button i {
  display: block !important;

  width: 18px !important;
  height: 18px !important;

  color: #ffffff !important;
  fill: currentColor !important;
  stroke: currentColor !important;

  font-size: 18px !important;
  line-height: 1 !important;
}

/* If the control uses pseudo-elements for the arrow */
.site-header__navigation button::before,
.site-header__navigation button::after {
  color: #ffffff !important;
  font-size: 16px !important;
}
}


  /* -----------------------------------------
     PROGRAMS PARENT LINK
     ----------------------------------------- */

  .site-header__navigation
  > .hs-menu-item.hs-menu-depth-1
  > .hs-menu-link {
    position: relative !important;

    display: inline-flex !important;
    align-items: center !important;

    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }


  /* -----------------------------------------
     CHILD DROPDOWN
     ----------------------------------------- */

  .site-header__navigation
  > .hs-menu-item.hs-menu-depth-1
  > .hs-menu-children-wrapper {

    /* Remove it completely from header flow */
    position: absolute !important;

    /* Anchor directly below Programs */
    top: 100% !important;
    left: 0 !important;
    right: auto !important;

    /* Kill inherited theme offsets */
    transform: none !important;
    translate: none !important;

    /* Space below Programs */
    margin: 8px 0 0 0 !important;

    padding: 8px 0 !important;

    width: max-content !important;
    min-width: 220px !important;

    /* Vertical dropdown */
    display: block !important;
    flex-direction: initial !important;

    background: var(
      --lehikeng-purple,
      #281542
    ) !important;

    list-style: none !important;

    /* Hidden normally */
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;

    z-index: 10000 !important;
  }


  /* -----------------------------------------
     OPEN DROPDOWN
     ----------------------------------------- */

  .site-header__navigation
  > .hs-menu-item.hs-menu-depth-1:hover
  > .hs-menu-children-wrapper,

  .site-header__navigation
  > .hs-menu-item.hs-menu-depth-1:focus-within
  > .hs-menu-children-wrapper {

    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }


  /* -----------------------------------------
     CHILD ITEMS
     ----------------------------------------- */

  .site-header__navigation
  > .hs-menu-item.hs-menu-depth-1
  > .hs-menu-children-wrapper
  > .hs-menu-item {

    position: static !important;

    display: block !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
  }


  /* Remove global list indentation */
  .site-header__navigation
  .hs-menu-children-wrapper
  .hs-menu-item::before {
    display: none !important;
  }


  /* -----------------------------------------
     CHILD LINKS
     ----------------------------------------- */

  .site-header__navigation
  > .hs-menu-item.hs-menu-depth-1
  > .hs-menu-children-wrapper
  > .hs-menu-item
  > .hs-menu-link {

    display: block !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 8px 14px !important;

    color: #ffffff !important;

    line-height: 1.25 !important;
    white-space: nowrap !important;

    text-decoration: none !important;

    background: transparent !important;
  }


  .site-header__navigation
  > .hs-menu-item.hs-menu-depth-1
  > .hs-menu-children-wrapper
  > .hs-menu-item
  > .hs-menu-link:hover,

  .site-header__navigation
  > .hs-menu-item.hs-menu-depth-1
  > .hs-menu-children-wrapper
  > .hs-menu-item
  > .hs-menu-link:focus {

    color: var(
      --lehikeng-orange,
      #f15a3d
    ) !important;

    background: transparent !important;
  }
}