<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: Metropolis;
  font-style: normal;
  font-weight: 100;
  src: local("Metropolis Thin"), url("../../src/fonts/Metropolis-Thin.1956d4a7.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Metropolis;
  font-style: italic;
  font-weight: 100;
  src: local("Metropolis Thin Italic"), url("../../src/fonts/Metropolis-ThinItalic.ba19f0b6.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Metropolis;
  font-style: normal;
  font-weight: 200;
  src: local("Metropolis Extra Light"), url("../../src/fonts/Metropolis-ExtraLight.4efef677.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Metropolis;
  font-style: italic;
  font-weight: 200;
  src: local("Metropolis Extra Light Italic"), url("../../src/fonts/Metropolis-ExtraLightItalic.3457d731.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Metropolis;
  font-style: normal;
  font-weight: 300;
  src: local("Metropolis Light"), url("../../src/fonts/Metropolis-Light.d1c714d8.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Metropolis;
  font-style: italic;
  font-weight: 300;
  src: local("Metropolis Light Italic"), url("../../src/fonts/Metropolis-LightItalic.117658de.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Metropolis;
  font-style: normal;
  font-weight: 400;
  src: local("Metropolis Regular"), url("../../src/fonts/Metropolis-Regular.f2e82d8b.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Metropolis;
  font-style: italic;
  font-weight: 400;
  src: local("Metropolis Regular Italic"), url("../../src/fonts/Metropolis-RegularItalic.e64ef27e.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Metropolis;
  font-style: normal;
  font-weight: 400;
  src: local("Metropolis Medium"), url("../../src/fonts/Metropolis-Medium.72fa4fea.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Metropolis;
  font-style: italic;
  font-weight: 400;
  src: local("Metropolis Medium Italic"), url("../../src/fonts/Metropolis-MediumItalic.2b45d43c.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Metropolis;
  font-style: normal;
  font-weight: 600;
  src: local("Metropolis Semi Bold"), url("/src/fonts/Metropolis-SemiBold.482ed462.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Metropolis;
  font-style: italic;
  font-weight: 600;
  src: local("Metropolis Semi Bold Italic"), url("../../src/fonts/Metropolis-SemiBoldItalic.27967a75.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Metropolis;
  font-style: normal;
  font-weight: 700;
  src: local("Metropolis Bold"), url("../../src/fonts/Metropolis-Bold.0a7c3934.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Metropolis;
  font-style: italic;
  font-weight: 700;
  src: local("Metropolis Bold Italic"), url("../../src/fonts/Metropolis-BoldItalic.f3e7a04c.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Metropolis;
  font-style: normal;
  font-weight: 800;
  src: local("Metropolis Extra Bold"), url("../../src/fonts/Metropolis-ExtraBold.9add529a.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Metropolis;
  font-style: italic;
  font-weight: 800;
  src: local("Metropolis Extra Bold Italic"), url("../../src/fonts/Metropolis-ExtraBoldItalic.4b41c83a.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Metropolis;
  font-style: normal;
  font-weight: 900;
  src: local("Metropolis Black"), url("../../src/fonts/Metropolis-Black.218b804a.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Metropolis;
  font-style: italic;
  font-weight: 900;
  src: local("Metropolis Black Italic"), url("../../src/fonts/Metropolis-BlackItalic.0371449b.woff") format("woff");
  font-display: swap;
}
/* Convert percentage value to pixels. */
/* Converts pixel value to rem. */
body {
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}
body.fonts-loaded {
  font-family: Metropolis;
}
.margin-content-lr {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1024px) {
  .margin-content-lr {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .margin-content-lr {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (min-width: 1536px) {
  .margin-content-lr {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}
.margin-teaser-tb {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .margin-teaser-tb {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1536px) {
  .margin-teaser-tb {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
a {
  color: #1D70B8;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  a:hover, a:focus {
    color: #A12620;
  }
}
header a, footer a {
  text-decoration: none;
}
h1 {
  color: #393939;
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.125rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
h2, .h2-like {
  color: #393939;
  font-weight: 700;
  font-size: 2rem;
}
h3, .h3-like, .sitemap .sitemap-item {
  color: #393939;
  font-weight: 700;
  font-size: 1.125rem;
}
h5 {
  color: #1D70B8;
  font-size: 1.375rem;
  text-decoration: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
  transition: all 200ms cubic-bezier(0.6, 0, 0.6, 1);
}
label, .label-like, main .view-display-id-page_full_text_search .view-empty, nav.breadcrumb li, .node--type-member.node--view-mode-full .field--name-field-text-plain, .node--type-member.node--view-mode-full h2, .node--type-member.node--view-mode-teaser-contact .node__content .group--name-text .field--name-field-text-plain .field__item, .node--type-member.node--view-mode-teaser .field--name-field-text-plain, .label-like--brighter, .view .views-row--header, .node--view-mode-teaser .field__label, .node--type-member.node--view-mode-teaser-contact .node__content .group--name-text .field--name-field-teaser-contact-label {
  text-align: left;
  font-size: 0.9375rem;
  letter-spacing: -0.15px;
  color: #393939;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
  display: block;
  font-weight: bold;
}
.label-like--brighter, .view .views-row--header, .node--view-mode-teaser .field__label, .node--type-member.node--view-mode-teaser-contact .node__content .group--name-text .field--name-field-teaser-contact-label {
  color: black;
}
.js input.form-autocomplete {
  background-position: 98% center;
}
.title {
  color: #393939;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.5875rem;
  margin-bottom: 1.5rem;
}
.title.blue-400 {
  color: #1D70B8;
}
.title.blue-500 {
  color: #003078;
}
.title.black-500 {
  color: #0B0C0C;
}
.title.full {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1024px) {
  .title.full {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
@media (min-width: 1280px) {
  .title.full {
    margin-left: -4rem;
    margin-right: -4rem;
  }
}
@media (min-width: 1536px) {
  .title.full {
    margin-left: -6rem;
    margin-right: -6rem;
  }
}
.title--lg {
  font-size: 1.125rem;
  line-height: 1.29375rem;
}
.title--xl {
  font-size: 1.375rem;
  line-height: 1.58125rem;
}
.title--2xl {
  font-size: 1.5rem;
  line-height: 1.725rem;
}
.title--3xl {
  font-size: 2rem;
  line-height: 2.3rem;
}
.title--page {
  font-size: 2.25rem;
  line-height: 2.5875rem;
}
.title--card, .region--sidebar-second #block-views-block-sidebar-calendar h2,
.region--sidebar-second #block-views-block-calendar-block-sidebar-calendar h2,
.region--sidebar-second #block-views-block-calendar-block-sidebar-calendar-2 h2, .paragraph--type--homepage-menu-card .field--name-field-text-plain h2, .block-block-content .field--name-field-text-plain h2 {
  color: #003078;
  text-transform: uppercase;
  font-size: 1.375rem;
  line-height: 2.0625rem;
  font-weight: bold;
}
.title--footer {
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 700;
}
.title--view-group {
  font-size: 1.5rem;
  font-weight: 400;
}
.block-rpms-subtitle {
  margin-bottom: 2.5rem;
}
.block-rpms-subtitle__subtitle {
  text-align: left;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: -0.15px;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
  color: black;
}
.block-rpms-subtitle__date {
  text-align: left;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: -0.15px;
  color: #393939;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
}
.subtitle {
  color: black;
  font-weight: 700;
}
.region--footer.region--width-container .copyright {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 640px) {
  .region--footer.region--width-container .copyright {
    flex-direction: row;
    align-items: center;
  }
}
header #views-exposed-form-full-text-search-page-full-text-search {
  /* Input field */
  /* Submit button (magnifying glass) */
}
header #views-exposed-form-full-text-search-page-full-text-search .form--inline {
  display: flex;
}
header #views-exposed-form-full-text-search-page-full-text-search .form--inline .form-item {
  margin: 0;
  width: calc(100vw - 258px);
}
header #views-exposed-form-full-text-search-page-full-text-search .form-actions {
  margin: 0;
}
header #views-exposed-form-full-text-search-page-full-text-search #edit-text,
header #views-exposed-form-full-text-search-page-full-text-search #edit-text--2 {
  line-height: 0;
  outline: none;
  color: white;
  background-color: #003078;
  font-size: 1rem;
  border: none;
  border-bottom: 1px solid white;
  max-width: none;
  display: none;
}
@media (min-width: 1280px) {
  header #views-exposed-form-full-text-search-page-full-text-search #edit-text,
header #views-exposed-form-full-text-search-page-full-text-search #edit-text--2 {
    display: inline-block;
  }
}
header #views-exposed-form-full-text-search-page-full-text-search #edit-submit-full-text-search,
header #views-exposed-form-full-text-search-page-full-text-search #edit-submit-full-text-search--2 {
  color: white;
  background-color: #003078;
  transition: 0.2s;
  background-size: 1.25rem;
  background-image: url(/themes/custom/rpms/assets/images/search.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  cursor: pointer;
  height: 1rem;
  width: 1rem;
  padding: 18px;
}
@media (min-width: 1280px) {
  header #views-exposed-form-full-text-search-page-full-text-search #edit-submit-full-text-search,
header #views-exposed-form-full-text-search-page-full-text-search #edit-submit-full-text-search--2 {
    border-bottom: 1px solid white;
  }
}
.block-lang-dropdown {
  align-self: center;
  margin-bottom: 0.5rem;
}
.block-lang-dropdown .lang-dropdown-select-element {
  background-color: #003078;
  border: none;
  padding: 0;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}
.block-lang-dropdown .lang-dropdown-select-element option {
  font-weight: bold;
}
.block-lang-dropdown .lang-dropdown-select-element:active, .block-lang-dropdown .lang-dropdown-select-element:hover {
  outline: none;
  border: none;
}
.block-lang-dropdown .lang-dropdown-select-element:focus {
  outline-offset: 1px;
  outline: rgb(16, 16, 16) auto 1px;
}
.block.block-block-content.block--name-highlighted-message {
  border: none;
  background-color: #8F0000;
}
.block.block-block-content.block--name-highlighted-message .field--name-field-link a {
  text-decoration: none;
  color: white;
  font-size: 30px;
  font-weight: bold;
  font-family: Metropolis;
}
@media (hover: hover) and (pointer: fine) {
  .block.block-block-content.block--name-highlighted-message .field--name-field-link a:hover, .block.block-block-content.block--name-highlighted-message .field--name-field-link a:focus {
    text-decoration: underline;
    transition: 0.2s;
  }
}
.link {
  color: #1D70B8;
}
.link:hover {
  text-decoration: none;
  color: #A12620;
}
.link--card {
  display: flex;
  align-items: center;
  color: #000000;
  padding: 0.25rem 0;
  margin: 0.25rem 0;
}
@media (hover: hover) and (pointer: fine) {
  .link--card:hover svg, .link--card:focus svg {
    opacity: 1;
    visibility: visible;
  }
}
.link--card svg {
  opacity: 0;
  visibility: hidden;
  margin-left: 0.2rem;
  transition: all 0.3s;
  width: 0.937rem;
  height: 0.937rem;
  flex-shrink: 0;
}
@media (hover: hover) and (pointer: fine) {
  .link--card:hover, .link--card:focus {
    text-decoration: none;
  }
  .link--card:hover:after, .link--card:focus:after {
    opacity: 1;
    visibility: visible;
  }
}
.link--download-file {
  color: #A12620;
  font-weight: 700;
  font-style: italic;
}
.link--download-file:hover {
  color: #711b16;
}
.field--type-entity-reference a {
  display: flex;
  align-items: center;
  min-height: 1.375rem;
}
@media (hover: hover) and (pointer: fine) {
  .field--type-entity-reference a:hover svg, .field--type-entity-reference a:focus svg {
    color: #A12620;
  }
  .field--type-entity-reference a:hover svg line, .field--type-entity-reference a:hover svg path, .field--type-entity-reference a:focus svg line, .field--type-entity-reference a:focus svg path {
    stroke: #A12620;
  }
}
.field--type-entity-reference a span {
  margin-right: 0.625rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}
.field--type-entity-reference svg {
  color: #1D70B8;
  margin-right: 0.625rem;
}
.field--type-entity-reference svg line, .field--type-entity-reference svg path {
  transition: all 0.3s;
}
.button {
  display: inline-block;
  padding: 14px 20px;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
  background-color: #1D70B8;
  border: none;
}
.button:hover {
  text-decoration: none;
  background-color: #1a63a2;
}
.button--search, .view .views-exposed-form .form--inline .button {
  padding-right: 2.625rem;
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 1.025rem) center;
  background-size: 16px;
  font-weight: bold;
}
.field--type-image img {
  max-width: 100%;
  height: auto;
}
.field--name-field-media-document .file {
  display: inline-block;
  min-height: 16px;
  padding-left: 1.625rem;
  background-repeat: no-repeat;
  background-position: left center;
}
.field--name-field-media-document .file--application-pdf {
  background-image: url("../images/document.svg");
}
.field--name-field-media-document a {
  font-weight: bold;
}
.detail {
  border: 0;
  padding: 0;
}
.detail__summary {
  list-style: none;
  display: flex;
  align-items: center;
}
.detail__summary h2 {
  margin-right: 1rem;
  border-bottom: 1px solid #1D70B8;
}
.detail__summary::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../images/arrow-details-right.svg") no-repeat;
  background-size: contain;
  transition: 0.2s;
  transform: rotate(90deg) translateX(1px);
}
.detail__summary::-webkit-details-marker {
  display: none;
}
.detail[open] &gt; .detail__summary h2 {
  border-bottom: 0;
}
.detail[open] &gt; .detail__summary::after {
  transform: rotate(270deg) translateX(3px);
}
.view .detail__summary h2 {
  margin-right: 1rem;
}
.navigation.navigation--footer {
  margin-top: 1rem;
}
.navigation.navigation--footer .menu {
  margin: 0;
}
.navigation.navigation--footer .menu .menu-item {
  color: #FFFFFF;
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin-bottom: 0.15rem;
}
.navigation.navigation--footer .menu .menu-item:first-child {
  margin-bottom: 0.375rem;
}
.navigation.navigation--footer .menu .menu-item a {
  display: block;
  color: white;
}
.navigation.navigation--footer .menu .menu-item a:hover {
  text-decoration: underline;
}
.navigation--footer--flex .menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
}
@media (min-width: 640px) {
  .navigation--footer--flex .menu {
    gap: 0.5rem 2rem;
  }
}
/* Block styling in sidebar region */
.region--sidebar-second .block-block-content {
  padding: 2rem;
  background-color: #F0F8FF;
  transition: all 200ms cubic-bezier(0.6, 0, 0.6, 1);
  border-top: #003078 solid 3px;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .region--sidebar-second .block-block-content:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.node--view-mode-teaser .title {
  margin-bottom: 1rem;
}
.node--view-mode-teaser .node__links {
  margin-top: 1rem;
}
.node--view-mode-teaser .node__links .node-readmore {
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.pager__item {
  font-size: 1rem;
}
.pager__item.is-active {
  background-color: #AFDAFF;
}
.paragraph--type--homepage-menu-card {
  padding: 2rem;
  background-color: #F8F8F8;
  transition: all 200ms cubic-bezier(0.6, 0, 0.6, 1);
  box-sizing: border-box;
  height: 100%;
}
.paragraph--type--homepage-menu-card:hover {
  background-color: #F0F8FF;
}
.paragraph--type--homepage-menu-card .field--name-field-link {
  margin: 1rem 0 0 0;
  list-style: none;
  padding: 0;
}
.paragraph--type--homepage-menu-card .field--name-field-text-plain h2 {
  margin: 0;
}
.paragraph--type--homepage-menu-card .media--type-svg-image img {
  width: 5rem;
  height: auto;
}
.node--type-member.node--view-mode-teaser {
  padding: 1.875rem;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .node--type-member.node--view-mode-teaser:hover, .node--type-member.node--view-mode-teaser:focus {
    background-color: #F0F8FF;
  }
}
.node--type-member.node--view-mode-teaser .field--name-field-media-image {
  margin: 0 0 1.875rem;
}
.node--type-member.node--view-mode-teaser .field--name-field-text-plain {
  color: black;
}
.node--type-member.node--view-mode-teaser .field--name-title {
  color: #393939;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 1rem;
}
.node--type-member.node--view-mode-teaser .field--name-field-text-plain-2 {
  color: #0B0C0C;
  font-size: 1.125rem;
  line-height: 1.2;
  text-transform: lowercase;
  margin: 0 0 2.125rem;
  max-width: 9.75rem;
}
.node--type-member.node--view-mode-teaser .node-readmore a {
  color: #1D70B8;
  font-weight: 400;
  text-transform: lowercase;
}
.node--type-council-members.node--view-mode-full {
  margin-left: 0;
  margin-right: 0;
  font-size: 1.125rem;
}
@media (min-width: 1024px) {
  .node--type-council-members.node--view-mode-full {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .node--type-council-members.node--view-mode-full {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (min-width: 1536px) {
  .node--type-council-members.node--view-mode-full {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}
.page-node-type-news-release h1 {
  margin-bottom: 1.5rem;
}
.node--type-news-release.node--view-mode-full {
  margin-left: 0;
  margin-right: 0;
  max-width: 840px;
}
@media (min-width: 1024px) {
  .node--type-news-release.node--view-mode-full {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .node--type-news-release.node--view-mode-full {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (min-width: 1536px) {
  .node--type-news-release.node--view-mode-full {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}
.node--type-news-release.node--view-mode-full .field--name-body {
  font-size: 1.25rem;
  color: #393939;
}
.node--type-news-release.node--view-mode-full .field--name-body ul {
  list-style: none;
  padding: 0;
}
.node--type-news-release.node--view-mode-full .field--name-body ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 2.5rem;
}
.node--type-news-release.node--view-mode-full .field--name-body ul li:before {
  content: "";
  position: absolute;
  left: 0.937rem;
  top: 0.75rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #1D70B8;
}
.node--type-member.node--view-mode-teaser-contact {
  margin: 3.75rem 0;
}
.node--type-member.node--view-mode-teaser-contact .node__content {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.node--type-member.node--view-mode-teaser-contact .node__content .group--name-image {
  margin-right: 3.125rem;
}
.node--type-member.node--view-mode-teaser-contact .node__content .group--name-text .field--name-field-teaser-contact-label {
  margin-bottom: 1.5rem;
}
.node--type-member.node--view-mode-teaser-contact .node__content .group--name-text .field--name-title {
  margin: 0 0 0.812rem;
}
.node--type-member.node--view-mode-teaser-contact .node__content .group--name-text .field--name-title h3 {
  color: #393939;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.node--type-member.node--view-mode-teaser-contact .node__content .group--name-text .field--name-field-text-plain .field__item {
  color: black;
  line-height: 1;
}
.node--view-mode-webform-element {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1024px) {
  .node--view-mode-webform-element {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .node--view-mode-webform-element {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (min-width: 1536px) {
  .node--view-mode-webform-element {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}
.node--view-mode-webform-element .text-formatted {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
/* General styling for node teaser */
.node--view-mode-teaser .field__label {
  padding: 0;
}
.node--view-mode-teaser .field-group--name-row {
  display: flex;
  align-items: baseline;
  transition: all 0.3s;
}
.node--view-mode-teaser .field-group--name-row .field:not(:last-child) {
  margin-right: 2rem;
}
.node--view-mode-teaser .field-group--name-detail .field__label {
  margin-right: 2rem;
  margin-bottom: 0;
}
.node--view-mode-teaser .field--label-inline {
  display: grid;
  grid-template-columns: 2fr 3fr;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  margin-bottom: 1.375rem;
}
.node--view-mode-teaser .field--label-inline:last-child {
  margin-bottom: 0;
}
.node--view-mode-teaser .field--label-inline .field__label {
  margin: 0;
}
.node--view-mode-teaser .field__item {
  font-size: 1rem;
  color: #0B0C0C;
  font-weight: bold;
}
.node--view-mode-teaser .field--name-field-date {
  min-width: 8rem;
}
.node--view-mode-teaser .field--name-field-number-decimal .field__item {
  color: #1D70B8;
}
.node--view-mode-teaser .field--name-field-number-decimal .field__item:after {
  content: "€";
  padding-left: 0.2rem;
  color: #1D70B8;
}
/* Invoice, order and contract teaser */
.node--view-mode-teaser.node--type-invoice .field--name-field-reference-taxonomy-term,
.node--view-mode-teaser.node--type-order .field--name-field-reference-taxonomy-term,
.node--view-mode-teaser.node--type-contract .field--name-field-reference-taxonomy-term {
  color: #1D70B8;
}
.node--type-licensing-decision.node--view-mode-teaser .field-group--name-row {
  display: grid;
  grid-template-columns: 3fr 6fr 3fr 3fr 4fr;
  gap: 0.5rem;
}
.node--type-licensing-decision.node--view-mode-teaser .field-group--name-row .field {
  margin: 0;
}
.node--type-licensing-decision.node--view-mode-teaser .field--name-field-reference-taxonomy-term-2 .field__item {
  color: #1D70B8;
}
.node--type-licensing-decision.node--view-mode-teaser .field--name-field-reference-taxonomy-term-2 .field__item:not(:first-child) {
  margin-top: 0.25rem;
}
.node--type-licensing-decision.node--view-mode-teaser .field--name-field-text-plain {
  display: flex;
}
.node--type-licensing-decision.node--view-mode-teaser .field--name-field-text-plain .field__item:not(:last-child)::after {
  content: ", ";
}
.node--type-sanction-decision.node--view-mode-teaser .field-group--name-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 2fr 1fr;
  gap: 0.5rem;
}
.node--type-sanction-decision.node--view-mode-teaser .field-group--name-row .field {
  margin: 0;
}
.node--type-sanction-decision.node--view-mode-teaser .field-group--name-row &gt; *:nth-last-child(1) {
  grid-column: 5/6;
}
.node--type-sanction-decision.node--view-mode-teaser .field-group--name-detail {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 7fr;
}
@media (min-width: 768px) {
  .node--type-sanction-decision.node--view-mode-teaser .field-group--name-detail {
    grid-template-columns: 1fr 5fr;
  }
}
.node--type-sanction-decision.node--view-mode-teaser .field-group--name-detail .field__label {
  width: 32%;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.node--type-sanction-decision.node--view-mode-teaser .field--name-field-reference-taxonomy-term {
  color: #1D70B8;
}
.node--type-sanction-decision.node--view-mode-teaser .field--name-field-date .field__item:not(:last-child) .datetime:after {
  content: ", ";
}
.node--type-order.node--view-mode-teaser .field-group--name-row {
  display: grid;
  grid-template-columns: 1fr 2fr 3fr;
  gap: 0.5rem;
}
.node--type-order.node--view-mode-teaser .field-group--name-row .field {
  margin: 0;
}
.node--type-order.node--view-mode-teaser .field-group--name-detail {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 6fr;
}
@media (min-width: 768px) {
  .node--type-order.node--view-mode-teaser .field-group--name-detail {
    grid-template-columns: 1fr 5fr;
  }
}
.node--type-order.node--view-mode-teaser .field-group--name-detail .field__label {
  width: 40.5%;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.node--type-order.node--view-mode-teaser .field--name-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.node--type-order.node--view-mode-teaser .field--name-field-reference-taxonomy-term-2 {
  color: #1D70B8;
}
.node--type-contract.node--view-mode-teaser .field-group--name-row {
  display: grid;
  grid-template-columns: 1fr 2fr 3fr;
  gap: 0.5rem;
}
.node--type-contract.node--view-mode-teaser .field-group--name-row .field {
  margin: 0;
}
.node--type-contract.node--view-mode-teaser .field-group--name-detail {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 6fr;
}
@media (min-width: 768px) {
  .node--type-contract.node--view-mode-teaser .field-group--name-detail {
    grid-template-columns: 1fr 5fr;
  }
}
.node--type-contract.node--view-mode-teaser .field-group--name-detail .field__label {
  width: 40.5%;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.node--type-contract.node--view-mode-teaser .field--name-title {
  display: flex;
  justify-content: space-between;
}
.node--type-contract.node--view-mode-teaser .field--name-field-reference-taxonomy-term-2 {
  color: #1D70B8;
}
.node--type-invoice.node--view-mode-teaser {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 4fr;
  gap: 0.5rem;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1024px) {
  .node--type-invoice.node--view-mode-teaser {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .node--type-invoice.node--view-mode-teaser {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (min-width: 1536px) {
  .node--type-invoice.node--view-mode-teaser {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}
.node--type-invoice.node--view-mode-teaser .field {
  margin: 0;
}
.node--type-invoice.node--view-mode-teaser .field--name-field-number-decimal {
  color: #1D70B8;
}
.node--type-invoice.node--view-mode-teaser .field--name-title {
  display: flex;
  justify-content: space-between;
}
.node--type-invoice.node--view-mode-teaser .field-group--name-detail {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 8fr;
}
@media (min-width: 768px) {
  .node--type-invoice.node--view-mode-teaser .field-group--name-detail {
    grid-template-columns: 1fr 7fr;
  }
}
.node--type-invoice.node--view-mode-teaser .field-group--name-detail .field__label {
  width: 28.5%;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
/* ul tags */
.social-items {
  display: flex;
  padding: 0;
  margin-top: 0;
  /* li tags */
}
.social-items .social-item {
  display: flex;
  margin-left: 0.5rem;
  /* a tags */
}
.social-items .social-item .social-link {
  width: 30px;
  height: 30px;
  border-radius: 0.25rem;
  background-repeat: no-repeat;
  background-position: center;
}
.social-items .social-item .social-link.social-link-twitter {
  background-image: url("../images/logo-twitter.svg");
}
.social-items .social-item .social-link.social-link-youtube {
  background-image: url("../images/logo-youtube.svg");
}
.social-items.in-header {
  margin-bottom: 0.5rem;
}
.social-items.in-header .social-link:hover {
  background-color: #1D70B8;
}
.social-items.in-footer {
  align-items: center;
}
@media (min-width: 1024px) {
  .social-items.in-footer .social-item {
    order: 2;
  }
}
.social-items.in-footer .social-link:hover {
  background-color: black;
}
.field--color-secondary {
  color: #1D70B8;
}
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
textarea,
select,
.select2 .select2-selection {
  background-color: #FFFFFF;
  border: 1px solid #003078;
  line-height: 1.5rem;
  font-size: 1rem;
  color: #393939;
  font-weight: 500;
  padding: 0.625rem;
  max-width: 42.5rem;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
textarea:focus,
select:focus,
.select2 .select2-selection:focus {
  border: 1px solid black;
  outline: 1px solid black;
}
.select2 {
  max-width: 42.5rem;
}
.select2 .select2-selection:focus {
  border-color: #AFDAFF;
  outline-color: #AFDAFF;
}
.select2-dropdown {
  border-color: #AFDAFF;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #AFDAFF;
}
.webform-submission-form .js-form-item.js-form-type-select {
  margin-bottom: 1.375rem;
}
.select2-search {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 0.625rem;
  transform: translate3d(0, -50%, 0);
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #1D70B8;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* Webform wrapper */
.webform-submission-form div.form-wrapper {
  background-color: #F4F8FC;
  border: none;
  padding: 1rem;
}
@media (min-width: 1024px) {
  .webform-submission-form div.form-wrapper {
    padding: 3.75rem 5.5rem;
  }
}
.webform-submission-form div.form-wrapper div[id^=ajax-wrapper] {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.webform-submission-form h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #1D70B8;
  text-transform: uppercase;
}
.webform-submission-form h3 {
  margin-top: 3.25rem;
  margin-bottom: 1.5rem;
  color: #1D70B8;
}
.webform-submission-form input {
  margin-bottom: 1.375rem;
}
.webform-submission-form input.button {
  margin: 1rem 0 1rem 0;
}
.webform-submission-form select {
  margin-bottom: 1.375rem;
}
.webform-submission-form textarea {
  margin-bottom: 1.375rem;
  max-width: 42.5rem;
  width: 100%;
}
.webform-submission-form .form-type-checkbox {
  display: flex;
}
.webform-submission-form .form-item,
.webform-submission-form .form-actions {
  margin-top: 0;
  margin-bottom: 0;
}
.webform-submission-form label {
  max-width: 42.5rem;
  width: 100%;
}
.webform-submission-form label.form-required:after {
  background-image: url("../images/required.svg");
}
.webform-submission-form label.option {
  font-weight: bold;
  margin-left: 1rem;
}
.webform-submission-form label.option[for^=edit-screenshot-file-] {
  margin-bottom: 0;
}
.webform-submission-form .form-item-markup-mandatory,
.webform-submission-form .form-item-markup-mandatory-02 {
  color: #8F0000;
  font-weight: bold;
  margin: 0.75rem 0;
}
.webform-submission-form input[type=file i] {
  color: red;
}
.webform-submission-form .js-form-file-label, .webform-submission-form .webform-file-button {
  max-width: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.688rem 0.8125rem;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  background-color: #1D70B8;
  margin: 0 0 0.937rem;
  cursor: pointer;
}
.webform-submission-form .js-form-file-label:before, .webform-submission-form .webform-file-button:before {
  content: "";
}
.webform-submission-form .js-form-type-datetime .container-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.webform-submission-form .js-form-type-datetime .container-inline .js-form-item {
  max-width: 20.75rem;
  width: 100%;
}
.webform-submission-form .js-form-type-datetime .container-inline .js-form-item:first-child {
  margin-right: 0;
}
@media (min-width: 640px) {
  .webform-submission-form .js-form-type-datetime .container-inline .js-form-item:first-child {
    margin-right: 1rem;
  }
}
@media screen and (max-height: 639px) {
  .webform-submission-form .captcha__element {
    width: 245px;
  }
}
@media screen and (max-height: 639px) {
  .webform-submission-form #rc-imageselect, .webform-submission-form .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
.webform-button--submit {
  padding: 0.688rem 0.8125rem;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  background-color: #1D70B8;
  margin: 0 0 0.937rem;
}
.media--type-image.align-center {
  text-align: center;
}
.page-node-type-article h1 {
  margin-bottom: 1.5rem;
}
.node--type-article.node--view-mode-full {
  margin-left: 0;
  margin-right: 0;
  max-width: 840px;
}
@media (min-width: 1024px) {
  .node--type-article.node--view-mode-full {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .node--type-article.node--view-mode-full {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (min-width: 1536px) {
  .node--type-article.node--view-mode-full {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}
.node--type-article.node--view-mode-full h1 {
  margin-bottom: 1.5rem;
}
.node--type-article.node--view-mode-full .field--name-body {
  font-size: 1.25rem;
  color: #393939;
}
.node--type-article.node--view-mode-full .field--name-body ul {
  list-style: none;
  padding: 0;
}
.node--type-article.node--view-mode-full .field--name-body ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 2.5rem;
}
.node--type-article.node--view-mode-full .field--name-body ul li:before {
  content: "";
  position: absolute;
  left: 0.937rem;
  top: 0.75rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #1D70B8;
}
.node--type-member.node--view-mode-full {
  font-size: 1.25rem;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1024px) {
  .node--type-member.node--view-mode-full {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .node--type-member.node--view-mode-full {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (min-width: 1536px) {
  .node--type-member.node--view-mode-full {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}
.node--type-member.node--view-mode-full h1 {
  margin: 0;
}
.node--type-member.node--view-mode-full h2 {
  color: black;
}
.node--type-member.node--view-mode-full .field--name-field-text-plain-2 {
  margin-bottom: 4rem;
  font-weight: bold;
}
.node--type-member.node--view-mode-full .node__content {
  display: flex;
  flex-wrap: wrap;
}
.node--type-member.node--view-mode-full .node__content &gt; div:first-child {
  margin: 0 0 2rem;
}
@media (min-width: 640px) {
  .node--type-member.node--view-mode-full .node__content &gt; div:first-child {
    margin-right: 4.812rem;
  }
}
.node--type-member.node--view-mode-full .node__content &gt; div:first-child img {
  margin: 0 auto;
}
.node--type-member.node--view-mode-full .field--name-title {
  color: #393939;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0.375rem;
}
.node--type-member.node--view-mode-full .field--name-field-text-plain {
  color: black;
}
.node--type-member.node--view-mode-full .field--name-field-text-plain-2 {
  color: #393939;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 4.375rem;
}
.node--type-member.node--view-mode-full .field--name-field-text-plain-3, .node--type-member.node--view-mode-full .field--name-field-telephone-number {
  margin: 0 0 1rem;
}
.node--type-member.node--view-mode-full .field--name-field-text-plain-3 .field__label, .node--type-member.node--view-mode-full .field--name-field-telephone-number .field__label, .node--type-member.node--view-mode-full .field--name-field-email .field__label {
  color: #393939;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  min-width: 10.5rem;
  margin-right: 1.5rem;
  padding: 0;
}
.node--type-member.node--view-mode-full .field--name-field-text-plain-3 .field__item, .node--type-member.node--view-mode-full .field--name-field-telephone-number .field__item, .node--type-member.node--view-mode-full .field--name-field-email .field__item {
  color: #393939;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
}
.node--type-member.node--view-mode-full .field--name-field-telephone-number .field__item a {
  color: #393939;
}
.node--type-member.node--view-mode-full .field--name-field-email .field__item a {
  font-size: 1rem;
}
.node--type-member.node--view-mode-full .field--type-text-with-summary {
  margin: 3.75rem 0 0;
}
.node--type-member.node--view-mode-full .field--type-text-with-summary table {
  margin: 0 0 3.5rem;
  width: auto !important;
}
.node--type-member.node--view-mode-full .field--type-text-with-summary table tbody {
  display: flex;
  flex-direction: column;
}
.node--type-member.node--view-mode-full .field--type-text-with-summary table tr {
  margin: 0 0 1.25rem;
  display: flex;
  flex-wrap: wrap;
}
.node--type-member.node--view-mode-full .field--type-text-with-summary table td {
  display: inline-block;
  color: #393939;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3;
}
.node--type-member.node--view-mode-full .field--type-text-with-summary table td:first-child {
  margin-right: 5rem;
  min-width: 7.5rem;
}
.node--type-member.node--view-mode-full .field--type-text-with-summary table a {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
}
.node--type-member.node--view-mode-full .field--type-text-with-summary table strong {
  color: #393939;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}
.node--type-member.node--view-mode-full .title--2xl {
  margin: 0 0 2.187rem;
}
.node--type-session.node--view-mode-full {
  margin-left: 0;
  margin-right: 0;
  /* Wrapper around media fields */
}
@media (min-width: 1024px) {
  .node--type-session.node--view-mode-full {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .node--type-session.node--view-mode-full {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (min-width: 1536px) {
  .node--type-session.node--view-mode-full {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}
.node--type-session.node--view-mode-full .field__label {
  font-size: 1.375rem;
  text-transform: uppercase;
}
.node--type-session.node--view-mode-full .field--name-field-text-plain {
  font-weight: 700;
}
.node--type-session.node--view-mode-full .sound-recording-memorandum {
  display: flex;
  margin: 3.75rem 0;
  gap: 0 20px;
  /* Multimedia field */
  /* Document field */
}
.node--type-session.node--view-mode-full .sound-recording-memorandum &gt; * a {
  padding: 2rem 1.75rem 2rem 1.75rem;
  background-color: #F8F8F8;
  color: #6F777B;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0 8px;
}
/* Downloads (list of documents to download at the bottom of the page) */
.view-session-documents h2 {
  font-size: 1.5rem;
}
.view-session-documents h2 .downloads-icon {
  display: inline-block;
  margin: 0 0 -18px 15px;
  background-color: #F0F8FF;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-image: url("../images/arrow-down-blue.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px;
}
.view-session-documents .view-session-documents__field--name-downloads {
  color: #1D70B8;
  text-transform: uppercase;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E0DDDA;
}
.view-session-documents .view-session-documents__field--name-downloads-item {
  color: #1D70B8;
}
.view-session-documents .view-session-documents__field--name-downloads-item::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 20px;
  -webkit-mask: url(../images/session-materials.svg) no-repeat 5% 100%;
  mask: url(../images/session-materials.svg) no-repeat 5% 100%;
  background-color: #1D70B8;
}
.page-node-type-announcement h1 {
  margin-bottom: 1.5rem;
}
.node--type-announcement.node--news-release--full {
  font-size: 1.125rem;
  color: #393939;
  line-height: 1.5;
  max-width: 53.325rem;
}
@media (min-width: 640px) {
  .node--type-announcement.node--news-release--full {
    margin: 0 6rem;
  }
}
.node--type-announcement.node--news-release--full h1 {
  margin-bottom: 1.5rem;
}
.node--type-announcement.node--news-release--full .field--type-text-with-summary .field__item {
  display: flex;
  flex-wrap: wrap;
}
.node--type-announcement.node--news-release--full .media--type-image {
  margin: 0 0 2.5rem;
}
.node--type-announcement.node--news-release--full .media--type-image.media--view-mode-default {
  margin-right: 1rem;
}
.node--type-announcement.node--news-release--full p {
  margin: 0 0 2.5rem;
}
.breadcrumb {
  padding: 0;
}
nav.breadcrumb {
  margin-bottom: 3rem;
}
nav.breadcrumb li {
  display: inline;
}
nav.breadcrumb li:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid black;
  margin: 0 0.312rem;
  display: inline-block;
}
nav.breadcrumb li a {
  color: black;
}
nav.breadcrumb li:last-child:before {
  border-left-color: #393939;
}
/* Calendar styling in sidebar region */
.region--sidebar-second #block-views-block-sidebar-calendar,
.region--sidebar-second #block-views-block-calendar-block-sidebar-calendar,
.region--sidebar-second #block-views-block-calendar-block-sidebar-calendar-2 {
  padding: 2rem;
  transition: all 200ms cubic-bezier(0.6, 0, 0.6, 1);
  border-top: #003078 solid 2px;
}
.region--sidebar-second #block-views-block-sidebar-calendar:not(:last-child),
.region--sidebar-second #block-views-block-calendar-block-sidebar-calendar:not(:last-child),
.region--sidebar-second #block-views-block-calendar-block-sidebar-calendar-2:not(:last-child) {
  margin-bottom: 2rem;
}
.region--sidebar-second #block-views-block-sidebar-calendar h2,
.region--sidebar-second #block-views-block-calendar-block-sidebar-calendar h2,
.region--sidebar-second #block-views-block-calendar-block-sidebar-calendar-2 h2 {
  margin: 0;
}
/* Calendar itself */
.calendar-calendar th.days {
  background-color: white;
  border: none;
  color: #1D70B8;
  padding: 0.5rem;
  font-size: 0;
}
.calendar-calendar th.days::first-letter {
  font-size: 1rem;
  text-transform: uppercase;
}
.calendar-calendar td {
  text-align: center;
  color: #0B0C0C;
  transition: all 0.3s;
  background-color: white !important;
}
.calendar-calendar td .month {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
.calendar-calendar td .month.mini-day-on {
  border: none;
  cursor: pointer;
}
.calendar-calendar td.has-events .month {
  border-radius: 10px;
  color: white;
  background-color: #1D70B8;
}
.calendar-calendar td.has-events .month:hover {
  background-color: #003078;
}
.calendar-calendar td.today .month {
  border-color: #003078;
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
}
/* View header */
.view-header nav.pager {
  /* Current date */
  /* Date and arrows in header */
}
.view-header nav.pager .pager__item.pager__item--current {
  color: #0B0C0C;
  font-size: 1.125rem;
  text-transform: capitalize;
}
.view-header nav.pager .js-pager__items {
  display: flex;
  justify-content: space-between;
  padding: 0 12px;
}
.view-header nav.pager .js-pager__items li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.tooltip {
  background-color: #003078;
  border: none;
  color: white;
  max-width: 287px;
  /* Arrow styling */
}
.tooltip .tooltip__title {
  font-size: 1.125rem;
  font-weight: bold;
}
.tooltip .tooltip__delimiter {
  width: 26px;
  height: 2px;
  background-color: white;
  margin: 24px 0px;
}
.tooltip .tooltip__link {
  color: white;
  font-size: 1rem;
  margin: 24px 0;
  display: block;
}
.tooltip .tooltip__link a:hover {
  text-decoration: underline;
}
.tooltip [data-popper-arrow]::before {
  display: none;
}
.paragraph--type--program-items {
  margin-left: 3.125rem;
  margin-right: 3.125rem;
  /* Wysiwyg text field. */
  /* Text field at the and of the program. */
}
.paragraph--type--program-items .paragraph--type--programm-item {
  margin: 1rem 0;
  display: flex;
  /* Program item index.*/
}
.paragraph--type--program-items .paragraph--type--programm-item span {
  margin-right: 1rem;
}
.paragraph--type--program-items .field--name-field-text-formatted-long {
  color: #6F777B;
}
.paragraph--type--program-items .field--name-field-text-formatted-long strong {
  color: #0B0C0C;
}
.paragraph--type--program-items .field--name-field-text-formatted-long p {
  margin: 0;
}
.paragraph--type--program-items &gt; .field--name-field-text-formatted-long {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
.paragraph--type--closure-items {
  /* Wysiwyg text field. */
}
.paragraph--type--closure-items .field--name-field-reference-paragraph {
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}
.paragraph--type--closure-items .paragraph--type--closure-item {
  margin: 1rem 0;
  display: flex;
  /* Program item index.*/
}
.paragraph--type--closure-items .paragraph--type--closure-item span {
  margin-right: 1rem;
}
.paragraph--type--closure-items .paragraph--type--closure-item p {
  margin: 0;
}
.paragraph--type--closure-items .field--name-field-text-formatted-long {
  color: #6F777B;
}
.paragraph--type--closure-items .field--name-field-text-formatted-long strong {
  color: #0B0C0C;
}
.paragraph--type--members .field--name-field-reference-content {
  max-width: 1024px;
  margin: 0 0 3.125rem;
}
.paragraph--type--members .field--name-field-reference-content &gt; .field__items {
  display: flex;
  flex-wrap: wrap;
}
.col-1 {
  width: 6.5%;
}
.col-2 {
  width: 15%;
}
.col-3 {
  width: 23.5%;
}
.col-4 {
  width: 32%;
}
.col-5 {
  width: 40.5%;
}
.col-6 {
  width: 49%;
}
.col-7 {
  width: 57.5%;
}
.col-8 {
  width: 66%;
}
.col-9 {
  width: 74.5%;
}
.col-10 {
  width: 83%;
}
.col-11 {
  width: 91.5%;
}
.col-12 {
  width: 100%;
}
.row {
  display: flex;
  justify-content: space-between;
}
.grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ckeditor-col-container {
  flex-wrap: wrap;
}
.ckeditor-col-container .grid-1 {
  width: 100%;
}
@media (min-width: 768px) {
  .ckeditor-col-container .grid-1 {
    width: 6.5%;
  }
}
.ckeditor-col-container .media--type-image.align-center {
  display: flex;
  justify-content: center;
}
.ckeditor-col-container .grid-2 {
  width: 100%;
}
@media (min-width: 768px) {
  .ckeditor-col-container .grid-2 {
    width: 15%;
  }
}
.ckeditor-col-container .media--type-image.align-center {
  display: flex;
  justify-content: center;
}
.ckeditor-col-container .grid-3 {
  width: 100%;
}
@media (min-width: 768px) {
  .ckeditor-col-container .grid-3 {
    width: 23.5%;
  }
}
.ckeditor-col-container .media--type-image.align-center {
  display: flex;
  justify-content: center;
}
.ckeditor-col-container .grid-4 {
  width: 100%;
}
@media (min-width: 768px) {
  .ckeditor-col-container .grid-4 {
    width: 32%;
  }
}
.ckeditor-col-container .media--type-image.align-center {
  display: flex;
  justify-content: center;
}
.ckeditor-col-container .grid-5 {
  width: 100%;
}
@media (min-width: 768px) {
  .ckeditor-col-container .grid-5 {
    width: 40.5%;
  }
}
.ckeditor-col-container .media--type-image.align-center {
  display: flex;
  justify-content: center;
}
.ckeditor-col-container .grid-6 {
  width: 100%;
}
@media (min-width: 768px) {
  .ckeditor-col-container .grid-6 {
    width: 49%;
  }
}
.ckeditor-col-container .media--type-image.align-center {
  display: flex;
  justify-content: center;
}
.ckeditor-col-container .grid-7 {
  width: 100%;
}
@media (min-width: 768px) {
  .ckeditor-col-container .grid-7 {
    width: 57.5%;
  }
}
.ckeditor-col-container .media--type-image.align-center {
  display: flex;
  justify-content: center;
}
.ckeditor-col-container .grid-8 {
  width: 100%;
}
@media (min-width: 768px) {
  .ckeditor-col-container .grid-8 {
    width: 66%;
  }
}
.ckeditor-col-container .media--type-image.align-center {
  display: flex;
  justify-content: center;
}
.ckeditor-col-container .grid-9 {
  width: 100%;
}
@media (min-width: 768px) {
  .ckeditor-col-container .grid-9 {
    width: 74.5%;
  }
}
.ckeditor-col-container .media--type-image.align-center {
  display: flex;
  justify-content: center;
}
.ckeditor-col-container .grid-10 {
  width: 100%;
}
@media (min-width: 768px) {
  .ckeditor-col-container .grid-10 {
    width: 83%;
  }
}
.ckeditor-col-container .media--type-image.align-center {
  display: flex;
  justify-content: center;
}
.ckeditor-col-container .grid-11 {
  width: 100%;
}
@media (min-width: 768px) {
  .ckeditor-col-container .grid-11 {
    width: 91.5%;
  }
}
.ckeditor-col-container .media--type-image.align-center {
  display: flex;
  justify-content: center;
}
.ckeditor-col-container .grid-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .ckeditor-col-container .grid-12 {
    width: 100%;
  }
}
.ckeditor-col-container .media--type-image.align-center {
  display: flex;
  justify-content: center;
}
.ckeditor-col-container .grid-6.last-col {
  margin-left: auto;
}
.region {
  box-sizing: border-box;
}
.region-content-wrapper {
  margin: 1rem 0 0;
  padding: 0 1rem;
}
@media (min-width: 1024px) {
  .region-content-wrapper {
    margin: 1rem 0 10.937rem;
  }
}
.region-content-wrapper .container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .region-content-wrapper .container {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
  }
}
.region--width-full {
  width: 100%;
}
.region--width-container,
.container {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 640px) {
  .region--width-container,
.container {
    max-width: 768px;
  }
}
@media (min-width: 768px) {
  .region--width-container,
.container {
    max-width: 1024px;
  }
}
@media (min-width: 1024px) {
  .region--width-container,
.container {
    max-width: 1280px;
  }
}
@media (min-width: 1280px) {
  .region--width-container,
.container {
    max-width: 1536px;
  }
}
@media (min-width: 1536px) {
  .region--width-container,
.container {
    max-width: 1536px;
  }
}
.region--header {
  width: 100%;
  min-width: 100%;
  margin: 0;
  display: flex;
  background-color: #003078;
}
.region--header .container {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 1rem;
  align-items: center;
}
@media (min-width: 1536px) {
  .region--header .container {
    max-width: 1536px;
  }
}
@media (min-width: 1280px) {
  .region--header .container {
    margin: auto;
    padding: 2.187rem 1rem 0.2rem;
  }
}
.region--header .container .block-tb-megamenu {
  justify-content: end;
  display: flex;
  flex-direction: row;
  align-self: center;
  order: 4;
}
@media (min-width: 640px) {
  .region--header .container .block-tb-megamenu {
    width: auto;
  }
}
@media (min-width: 1280px) {
  .region--header .container .block-tb-megamenu {
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin-top: 1rem;
  }
}
.region--header .container .block-tb-megamenu nav {
  margin-left: -2rem;
}
@media (max-width: 1536px) {
  .region--header .container .block-tb-megamenu nav {
    margin-left: 0;
  }
}
.region--header .container .block-tb-megamenu nav .tbm-collapse {
  width: 100%;
}
.region--header .container .block-views-exposed-filter-blockfull-text-search-page-full-text-search {
  margin-left: 60px;
}
@media (min-width: 1280px) {
  .region--header .container .block-views-exposed-filter-blockfull-text-search-page-full-text-search {
    width: 40%;
    margin-left: unset;
  }
}
.region--header .container .socials {
  grid-column: 3/4;
}
.region--header .site-logo {
  display: flex;
  margin: 0;
}
@media (max-width: 1536px) {
  .region--header .site-logo {
    line-height: 0;
  }
}
.region--header .site-logo img {
  width: 100%;
}
.region--sidebar-first {
  order: 1;
}
@media (min-width: 768px) {
  .region--sidebar-first {
    width: 23.5%;
    margin-right: 2%;
  }
}
.region--content {
  flex-grow: 1;
}
@media (min-width: 768px) {
  .region--content {
    width: 57.5%;
  }
}
.region--sidebar-second {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .region--sidebar-second {
    margin-top: 0;
    width: 32%;
    margin-left: 2%;
    order: 2;
  }
}
@media (min-width: 1024px) {
  .region--sidebar-second {
    width: 23.5%;
  }
}
.block-region {
  margin: 0;
  padding: 0;
}
.demo-block {
  background-color: #fff;
  padding: 0.5rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  border-radius: 0.25rem;
}
.region--footer.region--width-container {
  background-color: #000000;
  max-width: 100%;
}
.region--footer.region--width-container .container {
  padding: 24px 20px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
.region--footer.region--width-container .container .copyright {
  color: #FFFFFF;
  font-size: 0.75rem;
}
@media (min-width: 640px) {
  .region--footer.region--width-container .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .region--footer.region--width-container .container .navigation--footer.navigation--footer--flex {
    grid-column: 1/5;
  }
  .region--footer.region--width-container .container .copyright {
    grid-column: 1/5;
  }
  .region--footer.region--width-container .container .socials {
    grid-column: 2/3;
  }
}
@media (min-width: 1024px) {
  .region--footer.region--width-container .container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .region--footer.region--width-container .container .navigation--footer.navigation--footer--flex {
    grid-column: 1/5;
  }
}
body.path-frontpage .region--content {
  order: 2;
}
.block-social-icons-and-language-switcher {
  display: flex;
}
.block-social-icons-and-language-switcher .block-lang-dropdown-icon {
  width: 20px;
  height: 20px;
  margin-left: 0.25rem;
  margin-top: 0.25rem;
}
.node--type-homepage .field--name-field-paragraphs {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 640px) {
  .node--type-homepage .field--name-field-paragraphs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .node--type-homepage .field--name-field-paragraphs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.view {
  /* View header */
  /* Grouping field */
  /* Result row */
  /* Exposed form */
}
.view .views-row--header {
  display: flex;
  margin-bottom: 1.187rem;
}
@media (min-width: 1024px) {
  .view .views-row--header {
    margin: 0 2.5rem 1.187rem;
  }
}
@media (min-width: 1280px) {
  .view .views-row--header {
    margin: 0 4rem 1.187rem;
    padding: 0;
  }
}
@media (min-width: 1536px) {
  .view .views-row--header {
    margin: 2rem 6rem 0 6rem;
    padding: 0;
  }
}
.view .views-row--header .field--type-datetime {
  min-width: 8rem;
}
.view h2 {
  font-weight: bold;
  font-size: 1.375rem;
  color: #1D70B8;
}
@media (min-width: 1024px) {
  .view h2 {
    margin: 2rem 2.5rem;
  }
}
@media (min-width: 1280px) {
  .view h2 {
    margin: 2rem 2.5rem;
  }
}
@media (min-width: 1536px) {
  .view h2 {
    margin: 2rem 2.5rem;
  }
}
.view .views-row {
  display: grid;
  grid-template-columns: 1fr 2fr 3fr;
  gap: 0.5rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .view .views-row {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .view .views-row {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (min-width: 1536px) {
  .view .views-row {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}
.view .views-row-detail {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1024px) {
  .view .views-row-detail {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .view .views-row-detail {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (min-width: 1536px) {
  .view .views-row-detail {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}
.view .views-exposed-form .form--inline {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 1024px) {
  .view .views-exposed-form .form--inline {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .view .views-exposed-form .form--inline {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (min-width: 1536px) {
  .view .views-exposed-form .form--inline {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}
.view .views-exposed-form .form--inline .form-actions {
  display: flex;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .view .views-exposed-form .form--inline .form-actions {
    margin-top: 3.11rem;
  }
}
.view .form--inline .form-item {
  margin-right: 1.25rem;
}
.view-news-releases {
  /* Result row */
}
.view-news-releases .views-row .views-field-field-date-2 {
  font-size: 1rem;
  color: #0B0C0C;
  font-weight: bold;
  min-width: 6.875rem;
}
.view-news-releases .views-row .views-field-title {
  font-size: 1rem;
  padding-left: 1rem;
  margin-left: 1rem;
  border-left: 0.125rem solid #1D70B8;
}
.view-sessions.view-display-id-page_sessions {
  /* Result row */
}
.view-sessions.view-display-id-page_sessions .views-row {
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1024px) {
  .view-sessions.view-display-id-page_sessions .views-row {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .view-sessions.view-display-id-page_sessions .views-row {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (min-width: 1536px) {
  .view-sessions.view-display-id-page_sessions .views-row {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}
@media (min-width: 1280px) {
  .view-sessions.view-display-id-page_sessions .views-row {
    flex-wrap: nowrap;
  }
  .view-sessions.view-display-id-page_sessions .views-row &gt; :nth-child(1) {
    flex: 0 0 145px;
  }
  .view-sessions.view-display-id-page_sessions .views-row &gt; :nth-child(2) {
    flex: 0 0 265px;
  }
}
.view-sessions.view-display-id-page_sessions .views-row:not(:last-child) {
  padding-bottom: 1.5rem;
}
.view-sessions.view-display-id-page_sessions .views-row:not(:first-child):not(:last-child) {
  border-bottom-color: #E0DDDA;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.view-sessions.view-display-id-page_sessions .views-row .views-row__date {
  display: block;
  color: #393939;
  font-weight: 700;
  text-align: right;
  padding-right: 1rem;
  margin: 0.75rem 1rem 0.75rem 0;
  border-right: 0.125rem solid #393939;
}
.view-sessions.view-display-id-page_sessions .views-row .views-row__title {
  display: block;
  color: #1D70B8;
  font-weight: bold;
  margin: 0.75rem 0;
}
.view-sessions.view-display-id-page_sessions .views-row .views-row__items {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.view-sessions.view-display-id-page_sessions .views-row .views-row__items &gt; * {
  padding: 1rem 0.75rem 1rem 0.75rem;
  background-color: #F8F8F8;
  font-weight: 700;
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 6px;
}
@media (min-width: 640px) {
  .view-sessions.view-display-id-page_sessions .views-row .views-row__items &gt; * {
    flex: 3;
  }
}
.view-sessions.view-display-id-page_sessions .views-row .views-row__items span {
  color: black;
}
@media (min-width: 1280px) {
  .view-sessions.view-display-id-page_sessions .views-row .views-row__items {
    flex-wrap: nowrap;
  }
}
@media (min-width: 640px) {
  .view-sessions.view-display-id-page_sessions .views-row .views-row__closure,
.view-sessions.view-display-id-page_sessions .views-row .views-row__video {
    flex: 0 0 200px;
  }
}
.view-sessions.view-display-id-page_sessions .views-row .views-row__notice {
  color: #6F777B;
  margin-top: 1.5rem;
}
.view-orders .views-row--header {
  display: grid;
  grid-template-columns: 1fr 2fr 3fr;
  gap: 0.5rem;
}
.path-orders .region--content .messages--error,
.path-orders .region--highlighted .messages--error {
  display: none;
}
.view-contracts .views-row--header {
  display: grid;
  grid-template-columns: 1fr 2fr 3fr;
  gap: 0.5rem;
}
.path-contracts .region--content .messages--error,
.path-contracts .region--highlighted .messages--error,
.path-zmluvy .region--content .messages--error,
.path-zmluvy .region--highlighted .messages--error {
  display: none;
}
.view-licensing-decisions .views-row--header {
  display: grid;
  grid-template-columns: 3fr 6fr 3fr 3fr 4fr;
  gap: 0.5rem;
}
.path-rozhodnutia-o-opravneniach .region--content .messages--error,
.path-rozhodnutia-o-opravneniach .region--highlighted .messages--error {
  display: none;
}
.view-sanction-decisions .views-row--header {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 2fr 1fr;
  gap: 0.5rem;
}
.view-sanction-decisions .field--type-entity-reference {
  margin-right: 0;
}
.view-sanction-decisions .node__content {
  justify-content: flex-start;
}
.view-sanction-decisions .node__content .field--name-field-reference-taxonomy-term-4 {
  display: flex;
  align-items: flex-start;
}
.view-sanction-decisions .node__content .field__item h2 {
  margin: 0;
  line-height: 1;
}
.view-sanction-decisions .field--name-title {
  padding: 0;
  flex: initial;
}
.view-sanction-decisions .field-group--name-detail {
  margin: 0;
}
.path-obsahove-rozhodnutia .region--content .messages--error,
.path-obsahove-rozhodnutia .region--highlighted .messages--error {
  display: none;
}
.contact-page {
  display: flex;
  flex-wrap: wrap;
  max-width: 1024px;
}
@media (min-width: 640px) {
  .contact-page {
    margin: 0 6rem;
  }
}
.contact-page &gt; .field__item:last-child {
  width: 100%;
}
.contact-page &gt; .field__item:nth-child(3) {
  margin-bottom: 4rem;
}
.contact-us--flex {
  display: flex;
  flex-wrap: wrap;
}
.contact-us--flex .contact-us-item {
  width: 100%;
}
@media (min-width: 768px) {
  .contact-us--flex .contact-us-item {
    width: 50%;
  }
}
h2 {
  margin-bottom: 0.8em;
  margin-top: 1.2em;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
}
h2.main {
  color: #1D70B8;
}
.address-block {
  margin: 0 0 3rem;
}
.address-block h5 {
  margin-bottom: 0.8em;
  margin-top: 1.2em;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}
.address-block p {
  color: #393939;
}
.address-block a {
  font-style: normal;
}
.address-block address {
  font-size: 1rem;
  color: #0B0C0C;
  font-weight: 400;
  font-style: normal;
}
.address-block address h5 {
  margin-bottom: 0.8em;
  margin-top: 1.2em;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
  color: #0B0C0C;
  text-transform: uppercase;
}
.address-block .btn-link {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.address-block .btn-link svg {
  width: 1rem;
  height: 1rem;
}
.address-block dl {
  font-size: 1rem;
  font-weight: 400;
  color: #393939;
}
.address-block dt {
  margin-bottom: 0.1rem;
}
.address-block dd {
  margin: 0 0 0.3rem 0;
}
.address-block .opening-hours th, .address-block .opening-hours td {
  padding: 0.5rem 1rem 0.5rem 0;
  font-weight: 400;
}
.address-block .opening-hours th {
  color: #6F777B;
  text-align: left;
  padding: 0.5rem 0.2rem 0.5rem 0;
}
@media (min-width: 768px) {
  .address-block .opening-hours th {
    padding: 0.5rem 1rem 0.5rem 0;
  }
}
.address-block .now-open span {
  color: black;
}
.webform-submission-contact-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #003078;
}
@media (min-width: 1024px) {
  .webform-submission-contact-form {
    flex-direction: row;
  }
}
.webform-submission-contact-form div.title_and_subtitle {
  background-color: transparent;
  margin: 3rem auto 3rem;
  padding-top: 0;
}
@media (min-width: 1024px) {
  .webform-submission-contact-form div.title_and_subtitle {
    margin: 11.25rem 5rem 0 0;
  }
}
.webform-submission-contact-form div.title_and_subtitle .form-item-title {
  font-size: 2.25rem;
  color: #FFFFFF;
  font-weight: bold;
  margin: 0 0 2.125rem;
  max-width: 27.5rem;
  line-height: 1;
}
@media (min-width: 640px) {
  .webform-submission-contact-form div.title_and_subtitle .form-item-title {
    font-size: 3rem;
  }
}
.webform-submission-contact-form div.title_and_subtitle .js-form-item-subtitle {
  font-size: 0.875rem;
  color: #FFFFFF;
  max-width: 27.5rem;
}
.webform-submission-contact-form .formular {
  max-width: 35rem;
  margin: 0 auto 3rem;
  padding: 3.75rem 5rem;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .webform-submission-contact-form .formular {
    margin: -1.875rem 1rem 5rem 0;
  }
}
.region--width-container.page--contact {
  max-width: 100%;
  padding: 0;
}
.region--width-container.page--contact .container {
  max-width: 100%;
}
.region--width-container.page--contact .webform-submission-contact-form {
  margin-bottom: 3rem;
}
.region--width-container.page--contact .block-system-breadcrumb-block, .region--width-container.page--contact .block-page-title-block {
  margin-right: auto;
  margin-left: auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .region--width-container.page--contact .block-system-breadcrumb-block, .region--width-container.page--contact .block-page-title-block {
    max-width: 768px;
  }
}
@media (min-width: 768px) {
  .region--width-container.page--contact .block-system-breadcrumb-block, .region--width-container.page--contact .block-page-title-block {
    max-width: 1024px;
  }
}
@media (min-width: 1024px) {
  .region--width-container.page--contact .block-system-breadcrumb-block, .region--width-container.page--contact .block-page-title-block {
    max-width: 1280px;
  }
}
@media (min-width: 1280px) {
  .region--width-container.page--contact .block-system-breadcrumb-block, .region--width-container.page--contact .block-page-title-block {
    max-width: 1536px;
  }
}
@media (min-width: 1536px) {
  .region--width-container.page--contact .block-system-breadcrumb-block, .region--width-container.page--contact .block-page-title-block {
    max-width: 1536px;
  }
}
.region--width-container.page--contact .contact-page {
  margin: 0;
  max-width: 100%;
}
.region--width-container.page--contact .contact-page &gt; .field__item {
  width: 100%;
}
.region--width-container.page--contact .contact-page &gt; .field__item:first-child, .region--width-container.page--contact .contact-page &gt; .field__item:last-child {
  margin-right: auto;
  margin-left: auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .region--width-container.page--contact .contact-page &gt; .field__item:first-child, .region--width-container.page--contact .contact-page &gt; .field__item:last-child {
    max-width: 768px;
  }
}
@media (min-width: 768px) {
  .region--width-container.page--contact .contact-page &gt; .field__item:first-child, .region--width-container.page--contact .contact-page &gt; .field__item:last-child {
    max-width: 1024px;
  }
}
@media (min-width: 1024px) {
  .region--width-container.page--contact .contact-page &gt; .field__item:first-child, .region--width-container.page--contact .contact-page &gt; .field__item:last-child {
    max-width: 1280px;
  }
}
@media (min-width: 1280px) {
  .region--width-container.page--contact .contact-page &gt; .field__item:first-child, .region--width-container.page--contact .contact-page &gt; .field__item:last-child {
    max-width: 1536px;
  }
}
@media (min-width: 1536px) {
  .region--width-container.page--contact .contact-page &gt; .field__item:first-child, .region--width-container.page--contact .contact-page &gt; .field__item:last-child {
    max-width: 1536px;
  }
}
.region--width-container.page--contact .contact-page &gt; .field__item:first-child .paragraph, .region--width-container.page--contact .contact-page &gt; .field__item:last-child .paragraph {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1024px) {
  .region--width-container.page--contact .contact-page &gt; .field__item:first-child .paragraph, .region--width-container.page--contact .contact-page &gt; .field__item:last-child .paragraph {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .region--width-container.page--contact .contact-page &gt; .field__item:first-child .paragraph, .region--width-container.page--contact .contact-page &gt; .field__item:last-child .paragraph {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (min-width: 1536px) {
  .region--width-container.page--contact .contact-page &gt; .field__item:first-child .paragraph, .region--width-container.page--contact .contact-page &gt; .field__item:last-child .paragraph {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}
.region--width-container.page--contact .contact-us--part {
  width: 100%;
}
@media (min-width: 1024px) {
  .region--width-container.page--contact .contact-us--part {
    width: 50%;
  }
}
.view-invoices .views-row,
.view-orders .views-row,
.view-contracts .views-row,
.view-sanction-decisions .views-row,
.view-licensing-decisions .views-row {
  margin-top: 0;
  margin-bottom: 0;
}
.view-invoices .views-row-detail,
.view-orders .views-row-detail,
.view-contracts .views-row-detail,
.view-sanction-decisions .views-row-detail,
.view-licensing-decisions .views-row-detail {
  display: grid;
  grid-template-columns: 1fr 5fr;
  gap: 0.5rem;
  padding-bottom: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.view-invoices .views-row-detail.open,
.view-orders .views-row-detail.open,
.view-contracts .views-row-detail.open,
.view-sanction-decisions .views-row-detail.open,
.view-licensing-decisions .views-row-detail.open {
  height: auto;
  opacity: 1;
  visibility: visible;
  padding-bottom: 2.062rem;
}
.view-invoices .orders-views-row-detail.open,
.view-orders .orders-views-row-detail.open,
.view-contracts .orders-views-row-detail.open,
.view-sanction-decisions .orders-views-row-detail.open,
.view-licensing-decisions .orders-views-row-detail.open {
  grid-template-columns: 6fr !important;
}
@media (min-width: 768px) {
  .view-invoices .orders-views-row-detail.open,
.view-orders .orders-views-row-detail.open,
.view-contracts .orders-views-row-detail.open,
.view-sanction-decisions .orders-views-row-detail.open,
.view-licensing-decisions .orders-views-row-detail.open {
    grid-template-columns: 1fr 5fr !important;
  }
}
.view-invoices .invoices-views-row-detail.open,
.view-orders .invoices-views-row-detail.open,
.view-contracts .invoices-views-row-detail.open,
.view-sanction-decisions .invoices-views-row-detail.open,
.view-licensing-decisions .invoices-views-row-detail.open {
  grid-template-columns: 8fr !important;
}
@media (min-width: 768px) {
  .view-invoices .invoices-views-row-detail.open,
.view-orders .invoices-views-row-detail.open,
.view-contracts .invoices-views-row-detail.open,
.view-sanction-decisions .invoices-views-row-detail.open,
.view-licensing-decisions .invoices-views-row-detail.open {
    grid-template-columns: 1fr 7fr !important;
  }
}
.view-invoices .invoices-views-row-detail .node--view-mode-teaser .field--label-inline,
.view-orders .invoices-views-row-detail .node--view-mode-teaser .field--label-inline,
.view-contracts .invoices-views-row-detail .node--view-mode-teaser .field--label-inline,
.view-sanction-decisions .invoices-views-row-detail .node--view-mode-teaser .field--label-inline,
.view-licensing-decisions .invoices-views-row-detail .node--view-mode-teaser .field--label-inline {
  grid-template-columns: 2fr 5fr;
}
.view-invoices .field-group--name-detail,
.view-orders .field-group--name-detail,
.view-contracts .field-group--name-detail,
.view-sanction-decisions .field-group--name-detail,
.view-licensing-decisions .field-group--name-detail {
  display: flex;
  flex-direction: column;
  margin: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.node--type-invoice,
.node--type-order,
.node--type-contract.node--view-mode-teaser,
.node--type-sanction-decision,
.node--type-licensing-decision {
  padding: 2.062rem 0;
  position: relative;
}
.node--type-invoice:not(:first-child),
.node--type-order:not(:first-child),
.node--type-contract.node--view-mode-teaser:not(:first-child),
.node--type-sanction-decision:not(:first-child),
.node--type-licensing-decision:not(:first-child) {
  border-top: 1px solid black;
}
.node--type-invoice .detail-toggle.active,
.node--type-order .detail-toggle.active,
.node--type-contract.node--view-mode-teaser .detail-toggle.active,
.node--type-sanction-decision .detail-toggle.active,
.node--type-licensing-decision .detail-toggle.active {
  transform: rotate(45deg);
  color: #A12620;
}
.node--type-invoice.open .detail-toggle,
.node--type-order.open .detail-toggle,
.node--type-contract.node--view-mode-teaser.open .detail-toggle,
.node--type-sanction-decision.open .detail-toggle,
.node--type-licensing-decision.open .detail-toggle {
  transform: rotate(45deg);
  color: #A12620;
}
.node--type-invoice.open .field-group--name-detail,
.node--type-order.open .field-group--name-detail,
.node--type-contract.node--view-mode-teaser.open .field-group--name-detail,
.node--type-sanction-decision.open .field-group--name-detail,
.node--type-licensing-decision.open .field-group--name-detail {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.node--type-invoice.open .field-group--name-row,
.node--type-order.open .field-group--name-row,
.node--type-contract.node--view-mode-teaser.open .field-group--name-row,
.node--type-sanction-decision.open .field-group--name-row,
.node--type-licensing-decision.open .field-group--name-row {
  margin-bottom: 2.187rem;
}
.node--type-invoice .detail-toggle,
.node--type-order .detail-toggle,
.node--type-contract.node--view-mode-teaser .detail-toggle,
.node--type-sanction-decision .detail-toggle,
.node--type-licensing-decision .detail-toggle {
  font-size: 1.5rem;
  color: black;
  transition: all 0.3s;
  cursor: pointer;
  line-height: 1;
  margin-left: 0.5rem;
  text-decoration: none;
}
.node--type-invoice .node__content,
.node--type-order .node__content,
.node--type-contract.node--view-mode-teaser .node__content,
.node--type-sanction-decision .node__content,
.node--type-licensing-decision .node__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.node--type-invoice .field-group--name-supplier p,
.node--type-order .field-group--name-supplier p,
.node--type-contract.node--view-mode-teaser .field-group--name-supplier p,
.node--type-sanction-decision .field-group--name-supplier p,
.node--type-licensing-decision .field-group--name-supplier p {
  margin: 0;
}
.view-invoices .views-row--header {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 4fr;
  gap: 0.5rem;
}
.view-invoices .field-group--name-detail {
  margin: 0;
}
.path-faktury .region--content .messages--error,
.path-faktury .region--highlighted .messages--error {
  display: none;
}
.sitemap .sitemap-item ul {
  margin: 0;
}
/* Hide english menu items on slovak page */
html[lang=sk] .sitemap-item--menu-main-navigation-en {
  display: none;
}
/* Hide slovak menu items on english page */
html[lang=en] .sitemap-item--menu-main,
html[lang=en] .sitemap-item--menu-footer-menu-3 {
  display: none;
}
main .view-display-id-page_full_text_search a {
  font-size: 1.125rem;
}
main .view-display-id-page_full_text_search h2 {
  margin: 0.25rem 0;
}
main .view-display-id-page_full_text_search .create-date {
  font-size: 1rem;
  color: black;
}
main #views-exposed-form-full-text-search-page-full-text-search .form--inline {
  display: flex;
}
main #views-exposed-form-full-text-search-page-full-text-search .form-submit {
  padding-right: 2.625rem;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 1.025rem) center;
  background-size: 16px;
  font-weight: bold;
}
header .block-system-branding-block {
  max-width: 78%;
  align-self: end;
  order: 3;
}
@media (min-width: 1280px) {
  header .block-system-branding-block {
    align-self: auto;
    order: unset;
  }
}
.tbm-nav {
  background-color: #003078;
  font-family: Metropolis;
}
.tbm-nav .tbm-column {
  margin-right: 1.875rem;
  flex: 1;
}
.tbm-nav .tbm-column:last-child {
  margin-right: 0;
}
.tbm-nav .tbm-item .tbm-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
}
.tbm-nav .tbm-item .tbm-icon path {
  fill: #FFFFFF;
}
.tbm-nav .tbm-item.level-1 {
  background-color: #003078;
  border-color: #FFFFFF;
  flex-grow: 1;
}
@media (max-width: 1024px) {
  .tbm-nav .tbm-item.level-1 {
    border: none;
  }
}
@media (min-width: 1024px) {
  .tbm-nav .tbm-item.level-1:hover, .tbm-nav .tbm-item.level-1:focus-within {
    background-color: #1D70B8;
  }
}
.tbm-nav .tbm-item.level-1[aria-expanded=true] {
  background-color: #1D70B8;
}
.tbm-nav .tbm-item.level-1 .tbm-link.level-1 {
  color: #FFFFFF;
  font-weight: 500;
  padding: 0;
}
.tbm-nav .tbm-item.level-1 .tbm-link.level-1:hover, .tbm-nav .tbm-item.level-1 .tbm-link.level-1:focus {
  background: none;
  outline: none;
}
.tbm-nav .tbm-item.level-1 &gt; .tbm-link-container {
  align-items: center;
  display: flex;
  align-content: center;
  height: 3rem;
  padding-left: 2rem;
  justify-content: space-between;
}
@media (min-width: 1280px) {
  .tbm-nav .tbm-item.level-1 &gt; .tbm-link-container {
    justify-content: center;
    padding-left: 0;
  }
}
.tbm-nav .tbm-item.level-2 .tbm-link.level-2 {
  border: none;
  color: #003078;
  text-transform: none;
  font-size: 1rem;
  font-weight: 700;
}
.tbm-nav .tbm-item.level-2 .tbm-link-container {
  margin: 0 0 1.5rem;
  padding-left: 2rem;
}
.tbm-nav .tbm-item.level-3 .tbm-link.level-3 {
  color: black;
  font-weight: 500;
  padding: 0;
  margin: 0;
  transition: all 0.3s;
  font-size: 14px;
  /*
  &amp;:after {
    @media (min-width: $container-xl-max-width) {
      content: '';
      display: none;
      visibility: hidden;
      background-image: url(../images/arrow-red-right.svg);
      background-repeat: no-repeat;
      opacity: 0;
      width: .975rem;
      height: .975rem;
      color: $color--red-400;
      font-size: 1.1rem;
      vertical-align: text-top;
    }
  }
   */
}
@media (min-width: 1024px) {
  .tbm-nav .tbm-item.level-3 .tbm-link.level-3 {
    margin-bottom: 0.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .tbm-nav .tbm-item.level-3 .tbm-link.level-3:hover, .tbm-nav .tbm-item.level-3 .tbm-link.level-3:focus {
    color: #8F0000;
    text-decoration: none;
    /*
    &amp;:after {
      opacity: 1;
      visibility: visible;
      display: inline-block;
    }
     */
  }
}
.tbm-nav .tbm-item.level-3 .tbm-link-container {
  margin: 0;
  padding-left: 2rem;
}
.tbm-nav .tbm-group-container {
  border: none;
}
.tbm-nav .tbm-submenu {
  padding: 2.5rem;
}
.tbm.tbm--mobile .tbm-nav .tbm-item {
  border: none;
}
.tbm.tbm--mobile .tbm-nav .tbm-item.level-1 {
  background-color: #FFFFFF;
  font-weight: bold;
}
.tbm.tbm--mobile .tbm-nav .tbm-item.level-1 .tbm-link.level-1 {
  font-weight: bold;
  color: #003078;
}
.tbm.tbm--mobile .tbm-nav .tbm-item.level-1 .tbm-link.level-1:focus {
  background-color: transparent;
}
.tbm.tbm--mobile .tbm-submenu-toggle {
  border-left: none;
  background-color: transparent;
  padding: 0;
}
.tbm.tbm--mobile .tbm-submenu-toggle:before {
  border-top-color: #003078;
}
.tbm.tbm--mobile .tbm-button {
  background: none;
  border: none;
  margin-bottom: 0;
}
.tbm.tbm--mobile .tbm-button .tbm-button-container {
  width: 30px;
  height: 1rem;
  margin: 0;
}
.tbm.tbm--mobile .tbm-button .tbm-button-container span {
  height: 0.187rem;
  background-color: #FFFFFF;
}
.tbm.tbm--mobile .tbm-button .tbm-button-container span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.tbm.tbm--mobile .tbm-button .tbm-button-container span:nth-child(3) {
  top: auto;
  bottom: 0;
}
.tbm.tbm--mobile .tbm-collapse {
  padding-top: 0;
  top: 2.4rem;
  right: -1rem;
  width: auto;
  min-width: 100vw;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}
.tbm.tbm--mobile .tbm-collapse .tbm-nav .tbm-item .tbm-icon {
  display: none;
}
.tbm.tbm--mobile.tbm--mobile-show .tbm-button-container span:nth-child(2) {
  transform: rotate(45deg) translate3d(-0.1rem, -0.1rem, 0);
}
.tbm.tbm--mobile.tbm--mobile-show .tbm-button-container span:nth-child(3) {
  transform: rotate(-45deg) translate3d(0.3rem, -0.3rem, 0rem);
}
.tbm.tbm--mobile .tbm-nav .tbm-item.level-2 .tbm-link-container {
  margin: 0;
}
.tbm.tbm--mobile .tbm-submenu .tbm-link {
  padding: 1rem;
}
.tbm-nav, [dir=ltr] .tbm-nav {
  width: 100%;
  justify-content: space-between;
}
.tbm-item.level-1:last-child {
  border: none;
}
.tbm-link-container &gt; .tbm-link {
  flex-grow: unset;
}
.tbm-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.tbm-row .span2 {
  width: 100%;
}
.tbm-subnav.level-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1280px) {
  .tbm-subnav.level-1 {
    flex-direction: row;
  }
}
.tbm-link-container {
  height: auto;
}
.tbm-link-container__icon {
  margin-right: 0.25rem;
  width: 1rem;
  height: 1rem;
  color: white;
  display: none;
}
@media (min-width: 1280px) {
  .tbm-link-container__icon {
    display: block;
  }
}
.tbm-justify &gt; .tbm-submenu {
  top: 52px;
}
</pre></body></html>