  .paragraph--type--article-listing .article-listing .view-empty nav.pager {
  display: none;
}
@media screen and (min-width: 992px) {
  .paragraph--type--article-listing .article-listing.article-listing--latest > .row > .wrapper.col-lg-4, .paragraph--type--article-listing .article-listing.article-listing--latest > .row > .wrapper.col-lg-3, .paragraph--type--article-listing .article-listing.article-listing--latest > .row > .wrapper.col-lg-6 {
    margin-bottom: 0;
  }
}
.paragraph--type--article-listing .article-listing > .row > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}
.paragraph--type--article-listing .article-listing > .row > .wrapper > .listing-item {
  padding: 1.5rem;
  border: 1px solid #DEE2E6;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.paragraph--type--article-listing .article-listing > .row > .wrapper > .listing-item figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.paragraph--type--article-listing .article-listing > .row > .wrapper > .listing-item time {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}
.paragraph--type--article-listing .article-listing > .row > .wrapper > .listing-item .h3, .paragraph--type--article-listing .article-listing > .row > .wrapper > .listing-item .h4 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-family: "trade-gothic-next-condensed", "Arial Bold";
  font-weight: 700;
  margin-bottom: 0;
}
.paragraph--type--article-listing .article-listing > .row > .wrapper > .listing-item .h3 a, .paragraph--type--article-listing .article-listing > .row > .wrapper > .listing-item .h4 a {
  font-weight: 700;
}
.paragraph--type--article-listing .article-listing > .row > .wrapper > .listing-item .h3 a:hover, .paragraph--type--article-listing .article-listing > .row > .wrapper > .listing-item .h3 a:focus, .paragraph--type--article-listing .article-listing > .row > .wrapper > .listing-item .h4 a:hover, .paragraph--type--article-listing .article-listing > .row > .wrapper > .listing-item .h4 a:focus {
  text-decoration: none;
}
.paragraph--type--article-listing .article-listing > .row > .wrapper > .listing-item .summary {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  margin-top: 1rem;
}
.paragraph--type--article-listing .article-listing > .row > .wrapper > .listing-item .edit-link {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
  margin-top: 1rem;
}