@charset "UTF-8";
@import url("https://use.typekit.net/mng5yaj.css");
.nowrap {
  white-space: nowrap;
}

.is-hidden {
  display: none !important;
}

.right {
  text-align: right;
}

html {
  font-size: 112.5%;
}

body {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  color: #111;
  font-family: expo-serif-pro, Times, serif;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

a {
  color: #157690;
  text-decoration: none;
}
a:hover {
  background-color: #157690;
  color: white;
}

p {
  margin: 0;
}
p + p {
  margin-top: 1rem;
}

ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 1rem 0;
}
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
  margin-top: 1rem;
}

h1 {
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  font-family: expo-serif-pro, Times, serif;
}

h2 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  font-family: expo-sans-pro, Helvetica, sans-serif;
}

hr {
  background-color: #157690;
  border: none;
  height: 1px;
  margin: 1.5rem auto;
  width: 50%;
}

blockquote {
  border: 1px solid #157690;
  border-width: 1px 0;
  color: #777777;
  font-style: italic;
  margin: 1.5rem auto;
  padding: 1.5rem;
}
blockquote a {
  font-style: normal;
}

main {
  padding: 2.25rem 0;
}
@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
  main {
    padding: 1rem 0;
  }
}

.wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 1rem;
}
@media only screen and (min-width: 568px) {
  .wrapper {
    max-width: 55rem;
  }
}
@media only screen and (min-width: 1824px), only screen and (min-device-width: 1824px) {
  .wrapper {
    padding: 0;
  }
}
.wrapper--flexwrap {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wrapper--grid {
  display: block;
}
@media only screen and (min-width: 568px) {
  .wrapper--grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 1.5rem;
    align-items: start;
  }
}
.wrapper--grid3 {
  display: block;
}
@media only screen and (min-width: 568px) {
  .wrapper--grid3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 1.5rem;
    align-items: start;
  }
}

.site-header {
  border-bottom: 1px solid #157690;
  padding: 0.5rem 0 0;
}

.site-title {
  display: block;
  max-width: 60%;
}
.site-title:hover {
  background: inherit;
}
@media handheld, only screen and (min-device-pixel-ratio: 1), only screen and (max-width: 768px) {
  .site-title {
    max-width: 75%;
  }
}

.patreonButton {
  margin-left: auto;
}

.site-footer {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #157690;
  padding: 1rem 0;
}
.site-footer a {
  white-space: nowrap;
}
.site-footer .wrapper {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.site-footer .wrapper > * + * {
  margin-left: 4rem;
}
@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
  .site-footer .wrapper {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .site-footer .wrapper > * + * {
    margin-left: 0;
    margin-top: 2rem;
  }
}

.svg-icon {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  display: inline-flex;
  height: 1em;
  position: relative;
  width: 1em;
}

.svg-icon svg {
  height: 0.8em;
  width: 0.8em;
  fill: currentColor;
  align-self: center;
}

.patreonButton__image--button {
  display: none;
}
@media only screen and (min-width: 568px) {
  .patreonButton__image--button {
    display: block;
  }
}
.patreonButton__image--icon {
  background-color: #f96854;
  height: 2rem;
  padding: 0.5rem;
  width: 2rem;
}
@media only screen and (min-width: 568px) {
  .patreonButton__image--icon {
    display: none;
  }
}

.patreonCTA {
  grid-column: 1/-1;
  border-top: 2px solid #f96854;
  border-bottom: 2px solid #f96854;
  color: #052d49;
  font-family: expo-sans-pro, Helvetica, sans-serif;
  padding-bottom: 1rem;
}
.patreonCTA__wordmark {
  height: 2.25rem;
  margin: 0 1rem 0 0;
  vertical-align: middle;
}
.patreonCTA__head {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 1px solid #f96854;
  margin: 0 0 1rem;
  padding: 0.85rem 0;
}
.patreonCTA__head .patreonCTA__button {
  margin: 0 0 0 auto;
}
@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
  .patreonCTA__head {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
  }
  .patreonCTA__head span {
    display: block;
    margin-top: 1rem;
  }
  .patreonCTA__head .patreonCTA__button {
    margin: 1rem 0 0;
  }
}
.patreonCTA__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.patreonCTA__body a {
  color: #f96854;
}
.patreonCTA__body a:hover {
  background-color: #f96854;
  color: white;
}
.patreonCTA__button {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  margin: 1.5rem;
}
.patreonCTA__button img {
  display: block;
}

