.breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
  font-size: 0.75rem;
}
.breadcrumb > li + li:before,
.breadcrumb li.active {
  color: inherit;
  content: "> ";
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: #c0c0c0;
  color: #333333;
}

.container-fluid {
  max-width: 1280px;
  margin: 0 auto;
}

.main-wrapper a {
  word-break: break-word;
  word-wrap: break-word;
}

.main-container {
  position: relative;
  padding-bottom: 1px;
}
@media (min-width: 992px) {
  .main-container .col-sm-9 {
    border-right: 1px solid #EAEFF6;
  }
}
.main-container .col-sm-3 + .col-sm-9 {
  border-left: 0;
}

.main-container .region-header {
  position: absolute;
  top: -60px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "BentonSans-Regular", "Open Sans", arial, sans-serif;
}

a {
  font-weight: bold;
}

blockquote {
  border-color: #233755;
}

strong {
  font-weight: bold;
}

table {
  width: 100%;
  border-bottom: 15px solid #233755;
  border-spacing: 1px;
}
table thead th {
  background: #233755;
  color: rgb(255, 255, 255);
}
table caption {
  color: #333333;
}
table td,
table th {
  padding: 0.25em;
  border: 1px solid;
}
table tr:nth-child(even) {
  background: #EAEFF6;
}
table tr:nth-child(odd) {
  background: rgb(255, 255, 255);
}
table tr {
  border-bottom: 1px solid #d9dada;
}

/* Code in text */
p > code,
li > code,
dd > code,
td > code,
pre > code {
  font-size: 0.8rem;
  padding: 0.1rem 0.3rem 0.2rem 0;
}

li .ck-content-style-mb-3rem {
  margin-bottom: 3rem;
}

nav[class*=skin--background],
.page-header[class*=skin--background],
.normal-page__header-paragraphs[class*=skin--background],
.press__header-paragraphs[class*=skin--background],
.press__header[class*=skin--background] {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
nav[class*=skin--background] p > a,
.page-header[class*=skin--background] p > a,
.normal-page__header-paragraphs[class*=skin--background] p > a,
.press__header-paragraphs[class*=skin--background] p > a,
.press__header[class*=skin--background] p > a {
  text-decoration: underline;
  font-weight: normal;
}
nav[class*=skin--background] p > a:hover,
.page-header[class*=skin--background] p > a:hover,
.normal-page__header-paragraphs[class*=skin--background] p > a:hover,
.press__header-paragraphs[class*=skin--background] p > a:hover,
.press__header[class*=skin--background] p > a:hover {
  border-bottom: 1px solid currentColor;
}

.paragraph__content:before, .paragraph__content:after,
[class^=media--view-mode]:before,
[class^=media--view-mode]:after {
  display: table;
  content: " ";
}
.paragraph__content:after,
[class^=media--view-mode]:after {
  clear: both;
}

.region-header-region h1, .region-header-region .h1 {
  padding: 0;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: bold;
  margin-bottom: 0;
  border: 0;
}

.right {
  float: right;
}

.no-padding {
  padding: 0;
}

.no-vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

.media-gallery__text p a {
  text-decoration: underline;
}
.media-gallery__text p a:hover {
  text-decoration: none;
}

.toolbar-vertical.toolbar-tray-open .toolbar a {
  hyphens: auto;
}

.toolbar-tray a,
.toolbar a {
  font-weight: normal;
}

iframe {
  border: 0;
}

.footer-wrapper a {
  word-break: break-word;
  word-wrap: break-word;
}

.footer {
  padding: 0;
}
@media (max-width: 767px) {
  .footer__footer_menu {
    float: left;
    margin-top: 10px;
  }
}
.footer__footer_menu .contextual-region {
  display: block;
}
.footer__footer_menu .contextual-region:before, .footer__footer_menu .contextual-region:after {
  display: table;
  content: " ";
}
.footer__footer_menu .contextual-region:after {
  clear: both;
}
.footer__footer_menu ul {
  padding-left: 0;
  float: right;
}
.footer__footer_menu ul li {
  list-style-type: none;
}
.footer__bottom-menu {
  padding: 1.25rem 0 1.25rem 0;
  font-size: 0.75rem;
  font-weight: bold;
}
.footer__bottom-menu:before, .footer__bottom-menu:after {
  display: table;
  content: " ";
}
.footer__bottom-menu:after {
  clear: both;
}
.footer__bottom-menu ul.menu {
  list-style: none;
  text-align: right;
  float: right;
  margin: 0;
}
.footer__bottom-menu ul.menu > li {
  display: inline-block;
  float: left;
}
.footer__bottom-menu ul.menu > li::after {
  content: "|";
  padding: 0 0.46875rem;
}
.footer__bottom-menu ul.menu > li:last-child::after {
  content: " ";
  padding: 0;
}
.footer__bottom-menu ul.menu > li a {
  display: inline-block;
  padding: 0;
}
.footer__bottom-menu ul.menu > li a:hover {
  background-color: transparent;
  text-decoration: underline;
}
.footer__bottom-menu ul.menu > li a:focus {
  background-color: transparent;
}

.header-wrapper:before, .header-wrapper:after {
  display: table;
  content: " ";
}
.header-wrapper:after {
  clear: both;
}
.header-wrapper a {
  word-break: break-word;
  word-wrap: break-word;
}

@media (min-width: 480px) {
  body {
    margin-top: 0;
  }
  .header-wrapper {
    left: 0;
    right: 0;
    top: 0;
  }
  .header-wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-branding .logo img {
    margin-top: 37px;
    max-width: inherit;
    max-height: 50px;
    transition: max-height 200ms ease-in-out, margin-top 200ms ease-in-out;
  }
  .navbar-secondary {
    max-height: 5em;
    transition: max-height 200ms ease-in-out, margin 200ms ease-in-out;
  }
  .is-scrolling.is-scrolling-past-navbar .navbar-secondary {
    max-height: 0;
  }
  .is-scrolling .navbar-secondary {
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
  }
  .is-scrolling .navbar-branding .logo img {
    max-height: 37px;
    margin-top: 6px;
  }
}
.header-wrapper > .header {
  background-color: rgb(255, 255, 255);
}
.header__branding {
  min-height: 5.5rem;
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
}
.header__branding:before, .header__branding:after {
  display: table;
  content: " ";
}
.header__branding:after {
  clear: both;
}
.header__logo {
  display: flex;
  justify-content: end;
}
.header__slogan {
  display: flex;
  justify-content: start;
}
.header__logo_link .header__text {
  text-align: end;
}
.header__slogan_link, .header__logo_link {
  color: #3C506E;
  display: flex;
  gap: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: normal;
}
.header__slogan_link:focus, .header__logo_link:focus {
  box-shadow: none;
  outline: 1px dotted currentColor;
  outline-color: #3C506E;
  outline-offset: -3px;
  outline-width: 2px;
  outline-style: dashed;
  outline-color: #3C506E;
  outline-offset: 5px;
}
@supports (-ms-ime-align: auto) {
  .header__slogan_link:focus, .header__logo_link:focus {
    outline: 3px dotted currentColor;
  }
}
.header__slogan_link span, .header__logo_link span {
  font-weight: bold;
  display: block;
  width: 100%;
}
.header__slogan_link img, .header__logo_link img {
  max-height: 3.4375rem;
  width: auto;
}
@media (max-width: 767px) {
  .header__slogan_link {
    display: none;
  }
}
.header a.header__slogan_link:hover,
.header a.header__logo_link:hover {
  text-decoration: underline;
}

@media (max-width: 976px) {
  body.toolbar-tray-open.toolbar-vertical .header .header__title {
    padding-left: 83px;
  }
}
@media (max-width: 767px70px) {
  body.toolbar-tray-open.toolbar-vertical .header .header__title {
    display: none;
  }
  body.toolbar-tray-open.toolbar-vertical .header__logo .image {
    padding-right: 0;
  }
}

.image-header .image__image,
.image-header .video__video {
  margin: 0 -20px;
}
.image-header .media-copyright {
  padding-top: 0.625rem;
  float: right;
  text-align: right;
  max-width: 80%;
}

.nrw-menu__header-link-area {
  position: relative;
}
.nrw-menu__header-link-area .flyout_trigger {
  border: none;
  background-color: #233755;
}
.nrw-menu__header-link-area .flyout_trigger.visually-hidden:focus {
  height: 100%;
  width: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .region-service,
  .region-top-navigation {
    display: flex;
  }
  .region-top-navigation {
    justify-content: flex-end;
  }
}
.pagination > li > a, .pagination > li > span {
  border: 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: bold;
}
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
  background: initial;
  text-decoration: underline;
  color: #233755;
}
.pagination .pager__item--first a:before {
  content: "<<";
}
.pagination .pager__item--previous a:before {
  content: "<";
}
.pagination .pager__item--next a:before {
  content: ">";
}
.pagination .pager__item--last a:before {
  content: ">>";
}
.pagination .pager__item--first a, .pagination .pager__item--previous a, .pagination .pager__item--next a, .pagination .pager__item--last a {
  background: rgba(27, 66, 101, 0.2);
  margin-right: 5px;
}
.pagination .pager__item--first a span, .pagination .pager__item--previous a span, .pagination .pager__item--next a span, .pagination .pager__item--last a span {
  display: none;
}
.pagination .pager__item--first a:hover, .pagination .pager__item--first a:focus, .pagination .pager__item--previous a:hover, .pagination .pager__item--previous a:focus, .pagination .pager__item--next a:hover, .pagination .pager__item--next a:focus, .pagination .pager__item--last a:hover, .pagination .pager__item--last a:focus {
  background: rgba(27, 66, 101, 0.2);
  text-decoration: underline;
}

nav .pager a {
  background: rgba(27, 66, 101, 0.2);
  margin-right: 5px;
  border-radius: 0;
  border: 0;
  padding: 5px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: bold;
}
nav .pager a span {
  display: none;
}
nav .pager a:hover, nav .pager a:focus {
  background: rgba(27, 66, 101, 0.2);
  text-decoration: underline;
  color: #233755;
}
nav .pager .previous a:before {
  content: "<";
}
nav .pager .next a:before {
  content: ">";
}

[data-component-id*=paragraph_accordion_element] .accordion_title::before {
  content: "\f107";
  margin-right: 0.25rem;
  font: normal 900 1em/1 "Font Awesome 6 Free";
}

[data-component-id*=paragraph_accordion_element][open=open] .accordion_title::before {
  content: "\f106";
}

[data-component-id*=paragraph_accordion_element] .accordion_content .media-reference .paragraph__content,
[data-component-id*=paragraph_accordion_element] .accordion_content .paragraph__header {
  margin: 0;
}

