@import url(http://fonts.googleapis.com/css?family=Noto+Serif);@import url(http://fonts.googleapis.com/css?family=Karla:400,400i,700,700i);/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.masonry-item, .nav-list, #main, .main-content, #sidebar, #sidebar-fixed, #top, #bottom, #middle, #middle__message {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#header {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

/*
 * Import fonts
 *
 */
/*
 * Definie font families
 *
 */
/*
 * Sans
 *
 */
/*
 * Serif
 *
 */
.htl-link, .s-post a, .s-single a, .event-item, .s-footer a, .lth-link, .nav-link, .article-highlight-title {
  transition: color 600ms cubic-bezier(0.19, 1, 0.22, 1); }

.button {
  transition: color 600ms cubic-bezier(0.19, 1, 0.22, 1), background-color 600ms cubic-bezier(0.19, 1, 0.22, 1); }

.article.is-appended, .article-cover-overlay, .article-cover-bg {
  transition: opacity 600ms cubic-bezier(0.19, 1, 0.22, 1) !important; }

.htl-link, .s-post a, .s-single a {
  color: #ecb000; }
  .htl-link:hover, .s-post a:hover, .s-single a:hover {
    color: black;
    cursor: pointer; }

.event-item, .s-footer a, .lth-link, .nav-link {
  color: inherit; }
  .event-item:hover, .s-footer a:hover, .lth-link:hover, .nav-link:hover {
    color: #ecb000;
    cursor: pointer; }

* {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%; }

a {
  color: inherit;
  text-decoration: none; }
  a:visited {
    color: inhterit; }

.article.is-appended {
  opacity: 0; }

.article.is-appended.is-revealed {
  opacity: 1; }

.article-excerpt {
  margin-bottom: 16px; }
  .article-excerpt p {
    font-family: 'Karla', 'Helvetica', 'Arial', sans;
    font-size: 11pt;
    line-height: 14pt;
    margin-top: 0; }

/* Magic */
.article-highlight:hover {
  cursor: pointer; }
  .article-highlight:hover .article-cover-overlay {
    opacity: 1; }
  .article-highlight:hover .article-highlight-title {
    color: #ecb000; }

/* Cover */
.article-cover {
  margin-bottom: 16px;
  padding-bottom: 50% !important; }
  .article-cover:hover {
    cursor: pointer; }

.article-cover-overlay {
  background-color: #ecb000;
  opacity: 0;
  mix-blend-mode: multiply; }

.article-cover-bg {
  opacity: 0; }
  .article-cover-bg.lazyloaded {
    opacity: 1; }

.masonry-article {
  padding-bottom: 32px; }
  .masonry-article:after {
    content: "";
    display: table;
    clear: both; }

.masonry-article-title {
  text-align: center;
  margin-bottom: 16px; }

.masonry-article-footer {
  float: left;
  width: 100%;
  position: relative; }

.masonry-article-tag {
  position: absolute;
  right: 0;
  bottom: 0; }

.masonry-article-authors {
  float: left;
  width: 100%;
  margin-bottom: 16px;
  text-align: center; }

.list-article {
  margin-bottom: 32px; }

.list-article-flex {
  display: flex;
  flex-direction: row; }

.list-article-col {
  float: left;
  width: 50%;
  margin-bottom: 16px; }
  .list-article-col:first-child {
    margin-right: 32px; }

.list-article-date {
  margin-bottom: 16px; }

.list-article-cover-mobile {
  display: none;
  margin-top: 16px; }

.list-article-cover-desktop {
  display: block; }

.list-article-authors {
  margin-top: 16px;
  margin-bottom: 16px; }

.list-article-tags {
  margin-top: 32px; }

.list-article-line {
  width: calc(50% - 16px); }

.list-article-authors {
  float: left;
  width: 100%;
  margin-bottom: 16px; }

@media (max-width: 1000px) {
  .list-article-cover-mobile {
    display: block; }
  .list-article-cover-desktop {
    display: none; }
  .list-article-col, .list-article-line {
    width: 100%; }
  .list-article-col:first-child {
    margin-right: 0; } }

.button {
  font-family: 'Karla', 'Helvetica', 'Arial', sans;
  font-size: 11pt;
  line-height: 14pt;
  display: inline-block;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 25px;
  padding-right: 25px;
  border-color: #ecb000;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  color: #ecb000;
  text-transform: uppercase;
  line-height: 16px; }
  .button:hover {
    cursor: pointer;
    background-color: #ecb000;
    color: black; }

.fetch-button-wrapper {
  text-align: center; }
  @media (max-width: 1000px) {
    .fetch-button-wrapper {
      margin-bottom: 40px; } }

.event-title {
  margin-bottom: 32px; }

#event-data {
  font-family: 'Karla', 'Helvetica', 'Arial', sans;
  font-size: 11pt;
  line-height: 14pt; }

.event-data-heading {
  font-family: 'Karla', 'Helvetica', 'Arial', sans;
  font-weight: 700; }

.event-data-block + .event-data-block:before {
  content: '\A';
  white-space: pre; }

.event-list {
  font-family: 'Karla', 'Helvetica', 'Arial', sans;
  font-size: 11pt;
  line-height: 14pt; }

.event-items {
  color: #858585; }

.event-list-heading {
  font-family: 'Karla', 'Helvetica', 'Arial', sans;
  font-weight: 700;
  margin-bottom: 16px; }

.event-item {
  padding-top: 16px;
  padding-bottom: 16px; }

.event-item-heading {
  font-family: 'Karla', 'Helvetica', 'Arial', sans;
  font-weight: 700; }

@media (max-width: 1000px) {
  .event-item:last-child {
    padding-bottom: 0; }
  .event-item.c-line:last-child {
    border-bottom: none; } }

#footer {
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 288px;
  padding-left: 24px;
  padding-bottom: 24px; }

.footer-line {
  display: none; }

.s-footer {
  font-family: 'Noto Serif', 'Times new Roman', serif;
  font-weight: normal;
  font-size: 8pt;
  line-height: 11pt; }
  .s-footer p {
    margin: 0; }
  .s-footer p + p:before {
    content: '\A';
    white-space: pre; }
  .s-footer img {
    width: 200px; }

@media (max-width: 1000px) {
  #footer {
    position: static;
    width: 100%;
    overflow: auto;
    padding-left: 16px;
    padding-right: 16px; }
  .footer-line {
    display: block;
    padding-top: calc(16px * 2); } }

#header {
  position: relative;
  top: 0;
  left: 0;
  background-color: white; }
  #header:after {
    content: "";
    display: table;
    clear: both; }

