/**
 * This file contains CSS for highwire markup style.
 *
 * Copyright (c) HighWire Press, Inc.
 * This software is open-source licensed under the GNU Public License Version 2 or later
 * The full license is available in the LICENSE.TXT file at the root of this repository
 */

.highwire-markup ul {
  padding-left: 40px;
}

.highwire-markup .contributors{
  text-align: left;
}

.highwire-markup div.contributors ol.contributor-list{
  font-weight: bold;
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
  text-align: left;
  white-space: normal;
}

.highwire-markup div.contributors ol.contributor-list li{
  display: inline;
  line-height: 1.1em;
  padding: 0;
  margin: 0;
  text-align: left;
  white-space: normal;
}

.highwire-markup div.contributors ol li a {
  border: 0;
  font-weight: normal;
  text-decoration: none;
  vertical-align: .2em;
}

.highwire-markup .affiliation-list-reveal {
  margin-top: 10px;
}

.highwire-markup .affiliation-list-reveal a.view-more {
  float: left;
  margin: 0 5px;
  padding: 0;
  text-align: center;
  width: 0.9em;
}

.highwire-markup .affiliation-list-reveal a.view-more {
  border: 0;
  display: block;
  font-size: 1.5em;
  line-height: 0.9em;
  padding: 0 5px;
}

.highwire-markup div.contributors ol.affiliation-list {
  font-weight: normal;
  list-style: none;
}

.highwire-markup .hideaffil {
  left: -9999px;
  position: absolute;
  width: 5000px;
}

.highwire-markup div.contributors ol.affiliation-list li {
  display: list-item;
  margin-left: 5px;
  padding-left: 0;
}

.highwire-markup div.contributors ol.affiliation-list li address{
  border: 0;
  display: inline;
  font-style: italic;
  padding: 0;
  margin: 0;
}

.highwire-markup div.contributors ol.corresp-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.highwire-markup div.contributors ol.corresp-list li {
  margin-left: 0;
}

.highwire-markup div.contributors li.corresp a {
  font-weight: normal;
  text-decoration: none;
  vertical-align: 0em;
}

.highwire-markup .corresp-list .corresp-label {
  font-size: 0.85em;
  line-height: 0;
  vertical-align: super;
}

.highwire-markup #content-block-markup ul.history-list {
  list-style-type: none;
  margin: 5px 0;
  padding: 0 0 0;
}


.highwire-markup .article div.section {
  border: 0;
  clear: both;
  margin: 0;
  padding: 0;
}

.highwire-markup .article div.section h2{
  border: 0;
  border-bottom: 2px dotted #999;
  font-size: 125%;
  margin: 10px 0 10px 0;
}

.highwire-markup a[class^="xref-"],
.highwire-markup a[class*=" xref-"] {
  font-weight: bold;
  text-decoration: none;
}

.highwire-markup .article div.section h3,
.highwire-markup .article div.section h4{
  display:inline;
  font-size:1.1em;
  font-weight: bold;
  padding:0;
  margin:0;
  margin-right: 5px;
  text-transform: none;
}

.highwire-markup .article div.section h3 {
  padding-bottom: 10px;
}

.highwire-markup .article div.section h4{
  font-style: italic;
}

.highwire-markup ul.kwd-group {
  border-top:1px dotted #999;
  border-bottom:1px dotted #999;
  font-size:.833em;
  font-weight:bold;
  line-height: 2;
  padding:.5em;
  margin: 0;
  margin-bottom: 1em;
  text-align: center;
}

.highwire-markup ul.kwd-group li.kwd {
  background-color: #d8d8d8;
  display:inline;
  padding: .5em;
  margin: 0 .7em;
  line-height: 2;
  white-space: normal;
}

.highwire-markup .article div.section {
  border: 0;
  clear: both;
  margin: 0;
  padding: 0;
}

.highwire-markup div.article .fig,
.highwire-markup div.article .table {
  margin: 1em 20px 1em 20px;
  clear: both;
}

.highwire-markup div.fig a.in-nw-vis {
  display: inline;
}

