/* site base */
.categories_container label {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.categories_container select {
  padding: 0;
  border: 0;
  background-color: transparent;
}

.report_article {
  margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .report_article {
    margin-left: 0;
    margin-right: 0;
  }
}

.report_article img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 212px;
  object-fit: cover;
}

.report_article .content_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 20px;
}

.report_article .content_wrapper time {
  display: block;
  margin-bottom: 10px;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 400;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: 0.18px;
  color: #7b8591;
}

.report_article .content_wrapper h3 {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 500;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.31;
  color: #171a1d;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .report_article {
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
  }
  .report_article img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 212px;
    object-fit: cover;
  }
  .report_article .content_wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    height: 100%;
    margin-left: 65px;
    margin-top: 0;
  }
  .report_article .content_wrapper time {
    display: block;
    margin-bottom: 20px;
    font-family: 'Source Sans 3', sans-serif;
  font-weight: 400;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.25;
    letter-spacing: 0.24px;
    color: #7b8591;
  }
  .report_article .content_wrapper h3 {
    font-family: 'Source Sans 3', sans-serif;
  font-weight: 500;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.31;
    color: #171a1d;
    margin-bottom: 40px;
  }
}

/*# sourceMappingURL=reports_insights_page.css.map */
