.news-categories .list.archives ul li ul,
.news-archives .list.archives ul li ul {
  display: none;
}
.news-categories .list.archives ul li:first-child ul,
.news-archives .list.archives ul li:first-child ul {
  /* Display Month breakdown of archives only for the current year */
  display: block;
}
.news-posts-list .news-post-headline {
  font-size: 1.4em;
  margin-bottom: 0em;
}
.news-posts-list .news-post-info {
  font-size: 0.85em;
}
.news-posts-list .news-post-preview {
  margin-top: 0.5em;
}
.news-posts-single .news-title,
.news-posts-single .news-date {
  margin-top: 0.25em;
  margin-bottom: 0em;
}
.news-posts-single .news-post-information {
  clear: both;
}
.news-posts-single .news-post-information .news-post-social {
  text-align: right;
  padding: 0em;
}
.news-posts-single .news-post-information .news-post-social .facebook,
.news-posts-single .news-post-information .news-post-social .twitter,
.news-posts-single .news-post-information .news-post-social .linked-in,
.news-posts-single .news-post-information .news-post-social .google-plus {
  display: inline-block;
  vertical-align: top;
}
.news-posts-single .news-post-information .news-post-social .facebook {
  margin-top: -0.1em;
}
.news-posts-single .news-post-information .news-date {
  float: left;
  font-size: 0.85em;
}
.news-posts-single .cms-page-comment {
  background: #efefef;
  border: none;
  padding: 1em;
  margin: 0.5em 0em;
}
.news-posts-single .cms-page-comment .cms-page-comment-heading {
  font-weight: bold;
  margin-bottom: 0.5em;
}
