@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2?v=3.19") format("woff2"), url("../fonts/Inter-Regular.woff?v=3.19") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff2?v=3.19") format("woff2"), url("../fonts/Inter-Bold.woff?v=3.19") format("woff");
}
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

.visually-shown {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: auto;
  position: inherit !important;
  width: auto;
}

.skip-link:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: auto;
  position: inherit !important;
  width: auto;
  background-color: #FEFEF9;
  color: #222222;
  display: block;
  outline: 1px dashed #222222;
  padding: 8px;
  text-align: center;
  transition: none;
  width: 100%;
  z-index: 10000;
}

body {
  background: #FEFEF9;
  color: #222222;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}

form, input, select, textarea, button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

main {
  box-sizing: border-box;
  outline: none;
}

img {
  display: inline-block;
  width: 100%;
}

a {
  color: #155D7E;
  text-decoration: none;
}

:focus {
  outline: thin dotted;
}

@media (hover: hover) {
  a:hover {
    text-decoration: underline;
  }
}
b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

header .monogram {
  background: #e6e6e6 url("../images/monogram.svg") center center no-repeat;
  background-size: 30px 21px;
  display: inline-block;
  height: 60px;
  margin-right: 1em;
  vertical-align: middle;
  width: 60px;
}

.menu-button {
  appearance: none;
  background-color: transparent;
  border: 1px dotted #CCCCCC;
  color: #111;
  display: block;
  float: right;
  font-size: 12px;
  height: 60px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 60px;
}
@media screen and (min-width: 767px) {
  .menu-button {
    display: none;
  }
}

.menu {
  display: none;
}
@media screen and (min-width: 767px) {
  .menu {
    display: inline-block;
  }
}
.menu.active {
  display: block;
}
.menu ul {
  vertical-align: middle;
}
@media screen and (min-width: 767px) {
  .menu ul {
    display: inline-block;
  }
}
.menu li {
  border-bottom: 1px dotted #CCCCCC;
  display: block;
  padding: 1em 0;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .menu li {
    border: 0;
    display: inline-block;
    margin-right: 1em;
    padding: 0;
  }
}
@media screen and (min-width: 767px) {
  .menu li.menu-home {
    display: none;
  }
}

footer {
  color: #575757;
  margin: 1em 0;
  text-align: center;
}

.home {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 2em 0;
  width: 85%;
}
@media screen and (min-width: 992px) {
  .home {
    display: grid;
    gap: 2em;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    max-width: 1280px;
    padding: 3em 0;
  }
}

@media screen and (min-width: 992px) {
  .home-posts {
    border-right: 1px dotted #CCCCCC;
    grid-column: 1/span 4;
    padding-right: 2em;
  }
}
.home-posts .posts li {
  margin-bottom: 2em;
}
.home-posts .post-content {
  padding-right: 1em;
}
.home-posts .posts a {
  display: block;
  outline: none;
}
@media screen and (min-width: 992px) {
  .home-posts .posts a {
    align-items: flex-start;
    display: grid;
    grid-template-columns: 5fr 1fr;
    gap: 1em;
  }
}
.home-posts .posts a:hover h3 {
  text-decoration: underline;
}
.home-posts .posts a:focus h3 {
  outline: 1px dotted;
}
.home-posts .posts a:hover {
  text-decoration: none;
}
.home-posts .posts h3 {
  box-sizing: border-box;
  display: inline-block;
  font-size: 24px;
  flex: 1;
  line-height: 1.2em;
  margin: 0;
}
@media screen and (min-width: 767px) {
  .home-posts .posts h3 {
    font-size: 28px;
  }
}
.home-posts .posts h4 {
  color: #575757;
  font-size: 14px;
  line-height: 1.2em;
  margin: 0.4em 0 0;
}
@media screen and (min-width: 992px) {
  .home-posts .posts h4 {
    margin: 1.4em 0 0;
    text-align: right;
  }
}
.home-posts .posts .category {
  color: #575757;
  flex: none;
  font-size: 11px;
  line-height: 1em;
  margin-bottom: 0.4em;
  padding-right: 1em;
  text-transform: uppercase;
  width: auto;
}

.home-links {
  margin-top: 2em;
}
@media screen and (min-width: 992px) {
  .home-links {
    grid-column: 5;
    margin: 0;
  }
}
.home-links .links {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.home-links h3 {
  color: #575757;
  font-size: 14px;
  line-height: 1.2em;
  margin-bottom: 1em;
}
.home-links a {
  display: block;
}

.page {
  counter-reset: footnotes;
  margin: 0 auto;
  max-width: 60ch;
  padding: 2em 0;
  width: 85%;
}
.page .category {
  color: #575757;
  display: inline-block;
  flex: none;
  font-size: 11px;
  line-height: 1em;
  margin-bottom: 0.4em;
  text-transform: uppercase;
  width: auto;
}
.page .timj {
  background-color: #222222;
  color: #FFFFCC;
  padding: 0 2px;
}
.page sup {
  counter-increment: footnotes;
}
.page sup a {
  color: #575757;
}
.page sup a::after {
  content: "[" counter(footnotes) "]";
}
.page article em {
  font-style: italic;
}
.page article strong {
  font-weight: bold;
}
.page article sup {
  font-size: 0.5em;
  vertical-align: top;
}
.page article h1, .page article h2, .page article h3, .page article h4, .page article h5 {
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 1.2em;
}
.page article h1 {
  font-size: 24px;
}
@media screen and (min-width: 767px) {
  .page article h1 {
    font-size: 32px;
  }
}
.page article h2 {
  font-size: 21px;
}
@media screen and (min-width: 767px) {
  .page article h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 767px) {
  .page article h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 767px) {
  .page article h4 {
    font-size: 24px;
  }
}
@media screen and (min-width: 767px) {
  .page article h5 {
    font-size: 20px;
  }
}
.page article p {
  line-height: 1.4em;
  margin-bottom: 1.4em;
}
.page article blockquote {
  line-height: 1.4em;
  margin-bottom: 1.4em;
  padding-left: 2em;
  position: relative;
}
.page article blockquote:before {
  content: "“";
  left: 1.4em;
  position: absolute;
  top: 0;
}
.page article blockquote:after {
  content: "“";
}
.page article ol {
  list-style: decimal;
  line-height: 1.4em;
  margin-bottom: 1.4em;
}
.page article ol li {
  margin-left: 1.4em;
}
.page article ul {
  list-style: disc;
  line-height: 1.4em;
  margin-bottom: 1.4em;
}
.page article ul li {
  margin-left: 1.4em;
}
.page article .large-list {
  font-size: 20px;
  line-height: 1.4em;
}
.page article figure {
  font-family: monospace;
  line-height: 1.4em;
  margin-bottom: 1.4em;
}
.page article hr {
  background: #575757;
  border: 0;
  height: 1px;
  margin-bottom: 1.4em;
}
.page article .footnotes {
  font-size: 14px;
}

.page-footer {
  color: #575757;
  font-size: 14px;
}

.pagination {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  padding: 1em 0;
}

.pagination-pages {
  display: flex;
  gap: 1em;
}

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