.highwire-markup .fig-caption,
.highwire-markup .graphic-caption,
.highwire-markup .table-caption,
.highwire-markup .table-foot,
.highwire-markup .media-caption {
  line-height: 1.4;
}

.highwire-markup .fig-label,
.highwire-markup .table-label{
  font-weight: bold;
}

/* Figure callout links */
.highwire-markup .figure-callout {
	margin-bottom: 0.6em;
	text-align: center;
}

/* Figure callout links -- "button" style */
.highwire-markup .figure-callout-links a {
	background: #F5F5F5;
	border: 1px solid #DDD;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	font-size: 0.85em;
	padding: 0.5em;
}

.highwire-markup .figure-callout-links a:hover {
	background: #FCFCFC;
}

/* Figure callout links -- link text */
.highwire-markup .figure-callout-links span {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}

/* Figure callout links -- link icon */
.highwire-markup .figure-callout-icon {
	height: 20px;
	margin-right: 5px;
	vertical-align: middle;
	width: 20px;
}

.highwire-markup div.caption-clear{
  clear: both;
}

/* SHASTA-2322 - responsive Brightcove video */
.highwire-markup .video-content > .player-container {
  height: 0;
  margin-bottom: 5px;
  padding-bottom: 56.25%; /* forces 16:9 aspect ratio */
  position: relative;
}
.highwire-markup .video-content > .player-container > .video-js {
  position: absolute;
  left: 0;
  top: 0;
  height: 100% !important; /* override inline style */
  width: 100% !important; /* override inline style */
}
/* recenter default player "play" button */
.highwire-markup .video-content .bc-player-default_default .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -52.5px; /* = half button height */
  margin-left: -78px; /* = half button width */
}

.highwire-markup ul.copyright-statement {
  list-style-type: none;
}

.highwire-markup div.fn-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}

.highwire-markup div.bio{
   margin-top:1em;
}

.highwire-markup div.fn-group ul li {
  border-bottom: 1px solid #C8C8C8;
  margin: 0 auto;
  padding: .5em 0;
  text-align: left;
  width: 95%;
}

.highwire-markup div.fn-group ul li p {
  margin-bottom:  0;
}

.highwire-markup #content-block-markup div.fn-group ul li p {
  margin: .5em 0;
  padding: 0;
}


/*=============REFERENCES===========*/


.highwire-markup ol.ref-use-labels {
  list-style: none;
  margin-left: .5em;
}

.highwire-markup ol.cit-list {
  font-size: 0.9em;
  margin-left: 2.5em;
  padding-left: 0;
}

.highwire-markup ol.cit-list li {
  display: list-item;
  padding: .3em 0;
}

.highwire-markup div.ref-list .rev-xref-ref,
.highwire-markup div.ref-list .rev-xref-ref:link {
  border: 0;
  text-decoration: none;
}