.menu {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: expo-sans-pro, Helvetica, sans-serif;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
  .menu {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.menu__item:first-child {
  font-size: 1.5em;
  line-height: 1;
}
.menu__item:first-child .svg-icon {
  height: auto;
  width: auto;
}
.menu__link {
  display: block;
  padding: 1rem 1.25rem;
}
@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
  .menu__link {
    padding: 1rem;
  }
}
.menu__link--current {
  background-color: #157690;
  color: white;
}
@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
  .menu__link--feed {
    display: none;
  }
}

.post {
  grid-column: 1/span 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 568px) {
  .post {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 1.5rem;
    align-content: top;
  }
}
.post__header {
  grid-column: 1/-1;
  order: 1;
  border-bottom: 1px solid #157690;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 568px) {
  .post__header {
    margin: 0;
  }
}
.post__title {
  font-family: expo-serif-pro, Times, serif;
  line-height: 1;
  padding-bottom: 1rem;
}
.post__title a {
  display: inline-block;
  padding: 0 1rem 0 0;
}
@media only screen and (min-width: 568px) {
  .post__title {
    line-height: inherit;
    padding-bottom: 0;
  }
}
.post__meta {
  border-top: 1px solid #157690;
  font-family: expo-sans-pro, Helvetica, sans-serif;
  margin-top: 1.5rem;
  padding-top: 0.5rem;
  order: 3;
}
@media only screen and (min-width: 568px) {
  .post__meta {
    grid-column: 2;
    grid-row: span 1;
    border-top: none;
    border-left: 1px solid #157690;
    margin: 0;
    padding: 0 0 1rem 1.5rem;
  }
}
.post__tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  margin: 1rem 0;
  text-transform: uppercase;
}
.post__tag {
  margin: 0 6px 3px 0;
  padding: 1px 3px;
}
.post__tag:first-child {
  width: 100%;
}
.post__content {
  grid-column: 1;
  grid-row: span 2;
  order: 2;
}
.post__content .monospace {
  font-family: ibm-plex-mono, monospace;
  font-size: 0.8em;
}
.post__aside {
  border: 1px double #777777;
  border-width: 3px 0;
  color: #777777;
  margin: 1.5rem auto;
  padding: 1.5rem;
}
.post__aside a {
  font-style: normal;
}
.post ul {
  list-style: disc;
}
.post ul li + li {
  margin-top: 1rem;
}

.heroImage {
  margin: 0 0 1rem;
  padding: 0;
}
.heroImage--embedded {
  margin-top: 1rem;
}
.heroImage img {
  border: 1px solid #aaaaaa;
  display: block;
}
.heroImage__caption {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  color: #777777;
  font-family: expo-sans-pro, Helvetica, sans-serif;
  padding: 0 1rem;
}

figure {
  margin: 0 0 1rem;
  padding: 0;
}
figure img {
  border: 1px solid #aaaaaa;
  display: block;
}
figure figcaption {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  color: #777777;
  font-family: expo-sans-pro, Helvetica, sans-serif;
  padding: 0 1rem;
}

