/* line 3, /reporting/app/assets/stylesheets/common/news_items.scss */
.news-items-wrapper {
  display: flex;
  flex-direction: column;
}
/* line 7, /reporting/app/assets/stylesheets/common/news_items.scss */
.news-items-wrapper > .btn {
  margin-left: auto;
}
/* line 11, /reporting/app/assets/stylesheets/common/news_items.scss */
.news-items-wrapper > .news-items {
  margin-top: 2rem;
}
@media (min-width: 800px) {
  /* line 11, /reporting/app/assets/stylesheets/common/news_items.scss */
  .news-items-wrapper > .news-items {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1500px) {
  /* line 11, /reporting/app/assets/stylesheets/common/news_items.scss */
  .news-items-wrapper > .news-items {
    width: 70%;
  }
}
/* line 24, /reporting/app/assets/stylesheets/common/news_items.scss */
.news-items-wrapper .view-more-link {
  margin-left: auto;
}

/* line 30, /reporting/app/assets/stylesheets/common/news_items.scss */
.view.news-items {
  display: flex;
  flex-direction: column;
}
/* line 34, /reporting/app/assets/stylesheets/common/news_items.scss */
.view.news-items .news-item {
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 800px) {
  /* line 30, /reporting/app/assets/stylesheets/common/news_items.scss */
  .view.news-items {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  /* line 45, /reporting/app/assets/stylesheets/common/news_items.scss */
  .view.news-items .news-item {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
  }
}

/* line 55, /reporting/app/assets/stylesheets/common/news_items.scss */
.news-item ul {
  padding: 0 0 0 40px;
}
/* line 59, /reporting/app/assets/stylesheets/common/news_items.scss */
.news-item .summary {
  font-size: .85rem;
  color: #999;
  font-style: italic;
  line-height: 1.5;
}
/* line 67, /reporting/app/assets/stylesheets/common/news_items.scss */
.news-item.teaser {
  position: relative;
  padding: .75rem;
  border: 1px solid #efefef;
}
/* line 73, /reporting/app/assets/stylesheets/common/news_items.scss */
.news-item.teaser .tags {
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-right: .75rem;
}
/* line 85, /reporting/app/assets/stylesheets/common/news_items.scss */
.news-item.teaser .tags .tag {
  border: 1px solid #efefef;
  border-bottom: 0;
  padding: .25rem .5rem;
  font-size: .75rem;
  color: #666;
}
/* line 97, /reporting/app/assets/stylesheets/common/news_items.scss */
.news-item.teaser a.btn {
  position: absolute;
  right: .75rem;
  bottom: 0;
  transform: translateY(50%);
  padding: .25rem .5rem;
  border-radius: 0;
  text-transform: lowercase;
  background-color: white;
  color: #666;
  border: 1px solid #efefef;
  transition: background-color .3s, color .3s;
}
/* line 116, /reporting/app/assets/stylesheets/common/news_items.scss */
.news-item.teaser a.image {
  display: block;
  margin-bottom: .5rem;
  overflow: hidden;
}
/* line 121, /reporting/app/assets/stylesheets/common/news_items.scss */
.news-item.teaser a.image img {
  display: block;
  transform: scale(1);
  transition: transform .3s;
}
/* line 130, /reporting/app/assets/stylesheets/common/news_items.scss */
.news-item.teaser .content {
  padding: .25rem;
}
/* line 133, /reporting/app/assets/stylesheets/common/news_items.scss */
.news-item.teaser .content h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
/* line 139, /reporting/app/assets/stylesheets/common/news_items.scss */
.news-item.teaser .content a.btn {
  padding-left: 1.5rem;
}
/* line 144, /reporting/app/assets/stylesheets/common/news_items.scss */
.news-item.teaser .summary {
  margin-bottom: .5rem;
}
/* line 150, /reporting/app/assets/stylesheets/common/news_items.scss */
.news-item.teaser:hover a.btn {
  background-color: var(--green-cta);
  color: #FFF;
}
/* line 156, /reporting/app/assets/stylesheets/common/news_items.scss */
.news-item.teaser:hover a.image img {
  transform: scale(1.1);
}
/* line 164, /reporting/app/assets/stylesheets/common/news_items.scss */
.news-item.default {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
/* line 170, /reporting/app/assets/stylesheets/common/news_items.scss */
.news-item.default .left-wrapper {
  margin-bottom: 1rem;
}
/* line 173, /reporting/app/assets/stylesheets/common/news_items.scss */
.news-item.default .left-wrapper .back {
  display: block;
  padding-left: 1.5rem;
  margin-top: .5rem;
}
/* line 178, /reporting/app/assets/stylesheets/common/news_items.scss */
.news-item.default .left-wrapper .back::before {
  left: .75rem;
  height: auto;
  line-height: 1;
}
/* line 187, /reporting/app/assets/stylesheets/common/news_items.scss */
.news-item.default .right-wrapper header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
/* line 199, /reporting/app/assets/stylesheets/common/news_items.scss */
.news-item.default .right-wrapper header h1 {
  padding: .25rem;
  margin: 0;
}
/* line 204, /reporting/app/assets/stylesheets/common/news_items.scss */
.news-item.default .right-wrapper header .meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
/* line 211, /reporting/app/assets/stylesheets/common/news_items.scss */
.news-item.default .right-wrapper header .created-date,
.news-item.default .right-wrapper header .tags {
  margin-top: .125rem;
  padding: .125rem .25rem;
  font-size: .75rem;
}
/* line 219, /reporting/app/assets/stylesheets/common/news_items.scss */
.news-item.default .right-wrapper header .created-date {
  margin-right: 1.5rem;
}
/* line 223, /reporting/app/assets/stylesheets/common/news_items.scss */
.news-item.default .right-wrapper header .summary {
  padding: .25rem;
  margin-top: 1rem;
}
/* line 229, /reporting/app/assets/stylesheets/common/news_items.scss */
.news-item.default .right-wrapper header::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25%;
  height: 1px;
  background-color: var(--green-cta);
}
/* line 244, /reporting/app/assets/stylesheets/common/news_items.scss */
.news-item.default .right-wrapper .body {
  padding: .25rem;
}
@media (min-width: 800px) {
  /* line 164, /reporting/app/assets/stylesheets/common/news_items.scss */
  .news-item.default {
    flex-direction: row;
  }
  /* line 252, /reporting/app/assets/stylesheets/common/news_items.scss */
  .news-item.default .left-wrapper {
    position: relative;
    width: 30%;
    margin-right: 2rem;
  }
  /* line 259, /reporting/app/assets/stylesheets/common/news_items.scss */
  .news-item.default .right-wrapper {
    width: 50%;
  }
}