[data-component-id*=":paragraph_timeline"] .timeline-content {
  position: relative;
}
[data-component-id*=":paragraph_timeline"] .timeline-border {
  display: flex;
  flex-direction: column;
}
[data-component-id*=":paragraph_timeline"] .timeline-border:after {
  content: "";
  position: absolute;
  width: 10px;
  background-color: #c0c0c0;
  top: 1rem;
  bottom: 1rem;
  border-radius: 10px;
  margin-left: -5px;
  z-index: 1;
}
@media (max-width: 768px) {
  [data-component-id*=":paragraph_timeline"] .timeline-orientation-right .timeline-border:after,
  [data-component-id*=":paragraph_timeline"] .timeline-orientation-right-left .timeline-border:after {
    left: 20px;
  }
  [data-component-id*=":paragraph_timeline"] .timeline-orientation-right .timeline-event,
  [data-component-id*=":paragraph_timeline"] .timeline-orientation-right-left .timeline-event {
    left: 25px;
  }
  [data-component-id*=":paragraph_timeline"] .timeline-orientation-right button.timeline-collapse,
  [data-component-id*=":paragraph_timeline"] .timeline-orientation-right-left button.timeline-collapse {
    align-self: start;
  }
  [data-component-id*=":paragraph_timeline"] .timeline-orientation-left .timeline-border:after,
  [data-component-id*=":paragraph_timeline"] .timeline-orientation-left-right .timeline-border:after {
    right: 20px;
  }
  [data-component-id*=":paragraph_timeline"] .timeline-orientation-left .timeline-event,
  [data-component-id*=":paragraph_timeline"] .timeline-orientation-left-right .timeline-event {
    right: 25px;
  }
  [data-component-id*=":paragraph_timeline"] .timeline-orientation-left button.timeline-collapse,
  [data-component-id*=":paragraph_timeline"] .timeline-orientation-left-right button.timeline-collapse {
    align-self: end;
  }
  [data-component-id*=":paragraph_timeline"] .timeline-orientation-center .timeline-border:after {
    left: 50%;
  }
  [data-component-id*=":paragraph_timeline"] .timeline-orientation-center button.timeline-collapse {
    align-self: center;
  }
}
@media (min-width: 768px) {
  [data-component-id*=":paragraph_timeline"] .timeline-border::after {
    left: 50%;
  }
}
[data-component-id*=":paragraph_timeline"] .field--name-field-timeline-events {
  z-index: 2;
  position: relative;
}
[data-component-id*=":paragraph_timeline"] .field--name-field-timeline-events > .field--item {
  display: flex;
  flex-flow: column;
}
[data-component-id*=":paragraph_timeline"] .field--name-field-timeline-events > .field--item .timeline-event {
  min-height: 5rem;
}
@media (min-width: 768px) {
  [data-component-id*=":paragraph_timeline"] .field--name-field-timeline-events > .field--item .timeline-event {
    width: calc(50% - 40px);
  }
}
@media (max-width: 768px) {
  [data-component-id*=":paragraph_timeline"] .field--name-field-timeline-events > .field--item .timeline-event {
    width: calc(100% - 40px);
  }
}
@media (min-width: 768px) {
  [data-component-id*=":paragraph_timeline"] [class*=timeline-orientation-] .field--item:nth-child(even):not([class*=timeline-align-]) {
    align-items: end;
  }
  [data-component-id*=":paragraph_timeline"] [class*=timeline-orientation-] .timeline-align-left {
    align-items: start;
  }
  [data-component-id*=":paragraph_timeline"] [class*=timeline-orientation-] .timeline-align-center {
    align-items: center;
  }
  [data-component-id*=":paragraph_timeline"] [class*=timeline-orientation-] .timeline-align-right {
    align-items: end;
  }
  [data-component-id*=":paragraph_timeline"] [class*=timeline-orientation-] .field--item:has(.timeline-event-orientation-left) {
    align-items: start !important;
  }
  [data-component-id*=":paragraph_timeline"] [class*=timeline-orientation-] .field--item:has(.timeline-event-orientation-center) {
    align-items: center !important;
  }
  [data-component-id*=":paragraph_timeline"] [class*=timeline-orientation-] .field--item:has(.timeline-event-orientation-right) {
    align-items: end !important;
  }
}
@media (max-width: 768px) {
  [data-component-id*=":paragraph_timeline"] [class*=timeline-orientation-].field--item {
    align-items: end;
  }
}
[data-component-id*=":paragraph_timeline"] button.timeline-collapse {
  background: #233755;
  color: rgb(255, 255, 255);
  padding: 0.5rem 1rem;
  border: none;
  outline-color: rgb(255, 255, 255);
  margin: 0.5rem 0;
  display: flex;
  z-index: 2;
  position: relative;
}
@media (min-width: 768px) {
  [data-component-id*=":paragraph_timeline"] button.timeline-collapse {
    align-self: center;
  }
}
[data-component-id*=":paragraph_timeline"] button.timeline-collapse:focus, [data-component-id*=":paragraph_timeline"] button.timeline-collapse:hover {
  background-color: #3C506E;
  text-decoration: underline;
}

[data-component-id*=":paragraph_timeline_event"] {
  background: #EAEFF6;
}
[data-component-id*=":paragraph_timeline_event"] .field--name-field-timeline-event-date {
  color: #233755;
}

@media (min-width: 768px) {
  [data-component-id*=":paragraph_timeline"] .timeline-align-right [data-component-id*=":paragraph_timeline_event"]::before,
  [data-component-id*=":paragraph_timeline"] .field--item:nth-child(even):not([class*=timeline-align-]) [data-component-id*=":paragraph_timeline_event"]::before {
    border-color: transparent #EAEFF6 transparent transparent;
  }
  [data-component-id*=":paragraph_timeline"] .timeline-align-right [data-component-id*=":paragraph_timeline_event"]::after,
  [data-component-id*=":paragraph_timeline"] .field--item:nth-child(even):not([class*=timeline-align-]) [data-component-id*=":paragraph_timeline_event"]::after {
    background-color: rgb(255, 255, 255);
    border: 4px solid #233755;
  }
  [data-component-id*=":paragraph_timeline"] .timeline-align-right [data-component-id*=":paragraph_timeline_event"].timeline-event-orientation-left::before,
  [data-component-id*=":paragraph_timeline"] .field--item:nth-child(even):not([class*=timeline-align-]) [data-component-id*=":paragraph_timeline_event"].timeline-event-orientation-left::before {
    border-color: transparent transparent transparent #EAEFF6;
  }
  [data-component-id*=":paragraph_timeline"] .timeline-align-right [data-component-id*=":paragraph_timeline_event"].timeline-event-orientation-left::after,
  [data-component-id*=":paragraph_timeline"] .field--item:nth-child(even):not([class*=timeline-align-]) [data-component-id*=":paragraph_timeline_event"].timeline-event-orientation-left::after {
    background-color: rgb(255, 255, 255);
    border: 4px solid #233755;
  }
  [data-component-id*=":paragraph_timeline"] .timeline-align-left [data-component-id*=":paragraph_timeline_event"]::before,
  [data-component-id*=":paragraph_timeline"] .field--item:nth-child(odd):not([class*=timeline-align-]) [data-component-id*=":paragraph_timeline_event"]::before {
    border-color: transparent transparent transparent #EAEFF6;
  }
  [data-component-id*=":paragraph_timeline"] .timeline-align-left [data-component-id*=":paragraph_timeline_event"]::after,
  [data-component-id*=":paragraph_timeline"] .field--item:nth-child(odd):not([class*=timeline-align-]) [data-component-id*=":paragraph_timeline_event"]::after {
    background-color: rgb(255, 255, 255);
    border: 4px solid #233755;
  }
  [data-component-id*=":paragraph_timeline"] .timeline-align-left [data-component-id*=":paragraph_timeline_event"].timeline-event-orientation-right::before,
  [data-component-id*=":paragraph_timeline"] .field--item:nth-child(odd):not([class*=timeline-align-]) [data-component-id*=":paragraph_timeline_event"].timeline-event-orientation-right::before {
    border-color: transparent #EAEFF6 transparent transparent;
  }
  [data-component-id*=":paragraph_timeline"] .timeline-align-left [data-component-id*=":paragraph_timeline_event"].timeline-event-orientation-right::after,
  [data-component-id*=":paragraph_timeline"] .field--item:nth-child(odd):not([class*=timeline-align-]) [data-component-id*=":paragraph_timeline_event"].timeline-event-orientation-right::after {
    background-color: rgb(255, 255, 255);
    border: 4px solid #233755;
  }
}
@media (max-width: 768px) {
  [data-component-id*=":paragraph_timeline"] .timeline-orientation-left-right [data-component-id*=":paragraph_timeline_event"]::before,
  [data-component-id*=":paragraph_timeline"] .timeline-orientation-left [data-component-id*=":paragraph_timeline_event"]::before {
    border-color: transparent transparent transparent #EAEFF6;
  }
  [data-component-id*=":paragraph_timeline"] .timeline-orientation-left-right [data-component-id*=":paragraph_timeline_event"]::after,
  [data-component-id*=":paragraph_timeline"] .timeline-orientation-left [data-component-id*=":paragraph_timeline_event"]::after {
    background-color: rgb(255, 255, 255);
    border: 4px solid #233755;
  }
  [data-component-id*=":paragraph_timeline"] .timeline-orientation-right-left [data-component-id*=":paragraph_timeline_event"]::before,
  [data-component-id*=":paragraph_timeline"] .timeline-orientation-right [data-component-id*=":paragraph_timeline_event"]::before {
    border-color: transparent #EAEFF6 transparent transparent;
  }
  [data-component-id*=":paragraph_timeline"] .timeline-orientation-right-left [data-component-id*=":paragraph_timeline_event"]::after,
  [data-component-id*=":paragraph_timeline"] .timeline-orientation-right [data-component-id*=":paragraph_timeline_event"]::after {
    background-color: rgb(255, 255, 255);
    border: 4px solid #233755;
  }
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #233755;
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  font-size: 1.25rem;
  padding: 0 0.5em;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: 1050;
}
.scroll-to-top:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f106";
  font: normal 900 1em/1 "Font Awesome 6 Free";
}
.js .scroll-to-top {
  visibility: visible;
  transition: opacity 1s ease-in-out;
}
.is-scrolling .scroll-to-top {
  opacity: 1;
  transition: opacity 1s ease-out;
}

.block-search {
  width: 2.34375rem;
  height: 2.34375rem;
  position: relative;
}

.block-search form {
  position: absolute;
  z-index: 99999;
  right: 0;
}

.block-search .button {
  font-size: 1px;
  line-height: 1.5625rem;
  letter-spacing: -1px;
  color: transparent;
  display: inline-block;
  background-color: transparent;
  border-color: #838e98;
  outline: none;
}
.block-search .button::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f002";
  font: normal 900 1em/1 "Font Awesome 6 Free";
  vertical-align: middle;
  color: #333333;
  font-size: 1rem;
  line-height: 1;
}
.block-search .button:before {
  color: #838e98;
}

