/**
 * Lists
 */
/**
 * Markup generated by theme_item_list().
 */
.item-list .title {
  font-weight: bold;
}
.item-list ul,
.item-list ul li {
  margin: 0;
  padding: 0;
}
.item-list ol,
.item-list ul {
  margin-left: 1.5em;
  margin-top: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin:1rem 0 1rem 1.5em;
}
li {
  margin-bottom: 1rem;
}
ol li {
  list-style:inside numeric;
}
ul.action-links li,
.item-list > ul > li {
  list-style:inside disc;
}
.zone-superheader-first ul,
ul.inline,
ul.links.inline,
.inline ul {
  display: inline;
  padding-left: 0;
}
ul.inline li,
.inline ul li {
  display: inline;
  list-style-type: none;
  margin-right: 1rem;
}

ul.menu .active-trail {
  font-weight:bold;
}
.zone-superheader-second ul.menu {
  margin: 0;
}

ul.collection,
.pane-highwire-collection-articles .highwire-list ul {
  padding-left: 0;
}
/* Superheader menus */
.zone-superheader-first ul li {
  display: inline;
  list-style-type: none;
  margin-right: 0rem;
}
/* TOC UL & Footer links */
.issue-toc ul,
.pane-highwire-pap ul,
footer ul {
  display: block;
  list-style-type: none;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
/* Archive year list */
ul.issue-browser {
  -webkit-padding-start: 0px;
}
.nav-children ul.issue-browser li {
  width: 20%;
}
/* MOST CITED/READ */
.pane-drupal-pub-aan-mc-read .pane-panels-ajax-tab-container {
  padding-left: 2rem;
}
.pane-drupal-pub-aan-mc-read .highwire-article-citation-list ul li {
  list-style: decimal;
}
.pane-drupal-pub-aan-mc-read.panel-pane .highwire-article-citation a {
  display: block;
}
.pane-drupal-pub-aan-mc-read .highwire-article-citation .highwire-cite > .highwire-cite-linked-title {
  font-weight: normal;
}

/* TOC / ARTICLE JUMP TO */

/* Intra-Article/Issue Navigation ("Jump To" for content sections & tabs) */
.pane-highwire-toc-sections .highwire-toc-sections-nav ul,
.pane-highwire-toc-sections .highwire-toc-sections-nav ol,
.pane-highwire-article-nav .highwire-article-nav ul,
.pane-highwire-article-nav .highwire-article-nav ol {
  padding-left: 35px;
  margin-bottom: 0;
}

.pane-highwire-toc-sections .highwire-toc-sections-nav ul ul,
.pane-highwire-toc-sections .highwire-toc-sections-nav ol ol,
.pane-highwire-article-nav .highwire-article-nav ul ul,
.pane-highwire-article-nav .highwire-article-nav ol ol {
  padding-left: 0px;
}

.pane-highwire-toc-sections .highwire-toc-sections-nav li,
.pane-highwire-article-nav .highwire-article-nav li {
  line-height: 1.5em;
  margin-bottom: 6px;
}


.highwire-toc-sections-nav ul li,
.highwire-article-nav ul li {
  position: relative;
}

/* Circle Outline */
.highwire-toc-sections-nav ul li:before,
.highwire-toc-sections-nav ul li > a:before,
.highwire-article-nav ul li:before,
.highwire-article-nav ul li > a:before {
  content: "\f10c";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 0.85em;
  font-style: normal;
  font-weight: bold;
  height: auto;
  line-height: normal;
  position: relative;
  left: -1.5em;
  text-decoration: inherit;
  width: 0;
  z-index: 5;
  -webkit-font-smoothing: antialiased; /* TODO: Remove - Isn't this defined globally in text.css? */
  color: #006e49;
}

.highwire-toc-sections-nav > .highwire-list > ul > li:before,
.highwire-article-nav > .highwire-list > ul > li:before {
  font-size: 1.25em;
  top: 0.09em;
}
.panel-pane .highwire-article-nav a,
.panel-pane .highwire-toc-sections-nav a {
  display: inline;
}

/* Circle Fill */
.highwire-toc-sections-nav ul li > a:before,
.highwire-article-nav ul li > a:before {
  content: "\f111";
  z-index: 4;
}

.highwire-toc-sections-nav > .highwire-list > ul > li > a:before,
.highwire-article-nav > .highwire-list > ul > li > a:before {
  left: -2em;
  top: -1px;
}


/* Border */
.highwire-toc-sections-nav ul li:after,
.highwire-article-nav ul li:after {
  content: ".";
  display: block;
  height: 100%;
  margin-left: 1px;
  position: absolute;
  left: -1em;
  top: 1em;
  text-indent: -999em;
  width: 1px;
  z-index: 3;
  background-color: #006e49;
}

.highwire-toc-sections-nav ul li.parent:after,
.highwire-toc-sections-nav ul li.last:after,
.highwire-article-nav ul li.last:after,
.highwire-article-nav ul li.parent:after {
  content: none;
  height: 0;
  width: 0;
}

.highwire-toc-sections-nav > .highwire-list > ul > li:after,
.highwire-article-nav > .highwire-list > ul > li:after {
  height: 100%;
  left: -1.45em;
  top: 1.25em;
}
/* Colors */
.highwire-toc-sections-nav ul li > a:before,
.highwire-article-nav ul li > a:before {
  color: #fff;    /* page_bg */
}

.pane-style-alt-content .highwire-toc-sections-nav ul li > a:before,
.pane-style-alt-content .highwire-article-nav ul li > a:before {
  color: #006e49;    /* alt_content_bg */
}

.highwire-toc-sections-nav ul li:before,
.highwire-article-nav ul li:before,
.highwire-toc-sections-nav ul li > a:hover:before,
.highwire-article-nav ul li > a:hover:before,
.pane-style-alt-content .highwire-toc-sections-nav ul li > a:hover:before,
.pane-style-alt-content .highwire-article-nav ul li > a:hover:before {
  color: #006e49;    /* highlight_text_bg */
}

.highwire-toc-sections-nav ul li:after,
.highwire-article-nav ul li:after {
  background-color: #006e49;    /* highlight_text_bg */
}

/* Social Media Widget */
.top-aux .pane-aan-social-widget {
  position: absolute;
}
.pane-aan-social-widget h2 {
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1rem;
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 1rem;
}
.top-aux .pane-aan-social-widget h2 {
  font-size: 1rem;
}
.pane-aan-social-widget ul {
  text-align: center;
  margin: 0px auto;
}
.pane-aan-social-widget ul li {
  list-style: none;
  margin-bottom: 1rem;
}
.pane-aan-social-widget ul li.last {
  margin-bottom: 0;
}

/* Corrections */
.pane-highwire-corrections .messages ul {
  list-style: disc;
}
.pane-highwire-corrections .messages ul a {
  display: block;
}

/* General list style none */
.list-style-none ul li,
ul.list-style-none li,
.highwire-toc-sections-nav ul li,
.highwire-article-nav ul li,
ul.highwire-comments li {
  list-style: none;
}
/* No padding/margin left */
ul.highwire-comments,
.highwire-search-results ul {
  padding-left: 0;
  margin-left: 0;
}
ul.highwire-comments .highwire-citation-type-highwire-comment .highwire-cite-metadata {
  display: inline;
}
