/* Keep portal main.css from breaking landing content; chrome (header/footer) stays on portal styles */
#nn-landing,
#nn-landing *,
#dep-landing,
#dep-landing * {
  box-sizing: border-box;
}
#nn-landing a,
#dep-landing a {
  text-decoration: none;
}
#nn-landing img,
#dep-landing img {
  max-width: none;
  height: auto;
}
#nn-landing ul,
#dep-landing ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