.highwire-markup div.ref-cit,
.highwire-markup .ref-cit div,
.highwire-markup .ref-cit cite,
.highwire-markup .ref-cit ol,
.highwire-markup .ref-cit li {
  display: inline;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.highwire-markup div.ref-cit .cit-metadata li {
  display: inline;
}

.highwire-markup ol.cit-list li {
  display: list-item;
  padding: .3em 0;
}

.highwire-markup div.ref-cit cite {
  font-style: normal;
}
.highwire-markup div.ref-cit .cit-vol {
  font-weight: bolder;
}

.highwire-markup div.ref-cit div.cit-metadata {
  margin-right: 0.5em;
}

.highwire-markup div.ref-cit div.cit-extra a {
  display: inline-block;
  font-size: 88%;
  margin-right: 0.75em;
  text-decoration: underline;
  vertical-align: middle;
  white-space: nowrap;
}

.highwire-markup div.ref-cit cite span.cit-source,
.highwire-markup div.ref-cit cite abbr.cit-jnl-abbrev {
  margin-right: .1em;
  font-style: italic;
}

.qtip.hw-ref-link-tooltip {
  max-width: 33%;
}

.hw-ref-link-tooltip.qtip-pos-bl .qtip-tip,
.hw-ref-link-tooltip.qtip-pos-bc .qtip-tip,
.hw-ref-link-tooltip.qtip-pos-br .qtip-tip {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

.affiliation-list-reveal a.view-more {
	border: 0;
	display: block;
	font-size: 1.5em;
	line-height: 0.9em;
	padding: 0 5px;
}
.affiliation-list-reveal a.view-more {
	float: left;
	margin: 0 5px;
	padding: 0;
	text-align: center;
	width: 0.9em;
}

/* Citation Info */
.hw-article-citation div {
	font-size: 0.9em;
}

.hw-article-citation div + div {
	margin-top: 10px;
}

.hw-article-citation .citation-info {
	padding: 0 5px 0 0;
}

.hw-article-citation .doi,
.hw-article-citation .cit-date,
.hw-article-citation .page-num  {
  font-weight: bold;
}

.page-num .first-page + .last-page:before {
  content: " - ";
}

/* Original Source Link */
.orig-source {
  text-align: center;
}

/* Table styles
   ------------ */
.table-expansion {
  overflow: auto;
  width: 100%;
}

.table-image-expansion {
  overflow: visible;
}

.table-expansion table {
  font-family: monospace;
}

.table-expansion table thead {
  font-weight: bold;
  background-color: whitesmoke;
}

.table-expansion table th, .table-expansion table td {
  border: 1px solid lightgrey;
}

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

.table-expansion .highwire-figure + .table-caption {
  margin-top: 10px;
}


.table-placeholder [class^="icon-"],
.table-placeholder [class*=" icon-"] {
  padding-right: 5px;
  vertical-align: middle;
}

/* Text Styles
	------------ */
sup,
sub,
.nlm-sup,
.nlm-sub {
  font-size:  0.75em;
  position: relative;
  bottom: 0.5em;
}

sub,
.nlm-sub {
  bottom: -0.5em;
}

ol.duplicate {
  display: none;
}

.underline {
  text-decoration: underline;
}

.highwire-markup .list-simple,
.highwire-markup .list-simple li {
  list-style: none;
}

/* SHASTA-2321 & JCORE-3289 */
.highwire-markup ul.list-unord,
.highwire-markup ol.list-disc {
  list-style: disc;
}

.highwire-markup ol.list-ord {
  list-style: decimal;
}

/* DRQUEST-1524 */
.highwire-markup ol.list-alphalower {
  list-style-type: lower-alpha;
}

/* JCORE-3289 */
.highwire-markup ol.list-circle {
  list-style: circle;
}

.highwire-markup ol.list-square {
  list-style: square;
}

.highwire-markup ol.list-alphaupper {
  list-style-type: upper-alpha;
}

.highwire-markup ol.list-romanlower {
  list-style-type: lower-roman;
}

.highwire-markup ol.list-romanupper {
  list-style-type: upper-roman;
}

/* Get rid of this weird inline font styling on adjuncts.
  It should inherit the font family and size from the site styles.
*/
.highwire-markup .highwire-journal-article-marker-start + .auto-clean > span[style]:first-child {
  font-family: inherit !important;
  font-size: 100% !important;
}

/* MathJax Equations
  ------------------- */

.highwire-markup .disp-formula-label,
.highwire-markup .MathJax_Display {
  font-size: 14px;
  margin-bottom: 10px;
}

.highwire-markup .disp-formula-label {
  text-align: right;
  display: block;
}

.highwire-markup .disp-formula-label::before {
  content: '(';
}

.highwire-markup .disp-formula-label::after {
  content: ')';
}

/*
 SF Case 00471816:symbols alignment.
*/
.highwire-markup .inline-formula img.highwire-embed {
  vertical-align: middle;
}

/* JCORE-3395 */
.highwire-markup p > span.disp-formula {
  display: block;
  text-align: center;
  overflow-x: auto;
}

/* not all MathJax spans are wrapped in .MathJax_Display */
.highwire-markup .disp-formula .mathjax > .MathJax {
  font-size: 14px;
}

/* end JCORE-3395 */

/* JCORE-3326: Adding CSS for MAthJax in table cells */
.highwire-markup table .mathjax span {
  clip: auto !important;
}
