h1 {
  font-size: 2em;
  margin-top: 0;
  line-height: 1em; }

a {
  text-decoration: none;
  color: #006b1d; }
  a:hover {
    color: #009929; }

header {
  justify-content: center;
  font-size: 2em;
  font-weight: 900;
  font-variant: small-caps; }

footer {
  font-size: 0.9em;
  font-weight: 300;
  text-align: center; }

aside > nav ul {
  list-style: none;
  margin-left: -2em;
  line-height: 2em; }
  aside > nav ul .section {
    margin-bottom: 1em; }
    aside > nav ul .section > a {
      font-size: 1.1em; }
  aside > nav ul .page > a:not(:hover) {
    color: inherit; }

aside > nav li[aria-current="page"] > a, aside > nav li[aria-current="section"] > a {
  font-weight: bold; }

#center ul {
  list-style: decimal;
  font-size: 1.4rem; }
  #center ul h2 {
    font-size: 1.4rem; }
  #center ul p {
    font-size: 1.2rem; }

main {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 200px 1fr 200px;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
  min-height: calc(100vh - 54px);
  box-sizing: border-box;
  margin: 3em 0 7em 0;
  padding: 0 2em; }

aside, #center {
  display: flex;
  flex-flow: column nowrap;
  margin: 0 2em; }

aside {
  position: sticky; }

#center {
  align-items: center; }

article, section {
  display: flex;
  flex-flow: column nowrap; }

article {
  min-width: 50vw;
  max-width: 75vw; }
  article #meta {
    align-self: start; }

header {
  display: flex;
  height: 60px;
  padding: .5em 1em .5em 1em; }

footer {
  margin: 2em 0 0 0; }

@media (max-width: 768px) {
  main {
    grid-auto-flow: row;
    grid-auto-columns: auto;
    row-gap: 2em;
    margin-bottom: 4em; }
  aside, #center {
    margin: 0; }
  form#search {
    max-width: unset; } }

#search {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 150px;
  padding: .4em;
  border: solid 1px #ced4da;
  border-radius: 5px; }
  #search[hidden] {
    background: unset; }
  #search:focus-within {
    box-shadow: 0 0 0 0.15rem #4e4e4e4e; }
  #search label {
    display: flex;
    align-items: stretch;
    fill: #4e4e4e; }
    #search label svg {
      width: 1rem; }
  #search input {
    width: 100%;
    margin-left: .5em;
    font-size: 1rem;
    border: unset; }
    #search input:focus-visible {
      outline: unset; }

#search-modal {
  contain: content;
  visibility: hidden;
  z-index: 1;
  position: absolute;
  top: 20px;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 300%;
  padding: 0;
  border-radius: 5px;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  #search-modal li {
    padding: .5em;
    list-style: none; }
    #search-modal li:hover {
      background: #dddddddd; }
    #search-modal li:focus-within {
      outline: solid 2px rgba(0, 0, 0, 0.5);
      outline-offset: -5px;
      border-radius: 7px; }
  #search-modal a {
    color: unset;
    text-decoration: none; }
    #search-modal a:focus-visible {
      outline: unset; }
  #search-modal .meta p {
    margin: 0;
    font-size: 1em;
    line-height: normal; }
    #search-modal .meta p:first-child {
      margin: 0 0 .1em 0;
      font-weight: 500; }
      #search-modal .meta p:first-child .section {
        color: #24608f; }
      #search-modal .meta p:first-child .separator {
        color: #76828f; }
    #search-modal .meta p:last-child {
      font-size: .8em;
      color: gray; }
    #search-modal .meta p mark {
      padding: 0;
      border-radius: 2px;
      background-color: #b4f8c5; }

/*# sourceMappingURL=main.css.map */