.block-search form .input-group-btn:last-child > .button {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.block-search .form-search {
  float: right;
  width: 0;
  opacity: 0;
  transition: width 200ms ease-in-out, opacity 200ms ease-in-out;
  padding: 0;
}

.expanded-search .block-search {
  overflow: visible;
  width: 18.46875rem;
}

.expanded-search .block-search .form-search {
  width: 15.625rem;
  padding: 0.3125rem 0.9375rem;
  opacity: 1;
}

.expanded-search .block-search form .input-group-btn:last-child > .button {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

.search-advanced .panel-body .panel-default {
  border: 0;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}

.search-advanced .panel-body .panel-default .panel {
  box-shadow: none;
}

.search-advanced .panel-body .panel-default legend {
  display: none;
}

.search-advanced .panel-body .panel-default .panel-heading {
  border: 0;
  padding: 0;
  background: transparent;
  margin: 0;
}

.search-advanced .panel-body .panel-default .panel-body {
  border: 0;
  padding: 0;
  margin: 0;
}

.search-advanced .panel-body .panel-default .panel-title {
  margin: 0 0 0.25em 0;
  padding: 0;
  font-weight: bold;
}

.nrw-menu-header__search {
  position: absolute;
  z-index: 2000;
  width: 100%;
  max-width: 1280px;
  background: linear-gradient(to bottom, #233755 25%, rgba(35, 55, 85, 0));
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  right: 0;
}
.nrw-menu-header__search.is-close {
  display: none;
}
.nrw-menu-header__search.is-open {
  display: flex;
}
.nrw-menu-header__search__content {
  width: 62%;
}
.nrw-menu-header__search__content .header-search-form {
  background-color: white;
  padding: 10px;
}
.nrw-menu-header__search .nrw-menu-header__search-close {
  text-align: right;
  margin: 0 auto 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  align-self: flex-end;
  font-size: 0.75rem;
  justify-content: flex-end;
}
.nrw-menu-header__search .nrw-menu-header__search-close .nrw-menu-header__search-close-button {
  color: rgb(255, 255, 255);
  background: transparent;
  border: 0;
  font-weight: bold;
}
.nrw-menu-header__search .nrw-menu-header__search-close .nrw-menu-header__search-close-button:hover, .nrw-menu-header__search .nrw-menu-header__search-close .nrw-menu-header__search-close-button:focus {
  text-decoration: underline;
}
.nrw-menu-header__search .nrw-menu-header__search-close i {
  color: rgb(255, 255, 255);
  line-height: 1.6;
  margin-left: 0.3125rem;
}

.view-search-content .view-header {
  margin-top: 0.9375rem;
}
.view-search-content .view-header .page-title {
  font-weight: bold;
  font-size: 1.1rem;
  min-width: 8.125em;
  text-align: left;
  padding: 0;
  margin-right: 40px;
}
.view-search-content .view-header .result-info {
  clear: both;
  text-align: left;
}
@media (min-width: 768px) {
  .view-search-content .view-header .result-info {
    display: inline;
    text-align: right;
  }
}
.view-search-content .view-header .result-synonyms {
  font-size: small;
  text-align: left;
  clear: both;
  text-align: left;
  margin-top: 0.46875rem;
}
.view-search-content .view-content {
  margin-top: 0.46875rem;
}
.view-search-content .view-content:focus {
  outline: 0;
  box-shadow: 0px 0px 5px 5px rgba(60, 80, 110, 0.45);
}
.view-search-content .view-content .no-results-massage {
  clear: both;
  padding: 20px 0;
}
.view-search-content .view-content ul {
  list-style-type: none;
  padding: 0;
}
.view-search-content .view-content ul > li:nth-child(odd) {
  background-color: rgba(35, 55, 85, 0.1);
}
.view-search-content .view-content ul > li .teaser-link {
  padding: 1.25rem;
}
.view-search-content .view-content ul > li .teaser-image::after {
  border: none;
}

.path-suche .region-sidebar-first,
.path-mediathek .region-sidebar-first,
.path-medienverwaltung .region-sidebar-first {
  padding-top: 20px;
}
.path-suche .region-sidebar-first .block,
.path-mediathek .region-sidebar-first .block,
.path-medienverwaltung .region-sidebar-first .block {
  margin-bottom: 20px;
}
.path-suche .region-sidebar-first .block.is-focused,
.path-mediathek .region-sidebar-first .block.is-focused,
.path-medienverwaltung .region-sidebar-first .block.is-focused {
  box-shadow: none;
  outline: 1px dotted currentColor;
  outline-color: #3C506E;
  outline-offset: -3px;
  outline-width: 2px;
  outline-style: dashed;
  outline-offset: 3px;
}
@supports (-ms-ime-align: auto) {
  .path-suche .region-sidebar-first .block.is-focused,
  .path-mediathek .region-sidebar-first .block.is-focused,
  .path-medienverwaltung .region-sidebar-first .block.is-focused {
    outline: 3px dotted currentColor;
  }
}
.path-suche .region-sidebar-first .block .block-title,
.path-suche .region-sidebar-first .block .control-label,
.path-mediathek .region-sidebar-first .block .block-title,
.path-mediathek .region-sidebar-first .block .control-label,
.path-medienverwaltung .region-sidebar-first .block .block-title,
.path-medienverwaltung .region-sidebar-first .block .control-label {
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0;
}
.path-suche .region-sidebar-first .form-item,
.path-mediathek .region-sidebar-first .form-item,
.path-medienverwaltung .region-sidebar-first .form-item {
  max-width: 100%;
}
.path-suche .region-sidebar-first .form-item input,
.path-mediathek .region-sidebar-first .form-item input,
.path-medienverwaltung .region-sidebar-first .form-item input {
  width: 100%;
}
.path-suche .region-sidebar-first .form-item input[type=date],
.path-mediathek .region-sidebar-first .form-item input[type=date],
.path-medienverwaltung .region-sidebar-first .form-item input[type=date] {
  -webkit-min-logical-width: calc(100% - 20px);
}
.path-suche .region-sidebar-first .selectric,
.path-mediathek .region-sidebar-first .selectric,
.path-medienverwaltung .region-sidebar-first .selectric {
  background-color: white;
}
.path-suche .region-sidebar-first .selectric-wrapper:focus-within, .path-suche .region-sidebar-first .selectric-wrapper:active,
.path-mediathek .region-sidebar-first .selectric-wrapper:focus-within,
.path-mediathek .region-sidebar-first .selectric-wrapper:active,
.path-medienverwaltung .region-sidebar-first .selectric-wrapper:focus-within,
.path-medienverwaltung .region-sidebar-first .selectric-wrapper:active {
  box-shadow: none;
  outline: 1px dotted currentColor;
  outline-color: rgb(255, 255, 255);
  outline-offset: -3px;
  outline-width: 2px;
  outline-style: dashed;
  outline-offset: 2px;
}
@supports (-ms-ime-align: auto) {
  .path-suche .region-sidebar-first .selectric-wrapper:focus-within, .path-suche .region-sidebar-first .selectric-wrapper:active,
  .path-mediathek .region-sidebar-first .selectric-wrapper:focus-within,
  .path-mediathek .region-sidebar-first .selectric-wrapper:active,
  .path-medienverwaltung .region-sidebar-first .selectric-wrapper:focus-within,
  .path-medienverwaltung .region-sidebar-first .selectric-wrapper:active {
    outline: 3px dotted currentColor;
  }
}
.path-suche .region-sidebar-first .selectric-wrapper:hover,
.path-mediathek .region-sidebar-first .selectric-wrapper:hover,
.path-medienverwaltung .region-sidebar-first .selectric-wrapper:hover {
  box-shadow: none;
  outline: 1px dotted currentColor;
  outline-color: rgb(255, 255, 255);
  outline-offset: -3px;
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 2px;
}
@supports (-ms-ime-align: auto) {
  .path-suche .region-sidebar-first .selectric-wrapper:hover,
  .path-mediathek .region-sidebar-first .selectric-wrapper:hover,
  .path-medienverwaltung .region-sidebar-first .selectric-wrapper:hover {
    outline: 3px dotted currentColor;
  }
}
.path-suche .region-sidebar-first .search-box__button,
.path-suche .region-sidebar-first .date-filter,
.path-mediathek .region-sidebar-first .search-box__button,
.path-mediathek .region-sidebar-first .date-filter,
.path-medienverwaltung .region-sidebar-first .search-box__button,
.path-medienverwaltung .region-sidebar-first .date-filter {
  background: #008732;
  border-color: transparent;
  font-weight: bold;
}
.path-suche .region-sidebar-first .search-box__button:after,
.path-suche .region-sidebar-first .date-filter:after,
.path-mediathek .region-sidebar-first .search-box__button:after,
.path-mediathek .region-sidebar-first .date-filter:after,
.path-medienverwaltung .region-sidebar-first .search-box__button:after,
.path-medienverwaltung .region-sidebar-first .date-filter:after {
  padding-left: 0.5em;
}
.path-suche .region-sidebar-first .panel,
.path-mediathek .region-sidebar-first .panel,
.path-medienverwaltung .region-sidebar-first .panel {
  background: transparent;
  border: 0;
}
.path-suche .region-sidebar-first .panel-heading,
.path-mediathek .region-sidebar-first .panel-heading,
.path-medienverwaltung .region-sidebar-first .panel-heading {
  display: none;
}
.path-suche .region-sidebar-first .panel-body,
.path-mediathek .region-sidebar-first .panel-body,
.path-medienverwaltung .region-sidebar-first .panel-body {
  padding: 0;
}
.path-suche .region-sidebar-first .panel-body .form-item,
.path-mediathek .region-sidebar-first .panel-body .form-item,
.path-medienverwaltung .region-sidebar-first .panel-body .form-item {
  position: relative;
}
.path-suche .region-sidebar-first .panel-body .fab, .path-suche .region-sidebar-first .panel-body .fa-brand,
.path-suche .region-sidebar-first .panel-body .far, .path-suche .region-sidebar-first .panel-body .fa-regular,
.path-suche .region-sidebar-first .panel-body .fas, .path-suche .region-sidebar-first .panel-body .fa-solid,
.path-mediathek .region-sidebar-first .panel-body .fab,
.path-mediathek .region-sidebar-first .panel-body .fa-brand,
.path-mediathek .region-sidebar-first .panel-body .far,
.path-mediathek .region-sidebar-first .panel-body .fa-regular,
.path-mediathek .region-sidebar-first .panel-body .fas,
.path-mediathek .region-sidebar-first .panel-body .fa-solid,
.path-medienverwaltung .region-sidebar-first .panel-body .fab,
.path-medienverwaltung .region-sidebar-first .panel-body .fa-brand,
.path-medienverwaltung .region-sidebar-first .panel-body .far,
.path-medienverwaltung .region-sidebar-first .panel-body .fa-regular,
.path-medienverwaltung .region-sidebar-first .panel-body .fas,
.path-medienverwaltung .region-sidebar-first .panel-body .fa-solid {
  color: #233755;
}
.path-suche .region-sidebar-first .panel-body .date-filter,
.path-mediathek .region-sidebar-first .panel-body .date-filter,
.path-medienverwaltung .region-sidebar-first .panel-body .date-filter {
  float: right;
  border: 0;
}
.path-suche .region-sidebar-first .panel-body .date-filter span,
.path-mediathek .region-sidebar-first .panel-body .date-filter span,
.path-medienverwaltung .region-sidebar-first .panel-body .date-filter span {
  float: right;
  margin-left: 10px;
  margin-top: 4px;
}
.path-suche .region-sidebar-first .form-control:hover:valid, .path-suche .region-sidebar-first .form-control:focus:valid, .path-suche .region-sidebar-first .form-control:hover:invalid, .path-suche .region-sidebar-first .form-control:focus:invalid,
.path-suche .region-sidebar-first .input-group:hover:valid,
.path-suche .region-sidebar-first .input-group:focus:valid,
.path-suche .region-sidebar-first .input-group:hover:invalid,
.path-suche .region-sidebar-first .input-group:focus:invalid,
.path-mediathek .region-sidebar-first .form-control:hover:valid,
.path-mediathek .region-sidebar-first .form-control:focus:valid,
.path-mediathek .region-sidebar-first .form-control:hover:invalid,
.path-mediathek .region-sidebar-first .form-control:focus:invalid,
.path-mediathek .region-sidebar-first .input-group:hover:valid,
.path-mediathek .region-sidebar-first .input-group:focus:valid,
.path-mediathek .region-sidebar-first .input-group:hover:invalid,
.path-mediathek .region-sidebar-first .input-group:focus:invalid,
.path-medienverwaltung .region-sidebar-first .form-control:hover:valid,
.path-medienverwaltung .region-sidebar-first .form-control:focus:valid,
.path-medienverwaltung .region-sidebar-first .form-control:hover:invalid,
.path-medienverwaltung .region-sidebar-first .form-control:focus:invalid,
.path-medienverwaltung .region-sidebar-first .input-group:hover:valid,
.path-medienverwaltung .region-sidebar-first .input-group:focus:valid,
.path-medienverwaltung .region-sidebar-first .input-group:hover:invalid,
.path-medienverwaltung .region-sidebar-first .input-group:focus:invalid {
  box-shadow: none;
  border-color: inherit;
}
.path-suche .region-sidebar-first .btn:focus, .path-suche .region-sidebar-first .btn:active,
.path-suche .region-sidebar-first .form-control:focus,
.path-suche .region-sidebar-first .form-control:active,
.path-mediathek .region-sidebar-first .btn:focus,
.path-mediathek .region-sidebar-first .btn:active,
.path-mediathek .region-sidebar-first .form-control:focus,
.path-mediathek .region-sidebar-first .form-control:active,
.path-medienverwaltung .region-sidebar-first .btn:focus,
.path-medienverwaltung .region-sidebar-first .btn:active,
.path-medienverwaltung .region-sidebar-first .form-control:focus,
.path-medienverwaltung .region-sidebar-first .form-control:active {
  box-shadow: none;
  outline: 1px dotted currentColor;
  outline-color: rgb(255, 255, 255);
  outline-offset: -3px;
  outline-width: 2px;
  outline-style: dashed;
  outline-offset: 2px;
}
@supports (-ms-ime-align: auto) {
  .path-suche .region-sidebar-first .btn:focus, .path-suche .region-sidebar-first .btn:active,
  .path-suche .region-sidebar-first .form-control:focus,
  .path-suche .region-sidebar-first .form-control:active,
  .path-mediathek .region-sidebar-first .btn:focus,
  .path-mediathek .region-sidebar-first .btn:active,
  .path-mediathek .region-sidebar-first .form-control:focus,
  .path-mediathek .region-sidebar-first .form-control:active,
  .path-medienverwaltung .region-sidebar-first .btn:focus,
  .path-medienverwaltung .region-sidebar-first .btn:active,
  .path-medienverwaltung .region-sidebar-first .form-control:focus,
  .path-medienverwaltung .region-sidebar-first .form-control:active {
    outline: 3px dotted currentColor;
  }
}
.path-suche .region-sidebar-first .btn:hover,
.path-suche .region-sidebar-first .form-control:hover,
.path-mediathek .region-sidebar-first .btn:hover,
.path-mediathek .region-sidebar-first .form-control:hover,
.path-medienverwaltung .region-sidebar-first .btn:hover,
.path-medienverwaltung .region-sidebar-first .form-control:hover {
  box-shadow: none;
  outline: 1px dotted currentColor;
  outline-color: rgb(255, 255, 255);
  outline-offset: -3px;
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 2px;
}
@supports (-ms-ime-align: auto) {
  .path-suche .region-sidebar-first .btn:hover,
  .path-suche .region-sidebar-first .form-control:hover,
  .path-mediathek .region-sidebar-first .btn:hover,
  .path-mediathek .region-sidebar-first .form-control:hover,
  .path-medienverwaltung .region-sidebar-first .btn:hover,
  .path-medienverwaltung .region-sidebar-first .form-control:hover {
    outline: 3px dotted currentColor;
  }
}
.path-suche .region-sidebar-first .input-group:focus-within, .path-suche .region-sidebar-first .input-group:active,
.path-mediathek .region-sidebar-first .input-group:focus-within,
.path-mediathek .region-sidebar-first .input-group:active,
.path-medienverwaltung .region-sidebar-first .input-group:focus-within,
.path-medienverwaltung .region-sidebar-first .input-group:active {
  box-shadow: none;
  outline: 1px dotted currentColor;
  outline-color: rgb(255, 255, 255);
  outline-offset: -3px;
  outline-width: 2px;
  outline-style: dashed;
  outline-offset: 2px;
}
@supports (-ms-ime-align: auto) {
  .path-suche .region-sidebar-first .input-group:focus-within, .path-suche .region-sidebar-first .input-group:active,
  .path-mediathek .region-sidebar-first .input-group:focus-within,
  .path-mediathek .region-sidebar-first .input-group:active,
  .path-medienverwaltung .region-sidebar-first .input-group:focus-within,
  .path-medienverwaltung .region-sidebar-first .input-group:active {
    outline: 3px dotted currentColor;
  }
}
.path-suche .region-sidebar-first .input-group:hover,
.path-mediathek .region-sidebar-first .input-group:hover,
.path-medienverwaltung .region-sidebar-first .input-group:hover {
  box-shadow: none;
  outline: 1px dotted currentColor;
  outline-color: rgb(255, 255, 255);
  outline-offset: -3px;
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 2px;
}
@supports (-ms-ime-align: auto) {
  .path-suche .region-sidebar-first .input-group:hover,
  .path-mediathek .region-sidebar-first .input-group:hover,
  .path-medienverwaltung .region-sidebar-first .input-group:hover {
    outline: 3px dotted currentColor;
  }
}
.path-suche .region-sidebar-first .input-group .form-control,
.path-mediathek .region-sidebar-first .input-group .form-control,
.path-medienverwaltung .region-sidebar-first .input-group .form-control {
  outline: none;
}
.path-suche .region-sidebar-first .facets-widget-content_bundle .highlighted,
.path-mediathek .region-sidebar-first .facets-widget-content_bundle .highlighted,
.path-medienverwaltung .region-sidebar-first .facets-widget-content_bundle .highlighted {
  font-weight: bold;
}
.path-suche .region-sidebar-first .date-label,
.path-mediathek .region-sidebar-first .date-label,
.path-medienverwaltung .region-sidebar-first .date-label {
  display: block;
  position: relative;
  font-weight: normal;
}
.path-suche .region-sidebar-first .form-actions,
.path-mediathek .region-sidebar-first .form-actions,
.path-medienverwaltung .region-sidebar-first .form-actions {
  float: right;
}
.path-suche .region-sidebar-first .form-actions .search-box__button,
.path-mediathek .region-sidebar-first .form-actions .search-box__button,
.path-medienverwaltung .region-sidebar-first .form-actions .search-box__button {
  margin-top: 15.037593985px;
  display: inline-block;
  vertical-align: baseline;
}
.path-suche .region-sidebar-first .form-actions .search-box__button::before, .path-suche .region-sidebar-first .form-actions .search-box__button::after,
.path-mediathek .region-sidebar-first .form-actions .search-box__button::before,
.path-mediathek .region-sidebar-first .form-actions .search-box__button::after,
.path-medienverwaltung .region-sidebar-first .form-actions .search-box__button::before,
.path-medienverwaltung .region-sidebar-first .form-actions .search-box__button::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font: normal 900 1em/1 "Font Awesome 6 Free";
}
.path-suche .region-sidebar-first .form-actions .search-box__button::after,
.path-mediathek .region-sidebar-first .form-actions .search-box__button::after,
.path-medienverwaltung .region-sidebar-first .form-actions .search-box__button::after {
  margin-left: 0.25em;
  vertical-align: baseline;
  content: "\f002";
}

#block-degovsearchcontentfilter .block-degov-search-content-filter > .panel-heading {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
  display: block;
}

.block-search-api-sorts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0;
  line-height: 20px;
}
.block-search-api-sorts .block-title {
  flex-grow: 1;
  padding: 0;
  line-height: 40px;
  min-width: 8.125em;
}
.block-search-api-sorts .glyphicon {
  width: 22px;
  text-align: center;
  vertical-align: bottom;
  padding-bottom: 3px;
}
.block-search-api-sorts .search-api-sorts {
  padding: 0;
  margin: 0;
  float: right;
  text-align: right;
}
.block-search-api-sorts .search-api-sorts li {
  display: inline-block;
  font-size: small;
}
@media screen and (min-width: 22.5em) {
  .block-search-api-sorts .search-api-sorts li {
    margin-left: 20px;
    font-size: 1rem;
  }
}

