@import url(https://use.typekit.net/qsi4ejd.css);
@import url(https://use.typekit.net/qsi4ejd.css);
@import url(https://use.typekit.net/qsi4ejd.css);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'myricon';
  src: url('/assets/fonts/myricon.eot');
  /* IE9 Compat Modes */
  src: url('/assets/fonts/myricon.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/assets/fonts/myricon.woff') format('woff'), /* Pretty Modern Browsers */ url('/assets/fonts/myricon.ttf') format('truetype'), /* Safari, Android, iOS */ url('/assets/fonts/myricon.svg#myricon') format('svg');
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:focus {
  outline: none;
}
#ie-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #434651;
  z-index: 99999999999;
  background-position: center;
  background-size: auto 100vh;
  background-repeat: repeat-x;
  background-image: url(/5dddd62e949b779d13b5ffb14b2c9a0b.svg);
}
#ie-overlay .overlay-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
}
#ie-overlay .overlay-contents .overlay-logo {
  font-family: 'myricon';
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 64px;
  margin-bottom: 30px;
}
#ie-overlay .overlay-contents .overlay-message {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
#ie-overlay .overlay-contents .overlay-fathom {
  position: relative;
  width: 200px;
  height: 100px;
  margin: 60px auto 0;
}
#ie-overlay .overlay-contents .overlay-fathom:before,
#ie-overlay .overlay-contents .overlay-fathom:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition: opacity 0.15s ease-in-out;
}
#ie-overlay .overlay-contents .overlay-fathom:before {
  opacity: 1;
  background-image: url(/36ae8db3087518bc120f27e22ba001bb.svg);
}
#ie-overlay .overlay-contents .overlay-fathom:after {
  opacity: 0;
  background-image: url(/d1e82ecd02e79ee1a9f4d45edc801cee.svg);
}
#ie-overlay .overlay-contents .overlay-fathom:hover:after {
  opacity: 1;
}
a,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
}
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  color: #000014;
  font-family: transat-text, sans-serif;
}
body.frozen {
  overflow: hidden;
}
::-webkit-selection {
  background: #ffcdb2;
}
::-moz-selection {
  background: #ffcdb2;
}
::selection {
  background: #ffcdb2;
}
.single-article {
  padding-top: 90px;
}
.single-article .show-bar {
  width: auto;
  height: 50px;
  line-height: 50px;
  padding: 1px 15px 0;
  font-size: 20px;
  color: #ffffff;
  background-color: transparent;
}
.single-article .show-bar .show-hamburger {
  display: none;
}
.single-article .show-bar .show-logo {
  display: block;
}
.top-bar {
  height: 50px;
  background-color: #eb8b65;
  width: 100vw;
  position: fixed;
  z-index: 99999999;
  top: 0;
  transition: all 0s ease;
  transition-delay: 0s;
}
.top-bar__contents {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.15s ease-in-out;
}
.top-bar__contents > * .return-to-feed {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.top-bar--hidden {
  transition-delay: 0.1s;
  background-color: transparent;
  pointer-events: none;
  z-index: -1;
}
.top-bar--hidden .top-bar__contents {
  top: -20px;
  opacity: 0;
  pointer-events: none;
}
.top-bar.searching > * {
  -webkit-transform: translate(calc(-100% + 50px), 0);
          transform: translate(calc(-100% + 50px), 0);
}
.top-bar.searching .search-bar {
  color: #ffc8a3;
}
.top-bar.searching .return-to-feed {
  display: none;
  width: 200%;
  padding-left: calc(100% - 50px + 15px);
}
.top-bar.searching + .search-pane {
  display: block;
}
.actions {
  margin: auto;
  margin-right: 60px;
  position: relative;
  line-height: inherit;
  display: inline-block;
  transition: all 0.3s ease;
  white-space: nowrap;
  vertical-align: middle;
  height: 24px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.actions .divider {
  display: inline-block;
  height: 100%;
  width: 1px;
  background-color: #e6e6e8;
  margin: 0 16px;
}
.actions .action {
  text-align: center;
  display: inline-block;
  color: #9999a1;
  font-size: 15px;
  font-weight: 500;
  font-variant-caps: all-small-caps;
  text-transform: lowercase;
  letter-spacing: 0.02rem;
  top: -5px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.actions .pdf-link:before,
.actions .share:before {
  content: '';
  display: inline-block;
  position: relative;
  color: inherit;
  font-family: 'myricon';
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 13px;
  font-variant: normal;
  text-transform: lowercase;
  top: 1px;
}
.actions .pdf-link:before {
  content: 'p';
  margin-right: 6px;
}
.actions .share:before {
  content: 's';
  margin-right: 7px;
}
.share-popup {
  margin-top: 8px;
  padding: 16px;
  background-color: #555f95;
  width: auto;
  opacity: 0;
  pointer-events: none;
  z-index: 999999;
}
.share-popup:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 16px;
  border-left: 16px solid transparent;
  border-top: none;
  border-bottom: 16px solid;
  border-right: 16px solid transparent;
  background-color: transparent;
  color: #555f95;
  -webkit-transform: translate(-50%, -75%);
          transform: translate(-50%, -75%);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.share-popup--visible {
  opacity: 1;
  pointer-events: all;
}
.copy-to-clipboard,
.article-link {
  display: block;
  font-family: transat-text, sans-serif;
  font-weight: 500;
  color: #ffffff;
  outline: none;
  border: none;
  width: 184px;
  height: 32px;
  line-height: 24px;
  padding: 0 12px;
}
.copy-to-clipboard:focus,
.article-link:focus {
  outline: none;
}
.copy-to-clipboard {
  font-size: 15px;
  font-weight: 500;
  font-variant-caps: all-small-caps;
  text-transform: lowercase;
  letter-spacing: 0.02rem;
  height: 32px;
  line-height: 28px;
  border: 1px solid #eb8b65;
  background-color: transparent;
  color: #eb8b65;
  padding: 0 8px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  background-color: #8393df;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}
.copy-to-clipboard:focus {
  outline: none;
}
.copy-to-clipboard .copy-icon {
  font-family: 'myricon';
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
  font-variant-caps: normal;
  font-size: 12px;
  margin-right: 0.35rem;
}
.copy-to-clipboard.copied {
  cursor: default;
  color: #d3daff;
}
.article-link {
  font-size: 15px;
  color: #8490cb;
  background-color: #444f83;
  padding-right: 0;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.article-link::-webkit-selection {
  background: #555f95;
}
.article-link::-moz-selection {
  background: #555f95;
}
.article-link::selection {
  background: #555f95;
}
.show-bar,
.date-bar,
.search-bar {
  display: inline-block;
  height: 50px;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.date-bar {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  line-height: 50px;
  vertical-align: top;
  color: white;
  font-weight: 500;
  font-size: 18px;
  white-space: nowrap;
}
.date-bar .posts-from,
.date-bar .date-picker-wrap,
.date-bar .date-picker {
  height: inherit;
  line-height: inherit;
  vertical-align: top;
}
.date-bar .date-picker-wrap {
  display: inline-block;
  position: relative;
}
.date-bar .date-picker {
  -webkit-appearance: none;
  border: none;
  font-family: transat-text, sans-serif;
  background-color: transparent;
  padding-left: 0.35rem;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  position: relative;
}
.date-bar .date-picker:focus {
  outline: none;
}
.date-bar:before {
  content: '^';
  display: inline-block;
  position: relative;
  color: #c8654e;
}
.date-bar:before,
.date-toggle-exp {
  font-family: 'myricon';
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
}
.date-toggle-exp {
  display: none;
  color: #ffdcc2;
  font-size: 14px;
  top: 1px;
}
.posts-from {
  display: none;
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  top: 0px;
  bottom: 0px;
  color: #ffdcc2;
  font-size: inherit;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.posts-from .posts-from-icon {
  position: relative;
  display: none;
  vertical-align: top;
  font-family: 'myricon';
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  margin-right: 0.35rem;
}
.search-bar {
  position: absolute;
  left: calc(100% - 50px);
  width: 50px;
  font-family: 'myricon';
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 18px;
  color: #c8654e;
  text-align: center;
  line-height: 50px;
  transition: color 0.15s ease-in-out;
}
.search-bar.active {
  height: 40px;
  color: #c8654e;
}
.show-bar {
  right: 0;
  width: 50px;
  height: inherit;
  line-height: 50px;
  text-align: center;
  color: #c8654e;
  font-family: 'myricon';
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.show-hamburger {
  display: inline-block;
}
.show-logo {
  display: none;
}
.display-menu {
  width: 40vw;
  top: 50px;
  position: fixed;
  background-color: lightgray;
  right: 0;
}
.option-div {
  display: block;
}
.ui-mobile label {
  display: inline;
}
.figure-boxes {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  height: 50px;
  width: 100%;
  top: 0;
  left: 0;
  color: transparent;
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
  z-index: -1;
  background-color: #eb8b65;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.figure-boxes .boxes-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #c8654e;
  font-size: 18px;
  font-family: 'myricon';
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.figure-boxes .boxes-wrap {
  display: none;
  height: 20px;
  position: absolute;
  max-width: 200px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  opacity: 0;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.figure-boxes--visible {
  pointer-events: all;
  opacity: 1;
  z-index: 1;
}
.figure-boxes--visible .boxes-wrap {
  opacity: 1;
  margin-top: 0;
}
.figure-box {
  width: 12px;
  height: 16px;
  margin: 0 1px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  flex-shrink: 1;
}
.figure-box .figure-box-fill {
  background-color: #fdb48f;
  transition: all 0.3s ease;
}
.figure-box .figure-box-fill--active {
  height: 20px;
  background-color: #ffffff;
}
.paper-image-background {
  position: fixed;
  top: 50px;
  background: rgba(228, 228, 230, 0.9);
  bottom: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}
.paper-image-background--visible {
  opacity: 1;
}
#content {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 50px;
  width: 100%;
  bottom: 0;
  overflow: auto;
  padding: 30px 15px;
}
.paper-wrap {
  opacity: 1;
  transition: all 0.3s ease;
}
.paper-wrap--zooming {
  z-index: 999;
}
.paper-wrap--image-faded {
  pointer-events: none;
  opacity: 0;
}
.paper-wrap--faded .title,
.paper-wrap--faded .title h2,
.paper-wrap--faded .article-date,
.paper-wrap--faded .authors-wrap,
.paper-wrap--faded .info-container,
.paper-wrap--faded .actions {
  opacity: 0;
  pointer-events: none;
}
.paper {
  width: 100%;
  padding: 20px 0;
  z-index: 1001;
  position: relative;
}
.paper.hide {
  display: hidden;
}
.title,
.title h2 {
  display: inline-block;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 15px;
  letter-spacing: -0.01rem;
  padding: 0 10px 0 20px;
  transition: all 0.3s ease;
  color: #000014;
}
.title > div:first-child,
.title h2 > div:first-child {
  display: inline;
  margin-right: 16px;
}
.title h2 {
  margin: 0;
  padding: 0;
  display: inline;
}
.katex,
.katex .mathit {
  font: 1em transat-text, sans-serif;
}
.title .katex,
.title h2,
.title .katex .mathit {
  font-weight: 900;
}
.article-date {
  color: #4d4d5b;
  margin-bottom: 15px;
  padding: 0 10px 0 20px;
  font-size: 15px;
  font-weight: 500;
  font-variant-caps: all-small-caps;
  text-transform: lowercase;
  letter-spacing: 0.02rem;
}
.article-date span {
  color: #9999a1;
  margin-right: 0.35rem;
}
.info-container {
  height: 110px;
  padding: 0 10px 0 20px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  color: #000014;
}
.info-container:empty {
  display: none;
}
.info-container--open {
  height: auto;
}
.info-container--open .abstract-container {
  height: auto;
}
.info-container--open .abstract-container:before,
.info-container--open .abstract-container:after {
  display: none;
}
.info-container--open .more-button {
  display: inline-block;
  float: none;
  position: absolute;
  top: 100%;
  margin-top: -32px;
  margin-left: 0;
  cursor: pointer;
}
.info-container--open .abstract {
  padding-bottom: 40px;
}
.author,
.abstract-container {
  display: inline-block;
  margin-bottom: 20px;
  height: 110px;
  overflow: hidden;
}
.authors-wrap {
  max-height: 40px;
  margin-bottom: 15px;
  overflow: hidden;
  padding-right: 25px;
  padding-left: 50px;
  position: relative;
}
.authors-wrap--expanded {
  max-height: none;
}
.authors-wrap--expanded .expand-authors:after {
  content: '[';
}
.authors-wrap:before {
  content: 'I';
  font-family: 'myricon';
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 3px;
  left: 18px;
  font-size: 15px;
  color: #4d4d5b;
}
.authors {
  transition: all 0.3s ease;
  color: #4d4d5b;
  font-size: 15px;
  font-weight: 500;
  font-variant-caps: all-small-caps;
  text-transform: lowercase;
  letter-spacing: 0.02rem;
  -webkit-font-feature-settings: "ss01";
  font-feature-settings: "ss01";
  position: relative;
}
.author-name {
  white-space: nowrap;
}
.expand-authors {
  position: relative;
  float: right;
  height: 32px;
  width: 32px;
  border: 1px solid #bfbfc4;
}
.expand-authors:after {
  content: ']';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 26px;
  color: #bfbfc4;
  font-size: 17px;
  font-family: 'myricon';
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.abstract-container {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  position: relative;
  transition: all 0.3s ease;
}
.abstract-container.shared {
  width: 50vw;
}
.more-button-float-push {
  float: right;
  width: 0;
  height: calc(100% - 36px);
}
.more-button {
  float: right;
  clear: right;
  font-size: 15px;
  font-weight: 500;
  font-variant-caps: all-small-caps;
  text-transform: lowercase;
  letter-spacing: 0.02rem;
  height: 32px;
  line-height: 28px;
  border: 1px solid #eb8b65;
  background-color: transparent;
  color: #eb8b65;
  padding: 0 8px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 20px;
  margin-left: 10px;
}
.more-button:focus {
  outline: none;
}
.figures {
  /* height: 50%; */
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  padding: 0;
  overflow-x: scroll;
  -ms-scroll-snap-type: mandatory;
      scroll-snap-type: mandatory;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  transition: all 0.3s ease;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  cursor: pointer;
}
.figures ::-webkit-scrollbar {
  -webkit-appearance: none;
}
.figures:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.figures.zooming-figure {
  -webkit-overflow-scrolling: auto;
}
.figures::-webkit-scrollbar {
  display: none;
}
.figures--fullscreen {
  position: fixed;
  top: 50px !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  -webkit-overflow-scrolling: touch;
  z-index: 99999;
  cursor: auto;
}
.figures--fullscreen .figure img {
  max-width: calc(100vw - 50px);
  max-height: 70vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.figures--fullscreen .figure-scroll-wrap {
  overflow-y: scroll;
}
.figure-scroll-wrap {
  overflow-y: hidden;
  height: 100%;
  width: calc(100% + 10px);
  padding: 15px;
}
.figure-scroll-wrap::-webkit-scrollbar {
  width: 0px;
  display: none;
}
.figure {
  height: 100%;
  scroll-snap-align: center;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.figure:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.figure .fig-title-inline,
.figure .fig-mention {
  font-weight: 900;
}
.figure .fig-title-inline {
  float: left;
  margin-right: 0.75rem;
}
.figure .fig-title {
  font-weight: 900;
  font-size: 20px;
  display: none;
}
.figure .image-wrap {
  display: inline-block;
}
.figure img {
  position: relative;
  top: 0;
  -webkit-transform: none;
          transform: none;
  z-index: 999999;
  max-width: 60vw;
  max-height: 60vw;
  width: auto;
  height: auto;
  -webkit-transform-origin: center;
          transform-origin: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.figure.active {
  opacity: 1;
}
.figure.current {
  cursor: auto;
}
.figure.current .image.portrait {
  height: 90vh;
  height: auto;
  width: auto;
  max-height: 90vh;
  max-width: 90vh;
}
.figure.current .image.landscape {
  height: auto;
  width: 90%;
  max-height: none;
  max-width: none;
}
.figure.current .fig-name {
  display: none;
}
.figure.current .fig-caption,
.figure.current .fig-references {
  display: none;
}
.figure.current .fig-caption.show,
.figure.current .fig-references.show {
  display: block;
}
.figure.current .fig-menu {
  display: block;
}
.figure.current .fig-menu.active {
  text-decoration: underline;
}
.figure.current .fig-info .fig-reference {
  padding-bottom: 10px;
}
.fig-caption,
.fig-references {
  margin-top: 10px;
  padding: 0 4px;
}
.fig-caption {
  font-size: 15px;
  line-height: 22px;
  color: #666672;
  padding-right: 10px;
  white-space: normal;
}
.mentions-button {
  font-family: transat-text, sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-variant-caps: all-small-caps;
  text-transform: lowercase;
  letter-spacing: 0.02rem;
  height: 32px;
  line-height: 28px;
  border: 1px solid #eb8b65;
  background-color: transparent;
  color: #eb8b65;
  padding: 0 8px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-color: #666672;
  color: #595966;
  display: inline-block;
  margin: 25px 0 20px;
}
.mentions-button:focus {
  outline: none;
}
.mentions-button .mentions-pointer {
  font-family: 'myricon';
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline;
  vertical-align: bottom;
  margin-right: 8px;
}
.mentions-button .mentions-pointer:after {
  vertical-align: inherit;
  content: '(';
}
.mentions-button .mentions-label:after {
  content: 'See mentions in the text';
}
.mentions-button--open .mentions-pointer:after {
  content: ')';
}
.mentions-button--open .mentions-label:after {
  content: 'Hide mentions in the text';
}
.mention {
  margin-bottom: 15px;
}
#no-articles-wrap {
  margin-top: 50px;
  margin-right: 15%;
  margin-left: 15%;
  text-align: center;
  color: #8c8c95;
}
#no-articles-wrap div {
  vertical-align: top;
}
#no-articles-image {
  display: block;
  width: 70vw;
  height: 70vw;
  max-width: 480px;
  max-height: 480px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/017e10f93e595700242e69ebc3803151.svg);
  margin: 0 auto;
}
#no-articles-text {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  height: inherit;
  text-align: left;
  width: auto;
  margin: 0 auto;
}
#no-articles-back {
  display: block;
  width: auto;
  text-align: center;
}
#no-articles-back div {
  display: inline-block;
  margin: 30px auto;
  height: 32px;
  line-height: 28px;
  border: 1px solid #eb8b65;
  background-color: transparent;
  color: #eb8b65;
  padding: 0 8px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 15px;
  font-weight: 500;
  font-variant-caps: all-small-caps;
  text-transform: lowercase;
  letter-spacing: 0.02rem;
  font-size: 18px;
  height: 38px;
  line-height: 30px;
  padding: 0 10px;
  border-width: 2px;
  border-color: #9999a1;
  color: #8c8c95;
}
#no-articles-back div:focus {
  outline: none;
}
#loader {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
#loader div {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#loader #loader-below {
  background-image: url(/38d03ff04860777dac3c903ee7c4505e.svg);
  -webkit-animation: 60s linear 0s infinite celestialSpin;
  animation: 60s linear 0s infinite celestialSpin;
}
#loader #loader-between {
  background-image: url(/ae0b8a4a6400b8c12358097544b7f30c.svg);
  -webkit-animation: 5s linear 0s infinite celestialSpin;
  animation: 5s linear 0s infinite celestialSpin;
}
#loader #loader-above {
  background-image: url(/485dec9abc3e506e5ae829bb4a05525f.svg);
  -webkit-animation: 1.5s linear 0s infinite celestialSpin;
  animation: 1.5s linear 0s infinite celestialSpin;
}
@-webkit-keyframes celestialSpin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes celestialSpin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Charlie CSS */
.ReactVirtualized__Grid.ReactVirtualized__List {
  will-change: unset !important;
}
.feed {
  position: fixed;
  top: 50px;
  bottom: 0;
  width: 100%;
  margin-top: 0;
  background: #FFF;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.searching .paper {
  -webkit-filter: blur(15px);
          filter: blur(15px);
  z-index: -1;
}
.search-pane {
  display: none;
  pointer-events: none;
  position: fixed;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.search-pane.searching {
  display: block;
}
.fathom-flag {
  transition: all 0.15s ease-in-out;
}
.fathom-flag a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.fathom-flag a,
.fathom-flag a:visited,
.fathom-flag a:active {
  text-decoration: none;
}
.fathom-flag .flag {
  width: 100%;
  height: 100%;
}
.fathom-flag .flag:before,
.fathom-flag .flag:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  transition: opacity 0.15s ease-in-out;
}
.fathom-flag .flag:before {
  opacity: 1;
}
.fathom-flag .flag:after {
  opacity: 0;
}
.fathom-flag .flag:hover:after {
  opacity: 1;
}
#fathom-flag-feed {
  z-index: 2;
  display: block;
  width: 140px;
  height: 70px;
  margin: 30px auto;
}
#fathom-flag-feed a {
  position: relative;
  width: 100%;
  height: 100%;
  color: inherit;
}
#fathom-flag-feed .flag:before {
  background-image: url(/16ab3b1fa5fb8cdfd0fdc4ec058e7b7e.svg);
}
#fathom-flag-feed .flag:after {
  background-image: url(/43bc877ba870b6ce724609cf5ee24469.svg);
}
.figure-scroll-button {
  display: none;
}
.fig-captions-buttons {
  display: none;
}
.current-archives {
  display: none;
}
.single-article .date-bar {
  display: none;
}
#fourohfour {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #ccccd2;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fourohfour-number {
  font-weight: 400;
  font-size: 144px;
  line-height: 130px;
}
.fourohfour-text {
  font-weight: 500;
  font-size: 30px;
  font-variant-caps: all-small-caps;
  text-transform: lowercase;
  letter-spacing: 0.02rem;
}
.fourohfour-browse {
  height: 32px;
  line-height: 28px;
  border: 1px solid #eb8b65;
  background-color: transparent;
  color: #eb8b65;
  padding: 0 8px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 15px;
  font-weight: 500;
  font-variant-caps: all-small-caps;
  text-transform: lowercase;
  letter-spacing: 0.02rem;
  font-size: 18px;
  height: 38px;
  line-height: 30px;
  padding: 0 10px;
  border-width: 2px;
  display: inline-block;
  margin: 50px auto;
  color: #666672;
  border-color: #666672;
}
.fourohfour-browse:focus {
  outline: none;
}
@media (min-width: 700px) {
  .feed {
    background: transparent;
  }
  .figures-container {
    position: relative;
  }
  .show-hamburger {
    display: none;
  }
  .show-logo {
    display: inline-block;
  }
  .show-bar {
    width: auto;
    height: 50px;
    line-height: 50px;
    padding: 1px 15px 0;
    font-size: 20px;
    color: #ffffff;
    background-color: transparent;
  }
  .posts-from {
    display: inline-block;
  }
  .date-bar {
    left: calc(30% + 20px - 5px);
    padding-left: 1px;
    -webkit-transform: none;
            transform: none;
  }
  .date-bar .date-picker-wrap .date-picker {
    padding-left: 24px;
    cursor: pointer;
  }
  .date-bar .date-picker-wrap .date-picker:hover + .date-toggle-exp {
    color: #ffffff;
  }
  .date-bar .date-picker-wrap .date-toggle-exp {
    display: inline-block;
    transition: color 0.15s ease-in-out;
    cursor: pointer;
    position: absolute;
    left: 12px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .date-bar:before {
    display: none;
  }
  .figure img {
    max-width: 150px;
    max-height: 180px;
    margin-left: auto;
    margin-right: auto;
  }
  .figure .image-wrap {
    max-width: 150px;
    max-height: 180px;
    background-color: transparent !important;
    width: auto !important;
  }
  .figure.push-back-fig {
    opacity: 0.12;
  }
  .figure-scroll-wrap {
    padding-left: 4px;
    padding-right: 4px;
  }
  .figure:first-child {
    margin-left: calc(30% + 20px - 5px);
  }
  .figure:last-child {
    margin-right: calc(25% + 10px - 5px);
  }
  .ReactVirtualized__Grid__innerScrollContainer > div:first-child {
    margin-top: 30px;
  }
  .paper {
    padding: 25px 0;
  }
  .title,
  .article-date,
  .authors-wrap,
  .info-container {
    left: 30%;
    width: 45%;
    position: relative;
  }
  .current-archives {
    z-index: 1;
  }
  .title,
  .title h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .actions .action {
    font-size: 18px;
    top: -8px;
    cursor: pointer;
  }
  .actions .action:hover {
    color: #fc5578;
  }
  .actions .pdf-link:before,
  .actions .share:before {
    font-size: 14px;
    top: 0;
  }
  .actions .share:hover {
    color: #555f95;
  }
  .actions .divider {
    width: 2px;
    -webkit-transform: translate(0, 2px);
            transform: translate(0, 2px);
  }
  .authors {
    font-size: 18px;
  }
  .authors-wrap {
    max-height: 70px;
  }
  .authors-wrap--expanded {
    max-height: none;
  }
  .authors-wrap .expand-authors {
    border-width: 2px;
  }
  .authors-wrap .expand-authors:after {
    font-size: 22px;
    line-height: 22px;
  }
  .authors-wrap:before {
    top: 5px;
    font-size: 16px;
  }
  .article-date {
    font-size: 15px;
    font-weight: 500;
    font-variant-caps: all-small-caps;
    text-transform: lowercase;
    letter-spacing: 0.02rem;
    font-size: 18px;
  }
  .abstract-container {
    font-size: 18px;
    line-height: 26px;
  }
  .author,
  .abstract-container,
  .info-container {
    height: 130px;
  }
  .info-container--open {
    height: auto;
  }
  .info-container--open .abstract-container {
    overflow: visible;
  }
  .more-button {
    height: 32px;
    line-height: 28px;
    border: 1px solid #eb8b65;
    background-color: transparent;
    color: #eb8b65;
    padding: 0 8px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 15px;
    font-weight: 500;
    font-variant-caps: all-small-caps;
    text-transform: lowercase;
    letter-spacing: 0.02rem;
    font-size: 18px;
    height: 38px;
    line-height: 30px;
    padding: 0 10px;
    border-width: 2px;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
  }
  .more-button:focus {
    outline: none;
  }
  .more-button:hover {
    color: #e26c62;
    border-color: #e26c62;
  }
  .more-button-float-push {
    height: calc(100% - 44px);
  }
  .figure-scroll-button {
    display: block;
    position: absolute;
    top: 360px;
    top: 40%;
    font-family: 'myricon';
    font-size: 30px;
    border: none;
    background-color: transparent;
    color: #bfbfc4;
    transition: color 0.15s ease-in-out;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .figure-scroll-button.scroll-left {
    left: 18%;
  }
  .figure-scroll-button.scroll-right {
    right: 13%;
  }
  .figure-scroll-button.hide-scroll {
    display: none;
  }
  .figure-scroll-button:hover {
    color: #4d4d5b;
  }
  .figure-scroll-button:focus {
    outline: none;
  }
  .paper-image-background--visible {
    background: #e4e4e6;
  }
  .figures--fullscreen {
    position: relative;
    scroll-snap-type: mandatory;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    /* older spec implementation */
    -ms-scroll-snap-destination: 50% 0%;
        scroll-snap-destination: 50% 0%;
    scroll-snap-type-x: mandatory;
    /* Firefox */
    -ms-scroll-snap-type: mandatory;
    /* IE/Edge */
    -webkit-scroll-snap-type: mandatory;
    /* Safari */
    -webkit-scroll-snap-destination: 50% 0%;
  }
  .figures--fullscreen:before {
    margin-left: 0;
  }
  .figures--fullscreen .figure {
    -ms-scroll-snap-coordinate: 50% 0%;
        scroll-snap-coordinate: 50% 0%;
    /* older (Firefox/IE) */
    scroll-snap-align: center;
    overflow: visible;
  }
  .figures--fullscreen .figure img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    display: block;
    margin: auto;
    position: absolute !important;
    bottom: 0px;
    right: 0px;
  }
  .figures--fullscreen .figure .image-wrap {
    width: 60% !important;
    height: 70% !important;
    max-width: 60% !important;
    max-height: 70% !important;
    display: block;
    margin: auto;
    position: relative;
  }
  .figures--fullscreen .figure {
    margin: 0 auto;
    width: 100%;
  }
  .figures--fullscreen .fig-caption {
    width: 45%;
    margin: 20px 25% 20px 30%;
  }
  .figures--fullscreen .fig-title {
    display: block;
  }
  .figures--fullscreen .fig-title-inline {
    display: none;
  }
  .figures-container--fullscreen .figure-scroll-button {
    display: block;
    z-index: 2147483648;
    height: 50px;
    position: fixed;
    top: 50%;
    margin: 0;
  }
  .figures-container--fullscreen .figure-scroll-button.scroll-left,
  .figures-container--fullscreen .figure-scroll-button.scroll-right {
    width: 80px;
    height: 80px;
  }
  .figures-container--fullscreen .figure-scroll-button.scroll-left {
    left: 0;
  }
  .figures-container--fullscreen .figure-scroll-button.scroll-right {
    right: 0;
  }
  .figures-container--fullscreen .figure-scroll-button.hide-scroll {
    display: none;
  }
  .figure-container {
    position: relative;
  }
  .fig-captions-buttons {
    display: block;
    margin: 15px 0;
  }
  .fig-captions-buttons button {
    display: inline-block;
    font-family: transat-text, sans-serif;
    font-size: 15px;
    font-weight: 500;
    font-variant-caps: all-small-caps;
    text-transform: lowercase;
    letter-spacing: 0.02rem;
    height: 32px;
    line-height: 28px;
    border: 1px solid #eb8b65;
    color: #eb8b65;
    padding: 0 8px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-color: #9999a1;
    color: #8c8c95;
    background-color: transparent;
    padding-bottom: 2px;
    cursor: pointer;
  }
  .fig-captions-buttons button:focus {
    outline: none;
  }
  .fig-captions-buttons button.\--active {
    font-size: 15px;
    font-weight: 500;
    font-variant-caps: all-small-caps;
    text-transform: lowercase;
    letter-spacing: 0.02rem;
    height: 32px;
    line-height: 28px;
    border: 1px solid #eb8b65;
    color: #eb8b65;
    padding: 0 8px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-color: #9999a1;
    color: #8c8c95;
    background-color: transparent;
    padding-bottom: 2px;
    background-color: #8c8c95;
    color: #eeeeee;
  }
  .fig-captions-buttons button.\--active:focus {
    outline: none;
  }
  .fig-captions-buttons button:focus {
    outline: none;
  }
  .fig-captions-buttons button + button {
    margin-left: 0.5rem;
  }
  .mentions-button {
    display: none;
  }
  .mention {
    margin-bottom: 8px;
  }
  .fig-captions-wrap {
    display: none;
  }
  .fig-captions-wrap.\--active {
    display: inline;
  }
  .boxes-close {
    cursor: pointer;
    transition: color 0.15s ease-in-out;
  }
  .boxes-close:hover {
    color: #c04933;
  }
  .current-archives {
    display: inline-block;
    position: fixed;
    top: 50px;
    margin: 15px;
  }
  .current-archives .archive-box {
    display: inline-block;
    max-width: 180px;
    padding: 10px;
    width: auto;
    font-size: 12px;
    font-size: 15px;
    font-weight: 500;
    font-variant-caps: all-small-caps;
    text-transform: lowercase;
    letter-spacing: 0.02rem;
    background-color: rgba(242, 242, 243, 0.8);
    color: #80808a;
  }
  .current-archives .archive-icon {
    display: inline;
    position: relative;
    text-align: center;
    font-family: 'myricon';
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 15px;
    color: #80808a;
    vertical-align: top;
    margin-right: 0.3rem;
  }
  .current-archives .link-all-archives {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 500;
    font-variant-caps: all-small-caps;
    text-transform: lowercase;
    letter-spacing: 0.02rem;
    background-color: transparent;
    color: #eb8b65;
    padding: 0 10px;
  }
  .current-archives .all-fields-icon {
    font-family: 'myricon';
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 15px;
    display: inline-block;
    margin-right: 0.3rem;
    vertical-align: top;
  }
  .current-archives .current-archive-type {
    display: none;
    color: #4d4d5b;
    margin-right: 0.3rem;
  }
  .current-archives .arx-categories + .bio-categories:before {
    content: ',';
    margin-right: 0.35rem;
  }
  .copy-to-clipboard,
  .article-link {
    height: 40px;
    line-height: 36px;
    width: 216px;
  }
  .copy-to-clipboard {
    height: 32px;
    line-height: 28px;
    border: 1px solid #eb8b65;
    background-color: transparent;
    color: #eb8b65;
    padding: 0 8px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 15px;
    font-weight: 500;
    font-variant-caps: all-small-caps;
    text-transform: lowercase;
    letter-spacing: 0.02rem;
    font-size: 18px;
    height: 38px;
    line-height: 30px;
    padding: 0 10px;
    border-width: 2px;
    border: none;
    background-color: #9ca3c6;
    color: #ffffff;
    cursor: pointer;
  }
  .copy-to-clipboard:focus {
    outline: none;
  }
  .copy-to-clipboard.copied {
    cursor: auto;
    background-color: #8393df;
  }
  .copy-to-clipboard.copied:hover {
    color: #d3daff;
  }
  .copy-to-clipboard:hover {
    background-color: #8393df;
  }
  .article-link {
    font-size: 18px;
    transition: background-color 0.15s ease-in-out;
  }
  .fourohfour-browse {
    transition: all 0.15s ease-in-out;
  }
  .fourohfour-browse:hover {
    color: #eb8b65;
    border-color: #eb8b65;
  }
}

@font-face {
  font-family: 'myricon';
  src: url('/assets/fonts/myricon.eot');
  /* IE9 Compat Modes */
  src: url('/assets/fonts/myricon.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/assets/fonts/myricon.woff') format('woff'), /* Pretty Modern Browsers */ url('/assets/fonts/myricon.ttf') format('truetype'), /* Safari, Android, iOS */ url('/assets/fonts/myricon.svg#myricon') format('svg');
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#welcome {
  padding: 20px;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-position: center;
  background-size: auto 100vh;
  background-repeat: repeat-x;
  background-image: url(/5dddd62e949b779d13b5ffb14b2c9a0b.svg);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#welcome #myriscope {
  font-family: 'myricon';
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #FFFFFF;
  position: relative;
  z-index: 1000;
  margin-top: 20px;
  top: 0;
  margin: 30px auto 0;
  text-align: center;
  font-size: 38px;
  transition: all 0.65s ease-in-out;
}
#welcome h3 {
  color: #A3A3AB;
  margin: auto;
  margin-top: 30px;
  text-align: center;
  margin-bottom: 20px;
  transition: all 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#welcome.intro #myriscope {
  font-size: 16vw;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin: 0;
}
#welcome.intro h3,
#welcome.intro .dropdown {
  pointer-events: none;
  opacity: 0;
}
#welcome.intro h3 {
  margin-top: 600%;
}
#welcome.intro #fathom-flag-intro {
  pointer-events: auto;
  opacity: 1;
  bottom: 110px;
}
#bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-position: center;
  background-size: auto 100vh;
  background-repeat: repeat-x;
  background-image: url(/21ff07adf25c12320ba6c74425239c97.svg);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.intro #bg {
  opacity: 1;
}
@-webkit-keyframes slideLeft {
  from {
    background-position: left top;
  }
  to {
    background-position: 100vh top;
  }
}
@keyframes slideLeft {
  from {
    background-position: left top;
  }
  to {
    background-position: 100vh top;
  }
}
.dropdown {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dropdown__label {
  padding: 15px;
  background-color: #eb8b65;
  color: white;
  font-size: 24px;
  font-weight: 900;
}
.dropdown__list {
  background-color: #737383;
  display: block;
  height: 0;
  max-height: 50%;
  overflow-y: scroll;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
.dropdown__list::-webkit-scrollbar {
  width: 15px;
}
.dropdown__list::-webkit-scrollbar-track {
  background: #5c5c6c;
}
.dropdown__list::-webkit-scrollbar-thumb {
  background: #383b46;
}
.dropdown__list--open {
  height: auto;
  padding: 10px 15px;
}
.dropdown__list--open + .dropdown__arrow:after {
  content: ':';
  color: #FFF;
}
.dropdown__arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  font-family: 'myricon';
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.dropdown__arrow:after {
  content: ';';
  color: #da6957;
  transition: color 0.15s ease-in-out;
}
.dropdown.bioRxiv {
  margin-bottom: 120px;
}
.option {
  padding: 4px 0;
}
.option--label {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #bcbdc7;
  overflow: visible;
  padding-left: 0;
  display: block;
}
.option--label input[type=checkbox] {
  float: left;
  width: 0;
  height: 0;
  margin: 5px 6px 0 -28px;
  background-color: rgba(0, 0, 0, 0);
}
.option--label input[type=checkbox]:checked + .category {
  color: #ffffff;
}
.option--label input[type=checkbox]:checked + .category::before {
  background: #47475c;
  color: #ffffff;
}
.option--label .category {
  position: relative;
}
.option--label .category::before {
  content: 'g';
  top: 1px;
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #616173;
  font-family: 'myricon';
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 8px;
  color: rgba(255, 255, 255, 0);
  margin: 0;
  text-align: center;
  line-height: 18px;
}
.option--label .category .category-text {
  padding-left: 28px;
}
.category {
  transition: color 0.15s ease-in-out;
}
.continue {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #576095;
  padding: 30px;
  text-align: center;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: all 0.3s ease;
}
.continue--visible {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.continue a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  color: white;
  background-color: #414A7C;
  padding: 0 20px;
  font-size: 20px;
  font-weight: 500;
  margin: auto;
  text-decoration: none;
  font-variant-caps: all-small-caps;
  text-transform: lowercase;
  letter-spacing: 0.02rem;
  letter-spacing: 0.04rem;
}
#fathom-flag-intro {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  width: 150px;
  height: 60px;
  margin: 0 0 0 -5px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#fathom-flag-intro .flag:before {
  background-image: url(/d738dca2612aec32dcfff0aabcb7b87f.svg);
}
#fathom-flag-intro .flag:after {
  background-image: url(/854e57ea935ead57b956c7910842cf16.svg);
}
@media (min-width: 700px) {
  #welcome.intro #myriscope {
    font-size: 120px;
  }
  .dropdown {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .dropdown__label {
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
  }
  .dropdown__label:hover {
    background-color: #ffa27a;
  }
  .dropdown:hover .dropdown__arrow:after {
    color: #ffffff;
  }
  .option {
    cursor: pointer;
  }
  .option--label {
    cursor: pointer;
  }
  .option--label input[type=checkbox]:before {
    transition: all 0.15s ease-in-out;
  }
  .option:hover .option--label {
    color: #ffffff;
  }
  .option:hover .option--label input[type=checkbox]:before {
    background-color: #545467;
    color: rgba(255, 255, 255, 0.5);
  }
  .option:hover .option--label input[type=checkbox]:checked:before {
    background-color: #47475c;
    color: #ffffff;
  }
}

