html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

.newsroom-list-posts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.newsroom-list-posts ul li {
  margin-bottom: 20px;
}
.newsroom-list-posts ul li article .list-posts-thumbnail {
  margin: 0 0 10px;
  width: 100%;
  height: 112px;
  overflow: hidden;
  position: relative;
}
.newsroom-list-posts ul li article .list-posts-thumbnail img {
  width: 100%;
  height: auto;
}
.newsroom-list-posts ul li article .list-posts-post-content p {
  font-size: 1em;
  color: #666;
}
.newsroom-list-posts ul li.no-thumbnail {
  background: #f4f4f4;
}
.newsroom-list-posts ul li.no-thumbnail article {
  padding: 10px;
}
.newsroom-list-posts.per-row-4 li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
.newsroom-list-posts.per-row-4 li:last-child {
  margin-right: 0;
}
.newsroom-list-posts.per-row-4 li:nth-child(4n) {
  margin-right: 0;
}
.newsroom-list-posts.per-row-4 li:nth-child(4n+1) {
  clear: left;
}
.newsroom-list-posts.per-row-3 li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
.newsroom-list-posts.per-row-3 li:last-child {
  margin-right: 0;
}
.newsroom-list-posts.per-row-3 li:nth-child(3n) {
  margin-right: 0;
}
.newsroom-list-posts.per-row-3 li:nth-child(3n+1) {
  clear: left;
}
.newsroom-list-posts.per-row-2 li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
.newsroom-list-posts.per-row-2 li:last-child {
  margin-right: 0;
}
.newsroom-list-posts.per-row-2 li:nth-child(2n) {
  margin-right: 0;
}
.newsroom-list-posts.per-row-2 li:nth-child(2n+1) {
  clear: left;
}
@media screen and (max-width: 480px) {
  .newsroom-list-posts li, .newsroom-list-posts.per-row-4 li, .newsroom-list-posts.per-row-3 li, .newsroom-list-posts.per-row-2 li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    display: block;
  }
  .newsroom-list-posts li:last-child, .newsroom-list-posts.per-row-4 li:last-child, .newsroom-list-posts.per-row-3 li:last-child, .newsroom-list-posts.per-row-2 li:last-child {
    margin-right: 0;
  }
  .newsroom-list-posts li::after, .newsroom-list-posts.per-row-4 li::after, .newsroom-list-posts.per-row-3 li::after, .newsroom-list-posts.per-row-2 li::after {
    clear: both;
    content: "";
    display: table;
  }
  .newsroom-list-posts li article, .newsroom-list-posts.per-row-4 li article, .newsroom-list-posts.per-row-3 li article, .newsroom-list-posts.per-row-2 li article {
    padding: 0 5px;
  }
  .newsroom-list-posts li .list-posts-thumbnail, .newsroom-list-posts.per-row-4 li .list-posts-thumbnail, .newsroom-list-posts.per-row-3 li .list-posts-thumbnail, .newsroom-list-posts.per-row-2 li .list-posts-thumbnail {
    height: auto;
  }
}

/*# sourceMappingURL=list-posts.css.map */
