footer {
  margin-top: 2em;
}

.section {
  margin-bottom: 3em;
}

.document a {
  text-decoration: underline;
}

.document a.btn {
  text-decoration: none;
}

.document a[href^='http://']:after,
.document a[href^='https://']:after {
   font-family: FontAwesome;
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   font-style: normal;
   font-variant: normal;
   font-weight: 400;
   line-height: 1;
   speak: none;
   text-transform: none;
   content: " \f08e"
}

.pushy .pushy-link.current a {
  border-left: 10px solid #0066cc !important;
  font-size: 1.3em;
}

.wy-menu-vertical .local-toc li ul li ul {
  display: block;
  margin-left: 20px;
}

.wy-menu-vertical .local-toc li ul {
  display: block;
  margin-left: 20px;
}

#slimheader {
  background-color: #004080;
  padding-left: 50px;
  padding-right: 170px;
}

@media only screen and (max-width: 994px) {
  #slimheader {
    padding: 0;
  }

  #slimheader .sh__wrapper {
    max-width: 94vw;
    margin: 0 auto;
  }
}

.wy-side-nav-search {
  background-color: #004080;
}

.wy-side-nav-search h1 > span.version {
  background-color: #06c;
}

.wy-nav-top {
  background-color: #004080;
}