.block-facet--degov-date-range-picker {
  display: inline-block;
  width: 100%;
}

.sharing {
  position: relative;
}
.sharing li {
  position: relative;
}

.sharing-overlay {
  position: relative;
  top: -30px;
  left: 0;
  cursor: pointer;
  height: 35px;
  width: 100%;
}

.shariff li, .shariff li a {
  height: 2.1875rem;
}
@media screen and (min-width: 1024px) {
  .shariff li, .shariff li a {
    height: 1.875rem;
  }
}
.shariff li .fa {
  width: 2.1875rem;
  line-height: 2.1875rem;
}
@media screen and (min-width: 1024px) {
  .shariff li .fa {
    width: 1.875rem;
    line-height: 1.875rem;
  }
}
.shariff li.twitter a {
  background-color: #000000;
}
.shariff li.twitter a:hover {
  background-color: rgb(255, 255, 255);
}
.shariff li.twitter a:hover .fa-twitter, .shariff li.twitter a:hover .share_text {
  color: #000000;
}
.shariff li.twitter a .fa-twitter::before {
  content: "\e61b";
}
.shariff li .share_count,
.shariff li .share_text {
  font-size: 0.75rem;
  line-height: 2.1875rem;
}
@media screen and (min-width: 1024px) {
  .shariff li .share_count,
  .shariff li .share_text {
    line-height: 1.875rem;
  }
}
.shariff li .share_count {
  padding: 0 0.5rem;
  height: calc(2.1875rem - 2px);
  top: 1px;
  right: 1px;
}
@media screen and (min-width: 1024px) {
  .shariff li .share_count {
    height: calc(1.875rem - 2px);
  }
}
.shariff .orientation-horizontal li {
  width: 2.1875rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 360px) {
  .shariff .orientation-horizontal li {
    min-width: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .shariff .orientation-horizontal li {
    min-width: 6.875rem;
    max-width: 10rem;
  }
}
.shariff .orientation-horizontal li .share_text {
  padding-left: 0.1875rem;
}
@media screen and (min-width: 360px) {
  .shariff .orientation-horizontal.col-1 li, .shariff .orientation-horizontal.col-2 li {
    min-width: 6.875rem;
    max-width: 10rem;
  }
}
.shariff .orientation-vertical {
  min-width: 6.875rem;
}
.shariff .orientation-vertical li {
  margin: 0.3125rem 0;
}
.shariff .orientation-vertical li .share_count {
  width: 1.5rem;
}
.shariff .addthis .fa-plus {
  font-size: 0.875rem;
}
@media only screen and (min-width: 600px) {
  .shariff .addthis .fa-plus {
    font-size: 0.875rem;
    top: 0.0625rem;
  }
}
.shariff .diaspora .fa-times-circle {
  font-size: 1.0625rem;
}
@media only screen and (min-width: 600px) {
  .shariff .diaspora .fa-times-circle {
    font-size: 1rem;
  }
}
.shariff .facebook .fa-facebook {
  font-size: 1.375rem;
}
@media screen and (min-width: 600px) {
  .shariff .facebook .fa-facebook {
    font-size: 1.1875rem;
  }
}
.shariff .flattr .fa-money {
  font-size: 1.375rem;
}
@media only screen and (min-width: 600px) {
  .shariff .flattr .fa-money {
    font-size: 1.1875rem;
  }
}
.shariff .googleplus .fa-google-plus {
  font-size: 1.375rem;
}
@media only screen and (min-width: 600px) {
  .shariff .googleplus .fa-google-plus {
    font-size: 1.1875rem;
  }
}
.shariff .info .fa-info {
  font-size: 1.25rem;
  width: calc(2.1875rem - 2px);
}
.shariff .orientation-vertical .info {
  width: 2.1875rem;
}
@media only screen and (min-width: 360px) {
  .shariff .orientation-horizontal .info {
    width: 2.1875rem;
    min-width: 2.1875rem !important;
  }
}
@media only screen and (min-width: 1024px) {
  .shariff .info .fa-info {
    font-size: 1rem;
    width: calc(1.5625rem - 2px);
  }
  .shariff .orientation-horizontal .info {
    width: 1.5625rem;
    min-width: 1.5625rem !important;
  }
  .shariff .orientation-vertical .info {
    width: 1.5625rem;
  }
}
.shariff .linkedin .fa-linkedin {
  font-size: 1.375rem;
}
@media only screen and (min-width: 600px) {
  .shariff .linkedin .fa-linkedin {
    font-size: 1.1875rem;
  }
}
.shariff .mail .fa-envelope {
  font-size: 1.3125rem;
}
@media only screen and (min-width: 600px) {
  .shariff .mail .fa-envelope {
    font-size: 1.125rem;
  }
}
.shariff .print .fa-print {
  font-size: 1.3125rem;
}
@media only screen and (min-width: 600px) {
  .shariff .print .fa-print {
    font-size: 1.125rem;
  }
}
.shariff .pinterest .fa-pinterest-p {
  font-size: 1.375rem;
}
@media only screen and (min-width: 600px) {
  .shariff .pinterest .fa-pinterest-p {
    font-size: 1.1875rem;
    top: 0.0625rem;
  }
}
.shariff .reddit .fa-reddit {
  font-size: 1.0625rem;
}
@media only screen and (min-width: 600px) {
  .shariff .reddit .fa-reddit {
    font-size: 1rem;
  }
}
.shariff .stumbleupon .fa-stumbleupon {
  font-size: 1.0625rem;
}
@media only screen and (min-width: 600px) {
  .shariff .stumbleupon .fa-stumbleupon {
    font-size: 1rem;
  }
}
.shariff .twitter .fa-twitter {
  font-size: 1.75rem;
}
@media screen and (min-width: 600px) {
  .shariff .twitter .fa-twitter {
    font-size: 1.5rem;
  }
}
.shariff .whatsapp .fa-whatsapp {
  font-size: 1.75rem;
}
@media only screen and (min-width: 600px) {
  .shariff .whatsapp .fa-whatsapp {
    font-size: 1.375rem;
  }
}
.shariff .xing .fa-xing {
  font-size: 1.375rem;
}
@media only screen and (min-width: 600px) {
  .shariff .xing .fa-xing {
    font-size: 1.1875rem;
  }
}
.shariff .tumblr .fa-tumblr {
  font-size: 1.75rem;
}
@media only screen and (min-width: 600px) {
  .shariff .tumblr .fa-tumblr {
    font-size: 1.375rem;
  }
}
.shariff .threema .fa-lock {
  font-size: 1.75rem;
}
@media only screen and (min-width: 600px) {
  .shariff .threema .fa-lock {
    font-size: 1.375rem;
  }
}
.shariff .weibo .fa-weibo {
  font-size: 1.75rem;
}
@media only screen and (min-width: 600px) {
  .shariff .weibo .fa-weibo {
    font-size: 1.5rem;
  }
}
.shariff .tencent-weibo .fa-tencent-weibo {
  font-size: 1.75rem;
}
@media only screen and (min-width: 600px) {
  .shariff .tencent-weibo .fa-tencent-weibo {
    font-size: 1.5rem;
  }
}
.shariff .telegram .fa-telegram {
  font-size: 1.75rem;
}
@media only screen and (min-width: 600px) {
  .shariff .telegram .fa-telegram {
    font-size: 1.375rem;
  }
}
.shariff .shariff .qzone .fa-qq {
  font-size: 1.75rem;
}
@media only screen and (min-width: 600px) {
  .shariff .shariff .qzone .fa-qq {
    font-size: 1.5rem;
  }
}
.shariff .vk .fa-vk {
  font-size: 1.375rem;
}
@media only screen and (min-width: 600px) {
  .shariff .vk .fa-vk {
    font-size: 1.1875rem;
  }
}

.shariff ul.theme-grey .qzone.theme-colored a {
  background-color: #2B82D9;
}

.shariff ul.theme-grey .tencent-weibo.theme-colored a {
  background-color: #26ACE0;
}

.shariff ul.theme-grey .weibo.theme-colored a {
  background-color: #F56770;
}

.shariff ul.theme-grey .tumblr.theme-colored a {
  background-color: #36465D;
}

.shariff ul.theme-grey .xing.theme-colored a {
  background-color: #126567;
}

.shariff ul.theme-grey .whatsapp.theme-colored a {
  background-color: #5cbe4a;
}

.shariff ul.theme-grey .twitter.theme-colored a {
  background-color: #55acee;
}

.shariff ul.theme-grey .stumbleupon.theme-colored a {
  background-color: #eb4924;
}

.shariff ul.theme-grey .reddit.theme-colored a {
  background-color: #ff4500;
}

.shariff ul.theme-grey .pinterest.theme-colored a {
  background-color: #bd081c;
}

.shariff ul.theme-grey .mail.theme-colored a {
  background-color: #999;
}

.shariff ul.theme-grey .linkedin.theme-colored a {
  background-color: #0077b5;
}

.shariff ul.theme-grey .googleplus.theme-colored a {
  background-color: #d34836;
}

.shariff ul.theme-grey .flattr.theme-colored a {
  background-color: #7ea352;
}

.shariff ul.theme-grey .facebook.theme-colored a {
  background-color: #3b5998;
}

.shariff ul.theme-grey .diaspora.theme-colored a {
  background-color: #999;
}

.shariff ul.theme-grey .addthis.theme-colored a {
  background-color: #f8694d;
}

@media (min-width: 600px) {
  .shariff .fa {
    padding-left: 0.625rem;
    margin-right: 0.625rem;
  }
}

.media-copyright {
  background-color: #233755;
  color: rgb(255, 255, 255);
  position: relative;
  padding: 0.25rem;
  font-size: 0.6875rem;
}
@media (min-width: 768px) {
  .media-copyright {
    font-size: 0.75rem;
  }
}
.media-copyright .media-copyright--copyright-label {
  padding-right: 0.25em;
}

@media (forced-colors: active) {
  .plyr--full-ui .plyr__controls .plyr__controls__item {
    forced-color-adjust: none;
  }
}
.plyr--full-ui.plyr--audio .plyr__control > svg {
  padding-left: 2px;
}
@media (min-width: 600px) {
  .plyr--full-ui .plyr__control--overlaid {
    max-width: 15%;
    aspect-ratio: 1/1;
    width: 60px;
  }
  .plyr--full-ui .plyr__control--overlaid > svg {
    width: 100%;
    aspect-ratio: 1/1;
    height: unset;
    margin-left: unset;
  }
}
.plyr--full-ui .plyr__controls {
  padding: 10px;
  background-color: #000000;
}
.plyr--full-ui .plyr__progress__container {
  flex-grow: 1;
}
.plyr--full-ui .plyr__volume input[type=range] {
  width: calc(100% - 32px);
}
.plyr--full-ui .plyr__control--overlaid {
  background: rgba(60, 80, 110, 0.9);
}
.plyr--full-ui:focus .plyr__control--overlaid,
.plyr--full-ui .plyr__control--overlaid:hover {
  background: #3C506E;
  box-shadow: 0 1px 0 6px rgba(135, 185, 255, 0.85);
}
.plyr--full-ui.plyr--audio .plyr__controls__item {
  background: #000000;
  color: #fff;
}
.plyr--full-ui .plyr__control.plyr__tab-focus,
.plyr--full-ui .plyr__control:hover,
.plyr--full-ui .plyr__control[aria-expanded=true] {
  background: #3C506E;
  color: #fff;
}
.plyr--full-ui input[type=range] {
  color: rgba(135, 185, 255, 0.85);
}
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 5px rgba(135, 185, 255, 0.55);
  outline: 0;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(135, 185, 255, 0.55);
  outline: 0;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(135, 185, 255, 0.55);
}
.plyr--full-ui .plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(135, 185, 255, 0.85);
}
.plyr--full-ui .plyr__progress__buffer {
  color: rgba(135, 185, 255, 0.85);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.plyr--full-ui .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #3C506E;
}
.plyr--full-ui .plyr__tooltip,
.plyr--full-ui .plyr__menu__value,
.plyr--full-ui .plyr__control > span {
  color: currentColor !important;
}
.plyr--full-ui .plyr__tooltip {
  color: #4f5b5f !important;
}

