/*! Base styles adapted from HTML5 Boilerplate main.css 3.0.0 | MIT License
    https://github.com/h5bp/main.css | Copyright the H5BP team */

html {
  color: #222;
  line-height: 1.4;
}

/* Selection highlight */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* Remove the descender gap below inline media */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

[hidden] {
  display: none !important;
}

/* Visually hidden but available to screen readers (e.g. skip links,
   off-screen headings). Add `.focusable` to reveal on keyboard focus. */
.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/* ==========================================================================
   Print styles. Inlined to avoid an extra request.
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    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) ")";
  }

  /* Don't show links that are fragment identifiers or use `javascript:` */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
