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