/* site base */
.before_loop {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 50px;
}

.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;
  }
}

.article_content {
  background-color: #fff;
  margin-top: -120px;
  padding-top: 13px;
  margin-bottom: 59px;
}

@media screen and (min-width: 768px) {
  .article_content {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .article_content {
    margin-top: -231px;
    padding-top: 39px;
  }
}

@media screen and (min-width: 768px) {
  .article_content .meta_data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .article_content .meta_data .label {
    display: inline-block;
  }
}

.article_content .meta_data time {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.17;
  letter-spacing: 0.18px;
  color: #7b8591;
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .article_content .meta_data time {
    margin-left: 15px;
  }
}

@media screen and (min-width: 992px) {
  .article_content .meta_data time {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.24px;
    margin-left: 18px;
  }
}

.article_content .meta_data a {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.69;
  letter-spacing: 0.24px;
  color: #4dc8ed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  text-decoration: none;
}

.article_content .meta_data a img {
  display: block;
  width: 13px;
  height: 17px;
  margin-right: 5px;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .article_content .meta_data a img {
    width: 16px;
    height: 21px;
    margin-right: 10px;
  }
}

.article_content h3 {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.39;
  color: #171a1d;
}

@media screen and (min-width: 992px) {
  .article_content h3 {
    font-size: 40px;
    line-height: 1.25;
    margin: 19px 0 43px;
  }
}

.article_content img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  max-height: 237px;
  margin-bottom: 27px;
  object-fit: cover;
}

@media screen and (min-width: 992px) {
  .article_content img {
    margin-bottom: 43px;
  }
}

.article_content-content {
  margin-bottom: 60px;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 400;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #7b8591;
  overflow-wrap: break-word;
}

.article_content-content img {
  display: block;
  max-width: 100%;
}

@media screen and (min-width: 992px) {
  .article_content-content {
    line-height: 1.7;
    font-size: 20px;
  }
}

/*# sourceMappingURL=single_post.css.map */