.video-embed-field-plyr {
  position: relative;
}
.video-embed-field-plyr:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.video-embed-field-plyr > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.js-social-media-code.video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.js-social-media-code.video.js-social-media-disabled {
  padding-top: 0;
}

/* Then style the iframe to fit in the container div with full height and width */
.media-oembed-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.l-slick-navi {
  position: relative;
  height: 75px;
  width: 100%;
  margin: 0;
  left: unset;
  display: none;
}
.js .l-slick-navi {
  display: flex;
}

.slick-dots {
  position: static;
  width: auto;
  display: flex;
  align-items: center;
  line-height: 75px;
  overflow-y: hidden;
  overflow-x: auto;
  scroll-behavior: smooth;
}
.slick-dots:focus, .slick-dots:active {
  box-shadow: none;
  outline: 1px dotted currentColor;
  outline-color: #3C506E;
  outline-offset: -3px;
  outline-width: 2px;
  outline-style: dashed;
  outline-style: dotted;
  outline-offset: -1px;
  outline-width: 1px;
}
@supports (-ms-ime-align: auto) {
  .slick-dots:focus, .slick-dots:active {
    outline: 3px dotted currentColor;
  }
}
.slick-dots li {
  height: 11px;
  width: 11px;
  min-width: 11px;
  margin: 0 3px;
  vertical-align: middle;
  border-radius: 100%;
}
@media (max-width: 991px) {
  .slick-dots li {
    margin: 0 10px;
  }
}
.slick-dots li button {
  height: 11px;
  width: 11px;
  padding: 0;
  border-radius: inherit;
  background-color: transparent;
  border: 2px solid #3C506E;
}
.slick-dots li button::before {
  display: none;
}
.slick-dots li button:hover {
  box-shadow: none;
  outline: 1px dotted currentColor;
  outline-color: #3C506E;
  outline-offset: -3px;
  outline-width: 2px;
  outline-style: solid;
}
@supports (-ms-ime-align: auto) {
  .slick-dots li button:hover {
    outline: 3px dotted currentColor;
  }
}
.slick-dots li button:focus, .slick-dots li button:active {
  box-shadow: none;
  outline: 1px dotted currentColor;
  outline-color: #3C506E;
  outline-offset: -3px;
  outline-width: 2px;
  outline-style: dashed;
  outline-style: dotted;
}
@supports (-ms-ime-align: auto) {
  .slick-dots li button:focus, .slick-dots li button:active {
    outline: 3px dotted currentColor;
  }
}
.slick-dots li button:active {
  background-color: #3C506E;
  outline-offset: 1px;
  border-color: #3C506E;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  background-color: rgb(255, 255, 255);
  outline-offset: 1px;
  border-color: #3C506E;
}
.slick-dots li.slick-active button {
  background-color: #3C506E;
}

.slick-controls {
  display: none;
}
.l-slick-navi .slick-controls {
  order: 98;
  display: flex;
  flex-shrink: 1;
  width: auto;
  justify-content: flex-start;
  color: #3C506E;
  padding-left: 5px;
}
.slick-controls .slick__play {
  display: inline-block;
  vertical-align: baseline;
}
.slick-controls .slick__play::before, .slick-controls .slick__play::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font: normal 900 1em/1 "Font Awesome 6 Free";
}
.slick-controls .slick__play::before {
  margin-right: 0.25em;
  vertical-align: baseline;
  content: "\f04b";
}
.slick-controls .slick__pause {
  display: inline-block;
  vertical-align: baseline;
}
.slick-controls .slick__pause::before, .slick-controls .slick__pause::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font: normal 900 1em/1 "Font Awesome 6 Free";
}
.slick-controls .slick__pause::before {
  margin-right: 0.25em;
  vertical-align: baseline;
  content: "\f04c";
}
.slick-controls .slick__pause,
.slick-controls .slick__play {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  height: 75px;
  padding: 10px 20px;
  color: #3C506E;
}
.slick-controls .slick__pause::before,
.slick-controls .slick__play::before {
  font-size: 22px;
  text-shadow: none;
  line-height: 55px;
}
.slick-controls .slick__pause:hover,
.slick-controls .slick__play:hover {
  box-shadow: none;
  outline: 1px dotted currentColor;
  outline-color: #3C506E;
  outline-offset: -3px;
  outline-width: 2px;
  outline-style: solid;
}
@supports (-ms-ime-align: auto) {
  .slick-controls .slick__pause:hover,
  .slick-controls .slick__play:hover {
    outline: 3px dotted currentColor;
  }
}
.slick-controls .slick__pause:focus, .slick-controls .slick__pause:active,
.slick-controls .slick__play:focus,
.slick-controls .slick__play:active {
  box-shadow: none;
  outline: 1px dotted currentColor;
  outline-color: #3C506E;
  outline-offset: -3px;
  outline-width: 2px;
  outline-style: dashed;
}
@supports (-ms-ime-align: auto) {
  .slick-controls .slick__pause:focus, .slick-controls .slick__pause:active,
  .slick-controls .slick__play:focus,
  .slick-controls .slick__play:active {
    outline: 3px dotted currentColor;
  }
}

.slick-arrow {
  height: 75px;
  width: 75px;
  min-width: 75px;
  position: static;
  transform: none;
  color: #3C506E;
}
.slick-arrow.slick-prev:hover, .slick-arrow.slick-next:hover {
  box-shadow: none;
  outline: 1px dotted currentColor;
  outline-color: #3C506E;
  outline-offset: -3px;
  outline-width: 2px;
  outline-style: solid;
}
@supports (-ms-ime-align: auto) {
  .slick-arrow.slick-prev:hover, .slick-arrow.slick-next:hover {
    outline: 3px dotted currentColor;
  }
}
.slick-arrow.slick-prev:focus, .slick-arrow.slick-prev:active, .slick-arrow.slick-next:focus, .slick-arrow.slick-next:active {
  box-shadow: none;
  outline: 1px dotted currentColor;
  outline-color: #3C506E;
  outline-offset: -3px;
  outline-width: 2px;
  outline-style: dashed;
}
@supports (-ms-ime-align: auto) {
  .slick-arrow.slick-prev:focus, .slick-arrow.slick-prev:active, .slick-arrow.slick-next:focus, .slick-arrow.slick-next:active {
    outline: 3px dotted currentColor;
  }
}
.slick-arrow:before {
  margin: 0 !important;
  opacity: 1;
  color: inherit;
}
.slick-arrow.slick-prev {
  display: inline-block;
  vertical-align: baseline;
}
.slick-arrow.slick-prev::before, .slick-arrow.slick-prev::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font: normal 900 1em/1 "Font Awesome 6 Free";
}
.slick-arrow.slick-prev::before {
  margin-right: 0.25em;
  vertical-align: baseline;
  content: "\f104";
}
.slick-arrow.slick-next {
  display: inline-block;
  vertical-align: baseline;
  order: 999;
}
.slick-arrow.slick-next::before, .slick-arrow.slick-next::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font: normal 900 1em/1 "Font Awesome 6 Free";
}
.slick-arrow.slick-next::before {
  margin-right: 0.25em;
  vertical-align: baseline;
  content: "\f105";
}

.paragraph-slideshow-wrapper {
  position: relative;
}
.paragraph-slideshow-wrapper .slideshow__slides {
  position: relative;
  font-size: 0;
}
.paragraph-slideshow-wrapper .slideshow__slides .slide {
  font-size: 1rem;
}

.slide {
  margin: 0;
  max-width: 1280px;
  vertical-align: top;
}
.slide .slide__link {
  display: block;
}
.slide .slide__link:hover {
  box-shadow: none;
  outline: 1px dotted currentColor;
  outline-color: #3C506E;
  outline-offset: -3px;
  outline-width: 2px;
  outline-style: solid;
  text-decoration: none;
}
@supports (-ms-ime-align: auto) {
  .slide .slide__link:hover {
    outline: 3px dotted currentColor;
  }
}
.slide .slide__link:focus, .slide .slide__link:active {
  box-shadow: none;
  outline: 1px dotted currentColor;
  outline-color: #3C506E;
  outline-offset: -3px;
  outline-width: 2px;
  outline-style: dashed;
  text-decoration: none;
}
@supports (-ms-ime-align: auto) {
  .slide .slide__link:focus, .slide .slide__link:active {
    outline: 3px dotted currentColor;
  }
}
@media (max-width: 991px) {
  .slide .slide__link:hover, .slide .slide__link:focus, .slide .slide__link:active {
    outline-color: rgb(255, 255, 255);
  }
}
.slide .slide__text {
  display: flex;
}
.slide .slide__text h1, .slide .slide__text .h1, .slide .slide__text h2, .slide .slide__text .h2, .slide .slide__text h3, .slide .slide__text .h3, .slide .slide__text h4, .slide .slide__text .h4, .slide .slide__text h5, .slide .slide__text .h5, .slide .slide__text h6, .slide .slide__text .h6 {
  margin-top: 0;
  font-weight: bold;
}
.slide .slide__text h2, .slide .slide__text .h2 {
  margin: 0 0 12px;
  line-height: normal;
  font-family: "BentonSans-Regular", "Open Sans", arial, sans-serif;
  font-weight: bold;
}
.slide .slide__text p {
  font-size: 0.875rem;
  font-weight: normal;
}
.slide .slide__text p:first-child {
  margin: 0;
}
.slide .slide__text a {
  text-decoration: none;
  font-weight: bold;
}
.slide .slide__text__sub {
  height: 100%;
  width: 100%;
}
.slide .slide__text__sub .slide__text__sub_vcenter {
  min-height: 100%;
}
.slide .media--view-mode-slider_main_16_9 .media-copyright {
  position: absolute;
  bottom: 0.3125rem;
  right: 0.3125rem;
  width: auto;
  text-align: right;
  max-width: calc(100% - 10px);
}

@media (min-width: 992px) {
  .paragraph-slideshow .video.js-social-media-wrapper .video__video:not(.teaser-image) {
    padding-bottom: 56.25%;
    position: relative;
    background: #000000;
  }
  .paragraph-slideshow .video.js-social-media-wrapper .video__video:not(.teaser-image) .js-social-media-code {
    position: absolute;
    top: 0;
    left: 2.5%;
    right: 2.5%;
    width: 95%;
  }
  .paragraph-slideshow .video.js-social-media-wrapper .video__video:not(.teaser-image) .js-social-media-code .js-social-media-code__message {
    position: absolute;
    top: 1em;
    left: 2%;
    width: 96%;
    margin-bottom: 3px;
    margin-top: 3px;
    border: 1px solid #1C1C1C;
    color: #1C1C1C;
    box-shadow: 0 0 1em #1C1C1C;
  }
  .paragraph-slideshow .video.js-social-media-wrapper .below-video {
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 3.5%;
    width: 100%;
    position: absolute;
    background: #233755;
  }
}
@media (max-width: 992px) {
  .paragraph-slideshow .video.js-social-media-wrapper .below-video .media-copyright.media-copyright--video {
    position: relative;
    right: unset;
    background-color: #3C506E;
  }
}

