/* DUKE TODAY NEWS ARTICLE */
.article-body p:first-of-type::first-letter {
  color: #d75404;
  font-family: 'roboto slab', serif;
  font-size: 60px;
  margin-right: 7px;
  line-height: .9;
  font-weight: 400;
  float: left;
}

h2.article-author {
  margin-bottom: 10px;
}

.news-article h3 {
  font-weight: normal;
  margin-top: 0;
}

h5.article-date {
  margin-top: 0;
}

div.related-articles ul {
  list-style-type: none;
  padding-left: 0;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 60px;
}

div.related-articles ul li {
  border-bottom: 1px dotted #CCCCCC;
  margin-top: 10px;
  padding-bottom: 10px;
}

.article-body p {
  font-weight: 300;
}

.social-bar .action {
  text-align: center;
  margin-right: 20px;
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
}

.social-bar .action p {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
  margin-top: 3px;
}

/* END: DUKE TODAY */

@media only screen and (max-width: 767px) {

  .news-article .panel-pane.pane-page-breadcrumb.no-title.block {
    width: 100%;
    margin: 10px auto;
  }

  .news-article #content {
    margin: 0 auto;
    width: 90%;
  }

  .social-bar .action p {
    font-size: 0;
  }


}
