@charset "UTF-8";
/*****************************************************************************/
/*
/* Tufte Jekyll blog theme
/* Based on Tufte CSS by Dave Liepmann ( https://github.com/edwardtufte/tufte-css )
/*
/* The README.md will show you how to set up your site along with other goodies
/*****************************************************************************/
@font-face {
  font-family: ETbook;
  src: url("../fonts/et-book/et-book-roman-line-figures/et-book-roman-line-figures.eot");
  src: url("../fonts/et-book/et-book-roman-line-figures/et-book-roman-line-figures.eot?#iefix") format("embedded-opentype"), url("../fonts/et-book/et-book-roman-line-figures/et-book-roman-line-figures.woff") format("woff"), url("../fonts/et-book/et-book-roman-line-figures/et-book-roman-line-figures.ttf") format("truetype"), url("../fonts/et-book/et-book-roman-line-figures/et-book-roman-line-figures.svg#etbemboromanosf") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: ETbook;
  src: url("../fonts/et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.eot");
  src: url("../fonts/et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.eot?#iefix") format("embedded-opentype"), url("../fonts/et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.woff") format("woff"), url("../fonts/et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.ttf") format("truetype"), url("../fonts/et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.svg#etbemboromanosf") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: ETbook;
  src: url("../fonts/et-book/et-book-bold-line-figures/et-book-bold-line-figures.eot");
  src: url("../fonts/et-book/et-book-bold-line-figures/et-book-bold-line-figures.eot?#iefix") format("embedded-opentype"), url("../fonts/et-book/et-book-bold-line-figures/et-book-bold-line-figures.woff") format("woff"), url("../fonts/et-book/et-book-bold-line-figures/et-book-bold-line-figures.ttf") format("truetype"), url("../fonts/et-book/et-book-bold-line-figures/et-book-bold-line-figures.svg#etbemboromanosf") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: ETbookRomanOldStyle;
  src: url("../fonts/et-book/et-book-roman-old-style-figures/et-book-roman-old-style-figures.eot");
  src: url("../fonts/et-book/et-book-roman-old-style-figures/et-book-roman-old-style-figures.eot?#iefix") format("embedded-opentype"), url("../fonts/et-book/et-book-roman-old-style-figures/et-book-roman-old-style-figures.woff") format("woff"), url("../fonts/et-book/et-book-roman-old-style-figures/et-book-roman-old-style-figures.ttf") format("truetype"), url("../fonts/et-book/et-book-roman-old-style-figures/et-book-roman-old-style-figures.svg#etbemboromanosf") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* This file contains all the constants for colors and font styles */
/**
 * Syntax highlighting styles
 */
.highlight {
  margin-bottom: 15px;
}

.highlight {
  background: #fffff8;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

:root {
  --color-box-bg: rgb(250, 243, 229);
  --color-box-accent: rgb(155, 145, 120);
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.title-container {
  text-align: center;
  margin-top: 2rem;
}

h1.page-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  font-size: 2.75rem;
}
h1.page-title img {
  display: inline-block;
  height: 90px;
}
h1.page-title .page-title-text {
  margin-top: 6px;
  margin-left: 4px;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.text-center {
  text-align: center;
}

.button-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.button {
  display: flex;
  align-items: center;
  gap: 0.3em;
  padding: 0.25em 0.75em;
  background-color: rgb(255, 218, 185);
  border: 2px solid rgb(235, 190, 150);
  border-radius: 20px;
  text-decoration: none;
  color: #333;
  font-size: 1.15rem;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  min-width: 180px;
  justify-content: center;
  font-family: "Gill Sans", "Gill Sans MT", "Gotham Narrow", "Lato", Calibri, sans-serif;
}

.button:hover {
  background-color: #f0c0c0;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.icon {
  width: 36px;
  height: 36px;
  fill: #555;
}

/* Paper Icon */
.paper-icon {
  position: relative;
}

/* Authors Icon */
.authors-icon {
  position: relative;
}

/* Endorsements Icon */
.endorsements-icon {
  position: relative;
}

details > summary {
  cursor: pointer;
}
details > summary big {
  font-size: 1.4rem;
}
details > summary:hover {
  opacity: 0.8;
}
details .detail {
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
}

.clickable-detail {
  color: var(--color-link-text-hover);
  cursor: pointer;
  position: relative;
  padding-left: 1.2em;
  display: block;
}
.clickable-detail::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 0.8em;
  transition: transform 0.3s ease;
}
.clickable-detail::-webkit-details-marker {
  display: none;
}

details[open] .clickable-detail::before {
  transform: rotate(90deg);
}

.color-box {
  position: relative;
  margin-bottom: 2em;
  padding-left: 4px;
  background: var(--color-box-bg);
  border-radius: 4px;
  margin-top: 0.5em;
  /* Animation for the plus/minus icon */
}
.color-box h3 {
  font-family: "Gill Sans", "Gill Sans MT", "Gotham Narrow", "Lato", Calibri, sans-serif;
  font-style: normal;
}
.color-box .left-border {
  position: absolute;
  left: 0;
  height: 100%;
  width: 4px;
  background: var(--color-box-accent);
  transition: width 0.3s ease;
}
.color-box:has(.box-header:hover) .left-border {
  width: 6px;
}
.color-box:has(.box-header:hover) .toggle-btn {
  color: var(--color-box-accent);
}
.color-box .toggle-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  position: relative;
  top: 3px;
  right: -3px;
  transition: color 0.3s ease;
}
.color-box .box-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0.5em;
}
.color-box .box-header h3 {
  margin: 0;
  transition: opacity 0.3s ease;
}
.color-box .box-header:hover h3 {
  opacity: 0.6;
}
.color-box .box-content {
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  max-height: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.color-box .box-content:not(.open) {
  padding: 0 10px;
  max-height: 0;
}
.color-box tbody {
  display: block;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  max-height: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.color-box tbody:not(.open) {
  max-height: 0;
}
.color-box p:last-child {
  margin-bottom: 0;
}
.color-box ol, .color-box ul {
  margin: 0.4em 1em 0.6em;
}
.color-box th {
  text-align: left;
}
.color-box td {
  line-height: 1.4;
}
.color-box td ol, .color-box td ul {
  margin: 0 1em;
}
.color-box .toggle-icon, .color-box .horizontal-line, .color-box .vertical-line {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}
.color-box table.open .toggle-icon {
  transform: rotate(90deg);
}
.color-box table.open .toggle-icon .horizontal-line {
  transform: scaleX(0);
}
.color-box.open .box-header .toggle-icon {
  transform: rotate(90deg);
}
.color-box.open .box-header .toggle-icon .horizontal-line {
  transform: scaleX(0);
}
.color-box th .toggle-btn {
  float: right;
}
.color-box .footnotes, .color-box .footnotes p, .color-box .footnotes ul, .color-box .footnotes ol {
  font-style: italic;
  font-size: 1.1rem;
}

td, th {
  vertical-align: top;
  padding: 0.25em;
  border-right: 1px solid var(--color-box-accent, #eee);
  border-bottom: 1px solid var(--color-box-accent, #eee);
}
td:first-child, th:first-child {
  border-left: 1px solid var(--color-box-accent, #eee);
}
td ul, th ul {
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
  margin-left: 1em;
}
td ul li, th ul li {
  margin-top: 0;
  padding: 0;
  margin-bottom: 0.25em;
  line-height: 1.4;
}
td ul li:last-child, th ul li:last-child {
  margin-bottom: 0;
}

tr:first-of-type th {
  border-top: 1px solid var(--color-box-accent, #eee);
  border-bottom: 1px solid var(--color-box-accent, #eee);
}

.condensed-list li {
  margin: 0;
}

ol.alt-counter {
  list-style-type: none;
  counter-reset: item;
  margin-left: -1em;
}

ol li {
  counter-increment: item;
}

ol li::before {
  content: counter(item) ") ";
}

.breakout-wide {
  width: 92vw;
  transform: translateX(-50%);
  margin-left: 50%;
}

.stream-header {
  width: 100dvw;
  transform: translateX(-50%);
  margin-left: 50%;
  overflow: hidden;
  background-color: rgb(240, 230, 210);
  border-bottom: 1px solid rgb(220, 210, 190);
  padding-bottom: 2rem;
}
.stream-header .stream-subtitle {
  font-size: 2rem;
}

.endorsements {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
}
.endorsements .endorsement {
  max-width: 300px;
  font-style: italic;
  font-size: 1.2rem;
  background-color: var(--color-box-bg);
  border-radius: 8px;
  padding: 1em;
}
.endorsements .endorsement img {
  display: block;
  width: 80px;
  margin: 0 auto 0.75em;
  padding-right: 15px;
}
@media (max-width: 799px) {
  .endorsements .endorsement {
    max-width: 400px;
  }
}

.borderless-table-selector + table {
  border: none;
}
.borderless-table-selector + table th, .borderless-table-selector + table td {
  border: none;
}

.table-toggle {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.table-toggle:hover {
  opacity: 0.6;
}

.statement {
  background-color: var(--color-box-bg);
  border: 1px solid var(--color-box-accent);
  border-radius: 8px;
  padding: 1em;
  margin-top: 1em;
  margin-bottom: 2em;
  font-style: italic;
  font-size: 1.2rem;
}
.statement p {
  margin: 0;
}

* {
  margin: 0;
  padding: 0;
}

/* clearfix hack after Cederholm (group class name) */
.group:after {
  content: "";
  display: table;
  clear: both;
}

html, body {
  height: 100%;
}

html {
  text-align: baseline;
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 800px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 900px) {
  html {
    font-size: 13px;
  }
}
@media screen and (min-width: 1000px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 1100px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 1300px) {
  html {
    font-size: 17px;
  }
}
.mjx-math {
  font-size: 1.3rem;
}

a {
  color: #a00000;
  text-decoration: none;
}

p > a, cite > a, span > a {
  color: #111;
  text-decoration: none;
  background: -webkit-linear-gradient(#fffff8, #fffff8), -webkit-linear-gradient(#fffff8, #fffff8), -webkit-linear-gradient(currentColor, currentColor);
  background: linear-gradient(#fffff8, #fffff8), linear-gradient(#fffff8, #fffff8), linear-gradient(currentColor, currentColor);
  -webkit-background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  -moz-background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  text-shadow: 0.03em 0 #fffff8, -0.03em 0 #fffff8, 0 0.03em #fffff8, 0 -0.03em #fffff8, 0.06em 0 #fffff8, -0.06em 0 #fffff8, 0.09em 0 #fffff8, -0.09em 0 #fffff8, 0.12em 0 #fffff8, -0.12em 0 #fffff8, 0.15em 0 #fffff8, -0.15em 0 #fffff8;
  background-position: 0% 93%, 100% 93%, 0% 93%;
}

body {
  margin-left: auto;
  margin-right: auto;
  font-family: ETBembo, "Chronicle Text G2", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  background-color: #fffff8;
  color: #111;
  max-width: 900px;
  counter-reset: sidenote-counter;
}

h1 {
  font-weight: 400;
  margin-top: 1.568rem;
  margin-bottom: 1.568rem;
  font-size: 2.4rem;
}

h2 {
  font-weight: 400;
  margin-top: 1.8666666667rem;
  margin-bottom: 0;
  font-size: 2rem;
}

h3 {
  font-weight: 400;
  font-size: 1.7rem;
  margin-top: 2.1777777778rem;
  margin-bottom: 0;
}

p .subtitle {
  font-style: italic;
  margin-top: 2.1777777778rem;
  margin-bottom: 2.1777777778rem;
  font-size: 1.8rem;
  display: block;
  line-height: 1.0888888889;
}

p, td, ol, ul {
  font-size: 1.1rem;
}

p, li {
  line-height: 1.55rem;
  margin-top: 1.4rem;
  padding-right: 2rem;
  vertical-align: baseline;
}

/* Chapter Epigraphs */
div.epigraph {
  margin: 3.5636rem 0;
}

div.epigraph > blockquote {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

div.epigraph > blockquote, div.epigraph > blockquote > p {
  font-style: italic;
}

div.epigraph > blockquote > footer {
  font-style: normal;
  padding-left: 2.5%;
  padding-right: 2.5%;
  padding-top: 0;
  margin-top: 0.4455rem;
  margin-bottom: 3.1182rem;
}

div.epigraph > blockquote > footer > cite {
  font-style: italic;
}

/* end chapter epigraphs styles */
blockquote p, blockquote footer {
  padding-left: 2.5%;
  padding-right: 2.5%;
}

blockquote footer {
  font-size: 1.1rem;
  line-height: 1.78181818;
  margin-top: 1.78181818rem;
  margin-bottom: 1.78181818rem;
  text-align: right;
}

/* blockquote footer { width: 45%;
                    text-align: right; }
*/
.sans {
  font-family: "Gill Sans", "Gill Sans MT", "Gotham Narrow", "Lato", Calibri, sans-serif;
  letter-spacing: 0.03em;
}

pre, pre code, p code, p pre code {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 1.2rem;
  line-height: 1.71428571;
  margin-top: 1.71428571rem;
}

h1 code, h2 code, h3 code {
  font-size: 0.8em;
}

/*-- Table styling section - For Tufte-Jekyll, booktabs style is default for Markdown tables  --*/
table, table.booktabs {
  width: auto;
  border-spacing: 0px;
}

.booktabs th, th {
  border-bottom: 1px solid #333333;
  padding: 0.65ex 0.5em 0.4ex 0.5em;
  font-weight: normal;
}

th, td, td ul {
  font-size: 1.2rem;
  line-height: 1.71428571;
}

.booktabs th.cmid, th {
  border-bottom: 1px solid #737373;
}

.booktabs th.nocmid {
  border-bottom: none;
}

.booktabs tbody tr:first-child td, tr:first-child td {
  padding-top: 0.65ex;
} /* add space between thead row and tbody */
.booktabs td, td {
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: left;
}

.booktabs caption, caption {
  font-size: 90%;
  text-align: left;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1ex;
  caption-side: top;
}

.booktabs tbody tr, .booktabs thead tr th.l, .booktabs td.l {
  text-align: left !important;
}

.booktabs tbody tr, .booktabs thead tr th.c, .booktabs td.c {
  text-align: center !important;
}

.booktabs tbody tr, .booktabs thead tr th.r, .booktabs td.r {
  text-align: right !important;
}

.table-caption {
  float: right;
  clear: right;
  margin-right: -60%;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.96;
}

/* -- End of Table Styling section --*/
/* Basic Layout stuff --*/
article {
  position: relative;
  padding: 1rem 0 2.5rem;
}

@media (max-width: 960px) {
  article {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

ul, ol {
  -webkit-padding-start: 5%;
  -webkit-padding-end: 5%;
}

figure, figure img.maincolumn {
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin-bottom: 3em;
}

figcaption {
  float: right;
  clear: right;
  margin-right: -50%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6;
  vertical-align: baseline;
  position: relative;
}

figure.fullwidth figcaption {
  float: left;
  margin-right: 0%;
  margin-left: 33%;
  max-width: 100%;
}

img {
  max-width: 100%;
}

.sidenote, .marginnote {
  float: right;
  clear: right;
  margin-right: -60%;
  width: 50%;
  margin-top: 0;
  margin-bottom: 1.96rem;
  font-size: 1rem;
  line-height: 1.96;
  vertical-align: baseline;
  position: relative;
}

li .sidenote, li .marginnote {
  margin-right: -80%;
}

blockquote .sidenote, blockquote .marginnote {
  margin-right: -79%;
}

.sidenote-number {
  counter-increment: sidenote-counter;
}

.sidenote-number:after, .sidenote:before {
  content: counter(sidenote-counter) " ";
  font-family: et-bembo-roman-old-style;
  color: #a00000;
  position: relative;
  vertical-align: baseline;
}

.sidenote-number:after {
  content: counter(sidenote-counter);
  font-size: 1rem;
  top: -0.5rem;
  left: 0.1rem;
}

.sidenote:before {
  content: counter(sidenote-counter) ". ";
  color: #a00000;
  top: 0rem;
}

div.table-wrapper, table {
  overflow-x: auto;
}

@media screen and (max-width: 760px) {
  figcaption, figure.fullwidth figcaption {
    margin-right: 0%;
    max-width: none;
  }
  blockquote p, blockquote footer, div.epigraph > blockquote > footer, .MJXc-display {
    width: 80%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.marginnote code, .sidenote code {
  font-size: 1rem;
}

pre {
  padding-left: 2.5%;
  overflow-x: auto;
}

.fullwidth, li.listing div {
  max-width: 90%;
}

.full-width .sidenote, .full-width .sidenote-number, .full-width .marginnote {
  display: none;
}

span.newthought {
  font-variant: small-caps;
  font-size: 1.2em;
  letter-spacing: 0.05rem;
}

input.margin-toggle {
  display: none;
}

label.sidenote-number {
  display: inline;
}

label.margin-toggle:not(.sidenote-number) {
  display: none;
}

@media (max-width: 760px) {
  label.margin-toggle:not(.sidenote-number) {
    display: inline;
    color: #a00000;
  }
  .sidenote, .marginnote {
    display: none;
  }
  .margin-toggle:checked + .sidenote,
  .margin-toggle:checked + .marginnote {
    display: block;
    float: left;
    left: 1rem;
    clear: both;
    width: 95%;
    margin: 1rem 2.5%;
    vertical-align: baseline;
    position: relative;
  }
  label {
    cursor: pointer;
  }
  pre, pre code, p code, p pre code {
    width: 90%;
    padding: 0;
  }
  .table-caption {
    display: block;
    float: right;
    clear: both;
    width: 98%;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    margin-left: 1%;
    margin-right: 1%;
    vertical-align: baseline;
    position: relative;
  }
  div.table-wrapper {
    border-right: 1px solid #efefef;
  }
  img {
    max-width: 100%;
  }
  figcaption.maincolumn-figure, figure.fullwidth figcaption {
    float: none;
    text-align: center;
  }
  figure.fullwidth figcaption {
    margin-left: 0;
  }
}
/*--- End of Basic Layout stuff from tufte.css ---*/
/* -- Jekyll specific styling --*/
.contrast {
  color: #a00000;
}

.smaller {
  font-size: 80%;
}

header > nav.group, body footer {
  width: 95%;
  padding-top: 2rem;
}

nav.group a.active:before {
  content: "< ";
}

nav.group a.active:after {
  content: " >";
}

header > nav a {
  font-size: 1.2rem;
  font-family: "Gill Sans", "Gill Sans MT", "Gotham Narrow", "Lato", Calibri, sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #a00000;
  padding-top: 1.5rem;
  text-decoration: none;
  display: inline-block;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 2rem;
  vertical-align: baseline;
}

header > nav a img {
  height: 5rem;
  position: relative;
  max-width: 100%;
  top: -1.5rem;
}

ul.footer-links, .credits {
  list-style: none;
  text-align: center;
  margin: 0 auto;
}

ul.footer-links li {
  display: inline;
  padding: 0.5rem 0.25rem;
}

.credits {
  padding: 1rem 0rem;
}

.credits {
  font-family: "Gill Sans", "Gill Sans MT", "Gotham Narrow", "Lato", Calibri, sans-serif;
}
.credits a {
  color: #a00000;
}

body.full-width, .content-listing, ul.content-listing li.listing {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 0% 5%;
}

.full-width article p {
  width: 90%;
}

h1.content-listing-header {
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 1.8rem;
}

li.listing hr {
  width: 100%;
}

.listing, .listing h3 {
  display: inline-block;
  margin: 0;
}

li.listing {
  margin: 0;
}
li.listing p {
  width: 100%;
}

li.listing:last-of-type {
  border-bottom: none;
  margin-bottom: 1.4rem;
}

li.listing h3.new {
  text-transform: uppercase;
  font-style: normal;
}

hr.slender {
  border: 0;
  height: 1px;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

@media screen {
  .print-footer {
    display: none;
  }
}
@media print {
  * {
    -webkit-transition: none !important;
    transition: none !important;
  }
  *,
  *:before,
  *:after {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  @page {
    margin: 0.75in 0.5in 0.75in 0.5in;
    orphans: 4;
    widows: 2;
  }
  body {
    font-size: 12pt;
  }
  html body span.print-footer {
    font-family: "Gill Sans", "Gill Sans MT", "Gotham Narrow", "Lato", Calibri, sans-serif;
    font-size: 9pt;
    margin-top: 22.4pt;
    padding-top: 4pt;
    border-top: 1px solid #000;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 4;
    widows: 4;
  }
  article h2, article h2 h3, article h3, article h3 h4, article h4, article h4 h5 {
    page-break-after: avoid;
  }
  body header, body footer {
    display: none;
  }
}
/* --- Icomoon icon fonts CSS --*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?pmc8bw");
  src: url("../fonts/icomoon.eot?pmc8bw#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?pmc8bw") format("truetype"), url("../fonts/icomoon.woff?pmc8bw") format("woff"), url("../fonts/icomoon.svg?pmc8bw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail3:before {
  content: "\ea85";
}

.icon-amazon:before {
  content: "\ea87";
}

.icon-google2:before {
  content: "\ea89";
}

.icon-facebook2:before {
  content: "\ea91";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-rss2:before {
  content: "\ea9c";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-vimeo2:before {
  content: "\eaa1";
}

.icon-lanyrd:before {
  content: "\eaa2";
}

.icon-flickr3:before {
  content: "\eaa5";
}

.icon-behance2:before {
  content: "\eaa9";
}

.icon-dropbox:before {
  content: "\eaae";
}

.icon-github:before {
  content: "\eab0";
}

.icon-blogger2:before {
  content: "\eab8";
}

.icon-soundcloud2:before {
  content: "\eac4";
}

.icon-skype:before {
  content: "\eac5";
}

.icon-reddit:before {
  content: "\eac6";
}

.icon-linkedin:before {
  content: "\eac9";
}

.icon-pinterest:before {
  content: "\ead1";
}

.icon-paypal:before {
  content: "\ead8";
}

.icon-html-five:before {
  content: "\eae4";
}

/*-- End of Icomoon icon font section --*/

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