@font-face {
  font-family: 'myricon';
  src: url('/assets/fonts/myricon.eot');
  /* IE9 Compat Modes */
  src: url('/assets/fonts/myricon.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/assets/fonts/myricon.woff') format('woff'), /* Pretty Modern Browsers */ url('/assets/fonts/myricon.ttf') format('truetype'), /* Safari, Android, iOS */ url('/assets/fonts/myricon.svg#myricon') format('svg');
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search-input {
  position: absolute;
  left: 100%;
  width: calc(100% - 100px);
  max-width: 700px;
  height: 40px;
  margin: 5px 0;
  border-width: 0;
  padding: 0 15px 0 10px;
  outline: none;
  font-family: transat-text, sans-serif;
  font-size: 18px;
  font-weight: 500;
  background-color: #d9755f;
  color: #ffffff;
  caret-color: #ffc8a3;
  text-overflow: ellipsis;
}
.search-input::-webkit-input-placeholder {
  color: rgba(255, 200, 163, 0.4);
}
.search-input:-ms-input-placeholder {
  color: rgba(255, 200, 163, 0.4);
}
.search-input::-ms-input-placeholder {
  color: rgba(255, 200, 163, 0.4);
}
.search-input::placeholder {
  color: rgba(255, 200, 163, 0.4);
}
.search-input:focus {
  border-width: 0;
  outline: none;
}
.search-dismiss {
  position: absolute;
  top: 0;
  left: calc(200% - 100px);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  z-index: 200;
  font-family: 'myricon';
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #eb8b65;
  color: #c8654e;
}
.search-reset {
  position: absolute;
  top: 0;
  left: calc(200% - 60px - 50px - 5px * 2);
  z-index: 200;
  color: rgba(255, 200, 163, 0.4);
  text-align: center;
  background-color: #d9755f;
  color: #ffc8a3;
  width: 60px;
  height: 40px;
  margin: 5px;
  padding: 0;
  line-height: 40px;
  text-transform: lowercase;
  font-variant-caps: all-small-caps;
  font-weight: 500;
}
.match-base {
  position: absolute;
  left: 100%;
  top: 100%;
  width: 100%;
  height: 40px !important;
  background-color: #d9d9dc;
  margin: 0 0 0 -50px;
  z-index: 100;
}
.match-meta {
  position: absolute;
  left: 100%;
  top: 100%;
  width: 100%;
  height: 40px;
  line-height: 36px;
  margin: 0 0 0 -50px;
  padding: 0 13px;
  z-index: 200;
  font-weight: 500;
  font-size: 14px;
  text-transform: lowercase;
  font-variant-caps: all-small-caps;
  letter-spacing: 0.04rem;
  background-color: #4d4d5b;
  color: #ffffff;
}
.match-meta-count {
  letter-spacing: 0;
}
.match-sort-options {
  position: absolute;
  top: 0;
  right: 0;
  width: 105px;
  height: inherit;
  line-height: inherit;
  padding: inherit;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #666672;
  color: #ffffff;
}
.match-sort-options:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #4d4d5b;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
.match-sort-options .match-sort-dropdown {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  padding: 8px 13px 10px 10px;
  background-color: inherit;
}
.match-sort-options .match-sort-dropdown .match-sort--option {
  line-height: 26px;
  transition: color 0.15s ease-in-out;
}
.match-sort-options .match-sort-dropdown .match-sort--option .radio {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: rgba(64, 64, 79, 0.45);
  margin-right: 8px;
  vertical-align: text-bottom;
  transition: background-color 0.15s ease-in-out;
}
.match-sort-options .match-sort-dropdown .match-sort--option .radio:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.15s ease-in-out;
}
.match-sort-options.match-sort--choosing:after {
  opacity: 1;
}
.match-sort-options.match-sort--choosing .match-sort-label {
  color: #b3b3b9;
}
.match-sort-options.match-sort--choosing .match-sort--option {
  color: #8c8c95;
}
.match-sort-options.match-sort--choosing .match-sort--option.match-sort--current {
  color: #ffffff;
}
.match-sort-options.match-sort--choosing .match-sort--option.match-sort--current .radio {
  background-color: #40404f;
}
.match-sort-options.match-sort--choosing .match-sort--option.match-sort--current .radio:after {
  background-color: #ffffff;
}
.match-sort-options .icon {
  font-family: 'myricon';
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: inline;
  padding: 0;
  color: #b3b3b9;
  margin-right: 8px;
}
.match-multi {
  position: absolute;
  top: 90px;
  left: calc(100% - 50px);
  width: 100%;
  height: 40px;
  line-height: 36px;
  margin: 0;
  padding: 0 13px;
  z-index: 100;
  overflow-y: auto;
  color: #9999a1;
  font-size: 15px;
  font-weight: 500;
  font-variant-caps: all-small-caps;
  text-transform: lowercase;
  letter-spacing: 0.02rem;
}
.match-multi.match-multi--no-sorting {
  top: 50px;
}
.match-term--not-found {
  color: #4d4d5b;
}
.match-autocompletes {
  position: relative;
  z-index: 600;
  top: 0;
  left: calc(100% - 50px);
  width: 100%;
  margin: 0;
  padding: 20px 50px 0;
  background-color: transparent;
  z-index: 100;
  overflow: auto;
}
.match-autocompletes::-webkit-scrollbar {
  width: 15px;
}
.match-autocompletes::-webkit-scrollbar-track {
  background: rgba(204, 204, 208, 0.25);
}
.match-autocompletes::-webkit-scrollbar-thumb {
  background: #d9d9dc;
}
.match-autocompletes.match-autocompletes--empty {
  text-transform: lowercase;
  font-variant-caps: all-small-caps;
  font-weight: 500;
}
.match-autocompletes.match-autocompletes--empty p {
  background: transparent;
  pointer-events: none;
}
.match-autocompletes .autocomplete-opt-wrap {
  display: block;
  margin-bottom: 5px;
}
.match-autocompletes .autocomplete-opt-wrap:last-child {
  margin-bottom: 0;
}
.match-autocompletes p {
  display: inline-block;
  width: auto;
  font-family: transat-text, sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 0 10px;
  margin: 0 auto;
  color: #9999a1;
  background-color: rgba(204, 204, 208, 0.3);
  height: 40px;
  line-height: 40px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.match-autocompletes p span {
  color: #333343;
}
.match-results {
  position: absolute;
  top: 50px;
  padding-top: 15px;
  padding-bottom: 130px;
  left: calc(100% - 50px);
  width: 100%;
  height: auto;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100;
  overflow-y: auto;
}
.match-results::-webkit-scrollbar {
  width: 15px;
}
.match-results::-webkit-scrollbar-track {
  background: rgba(204, 204, 208, 0.25);
}
.match-results::-webkit-scrollbar-thumb {
  background: #d9d9dc;
}
.match-results.match-results--no-sorting {
  top: 50px;
}
.match-results.match-results--multi-term {
  top: 130px;
}
.match-results.match-results--multi-term.match-results--no-sorting {
  top: 90px;
}
.match-meta + .match-results {
  top: 90px;
}
.match-result {
  position: relative;
  color: #333343;
  font-size: 16px;
  font-weight: 500;
}
.match-result:visited {
  color: inherit;
}
.match-option__count {
  position: absolute;
  top: 15px;
  left: 35px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 45px;
  height: 45px;
  border-radius: 45px;
  padding: 0;
  line-height: 45px;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(77, 77, 91, 0.1);
  color: #4d4d5b;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.match-option__title,
.match-option__date {
  position: relative;
  padding: 15px;
  padding-left: 70px;
  padding-right: 15px;
  transition: color 0.15s ease-in-out;
}
.match-option__title {
  font-weight: 900;
  padding-bottom: 5px;
}
.match-option__date {
  color: #80808a;
  padding-top: 0;
}
.return-to-feed {
  position: absolute;
  display: block;
  top: 100%;
  width: 100%;
  left: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 15px;
  font-size: 15px;
  font-weight: 500;
  font-variant-caps: all-small-caps;
  text-transform: lowercase;
  letter-spacing: 0.02rem;
  letter-spacing: 0.03rem;
  background-color: #586295;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #d3daff;
}
.return-to-feed:hover {
  color: #ffffff;
}
.return-to-feed .icon {
  font-family: 'myricon';
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  text-transform: none;
  font-variant-caps: normal;
  position: relative;
  top: 1px;
  margin-right: 0.5rem;
}
@media (min-width: 700px) {
  .search-input {
    width: 240px;
    padding-left: 13px;
    padding-right: 60px;
    margin-left: 5px;
    transition: all 0.15s ease-in-out;
  }
  .top-bar.searching > * {
    transform: unset;
    -webkit-transform: unset;
  }
  .top-bar.searching > * .search-input {
    width: 360px;
    background-color: #d06d58;
  }
  .top-bar.searching > * .search-dismiss {
    left: unset;
    right: 0;
  }
  .top-bar.searching > * .return-to-feed {
    display: block;
    width: 100%;
    padding-left: 15px;
    background-color: #d9d9dc;
    color: #9999a1;
  }
  .top-bar.searching > * .return-to-feed:hover {
    color: #4d4d5b;
  }
  .search-bar,
  .search-input,
  .search-reset {
    left: unset;
    right: 0;
    margin-right: 5px;
  }
  .search-dismiss {
    left: unset;
    right: -50px;
    outline: none;
    transition: color 0.15s ease-in-out, right 0.15s ease-in-out;
    cursor: pointer;
  }
  .search-dismiss:hover {
    color: #c04933;
  }
  .search-dismiss:focus {
    outline: none;
  }
  .search-reset {
    background-color: #d06d58;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color 0.15s ease-in-out;
    cursor: pointer;
  }
  .search-reset:hover {
    color: #ffffff;
  }
  .match-base {
    left: 0;
    margin: 0;
  }
  .match-meta,
  .match-multi {
    left: unset;
    right: 0;
    width: 365px;
  }
  .match-sort-options {
    padding: 0 13px;
  }
  .match-sort--option {
    cursor: pointer;
  }
  .match-sort--option:hover {
    color: #ffffff;
  }
  .match-sort--option:hover .radio {
    background-color: #40404f;
  }
  .match-sort--choosing .match-sort--option {
    cursor: pointer;
  }
  .match-sort--choosing .match-sort--option:hover {
    color: #ffffff;
  }
  .match-sort--choosing .match-sort--option:hover .radio {
    background-color: #40404f;
  }
  .match-autocompletes {
    position: absolute;
    top: 100%;
    left: unset;
    margin: 0;
    padding: 5px;
    right: 0;
    width: 365px;
    height: calc(100vh - 50px);
    background-color: #4d4d5b;
  }
  .match-autocompletes::-webkit-scrollbar {
    width: 15px;
  }
  .match-autocompletes::-webkit-scrollbar-track {
    background: #40404f;
  }
  .match-autocompletes::-webkit-scrollbar-thumb {
    background: #262637;
  }
  .match-autocompletes p {
    line-height: 36px;
    padding: 0 13px;
    background-color: #333343;
    color: #9999a1;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
  }
  .match-autocompletes p span {
    color: #ffffff;
  }
  .match-autocompletes p:hover {
    color: #9999a1;
    background-color: #262637;
  }
  .match-autocompletes p:hover span {
    color: #ffffff;
  }
  .match-results {
    left: unset;
    right: 0;
    padding-top: 0;
    width: 365px;
    border-left: 2px solid #d9d9dc;
  }
  .match-result:hover .match-option__count {
    background: rgba(79, 92, 171, 0.1);
    color: #4f5cab;
  }
  .match-result:hover .match-option__title {
    color: #4f5cab;
  }
  .match-result:hover .match-option__date {
    color: #4f5cab;
  }
  .return-to-feed {
    padding-left: calc(30% + 20px - 2px);
  }
}
@media (min-width: 700px) and (max-width: 900px) {
  .date-bar {
    padding-left: 0;
    margin-left: -10px;
  }
  .posts-from {
    display: none;
  }
  .top-bar.searching .search-input {
    width: 300px;
  }
  .match-autocompletes,
  .match-results,
  .match-multi {
    width: 305px;
  }
  .match-meta {
    width: 305px;
  }
}

