.news-item {
  position: relative;
  display: block; }
  .news-item .homepage-news-title-overlay {
    height: 130px;
    background: rgba(51, 51, 51, 0.8);
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: 0; }
    .news-item .homepage-news-title-overlay h2 {
      color: #fff; }
  .news-item .homepage-news-date-overlay {
    height: 76px;
    width: 76px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(51, 51, 51, 0.8);
    color: #fff; }
    .news-item .homepage-news-date-overlay h2 {
      color: #fff; }

.nostylelist {
  list-style: none;
  padding-left: 0px; }
  .nostylelist li {
    list-style: none; }
    .nostylelist li a {
      text-decoration: none; }

a {
  text-decoration: none; }
  a.active {
    text-decoration: underline; }

li.hide {
  display: none !important; }

#content {
  width: 100% !important; }

/*# sourceMappingURL=style.css.map */
