/* Lens Base styles */
/* Textish Styles
-------------------------------------------------------------------------------*/
.content-node.text .content {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap; }

/* When rendered in main panel */
.document .content-node.text {
  padding: 20px 60px;
  padding-left: 100px; }

/* Paragraph Node
-------------------------------------------------------------------------------*/
.content-node.paragraph .content {
  min-height: 28px; }

.content-node.paragraph .content-node.text {
  padding: 0px;
  display: inline;
  width: auto; }

.content-node.paragraph .content-node.text.heading {
  display: block; }

.content-node.paragraph > .content-node.text > div {
  display: inline;
  width: auto; }

.content-node.paragraph .content-node.image div img {
  display: inline;
  width: 100%; }

.content-node.paragraph .content-node.formula.inline {
  display: inline;
  padding: 0px; }

/* Heading Node
-------------------------------------------------------------------------------*/
.content-node.heading .content {
  min-height: 40px; }

.content-node.heading .label {
  display: inline;
  padding-right: 10px; }

.content-node.heading .title, .content-node.heading .content .title .content {
  display: inline; }

.content-node.heading .content {
  font-weight: 600;
  line-height: 40px; }

.content-node.heading.level-1 .content {
  font-size: 24px; }

.content-node.heading.level-2 .content {
  font-size: 21px; }

.content-node.heading.level-3 .content {
  font-size: 18px; }

/* List Node
-------------------------------------------------------------------------------*/
.content-node.list {
  padding: 10px 0px;
  padding-top: 0px; }

.content-node .listitem {
  padding: 2px 0px;
  padding-left: 20px;
  position: relative; }

.content-node .listitem .bullet {
  position: absolute;
  left: 0px;
  top: 14px;
  width: 4px;
  height: 4px;
  background: #bbb; }

.content-node.list .content {
  min-height: 30px; }

.content-node.list.level-2 .content {
  font-size: 20px; }

.content-node.list.level-3 .content {
  font-size: 17px; }

/* Image Node
-------------------------------------------------------------------------------*/
.content-node.image .content {
  padding: 0px; }

.content-node.image div.image-char {
  width: 100%; }

.content-node.image div.selected .overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 169, 255, 0.25); }

.content-node.image div img {
  width: 100%; }

/* Codeblock Node
-------------------------------------------------------------------------------*/
.content-node.codeblock > .content {
  border: 1px dashed #ddd;
  line-height: 20px;
  padding: 10px 10px; }

.content-node.codeblock > .content {
  font-family: 'Menlo', monospace;
  font-size: 14px;
  color: #777;
  min-height: 28px; }

.lens-article .content-node.cover {
  text-align: center; }

.lens-article .content-node.cover .content {
  background: none; }

.lens-article .content-node.cover .title {
  font-weight: 600;
  line-height: 1.3em;
  font-size: 30px;
  padding-top: 20px; }