#header-wrapper {
  position: fixed;
  left: 288px;
  top: 0;
  z-index: 2;
  box-sizing: border-box;
  width: calc(100% - 288px * 2);
  padding-left: calc(32px + 20px);
  padding-right: calc(32px + 20px);
  background-color: white; }

#header-titles {
  font-family: 'Noto Serif', 'Times new Roman', serif;
  font-weight: normal;
  font-size: 10pt;
  line-height: 14pt;
  position: relative;
  height: 48px;
  padding-bottom: 4px; }

#header-line {
  width: 100%;
  height: 5px;
  background: #ecb000; }

#header-title {
  position: absolute;
  top: 20px; }

#header-subtitle {
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  display: none;
  text-align: center; }
  #header-subtitle.is-revealed {
    display: block; }
  @media (max-width: 1250px) {
    #header-subtitle {
      left: 150px;
      width: calc(100% - 150px);
      overflow: hidden;
      white-space: nowrap;
      text-overflow: '...';
      text-align: left; } }

#header-logo {
  position: relative;
  z-index: 1;
  margin-top: 80px;
  margin-bottom: 60px; }

#header-logo-img {
  position: relative;
  left: 50%;
  top: 0;
  width: 240px;
  margin: 0 auto;
  transform: translate(-50%, 0); }

.header-mobile-line {
  position: sticky;
  padding-top: 200px;
  margin-top: 200px;
  z-index: 999;
  top: 0; }

@media (max-width: 1000px) {
  #header-wrapper {
    left: 0;
    width: 100%;
    padding: 0; }
  #header-top-mobile {
    padding-left: 16px;
    padding-right: 16px; }
    #header-top-mobile:after {
      content: "";
      display: table;
      clear: both; }
  #header-title {
    position: static;
    width: 100%;
    text-align: center; }
  #header-titles {
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px; }
  #header-subtitle {
    width: 100%;
    left: 0;
    position: static;
    text-align: center; } }

