@import url(//fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic%7CPlayfair+Display:400,400italic,700,700italic);
button, input[type=button], input[type=reset], input[type=submit],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  border-radius: 3px;
  border: 1;
  border-color: #999;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "elza-text", "sans-serif";
  font-size: 0.8em;
  text-transform: uppercase;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
button:hover, button:focus, input[type=button]:hover, input[type=button]:focus, input[type=reset]:hover, input[type=reset]:focus, input[type=submit]:hover, input[type=submit]:focus,
button:hover,
button:focus {
  color: #fff;
}
button:disabled, input[type=button]:disabled, input[type=reset]:disabled, input[type=submit]:disabled,
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

fieldset {
  background-color: rgb(246.5, 246.5, 246.5);
  border: 1px solid #ddd;
  margin: 0 0 14.4px;
  padding: 28.8px;
}

input,
label,
select {
  display: block;
  font-family: "elza-text", "sans-serif";
  font-size: 16px;
}

label {
  font-weight: 600;
  margin-bottom: 7.2px;
}
label.required::after {
  content: "*";
}
label abbr {
  display: none;
}

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "elza-text", "sans-serif";
  font-size: 16px;
  margin-bottom: 14.4px;
  padding: 9.6px;
  transition: border-color;
  width: 100%;
}
input[type=color]:hover, input[type=date]:hover, input[type=datetime]:hover, input[type=datetime-local]:hover, input[type=email]:hover, input[type=month]:hover, input[type=number]:hover, input[type=password]:hover, input[type=search]:hover, input[type=tel]:hover, input[type=text]:hover, input[type=time]:hover, input[type=url]:hover, input[type=week]:hover, textarea:hover,
select[multiple=multiple]:hover,
textarea:hover {
  border-color: rgb(195.5, 195.5, 195.5);
}
input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, textarea:focus,
select[multiple=multiple]:focus,
textarea:focus {
  border-color: rgb(35.1, 156.6, 86.4);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(30.4309859155, 135.7690140845, 74.9070422535, 0.7);
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
  margin-right: 7.2px;
}

input[type=file] {
  padding-bottom: 14.4px;
  width: 100%;
}

select {
  margin-bottom: 28.8px;
  max-width: 100%;
  width: auto;
}

.site-footer .site-contact ul, .site-footer .site-navigation ul, .page-content .page ul.posts-list, .page-content ul.post-list, ul.default,
.page-content .page ol.posts-list,
.page-content ol.post-list,
ol.default {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: disc;
  margin-bottom: 14.4px;
  padding-left: 28.8px;
}

ol {
  list-style-type: decimal;
  margin-bottom: 14.4px;
  padding-left: 28.8px;
}

dl {
  margin-bottom: 14.4px;
}
dl dt {
  font-weight: bold;
  margin-top: 14.4px;
}
dl dd {
  margin: 0;
}

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 14.4px 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid rgb(182.75, 182.75, 182.75);
  font-weight: 600;
  padding: 14.4px 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 14.4px 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "elza-text", "sans-serif";
  font-size: 16px;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "adobe-caslon-pro", "serif";
  font-size: 16px;
  line-height: 1.3;
  margin: 1rem 0 0.5rem;
  font-weight: 400;
}

h1 {
  font-size: 2.48832em;
}

h2 {
  font-size: 2.0736em;
}

h3 {
  font-size: 1.728em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 0.8333333333em;
}

h6 {
  font-size: 0.6944444444em;
}

h2, h3, h4, h5, h6 {
  margin-top: 1em;
}

div.post-meta + h2 {
  margin-top: 0.1em;
}

p {
  margin: 0 0 14.4px;
}

a {
  color: rgb(35.1, 156.6, 86.4);
  text-decoration: none;
}
a:active, a:focus, a:hover {
  color: rgb(25.761971831, 114.938028169, 63.414084507);
  text-decoration: underline;
}
a:active, a:focus {
  outline: none;
}