.lens-article .content-node.cover .published-on {
  color: #999; }

.lens-article .content-node.cover .published-on a {
  font-weight: 600;
  color: #999; }

.lens-article .content-node.cover .published-on a:hover {
  color: #0277BD; }

.lens-article .content-node.cover .doi {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 14px; }

.lens-article .content-node.cover .content .authors {
  padding-top: 30px;
  color: #1B6685;
  overflow: auto;
  margin-bottom: 24px; }

.lens-article .content-node.cover .content .links {
  margin-top: 20px;
  font-size: 15px; }

.lens-article .content-node.cover .content .links a {
  padding-left: 4px;
  margin-right: 20px; }

/* One para per author */
.lens-article .content-node.cover .authors .text {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 0px; }

.lens-article .content-node.cover .authors .text.plain {
  color: #777;
  padding-left: 1px; }

.lens-article .intro {
  font-size: 13px;
  background: #FFFEF5;
  border: 1px solid #D8D9C1;
  color: rgba(0, 0, 0, 0.6);
  padding: 0 10px;
  line-height: 30px; }

.lens-article .intro .intro-text {
  float: left; }

.lens-article .intro .send-feedback {
  float: right;
  color: #E40000;
  font-weight: bold; }

.lens-article .intro .send-feedback:hover {
  color: #ff0000; }

.content-node.supplement > .content {
  padding: 10px 20px; }

.content-node.supplement .content .file {
  font-weight: 600;
  font-size: 16px; }

.content-node.supplement .content .file a {
  font-weight: 600; }

/*
Box
--------------------------------------- */
.content-node.box > .content {
  padding: 20px; }

.surface.content .content-node.box {
  /*margin-left: 60px;*/
  /*  padding-left: 100px;
  padding-right: 60px;*/
  /*padding: 0px;*/
  /*background: #ccc;*/ }

.document .content-node.box .content-node.paragraph {
  /*padding: 0px;*/
  /*padding: 20px 60px 20px 100px;*/ }

.surface.content .content-node.box {
  /*background: #ccc;*/ }

.surface.content .content-node.box > .content {
  border: 1px dotted #ddd; }

.surface.content .content-node.box .content {
  background: #fbfbfb; }

.surface.content .content-node.box > .content > .label {
  font-weight: 600;
  padding-bottom: 20px; }

/*
Citations 
--------------------------------------- */
.lens-article .resources .content-node.citation .resource-header .name {
  font-weight: normal;
  font-size: 12px;
  color: #888; }

.lens-article .content-node.citation .content .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px; }

.lens-article .content-node.citation .content .authors {
  font-size: 14px; }

.lens-article .content-node.citation .content .source {
  /*color: #777;*/ }

.lens-article .content-node.citation .content .citation-urls {
  padding-top: 20px; }

.lens-article .content-node.citation .content .citation-urls .url {
  padding-right: 20px; }

/*
Definition 
--------------------------------------- */
.lens-article .content-node.definition .description {
  font-size: 16px; }

/* Figure Node
-------------------------------------------------------------------------------*/
/* When displayed in resource panel */
.resources .nodes > .content-node.figure .label {
  display: none; }

.panel.content .nodes > .content-node.figure .label {
  color: #777;
  padding-bottom: 10px; }

/* Special styles when figure is displayed in document flow */
.panel.content .nodes > .content-node.figure > .content {
  padding: 15px;
  border: 1px solid #ddd; }

.content-node.figure div.image-wrapper {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px; }

.content-node.figure div .image-wrapper img {
  width: 100%; }

.lens-article .content-node.html-table > .content {
  padding: 20px; }

.lens-article .content-node.html-table > .content img {
  width: 100%; }

.lens-article .content-node.html-table .table-wrapper {
  width: 100%;
  overflow: auto; }

.lens-article .content-node.html-table .caption {
  padding-top: 20px; }

.lens-article .content-node.html-table table {
  position: relative;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  margin-bottom: 20px; }

.lens-article .content-node.html-table thead tr {
  background: #eee; }

.lens-article .content-node.html-table thead td {
  font-weight: bold; }

/* Table sub tags */
.lens-article .content-node.html-table table sub {
  vertical-align: baseline;
  position: relative;
  top: 0.4em;
  font-size: 11px; }

.lens-article .content-node.html-table table td {
  padding: 5px;
  font-size: 12px;
  border: 1px solid lightgrey;
  /* Enable white-space: nowrap; if author controls wrapping (<br> in HTML)
  /* white-space: nowrap; */ }

.lens-article .content-node.html-table .footers {
  padding: 0 20px;
  padding-top: 10px;
  font-size: 12px;
  background: #fff; }

.resources .content-node.video .video-wrapper {
  text-align: center;
  margin-bottom: 20px; }

.resources .content-node.video .content video {
  /* We use a fix value of 100% now (instead of max-width: 100%), so small videos don't look so ugly; */
  width: 100%;
  max-height: 500px; }

/* Fullscreen overrides */
.resources .content-node.video.fullscreen .content .video-wrapper {
  padding: 50px 0;
  text-align: center; }

.lens-article .content-node.caption .caption-title {
  font-weight: 600;
  font-size: 16px; }

.lens-article .content-node.caption > .content > .content-node.paragraph {
  padding-bottom: 10px; }

/*
Contributor
--------------------------------------- */
.lens-article .resources .content-node.contributor .resource-header .name {
  font-weight: normal;
  font-size: 12px;
  color: #888; }

.lens-article .content-node.contributor .affiliation {
  margin-top: 12px;
  margin-bottom: 12px; }

.lens-article .content-node.contributor .contributor-bio {
  padding-top: 30px; }

.lens-article .content-node.contributor .contributor-bio .bio {
  font-size: 14px; }

.lens-article .content-node.contributor .contributor-bio .bio .content {
  background: transparent; }

.lens-article .content-node.contributor .contributor-bio img {
  max-width: 120px;
  padding-right: 20px;
  padding-bottom: 20px;
  display: inline;
  float: left;
  display: block; }

.lens-article .content-node.contributor .contributor-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px; }

.lens-article .content-node.contributor .contrib-label {
  font-weight: 600; }

.lens-article .content-node.contributor .contrib-data {
  margin-bottom: 12px; }

/* Publication Info */
.lens-article .content-node.publication-info {
  color: #333;
  font-size: 16px; }

.lens-article .content-node.publication-info table {
  padding: 10px 0;
  border: none;
  width: 100%; }

.lens-article .content-node.publication-info .meta-data > .container {
  margin-bottom: 10px; }

.lens-article .content-node.publication-info .label {
  float: left;
  width: 100px;
  font-size: 14px;
  color: #999; }

.lens-article .content-node.publication-info .value {
  margin-left: 140px; }

.article .resources .nodes > .content-node.publication-info > .content {
  border: none;
  padding: 20px; }

.article .resources .nodes > .content-node.publication-info .content-node[data-id=articleinfo] .heading.level-3 .content {
  font-size: 20px;
  margin-top: 12px;
  /* The 'content-node paragraph' below has a padding top making the space between the heading and text 22px rather than 12. */
  /* margin-bottom: 12px; */ }

.article .resources .nodes > .content-node.publication-info .content-node[data-id=articleinfo] .content-node {
  padding-top: 10px; }

/* Surface
-------------------------------------------------------------------------------*/
.surface {
  position: relative; }

/* Very important dude */
/* Makes sure .nodes is used as a reference for absolute positioning */
.surface .nodes {
  position: relative; }

/* Generic node styles */
.surface .content-node {
  position: relative; }

.surface .nodes > .content-node {
  /*margin: 0 60px;*/ }

/* Cursor
-------------------------------------------------------------------------------*/
.surface .cursor {
  position: absolute;
  top: 0px;
  height: 20px;
  width: 2px;
  background: #00ACEA; }

/*
  blinking from http://codepen.io/hofweber/pen/vbJHc
  thanks patch!
*/
.surface .cursor {
  -webkit-animation: blink 1.2s step-end infinite;
  -moz-animation: blink 1.2s step-end infinite;
  -ms-animation: blink 1.2s step-end infinite;
  -o-animation: blink 1.2s step-end infinite;
  animation: blink 1.2s step-end infinite; }

@-webkit-keyframes blink {
  0% {
    background: #00ACEA; }
  50% {
    background: transparent; } }

@-moz-keyframes blink {
  0% {
    background: #00ACEA; }
  50% {
    background: transparent; } }

@-ms-keyframes blink {
  0% {
    background: #00ACEA; }
  50% {
    background: transparent; } }

@-o-keyframes blink {
  0% {
    background: #00ACEA; }
  50% {
    background: transparent; } }

@keyframes blink {
  0% {
    background: #00ACEA; }
  50% {
    background: transparent; } }

/* Fix weird behavior
-------------------------------------------------------------------------------*/
/*
When using event delegation if the parent element has a click handler, when
the user touches anything inside this element, the whole region will gray
out (on iOS 5.1), or flicker (on iOS 6). */
* {
  -webkit-tap-highlight-color: transparent; }

/* Clearfix solution */
.container:after {
  content: "";
  display: table;
  clear: both; }

/* Article
-------------------------------------------------------------------------------*/
.article {
  height: 100%; }

/* Surface specific styles */
.hidden {
  visibility: none; }

.content-node .content {
  margin: 0px; }

/* Main content panel
======================================================================= */
.article .document {
  line-height: 28.5px;
  font-size: 17px;
  position: relative;
  float: left;
  overflow: hidden;
  height: 100%;
  width: 50%;
  border-right: 1px solid #ddd; }

.article .document .surface.content {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  overflow-y: scroll;
  overflow-x: hidden;
  /*overflow: auto;*/
  -webkit-overflow-scrolling: touch; }

.article .document .surface.content .nodes {
  min-height: 100%;
  padding-left: 20px;
  padding-right: 0px;
  background: #FFFFFF;
  padding-bottom: 50px; }

/* Back Navigation
=======================================================================*/
/* Context Toggles
=======================================================================*/
.article .panel.hidden {
  visibility: hidden; }

.menu-bar {
  position: absolute;
  top: 0px;
  height: 40px;
  left: 0px;
  right: 0px;
  overflow: hidden;
  /*background: #444;*/
  color: #444;
  border-bottom: 1px solid #ddd;
  z-index: 20000; }

.menu-bar .context-toggles a {
  display: block;
  float: left;
  font-size: 13px;
  font-weight: 600;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.4);
  border-right: 1px solid #ddd;
  padding-right: 15px;
  padding-left: 15px; }

.menu-bar .context-toggles a.context-toggle.hidden {
  display: none; }

.menu-bar .context-toggles a:hover {
  /*color: #fff;*/
  color: rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.03); }

.menu-bar .context-toggles a.active {
  background: rgba(0, 0, 0, 0.05);
  color: #444;
  border-bottom: 3px solid #444; }

/* Resources Panel
======================================================================= */
.article .resources {
  float: right;
  line-height: 25px;
  width: 50%;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  position: relative; }

/* It's not exactly good to have the overflow-y: scroll for the container AND the surface.
   There should be just one overflowing container, if possible
*/
.article .resources .panel {
  position: absolute;
  top: 40px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  /*  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;*/ }

.article .resources .surface {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.article .nodes {
  padding-left: 50px;
  padding-right: 50px; }

.article .resources .nodes {
  padding-left: 0px;
  padding-right: 20px; }

.article .resources .nodes > .content-node {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #ddd;
  border-left: 3px solid transparent;
  padding: 0px; }

.article .resources .nodes > .content-node > .content {
  border-top: none; }

/* Clickable header */
.article .resources .content-node .resource-header {
  padding-top: 15px;
  font-weight: 600;
  position: relative; }

/* TOC View
----------------------------------------------------------------------- */
.article .resources .panel .toc {
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: auto;
  padding-top: 30px;
  padding-bottom: 30px; }

/* Info View
----------------------------------------------------------------------- */
/* Related Articles View
----------------------------------------------------------------------- */
/* Consistent Resource Header for figures captions and person cards
----------------------------------------------------------------------- */
.article .resources .resource-header .name {
  display: block;
  min-height: 30px;
  font-size: 16px;
  line-height: 21px;
  padding: 0px 20px;
  padding-right: 200px; }

.article .resources .content-node .reference-count {
  font-size: 13px;
  position: absolute;
  right: 20px;
  top: 40px;
  text-align: right; }

/* Resource toggles */
.article .resources .content-node .resource-header .toggles {
  position: absolute;
  top: 0px;
  right: 0px;
  overflow: auto; }

/* Resource toggle */
.article .resources .content-node .resource-header .toggle {
  float: left;
  font-size: 12px;
  font-weight: 600;
  bottom: 0px;
  text-align: center;
  line-height: 50px;
  color: rgba(0, 0, 0, 0.4);
  padding: 0px 20px; }

.article .resources .content-node .resource-header .toggle i {
  padding-right: 5px; }

.article .resources .figures .content-node.highlighted .resource-header .toggle.toggle-res,
.article .resources .math .content-node.highlighted .resource-header .toggle.toggle-res {
  color: #91bb04; }

.article .resources .citations .content-node.highlighted .resource-header .toggle.toggle-res {
  color: #0b9dd9; }

.article .resources .info .content-node.highlighted .resource-header .toggle.toggle-res {
  color: #5c6570; }

.article .resources .content-node .resource-header .toggle:hover {
  color: rgba(0, 0, 0, 0.6); }

#container .article .content-node.highlighted .fa.fa-eye-slash {
  display: inline; }

/* Resource Fullscreen Mode
======================================================================= */
/* Styles for fullscreen toggle on resource cards */
.article .resources .figures .content-node.fullscreen .resource-header .toggle.toggle-fullscreen,
.article .resources .math .content-node.fullscreen .resource-header .toggle.toggle-fullscreen {
  color: #91bb04; }

#container .article .content-node.fullscreen {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 100000;
  margin-bottom: 0px;
  margin-right: 0px;
  padding: 0px; }

#container .article .content-node.fullscreen > .content {
  position: absolute;
  top: 80px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: auto; }

/* Info panel overrides
----------------------------------------------------------------------- */
#container .article .surface.info .content-node.caption .content {
  padding: 20px; }

/* Annotations
----------------------------------------------------------------------- */
.article span.annotation {
  /*  -webkit-transition-property: background, color;
  -moz-transition-property: background, color;
  transition-property: background, color;

  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  transition-duration: 0.1s;*/ }

/* Small caps */
span.annotation.sc {
  font-variant: small-caps; }

span.annotation.formula_reference, span.publication_reference {
  padding-left: 3px;
  padding-right: 3px; }

.article span.emphasis, .article em {
  font-style: italic; }

.article span.superscript, .article sup {
  vertical-align: super;
  font-size: 12px; }

.article span.subscript, .article sub {
  vertical-align: sub;
  font-size: 12px; }

.article .cover span.superscript, .article .cover span.subscript, .article .cover sup, .article .cover sub {
  font-size: inherit; }

.article span.strong, .article strong {
  font-weight: bold; }

.article span.underline {
  text-decoration: underline; }

.article span.label {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
  font-size: 12px;
  padding: 5px;
  font-weight: bold; }

.content-node .idea {
  background-color: rgba(102, 182, 32, 0.3); }

.content-node .question {
  background-color: rgba(16, 167, 222, 0.3); }

.content-node .error {
  background-color: rgba(237, 96, 48, 0.3); }

.content-node .link {
  font-weight: bold; }

.content-node .link:hover, .content-node .link.highlighted {
  color: #0b9dd9; }

/* Inline Code Annotations */
.content-node .code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  background: #eee;
  font-size: 13px;
  padding: 2px 3px;
  -webkit-font-smoothing: subpixel-antialiased; }

/* Highlighted states */
.content-node .idea.highlight {
  background-color: rgba(102, 182, 32, 0.6); }

.content-node .question.highlight {
  background-color: rgba(16, 167, 222, 0.6); }

.content-node .error.highlight {
  background-color: rgba(237, 96, 48, 0.6); }

/* Selected states */
.content-node .content span.selected {
  background: rgba(0, 0, 0, 0.08); }

.content-node .content .idea.selected {
  background-color: rgba(102, 182, 32, 0.4); }

.content-node .content .question.selected {
  background-color: rgba(16, 167, 222, 0.4); }

.content-node .content .error.selected {
  background-color: rgba(237, 96, 48, 0.4); }

/* Em, Strong, Link */
.content-node .emphasis {
  font-style: italic; }

.content-node .strong {
  font-weight: bold; }

.content-node .figure_reference {
  background: rgba(145, 187, 4, 0.15);
  border-bottom: 1px solid rgba(145, 187, 4, 0.6);
  color: #495A11;
  cursor: pointer; }

.content-node .contributor_reference {
  padding: 2px 1px;
  cursor: pointer; }

.content-node .citation_reference {
  background: rgba(11, 157, 217, 0.075);
  color: #1B6685;
  border-bottom: 1px solid rgba(11, 157, 217, 0.4);
  cursor: pointer;
  padding-right: 3px;
  padding-left: 3px; }

.content-node .cross_reference {
  background: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  cursor: pointer; }

.content-node .definition_reference {
  font-style: italic;
  background: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  cursor: pointer; }

/* Hover states */
.content-node .figure_reference:hover {
  background-color: rgba(145, 187, 4, 0.35); }

.content-node .citation_reference:hover {
  background-color: rgba(11, 157, 217, 0.3); }

.content-node .contributor_reference:hover {
  background-color: rgba(0, 0, 0, 0.05); }

.content-node .definition_reference:hover {
  background-color: rgba(0, 0, 0, 0.1); }

/* Highlighted states */
.content-node .figure_reference.highlighted {
  background: rgba(145, 187, 4, 0.7); }

.content-node .citation_reference.highlighted {
  background: rgba(11, 157, 217, 0.6); }

.content-node .contributor_reference.highlighted {
  background-color: #5c6570;
  color: white; }

.content-node .definition_reference.highlighted {
  background-color: #5c6570;
  color: white; }

/* Cross Reference */
.content-node .cross_reference:hover {
  background-color: rgba(0, 0, 0, 0.1); }

/* Reader-specific overrides for content nodes
======================================================================= */
/* For the main content area
----------------------------------------------------------------------- */
.surface.content .nodes > .content-node {
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  word-wrap: break-word; }

/* Some extra cover spacing */
.surface.content .nodes > .content-node.cover {
  padding-top: 20px; }

/* For the resources panel
----------------------------------------------------------------------- */
.resources .content-node.image div img {
  width: auto; }

.resources .content-node.paragraph .content-node.image div img {
  width: auto; }

/* padding for the content */
.resources .nodes > .content-node > .content {
  padding: 20px;
  padding-top: 0px; }

/* For the resources panel */
.resources .info .nodes > .content-node.paragraph > .content > .content-node {
  padding: 20px 0; }

.article .document .surface.content::-webkit-scrollbar {
  width: 0px;
  height: 0px; }

.article .document .surface.content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0); }

.scrollbar-cover {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 20px;
  overflow: hidden;
  background: #fff; }

/* Disable native scrollbar for resources except TOC */
.article .resources .panel::-webkit-scrollbar,
.article .resources .surface::-webkit-scrollbar {
  width: 0px;
  height: 0px; }

.article .resources .panel::-webkit-scrollbar-thumb,
.article .resources .surface::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0); }

/* Resources Scrollbar */
/* ---------------------------------------*/
/* make it overlay the slider for now */
.surface-scrollbar .overlay {
  z-index: 3000; }

.resources .surface-scrollbar {
  position: absolute;
  top: 0px;
  right: 0px;
  left: auto;
  bottom: 0px; }

#container.touchable .resources .surface-scrollbar {
  right: 5px; }

/* Responsiveness */
/* ---------------------------------------*/
/* Hide fullscreen toggle for small screens */
#container.touchable .toggle-fullscreen {
  display: none; }

#container.touchable .article .document .surface.content {
  right: 20px; }

/* Only hide for IOS devices because of scrolling issues! */
#container.touchable.ios .surface-scrollbar .visible-area {
  display: none; }

#container.touchable .surface-scrollbar .node:hover {
  opacity: 0.15; }

#container.touchable .surface-scrollbar .arrow {
  display: none; }

.content-node.heading .top {
  display: none; }

/* Shared styles for selected and mouseover states
----------------------------------------------------------------------- */
/* This shouldn't live in reader.css, but we'll modularize as soon
as we have a plugin concept for functionality / panels */
/* Not... still there is no idea how to 'export' css packages

/* Active resource */
.article .resources .content-node.highlighted .resource-header .name {
  /*color: #fff;*/ }

.article .resources .figures .content-node.highlighted {
  border-left: 3px solid #91bb04; }

/* active citation */
.article .resources .citations .content-node.highlighted {
  border-left: 3px solid #0b9dd9; }

/* active definition */
.article .resources .definitions .content-node.highlighted {
  border-left: 3px solid #5c6570; }

/* active contributor */
.article .resources .info .content-node.highlighted {
  border-left: 3px solid #5c6570; }

/* Table of contents */
/*
TOC
--------------------------------------- */
.resource-view.toc .heading-ref {
  cursor: pointer;
  display: block;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
  font-size: 20px;
  padding: 4px 10px;
  line-height: 20px;
  margin-right: 10px;
  border: 1px solid transparent; }

.resource-view.toc .heading-ref .label {
  display: inline;
  padding-right: 10px; }

.resource-view.toc .heading-ref .title, .resource-view.toc .heading .content .title .content {
  display: inline; }

.resource-view.toc .heading-ref.active {
  color: rgba(0, 0, 0, 0.9);
  background: #fff;
  border: 1px solid #eee; }

.resource-view.toc .heading-ref.level-2 {
  padding-left: 20px;
  font-size: 17px; }

.resource-view.toc .heading-ref.level-3 {
  padding-left: 40px;
  font-size: 14px; }

.resource-view.toc .heading-ref.level-4 {
  padding-left: 60px;
  font-size: 14px; }

.resource-view.toc .heading-ref.level-5 {
  padding-left: 80px;
  font-size: 14px; }

.resource-view.toc .heading-ref:hover {
  color: black; }

/* Scrollbar
--------------------------------------- */
.surface-scrollbar {
  background: #eee;
  position: absolute;
  left: 0px;
  width: 20px;
  top: 0px;
  bottom: 0px; }

.surface-scrollbar .node.overlay {
  position: absolute;
  min-height: 2px; }

.surface-scrollbar .visible-area {
  position: absolute;
  top: 40px;
  left: 0px;
  right: 0px;
  height: 80px;
  z-index: 4000;
  background-color: rgba(0, 0, 0, 0.2); }

.surface-scrollbar.hidden .visible-area {
  display: none; }

.surface-scrollbar:hover .visible-area {
  background-color: rgba(0, 0, 0, 0.25); }

.surface-scrollbar .visible-area:hover {
  background-color: rgba(0, 0, 0, 0.3); }

.surface-scrollbar .node {
  margin: 0 0px;
  width: 20px; }

.node.highlighted {
  background: #5c6570; }

/* Colors for scroll-bar overlays */
.article .resources .figures .surface-scrollbar .highlighted,
.article .content .surface-scrollbar .highlighted.figure_reference,
.article .content .surface-scrollbar .highlighted.figure {
  background-color: #91bb04; }

.article .content .surface-scrollbar .highlighted.figure.main-occurrence {
  border-right: 3px solid #5C6148; }

.article .resources .citations .surface-scrollbar .highlighted,
.article .content .surface-scrollbar .highlighted.citation_reference {
  background-color: #0b9dd9; }

.article .resources .definitions .surface-scrollbar .highlighted,
.article .content .surface-scrollbar .highlighted.definition_reference {
  background-color: #5c6570; }

/* new FOCUS handles */
.panel.document .nodes > .content-node > .focus-handle {
  display: none;
  position: absolute;
  top: 0px;
  bottom: 2px;
  left: 0px;
  width: 30px;
  background: white;
  border-left: 3px solid #ccc;
  cursor: pointer; }

.panel.document .nodes > .content-node > .focus-handle:hover {
  border-left: 3px solid #bbb; }

/* Footnote
=============================== */
.content-node.footnote {
  font-size: 13px;
  display: block !important;
  margin: 20px 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px; }

.footnote-reference > a {
  vertical-align: super;
  padding: 0 2px;
  border: 1px solid #ddd;
  font-size: 13px; }

.footnote-reference > a:hover {
  background: #eee; }

.footnote-reference.sm-expanded > a {
  background: #ddd; }

.footnote-reference > .footnote {
  display: none !important; }

.footnote-reference.sm-expanded > .footnote {
  display: block !important; }

/*
  Typography / Basics
---------------------------------------------*/
* {
  margin: 0; }

body {
  padding: 0;
  margin: 0;
  background-color: white;
  /* -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;*/ }

html {
  height: 100%;
  -webkit-font-smoothing: antialiased; }

body.reader {
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px; }

.container::after {
  content: "";
  /* not "."! */
  display: block;
  clear: both; }

/*
General Layout
--------------------------------------- */
#container {
  position: relative;
  margin: 0 auto;
  min-width: 800px; }

/* In reader view */
body.reader #container {
  /*max-width: 1400px;*/
  /* 988px / 16px = 61.75em */
  height: 100%; }

body, textarea, p, input {
  font-family: 'Source Sans Pro', Helvetica, Arial, Verdana, sans-serif;
  color: #505050; }

a {
  color: #1B6685;
  font-weight: normal;
  text-decoration: none;
  /*  -moz-transition: background-color 100ms linear, color 100ms linear, opacity 100ms linear;
  -o-transition: background-color 100ms linear, color 100ms linear, opacity 100ms linear;
  -webkit-transition: background-color 100ms linear, color 100ms linear, opacity 100ms linear;
  transition: background-color 100ms linear, color 100ms linear, opacity 100ms linear;*/ }

a:hover {
  color: #0b9dd9; }

img {
  border: none;
  padding: 0;
  margin: 0; }

strong {
  font-weight: 700; }

h1, h2, h3 {
  font-weight: 700; }

h1 a {
  color: white; }

h1 a:hover {
  color: white; }

h2 {
  font-size: 1.75em;
  padding-bottom: 20px; }

h3, h4, h5, h6 {
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: 700; }

p {
  padding-bottom: 20px; }

p:last-child {
  padding-bottom: 0; }

.small {
  color: #505050;
  font-size: .75em;
  font-weight: 400; }

/* Use border-box box model */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* Article Overrides */
#container .article .resources .info .content-node.active .resource-header {
  background: #5c6570; }

.article .resources .nodes > #articleinfo > .content {
  border-top: 1px solid #ddd; }

.article span.annotation.author-callout-style1 {
  font-weight: bold;
  color: #b70e0e; }

.article span.annotation.author-callout-style2 {
  font-weight: bold;
  color: #00b3ff; }

.article span.annotation.author-callout-style3 {
  font-weight: bold;
  color: #04c304; }

.article span.annotation.author-callout-style4 {
  font-weight: bold;
  color: gold; }

.author-callout-style-a1 {
  color: #366bfb; }

.author-callout-style-a2 {
  color: #9c27b0; }

.author-callout-style-a3 {
  color: #d50000; }

.author-callout-style-b1 {
  background-color: #90caf9; }

.author-callout-style-b2 {
  background-color: #c5e1a5; }

.author-callout-style-b3 {
  background-color: #ffb74d; }

.author-callout-style-b4 {
  background-color: #fff176; }

.author-callout-style-b5 {
  background-color: #9e86c9; }

.author-callout-style-b6 {
  background-color: #e57373; }

.author-callout-style-b7 {
  background-color: #f48fb1; }

.author-callout-style-b8 {
  background-color: #e6e6e6; }

.lens-article .content-node.cover .subjects a:not(:last-child):after {
  content: ', '; }

/* main
   --------------------------------------- */
#main {
  position: relative; }

body.reader #main {
  height: 100%; }

#container .loading {
  position: absolute;
  top: 15px;
  left: 70px;
  right: 0px;
  height: 49px;
  line-height: 50px;
  font-size: 12px; }

/* Loading bar */
.spinner-wrapper {
  position: fixed;
  display: none;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  top: 40%;
  z-index: 5000; }

body.loading .spinner-wrapper {
  display: block; }

.spinner-wrapper .spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: #444;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out; }

.spinner-wrapper .message {
  color: #444;
  text-align: center;
  font-size: 12px;
  padding-top: 20px; }

@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }

@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

#MathJax_Message {
  display: none; }

.altmetrics-panel .altmetrics {
  padding: 20px; }

@font-face {
  font-family: 'Noto Serif Lt';
  src: url("fonts/NotoSerif-Light.eot");
  src: local("fonts/Noto Serif Light"), local("fonts/NotoSerif-Light"), url("fonts/NotoSerif-Light.eot?#iefix") format("embedded-opentype"), url("fonts/NotoSerif-Light.woff2") format("woff2"), url("fonts/NotoSerif-Light.woff") format("woff"), url("fonts/NotoSerif-Light.ttf") format("truetype"), url("fonts/NotoSerif-Light.svg#NotoSerif-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Noto Serif Med';
  src: url("fonts/NotoSerif-Medium.eot");
  src: local("Noto Serif Medium"), local("fonts/NotoSerif-Medium"), url("fonts/NotoSerif-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/NotoSerif-Medium.woff2") format("woff2"), url("fonts/NotoSerif-Medium.woff") format("woff"), url("fonts/NotoSerif-Medium.ttf") format("truetype"), url("fonts/NotoSerif-Medium.svg#NotoSerif-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Noto Sans';
  src: url("fonts/NotoSans-Regular.eot");
  src: local("Noto Sans Regular"), local("fonts/NotoSans-Regular"), url("fonts/NotoSans-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/NotoSans-Regular.woff2") format("woff2"), url("fonts/NotoSans-Regular.woff") format("woff"), url("fonts/NotoSans-Regular.ttf") format("truetype"), url("fonts/NotoSans-Regular.svg#NotoSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Noto Sans Lt';
  src: url("fonts/NotoSans-Light.eot");
  src: local("fonts/Noto Sans Light"), local("fonts/NotoSans-Light"), url("fonts/NotoSans-Light.eot?#iefix") format("embedded-opentype"), url("fonts/NotoSans-Light.woff2") format("woff2"), url("fonts/NotoSans-Light.woff") format("woff"), url("fonts/NotoSans-Light.ttf") format("truetype"), url("fonts/NotoSans-Light.svg#NotoSans-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Noto Sans Med';
  src: url("fonts/NotoSans-Medium.eot");
  src: local("fonts/Noto Sans Medium"), local("fonts/NotoSans-Medium"), url("fonts/NotoSans-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/NotoSans-Medium.woff2") format("woff2"), url("fonts/NotoSans-Medium.woff") format("woff"), url("fonts/NotoSans-Medium.ttf") format("truetype"), url("fonts/NotoSans-Medium.svg#NotoSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Noto Sans SemBd';
  src: url("fonts/NotoSans-SemiBold.eot");
  src: local("fonts/Noto Sans SemiBold"), local("fonts/NotoSans-SemiBold"), url("fonts/NotoSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/NotoSans-SemiBold.woff2") format("woff2"), url("fonts/NotoSans-SemiBold.woff") format("woff"), url("fonts/NotoSans-SemiBold.ttf") format("truetype"), url("fonts/NotoSans-SemiBold.svg#NotoSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Noto Sans ExtLt';
  src: url("fonts/NotoSans-ExtraLight.eot");
  src: local("fonts/Noto Sans ExtraLight"), local("fonts/NotoSans-ExtraLight"), url("fonts/NotoSans-ExtraLight.eot?#iefix") format("embedded-opentype"), url("fonts/NotoSans-ExtraLight.woff2") format("woff2"), url("fonts/NotoSans-ExtraLight.woff") format("woff"), url("fonts/NotoSans-ExtraLight.ttf") format("truetype"), url("fonts/NotoSans-ExtraLight.svg#NotoSans-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Noto Sans Anatolian Hieroglyphs';
  src: local("fonts/Noto Sans Anatolian Hieroglyphs"), url("fonts/NotoSansAnatolianHieroglyphs-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Noto Sans Egyptian Hieroglyphs';
  src: local("fonts/Noto Sans Egyptian Hieroglyphs"), url("fonts/NotoSansEgyptianHieroglyphs-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Noto Sans Arabic Light';
  src: local("fonts/Noto Sans Arabic Light"), url("fonts/NotoSansArabic-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Noto Sans Arabic Regular';
  src: local("fonts/Noto Sans Arabic Regular"), url("fonts/NotoSansArabic-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Noto Sans Arabic Medium';
  src: local("fonts/Noto Sans Arabic Medium"), url("fonts/NotoSansArabic-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Noto Sans Devanagari Light';
  src: local("fonts/Noto Sans Devanagari Light"), url("fonts/NotoSansDevanagari-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Noto Sans CJK SC';
  src: local("fonts/Noto Sans CJK SC"), url("fonts/NotoSansCJKsc-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Noto Sans CJK TC';
  src: local("fonts/Noto Sans CJK TC"), url("fonts/NotoSansCJKtc-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Noto Sans Coptic';
  src: local("fonts/Noto Sans Coptic"), url("fonts/NotoSansCoptic-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Noto Sans Lydian';
  src: local("fonts/Noto Sans Lydian"), url("fonts/NotoSansLydian-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

body, textarea, p, input {
  font-family: "Noto Serif Lt", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", serif;
  font-weight: 300;
  color: #000000; }

a {
  color: #929292; }
  a:hover {
    background-color: #929292;
    color: #FFFFFF; }

.lens-article .content-node.cover .title {
  font-family: "Noto Sans Lt", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", sans-serif;
  font-weight: 300;
  color: #918A82;
  font-size: 48px;
  line-height: 55px;
  padding-top: 20px;
  text-align: left; }

.lens-article .content-node.cover .cover-subtitle {
  font-family: "Noto Sans Lt", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", sans-serif;
  font-weight: 300;
  color: #918A82;
  font-size: 30px;
  line-height: 36px;
  padding-top: 20px;
  text-align: left; }

.lens-article .content-node.cover .authors {
  text-align: justify; }

.content-node.heading .content {
  font-family: "Noto Sans Med", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", sans-serif;
  font-weight: 500;
  color: #918A82;
  font-size: 24px;
  line-height: 1.3; }

.content-node.heading.level-1 .content {
  color: #918A82;
  font-size: 20px; }

.content-node.heading.level-2 .content {
  color: #918A82;
  font-size: 17px; }

.content-node.heading.level-3 .content {
  font-family: "Noto Sans", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", sans-serif;
  font-size: 16px;
  color: #000000; }

.content-node.text[data-id=abstract_title_hr] .content {
  height: 2px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dedace; }

.article .document {
  line-height: 28px;
  font-size: 16px; }

.article span[class="annotation"] {
  font-family: "Noto Sans Med", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", sans-serif;
  font-weight: 500;
  color: #A2A2A2;
  font-size: 12px;
  line-height: 28px;
  margin-right: 30px; }

.annotation.text-medium {
  font-family: "Noto Serif Med", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", serif;
  font-weight: 500; }

/* reference-elements:
-----------------------*/
.content-node .figure_reference {
  font-family: "Noto Serif Lt", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", serif;
  font-weight: 300;
  background: none;
  color: #A24A0A;
  border-bottom: 1px solid #568A50;
  padding-right: 3px;
  padding-left: 3px; }
  .content-node .figure_reference:hover {
    background-color: #CDC7C0; }

.content-node .cross_reference {
  background: none;
  color: #929292;
  border-bottom: 1px solid #568A50;
  padding-right: 3px;
  padding-left: 3px; }
  .content-node .cross_reference:hover {
    background-color: #CDC7C0;
    color: #FFFFFF; }

.content-node .citation_reference {
  font-family: "Noto Serif Lt", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", serif;
  font-weight: 300;
  background: none;
  color: #568A50;
  border-bottom: 1px solid #568A50;
  padding-right: 3px;
  padding-left: 3px; }
  .content-node .citation_reference:hover {
    background-color: #CDC7C0;
    color: #FFFFFF; }

.content-node .contributor_reference {
  font-family: "Noto Sans SemBd", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", sans-serif;
  font-weight: 600;
  color: #929292;
  text-transform: uppercase;
  font-size: 14px; }

/*-------------------*/
.lens-article .content-node.cover .content .authors {
  font-family: "Noto Sans SemBd", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", sans-serif;
  padding-top: 30px;
  color: #929292;
  overflow: auto;
  margin-bottom: 14px; }

.lens-article .content-node.cover .content .cover-coauthors {
  font-family: "Noto Sans SemBd", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", sans-serif;
  color: #929292;
  overflow: auto;
  margin-bottom: 10px;
  text-align: left;
  font-size: 13px; }

.surface.content .nodes > .content-node.heading {
  padding-bottom: 0px; }

.surface.content .nodes > .content-node.heading.level-1 .content {
  font-size: 20px; }

.surface.content .nodes > .content-node.paragraph {
  padding-top: 2px; }

.article .resources .nodes > .content-node {
  border-left: 0px; }

.article .panel .content-node .link {
  font-weight: 300;
  color: #000000;
  border-bottom: 1px solid; }
  .article .panel .content-node .link:hover {
    background-color: #d1d1d1; }

.menu-bar {
  background-color: #E2510C;
  border-bottom: none;
  height: 82px; }
  .menu-bar .context-toggles a {
    font-family: "Noto Sans SemBd", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #dedace;
    border-right: none;
    margin-top: 58px; }
    @media only screen and (max-width: 1475px) and (min-width: 1200px) {
      .menu-bar .context-toggles a {
        padding-left: 5px;
        padding-right: 5px; } }
    .menu-bar .context-toggles a i {
      display: none; }
    .menu-bar .context-toggles a.active {
      background: #918A82;
      color: #dedace;
      border-bottom: none;
      box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.4); }

.menu-bar-logo-container {
  display: inline; }

.menu-bar-logo {
  height: 100%;
  position: absolute;
  right: 5px; }

.surface.content .nodes > .content-node.text.abstract_title_hr {
  padding-bottom: 0px;
  padding-top: 0px; }

.surface.content .nodes > .content-node.text.abstract-heading {
  font-family: 'Noto Sans Med', 'Noto Sans Egyptian Hieroglyphs','Noto Sans Arabic Medium', 'Noto Sans Devanagari Light', 'Noto Sans Anatolian Hieroglyphs', 'Noto Sans CJK TC', 'Noto Sans CJK SC', sans-serif;
  font-size: 16px;
  padding-bottom: 0px;
  padding-top: 0px; }
  .surface.content .nodes > .content-node.text.abstract-heading .content {
    text-transform: uppercase;
    letter-spacing: 1px; }

.surface.content .nodes > .content-node.text.abstract-title {
  font-family: "Noto Serif Med", 'Noto Sans Egyptian Hieroglyphs','Noto Sans Arabic Medium', 'Noto Sans Devanagari Light', 'Noto Sans Anatolian Hieroglyphs', 'Noto Sans CJK TC', 'Noto Sans CJK SC', serif;
  color: #E2510C;
  font-size: 16px;
  padding-bottom: 0px;
  padding-top: 0px; }

.surface.content .nodes > .content-node.text.abstract-subtitle {
  font-family: 'Noto Serif Med', 'Noto Sans Egyptian Hieroglyphs','Noto Sans Arabic Regular', 'Noto Sans Devanagari Light', 'Noto Sans Anatolian Hieroglyphs', 'Noto Sans CJK TC', 'Noto Sans CJK SC', serif;
  color: #918A82;
  font-size: 16px;
  padding-bottom: 0px;
  padding-top: 0px; }

.surface.content .nodes > .content-node.text.abstract-author {
  font-size: 16px;
  padding-bottom: 15px;
  padding-top: 0px; }

.surface.content .nodes > .content-node.text.abstract-text {
  font-size: 16px;
  padding-bottom: 0px;
  padding-top: 15px; }

.surface.content .nodes > .content-node.text.abstract-kwd-heading {
  font-family: 'Noto Sans Med', 'Noto Sans Egyptian Hieroglyphs','Noto Sans Arabic Medium', 'Noto Sans Devanagari Light', 'Noto Sans Anatolian Hieroglyphs', 'Noto Sans CJK TC', 'Noto Sans CJK SC', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  padding-bottom: 0px;
  padding-top: 15px; }

.surface.content .nodes > .content-node.text.abstract-kwd {
  padding-bottom: 20px;
  padding-top: 0px; }

.article .resources .nodes > .content-node.citation:last-of-type {
  margin-bottom: 30px; }

.article .resources .nodes > .content-node.citation > .content {
  display: flex;
  flex-wrap: wrap;
  padding-left: 185px;
  padding-top: 13px; }

.article .resources .content-node.citation .resource-header .name {
  font-family: "Noto Serif Med", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", serif;
  color: #FFFFFF;
  font-size: 14px;
  padding-right: 0;
  width: 170px;
  padding-top: 14px; }

.article .resources .citations .content-node.highlighted {
  background-color: #CDC7C0;
  border-left: 3px solid transparent;
  color: #000000; }
  .article .resources .citations .content-node.highlighted .resource-header a.toggle.toggle-res {
    color: transparent; }

.article .resources .content-node.citation.highlighted .resource-header .name {
  color: red; }

.lens-article .content-node.citation .content .authors {
  order: 1;
  font-size: 14px;
  margin-right: 4px; }

.lens-article .content-node.citation .content .title {
  order: 2;
  font-size: 14px;
  font-weight: 300;
  text-align: justify;
  margin-bottom: 0;
  margin-right: 4px; }

.lens-article .content-node.citation .content .title a {
  color: black; }

.lens-article .content-node.citation .content .source {
  order: 3; }

.article .resources .content-node.citation .resource-header .toggles {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0;
  bottom: 0; }

.article .resources .content-node.citation .resource-header {
  padding-top: 0;
  font-weight: 600;
  position: absolute;
  width: auto;
  height: 100%; }

.article .resources .content-node.citation .resource-header a.toggle {
  width: 100%;
  height: 100%;
  color: transparent; }
  .article .resources .content-node.citation .resource-header a.toggle:hover {
    color: transparent; }

[data-title]:hover::before {
  content: attr(data-title);
  position: absolute;
  display: inline-block;
  margin-left: 20px;
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 2px;
  background: #595755;
  color: #fff;
  font-size: 12px;
  font-family: sans-serif;
  white-space: nowrap; }

.resource-view.toc .heading-ref {
  font-family: "Noto Sans Med", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #dedace;
  margin-left: 15px; }
  .resource-view.toc .heading-ref > :before {
    content: "\003E";
    color: transparent;
    margin-right: 5px;
    font-size: 20px;
    margin-left: -16px; }
  .resource-view.toc .heading-ref.active {
    color: #000000;
    background: none;
    border: 1px solid transparent; }
    .resource-view.toc .heading-ref.active > :before {
      color: red;
      font-size: 20px; }

.resource-view.toc .heading-ref.level-1 {
  padding-left: 10px;
  font-size: 14px; }

.resource-view.toc .heading-ref.level-2 {
  font-family: "Noto Sans Lt", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  padding-left: 30px; }

.resource-view.toc .heading-ref.level-3 {
  font-family: "Noto Sans Lt", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  padding-left: 50px; }

.resource-view.toc .heading-ref:hover {
  color: #FFFFFF;
  background: none;
  border: 1px solid transparent; }
  .resource-view.toc .heading-ref:hover > :before {
    color: red;
    font-size: 20px; }

.resource-view.toc .heading-ref a {
  color: #A24A0A; }
  .resource-view.toc .heading-ref a:hover {
    color: #FFFFFF;
    background-color: #A24A0A; }

.article .resources .panel .toc {
  padding-left: 0px;
  padding-right: 0px; }

.catalog-number {
  font-family: "Noto Sans Med", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", sans-serif;
  color: #918A82;
  border-top: 1px solid #dedace;
  display: inline-block;
  width: 100%;
  margin-top: 10px; }

.content-node.codeblock > .content {
  border: 1px dashed #ddd;
  line-height: 20px;
  padding: 10px 10px; }

.content-node.codeblock > .content {
  font-family: "Menlo", monospace;
  font-size: 12px;
  color: #f8f8f8;
  min-height: 28px;
  white-space: pre-line;
  background: #323232;
  margin-top: 2vh; }

.blocked {
  letter-spacing: 0.2em; }

.article .resources .nodes > .content-node.figure {
  color: #FFFFFF;
  margin-top: 82px;
  font-size: 14px; }
  .article .resources .nodes > .content-node.figure.fullscreen:first-child {
    margin-top: 82px; }
  .article .resources .nodes > .content-node.figure .resource-header {
    background-color: #918A82;
    padding-top: 0; }
    .article .resources .nodes > .content-node.figure .resource-header .name, .article .resources .nodes > .content-node.figure .resource-header .toggle {
      font-family: "Noto Sans SemBd", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", sans-serif;
      font-weight: 600;
      color: #FFFFFF;
      line-height: 21px;
      min-height: 21px;
      font-size: 12px; }
    .article .resources .nodes > .content-node.figure .resource-header .toggle:hover {
      background: none;
      text-decoration: underline; }
  .article .resources .nodes > .content-node.figure .image-wrapper {
    padding: 0; }
    .article .resources .nodes > .content-node.figure .image-wrapper a:hover {
      background: none; }
    .article .resources .nodes > .content-node.figure .image-wrapper img {
      width: 100%;
      max-width: 100%;
      height: auto; }
  .article .resources .nodes > .content-node.figure .content {
    padding: 0; }

.article .resources .figures .content-node.figure.highlighted {
  border-left: 0px; }
  .article .resources .figures .content-node.figure.highlighted .resource-header {
    background-color: red; }

.article .resources .figures .content-node.fullscreen .resource-header .toggle.toggle-fullscreen, .article .resources .math .content-node.fullscreen .resource-header .toggle.toggle-fullscreen,
.article .resources .figures .content-node.highlighted .resource-header .toggle.toggle-res, .article .resources .math .content-node.highlighted .resource-header .toggle.toggle-res {
  color: #FFFFFF; }

.lens-article .content-node.figure .content-node.caption,
.lens-article .content-node.figure .figure-attribution {
  font-family: "Noto Sans Lt", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", sans-serif;
  font-weight: 300;
  padding-left: 20px;
  padding-right: 20px; }

.lens-article .content-node.figure .figure-attribution {
  font-style: italic; }

.lens-article .content-node.figure .figure-attribution .figure-attribution-link {
  color: #FFFFFF; }

.lens-article .content-node.figure.highlighted .content-node.caption {
  font-family: "Noto Sans Med", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", sans-serif;
  color: #FFFFFF; }

.content-node .figure_reference.highlighted {
  background-color: #eee2d9; }

a.figure_preview_link {
  width: 100%;
  height: 50px;
  overflow: hidden;
  display: block;
  line-height: 0; }

.figure_preview_img {
  width: 100%; }

.lens-article .content-node.caption > .content > .content-node.paragraph {
  padding-bottom: 0px; }

.panel.figures.resource-view .nodes:last-child {
  padding-bottom: 40px; }

/* table styles
------------------*/
.resources .nodes > .content-node.html-table .footers {
  display: none; }

.resources .nodes > .content-node.html-table table {
  table-layout: fixed;
  width: 100%;
  position: relative;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0; }

.resources .nodes > .content-node.html-table .table-wrapper {
  background-color: white; }

.resources .nodes > .content-node.html-table table tr:first-child td {
  font-weight: 600;
  background: lightgrey; }

.resources .nodes > .content-node.html-table .resource-header .name {
  font-size: 12px; }

.resources .nodes > .content-node.html-table .caption-title {
  font-size: 12px; }

.resources .nodes > .content-node.html-table .paragraph {
  font-size: 12px; }

td {
  color: #51534a; }

.article .resources .nodes > .content-node.supplement {
  color: #FFFFFF;
  margin-top: 100px;
  font-size: 14px; }
  .article .resources .nodes > .content-node.supplement .resource-header {
    background-color: #918A82;
    padding-top: 0; }
    .article .resources .nodes > .content-node.supplement .resource-header .name, .article .resources .nodes > .content-node.supplement .resource-header .toggle {
      font-family: "Noto Sans SemBd", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", sans-serif;
      font-weight: 600;
      color: #FFFFFF;
      line-height: 21px;
      min-height: 21px;
      font-size: 12px; }
    .article .resources .nodes > .content-node.supplement .resource-header .toggle:hover {
      background: none;
      text-decoration: underline; }
  .article .resources .nodes > .content-node.supplement .image-wrapper {
    padding: 0; }
    .article .resources .nodes > .content-node.supplement .image-wrapper a:hover {
      background: none; }
    .article .resources .nodes > .content-node.supplement .image-wrapper img {
      width: 100%;
      max-width: 100%;
      height: auto; }
  .article .resources .nodes > .content-node.supplement .content {
    padding: 0; }

.article .resources .supplements .content-node.supplement.highlighted {
  border-left: 0px; }
  .article .resources .supplements .content-node.supplement.highlighted .supplement-title, .article .resources .supplements .content-node.supplement.highlighted .supplement-location {
    font-family: "Noto Sans Med", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", sans-serif; }
  .article .resources .supplements .content-node.supplement.highlighted .resource-header {
    background-color: #568A50; }

.supplements-link .external {
  color: #FFFFFF;
  padding-left: 10%; }

.highlighted .supplements-link .external {
  font-weight: bold; }

.supplement-link .external {
  color: #FFFFFF; }

.article .resources .supplements .content-node.fullscreen .resource-header .toggle.toggle-fullscreen, .article .resources .math .content-node.fullscreen .resource-header .toggle.toggle-fullscreen,
.article .resources .supplements .content-node.highlighted .resource-header .toggle.toggle-res, .article .resources .math .content-node.highlighted .resource-header .toggle.toggle-res {
  color: #FFFFFF; }

.content-node .supplement_reference.highlighted {
  background-color: #e4eee3; }

.content-node .supplement_reference {
  font-family: "Noto Serif Lt", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", serif;
  font-weight: 300;
  background: none;
  color: #568A50;
  border-bottom: 1px solid #568A50;
  padding-right: 3px;
  padding-left: 3px; }

a.supplement_preview_link {
  width: 100%;
  height: 50px;
  overflow: hidden;
  display: block;
  line-height: 0; }

.supplement-image {
  width: 100%; }

.lens-article .content-node.caption > .content > .content-node.paragraph {
  padding-bottom: 0px; }

.panel.supplements.resource-view .nodes:last-child {
  padding-bottom: 40px; }

.supplements_heading {
  font-family: "Noto Sans Med", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", sans-serif;
  font-weight: 300;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  color: #d2cfc9; }

.supplement-title,
.supplement-subtitle,
.supplement-location,
.supplement-link {
  font-family: "Noto Sans Lt", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", sans-serif;
  padding-left: 20px; }

.supplement-title {
  margin-top: 7px; }

.article .resources .nodes > .content-node.extrafeature {
  color: #FFFFFF;
  margin-top: 100px;
  font-size: 14px; }
  .article .resources .nodes > .content-node.extrafeature .resource-header {
    background-color: #918A82;
    padding-top: 0; }
    .article .resources .nodes > .content-node.extrafeature .resource-header .name, .article .resources .nodes > .content-node.extrafeature .resource-header .toggle {
      font-family: "Noto Sans SemBd", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", sans-serif;
      font-weight: 600;
      color: #FFFFFF;
      line-height: 21px;
      min-height: 21px;
      font-size: 12px; }
    .article .resources .nodes > .content-node.extrafeature .resource-header .toggle:hover {
      background: none;
      text-decoration: underline; }
  .article .resources .nodes > .content-node.extrafeature .image-wrapper {
    padding: 0; }
    .article .resources .nodes > .content-node.extrafeature .image-wrapper a:hover {
      background: none; }
    .article .resources .nodes > .content-node.extrafeature .image-wrapper img {
      width: 100%;
      max-width: 100%;
      height: auto; }
  .article .resources .nodes > .content-node.extrafeature .content {
    padding: 0; }

.article .resources .extrafeatures .content-node.extrafeature.highlighted {
  border-left: 0px; }
  .article .resources .extrafeatures .content-node.extrafeature.highlighted .extrafeature-title, .article .resources .extrafeatures .content-node.extrafeature.highlighted .extrafeature-subtitle {
    font-family: "Noto Sans Med", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", sans-serif; }
  .article .resources .extrafeatures .content-node.extrafeature.highlighted .resource-header {
    background-color: #568A50; }

.extrafeatures-link .external {
  color: #FFFFFF;
  padding-left: 10%; }

.extrafeature-link .external {
  color: #FFFFFF; }

.article .resources .extrafeatures .content-node.fullscreen .resource-header .toggle.toggle-fullscreen, .article .resources .math .content-node.fullscreen .resource-header .toggle.toggle-fullscreen,
.article .resources .extrafeatures .content-node.highlighted .resource-header .toggle.toggle-res, .article .resources .math .content-node.highlighted .resource-header .toggle.toggle-res {
  color: #FFFFFF; }

.content-node .extrafeature_reference.highlighted {
  background-color: #e4eee3; }

.content-node .extrafeature_reference {
  font-family: "Noto Serif Lt", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", serif;
  font-weight: 300;
  background: none;
  color: #568A50;
  border-bottom: 1px solid #568A50;
  padding-right: 3px;
  padding-left: 3px; }

a.extrafeature_preview_link {
  width: 100%;
  height: 50px;
  overflow: hidden;
  display: block;
  line-height: 0; }

.extrafeature-image {
  width: 100%; }

.extrafeature-title,
.extrafeature-subtitle,
.extrafeature-location,
.extrafeature-link {
  font-family: "Noto Sans Lt", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", sans-serif;
  padding-left: 20px; }

.extrafeature-title {
  margin-top: 7px; }

.lens-article .content-node.caption > .content > .content-node.paragraph {
  padding-bottom: 0px; }

.panel.extrafeatures.resource-view .nodes:last-child {
  padding-bottom: 40px; }

.extrafeatures_heading {
  font-family: "Noto Sans Med", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", sans-serif;
  font-weight: 300;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-style: italic;
  font-size: 14px;
  color: #d2cfc9; }

.article .resources .content-node.footnote {
  border: none;
  border-radius: 0px;
  font-size: 14px; }
  .article .resources .content-node.footnote:last-of-type {
    margin-bottom: 30px; }

.article .resources .nodes > .content-node.footnote > .content {
  display: flex;
  flex-wrap: wrap;
  padding-left: 75px;
  padding-top: 15px; }

.article .resources .content-node.footnote .resource-header .name {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  padding-right: 0;
  width: 75px;
  padding-top: 15px; }

.article .resources .footnotes .content-node.highlighted {
  background-color: #CDC7C0;
  border-left: 3px solid transparent;
  color: #000000; }
  .article .resources .footnotes .content-node.highlighted .resource-header a.toggle.toggle-res {
    color: transparent; }

.article .resources .content-node.footnote.highlighted .resource-header .name {
  color: #E2510C; }

.lens-article .content-node.footnote .content .authors {
  order: 1;
  font-size: 14px;
  margin-right: 4px; }

.lens-article .content-node.footnote .content .title {
  order: 2;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 0;
  margin-right: 4px; }

.lens-article .content-node.footnote .content .source {
  order: 3; }

.article .resources .content-node.footnote .resource-header .toggles {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0;
  bottom: 0; }

.article .resources .content-node.footnote .resource-header {
  padding-top: 0;
  font-weight: 600;
  position: absolute;
  width: 5%;
  height: 100%; }

.article .resources .content-node.footnote .resource-header a.toggle {
  width: 100%;
  height: 100%;
  color: transparent; }
  .article .resources .content-node.footnote .resource-header a.toggle:hover {
    color: transparent; }

.article .resources .content-node.footnote .content .text a {
  color: #CDC7C0;
  border-bottom: 1px solid #CDC7C0; }
  .article .resources .content-node.footnote .content .text a:hover {
    background-color: #CDC7C0;
    color: #FFFFFF; }

.article .resources .content-node.footnote.highlighted .content .text a {
  color: #E2510C;
  border-bottom: 1px solid #E2510C; }
  .article .resources .content-node.footnote.highlighted .content .text a:hover {
    background-color: #E2510C;
    color: #FFFFFF; }

.footnote_reference {
  border-bottom: 1px solid;
  margin-left: 2px;
  margin-right: 2px; }

.footnote_reference.highlighted {
  background-color: #929292;
  color: #FFFFFF; }

.article .resources .content-node.footnote .toggles {
  overflow: hidden; }

.article .resources .nodes > .content-node {
  color: #FFFFFF;
  border-bottom: none; }
  .article .resources .nodes > .content-node .resource-header a {
    color: #FFFFFF; }
    .article .resources .nodes > .content-node .resource-header a:hover {
      color: #FFFFFF;
      background: none;
      text-decoration: underline; }

.article .resources .nodes > .content-node.publication-info .content-node[data-id=articleinfo] .heading.level-3 .content {
  font-family: "Noto Sans SemBd", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #dedace; }

.content-node[data-id=articleinfo] {
  display: none; }

.lens-article .content-node.publication-info {
  font-size: 14px; }

.lens-article .content-node.publication-info .label {
  float: left;
  font-weight: 600;
  width: 150px;
  color: #FFFFFF; }

.metadata-header {
  border-bottom: 1px solid;
  font-family: "Noto Sans Med", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #dedace;
  margin-bottom: 25px; }

.metadata-title {
  font-family: "Noto Sans Med", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #dedace;
  margin-top: 30px; }

.metadata-link {
  color: #FFFFFF; }

.metadata-text {
  font-family: "Noto Sans Lt", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", sans-serif; }

.article .resources .panel {
  background-color: #918A82;
  color: #FFFFFF;
  top: 82px;
  border-top: 40px solid #918A82; }

.article .resources .panel .surface .nodes > :first-child {
  margin-top: 0px; }

.article .resources .panel .surface.footnotes .nodes > :first-child .name {
  padding-top: 0px; }

.article .resources .panel .surface.footnotes .nodes > :first-child .content {
  padding-top: 0px; }

.article .resources .panel .surface.citations .nodes > :first-child .name {
  padding-top: 2px; }

.article .resources .panel .surface.citations .nodes > :first-child .content {
  padding-top: 0px; }

.article .resources .panel .surface.info .nodes > :first-child .content {
  padding-top: 0px; }

.article .resources .panel .toc {
  padding-top: 0px; }

body.reader #main {
  margin-top: 82px;
  height: calc( 100% - 82px); }

/* for Edge */
html {
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.article .document {
  width: 53%;
  border-right: 0px; }
  .article .document .surface.content {
    width: 90%; }
  .article .document .scrollbar-cover {
    width: 10%;
    background-color: #CDC7C0; }
    .article .document .scrollbar-cover .central-bar-preview {
      width: 100%;
      max-height: 82px;
      text-align: center; }
      .article .document .scrollbar-cover .central-bar-preview a:hover {
        background: none; }
    .article .document .scrollbar-cover .central-bar-preview.selected {
      border-top: 3px solid red; }

.article .resources {
  width: 47%;
  margin-top: -82px;
  height: calc( 100% + 82px); }

*:lang(ar) {
  direction: rtl; }

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 53%;
  height: 82px;
  font-size: 14px;
  line-height: 24px;
  color: #dedace; }

.loading .topbar-tablet {
  display: none; }

@supports not (-webkit-overflow-scrolling: touch) {
  /* CSS for other than iOS devices */
  .topbar-tablet {
    display: none; } }

.topbar-logo {
  height: 100%;
  float: left; }

.topbar-logo-img {
  height: 68%;
  position: absolute;
  top: 16%;
  left: 10px; }

.topbar-title {
  position: absolute;
  right: 12%;
  bottom: 0;
  width: 55%;
  text-align: end;
  font-family: "Noto Sans Med", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px; }

.topbar-date {
  background-color: #DA7D37;
  height: 100%;
  width: 10%;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center; }
  .topbar-date span {
    font-family: "Noto Sans ExtLt", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", sans-serif;
    font-weight: 200;
    color: #dedace;
    font-size: 2vw;
    line-height: 47px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }

.lens-article .content-node.cover .content {
  border-bottom: 1px solid #dedace; }

.lens-article .content-node.cover .authors .content {
  border-bottom: none; }

.lens-article .content-node.cover .authors .text {
  display: inline-block;
  padding: 0;
  font-size: 17px;
  margin-right: 4px; }

.cover-departement {
  font-family: "Noto Sans Lt", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", sans-serif;
  font-weight: 600;
  text-align: left; }

.cover-topic-location {
  font-family: "Noto Sans Lt", "Noto Sans Egyptian Hieroglyphs", "Noto Sans Arabic Light", "Noto Sans Devanagari Light", "Noto Sans Anatolian Hieroglyphs", "Noto Sans CJK TC", "Noto Sans CJK SC", sans-serif;
  font-weight: 600;
  text-align: left; }

.mobile-menu, .tablet-menu {
  display: none; }

@media only screen and (max-width: 1199px) {
  body.reader #container {
    min-width: auto; }
  .lens-article .content-node.cover .title {
    text-align: left; }
  .tablet-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 20000;
    height: 82px;
    width: 82px;
    background: #E2510C; }
    .tablet-menu .hamburg {
      display: block;
      width: 82px;
      height: 82px;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      transition: border-radius .5s; }
    .tablet-menu .line {
      position: absolute;
      right: 16px;
      height: 6px;
      width: 40px;
      background: #FFFFFF;
      display: block;
      transition: 0.5s;
      transform-origin: center; }
    .tablet-menu .line:nth-child(1) {
      top: 25px; }
    .tablet-menu .line:nth-child(2) {
      top: 39px; }
    .tablet-menu .line:nth-child(3) {
      top: 53px; }
    .tablet-menu.active .hamburg .line:nth-child(1) {
      transform: translateY(15px) rotate(-45deg);
      -ms-transform: translateY(15px) rotate(-45deg);
      -webkit-transform: translateY(15px) rotate(-45deg);
      -moz-transform: translateY(15px) rotate(-45deg);
      -o-transform: translateY(15px) rotate(-45deg); }
    .tablet-menu.active .hamburg .line:nth-child(2) {
      opacity: 0; }
    .tablet-menu.active .hamburg .line:nth-child(3) {
      transform: translateY(-13px) rotate(45deg);
      -ms-transform: translateY(-13px) rotate(45deg);
      -webkit-transform: translateY(-13px) rotate(45deg);
      -moz-transform: translateY(-13px) rotate(45deg);
      -o-transform: translateY(-13px) rotate(45deg); }
  .menu-bar {
    overflow: initial; }
    .menu-bar .context-toggles {
      position: fixed;
      background-color: #DA7D37;
      height: calc(100% - 56px);
      width: 47%;
      padding: 2%;
      transition: 0.5s;
      right: -60%; }
      .menu-bar .context-toggles.active {
        right: 0;
        overflow-y: scroll; }
        .menu-bar .context-toggles.active a.active {
          background: none;
          color: #dedace;
          text-decoration: underline;
          box-shadow: none; }
      .menu-bar .context-toggles a {
        width: 100%;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 24px;
        margin-top: 0; } }

@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .menu-bar .context-toggles {
    margin-top: 82px; }
  .menu-bar .context-toggles:not(.active) a.active {
    position: fixed;
    left: calc(53% + 16px);
    top: 59px;
    width: auto;
    font-size: 14px;
    line-height: 24px;
    box-shadow: 4px -6px 8px -4px rgba(0, 0, 0, 0.2); } }

@media only screen and (max-width: 767px) {
  .article .document, .topbar {
    width: 100%; }
  .topbar {
    height: 56px; }
  body.reader #main {
    margin-top: 56px;
    height: calc(100% - 56px); }
  .article .resources {
    position: absolute;
    left: 100%;
    width: 100%;
    margin-top: 0;
    transition: 0.5s;
    z-index: 4001; }
    .article .resources.active {
      left: 0;
      right: 0; }
      .article .resources.active .menu-bar .context-toggles:not(.active) a.active {
        position: fixed;
        left: 16px;
        top: 56px;
        width: auto;
        font-size: 14px;
        line-height: 24px;
        box-shadow: 3px 5px 8px 3px black; }
    .article .resources .panel {
      border-top: 24px solid #918A82; }
    .article .resources .nodes > .content-node.figure {
      margin-top: 3rem; }
  .menu-bar {
    height: 0; }
    .menu-bar .context-toggles {
      width: 60%; }
  .article .resources {
    height: 100%; }
    .article .resources .panel {
      top: 0; }
  .tablet-menu {
    display: none; }
  .mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 20000;
    height: 56px;
    width: 10%;
    min-width: 56px;
    background: #E2510C; }
    .mobile-menu .hamburg {
      display: block;
      width: 56px;
      height: 56px;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      transition: border-radius .5s; }
    .mobile-menu .line {
      position: absolute;
      right: 16px;
      height: 4px;
      width: 23px;
      background: #FFFFFF;
      display: block;
      transition: 0.5s;
      transform-origin: center; }
    .mobile-menu .line:nth-child(1) {
      top: 18px; }
    .mobile-menu .line:nth-child(2) {
      top: 27px; }
    .mobile-menu .line:nth-child(3) {
      top: 36px; }
    .mobile-menu.active .hamburg .line:nth-child(1) {
      transform: translateY(9px) rotate(-45deg);
      -ms-transform: translateY(9px) rotate(-45deg);
      -webkit-transform: translateY(9px) rotate(-45deg);
      -moz-transform: translateY(9px) rotate(-45deg);
      -o-transform: translateY(9px) rotate(-45deg); }
    .mobile-menu.active .hamburg .line:nth-child(2) {
      opacity: 0; }
    .mobile-menu.active .hamburg .line:nth-child(3) {
      transform: translateY(-9px) rotate(45deg); } }

.surface-scrollbar .visible-area {
  background-color: rgba(63, 63, 63, 0.3); }

.cover-image {
  width: auto;
  max-width: 100%;
  height: auto; }