.img-box {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 33.333%; }

.img-box-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.img-box-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.label {
  font-family: 'Karla', 'Helvetica', 'Arial', sans;
  font-size: 9pt;
  line-height: 12pt;
  color: #858585; }
  .label + .label {
    margin-right: 10px;
    margin-left: 10px; }

.big-label {
  font-family: 'Karla', 'Helvetica', 'Arial', sans;
  font-size: 14pt;
  line-height: 17pt;
  color: #858585; }
  .big-label + .big-label {
    margin-right: 20px;
    margin-left: 20px; }

.top-line {
  border-top-color: #ededed;
  border-top-style: solid;
  border-top-width: 1px; }

.bottom-line, .bottom-line-last-child:last-child {
  border-bottom-color: #ededed;
  border-bottom-style: solid;
  border-bottom-width: 1px; }

@media (max-width: 1000px) {
  .bottom-line-last-child:last-child {
    border-bottom: none; } }

.masonry {
  position: relative;
  width: calc(100% + 32px) !important;
  overflow: hidden; }

.masonry-item {
  position: relative;
  width: 50%;
  padding-right: 32px;
  margin-bottom: 32px; }

@media (max-width: 1280px) {
  .masonry-item {
    width: 100%; } }

@media (max-width: 1000px) {
  .masonry {
    width: 100% !important; }
  .masonry-item {
    padding-right: 16px;
    padding-left: 16px; } }

.no-search-results {
  margin-top: 32px;
  text-align: center; }

.no-search-results-heading {
  font-family: 'Karla', 'Helvetica', 'Arial', sans;
  font-size: 16pt;
  line-height: 20pt;
  font-family: 'Karla', 'Helvetica', 'Arial', sans;
  font-weight: 700; }

.mult-columns {
  font-family: 'Karla', 'Helvetica', 'Arial', sans;
  font-size: 11pt;
  line-height: 14pt;
  column-count: 5;
  float: left; }
  @media (max-width: 1440px) {
    .mult-columns {
      column-count: 4; } }
  @media (max-width: 640px) {
    .mult-columns {
      column-count: 3; } }
  @media (max-width: 480px) {
    .mult-columns {
      column-count: 2; } }

.mult-columns-heading {
  font-family: 'Karla', 'Helvetica', 'Arial', sans;
  font-weight: 700; }

.mult-columns-list {
  color: #858585; }
  .mult-columns-list:after {
    content: '\A\A';
    white-space: pre; }

.nav {
  position: relative; }

.nav-item.is-active {
  color: #ecb000; }

.nav-list {
  font-family: 'Noto Serif', 'Times new Roman', serif;
  font-weight: normal;
  font-size: 16pt;
  line-height: 22pt;
  position: fixed;
  top: 0;
  left: 0;
  width: 288px;
  padding-top: 20px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  background: white; }
  .nav-list ul {
    list-style: none; }
  @media (max-width: 1000px) {
    .nav-list {
      font-family: 'Noto Serif', 'Times new Roman', serif;
      font-weight: normal;
      font-size: 26pt;
      line-height: 32pt;
      display: none;
      position: relative;
      width: 100%;
      left: 0;
      top: 0;
      text-align: center; } }

.nav-toggle {
  position: fixed;
  right: 24px;
  top: 10px;
  display: none; }
  @media (max-width: 1000px) {
    .nav-toggle {
      display: block; }
      .nav-toggle:hover {
        cursor: pointer; } }

.nav-toggle-close {
  display: none; }

.nav.is-open .nav-list {
  display: block; }

.nav.is-open .nav-toggle-open {
  display: none; }

.nav.is-open .nav-toggle-close {
  display: block; }

.nextprev {
  font-family: 'Karla', 'Helvetica', 'Arial', sans;
  font-size: 11pt;
  line-height: 14pt;
  float: left;
  width: 100%;
  margin-top: 64px;
  overflow: auto; }

.nextprev-left, .nextprev-right {
  width: 50%;
  max-width: 300px; }

.nextprev-left {
  float: left; }

.nextprev-right {
  float: right;
  text-align: right; }

.nextprev-button {
  padding-top: 10px;
  padding-bottom: 10px; }

.nextprev-line {
  display: block; }

@media (max-width: 1000px) {
  .nextprev-line {
    display: none; } }

.post:after {
  content: "";
  display: table;
  clear: both; }

.post-title {
  font-family: 'Noto Serif', 'Times new Roman', serif;
  font-weight: normal;
  font-size: 26pt;
  line-height: 32pt;
  margin: 0; }

.post-title-preview {
  font-family: 'Noto Serif', 'Times new Roman', serif;
  font-weight: normal;
  font-size: 20pt;
  line-height: 24pt;
  margin: 0; }

.post-img-box {
  padding-bottom: 50%; }

.post-cover-caption {
  font-family: 'Karla', 'Helvetica', 'Arial', sans;
  font-size: 9pt;
  line-height: 12pt;
  color: #858585;
  margin-top: 6px; }

.post-top {
  text-align: center;
  margin-bottom: 32px; }
  .post-top:after {
    content: "";
    display: table;
    clear: both; }

.post-flex {
  display: flex;
  position: relative;
  flex-direction: column; }

.post-flex-main {
  flex: 1;
  order: 0; }

.post-flex-bottom {
  flex: 1;
  order: 1; }

.post-date {
  margin-top: 32px; }

.post-authors {
  margin-top: 32px;
  margin-bottom: 32px;
  text-align: center; }

.post-no-authors {
  height: 48px; }

.s-post {
  font-family: 'Karla', 'Helvetica', 'Arial', sans;
  font-size: 11pt;
  line-height: 14pt; }
  .s-post h1, .s-post strong {
    font-family: 'Karla', 'Helvetica', 'Arial', sans;
    font-weight: 700;
    display: block; }
  .s-post em {
    font-family: 'Karla', 'Helvetica', 'Arial', sans; }
  .s-post .excerpt {
    font-family: 'Karla', 'Helvetica', 'Arial', sans;
    font-size: 14pt;
    line-height: 17pt;
    margin-bottom: 64px; }
  .s-post figure {
    margin-bottom: 64px; }
  .s-post figcaption {
    font-family: 'Karla', 'Helvetica', 'Arial', sans;
    font-size: 11pt;
    line-height: 14pt;
    margin-top: 6px;
    color: #858585; }
  .s-post ul,
  .s-post ol {
    margin-left: 25px; }
  .s-post img {
    max-width: 100%;
    margin: 0 auto;
    display: block; }
  .s-post h1 + p:before, .s-post p + h1:before, .s-post p + p:before {
    content: '\A';
    white-space: pre-wrap; }

@media (max-width: 1000px) {
  .post-flex-bottom {
    order: 2; }
  .post-flex-sidebar {
    flex: 1;
    order: 1; }
  .post-flex-wrapper {
    max-width: 650px;
    margin: 0 auto; } }

.publications-heading {
  font-family: 'Karla', 'Helvetica', 'Arial', sans;
  font-weight: 700;
  font-size: 16pt;
  line-height: 20pt;
  text-align: center; }

.publications-heading-wrapper {
  margin-top: 32px;
  margin-bottom: 32px; }

.publication:after {
  content: '\A';
  white-space: pre; }

.publication:last-child:after {
  content: ''; }

.s-publication {
  font-family: 'Karla', 'Helvetica', 'Arial', sans;
  font-size: 11pt;
  line-height: 14pt; }
  .s-publication strong {
    font-family: 'Karla', 'Helvetica', 'Arial', sans;
    font-weight: 700; }

#search-form {
  display: none; }

#search-input {
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  color: black;
  border: none; }
  #search-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ededed; }
  #search-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #ededed; }
  #search-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #ededed; }
  #search-input:-moz-placeholder {
    /* Firefox 18- */
    color: #ededed; }
  @media (max-width: 1000px) {
    #search-input {
      text-align: center; } }

.search-line {
  display: none;
  padding-bottom: 6px;
  margin-bottom: 12px; }

.search-body {
  display: none; }

.search.is-open #search-title {
  display: none; }

.search.is-open #search-form {
  display: block; }

