@charset "UTF-8";
.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 10px 15px;
  z-index: 9999;
  text-decoration: underline;
}
.skip-link:focus {
  top: 0;
}

.sr-only-toc {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-toc a:focus {
  position: fixed;
  top: 10px;
  left: 10px;
  width: auto;
  height: auto;
  clip: auto;
  white-space: normal;
  background: #000000;
  color: #ffffff;
  padding: 12px 20px;
  z-index: 99999;
  font-size: 100%;
  font-weight: bold;
  text-decoration: underline;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

