html { scroll-behavior: smooth; }
html,
body {
  overflow-y: auto !important;
}
body { overflow-x: hidden; }
html.disabled,
body.disabled {
  overflow-y: auto !important;
  height: auto !important;
}
.wd-menu-button {
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  padding: 0;
}
#main-nav a[href^="#"] { cursor: pointer; }
.lb-data .lb-caption:empty,
.lb-data .lb-number:empty { display: none; }
@media screen and (max-width: 768px) {
  #main-header .container {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
.slideout.is-open {
  display: block !important;
}
.wd-404-copy {
  max-width: 520px;
}
.wd-404-copy p,
.wd-404-links li {
  font-size: 1.2rem;
  line-height: 1.9rem;
}
.wd-404-links {
  margin-top: 24px;
  padding-left: 20px;
  list-style: disc;
}
.wd-404-links a {
  color: #643142;
  text-decoration: underline;
}
