:root {
  --focus-color: #097efb;
  --focus-color-dark-bg: #3b99fc;
}
@media (prefers-color-scheme: dark) {
  :root {
    --focus-color: #3b99fc;
    --focus-color-dark-bg: #097efb;
  }
}
@media only screen and (min-width: 720px) {
  .enable-toc-as-sidebar main#main {
    margin-left: 25%;
  }
}
.enable-toc {
  background-color: white;
  grid-template-columns: 1fr auto;
  align-items: end;
  overflow-y: auto;
  padding: 0.5em 0.8em 0.5em 0.5em;
}
.enable-toc h2 {
  font-weight: normal;
  border-bottom: none;
  margin-left: 0.5rem;
  line-height: 1em;
}
.enable-toc h2::before {
  content: none;
}
.enable-toc ol,
.enable-toc ul {
  margin-left: 0.5em;
}
.enable-toc li {
  position: relative;
  margin-bottom: 0.5rem;
}
.enable-toc__link {
  color: #A76000;
  text-decoration: none;
}
.enable-toc__link:visited {
  color: #A76000;
}
.enable-toc__link:hover {
  text-decoration: underline;
}
.enable-toc__move-to-sidebar-button,
.enable-toc__hide-sidebar-button {
  padding: 0.3125rem 0.625rem;
  border: none;
  margin-bottom: 0.125rem;
}
.enable-toc__move-to-sidebar-button:hover,
.enable-toc__hide-sidebar-button:hover {
  background-color: #ccc;
}
.enable-toc__move-to-sidebar-button {
  display: none;
}
@media only screen and (min-width: 720px) {
  .enable-toc__move-to-sidebar-button {
    display: grid;
  }
}
.enable-toc__level-1-content {
  grid-column-start: 1;
  grid-column-end: -1;
  max-width: 100%;
  border-top: 0.0625rem solid gray;
  padding-top: 1.25rem;
}
.enable-toc__toggle-button {
  position: relative;
  top: -0.125rem;
  display: inline-block;
  padding: 0.3125rem 0.625rem;
  margin-left: -0.625rem;
  border: none;
  background: none;
  cursor: pointer;
}
@media only screen and (min-width: 720px) {
  .enable-toc-as-sidebar .enable-toc__toggle-button {
    display: none;
  }
}
.enable-toc__toggle-button ~ h1 {
  display: inline-block;
}
.enable-toc__image {
  height: 1rem;
  margin: 0 0.4rem 0 0;
}
.enable-toc--sidebar {
  display: none;
  position: sticky;
  float: left;
  top: 5rem;
  right: 0;
  width: 25%;
  max-width: 18.75rem;
}
.enable-toc--sidebar h2 {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 720px) {
  .enable-toc-as-sidebar .enable-toc--sidebar {
    display: grid;
  }
}
.enable-toc--toggle {
  display: none;
  position: absolute;
  z-index: 1;
  border-radius: 0.3125rem;
  box-shadow: gray 0 0 0.3125rem;
  max-width: 31.25rem;
  z-index: 2;
}
.enable-toc--toggle h2 {
  scroll-margin-top: 0;
  margin-top: 0.5rem;
}
@media only screen and (min-width: 720px) {
  .enable-toc-as-sidebar .enable-toc--toggle {
    display: none;
  }
}
.enable-toc .enable-drawer__button {
  position: absolute;
  left: -2.375rem;
  top: -0.3125rem;
  background: white;
  border: none;
  cursor: pointer;
  padding: 0.25rem 0.125rem 0.125rem 0.75rem;
}
.enable-toc .enable-drawer__button img {
  height: 1.2rem;
  max-height: 1.2rem;
  border-radius: 50%;
  transition: background 0.2s ease;
  will-change: background;
}
.enable-toc .enable-drawer__button:hover img {
  background: #ddd;
}
.enable__is-dark-mode .enable-toc {
  background-color: #333;
}
.enable__is-dark-mode .enable-toc__link {
  color: #FF9F1C;
  line-height: 1.2;
}
.enable__is-dark-mode .enable-toc__link:visited {
  color: #FF9F1C;
}
.enable__is-dark-mode .enable-toc__toggle-button img {
  content: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Ctitle%3E%0A%09%09bullet%20list%0A%09%3C%2Ftitle%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M7%2015h12v2H7zm0-6h12v2H7zm0-6h12v2H7z%22%2F%3E%3Ccircle%20cx%3D%223%22%20cy%3D%224%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%223%22%20cy%3D%2210%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%223%22%20cy%3D%2216%22%20r%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
}
.enable__is-dark-mode .enable-toc__image {
  filter: invert();
}
.enable__is-dark-mode .enable-toc .enable-drawer__button {
  background: #333;
  color: #ededed;
}
.enable__is-dark-mode .enable-toc .enable-drawer__button img {
  content: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2292px%22%20height%3D%2292px%22%20viewBox%3D%220%200%2092%2092%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20id%3D%22XMLID_933_%22%20d%3D%22M72.5%2046.5c0%202.5-2%204.5-4.5%204.5H50v17c0%202.5-2%204.5-4.5%204.5S41%2070.5%2041%2068V51H24c-2.5%200-4.5-2-4.5-4.5s2-4.5%204.5-4.5h17V24c0-2.5%202-4.5%204.5-4.5s4.5%202%204.5%204.5v18h18c2.5%200%204.5%202%204.5%204.5z%22%20fill%3D%22%23fff%22%2F%3E%3Cmetadata%3E%3Crdf%3ARDF%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Ardfs%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%3E%3Crdf%3ADescription%20about%3D%22https%3A%2F%2Ficonscout.com%2Flegal%23licenses%22%20dc%3Atitle%3D%22plus%22%20dc%3Adescription%3D%22plus%22%20dc%3Apublisher%3D%22Iconscout%22%20dc%3Adate%3D%222017-09-24%22%20dc%3Aformat%3D%22image%2Fsvg%2Bxml%22%20dc%3Alanguage%3D%22en%22%3E%3Cdc%3Acreator%3E%3Crdf%3ABag%3E%3Crdf%3Ali%3EBasia%20Baldwin%3C%2Frdf%3Ali%3E%3C%2Frdf%3ABag%3E%3C%2Fdc%3Acreator%3E%3C%2Frdf%3ADescription%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3C%2Fsvg%3E");
}
.enable__is-dark-mode .enable-toc .enable-drawer__button:hover img {
  background: #444;
}
.enable__is-dark-mode .enable-toc .enable-drawer__button[aria-expanded="true"] img {
  content: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20id%3D%22Layer_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2292px%22%20height%3D%2292px%22%20viewBox%3D%220%200%2092%2092%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20id%3D%22XMLID_38_%22%20d%3D%22M68%2050.5H24c-2.5%200-4.5-2-4.5-4.5s2-4.5%204.5-4.5h44c2.5%200%204.5%202%204.5%204.5s-2%204.5-4.5%204.5z%22%20fill%3D%22%23fff%22%2F%3E%3Cmetadata%3E%3Crdf%3ARDF%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Ardfs%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%3E%3Crdf%3ADescription%20about%3D%22https%3A%2F%2Ficonscout.com%2Flegal%23licenses%22%20dc%3Atitle%3D%22minus%22%20dc%3Adescription%3D%22minus%22%20dc%3Apublisher%3D%22Iconscout%22%20dc%3Adate%3D%222017-09-24%22%20dc%3Aformat%3D%22image%2Fsvg%2Bxml%22%20dc%3Alanguage%3D%22en%22%3E%3Cdc%3Acreator%3E%3Crdf%3ABag%3E%3Crdf%3Ali%3EBasia%20Baldwin%3C%2Frdf%3Ali%3E%3C%2Frdf%3ABag%3E%3C%2Fdc%3Acreator%3E%3C%2Frdf%3ADescription%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3C%2Fsvg%3E");
}
/*# sourceMappingURL=enable-toc.css.map */