.search.is-open .search-top {
  color: #ededed; }

.search.is-open .search-line {
  display: block; }

.search.is-open .search-body {
  display: block; }

#main, .main-content {
  position: relative;
  width: calc(100% - 288px); }

#main {
  float: left;
  left: 288px;
  margin-bottom: 160px; }
  #main:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 1000px) {
    #main {
      margin-bottom: 32px; } }

.main-content {
  padding-left: calc(32px + 20px);
  padding-right: calc(32px + 20px); }

.centered-content {
  max-width: 650px;
  margin: 0 auto; }

@media (max-width: 1000px) {
  #main, .main-content {
    width: 100%;
    left: 0; }
  .main-content {
    padding-right: 16px;
    padding-left: 16px; } }

#sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 288px;
  overflow: auto;
  padding-left: 0;
  padding-right: 24px; }

#sidebar-fixed {
  position: fixed;
  padding-right: 24px; }

.s-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.s-sidebar p {
  margin: 0; }

.s-sidebar img {
  width: 200px; }

.sidebar-border-top {
  display: none; }
  @media (max-width: 1000px) {
    .sidebar-border-top {
      display: block; } }

@media (max-width: 1000px) {
  #sidebar {
    width: 100%;
    left: 0;
    margin-top: 32px;
    padding-right: 16px;
    padding-left: 16px; }
  #sidebar, #sidebar-fixed {
    position: static; } }

