/**
 * Square mixin
 *
 * @param [Number] $dimensions = the height and width of the element
 */
/* stylelint-disable */
/* stylelint-enable */
/*!
 * Font Awesome Free 5.12 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
body:after {
  content: "bp-xs";
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  padding: 0.625rem;
  background: red;
  visibility: hidden;
  opacity: 0;
}

body.theme-debug-mode:after {
  visibility: visible;
}

@media (min-width: 768px) {
  body:after {
    content: "bp-sm";
    position: fixed;
    bottom: 0;
    right: 0;
    background: #ffce00;
  }
}

@media (min-width: 940px) {
  body:after {
    content: "bp-md";
    position: fixed;
    bottom: 0;
    right: 0;
    background: yellow;
  }
}

@media (min-width: 1201px) {
  body:after {
    content: "bp-lg";
    position: fixed;
    bottom: 0;
    right: 0;
    background: green;
  }
}

/* stylelint-disable */
/* stylelint-enable */
[class*="block--facet-blocknews-"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

[class*="block--facet-blocknews-"] h2,
[class*="block--facet-blocknews-"] h3,
[class*="block--facet-blocknews-"] h4 {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 400;
}

[class*="block--facet-blocknews-"] h2:after,
[class*="block--facet-blocknews-"] h3:after,
[class*="block--facet-blocknews-"] h4:after {
  content: ": ";
  margin-right: 0.625rem;
}

.view--news-overview .view__header {
  padding-bottom: 1.25rem;
}

.item-list__news_links {
  display: block;
  padding: 0;
  margin: -0.625rem -0.21875rem 0 -0.21875rem;
  font-size: 0;
}

.item-list__news_links .facet-item {
  display: inline-block;
  margin: 0.625rem 0.21875rem 0 0.21875rem;
  font-size: 0;
}

.item-list__news_links .facet-item a {
  font-size: 0.8125rem;
  line-height: 1rem;
  display: block;
  padding: 0.3125rem 0.8125rem;
  border: 1px solid #0066bb;
  border-radius: 0.9375rem;
  text-decoration: none;
  color: #1d1e20;
}

.item-list__news_links a {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  position: relative;
  display: inline;
  text-decoration: underline;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border 0.3s ease-in-out;
}

.item-list__news_links a, .item-list__news_links a:visited {
  color: #0066bb;
}

.item-list__news_links a:hover {
  color: #17305b;
}

.item-list__news_links a:active {
  color: #17305b;
}

.item-list__news_links .news-facet-item__status {
  display: none;
}

.facets-widget-news_links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.facet-item--clear {
  display: none;
  list-style: none;
  white-space: nowrap;
}

.facet-item--clear.show-reset-link {
  display: inline-block;
}

.facet-item--clear a {
  position: relative;
  text-decoration: underline;
}

.facet-item--clear a:before {
  content: "\f057";
  display: inline-block;
  margin: 0 0.5rem 0.1875rem 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 1rem;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
}

.facet-item--clear a:before {
  transition: none;
}

@media (min-width: 940px) {
  .view--news-overview .view__header {
    padding-bottom: 2.5rem;
  }
}

.node__filters--full.node__filters--news .field__items:before {
  content: none;
  margin-left: 0;
}

.node__filters--news {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.node__filters--news h3 {
  margin-right: 0.625rem;
}

.node__filters--news .field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.node__filters--news .field .field__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.3125rem -0.125rem 0 -0.125rem;
}

.node__filters--news .field .field__item:before,
.node__filters--news .field .field__item:after,
.node__filters--news .field a {
  font-size: 1.125rem;
  line-height: 1.6875rem;
}

.node__filters--news .field a {
  position: relative;
  display: inline;
  text-decoration: underline;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border 0.3s ease-in-out;
}

.node__filters--news .field a, .node__filters--news .field a:visited {
  color: #0066bb;
}

.node__filters--news .field a:hover {
  color: #17305b;
}

.node__filters--news .field a:active {
  color: #17305b;
}

.node__filters--news .field:last-child .field__item:last-child:after {
  content: "";
  margin-right: 0;
}

.note__meta--news-full--top .field--name-node-post-date,
.note__meta--news-full--top .node__filters--news-full {
  margin-top: 1.25rem;
}

.note__meta--news-full--top .social-widgets__title {
  margin-bottom: 0.625rem;
  width: 100%;
}

.note__meta--news-full--top .field--name-node-post-date {
  font-weight: 700;
}

.note__meta--news-full--top .field--name-node-author h3 {
  display: inline-block;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 400;
}

.note__meta--news-full--top .node__filters--news-full h3 {
  margin: 0 0 0.9375rem 0;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #1d1e20;
  margin-bottom: 0.625rem;
  width: 100%;
}

@media (max-width: 767px) {
  .note__meta--news-full--top .node__filters--news-full h3 {
    font-size: 1.15385rem;
    line-height: 1.44231rem;
  }
}

@media (min-width: 768px) and (max-width: 939px) {
  .note__meta--news-full--top .node__filters--news-full h3 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}

@media (min-width: 940px) and (max-width: 1200px) {
  .note__meta--news-full--top .node__filters--news-full h3 {
    font-size: 1.36364rem;
    line-height: 1.70455rem;
  }
}

@media (min-width: 1201px) {
  .note__meta--news-full--top .node__filters--news-full h3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

@media (min-width: 768px) {
  .note__meta--news-full--top {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1.25rem;
    padding-left: 0.625rem;
    margin-left: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .note__meta--news-full--top > * {
    margin-left: 0;
    margin-bottom: 0;
  }
  .note__meta--news-full--top .field--name-node-post-date,
  .note__meta--news-full--top .node__filters--news-full {
    margin-top: 1.25rem;
  }
}

@media (min-width: 940px) {
  .note__meta--news-full--top {
    padding-left: 1.25rem;
  }
  .note__meta--news-full--top .field--name-node-post-date,
  .note__meta--news-full--top .node__filters--news-full {
    margin-top: 2.5rem;
  }
}

.note__meta--news.note__meta--news-full {
  padding-left: 0;
}

.note__meta--news.note__meta--news-full .node__filters--news {
  -ms-flex-pack: center;
  justify-content: center;
}

.note__meta--news .field--name-field-news-tags {
  display: block;
  padding: 0;
  margin: -0.625rem -0.21875rem 0 -0.21875rem;
  font-size: 0;
}

.note__meta--news .field--name-field-news-tags .field__items {
  position: relative;
  margin-left: 1.9375rem;
}

.note__meta--news .field--name-field-news-tags .field__items:before {
  content: "";
  position: absolute;
  left: -0.9375rem;
  top: 0.75rem;
  width: 0.0625rem;
  height: 1.625rem;
  background-color: #f2f2f2;
}

.note__meta--news .field--name-field-news-tags .field__item {
  display: inline-block;
  margin: 0.625rem 0.21875rem 0 0.21875rem;
  font-size: 0;
}

.note__meta--news .field--name-field-news-tags .field__item a {
  font-size: 0.8125rem;
  line-height: 1rem;
  display: block;
  padding: 0.3125rem 0.8125rem;
  border: 1px solid #0066bb;
  border-radius: 0.9375rem;
  text-decoration: none;
  color: #1d1e20;
}

.note__meta--news .field--name-field-news-tags .news-facet-item__status {
  display: none;
}

.news--related h2,
.news--related h3,
.news--related h4 {
  margin: 0 0 0.9375rem 0;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #1d1e20;
}

@media (max-width: 767px) {
  .news--related h2,
  .news--related h3,
  .news--related h4 {
    font-size: 1.15385rem;
    line-height: 1.44231rem;
  }
}

@media (min-width: 768px) and (max-width: 939px) {
  .news--related h2,
  .news--related h3,
  .news--related h4 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}

@media (min-width: 940px) and (max-width: 1200px) {
  .news--related h2,
  .news--related h3,
  .news--related h4 {
    font-size: 1.36364rem;
    line-height: 1.70455rem;
  }
}

@media (min-width: 1201px) {
  .news--related h2,
  .news--related h3,
  .news--related h4 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

.news--related h2 a, .news--related h2 a:visited,
.news--related h3 a,
.news--related h3 a:visited,
.news--related h4 a,
.news--related h4 a:visited {
  color: #1d1e20;
}

.news--related h2 a:hover, .news--related h2 a:active,
.news--related h3 a:hover,
.news--related h3 a:active,
.news--related h4 a:hover,
.news--related h4 a:active {
  color: #0066bb;
}

.news--related .node__meta {
  font-size: 0.8125rem;
  line-height: 1.01562rem;
  font-weight: 700;
}

.news--related .field--name-node-link a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .news--related .layout__cols {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    min-height: 1px;
    margin-top: -1.875rem;
    margin-right: -0.46875rem;
    margin-left: -0.46875rem;
  }
  .news--related .layout__sidebar--sidebar-primary--left {
    position: relative;
    margin-left: 0.46875rem;
    margin-right: 0.46875rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(50% - 0.9375rem);
  }
  .news--related .layout__content--sidebar-primary--right {
    position: relative;
    margin-left: 0.46875rem;
    margin-right: 0.46875rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(50% - 0.9375rem);
  }
}

@media (min-width: 768px) {
  .news--related .layout__cols {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    min-height: 1px;
    margin-top: -1.875rem;
    margin-right: -0.46875rem;
    margin-left: -0.46875rem;
  }
  .news--related .layout__sidebar--sidebar-primary--left {
    position: relative;
    margin-left: 0.46875rem;
    margin-right: 0.46875rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(33.33333% - 0.9375rem);
  }
  .news--related .layout__content--sidebar-primary--right {
    position: relative;
    margin-left: 0.46875rem;
    margin-right: 0.46875rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(66.66667% - 0.9375rem);
  }
}

@media (min-width: 940px) {
  .news--related .layout__sidebar--sidebar-primary--left {
    position: relative;
    margin-left: 0.46875rem;
    margin-right: 0.46875rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(33.33333% - 0.9375rem);
  }
  .news--related .layout__content--sidebar-primary--right {
    position: relative;
    margin-left: 0.46875rem;
    margin-right: 0.46875rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(66.66667% - 0.9375rem);
  }
}

@media (min-width: 1201px) {
  .news--related .layout__sidebar--sidebar-primary--left {
    position: relative;
    margin-left: 0.46875rem;
    margin-right: 0.46875rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(33.33333% - 0.9375rem);
  }
  .news--related .layout__content--sidebar-primary--right {
    position: relative;
    margin-left: 0.46875rem;
    margin-right: 0.46875rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(66.66667% - 0.9375rem);
  }
}

.news--frontpage:hover img {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.news--frontpage img {
  transition: transform 0.3s ease-in-out;
}

.news--frontpage .field--name-field-media-canonical-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.875rem;
}

.news--frontpage .field--name-field-media-canonical-image:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  height: 0.3125rem;
  width: 100%;
  background-color: #f0cc31;
}

.news--frontpage h4 a {
  color: #0066bb;
}

.news--frontpage h4 a:hover {
  text-decoration: none;
  color: #1d1e20;
}

.news--frontpage .node__meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.news--frontpage .field--name-node-post-date {
  font-size: 0.625rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-weight: 300;
}

.news--teaser .field--image,
.news--teaser .field--name-field-media-canonical-image {
  margin-bottom: 0.9375rem;
}

.news--teaser h2,
.news--teaser h3,
.news--teaser h4 {
  margin: 0 0 0.9375rem 0;
  font-size: 2.0625rem;
  line-height: 2.5rem;
  font-weight: 300;
  color: #1d1e20;
}

@media (max-width: 767px) {
  .news--teaser h2,
  .news--teaser h3,
  .news--teaser h4 {
    font-size: 1.58654rem;
    line-height: 1.92308rem;
  }
}

@media (min-width: 768px) and (max-width: 939px) {
  .news--teaser h2,
  .news--teaser h3,
  .news--teaser h4 {
    font-size: 1.71875rem;
    line-height: 2.08333rem;
  }
}

@media (min-width: 940px) and (max-width: 1200px) {
  .news--teaser h2,
  .news--teaser h3,
  .news--teaser h4 {
    font-size: 1.875rem;
    line-height: 2.27273rem;
  }
}

@media (min-width: 1201px) {
  .news--teaser h2,
  .news--teaser h3,
  .news--teaser h4 {
    font-size: 2.0625rem;
    line-height: 2.5rem;
  }
}

.news--teaser h2 a:hover,
.news--teaser h3 a:hover,
.news--teaser h4 a:hover {
  text-decoration: none;
  color: #1d1e20;
}

.news--teaser .node__meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.news--teaser .field--name-node-post-date {
  font-size: 0.625rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-weight: 300;
}

.news--teaser .field--name-node-author {
  margin-left: 0.625rem;
}

.news--teaser .field--name-node-link {
  margin-top: 0.9375rem;
}

.news--teaser .field--name-node-link a {
  font-size: 1rem;
  line-height: 1.5rem;
  display: inline-block;
  border-bottom: 1px solid #f0cc31;
  text-decoration: none;
  font-weight: 400;
  color: #17305b;
  white-space: nowrap;
  -ms-word-break: keep-all;
  word-break: keep-all;
}

.news--teaser .field--name-node-link a:hover {
  border-color: #0066bb;
  color: #17305b;
}

.news--teaser .field--name-node-link a:before {
  display: none;
}

.news--teaser .field--name-node-link a:after {
  transition: none;
}

.node__filters--news-teaser {
  margin-top: 0.9375rem;
}

@media (min-width: 480px) and (max-width: 767px) {
  .news--teaser {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news--teaser .layout__cols {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    min-height: 1px;
    margin-top: -1.875rem;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .news--teaser .layout__sidebar {
    position: relative;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(50% - 1.875rem);
  }
  .news--teaser .layout__content {
    position: relative;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(50% - 1.875rem);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news--teaser .node__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .news--teaser .field--name-node-link {
    padding-right: 0.9375rem;
    white-space: nowrap;
    -ms-word-break: keep-all;
    word-break: keep-all;
  }
}

@media (min-width: 768px) {
  .news--teaser .node__filters {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .news--teaser:not(:nth-child(1)), .news--teaser:not(:nth-child(2)), .news--teaser:not(:nth-child(3)) {
    display: -ms-flexbox;
    display: flex;
  }
  .news--teaser:not(:nth-child(1)) .layout__cols, .news--teaser:not(:nth-child(2)) .layout__cols, .news--teaser:not(:nth-child(3)) .layout__cols {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    min-height: 1px;
    margin-top: -1.875rem;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .news--teaser:not(:nth-child(1)) .layout__sidebar, .news--teaser:not(:nth-child(2)) .layout__sidebar, .news--teaser:not(:nth-child(3)) .layout__sidebar {
    position: relative;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(33.33333% - 1.875rem);
  }
  .news--teaser:not(:nth-child(1)) .layout__content, .news--teaser:not(:nth-child(2)) .layout__content, .news--teaser:not(:nth-child(3)) .layout__content {
    position: relative;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(66.66667% - 1.875rem);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news--teaser:not(:nth-child(1)) .node__actions, .news--teaser:not(:nth-child(2)) .node__actions, .news--teaser:not(:nth-child(3)) .node__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .news--teaser:not(:nth-child(1)) .field--name-node-link, .news--teaser:not(:nth-child(2)) .field--name-node-link, .news--teaser:not(:nth-child(3)) .field--name-node-link {
    padding-right: 0.9375rem;
    white-space: nowrap;
    -ms-word-break: keep-all;
    word-break: keep-all;
  }
  .news--teaser:nth-child(1), .news--teaser:nth-child(2), .news--teaser:nth-child(3) {
    display: -ms-flexbox;
    display: flex;
  }
  .news--teaser:nth-child(1) .layout__cols, .news--teaser:nth-child(2) .layout__cols, .news--teaser:nth-child(3) .layout__cols {
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    width: auto;
  }
  .news--teaser:nth-child(1) .layout__sidebar, .news--teaser:nth-child(2) .layout__sidebar, .news--teaser:nth-child(3) .layout__sidebar {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0;
    width: 100%;
  }
  .news--teaser:nth-child(1) .layout__content, .news--teaser:nth-child(2) .layout__content, .news--teaser:nth-child(3) .layout__content {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0;
    width: auto;
  }
  .news--teaser:nth-child(1) .field--name-node-post-date, .news--teaser:nth-child(2) .field--name-node-post-date, .news--teaser:nth-child(3) .field--name-node-post-date {
    position: absolute !important;
    display: block !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    overflow: hidden !important;
    height: 0.0625rem !important;
    width: 0.0625rem !important;
    word-wrap: normal !important;
  }
  .news--teaser:nth-child(1) .field--name-node-post-date.focusable:focus, .news--teaser:nth-child(2) .field--name-node-post-date.focusable:focus, .news--teaser:nth-child(3) .field--name-node-post-date.focusable:focus {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 499 !important;
    display: block !important;
    clip: auto !important;
    overflow: visible !important;
    height: auto !important;
    width: auto !important;
    background: #fff;
  }
  .news--teaser:nth-child(1) .field--name-field-news-tags .field__items, .news--teaser:nth-child(2) .field--name-field-news-tags .field__items, .news--teaser:nth-child(3) .field--name-field-news-tags .field__items {
    margin-left: 0;
  }
  .news--teaser:nth-child(1) .field--name-field-news-tags .field__items:before, .news--teaser:nth-child(2) .field--name-field-news-tags .field__items:before, .news--teaser:nth-child(3) .field--name-field-news-tags .field__items:before {
    content: none;
  }
}

@media (min-width: 940px) {
  .news--teaser .node__actions--news-teaser {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.news--header {
  position: relative;
  margin: 0;
  padding: 1.25rem 0 0 0;
  transition: all 0.3s ease-in-out;
}

.news--header h1,
.news--header h2 {
  margin-bottom: 0;
}

.news--header .field--name-field-news-tags .field__items {
  margin-left: 0;
}

.news--header .field--name-field-news-tags .field__items:before {
  content: none;
}

.layout__header--node--news--header {
  position: relative;
  z-index: 1;
}

.layout__cols--node--news--header {
  padding-top: 1.25rem;
}

@media (min-width: 768px) {
  .news--header {
    padding: 1.25rem 0 0 0;
  }
  .layout__cols--node--news--header {
    padding-top: 1.25rem;
  }
  .layout__content--node--news--header--left {
    position: relative;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(66.66667% - 1.875rem);
  }
  .layout__sidebar--node--news--header--right {
    position: relative;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(33.33333% - 1.875rem);
  }
}

@media (min-width: 940px) {
  .news--header {
    padding: 2.5rem 0 0 0;
  }
  .layout__cols--node--news--header {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1201px) {
  .layout__content--node--news--header--left {
    position: relative;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(75% - 1.875rem);
  }
  .layout__sidebar--node--news--header--right {
    position: relative;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(25% - 1.875rem);
  }
}

body .view--display-news-overview-front .news--frontpage {
  margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
  body .view--display-news-overview-front .view__content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    min-height: 1px;
    margin-top: -1.875rem;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  body .view--display-news-overview-front .news--frontpage {
    position: relative;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(50% - 1.875rem);
    margin-bottom: 0;
  }
}

.view--related-news {
  padding: 1.25rem 0 1.25rem 0;
  position: relative;
  z-index: 5;
}

.view--related-news .view__header h2 {
  margin-bottom: 1.25rem;
}

.view--related-news:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  height: 100%;
  margin-left: calc((-100vw + 100%) / 2);
  width: 100vw;
  background-color: #f2f2f2;
}

.view--related-news .view__content {
  margin-top: -1.875rem;
  padding-top: 1px;
}

.view--related-news .node--type-news {
  margin-top: 1.875rem;
}

@media (min-width: 768px) {
  .view--related-news {
    padding: 1.25rem 0 1.25rem 0;
  }
  .view--related-news .view__header h2 {
    margin-bottom: 1.25rem;
  }
  .view--related-news .view__content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    min-height: 1px;
    margin-top: -1.875rem;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .view--related-news .news--related {
    position: relative;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(50% - 1.875rem);
  }
}

@media (min-width: 940px) {
  .view--related-news {
    padding: 2.5rem 0 2.5rem 0;
  }
  .view--related-news .view__header h2 {
    margin-bottom: 2.5rem;
  }
  .view--related-news .news--related {
    position: relative;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(33.33333% - 1.875rem);
  }
}

@media (min-width: 1201px) {
  .view--related-news {
    padding: 3.125rem 0 3.125rem 0;
  }
  .view--related-news .view__header h2 {
    margin-bottom: 2.5rem;
  }
}

.view--display-news-overview-block .view__content {
  margin-top: -1.875rem;
}

.news--teaser {
  margin-top: 1.875rem;
}

.news--full .field--name-field-news-tags .field__items {
  margin-left: 0;
}

.news--full .field--name-field-news-tags .field__items:before {
  content: none;
}

@media (min-width: 768px) {
  .view--display-news-overview-block .view__content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    min-height: 1px;
    margin-top: -1.875rem;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .news--teaser {
    position: relative;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(50% - 1.875rem);
  }
  .news--teaser:nth-child(1), .news--teaser:nth-child(2), .news--teaser:nth-child(3) {
    position: relative;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(33.33333% - 1.875rem);
  }
}
