/* site base */
.featured_article {
  position: relative;
  width: 90%;
  height: 170px;
  margin: auto;
  text-align: left;
  margin-top: -60px;
  margin-bottom: 70px;
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 992px) {
  .featured_article {
    height: 380px;
    margin-top: -90px;
    margin-bottom: 90px;
    max-width: 1232px;
  }
}

.featured_article img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured_article .content_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 20px 40px 20px;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .featured_article .content_wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}

@media screen and (min-width: 992px) {
  .featured_article .content_wrapper {
    padding: 20px 20px 45px 86px;
  }
}

.featured_article .content_wrapper time {
  display: inline-block;
  margin-bottom: 10px;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 400;
  font-weight: normal;
  letter-spacing: 0.18px;
  line-height: 1.17;
  font-size: 12px;
  color: #ffffff;
}

@media screen and (min-width: 992px) {
  .featured_article .content_wrapper time {
    margin-bottom: 16px;
    letter-spacing: 0.21px;
    line-height: 1.36;
    font-size: 14px;
  }
}

.featured_article .content_wrapper a {
  display: block;
  text-decoration: none;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 500;
  font-weight: normal;
  line-height: 1.25;
  color: #ffffff;
  font-size: 18px;
  outline: 0;
  line-height: 1.36;
  letter-spacing: normal;
}

.featured_article .content_wrapper a:focus {
  outline: 0;
}

@media screen and (min-width: 992px) {
  .featured_article .content_wrapper a {
    letter-spacing: 0.21px;
    font-size: 40px;
  }
}

.news_article {
  margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .news_article {
    margin: 0 50px 56px;
  }
}

.news_article img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 212px;
  object-fit: cover;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .news_article img {
    margin-bottom: 35px;
  }
}

.news_article .content_wrapper time {
  display: block;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 400;
  font-weight: normal;
  letter-spacing: 0.24px;
  font-size: 12px;
  line-height: 1.17;
  color: #7b8591;
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .news_article .content_wrapper time {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.25;
  }
}

.news_article .content_wrapper h3 {
  margin-bottom: 20px;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 500;
  font-weight: normal;
  line-height: 1.39;
  font-size: 18px;
  color: #171a1d;
}

@media screen and (min-width: 992px) {
  .news_article .content_wrapper h3 {
    margin-bottom: 30px;
    line-height: 1.31;
    font-size: 26px;
  }
}

.before_loop {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 50px;
}

/*# sourceMappingURL=viewpoint.css.map */
