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; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

@font-face {
  font-family: 'Source Serif Pro';
  font-weight: normal;
  src: url("/assets/fonts/SourceSerifPro-Regular.ttf"); }

@font-face {
  font-family: 'Source Serif Pro';
  font-weight: bold;
  src: url("/assets/fonts/SourceSerifPro-Bold.ttf"); }

a {
  display: inline-block;
  color: #191212;
  border-bottom: 8px solid #DA2F27;
  text-decoration: none; }
  a:hover {
    color: #543d3d;
    border-color: #e9837e; }

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #191212;
  font-family: "Source Serif Pro", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 18px; }
  body > header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 2rem;
    margin: 0 auto;
    background-color: #fff;
    border-bottom: 4px solid #efede6; }
    body > header > h1 {
      margin: 0;
      font-size: 3rem;
      line-height: 1;
      font-family: "Comfortaa", serif; }
    body > header > nav {
      font-family: "Roboto", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
      font-weight: bold;
      font-size: 1.4rem; }

#splash {
  display: flex;
  align-items: center;
  justify-content: center; }

#error strong {
  font-weight: bold; }

#error .block, #error blockquote, #error code, #error h1, #error h2, #error h3, #error h4, #error h5, #error h6, #error p, #error pre {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3rem;
  font-size: 21px; }
  @media (max-width: 599px) {
    #error .block, #error blockquote, #error code, #error h1, #error h2, #error h3, #error h4, #error h5, #error h6, #error p, #error pre {
      font-size: 18px;
      padding: 0 2rem; } }
#error p, #error ul, #error ol, #error li, #error blockquote, #error pre, #error code, #error .block {
  font-family: "Source Serif Pro", Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.68em;
  letter-spacing: -.003em;
  color: #3e2d2d; }

#error p, #error .block, #error blockquote, #error pre, #error code {
  margin-bottom: 2rem; }

#error ul {
  list-style: disc;
  padding-left: 1rem; }

#error h1, #error h2, #error h3, #error h4 {
  font-family: "Roboto", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 2rem;
  margin-top: 4rem;
  letter-spacing: -.009em; }
  #error h1 a.heading-permalink, #error h2 a.heading-permalink, #error h3 a.heading-permalink, #error h4 a.heading-permalink {
    visibility: hidden;
    text-decoration: none;
    border: none;
    color: #DDD;
    margin-left: 1rem; }
  #error h1:hover a.heading-permalink, #error h2:hover a.heading-permalink, #error h3:hover a.heading-permalink, #error h4:hover a.heading-permalink {
    visibility: visible; }

#error h1 {
  margin-top: 6rem;
  font-size: 4rem;
  line-height: 1.11;
  margin-bottom: 8rem; }
  #error h1 > span {
    border-bottom: 2rem solid rgba(10, 75, 87, 0.12); }
  @media (max-width: 599px) {
    #error h1 {
      font-size: 3rem;
      margin-top: 3rem;
      margin-bottom: 6rem; } }
#error h2 {
  font-size: 2.75rem; }

#error h3 {
  font-size: 2rem; }

#error hr {
  height: 4px;
  background-color: #efede6;
  border: none;
  margin: 4rem 0; }

#error > img {
  width: 100%;
  margin: 0 0 2rem 0; }

#error p > img.pull-left {
  display: block;
  margin: 3em 0; }
  @media (min-width: 1200px) {
    #error p > img.pull-left {
      width: 555px;
      margin-left: -185px;
      float: left;
      margin-right: 3em;
      margin-top: 1.68em;
      margin-bottom: 1.68em; } }
#error pre, #error code {
  font-family: 'Bitstream Vera Sans Mono', 'Monaco', 'Courier', monospace; }

#error header + p > strong:first-child > em:first-child,
#error h1 + p > strong:first-child > em:first-child,
#error p > strong > em.first-letter {
  color: #DA2F27;
  font-weight: normal;
  font-size: 9rem;
  line-height: 5rem;
  margin-right: 0.5rem;
  display: block;
  height: 5rem;
  float: left; }
  @media (max-width: 599px) {
    #error header + p > strong:first-child > em:first-child,
    #error h1 + p > strong:first-child > em:first-child,
    #error p > strong > em.first-letter {
      font-size: 8rem; } }
article strong {
  font-weight: bold; }

article .block, article blockquote, article code, article h1, article h2, article h3, article h4, article h5, article h6, article p, article pre {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3rem;
  font-size: 21px; }
  @media (max-width: 599px) {
    article .block, article blockquote, article code, article h1, article h2, article h3, article h4, article h5, article h6, article p, article pre {
      font-size: 18px;
      padding: 0 2rem; } }
article p, article ul, article ol, article li, article blockquote, article pre, article code, article .block {
  font-family: "Source Serif Pro", Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.68em;
  letter-spacing: -.003em;
  color: #3e2d2d; }

article p, article .block, article blockquote, article pre, article code {
  margin-bottom: 2rem; }

article ul {
  list-style: disc;
  padding-left: 1rem; }

article h1, article h2, article h3, article h4 {
  font-family: "Roboto", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 2rem;
  margin-top: 4rem;
  letter-spacing: -.009em; }
  article h1 a.heading-permalink, article h2 a.heading-permalink, article h3 a.heading-permalink, article h4 a.heading-permalink {
    visibility: hidden;
    text-decoration: none;
    border: none;
    color: #DDD;
    margin-left: 1rem; }
  article h1:hover a.heading-permalink, article h2:hover a.heading-permalink, article h3:hover a.heading-permalink, article h4:hover a.heading-permalink {
    visibility: visible; }

article h1 {
  margin-top: 6rem;
  font-size: 4rem;
  line-height: 1.11;
  margin-bottom: 8rem; }
  article h1 > span {
    border-bottom: 2rem solid rgba(10, 75, 87, 0.12); }
  @media (max-width: 599px) {
    article h1 {
      font-size: 3rem;
      margin-top: 3rem;
      margin-bottom: 6rem; } }
article h2 {
  font-size: 2.75rem; }

article h3 {
  font-size: 2rem; }

article hr {
  height: 4px;
  background-color: #efede6;
  border: none;
  margin: 4rem 0; }

article > img {
  width: 100%;
  margin: 0 0 2rem 0; }

article p > img.pull-left {
  display: block;
  margin: 3em 0; }
  @media (min-width: 1200px) {
    article p > img.pull-left {
      width: 555px;
      margin-left: -185px;
      float: left;
      margin-right: 3em;
      margin-top: 1.68em;
      margin-bottom: 1.68em; } }
article pre, article code {
  font-family: 'Bitstream Vera Sans Mono', 'Monaco', 'Courier', monospace; }

article header + p > strong:first-child > em:first-child,
article h1 + p > strong:first-child > em:first-child,
article p > strong > em.first-letter {
  color: #DA2F27;
  font-weight: normal;
  font-size: 9rem;
  line-height: 5rem;
  margin-right: 0.5rem;
  display: block;
  height: 5rem;
  float: left; }
  @media (max-width: 599px) {
    article header + p > strong:first-child > em:first-child,
    article h1 + p > strong:first-child > em:first-child,
    article p > strong > em.first-letter {
      font-size: 8rem; } }
