html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquotebefore, blockquoteafter, qbefore, qafter {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@media screen and (min-width: 55em) {
    .has-sidebar, .top-nav {
      display: flex; } }

[role="main"] {
  flex: 1; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

a {
  color: inherit;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 0.1em solid;
  transition: 0.1s ease border-bottom-width, 0.1s ease opacity; }
  a:visited {
    opacity: 0.9; }
  a:hover, a:active {
    opacity: 1; }
  a:active {
    transform: scale(1.1); }

p ~ *:not(.pswp) {
  margin-top: 1em; }

small {
  font-size: 85%; }

img {
  max-width: 100%; }

main h1, main h2, main h3, main h4, main h5, main h6 {
  margin-bottom: 1rem; }
  main h1 {
    font-size: 250%; }
  main h2 {
    font-size: 225%; }
  main h3 {
    font-size: 200%; }
  main h4 {
    font-size: 150%; }
  main h5 {
    font-size: 125%; }
  main h6 {
    font-size: 110%; }
  main ul {
    padding: 1.5em;
    list-style-type: circle; }
  main strong {
    font-weight: bold; }
  main em {
    font-style: italic; }

@media screen and (min-width: 55em) {
    .has-sidebar, .top-nav {
      display: flex; } }

[role="main"] {
  flex: 1; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

.page-article {
  box-sizing: border-box;
  padding: 0 7%; }
  .page-article-heading {
    text-align: center;
    margin: 5% 0; }
    .page-article-heading + * {
      margin-top: 1em; }
  @media screen and (min-width: 55em) {
    .page-article-image {
      height: calc(22vw + 10em);
      position: relative;
      left: -7%;
      float: left; }

    .page-article-heading {
      font-size: 1.5em; } }

.row {
  margin: 1em 0; }
  @media screen and (min-width: 55em) {
  .row {
    display: flex; }
    .row > * {
      flex: 1; }
      .row > * + * {
        margin-left: 1em; } }

.top-nav {
  justify-content: space-between;
  padding: 1em 7%;
  box-sizing: border-box;
  align-items: center; }

@media screen and (min-width: 55em) {
  .top-nav .nav-item {
    display: inline-block; }
    .top-nav .nav-item + .nav-item {
      margin-left: 1em; }

  #layout-sidebar {
    position: sticky;
    top: 0; } }

.site-name {
  font-size: 2.5em; }

.header-container {
  text-align: center;
  line-height: 2; }

@media screen and (min-width: 55em) {
    [role="banner"] {
      flex-shrink: 0; } }

[role="main"] section ~ section {
  margin-top: 3em; }

[role="contentinfo"] {
  text-align: center;
  padding: 0.5em;
  box-sizing: border-box;
  background: #300000; }

.nav-item {
  opacity: 0.9; }
  .nav-item.active, .nav-item:hover, .nav-item:active {
    opacity: 1; }
  .nav-item.active .nav-item-link {
    border-bottom: none; }
  .nav-item-icon {
    display: inline-block;
    vertical-align: middle; }
    .nav-item-icon > svg {
      fill: currentColor;
      max-height: 1em; }
  .nav-item-link {
    font-size: 1.1em;
    padding: 1em 0;
    display: block;
    transition: 0.1s ease border-color; }
    @media screen and (max-width: 55em) {
    .nav-item-link {
      border-bottom: none; } }
    .nav-item-link[href] {
      padding-bottom: 0.25em; }

body {
  background: #370107;
  color: #ecf0f1;
  line-height: 1.4;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 100%; }

@media print {
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
    *, *:before, *:after {
      background: transparent !important;
      color: #000 !important;
      /* Black prints faster: http://www.sanbeiji.com/archives/953 */
      box-shadow: none !important;
      text-shadow: none !important; }
    a, a:visited {
      text-decoration: underline; }
    a[href]:after {
      content: " (" attr(href) ")"; }
    abbr[title]:after {
      content: " (" attr(title) ")"; }
    a[href^="#"]:after, a[href^="javascript:"]:after {
      content: ""; }
    pre {
      white-space: pre-wrap !important; }
    pre, blockquote {
      border: 1px solid #999;
      page-break-inside: avoid; }
    thead {
      display: table-header-group; }
    tr, img {
      page-break-inside: avoid; }
    p, h2, h3 {
      orphans: 3;
      widows: 3; }
    h2, h3 {
      page-break-after: avoid; } }
