@media only screen and (max-width: 575px) {
  .stanford-news-list-view {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .stanford-news-list-view {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .stanford-news-list-view {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .stanford-news-list-view {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}

@media only screen and (min-width: 1200px) {
  .stanford-news-list-view {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}

@media only print {
  .stanford-news-list-view {
    margin-left: -0.25in;
    margin-right: -0.25in;
    width: calc(100% + 0.5in);
  }
}

.stanford-news-list-view::after {
  clear: both;
  content: "";
  display: block;
}

.stanford-news-list-view .views-rows {
  display: flex;
  flex-wrap: wrap;
}

.stanford-news-list-view .views-row {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
}

@media only screen and (min-width: 576px) {
  .stanford-news-list-view .views-row {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px;
  }
  .stanford-news-list-view .views-row:nth-of-type(3n+4) {
    clear: left;
  }
}

@media only screen and (min-width: 768px) {
  .stanford-news-list-view .views-row {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
  }
  .stanford-news-list-view .views-row:nth-of-type(3n+4) {
    clear: none;
  }
  .stanford-news-list-view .views-row:nth-of-type(4n+5) {
    clear: left;
  }
}

@media only screen and (min-width: 576px) {
  .role--authenticated .stanford-news-list-view .views-row:nth-of-type(3n+4) {
    clear: none;
  }
  .role--authenticated .stanford-news-list-view .views-row:nth-of-type(3n+5) {
    clear: left;
  }
}

@media only screen and (min-width: 768px) {
  .role--authenticated .stanford-news-list-view .views-row:nth-of-type(4n+5) {
    clear: none;
  }
  .role--authenticated .stanford-news-list-view .views-row:nth-of-type(3n+5) {
    clear: none;
  }
  .role--authenticated .stanford-news-list-view .views-row:nth-of-type(4n+6) {
    clear: left;
  }
}

/*# sourceMappingURL=stanford_news_views.list_view.css.map */