#single-nav {
  font-family: 'Noto Serif', 'Times new Roman', serif;
  font-weight: normal;
  font-size: 16pt;
  line-height: 22pt;
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: 0;
  padding-top: 80px;
  padding-bottom: 32px;
  margin-bottom: 40px;
  margin-top: -80px;
  text-align: center;
  background: white; }
  #single-nav.is-hidden {
    display: none; }

.single-nav-item {
  margin: 0 10px; }
  @media (max-width: 1000px) {
    .single-nav-item {
      display: block; } }

.s-single {
  font-family: 'Noto Serif', 'Times new Roman', serif;
  font-weight: normal;
  font-size: 16pt;
  line-height: 22pt; }
  .s-single h1,
  .s-single h2,
  .s-single h3,
  .s-single h4,
  .s-single h5,
  .s-single h6 {
    font-weight: normal;
    font-size: inherit; }
  .s-single h1,
  .s-single h2,
  .s-single h3,
  .s-single h4,
  .s-single blockquote {
    padding-left: 40px; }
  .s-single ul + p:before,
  .s-single p + blockquote:before,
  .s-single blockquote + p:before,
  .s-single p + h1:before,
  .s-single p + p:before {
    content: '\A';
    white-space: pre-wrap; }
  .s-single ul,
  .s-single ol {
    margin-left: 25px; }
  .s-single h1:after {
    content: '\A\A';
    white-space: pre; }
  .s-single img {
    max-width: 100%;
    margin: 0 auto;
    display: block; }

.tags .tag-wrapper {
  margin-bottom: 8px; }

.tags .tag {
  margin-bottom: 8px; }
  .tags .tag:not(first-child) {
    margin-right: 8px; }

#temporary {
  font-family: 'Noto Serif', 'Times new Roman', serif;
  font-weight: normal;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column;
  font-size: 10pt;
  line-height: 14pt;
  background: rgba(236, 176, 0, 0.25); }
  #temporary p {
    margin: 0; }
  #temporary p + p:before {
    white-space: pre;
    content: '\A'; }

#top, #bottom, #middle {
  width: 100%;
  padding: 24px; }

#bottom {
  font-size: 8pt;
  line-height: 11pt; }
  #bottom img {
    width: 200px;
    mix-blend-mode: multiply; }

#middle {
  flex: 2;
  position: relative; }

#temporary-fig-caption {
  position: relative;
  top: 50px; }
  #temporary-fig-caption p {
    font-family: 'Noto Serif', 'Times new Roman', serif;
    font-weight: normal;
    font-size: 20pt;
    line-height: 24pt; }
  #temporary-fig-caption .sans {
    font-family: 'Karla', 'Helvetica', 'Arial', sans;
    font-size: 11pt;
    line-height: 14pt; }

#middle__message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  overflow: hidden; }
  #middle__message figure {
    max-height: 100%;
    margin: 0; }
  #middle__message img {
    max-height: calc(100% - 160px);
    max-width: 100%; }