.postExcerpt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 2px solid #157690;
  padding-top: 0.5rem;
}
.postExcerpt .monospace {
  font-family: ibm-plex-mono, monospace;
  font-size: 0.8em;
}
.postExcerpt--fullWidth {
  grid-column: 1/span 2;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border: none;
  padding-left: 0;
}
@media only screen and (min-width: 568px) {
  .postExcerpt--fullWidth .postExcerpt__body {
    margin-left: 2rem;
  }
}
.postExcerpt--fullWidth .postExcerpt__image {
  border: none;
  max-width: 33%;
}
@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
  .postExcerpt {
    display: block;
    border-left: none;
    padding-left: 0;
  }
}
.postExcerpt--fullWidth:first-child {
  grid-column: 1/span 2;
  border-left: none;
  border-top: 4px solid #157690;
  border-bottom: 2px solid #157690;
  margin-bottom: 1rem;
  padding: 1rem;
  transition: all 0.2s linear;
}
.postExcerpt--fullWidth:first-child h2 {
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  font-family: expo-serif-pro, Times, serif;
  line-height: 1.1;
}
@media only screen and (min-width: 568px) {
  .postExcerpt--fullWidth:first-child:hover {
    box-shadow: 3px 3px 12px 2px rgba(0, 0, 0, 0.5);
    transform: scale(1.005);
  }
}
@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
  .postExcerpt--fullWidth:first-child {
    border-bottom: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 568px) {
  .postExcerpt--fullWidth:first-child .postExcerpt__body {
    margin-left: 2.25rem;
    padding: 0;
  }
  .postExcerpt--fullWidth:first-child img {
    background-color: white;
    box-shadow: 3px 3px 12px 2px rgba(0, 0, 0, 0.5);
    padding: 3px;
    transform: rotate(-5deg) scale(1.2);
  }
  .postExcerpt--fullWidth:first-child .postExcerpt__image {
    margin-right: 3rem;
  }
  .postExcerpt--fullWidth:first-child .postExcerpt__title {
    border: none;
  }
  .postExcerpt--fullWidth:first-child .postExcerpt__meta {
    border-top: none;
    padding-top: 0;
  }
}
@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
  .postExcerpt + .postExcerpt {
    margin-top: 1rem;
    padding-bottom: 1rem;
    width: 100%;
  }
  .postExcerpt + .postExcerpt:last-child {
    border-bottom: none;
  }
  .postExcerpt + .postExcerpt .postExcerpt__image {
    display: block;
    height: 6em;
    margin-bottom: 1rem;
    overflow: hidden;
  }
}
.postExcerpt__title {
  border-bottom: 1px solid #157690;
  line-height: 1.1;
  margin: 0 0 1rem;
  padding-bottom: 0.3333333333rem;
}
.postExcerpt__title a {
  display: inline-block;
  padding-right: 0.5rem;
}
@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
  .postExcerpt__title {
    border: none;
    line-height: 1;
  }
}
.postExcerpt__image {
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.postExcerpt__image:hover {
  background: inherit;
}
.postExcerpt__meta {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: expo-sans-pro, Helvetica, sans-serif;
  margin-bottom: 0.25rem;
}
.postExcerpt__more {
  font-family: expo-sans-pro, Helvetica, sans-serif;
  margin-top: 1rem;
}

.page__head {
  grid-column: 1/-1;
  border-bottom: 2px solid #157690;
  color: #157690;
}
.page__content {
  grid-column: span 2;
}
@media only screen and (min-width: 568px) {
  .page__content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.5rem;
  }
  .page__content h2 {
    text-align: right;
  }
}
.page__tagName {
  font-family: expo-sans-pro, Helvetica, sans-serif;
}

.contentBlock--2 {
  grid-column: span 2;
}
@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
  .contentBlock--2 + h2 {
    margin-top: 2rem;
  }
}

abbr {
  font-family: expo-sans-pro, Helvetica, sans-serif;
  text-decoration: none;
}

ol {
  margin: 1.5rem;
  padding: 0;
}
ol li {
  margin: 0 0 1.5rem;
}

.dataList {
  display: grid;
  grid-template-columns: 1fr 3fr;
  font-family: expo-sans-pro, Helvetica, sans-serif;
}
.dataList dt {
  border-top: 1px solid #157690;
  margin: 0.5rem 0 0;
  padding: 0.5rem 0.5rem 0 0;
}
@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
  .dataList dt {
    grid-column: 1/-1;
  }
}
.dataList dt a:after {
  content: " »";
}
.dataList dd {
  border-top: 1px solid #157690;
  margin: 0.5rem 0 0;
  padding: 0.5rem 0;
}
@media handheld, only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-width: 320px) {
  .dataList dd {
    grid-column: 1/-1;
  }
}

sup[id^=fnref] {
  margin: 0 3px 0 6px;
  position: relative;
  top: -7px;
  vertical-align: initial;
}

.footnote {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  background-color: white;
  border: 1px solid #157690;
  border-radius: 2px;
  font-family: expo-sans-pro, Helvetica, sans-serif;
  padding: 0 4px;
}
.footnote:hover {
  background-color: #157690;
  color: white;
}

.footnotes {
  border-top: 1px solid #777777;
  color: #777777;
  font-family: expo-sans-pro, Helvetica, sans-serif;
  grid-column: 1/-1;
  margin-top: 1rem;
}
.footnotes li:before,
.footnotes li p:first-of-type {
  font-weight: normal;
  font-variant: none;
}

.historyNav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #157690;
  border-width: 1px 0;
  font-family: expo-sans-pro, Helvetica, sans-serif;
  grid-column: 1/-1;
  margin-bottom: 1rem;
  order: 4;
  padding: 1rem 0;
}
.historyNav__link {
  white-space: nowrap;
}
.historyNav__link--next {
  margin-left: auto;
  text-align: right;
}

.video-container {
  height: 0;
  margin: 1rem 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.video-container iframe, .video-container object, .video-container embed, .video-container video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

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