/*author content type*/
body.page-node-type-author #content .node .nm-mobile-only {
  display: none;
}
#nm-author-bio p {
  font-size: .8em;
  font-weight: bold;
  line-height: 1.2em;
  font-family: Arial, Verdana, sans-serif;
  color: #666;
  text-indent: 0;
}
body.page-node-type-author.one-sidebar #main {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 990.98px) {
  body.page-node-type-author.nm-responsive-page .block-narrative-author-info-block {
    padding-left: 15px;
  }
  body.page-node-type-author.nm-responsive-page #content {
    border-bottom: none;
  }
}
@media only screen and (max-width: 767.98px) {
  body.page-node-type-author.nm-responsive-page #content .node {
    max-width: 100%;
  }
  body.page-node-type-author.nm-responsive-page h1.page-header,
  body.page-node-type-author .block-narrative-author-info-block {
    display: none;
  }
  body.page-node-type-author.nm-responsive-page #nm-author-bio {
    margin-top: 0;
  }
  body.page-node-type-author.nm-responsive-page #nm-author-bio h1 {
    margin: 0;
  }
  body.page-node-type-author.nm-responsive-page #nm-author-bio .bio-text {
    padding-right: 5px;
    padding-top: 3px;
  }
  body.page-node-type-author #content .node .nm-mobile-only {
    display: block;
  }
  body.page-node-type-author #content .node .nm-mobile-only:after {
    content: " ";
    display: block;
    clear: both;
  }
  body.page-node-type-author #content .node .nm-mobile-only figure {
    float: left;
    width: 32%;
    padding-top: 5px;
    padding-right: 10px;
  }
  body.page-node-type-author #content .node .nm-mobile-only figure img {
    max-width: 190px;
    width: 100%;
  }
  body.page-node-type-author .region-sidebar-first,
  body.page-node-type-author #content {
    border: none;
    padding-bottom: 0;
    margin-top: 0;
  }
  body.page-node-type-author #content {
    padding-top: 11px;
    padding-right: 5px;
  }
  body.page-node-type-author .node h4 {
    margin-top: 15px;
  }
  body.page-node-type-author .item-list ul {
    padding: 10px 0 0 2em;
  }
}