a.nodecor {
  color: #000;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 28.8px 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/*
*	Variables
*/
/*
*	Globals
*/
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

blockquote {
  color: #999;
  font-style: italic;
  border-left: 2px solid #ddd;
  margin-left: 0;
  padding-left: 3em;
}

.page-divider {
  display: block;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #ddd;
}
.page-divider .one {
  position: relative;
  top: -9px;
  display: block;
  background: #ddd;
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
}
.page-divider .two {
  position: relative;
  top: -26px;
  display: block;
  background: #fff;
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
}

.tooltip {
  border-bottom: 1px dotted #999;
}

.site-header-container, .post-header-container {
  width: 100%;
  text-align: center;
}
.site-header-container.has-cover, .post-header-container.has-cover {
  color: #fff;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.67) !important;
  background-position: 50% 50%;
  background-size: cover;
}
.site-header-container.has-cover .title, .post-header-container.has-cover .title {
  font-size: 2.985984em;
  margin: 0;
  margin-top: 0.2em;
  line-height: 1;
}
.site-header-container.has-cover .info, .post-header-container.has-cover .info {
  font-size: 1.2em;
}
.site-header-container .subtitle, .post-header-container .subtitle {
  font-style: italic;
  font-family: "adobe-caslon-pro", "serif";
  font-weight: 400;
  font-size: 1.2em;
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .site-header-container .subtitle, .post-header-container .subtitle {
    font-size: 1.44em;
  }
}

.site-header-container .scrim {
  padding: 3em 1em;
}
.site-header-container .scrim.has-cover {
  padding: 2em 1em !important;
}
@media screen and (min-width: 768px) {
  .site-header-container .scrim.has-cover {
    padding: 3em 1em !important;
    padding-bottom: 2.5em !important;
  }
}

.post-header-container .scrim {
  padding: 3em 1em;
}
.post-header-container .scrim.has-cover {
  padding: 2em 1em !important;
}
@media screen and (min-width: 768px) {
  .post-header-container .scrim.has-cover {
    padding: 5em 1em !important;
  }
}

/*
*	Header
*/
.navigation {
  box-shadow: 0 2px rgb(107.667, 189.072, 142.038);
  padding: 0 1em;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1;
  /*
  *	Navigation Menu - http://refills.bourbon.io/unstyled/ (see "Navigation")
  */
}
.navigation .navigation-menu-button {
  display: block;
  float: right;
  margin: 0;
  font-size: 1.5em;
  padding-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .navigation .navigation-menu-button {
    display: none;
  }
}
.navigation .navigation-wrapper {
  max-width: 48em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.navigation .navigation-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.navigation .navigation-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.navigation .logo {
  float: left;
  height: 4em;
  padding: 1em 1em;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .navigation .logo {
    padding-left: 16px;
  }
}
.navigation .logo img {
  max-height: 2.5em;
  margin-top: 0.75em;
  padding-right: 1em;
}
.navigation .logo span {
  font-size: 1.25em;
  font-family: "adobe-caslon-pro", "serif";
  font-style: italic;
}
.navigation nav {
  float: none;
  padding: 1.25em 0;
}
@media screen and (min-width: 768px) {
  .navigation nav {
    float: right;
    line-height: 1.5em;
  }
}
.navigation ul.navigation-menu {
  clear: both;
  display: none;
  margin: 0 auto;
  overflow: visible;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .navigation ul.navigation-menu {
    display: block;
    margin: 0;
    padding: 0;
  }
}
.navigation ul.navigation-menu.show {
  display: block;
}
.navigation ul li.navigation-link {
  display: block;
  text-align: right;
  width: 100%;
  padding: 0.25em 0;
}
@media screen and (min-width: 768px) {
  .navigation ul li.navigation-link {
    background: transparent;
    display: inline;
    text-decoration: none;
    width: auto;
  }
}
.navigation li.navigation-link a {
  display: inline-block;
  text-transform: uppercase;
  font-family: "elza-narrow", "sans-serif";
}
@media screen and (min-width: 768px) {
  .navigation li.navigation-link a {
    padding-right: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .navigation li.navigation-link:last-child a {
    padding-right: 1em;
  }
}

/*
*	Body
*/
.page-content {
  margin-top: 66px;
  /*
  *	index.html
  */
  /*
  *	Posts
  */
  /*
  *	Pages
  */
}
.page-content .wrapper {
  max-width: 48em;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
}
.page-content .wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.page-content .post-list {
  padding-top: 1em !important;
}
.page-content .post-meta {
  max-width: 48em;
  margin-left: auto;
  margin-right: auto;
  color: #999;
}
.page-content .post-meta::after {
  clear: both;
  content: "";
  display: table;
}
.page-content .post-meta .post-date {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
  text-align: left;
  font-size: 0.9em;
  text-transform: uppercase;
}
.page-content .post-meta .post-date:last-child {
  margin-right: 0;
}
.page-content .post-meta .post-categories {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
  margin-right: 0;
  text-align: right;
  font-size: 0.9em;
}
.page-content .post-meta .post-categories:last-child {
  margin-right: 0;
}
.page-content .post-meta .post-read-more {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
}
.page-content .post-meta .post-read-more:last-child {
  margin-right: 0;
}
.page-content .pagination {
  padding-top: 2em;
  text-align: center;
  justify-content: center;
  color: #999;
}
.page-content .pagination .page-number {
  padding: 0 1em;
}
.page-content .pagination a.newer-posts {
  text-decoration: none;
}
.page-content .site-header-container {
  color: #fff;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.33);
  background-color: rgb(107.667, 189.072, 142.038);
}
.page-content .site-header-container .site-header .title {
  font-size: 2.985984em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .page-content .site-header-container .site-header .title {
    font-size: 4.29981696em;
  }
}
.page-content .site-header-container .site-header .subtitle {
  font-style: italic;
  font-family: "adobe-caslon-pro", "serif";
  font-weight: 400;
  font-size: 1.44em;
}
@media screen and (min-width: 768px) {
  .page-content .site-header-container .site-header .subtitle {
    font-size: 1.728em;
  }
}
.page-content img {
  display: block;
  margin: auto;
  width: 90%;
}
.page-content .post ul {
  margin-bottom: 1em;
}
.page-content .post .post-header-container .scrim {
  padding: 2em 1em 1em 1em;
}
.page-content .post .post-meta {
  padding-bottom: 1em;
}
.page-content .post .post-content {
  padding: 1em 0;
}
.page-content .post .tags {
  font-size: 0.9em;
}
.page-content .post .rss {
  margin: 1em 0 0 0;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}
.page-content .post .rss:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .page-content .post .rss {
    margin: 1em 0;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .page-content .post .rss:last-child {
    margin-right: 0;
  }
}
.page-content .post .share {
  font-weight: bold;
  margin: 0 0 1em 0;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}
.page-content .post .share:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .page-content .post .share {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    margin: 1em 0;
    text-align: right;
  }
  .page-content .post .share:last-child {
    margin-right: 0;
  }
}
.page-content .post .share a {
  width: 1em;
  padding: 0 0.25em;
  text-decoration: none;
}
.page-content .post .disqus {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}
.page-content .post .disqus:last-child {
  margin-right: 0;
}
.page-content .post .post-navigation {
  font-size: 0.9em;
  display: flex;
  flex-wrap: nowrap;
  column-gap: 1em;
  justify-content: space-between;
  width: 100%;
}
.page-content .post .post-navigation .prev-post {
  display: flex;
  align-items: center;
  width: 50%;
  flex: 1 1 0;
  margin: 1em 0;
  justify-content: flex-start;
}
.page-content .post .post-navigation .next-post {
  display: flex;
  align-items: center;
  width: 50%;
  flex: 1 1 0;
  margin: 1em 0;
  text-align: right;
  justify-content: flex-end;
}
.page-content .post .post-navigation .prev-post a,
.page-content .post .post-navigation .next-post a {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 0.5em;
  text-decoration: none;
  min-width: 0;
}
.page-content .post .post-navigation .next-post a {
  justify-items: end;
  text-align: right;
}
.page-content .post .post-navigation .prev-post a {
  justify-items: start;
  text-align: left;
}
.page-content .post .post-navigation .page-number {
  overflow-wrap: anywhere;
}
.page-content .page .post-header {
  padding: 0.5em 1em 1em 1em;
  text-align: center;
}
.page-content .page .posts-list li {
  padding: 0.4822530864em;
  padding-left: 0;
}
.page-content .page .posts-list .desc {
  font-size: 0.9em;
}
.page-content .page .posts-list .post-date {
  color: #999;
}
.page-content .page .profile {
  max-width: 320px;
  margin: auto;
  padding-bottom: 0.5em;
}

/*
*	Footer
*/
.site-footer {
  margin-top: 5em;
  padding: 1em 1em 2em 1em;
  background-color: rgb(107.667, 189.072, 142.038);
  color: #fff;
  /*
  *	Site Navigation (left)
  */
  /*
  *	Contact Info (center)
  */
  /*
  *	Site Description/Signature (right)
  */
}
.site-footer a {
  color: #fff;
}
.site-footer a:active, .site-footer a:focus, .site-footer a:hover {
  color: rgb(229.5, 229.5, 229.5);
}
.site-footer a:active, .site-footer a:focus {
  outline: none;
}
.site-footer .wrapper {
  max-width: 48em;
  margin-left: auto;
  margin-right: auto;
}
.site-footer .wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.site-footer .site-navigation {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  font-size: 0.9em;
}
.site-footer .site-navigation:last-child {
  margin-right: 0;
}
@media screen and (min-width: 480px) {
  .site-footer .site-navigation {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .site-footer .site-navigation:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .site-footer .site-navigation {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .site-footer .site-navigation:last-child {
    margin-right: 0;
  }
}
.site-footer .site-contact {
  margin-top: 1em;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  font-size: 0.9em;
}
.site-footer .site-contact:last-child {
  margin-right: 0;
}
@media screen and (min-width: 480px) {
  .site-footer .site-contact {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    margin-top: 0;
    margin-right: 0;
  }
  .site-footer .site-contact:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .site-footer .site-contact {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-top: 0;
  }
  .site-footer .site-contact:last-child {
    margin-right: 0;
  }
}
.site-footer .site-contact i {
  width: 1.25em;
  text-align: center;
}
.site-footer .site-signature {
  margin-top: 1em;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  font-size: 0.9em;
}
.site-footer .site-signature:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .site-footer .site-signature {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-right: 0;
    margin-top: 0;
  }
  .site-footer .site-signature:last-child {
    margin-right: 0;
  }
}
.site-footer .site-signature a {
  text-decoration: underline;
}

pre.bibtex {
  background: #f3f3f3;
  line-height: 1.3;
  overflow: auto;
  display: hide;
  margin-top: 10px;
}

ol > li {
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.embed-video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16/9 ratio */
  padding-top: 30px; /* IE6 workaround*/
  height: 0;
  overflow: hidden;
}

.embed-video-container iframe,
.embed-video-container object,
.embed-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footnotes {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  font-size: 13px;
}

.category-list {
  background-color: rgb(246.5, 246.5, 246.5);
  border: 1px solid #ddd;
  margin: 50px 0 30px 0;
  padding: 28.8px;
  font-size: 14px;
}

.center {
  display: block;
  margin: 0 auto 1.5em;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 1.5em;
  margin-left: auto;
  padding: 0 10px;
  align-self: center;
}

.flexcontainer {
  display: flex;
  flex-wrap: wrap;
}

.flexcontainer img {
  padding-bottom: 1em;
}

figcaption {
  font-size: 15px;
  text-align: center;
  font-style: italic;
}

.light-border {
  border: 1px solid #ddd;
}

.flex-images {
  overflow: hidden;
}

.flex-images .item {
  float: left;
  margin: 4px;
  border: 1px solid #eee;
  box-sizing: content-box;
  overflow: hidden;
  position: relative;
}

.flex-images .item img {
  display: block;
  width: auto;
  height: 100%;
}

.wide {
  max-width: 100em !important;
}

.medwide {
  max-width: 70em !important;
}

.gray {
  color: #999;
}

.btn-xs {
  padding: 1px 5px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 3px !important;
}

a#xxs.btn {
  color: rgb(40, 96, 144);
  border-color: rgb(40, 96, 144);
}
a#xxs.btn:focus {
  color: rgb(40, 96, 144);
  text-decoration: none;
}
a#xxs.btn:hover {
  color: white;
  background-color: rgb(40, 96, 144);
}

a#readmore.btn {
  text-transform: uppercase;
  color: rgb(35.1, 156.6, 86.4);
  border-color: rgb(35.1, 156.6, 86.4);
  font-size: 0.8em;
}
a#readmore.btn:focus {
  color: rgb(35.1, 156.6, 86.4);
  text-decoration: none;
}
a#readmore.btn:hover {
  color: white;
  background-color: rgb(35.1, 156.6, 86.4);
}

.sub-nav > a.btn:hover {
  color: black;
  text-shadow: none;
}
.sub-nav > a.btn:focus {
  color: white;
  text-shadow: none;
  text-decoration: none;
}

video {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

mjx-mtd {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* If they're not truly empty but contain only spacing elements */

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