@charset "UTF-8";
.simple-notification-wrapper {
  z-index: 1002 !important;
}
.custom-drop-zone {
  height: 100px;
  border: dashed 2px #b8b5b6;
  border-radius: 0;
}
.custom-drop-zone .content {
  color: black !important;
}
.custom-drop-zone.over {
  background-color: #e3f9d7 !important;
  cursor: copy;
}
body, html {
  height: initial;
}
.post {
  font-size: 1.25rem;
}
.post p, .post .publication-metadata, .post li, .post td, .post th {
  font-size: 1.25rem;
  line-height: 1.9;
}
.post p, .post .hidden-section {
  text-align: justify;
  margin: 0 0 2em;
  line-height: 1.9;
}
.post p:last-child {
  margin-bottom: 0;
}
.post .hider.closed {
  margin-bottom: 35px;
}
.post p + ul, .post p + ol {
  margin-top: -1em;
  margin-bottom: 2em;
}
.post li + li {
  margin-top: 1em;
}
.post ol .post ol, .post ol .post ul, .post ul .post ol, .post ul .post ul {
  margin-top: 1em;
}
.post .toc ol, .post .toc ul {
  margin-top: initial;
}
.post .toc li + li {
  margin-top: initial;
}
.post figure {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}
.post figure.ui.grid {
  margin-left: 0;
  margin-right: 0;
}
.post figure.no-max-height img {
  max-height: none;
}
.post figure.embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.post figure.embed iframe, .post figure.embed object, .post figure.embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .post figure[data-items-per-row="2"] img {
    max-width: calc(100% / 2 - .25rem) !important;
  }
  .post figure[data-items-per-row="3"] img {
    max-width: calc(100% / 3 - .25rem * 2) !important;
  }
  .post figure[data-items-per-row="4"] img {
    max-width: calc(100% / 4 - .25rem * 3) !important;
  }
  .post figure[data-items-per-row="5"] img {
    max-width: calc(100% / 5 - .25rem * 4) !important;
  }
}
@media screen and (max-width: 767px) {
  .post figure article figure:not(.carousel) img {
    display: block !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.post figure img {
  max-height: 400px;
  height: auto !important;
  width: auto !important;
}
.post figure .images.row:not(:first-child), .post figure .images.row:not(:first-child):not(.last) {
  padding-top: 0 !important;
}
.post figure .images.row:first-child:not(.last), .post figure .images.row:not(:first-child):not(.last) {
  padding-bottom: 0 !important;
}
.post figure .images.row a:first-child img {
  margin-left: 0;
}
.post figure .images.row a:last-child img {
  margin-right: 0;
}
.post figure .caption.row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.post figure iframe, .post figure video {
  display: block;
  margin: 0 auto;
}
.post .carousel .item img {
  max-height: 400px;
  height: auto !important;
  width: auto !important;
}
.post .carousel .slick-prev {
  left: 15px;
}
.post .carousel .slick-prev:before {
  color: black !important;
}
.post .carousel .slick-next {
  right: 15px;
}
.post .carousel .slick-next:before {
  color: black !important;
}
.post .carousel-caption, .post figure figcaption {
  font-size: 1.25rem;
  text-align: center;
  font-style: italic;
}
.post .carousel-caption {
  margin-top: 1rem;
}
.post .highlight {
  font-variant: small-caps;
  text-align: center;
  font-size: 1.5em;
  color: #ff4906;
  margin: 1.25em 5% 1.75em 5%;
}
.post .highlight .tweet-this {
  position: absolute;
  bottom: -1em;
  right: 0;
  left: 0;
  font-variant: initial;
  font-size: 1rem;
}
.post .highlight .tweet-this .icon {
  font-size: 1.5rem;
  line-height: 1;
  vertical-align: bottom;
}
.post pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 1rem;
  margin: 0 0 2em;
}
.post blockquote {
  border: none;
  position: relative;
  padding: 1em 30px;
  quotes: "“" "”" "‘" "’";
}
.post blockquote:before {
  display: block;
  content: open-quote;
  font-size: 80px;
  position: absolute;
  left: -5px;
  top: 0;
  color: #7a7a7a;
  line-height: 1;
}
.post blockquote:after {
  display: block;
  content: close-quote;
  font-size: 80px;
  position: absolute;
  right: -5px;
  bottom: -40px;
  color: #7a7a7a;
  line-height: 1;
}
.post blockquote cite {
  display: block;
  margin-top: 10px;
}
.post blockquote cite:before {
  content: "—";
  margin-right: 5px;
}
.post table {
  margin: 2em 0 !important;
}
.post .latex {
  font-family: Times, "Times New Roman", serif;
  letter-spacing: 1px;
  font-size: 1em;
}
.post .latex sup {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.75em;
  vertical-align: -0.3em;
  margin-left: -0.47em;
  margin-right: -0.25em;
}
.post .latex sub {
  text-transform: uppercase;
  margin-left: -0.1667em;
  margin-right: -0.15em;
  vertical-align: 0.05em;
  font-size: 1em;
}
.post h2[id], .post h3[id], .post h4[id], .post h5[id], .post h6[id] {
  padding-top: calc(2rem - .14285714em + 40px);
  margin-top: calc(-1.25rem + .14285714em - 40px);
}
.post .toctitle {
  line-height: 1.28571429em;
  font-size: 1.71428571rem;
  font-weight: 700;
}
.post h2, .post h3, .post h4, .post h5, .post h6, .post .toctitle {
  margin: calc(2rem - .14285714em) 0 1rem 0;
}
.post .headerlink {
  margin-left: 10px;
  opacity: 0;
}
.post .headerlink:hover {
  opacity: 1;
}
@media only screen and (min-width: 1050px) {
  .post .overflow {
    position: relative;
    left: -25%;
    right: 25%;
    width: 150%;
    max-width: 100vw;
  }
}
.post .overflow.scroll {
  overflow-x: scroll;
  margin: 2em 0;
}
.post .overflow.scroll table {
  margin: 0 !important;
}
.post .footnote, .post .footnote li, .post .footnote p {
  font-size: 1rem;
}
.no-margin {
  margin: 0;
}
.m {
  margin: 16px;
}
.m-xs {
  margin: 4px;
}
.m-sm {
  margin: 8px;
}
.m-md {
  margin: 24px;
}
.m-lg {
  margin: 32px;
}
.m-v-xs {
  margin-top: 4px;
  margin-bottom: 4px;
}
.m-v-sm {
  margin-top: 8px;
  margin-bottom: 8px;
}
.m-v {
  margin-top: 16px;
  margin-bottom: 16px;
}
.m-v-md {
  margin-top: 24px;
  margin-bottom: 24px;
}
.m-v-lg {
  margin-top: 32px;
  margin-bottom: 32px;
}
.m-h-xs {
  margin-left: 4px;
  margin-right: 4px;
}
.m-h-sm {
  margin-left: 8px;
  margin-right: 8px;
}
.m-h {
  margin-left: 16px;
  margin-right: 16px;
}
.m-h-md {
  margin-left: 24px;
  margin-right: 24px;
}
.m-h-lg {
  margin-left: 32px;
  margin-right: 32px;
}
.m-t {
  margin-top: 16px;
}
.m-t-xs {
  margin-top: 4px;
}
.m-t-sm {
  margin-top: 8px;
}
.m-t-md {
  margin-top: 24px;
}
.m-t-lg {
  margin-top: 32px;
}
.m-r {
  margin-right: 16px;
}
.m-r-xs {
  margin-right: 4px;
}
.m-r-sm {
  margin-right: 8px;
}
.m-r-md {
  margin-right: 24px;
}
.m-r-lg {
  margin-right: 32px;
}
.m-b {
  margin-bottom: 16px;
}
.m-b-xs {
  margin-bottom: 4px;
}
.m-b-sm {
  margin-bottom: 8px;
}
.m-b-md {
  margin-bottom: 24px;
}
.m-b-lg {
  margin-bottom: 32px;
}
.m-l {
  margin-left: 16px;
}
.m-l-xs {
  margin-left: 4px;
}
.m-l-sm {
  margin-left: 8px;
}
.m-l-md {
  margin-left: 24px;
}
.m-l-lg {
  margin-left: 32px;
}
.m-n {
  margin: -16px;
}
.m-h-n {
  margin-left: -16px;
  margin-right: -16px;
}
.m-v-n {
  margin-top: -16px;
  margin-bottom: -16px;
}
.m-l-n {
  margin-left: -16px;
}
.m-r-n {
  margin-right: -16px;
}
.m-t-n {
  margin-top: -16px;
}
.m-b-n {
  margin-bottom: -16px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