.slider--media-copyright {
  width: 100%;
}
.slider--media-copyright .media-copyright {
  position: absolute;
  top: -1.875rem;
  right: 0;
  width: inherit;
  opacity: 0;
  transition: opacity 1800ms ease-in-out;
}
.slider--media-copyright .media-copyright.is-visible {
  opacity: 1;
}
.slideshow-type-1 + .slider--media-copyright, .slideshow-type-2 + .slider--media-copyright {
  text-align: right;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.slider--media-copyright {
  display: none;
}
.js .slider--media-copyright {
  display: block;
}

.js .l-slide-media .media-copyright {
  display: none;
}

.view-mode-slideshow {
  display: flex;
  font-size: 1rem;
}
.view-mode-slideshow .l-slide {
  width: 100%;
}
.view-mode-slideshow .l-slide .l-slide-media {
  display: block;
}
.view-mode-slideshow .l-slide .l-slide-media:hover {
  text-decoration: none;
}
.view-mode-slideshow .l-slide .l-slide-media .no-image {
  display: inline-block;
  vertical-align: baseline;
  height: 56.25vw;
  color: #d9dada;
  background: #333333;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.view-mode-slideshow .l-slide .l-slide-media .no-image::before, .view-mode-slideshow .l-slide .l-slide-media .no-image::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font: normal 900 1em/1 "Font Awesome 6 Free";
}
.view-mode-slideshow .l-slide .l-slide-media .no-image::before {
  margin-right: 0.25em;
  vertical-align: baseline;
  content: "\f03e";
}
.view-mode-slideshow .l-slide .l-slide-media .no-image:before {
  font-size: 26vw;
  margin: 10px;
}
@media (min-width: 1200px) {
  .view-mode-slideshow .l-slide .l-slide-media .no-image:before {
    font-size: 440px;
  }
}
.view-mode-slideshow .l-slide .l-slide-text {
  position: relative;
}
.view-mode-slideshow .l-slide .l-slide-text h1, .view-mode-slideshow .l-slide .l-slide-text .h1, .view-mode-slideshow .l-slide .l-slide-text h2, .view-mode-slideshow .l-slide .l-slide-text .h2, .view-mode-slideshow .l-slide .l-slide-text h3, .view-mode-slideshow .l-slide .l-slide-text .h3, .view-mode-slideshow .l-slide .l-slide-text h4, .view-mode-slideshow .l-slide .l-slide-text .h4, .view-mode-slideshow .l-slide .l-slide-text h5, .view-mode-slideshow .l-slide .l-slide-text .h5, .view-mode-slideshow .l-slide .l-slide-text h6, .view-mode-slideshow .l-slide .l-slide-text .h6 {
  font-weight: bold;
}
@media (min-width: 992px) {
  .view-mode-slideshow .l-slide .l-slide-text .slideshow-content {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
  }
}
.view-mode-slideshow.faq {
  padding: 0;
  margin-top: 0;
}

.paragraph-slideshow-wrapper--type_1.has-copyright {
  padding-bottom: 0;
}
.paragraph-slideshow-wrapper--type_1 > .slider--media-copyright {
  display: none;
}

.slideshow-type-1 {
  position: relative;
}
.slideshow-type-1 .slick-dotted {
  margin: 0;
}
.slideshow-type-1 .js .slideshow__slides:not(.slick-initialized) .slide:not(:first-child) {
  display: none;
}
.slideshow-type-1 .node__link {
  display: block;
}
.slideshow-type-1 .node__link:hover {
  box-shadow: none;
  outline: 1px dotted currentColor;
  outline-color: #3C506E;
  outline-offset: -3px;
  outline-width: 2px;
  outline-style: solid;
  text-decoration: none;
}
@supports (-ms-ime-align: auto) {
  .slideshow-type-1 .node__link:hover {
    outline: 3px dotted currentColor;
  }
}
.slideshow-type-1 .node__link:focus, .slideshow-type-1 .node__link:active {
  box-shadow: none;
  outline: 1px dotted currentColor;
  outline-color: #3C506E;
  outline-offset: -3px;
  outline-width: 2px;
  outline-style: dashed;
  text-decoration: none;
}
@supports (-ms-ime-align: auto) {
  .slideshow-type-1 .node__link:focus, .slideshow-type-1 .node__link:active {
    outline: 3px dotted currentColor;
  }
}
@media (max-width: 991px) {
  .slideshow-type-1 .node__link:hover, .slideshow-type-1 .node__link:focus, .slideshow-type-1 .node__link:active {
    outline-color: rgb(255, 255, 255);
  }
}
.slideshow-type-1 .l-slide {
  padding-bottom: 75px;
}
@media (min-width: 992px) {
  .slideshow-type-1 .l-slide {
    display: flex;
    flex-direction: row;
    border: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .slideshow-type-1 .l-slide .l-slide-media {
    width: 65%;
  }
  .slideshow-type-1 .l-slide .l-slide-media .no-image {
    height: 36.5625vw;
  }
}
@media (min-width: 1200px) {
  .slideshow-type-1 .l-slide .l-slide-media {
    width: 75%;
  }
  .slideshow-type-1 .l-slide .l-slide-media .no-image {
    height: 540px;
  }
}
.slideshow-type-1 .l-slide .l-slide-media .media-copyright {
  display: block;
}
.slideshow-type-1 .l-slide-text {
  position: relative;
  padding: 22px 25px 0;
}
.slideshow-type-1 .l-slide-text .slide__text__sub {
  padding: 20px;
}
@media (min-width: 992px) {
  .slideshow-type-1 .l-slide-text {
    height: 0;
    overflow-x: auto;
    width: 35%;
    padding-top: 35%;
  }
  .slideshow-type-1 .l-slide-text a {
    color: #233755;
  }
  .slideshow-type-1 .l-slide-text a:hover {
    box-shadow: none;
    outline: 1px dotted currentColor;
    outline-color: #3C506E;
    outline-offset: -3px;
    outline-width: 2px;
    outline-style: solid;
    outline-offset: 1px;
  }
  @supports (-ms-ime-align: auto) {
    .slideshow-type-1 .l-slide-text a:hover {
      outline: 3px dotted currentColor;
    }
  }
  .slideshow-type-1 .l-slide-text a:focus, .slideshow-type-1 .l-slide-text a:active {
    box-shadow: none;
    outline: 1px dotted currentColor;
    outline-color: #3C506E;
    outline-offset: -3px;
    outline-width: 2px;
    outline-style: dashed;
    outline-offset: 1px;
  }
  @supports (-ms-ime-align: auto) {
    .slideshow-type-1 .l-slide-text a:focus, .slideshow-type-1 .l-slide-text a:active {
      outline: 3px dotted currentColor;
    }
  }
  .slideshow-type-1 .l-slide-text .slide__text__sub {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .slideshow-type-1 .l-slide-text {
    width: 25%;
    padding-top: 42%;
  }
}
@media (min-width: 992px) {
  .slideshow-type-1 .slick-initialized .l-slide-text {
    padding-top: 29%;
  }
}
@media (min-width: 1200px) {
  .slideshow-type-1 .slick-initialized .l-slide-text {
    padding-top: 35%;
  }
}
.slideshow-type-1 .l-slick-navi {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
}
@media (min-width: 992px) {
  .slideshow-type-1 .l-slick-navi {
    max-width: 35%;
    right: -15px;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .slideshow-type-1 .l-slick-navi {
    max-width: 25%;
  }
}
.slideshow-type-1 .slick__dots {
  display: flex;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 480px) {
  .slideshow-type-1 .slick__dots .slick-dots {
    width: 12.8125rem;
  }
}
@media (min-width: 768px) {
  .slideshow-type-1 .slick__dots .slick-dots {
    width: 30.9375rem;
  }
}
@media (min-width: 992px) {
  .slideshow-type-1 .slick__dots .slick-dots {
    width: 6.5625rem;
  }
}
@media (min-width: 1200px) {
  .slideshow-type-1 .slick__dots .slick-dots {
    width: 5.3125rem;
  }
}
@media (max-width: 991px) {
  .slideshow-type-1 .slick__dots .slick-dots:focus, .slideshow-type-1 .slick__dots .slick-dots:active {
    outline-color: rgb(255, 255, 255);
  }
}
@media (max-width: 991px) {
  .slideshow-type-1 .slick__dots li button:hover, .slideshow-type-1 .slick__dots li button:focus, .slideshow-type-1 .slick__dots li button:active {
    outline-color: rgb(255, 255, 255);
    outline-offset: 1px;
    border-color: rgb(255, 255, 255);
  }
  .slideshow-type-1 .slick__dots li button:hover, .slideshow-type-1 .slick__dots li button:focus {
    background-color: #3C506E;
  }
  .slideshow-type-1 .slick__dots li button:active {
    background-color: rgb(255, 255, 255);
  }
}
@media (max-width: 991px) {
  .slideshow-type-1 .slick__dots li.slick-active button {
    background-color: rgb(255, 255, 255) !important;
  }
}
@media (max-width: 991px) {
  .slideshow-type-1 .slick-controls .slick__pause:hover, .slideshow-type-1 .slick-controls .slick__pause:focus, .slideshow-type-1 .slick-controls .slick__pause:active,
  .slideshow-type-1 .slick-controls .slick__play:hover,
  .slideshow-type-1 .slick-controls .slick__play:focus,
  .slideshow-type-1 .slick-controls .slick__play:active {
    outline-color: rgb(255, 255, 255);
  }
}
.slideshow-type-1 .slick-arrow.slick-prev::before, .slideshow-type-1 .slick-arrow.slick-next::before {
  font-size: 70px;
}
@media (max-width: 991px) {
  .slideshow-type-1 .slick-arrow.slick-prev:hover, .slideshow-type-1 .slick-arrow.slick-prev:focus, .slideshow-type-1 .slick-arrow.slick-prev:active, .slideshow-type-1 .slick-arrow.slick-next:hover, .slideshow-type-1 .slick-arrow.slick-next:focus, .slideshow-type-1 .slick-arrow.slick-next:active {
    outline-color: rgb(255, 255, 255);
  }
}
.page-has-sidebar .slideshow-type-1 .slick-controls .slick__pause,
.page-has-sidebar .slideshow-type-1 .slick-controls .slick__play {
  padding-left: 5px;
  padding-right: 5px;
}
.page-has-sidebar .slideshow-type-1 .slick-controls .slick__pause::before,
.page-has-sidebar .slideshow-type-1 .slick-controls .slick__play::before {
  font-size: 15px;
}
.page-has-sidebar .slideshow-type-1 .slick-arrow::before {
  font-size: 60px;
}
@media (min-width: 992px) {
  .page-has-sidebar .slideshow-type-1 .slick-dots {
    width: 3.1875rem;
  }
}
@media (min-width: 1200px) {
  .page-has-sidebar .slideshow-type-1 .slick-dots {
    width: 2.1875rem;
  }
}

.paragraph-slideshow-wrapper--type_2 .slideshow-type-2 {
  position: relative;
}
.paragraph-slideshow-wrapper--type_2 .slideshow-type-2:before, .paragraph-slideshow-wrapper--type_2 .slideshow-type-2:after {
  display: table;
  content: " ";
}
.paragraph-slideshow-wrapper--type_2 .slideshow-type-2:after {
  clear: both;
}
.paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .slide__link:hover,
.paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .node__link:hover {
  box-shadow: none;
  outline: 1px dotted currentColor;
  outline-color: rgb(255, 255, 255);
  outline-offset: -3px;
  outline-width: 2px;
  outline-style: solid;
}
@supports (-ms-ime-align: auto) {
  .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .slide__link:hover,
  .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .node__link:hover {
    outline: 3px dotted currentColor;
  }
}
.paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .slide__link:focus, .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .slide__link:active,
.paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .node__link:focus,
.paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .node__link:active {
  box-shadow: none;
  outline: 1px dotted currentColor;
  outline-color: rgb(255, 255, 255);
  outline-offset: -3px;
  outline-width: 2px;
  outline-style: dashed;
}
@supports (-ms-ime-align: auto) {
  .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .slide__link:focus, .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .slide__link:active,
  .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .node__link:focus,
  .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .node__link:active {
    outline: 3px dotted currentColor;
  }
}
@media (min-width: 992px) {
  .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .slide__link:hover img,
  .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .node__link:hover img {
    box-shadow: none;
    outline: 1px dotted currentColor;
    outline-color: #3C506E;
    outline-offset: -3px;
    outline-width: 2px;
    outline-style: solid;
  }
  @supports (-ms-ime-align: auto) {
    .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .slide__link:hover img,
    .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .node__link:hover img {
      outline: 3px dotted currentColor;
    }
  }
  .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .slide__link:focus img, .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .slide__link:active img,
  .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .node__link:focus img,
  .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .node__link:active img {
    box-shadow: none;
    outline: 1px dotted currentColor;
    outline-color: #3C506E;
    outline-offset: -3px;
    outline-width: 2px;
    outline-style: dashed;
  }
  @supports (-ms-ime-align: auto) {
    .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .slide__link:focus img, .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .slide__link:active img,
    .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .node__link:focus img,
    .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .node__link:active img {
      outline: 3px dotted currentColor;
    }
  }
}
@media (max-width: 991px) {
  .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .slick-slider {
    margin-bottom: 75px;
  }
}
@media (min-width: 992px) {
  .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .slick-slider {
    /**
     * @see slick-theme.scss:133
     * This margin is used to have sliders with a single slide styled like sliders with dots and arrows.
     */
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slide {
    position: relative;
    min-height: 160px;
  }
}
.paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slide .l-slide-text {
  margin: 3.75rem 5rem 1.875rem;
  overflow-y: auto;
  height: 160px;
  max-height: 160px;
  display: flex;
}
@media (max-width: 992px) {
  .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slide .l-slide-text {
    margin: 1.875rem 0 0;
  }
  .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slide .l-slide-text .slide__text__sub,
  .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slide .l-slide-text .slideshow-content {
    margin: 0 1.875rem;
  }
}
.paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slide .l-slide-text .slide__text__sub .slide__text__sub_vcenter {
  justify-content: center;
}
@media (min-width: 992px) {
  .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slide .l-slide-text {
    position: absolute;
    z-index: 42;
    top: auto;
    right: 158px;
    bottom: 30px;
    left: 158px;
    display: block;
    margin: 0 auto;
    padding: 0.625rem;
    overflow: auto;
    max-height: 118px;
  }
  .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slide .l-slide-text a:hover {
    box-shadow: none;
    outline: 1px dotted currentColor;
    outline-color: rgb(255, 255, 255);
    outline-offset: -3px;
    outline-width: 2px;
    outline-style: solid;
    outline-offset: 1px;
  }
  @supports (-ms-ime-align: auto) {
    .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slide .l-slide-text a:hover {
      outline: 3px dotted currentColor;
    }
  }
  .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slide .l-slide-text a:focus, .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slide .l-slide-text a:active {
    box-shadow: none;
    outline: 1px dotted currentColor;
    outline-color: rgb(255, 255, 255);
    outline-offset: -3px;
    outline-width: 2px;
    outline-style: dashed;
    outline-offset: 1px;
  }
  @supports (-ms-ime-align: auto) {
    .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slide .l-slide-text a:focus, .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slide .l-slide-text a:active {
      outline: 3px dotted currentColor;
    }
  }
}
.paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slide .l-slide-media .image,
.paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slide .l-slide-media .contextual-region {
  position: unset;
}
.paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slide .l-slide-media .no-image:before {
  margin-bottom: 10%;
}
@media (min-width: 1200px) {
  .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slide .l-slide-media .no-image {
    height: 720px;
  }
}
.paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slick-navi {
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  height: auto;
  width: auto;
  right: -20px;
  left: -20px;
}
@media (min-width: 992px) {
  .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slick-navi {
    bottom: 30px;
  }
}
.paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slick-navi .slick__dots {
  z-index: 100;
  width: calc(100% - 150px);
}
.paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slick-navi .slick__dots .slick-dots {
  height: 70px;
}
.paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slick-navi .slick__dots .slick-dots:focus, .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slick-navi .slick__dots .slick-dots:active {
  outline-color: rgb(255, 255, 255);
}
.paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slick-navi .slick__dots .slick-dots li.slick-active button {
  background-color: rgb(255, 255, 255);
}
.paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slick-navi .slick__dots .slick-dots li.slick-active button:hover, .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slick-navi .slick__dots .slick-dots li.slick-active button:focus {
  background-color: rgb(255, 255, 255);
}
.paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slick-navi .slick__dots .slick-dots li button {
  outline-color: rgb(255, 255, 255);
  outline-offset: 1px;
  border-color: rgb(255, 255, 255);
}
.paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slick-navi .slick__dots .slick-dots li button:hover, .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slick-navi .slick__dots .slick-dots li button:focus {
  background-color: #3C506E;
}
@media (min-width: 992px) {
  .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slick-navi .slick__dots {
    display: none;
  }
}
.paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slick-navi .slick-arrow {
  pointer-events: auto;
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  height: 70px;
  width: 75px;
  min-width: 75px;
}
@media (min-width: 992px) {
  .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slick-navi .slick-arrow {
    height: 118px;
    width: 118px;
    bottom: 30px;
  }
  .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slick-navi .slick-arrow.slick-next {
    right: 40px;
  }
  .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slick-navi .slick-arrow.slick-prev {
    left: 40px;
  }
}
.paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slick-navi .slick-arrow:hover::before, .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slick-navi .slick-arrow:focus::before, .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slick-navi .slick-arrow:active::before {
  color: #233755;
  background-color: rgb(255, 255, 255);
  text-shadow: none;
}
.paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slick-navi .slick-arrow::before {
  position: relative;
  width: 100%;
  z-index: 2;
  font-size: 70px;
}
@media (min-width: 992px) {
  .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slick-navi .slick-arrow::before {
    text-shadow: 2px 2px 5px #000;
    font-size: 120px;
    margin: 0;
    line-height: 118px;
  }
}
.paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slick-navi .slick-arrow .slick-nav-thumb {
  z-index: 1;
  background-color: rgba(35, 55, 85, 0.8);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (min-width: 992px) {
  .paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slick-navi .slick-arrow .slick-nav-thumb {
    display: block;
  }
}
.paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .l-slick-navi .slick-arrow .slick-nav-thumb .slick-nav-thumb-image {
  transition: opacity 0.6s cubic-bezier(0.87, 0, 0.13, 1);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
}
.paragraph-slideshow-wrapper--type_2 .slideshow-type-2 .slick-controls {
  display: none;
}
.paragraph-slideshow-wrapper--type_2 .slideshow-type-2.is-playing .l-slick-navi,
.paragraph-slideshow-wrapper--type_2 .slideshow-type-2.is-playing .l-slide-text {
  max-height: 0;
  padding-bottom: 0;
  padding-top: 0;
  overflow: hidden;
}
.paragraph-slideshow-wrapper--type_2 .slide__text {
  background-color: rgba(35, 55, 85, 0.8);
  color: rgb(255, 255, 255);
}
.paragraph-slideshow-wrapper--type_2 .slide__text h1, .paragraph-slideshow-wrapper--type_2 .slide__text .h1, .paragraph-slideshow-wrapper--type_2 .slide__text h2, .paragraph-slideshow-wrapper--type_2 .slide__text .h2, .paragraph-slideshow-wrapper--type_2 .slide__text h3, .paragraph-slideshow-wrapper--type_2 .slide__text .h3, .paragraph-slideshow-wrapper--type_2 .slide__text h4, .paragraph-slideshow-wrapper--type_2 .slide__text .h4, .paragraph-slideshow-wrapper--type_2 .slide__text h5, .paragraph-slideshow-wrapper--type_2 .slide__text .h5, .paragraph-slideshow-wrapper--type_2 .slide__text h6, .paragraph-slideshow-wrapper--type_2 .slide__text .h6 {
  margin: 0;
}
.paragraph-slideshow-wrapper--type_2 .slide__text p {
  margin-bottom: 0;
  word-break: break-word;
}
.paragraph-slideshow-wrapper--type_2.has-copyright {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .paragraph-slideshow-wrapper--type_2.has-copyright {
    padding-bottom: 2.5rem;
  }
}
.paragraph-slideshow-wrapper--type_2.has-copyright .slideshow-type-2 + .l-slider-media-copyright {
  position: absolute;
  bottom: calc(160px + 2.5rem);
}
@media (min-width: 992px) {
  .paragraph-slideshow-wrapper--type_2.has-copyright .slideshow-type-2 + .l-slider-media-copyright {
    bottom: 0;
  }
}
.paragraph-slideshow-wrapper--type_2.has-copyright .slideshow-type-2 + .l-slider-media-copyright .media-copyright {
  top: -3.75rem;
}

.media-gallery .l-slick-slides {
  position: relative;
}
.media-gallery .l-slick-slides .l-slick-navi {
  position: absolute;
  width: calc(100% - 40px);
  bottom: 40px;
  margin: 0 20px;
  background: rgba(60, 80, 110, 0.9);
  flex-basis: 2.5rem;
  align-content: flex-start;
}
.media-gallery .l-slick-slides .l-slick-navi .slick__counter,
.media-gallery .l-slick-slides .l-slick-navi .slick-controls__gallery {
  height: 2.5rem;
}
.media-gallery .l-slick-slides .l-slick-navi .slick-arrow {
  order: -2;
  margin-right: 3px;
}
.media-gallery .l-slick-slides .l-slick-navi .slick-arrow:before {
  top: 0;
}
.media-gallery .l-slick-slides .l-slick-navi .slick-controls {
  order: -1;
  flex-grow: unset;
}
.media-gallery .l-slick-slides .l-slick-navi .slick__counter {
  flex-grow: 2;
  line-height: 2.5rem;
  margin: 0 20px;
}
.media-gallery .l-slick-slides .l-slick-navi .slick__download {
  align-self: flex-end;
  margin-left: auto;
  opacity: 1;
}
.media-gallery .l-slick-slides .l-slick-navi .slick__download.is-hidden {
  opacity: 0;
}
.media-gallery .l-slick-slides .media-copyright {
  display: none;
}
.media-gallery .l-slider-media-copyright {
  position: relative;
  text-align: right;
  margin-right: 0;
}
.media-gallery .l-slider-media-copyright .media-copyright {
  top: 0;
  position: relative;
  display: none;
}
.media-gallery .l-slider-media-copyright .media-copyright.is-visible {
  display: block;
}
.media-gallery .l-media-gallery__info-header {
  display: flex;
}
.media-gallery .l-media-gallery__info-header:before, .media-gallery .l-media-gallery__info-header:after {
  display: table;
  content: " ";
}
.media-gallery .l-media-gallery__info-header:after {
  clear: both;
}
.media-gallery .l-media-gallery-info {
  margin: 0 20px 0.9375rem;
  padding-top: 0.3125rem;
}
.media-gallery .l-media-gallery-info .media-gallery-info__block {
  display: flex;
}
.media-gallery .l-media-gallery-info .media-copyright {
  background-color: transparent;
  color: inherit;
}
.media-gallery .slick-controls__gallery,
.media-gallery .slick__lightroom,
.media-gallery .slick__download,
.media-gallery .slick-arrow,
.media-gallery .slick__play,
.media-gallery .slick__pause {
  height: 2.5rem;
  background: rgb(255, 255, 255);
  color: rgba(60, 80, 110, 0.9);
}
.media-gallery .slick-controls__gallery::before,
.media-gallery .slick__lightroom::before,
.media-gallery .slick__download::before,
.media-gallery .slick-arrow::before,
.media-gallery .slick__play::before,
.media-gallery .slick__pause::before {
  line-height: 100%;
  margin: 0;
}
.media-gallery .slick-controls__gallery:hover, .media-gallery .slick-controls__gallery:active, .media-gallery .slick-controls__gallery:focus,
.media-gallery .slick__lightroom:hover,
.media-gallery .slick__lightroom:active,
.media-gallery .slick__lightroom:focus,
.media-gallery .slick__download:hover,
.media-gallery .slick__download:active,
.media-gallery .slick__download:focus,
.media-gallery .slick-arrow:hover,
.media-gallery .slick-arrow:active,
.media-gallery .slick-arrow:focus,
.media-gallery .slick__play:hover,
.media-gallery .slick__play:active,
.media-gallery .slick__play:focus,
.media-gallery .slick__pause:hover,
.media-gallery .slick__pause:active,
.media-gallery .slick__pause:focus {
  color: #3C506E;
}
.media-gallery .slick__lightroom {
  line-height: 2.5rem;
  border: 0;
}
.media-gallery .slick__lightroom > i {
  padding: 0 0.375rem;
  color: inherit;
}
.media-gallery .slick__lightroom > span {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.media-gallery .slick__lightroom:hover {
  box-shadow: none;
  outline: 1px dotted currentColor;
  outline-color: #3C506E;
  outline-offset: -3px;
  outline-width: 2px;
  outline-style: solid;
}
@supports (-ms-ime-align: auto) {
  .media-gallery .slick__lightroom:hover {
    outline: 3px dotted currentColor;
  }
}
.media-gallery .slick__lightroom:focus, .media-gallery .slick__lightroom:active {
  box-shadow: none;
  outline: 1px dotted currentColor;
  outline-color: #3C506E;
  outline-offset: -3px;
  outline-width: 2px;
  outline-style: dashed;
}
@supports (-ms-ime-align: auto) {
  .media-gallery .slick__lightroom:focus, .media-gallery .slick__lightroom:active {
    outline: 3px dotted currentColor;
  }
}
.media-gallery .slick__download {
  margin-right: 3px;
}
.media-gallery .slick__download .slick__download-link {
  display: inline-block;
  font-size: 0.75rem;
  text-decoration: underline;
  color: #3C506E;
  padding-right: 0.5rem;
  line-height: 2.5rem;
}
.media-gallery .slick__download .slick__download-link:hover {
  box-shadow: none;
  outline: 1px dotted currentColor;
  outline-color: #3C506E;
  outline-offset: -3px;
  outline-width: 2px;
  outline-style: solid;
}
@supports (-ms-ime-align: auto) {
  .media-gallery .slick__download .slick__download-link:hover {
    outline: 3px dotted currentColor;
  }
}
.media-gallery .slick__download .slick__download-link:focus, .media-gallery .slick__download .slick__download-link:active {
  box-shadow: none;
  outline: 1px dotted currentColor;
  outline-color: #3C506E;
  outline-offset: -3px;
  outline-width: 2px;
  outline-style: dashed;
}
@supports (-ms-ime-align: auto) {
  .media-gallery .slick__download .slick__download-link:focus, .media-gallery .slick__download .slick__download-link:active {
    outline: 3px dotted currentColor;
  }
}
.media-gallery .slick__download.is-hidden .slick__download-link {
  cursor: default;
}
.media-gallery .slick__download .fa-download {
  vertical-align: middle;
  width: 2.5rem;
  color: inherit;
  text-align: center;
  font-size: 1.25rem;
}
.media-gallery .slick__counter {
  font-size: 0.75rem;
  font-weight: bold;
  display: none;
}
@media (min-width: 480px) {
  .media-gallery .slick__counter {
    display: block;
  }
}
.media-gallery .slick__counter > span {
  background: transparent;
}
.media-gallery .l-slick-navi {
  left: 0;
  z-index: 100;
}
@media (max-width: 768px) {
  .media-gallery .l-slick-navi.slick-controls__gallery {
    bottom: 1rem;
  }
}
.media-gallery .l-slick-navi .slick__arrows {
  display: flex;
}
.media-gallery .l-slick-navi .slick__pause,
.media-gallery .l-slick-navi .slick__play {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  display: none;
}
@media (min-width: 768px) {
  .media-gallery .l-slick-navi .slick__pause,
  .media-gallery .l-slick-navi .slick__play {
    display: block;
  }
}
.media-gallery .l-slick-navi .slick__pause:before,
.media-gallery .l-slick-navi .slick__play:before {
  line-height: 2.5rem;
  width: 2.5rem;
  background: rgb(255, 255, 255);
  color: rgba(60, 80, 110, 0.9);
}
.media-gallery .l-slick-navi .slick-prev,
.media-gallery .l-slick-navi .slick-next {
  transform: unset;
  line-height: 0;
  position: relative;
  width: 40px;
  height: inherit;
  display: inline-block;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.media-gallery .slick-arrow {
  z-index: 1;
  width: 2.5rem;
  min-width: 0;
  height: 2.5rem;
}
.media-gallery .slick-arrow:before {
  font-size: 2.5rem;
}
.media-gallery .media-type__label {
  font-weight: bold;
  font-size: 1.125rem;
}
.media-gallery .media-gallery__info:before, .media-gallery .media-gallery__info:after {
  display: table;
  content: " ";
}
.media-gallery .media-gallery__info:after {
  clear: both;
}

.media--view-mode-full.media-gallery {
  padding-bottom: 0;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 0;
}
.media--view-mode-full.media-gallery .media-type__label {
  font-size: 1.25rem;
}

.social-media-slideshow, div[data-block-plugin-id=degov_social_media_youtube], div[data-block-plugin-id=degov_social_media_instagram], .tweets-slideshow {
  position: relative;
}
.social-media-slideshow:before, div[data-block-plugin-id=degov_social_media_youtube]:before, div[data-block-plugin-id=degov_social_media_instagram]:before, .tweets-slideshow:before, .social-media-slideshow:after, div[data-block-plugin-id=degov_social_media_youtube]:after, div[data-block-plugin-id=degov_social_media_instagram]:after, .tweets-slideshow:after {
  display: table;
  content: " ";
}
.social-media-slideshow:after, div[data-block-plugin-id=degov_social_media_youtube]:after, div[data-block-plugin-id=degov_social_media_instagram]:after, .tweets-slideshow:after {
  clear: both;
}
.social-media-slideshow .l-slides.slick-initialized, div[data-block-plugin-id=degov_social_media_youtube] .l-slides.slick-initialized, div[data-block-plugin-id=degov_social_media_instagram] .l-slides.slick-initialized, .tweets-slideshow .l-slides.slick-initialized {
  margin-top: 10px;
}
.social-media-slideshow .l-slide, div[data-block-plugin-id=degov_social_media_youtube] .l-slide, div[data-block-plugin-id=degov_social_media_instagram] .l-slide, .tweets-slideshow .l-slide {
  margin: 0;
}
.social-media-slideshow .l-slick-navi, div[data-block-plugin-id=degov_social_media_youtube] .l-slick-navi, div[data-block-plugin-id=degov_social_media_instagram] .l-slick-navi, .tweets-slideshow .l-slick-navi {
  width: 100%;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .social-media-slideshow .l-slick-navi, div[data-block-plugin-id=degov_social_media_youtube] .l-slick-navi, div[data-block-plugin-id=degov_social_media_instagram] .l-slick-navi, .tweets-slideshow .l-slick-navi {
    position: absolute;
    top: -80px;
    right: 0;
    left: auto;
    width: auto;
    justify-content: flex-end;
  }
}
.social-media-slideshow .slick-arrow:before, div[data-block-plugin-id=degov_social_media_youtube] .slick-arrow:before, div[data-block-plugin-id=degov_social_media_instagram] .slick-arrow:before, .tweets-slideshow .slick-arrow:before {
  font-size: 2.125rem;
}
.social-media-slideshow .slick-dots, div[data-block-plugin-id=degov_social_media_youtube] .slick-dots, div[data-block-plugin-id=degov_social_media_instagram] .slick-dots, .tweets-slideshow .slick-dots {
  justify-content: center;
  flex-grow: 0;
}
.social-media-slideshow .slick-controls button:before, div[data-block-plugin-id=degov_social_media_youtube] .slick-controls button:before, div[data-block-plugin-id=degov_social_media_instagram] .slick-controls button:before, .tweets-slideshow .slick-controls button:before {
  font-size: 1rem;
}

.tweets-slideshow .tweets.l-slides.slick-initialized {
  margin-top: unset;
  margin-bottom: unset;
}
.tweets-slideshow .tweets.l-slides.slick-initialized .slick-slide {
  padding: 0;
}
.tweets-slideshow .tweets.l-slides.slick-initialized .tweet {
  float: none;
}

div[data-block-plugin-id=degov_social_media_instagram] {
  padding: 0;
}
div[data-block-plugin-id=degov_social_media_instagram] .js-social-media-code {
  padding-right: 20px;
  padding-left: 20px;
}
div[data-block-plugin-id=degov_social_media_instagram] .l-slides.slick-initialized {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
@media screen and (min-width: 380px) {
  div[data-block-plugin-id=degov_social_media_instagram] .l-slides .l-slide {
    padding: 0 20px 0 20px;
    margin: 20px 20px 0 0;
  }
}
@media screen and (min-width: 992px) {
  div[data-block-plugin-id=degov_social_media_instagram] .l-slides .l-slide {
    margin-bottom: 20px;
  }
}
div[data-block-plugin-id=degov_social_media_instagram] .l-slides .l-slide > a {
  display: inline-block;
  font-weight: normal;
  color: #333333;
}
@media screen and (min-width: 721px) {
  div[data-block-plugin-id=degov_social_media_instagram] .l-slides .l-slide {
    border-right: 1px solid #EAEFF6;
  }
}
div[data-block-plugin-id=degov_social_media_instagram] .instagram-preview .instagram-post {
  display: flex;
  column-gap: 20px;
  max-width: 600px;
}
div[data-block-plugin-id=degov_social_media_instagram] .instagram-preview .instagram-post .left-side {
  max-width: 140px;
}
div[data-block-plugin-id=degov_social_media_instagram] .instagram-preview .instagram-post .right-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 440px;
}
div[data-block-plugin-id=degov_social_media_instagram] .instagram-preview .instagram-post .right-side .content {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
div[data-block-plugin-id=degov_social_media_instagram] .instagram-preview .caption {
  display: inline-block;
}
div[data-block-plugin-id=degov_social_media_instagram] .instagram-preview .link {
  display: block;
  font-size: small;
}
div[data-block-plugin-id=degov_social_media_instagram] .instagram-preview .image > img {
  width: auto;
  max-height: 140px;
  max-width: 140px;
}
div[data-block-plugin-id=degov_social_media_instagram] .instagram-preview .date {
  color: rgb(131, 142, 152);
  float: right;
}
div[data-block-plugin-id=degov_social_media_instagram] .js-social-media-settings-open {
  float: none;
  padding: 0;
}

.press-slider {
  position: relative;
  display: flex;
  flex-direction: column;
}
.press-slider .slick-slide {
  border-bottom: none;
}
@media screen and (min-width: 992px) {
  .press-slider .slick-slide.preview article.press, .press-slider .slick-slide.slim article.press {
    width: 100%;
  }
  .press-slider .slick-slide.preview .teaser-image::after, .press-slider .slick-slide.slim .teaser-image::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    z-index: 1;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid rgb(255, 255, 255);
    right: 0;
  }
}
.press-slider .slick-slide article.press {
  border-bottom: none;
}
.press-slider .view-footer {
  order: 99;
  margin: 0.625rem 0;
}
.press-slider .view-footer a {
  white-space: pre;
}
.press-slider .slick-slider.slick-dotted {
  margin-bottom: 0;
}
.press-slider .slick-dots {
  max-width: 100%;
  display: flex;
  justify-content: center;
  height: 1.25rem;
  line-height: 1.25rem;
  width: auto;
  background: rgb(255, 255, 255);
  border-radius: 4px;
}
@media (min-width: 480px) {
  .press-slider .slick-dots {
    right: 0;
    top: 1.25rem;
    position: absolute;
    align-items: flex-end;
  }
}

div[data-block-plugin-id=degov_social_media_youtube] .js-social-media-code {
  padding-right: 20px;
  padding-left: 20px;
}
div[data-block-plugin-id=degov_social_media_youtube] .l-slides.slick-initialized {
  margin: 0 auto;
  padding: 0;
  max-width: 380px;
}
@media screen and (min-width: 381px) {
  div[data-block-plugin-id=degov_social_media_youtube] .l-slides.slick-initialized {
    max-width: none;
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  div[data-block-plugin-id=degov_social_media_youtube] .l-slides.slick-initialized {
    margin-bottom: 20px;
  }
}
div[data-block-plugin-id=degov_social_media_youtube] .l-slides.slick-initialized .l-slide {
  position: relative;
  min-height: 170px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
div[data-block-plugin-id=degov_social_media_youtube] .l-slides.slick-initialized .l-slide .image {
  display: inline-block;
  width: inherit;
  max-width: 380px;
  height: auto;
  margin: -15px -20px 0;
}
div[data-block-plugin-id=degov_social_media_youtube] .l-slides.slick-initialized .l-slide .image > img {
  margin: 0 auto;
}
@media screen and (min-width: 380px) {
  div[data-block-plugin-id=degov_social_media_youtube] .l-slides.slick-initialized .l-slide .image {
    margin-right: auto;
    margin-left: auto;
  }
}
div[data-block-plugin-id=degov_social_media_youtube] .l-slides.slick-initialized .l-slide > a {
  font-weight: normal;
  color: #333333;
  display: block;
}
@media screen and (min-width: 420px) {
  div[data-block-plugin-id=degov_social_media_youtube] .l-slides.slick-initialized .l-slide {
    border-right: 1px solid #EAEFF6;
  }
}
div[data-block-plugin-id=degov_social_media_youtube] .youtube-preview .caption {
  display: block;
  margin-top: 20px;
}
div[data-block-plugin-id=degov_social_media_youtube] .youtube-preview .link {
  display: block;
  font-size: small;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  padding: 10px 0;
}
div[data-block-plugin-id=degov_social_media_youtube] .youtube-preview .info {
  display: flex;
  justify-content: flex-start;
  padding: 0;
  margin-bottom: 0;
}
div[data-block-plugin-id=degov_social_media_youtube] .youtube-preview .info > span {
  display: inline-block;
  padding-right: 10px;
}
div[data-block-plugin-id=degov_social_media_youtube] .youtube-preview .info .likes::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f004";
  font: normal 900 1em/1 "Font Awesome 6 Free";
  padding-left: 5px;
}
div[data-block-plugin-id=degov_social_media_youtube] .youtube-preview .info .views::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f06e";
  font: normal 900 1em/1 "Font Awesome 6 Free";
  padding-left: 5px;
}
div[data-block-plugin-id=degov_social_media_youtube] .youtube-preview .info .comments::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f075";
  font: normal 900 1em/1 "Font Awesome 6 Free";
  padding-left: 5px;
}
div[data-block-plugin-id=degov_social_media_youtube] .youtube-preview .date {
  color: rgb(131, 142, 152);
  padding-right: 10px;
  float: right;
  padding-top: 10px;
}
