.news .view-filters {
  background: #e7e7e7;
  border: 1px solid #ddd;
  padding: 0.6em 1em;
  margin-bottom: 2.5em;
}
.news .view-filters .views-exposed-form {
  padding: 0;
}
.news .view-filters .views-exposed-form .form-item input {
  height: 34px;
}
.news .view-filters .views-exposed-form .form-item select {
  height: 34px;
}
@media (min-width: 768px) {
  .news .view-filters .views-exposed-form .form-item {
    display: inline-block;
    margin-top: 0 !important;
    margin-right: 0.5em !important;
    margin-bottom: 0.5em !important;
    width: 41%;
  }
}
@media (min-width: 768px) {
  .news .view-filters .views-exposed-form .form-wrapper {
    display: inline-block;
    margin-top: 0 !important;
    margin-right: 0.5em !important;
    margin-bottom: 0.5em !important;
    width: inherit;
  }
}

.news .card {
  margin-bottom: 1.5em;
}
.news h3 {
  font-size: 16px;
}
@media (min-width: 992px) {
  .news h3 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .news h3 {
    font-size: 22px;
  }
}
.news.teaser h3 {
  font-size: 14px;
}
@media (min-width: 992px) {
  .news.teaser {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .news.teaser {
    font-size: 19px;
  }
}

/* Buttons */
.more {
  position: relative;
  display: block;
  margin: 1em auto;
  width: 50%;
  min-width: 200px;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 17px;
  color: #fff;
  background: #3476a4;
  padding: 10px 28px;
  text-decoration: none;
}
.more .zmdi {
  position: absolute;
  top: 14px;
  right: 28px;
  color: #bcd2e1;
  font-size: 16px;
}
.more:hover {
  color: #fff;
  background: #2e3237;
}

#main .news .group-link h3,
main .news .group-link h3 {
  color: #1f6689;
}
#main .news .group-link:hover h3,
main .news .group-link:hover h3 {
  color: #b31b1b;
}

.news .news-header {
  position: relative;
  margin-bottom: 2em;
}
.news .news-header h2 {
  color: #fff;
  margin-bottom: 1em;
}
.news .buttons {
  display: flex;
  justify-content: flex-end;
}
.news .card {
  position: relative;
  padding-bottom: 1em;
  padding-bottom: calc(1.5em - 8px);
  margin-bottom: 1.5em;
  border-bottom: 1px solid #e3e3e3;
}
.news .card:last-child {
  border: 0;
}
.news .card .group-link {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
  text-decoration: none;
}
.news .card .group-link .news-thumb {
  margin-bottom: 1em;
}
.news .card .group-link .news-thumb img {
  display: block;
}
@media (min-width: 768px) {
  .news .card .group-link .news-thumb {
    float: left;
    width: 20%;
    margin-right: 2%;
    margin-bottom: 0;
    margin-top: 0.3em;
  }
}
.news .card .group-link .title h3 {
  text-decoration: underline;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .news .card .group-link .title h3 {
    font-size: 18px;
    font-weight: 200;
  }
}
@media (min-width: 1200px) {
  .news .card .group-link .title h3 {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .news .card .group-link .title {
    float: left;
    width: 76%;
  }
}
.news .card .group-link .field-group {
  color: #333;
}
.news .card .group-link:hover .field-group {
  color: #333;
}
.news .card .field-group {
  font-weight: 500;
}
.news .card .field-group .date {
  position: relative;
  margin-top: 1em;
  margin-bottom: 0.75em;
  font-size: 15px;
}
.news .card .field-group .date:before {
  content: "";
  display: inline-block;
  background: #b31b1b;
  width: 10px;
  height: 10px;
  margin: 0 6px 0 0;
}
.news .card .field-group .tag {
  text-transform: uppercase;
}
.news .card .field-group .summary {
  display: block;
}
@media (min-width: 768px) {
  .news .card .field-group {
    float: left;
    width: 76%;
  }
}

.news-accent {
  background: #1c2126;
}
.news-accent .news {
  color: #fff;
}
.news-accent .news h2 {
  margin-bottom: 1em;
}
.news-accent .news .buttons {
  display: flex;
  justify-content: flex-end;
}
.news-accent .news .card .group-link {
  display: block;
  overflow: hidden;
  position: relative;
}
.news-accent .news .card .group-link .news-thumb {
  margin-bottom: 0;
}
.news-accent .news .card .group-link .news-thumb img {
  border-top: 3px solid #b31b1b;
}
@media (min-width: 768px) {
  .news-accent .news .card .group-link .news-thumb {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-top: 0.3em;
  }
}
.news-accent .news .card .group-link .title {
  position: absolute;
  bottom: 7px;
  width: 100%;
  text-align: center;
  background: rgba(48, 48, 48, 0.9);
  padding: 24px 38px;
}
.news-accent .news .card .group-link .title h3 {
  color: #fff;
  font-weight: 600;
}
@media (min-width: 992px) {
  .news-accent .news .card .group-link .title h3 {
    font-weight: 200;
  }
}
@media (min-width: 768px) {
  .news-accent .news .card .group-link .title {
    bottom: 10px;
  }
}
.news-accent .news .card .group-link:hover .title {
  background: #000;
}
.news-accent .news .card .field-group {
  color: #c7effb;
}
.news-accent .news .card .field-group .date {
  margin-top: 0;
}
@media (min-width: 768px) {
  .news-accent .news .card .field-group .date {
    float: left;
  }
}
@media (min-width: 768px) {
  .news-accent .news .card .field-group .tag {
    float: left;
    margin-left: 32px;
  }
}
@media (min-width: 768px) {
  .news-accent .news .card {
    clear: none;
    float: left;
    width: 31.667%;
    margin-right: 2.5%;
  }
  .news-accent .news .card:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .news-accent .more {
    position: absolute;
    top: -5px;
    right: 15px;
    margin: 0;
    width: inherit;
  }
}

.news.dynamic-news .card:last-child {
  margin-bottom: 0;
}

.paragraph--attached-news-block {
  border-top: 1px solid #ccc;
}

#main-article.primary .paragraph--attached-news-block.dark h2.h1 {
  color: #fff;
}
#main-article.primary .paragraph--attached-news-block.dark .title h3 {
  color: #fff;
}

.news-dynamic-hr {
  margin-bottom: 0;
  margin-top: 0;
}

/*# sourceMappingURL=scl-news.css.map */
