.focus {
  outline: none;
  box-shadow: 0 0 0 2px #000, 0 0 0 5px #b9dc0c;
}

:focus-visible:not(.unhighlighted) {
  outline: none;
  box-shadow: 0 0 0 2px #000, 0 0 0 5px #b9dc0c;
}

.lower.date, .title {
  font-weight: 600;
}

.offset {
  font-size: .75em;
}

:focus {
  z-index: 10000;
}

hr.lower {
  border-top: 2px solid #b9dc0c;
  width: 1009px;
  margin: 20px auto;
  display: none;
}

.skip-link-container:focus-within {
  width: auto;
  height: auto;
}

.skip-link-container:focus-within .skip-link {
  opacity: 1;
  background: #b9dc0c;
  margin: 16px;
  padding: 8px;
  text-decoration: underline;
  display: inline-block;
  position: absolute;
  color: #2a2a2a !important;
}

.no-js .no-js-hide {
  display: none !important;
}

.no-js .no-js-banner {
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: 16px;
  padding: 8px 16px;
}

@media only screen and (min-width: 960px) {
  .no-js .no-js-banner {
    margin-bottom: 24px;
  }
}

.no-js .no-js-banner p {
  margin: 0;
  padding: 0;
}

body:not(.no-js) .lazybg {
  background-image: none !important;
}

@media print {
  .no-print {
    display: none !important;
  }
}
