/********** PAGE LAYOUT **********/
.news no-results {
  text-align: center;
}

.news no-results h2 {
  padding-right: 0 !important;
}

.news .loadmore {
  display: table;
  margin: 0 auto;
}

body.news .partners {
  padding-top: 0 !important;
}

body.news .news.list.small {
  padding-top: 0 !important;
}

/***** NEWS MAIN LIST *****/
@media (min-width: 1251px) {
  .news.list.main .items grid-column:nth-child(3n) ~ grid-column {
    margin-top: 2.356rem;
  }
}
@media (min-width: 769px) and (max-width: 1250px) {
  .news.list.main .items grid-column:nth-child(2n) ~ grid-column {
    margin-top: 2.356rem;
  }
}
@media (min-width: 469px) and (max-width: 768px) {
  .news.list.main .items grid-column ~ grid-column {
    margin-top: 2.356rem;
  }
}
@media (max-width: 468px) {
  .news.list.main .items grid-column ~ grid-column {
    margin-top: 2.356rem;
  }
}
/***** NEWS STORY DETAIL *****/
.news.story_title {
  background-color: #000;
  display: block;
  position: relative;
}

.news.story_title > figure {
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  opacity: 0.5;
  z-index: 1;
}

.news.story_title grid-container {
  position: absolute;
  bottom: 3.75rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.news.story_title grid-column {
  visibility: hidden;
}

.news.story_title date {
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 300;
}

.news.story_title h1 {
  color: #FFF;
  font-size: 2.125rem;
  line-height: 3.188rem;
}

/***** AUTHOR *****/
post-author {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.5rem;
  min-height: 5.125rem;
  padding-left: 7.125rem;
  position: relative;
  width: 100%;
  z-index: 10;
}

post-author > figure {
  border-radius: 50%;
  display: block;
  float: left;
  height: 5.125rem;
  margin: 0;
  overflow: hidden;
  position: absolute;
  transform: translate3d(0, 0, 0);
  top: 0; left: 0;
  width: 5.125rem;
}

post-author img {
  display: block;
  width: 101%;
}

post-author text-content {
  color: #FFF;
  display: block;
  position: relative;
}

post-author text-content strong {
  
  display: block;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 100%;
  white-space: nowrap;
}

post-author text-content strong ~ span { display: block; font-size: 0.875rem; margin-top: 0.25rem; }
post-author text-content strong + span { font-weight: 500; }

/***** POST CONTENT *****/
.news.story_content grid-row {
  position: relative;
}

.news.story_content grid-row:after {
  background-color: #ED973B;
  content: "";
  position: absolute;
  left: 1.188rem;
  right: 1.188rem;
  bottom: 0;
  height: 2px;
}

@media (max-width: 768px) {
  .news.story_content grid-row:after {
    left: 0.938rem;
    right: 0.938rem;
  }
}
@media (min-width: 1621px) {
  .news.story_content grid-column > * {
    margin-left: 11.08%;
    width: 88.92%;
  }

  .news.story_content grid-column > blockquote,
  .news.story_content grid-column > content-embed {
    margin-left: 0%;
    width: 100%;
  }
}
@media (min-width: 1121px) and (max-width: 1620px) {
  .news.story_content grid-column > * {
    margin-left: 9.37%;
    width: 90.63%;
  }

  .news.story_content grid-column > blockquote,
  .news.story_content grid-column > content-embed {
    margin-left: 0%;
    width: 100%;
  }
}
@media (min-width: 1621px) {
  .news.story_content grid-row {
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 769px) and (max-width: 1620px) {
  .news.story_content grid-row {
    padding-bottom: 7.4%;
  }
}
@media (min-width: 469px) and (max-width: 768px) {
  .news.story_content grid-row {
    padding-bottom: 3.5rem;
  }
}
@media (max-width: 468px) {
  .news.story_content grid-row {
    padding-bottom: 2.5rem;
  }
}
.news.story_content + .news.list.smaller {
  padding-top: 0;
}

@media (min-width: 971px) {
  .news.story_title {
    height: 100%;
  }
}
content-embed {
  visibility: hidden;
}
