@charset "UTF-8";
/* MAIN */
/* HEADER */
/* CONTENT */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none; }

html {
  scroll-behavior: smooth; }

body {
  font-size: 16px;
  font-family: 'Roboto', sans-serif; }

ul, li, li.menu-item--expanded, li.menu-item--collapsed {
  list-style: none; }

img {
  display: block;
  height: auto;
  pointer-events: none; }

a {
  text-decoration: none;
  color: #000000; }

div.contextual {
  display: none; }

/* DRUPAL PAGE */
div.dialog-off-canvas-main-canvas {
  width: 100%;
  max-width: 1908px;
  min-width: 360px;
  position: relative;
  margin: 0 auto;
  /* HEADER */
  /* CONTENT */
  /* FOOTER */ }
  div.dialog-off-canvas-main-canvas header.header {
    height: 160px; }
    div.dialog-off-canvas-main-canvas header.header section.top-header {
      position: absolute;
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 30px clamp(50px, 11vw, 200px);
      z-index: 10; }
      div.dialog-off-canvas-main-canvas header.header section.top-header div.mobile-section {
        display: none; }
  div.dialog-off-canvas-main-canvas main.content section.not-home-page {
    display: flex;
    margin: clamp(30px, 8vw, 80px) clamp(40px, 11vw, 200px); }
  div.dialog-off-canvas-main-canvas footer.footer {
    padding: 50px 0; }
    div.dialog-off-canvas-main-canvas footer.footer section.region-footer-bottom {
      padding-top: 40px;
      position: relative; }
      div.dialog-off-canvas-main-canvas footer.footer section.region-footer-bottom::before, div.dialog-off-canvas-main-canvas footer.footer section.region-footer-bottom::after {
        content: "";
        position: absolute;
        width: 50%;
        height: 2px;
        top: 0; }
      div.dialog-off-canvas-main-canvas footer.footer section.region-footer-bottom::before {
        left: 0;
        background: #DB2926; }
      div.dialog-off-canvas-main-canvas footer.footer section.region-footer-bottom::after {
        right: 0;
        background: #00A03F; }
  @media only screen and (max-width: 1500px) {
    div.dialog-off-canvas-main-canvas header.header section.top-header {
      padding: 30px clamp(50px, 7vw, 100px); } }
  @media only screen and (max-width: 1200px) {
    div.dialog-off-canvas-main-canvas header.header section.top-header div.mobile-section {
      display: block; } }

/* REGIONS */
/* REGION HEADER TOP RIGHT */
section.region-header-top-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 30px; }
  @media only screen and (max-width: 1200px) {
    section.region-header-top-right {
      display: none; } }

/* REGION HEADER BOTTOM RIGHT */
@media only screen and (max-width: 1200px) {
  section.region-header-bottom-right {
    display: none; } }

/* REGION HEADER BANNER */
section.region-header-banner {
  margin-bottom: -50px; }

/* REGION HEADER MOBILE */
section.region-header-mobile {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 120px;
  background: rgba(250, 250, 250, 0.95);
  padding: 50px clamp(50px, 7vw, 100px);
  -webkit-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.4);
  z-index: 2; }

/* REGION LEFT SIDEBAR */
section.region-left-sidebar {
  margin-right: 50px;
  flex-basis: 0;
  flex-grow: 1; }
  @media only screen and (max-width: 1200px) {
    section.region-left-sidebar {
      display: none; } }

/* REGION CONTENT */
section.region-content {
  flex-basis: 0;
  flex-grow: 2.5; }

/* REGION FOOTER */
section.region-footer-top, section.region-footer-bottom {
  padding: 0 30px; }

/* BLOCKS */
/* BLOCK BANNER IMAGE */
div.block--banner {
  position: relative; }
  div.block--banner img {
    width: 100%;
    min-height: 450px;
    object-fit: cover; }
  @media only screen and (max-width: 1000px) {
    div.block--banner img {
      min-height: 350px; } }
  @media only screen and (max-width: 600px) {
    div.block--banner img {
      min-height: 250px; } }
  div.block--banner:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(64, 6, 6, 0.17); }

/* BLOCK SITE HEADER LOGO */
div.block-system-branding-block {
  max-width: 385px;
  display: flex;
  align-items: center;
  /* SITE NAME */ }
  div.block-system-branding-block a {
    display: block; }
    div.block-system-branding-block a img {
      width: clamp(40px, 6vw, 72px); }
  div.block-system-branding-block div.site-name {
    font-size: 1.4375rem;
    font-weight: bold;
    margin-left: 23px; }
    div.block-system-branding-block div.site-name a {
      text-decoration: none;
      color: #000000; }
  @media only screen and (max-width: 600px) {
    div.block-system-branding-block div.site-name {
      font-size: 1rem; } }

/* BLOCK WEATHER */
div#block-weather {
  width: 75%;
  margin: auto;
  position: relative;
  top: -50px;
  border-radius: 7px;
  overflow: hidden;
  filter: drop-shadow(2px 2px 5px gray); }
  @media only screen and (max-width: 1000px) {
    div#block-weather {
      display: none; } }

/* BLOCK SEARCHER */
div.search-block-form {
  position: relative;
  min-width: 20px;
  /* SEARCH ICON */ }
  div.search-block-form form {
    padding-right: 35px;
    /* TEXT INPUT */
    /* SUBMIT */ }
    div.search-block-form form div.form-type-search input {
      border: 1px solid #00A03F;
      width: 200px;
      padding: 2px 10px;
      border-radius: 3px;
      display: none; }
    div.search-block-form form div.form-actions {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 20px; }
      div.search-block-form form div.form-actions input {
        background: none;
        border: none;
        font-size: 0;
        height: 100%;
        width: 100%; }
  div.search-block-form svg.search-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer; }
    div.search-block-form svg.search-icon.stay-back {
      z-index: -1; }
  div.search-block-form.mobile-searcher {
    max-width: 400px;
    margin: 20px auto;
    width: 100%; }
    div.search-block-form.mobile-searcher form {
      padding-right: 0; }
      div.search-block-form.mobile-searcher form div.form-type-search input {
        display: inline-block;
        padding: 5px 10px;
        width: 102%;
        box-sizing: border-box; }

/* BLOCK CONTRAST VERSION */
div.block-contrast-version {
  display: flex;
  align-items: center;
  margin-right: 50px; }
  div.block-contrast-version button.contrast-version-switch {
    border: none;
    background: none;
    position: relative;
    padding-left: 30px;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase; }
    div.block-contrast-version button.contrast-version-switch:before {
      content: "";
      background-image: url("../images/kontrast.svg");
      display: block;
      width: 20px;
      height: 20px;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
    div.block-contrast-version button.contrast-version-switch.enabled {
      display: block; }
    div.block-contrast-version button.contrast-version-switch:hover {
      text-decoration: underline; }
  div.block-contrast-version.mobile-contrast-switcher {
    margin: 20px auto;
    width: fit-content;
    width: -moz-fit-content; }
  @media only screen and (max-width: 1500px) {
    div.block-contrast-version {
      margin-right: 20px; } }

/* BLOCK TEXT RESIZE */
div.block-text-resize {
  margin-right: 50px;
  /* DECREASE */
  /* INCREASE */ }
  div.block-text-resize button.text-resize-decrease::before {
    content: url("../images/minus.svg"); }
  div.block-text-resize button.text-resize-increase::before {
    content: url("../images/plus.svg"); }
  @media only screen and (max-width: 1500px) {
    div.block-text-resize {
      margin-right: 20px; } }

/* BLOCK FRONT NEWS */
div.block-views-blocknews-block-2 {
  margin: 80px clamp(50px, 11vw, 200px);
  position: relative; }
  div.block-views-blocknews-block-2 h2 {
    font-size: 2.3125rem;
    font-weight: bold;
    margin-bottom: 30px; }
    @media only screen and (max-width: 600px) {
      div.block-views-blocknews-block-2 h2 {
        font-size: 2rem; } }
    @media only screen and (max-width: 600px) {
      div.block-views-blocknews-block-2 h2 {
        font-size: 1.625rem; } }
  div.block-views-blocknews-block-2 div.view-display-id-block_2 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 75px;
    /* LEFT COLUMN */
    /* RIGHT COLUMN */
    /* MORE BUTTON */ }
    div.block-views-blocknews-block-2 div.view-display-id-block_2 > div.view-content {
      width: 49%; }
      div.block-views-blocknews-block-2 div.view-display-id-block_2 > div.view-content div.views-field-field-image {
        margin-bottom: 30px; }
        div.block-views-blocknews-block-2 div.view-display-id-block_2 > div.view-content div.views-field-field-image img {
          width: 100%;
          border-radius: 7px; }
      div.block-views-blocknews-block-2 div.view-display-id-block_2 > div.view-content div.views-field-title {
        margin-top: 8px;
        font-size: 1.5rem;
        font-weight: bold; }
        div.block-views-blocknews-block-2 div.view-display-id-block_2 > div.view-content div.views-field-title:hover {
          text-decoration: underline; }
    div.block-views-blocknews-block-2 div.view-display-id-block_2 div.attachment-after {
      width: 49%; }
      div.block-views-blocknews-block-2 div.view-display-id-block_2 div.attachment-after div.view-display-id-attachment_1 div.views-row {
        background: #f6f6f6;
        padding: 30px;
        border-radius: 7px;
        margin-bottom: 20px;
        position: relative; }
        div.block-views-blocknews-block-2 div.view-display-id-block_2 div.attachment-after div.view-display-id-attachment_1 div.views-row div.views-field-title {
          margin-top: 10px;
          font-size: 1.25rem;
          font-weight: bold; }
        div.block-views-blocknews-block-2 div.view-display-id-block_2 div.attachment-after div.view-display-id-attachment_1 div.views-row div.views-field-view-node {
          position: absolute;
          inset: 0;
          font-size: 0; }
          div.block-views-blocknews-block-2 div.view-display-id-block_2 div.attachment-after div.view-display-id-attachment_1 div.views-row div.views-field-view-node span.field-content, div.block-views-blocknews-block-2 div.view-display-id-block_2 div.attachment-after div.view-display-id-attachment_1 div.views-row div.views-field-view-node span.field-content a {
            display: block;
            width: 100%;
            height: 100%; }
        div.block-views-blocknews-block-2 div.view-display-id-block_2 div.attachment-after div.view-display-id-attachment_1 div.views-row:hover {
          -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
          -moz-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3); }
    div.block-views-blocknews-block-2 div.view-display-id-block_2 div.more-link {
      position: absolute;
      bottom: 0;
      right: 0; }
  @media only screen and (max-width: 600px) {
    div.block-views-blocknews-block-2 div.view-display-id-block_2 {
      flex-direction: column;
      align-items: center;
      /* LEFT COLUMN */
      /* RIGHT COLUMN */
      /* MORE BUTTON */ }
      div.block-views-blocknews-block-2 div.view-display-id-block_2 > div.view-content {
        width: unset;
        margin-bottom: 50px; }
      div.block-views-blocknews-block-2 div.view-display-id-block_2 div.attachment-after {
        width: unset; }
      div.block-views-blocknews-block-2 div.view-display-id-block_2 div.more-link {
        right: 50%;
        transform: translateX(50%); } }
  @media only screen and (max-width: 600px) {
    div.block-views-blocknews-block-2 div.view-display-id-block_2 > div.view-content div.views-field-title {
      font-size: 1.25rem; }
    div.block-views-blocknews-block-2 div.view-display-id-block_2 div.attachment-after div.view-display-id-attachment_1 div.views-row div.views-field-title {
      font-size: 1.0625rem; } }

/* BLOCK FOOTER INFO */
div.block--footer_info {
  display: flex;
  justify-content: center;
  text-align: center; }
  div.block--footer_info div.content {
    display: flex;
    flex-direction: column;
    align-items: center; }
    div.block--footer_info div.content div.field--name-field-site-logo {
      display: flex;
      justify-content: center;
      margin-bottom: clamp(25px, 6vw, 48px); }
    div.block--footer_info div.content div.field--name-field-site-name {
      font-size: 1.125rem;
      margin-bottom: 20px;
      max-width: 220px; }
    div.block--footer_info div.content div.field--name-field-basic-info {
      font-size: 0.875rem;
      margin-bottom: clamp(30px, 7vw, 80px); }
    div.block--footer_info div.content a {
      color: #00A03F; }
      div.block--footer_info div.content a:hover {
        text-decoration: underline; }
    div.block--footer_info div.content p {
      margin-bottom: .5em; }

/* BLOCK FOOTER LOGOTYPES */
div.block--footer_sponsors_logotypes {
  display: flex;
  justify-content: center;
  position: relative; }
  div.block--footer_sponsors_logotypes div.field--name-field-link {
    position: absolute;
    inset: 0;
    font-size: 0; }
    div.block--footer_sponsors_logotypes div.field--name-field-link div.field__item, div.block--footer_sponsors_logotypes div.field--name-field-link div.field__item a {
      display: block;
      width: 100%;
      height: 100%; }
  div.block--footer_sponsors_logotypes img {
    width: 100%; }

/* BLOCK LOCAL TASKS */
div.block-local-tasks-block {
  margin: 20px clamp(80px, 22vw, 400px); }

/* BLOCK BREADCRUMBS */
div.block-system-breadcrumb-block {
  padding: 14px clamp(80px, 22vw, 400px);
  background: #f6f6f6;
  font-size: 0.75rem;
  margin-bottom: 70px; }
  div.block-system-breadcrumb-block nav.breadcrumb {
    padding: 0; }
    div.block-system-breadcrumb-block nav.breadcrumb li a {
      color: #00A03F; }
    div.block-system-breadcrumb-block nav.breadcrumb li:nth-child(n+2)::before {
      content: ">";
      color: #DB2926;
      font-weight: bold;
      margin: 0 14px; }

div.block-views-blockinfobar-block-1 {
  margin-bottom: 50px; }
  div.block-views-blockinfobar-block-1 div.view-infobar {
    max-width: 1700px;
    margin: 0 auto !important;
    box-shadow: none !important;
    background: #e5ece8; }
    div.block-views-blockinfobar-block-1 div.view-infobar div.view-content {
      margin: 0 !important; }
      div.block-views-blockinfobar-block-1 div.view-infobar div.view-content > div.view-rows {
        margin-left: 45px;
        margin-right: 85px; }
        div.block-views-blockinfobar-block-1 div.view-infobar div.view-content > div.view-rows div.js-marquee div.views-row {
          padding: 22px 26px; }
          div.block-views-blockinfobar-block-1 div.view-infobar div.view-content > div.view-rows div.js-marquee div.views-row div.views-field-body {
            display: flex !important; }
            div.block-views-blockinfobar-block-1 div.view-infobar div.view-content > div.view-rows div.js-marquee div.views-row div.views-field-body::before {
              content: "";
              background-color: #011D42;
              display: inline-block;
              width: 14px;
              height: 14px;
              margin-top: 6px;
              margin-right: 26px;
              border-radius: 100rem; }
            div.block-views-blockinfobar-block-1 div.view-infobar div.view-content > div.view-rows div.js-marquee div.views-row div.views-field-body p {
              font-size: 1.25rem;
              font-weight: 900; }
      div.block-views-blockinfobar-block-1 div.view-infobar div.view-content button.pause-resume-infobar {
        top: 20% !important;
        transform: none !important;
        right: 40px !important; }
        div.block-views-blockinfobar-block-1 div.view-infobar div.view-content button.pause-resume-infobar::before {
          font-size: 25px !important; }
      div.block-views-blockinfobar-block-1 div.view-infobar div.view-content button.close-infobar {
        top: 30% !important; }
        div.block-views-blockinfobar-block-1 div.view-infobar div.view-content button.close-infobar::before {
          font-size: 22px !important; }

/* PARAGRAPHS */
/* PARAGRAPH TILES */
div.paragraph--type--tiles {
  margin: clamp(40px, 11vw, 80px) 0;
  padding: 80px clamp(40px, 11vw, 200px);
  background: #e5ece8; }
  div.paragraph--type--tiles ul.field--name-field-tiles {
    margin: 0 0 -30px -30px; }
    div.paragraph--type--tiles ul.field--name-field-tiles li.field__item {
      flex-grow: 1;
      flex-basis: 300px;
      margin: 0 0 30px 30px; }
      div.paragraph--type--tiles ul.field--name-field-tiles li.field__item div.paragraph--type--tile {
        background: #ffffff;
        border: none;
        height: 250px;
        font-size: 20px;
        font-weight: bold;
        padding: 20px clamp(20px, 6vw, 100px); }
        div.paragraph--type--tiles ul.field--name-field-tiles li.field__item div.paragraph--type--tile:hover {
          -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
          -moz-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3); }
        div.paragraph--type--tiles ul.field--name-field-tiles li.field__item div.paragraph--type--tile div.field--name-field-tile-icon svg [fill="none"] {
          stroke: #DB2926; }
        div.paragraph--type--tiles ul.field--name-field-tiles li.field__item div.paragraph--type--tile div.field--name-field-tile-icon svg :not([fill="none"]) {
          fill: #DB2926; }
        div.paragraph--type--tiles ul.field--name-field-tiles li.field__item div.paragraph--type--tile div.field--name-field-tile-link {
          margin-top: 20px; }

/* PARAGRAPH BODY GFX */
div.paragraph--type--body-gfx {
  margin: 40px 0;
  /* Global */
  /* MARGINS */
  /* OL margins */
  /* UL margins */
  /* Mixed margins */
  /* END MARGINS */
  /* UL markers */
  /* OL only with numbers */
  /* IMAGE */ }
  div.paragraph--type--body-gfx div.field--name-field-header {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 20px; }
  div.paragraph--type--body-gfx ul, div.paragraph--type--body-gfx ol {
    line-height: 2em; }
  div.paragraph--type--body-gfx ol {
    margin: 1em 0 1em 1.2em; }
    div.paragraph--type--body-gfx ol ol {
      margin: 0 0 0 1.2em; }
  div.paragraph--type--body-gfx ul {
    margin: 1em 0 1em 0; }
    div.paragraph--type--body-gfx ul ul {
      margin: 0 0 0 1.2em; }
  div.paragraph--type--body-gfx ol > li > ul {
    margin: 0; }
    div.paragraph--type--body-gfx ol > li > ul > li > ul {
      margin: 0 0 0 1.2em; }
  div.paragraph--type--body-gfx ul > li > ol {
    margin: 0 0 0 2.4em; }
  div.paragraph--type--body-gfx ul li::before {
    content: 'ÔŚĆ';
    margin-right: .5em;
    display: inline-block; }
  div.paragraph--type--body-gfx ul li ul li::before {
    content: 'ÔŚő';
    margin-right: .5em;
    display: inline-block; }
  div.paragraph--type--body-gfx ul li ul li ul li::before {
    content: 'Ôľ¬';
    margin-right: .5em;
    display: inline-block; }
  div.paragraph--type--body-gfx ol > li {
    list-style: unset; }
    div.paragraph--type--body-gfx ol > li::before {
      display: none; }
  div.paragraph--type--body-gfx div.content {
    /* BODY */ }
    div.paragraph--type--body-gfx div.content p {
      margin-bottom: 1em; }
    div.paragraph--type--body-gfx div.content div.field--name-field-image {
      width: 49%;
      margin-bottom: 10px; }
    div.paragraph--type--body-gfx div.content div.field--name-field-body {
      line-height: 1.7em; }
    div.paragraph--type--body-gfx div.content img {
      border-radius: 7px;
      width: 100%; }
    div.paragraph--type--body-gfx div.content a {
      color: #00A03F;
      transition: .2s; }
      div.paragraph--type--body-gfx div.content a:hover {
        text-decoration: underline; }
  div.paragraph--type--body-gfx.paragraph--view-mode--txt-gfx div.field--name-field-image {
    float: right;
    margin-left: 30px; }
  div.paragraph--type--body-gfx.paragraph--view-mode--gfx-txt div.field--name-field-image {
    float: left;
    margin-right: 30px; }
  @media only screen and (max-width: 850px) {
    div.paragraph--type--body-gfx div.content div.field--name-field-image {
      width: unset;
      margin-bottom: 30px; }
    div.paragraph--type--body-gfx.paragraph--view-mode--txt-gfx div.field--name-field-image {
      float: unset;
      margin-left: 0; }
    div.paragraph--type--body-gfx.paragraph--view-mode--gfx-txt div.field--name-field-image {
      float: unset;
      margin-right: 0; } }

/* PARAGRAPH BODY */
div.paragraph--type--body {
  margin-bottom: 40px;
  /* Global */
  /* MARGINS */
  /* OL margins */
  /* UL margins */
  /* Mixed margins */
  /* END MARGINS */
  /* UL markers */
  /* OL only with numbers */
  font-size: 1rem; }
  div.paragraph--type--body div.field--name-field-header {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 20px; }
  div.paragraph--type--body ul, div.paragraph--type--body ol {
    line-height: 2em; }
  div.paragraph--type--body ol {
    margin: 1em 0 1em 1.2em; }
    div.paragraph--type--body ol ol {
      margin: 0 0 0 1.2em; }
  div.paragraph--type--body ul {
    margin: 1em 0 1em 0; }
    div.paragraph--type--body ul ul {
      margin: 0 0 0 1.2em; }
  div.paragraph--type--body ol > li > ul {
    margin: 0; }
    div.paragraph--type--body ol > li > ul > li > ul {
      margin: 0 0 0 1.2em; }
  div.paragraph--type--body ul > li > ol {
    margin: 0 0 0 2.4em; }
  div.paragraph--type--body ul li::before {
    content: 'ÔŚĆ';
    margin-right: .5em;
    display: inline-block; }
  div.paragraph--type--body ul li ul li::before {
    content: 'ÔŚő';
    margin-right: .5em;
    display: inline-block; }
  div.paragraph--type--body ul li ul li ul li::before {
    content: 'Ôľ¬';
    margin-right: .5em;
    display: inline-block; }
  div.paragraph--type--body ol > li {
    list-style: unset; }
    div.paragraph--type--body ol > li::before {
      display: none; }
  div.paragraph--type--body p {
    margin-bottom: 1em; }
  div.paragraph--type--body div.field--name-field-body {
    line-height: 1.7em; }
  div.paragraph--type--body a {
    color: #00A03F; }
    div.paragraph--type--body a:hover {
      text-decoration: underline; }
  div.paragraph--type--body iframe {
    width: 100%;
    max-width: 1000px; }

/* PARAGRAPH CENTERED GRAPHIC */
div.paragraph--type--gfx-centered {
  display: flex;
  justify-content: center;
  margin: 40px 0; }
  div.paragraph--type--gfx-centered div.field--name-field-image {
    width: 57%; }
    div.paragraph--type--gfx-centered div.field--name-field-image img {
      width: 100%; }
  @media only screen and (max-width: 850px) {
    div.paragraph--type--gfx-centered div.field--name-field-image {
      width: 75%; } }
  @media only screen and (max-width: 600px) {
    div.paragraph--type--gfx-centered div.field--name-field-image {
      width: 100%; } }

/* PARAGRAPH ATTACHMENTS */
div.paragraph--type--attachments {
  margin: 40px 0; }
  div.paragraph--type--attachments div.field--name-field-attachments {
    /* HEADER */
    /* TABLE */ }
    div.paragraph--type--attachments div.field--name-field-attachments div.field__label {
      font-weight: bold;
      font-size: 1.5rem;
      margin-bottom: 20px; }
    div.paragraph--type--attachments div.field--name-field-attachments section.table div.tbody {
      font-size: 0.9375rem; }
      div.paragraph--type--attachments div.field--name-field-attachments section.table div.tbody > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 10px;
        position: relative; }
        div.paragraph--type--attachments div.field--name-field-attachments section.table div.tbody > div div.file-name {
          display: flex;
          align-items: center; }
          div.paragraph--type--attachments div.field--name-field-attachments section.table div.tbody > div div.file-name svg {
            width: 32px;
            flex-shrink: 0; }
          div.paragraph--type--attachments div.field--name-field-attachments section.table div.tbody > div div.file-name span.file {
            background: none;
            margin-right: 20px; }
            div.paragraph--type--attachments div.field--name-field-attachments section.table div.tbody > div div.file-name span.file a::after {
              content: '';
              position: absolute;
              inset: 0; }
            div.paragraph--type--attachments div.field--name-field-attachments section.table div.tbody > div div.file-name span.file a:hover::after {
              background: rgba(207, 216, 220, 0.15); }
        div.paragraph--type--attachments div.field--name-field-attachments section.table div.tbody > div div.file-size {
          display: flex;
          align-items: center;
          justify-content: end;
          width: 260px;
          flex-shrink: 0; }
          div.paragraph--type--attachments div.field--name-field-attachments section.table div.tbody > div div.file-size div.more-link {
            cursor: pointer;
            color: #ffffff;
            background-color: #00A03F;
            font-size: 1rem;
            font-weight: 500;
            padding: .75em 2em;
            display: inline-block;
            transition: .3s;
            white-space: nowrap;
            border-radius: 5px;
            margin-left: 50px; }
      div.paragraph--type--attachments div.field--name-field-attachments section.table div.tbody > div:nth-child(n+2) {
        border-top: 1px solid #CFD8DC; }
  @media only screen and (max-width: 850px) {
    div.paragraph--type--attachments div.field--name-field-attachments section.table div.tbody > div div.file-size {
      width: 140px; }
      div.paragraph--type--attachments div.field--name-field-attachments section.table div.tbody > div div.file-size span.size {
        display: none; } }
  @media only screen and (max-width: 850px) {
    div.paragraph--type--attachments div.field--name-field-attachments section.table div.tbody > div div.file-size {
      display: none; } }

/* EMBEDDED GALLERY */
div.paragraph--type--embedded-gallery {
  margin-bottom: 40px; }
  div.paragraph--type--embedded-gallery p {
    margin-bottom: 1em; }
  div.paragraph--type--embedded-gallery h2 {
    margin: 40px 0 20px 0;
    font-size: 1.5rem; }

/* PARAGRAPH MOVIE */
div.paragraph--type--movie {
  margin-bottom: 40px; }

/* MENUS */
/* MENU MAIN */
nav.menu--main {
  /* DESKTOP MENU */
  /* BIP */
  /* MOBILE MENU */ }
  nav.menu--main ul.menu {
    display: flex;
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: bold;
    margin: 0 0 20px 0; }
    nav.menu--main ul.menu li.menu-item {
      padding: 0;
      margin-left: 40px; }
      nav.menu--main ul.menu li.menu-item:first-child {
        margin-left: 0; }
      nav.menu--main ul.menu li.menu-item a:hover {
        text-decoration: underline; }
  nav.menu--main > ul.menu > li.menu-item:last-child a {
    font-size: 0;
    background-image: url("../images/bip.svg");
    height: 24px;
    display: block;
    width: 55px;
    background-repeat: no-repeat; }
  nav.menu--main.mobile-menu {
    margin-bottom: 20px;
    border-bottom: 1px solid #000000; }
    nav.menu--main.mobile-menu ul.menu {
      flex-direction: column; }
      nav.menu--main.mobile-menu ul.menu li.menu-item {
        margin: 0 0 20px 0;
        max-width: 400px; }
        nav.menu--main.mobile-menu ul.menu li.menu-item > ul.menu {
          margin-top: 1.5em;
          padding-left: 30px;
          border-left: solid 1px #000000;
          display: none; }
          nav.menu--main.mobile-menu ul.menu li.menu-item > ul.menu li.menu-item {
            font-weight: normal; }
        nav.menu--main.mobile-menu ul.menu li.menu-item:last-child {
          margin: 0; }
  @media only screen and (max-width: 1500px) {
    nav.menu--main ul.menu li.menu-item {
      margin-left: 20px; } }

/* MENU TOP */
nav.menu--top-menu {
  margin-right: 50px; }
  nav.menu--top-menu ul.menu {
    margin: 0;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 500; }
    nav.menu--top-menu ul.menu li.menu-item {
      padding: 0; }
      nav.menu--top-menu ul.menu li.menu-item a {
        display: flex;
        align-items: center; }
        nav.menu--top-menu ul.menu li.menu-item a.community::before {
          content: url("../images/bank.svg");
          width: 18px;
          height: 24px;
          display: block;
          margin-right: 10px; }
      nav.menu--top-menu ul.menu li.menu-item:hover {
        text-decoration: underline; }
  nav.menu--top-menu.mobile-top-menu {
    width: fit-content;
    margin: auto; }
  @media only screen and (max-width: 1500px) {
    nav.menu--top-menu {
      margin-right: 20px; } }

/* SIDEBAR MENU */
nav.side-main-nav {
  border-radius: 5px;
  background-color: #f6f6f6;
  padding: 1em 0;
  /* FIRST LEVEL MENU */ }
  nav.side-main-nav ul.menu {
    margin: 0;
    font-size: 0.875rem;
    flex-direction: column;
    text-transform: none; }
    nav.side-main-nav ul.menu li.menu-item {
      padding: 0 1em 0 0;
      position: relative;
      margin: 0; }
      nav.side-main-nav ul.menu li.menu-item a {
        padding: 1em 2em;
        color: #313131;
        width: 100%;
        height: 100%;
        display: block; }
        nav.side-main-nav ul.menu li.menu-item a:hover {
          text-decoration: underline; }
        nav.side-main-nav ul.menu li.menu-item a.is-active {
          color: #00A03F; }
      nav.side-main-nav ul.menu li.menu-item:last-child a {
        background: none;
        font-size: 0.875rem;
        width: unset;
        height: unset; }
  @media only screen and (max-width: 1200px) {
    nav.side-main-nav {
      display: none; } }

/* MENU FOOTER */
nav.menu--footer {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(30px, 7vw, 80px); }
  nav.menu--footer ul.menu {
    display: flex;
    margin: 0;
    font-size: 0.875rem; }
    nav.menu--footer ul.menu li.menu-item {
      margin-right: 20px;
      padding: 0; }
      nav.menu--footer ul.menu li.menu-item:last-child {
        margin: 0; }
      nav.menu--footer ul.menu li.menu-item a {
        color: #00A03F; }
        nav.menu--footer ul.menu li.menu-item a:hover {
          text-decoration: underline; }

/* VIEWS */
/* VIEW NEWS */
body.path-aktualnosci div.view-news div.view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -2% 0 0; }
  body.path-aktualnosci div.view-news div.view-content div.views-row {
    flex-basis: 23%;
    margin: 0 2% 2% 0; }
    body.path-aktualnosci div.view-news div.view-content div.views-row div.views-field-field-published-from {
      margin-top: 10px; }
    body.path-aktualnosci div.view-news div.view-content div.views-row div.views-field-title {
      margin-top: 10px;
      font-size: 1.25rem;
      font-weight: bold;
      transition: .2s; }
    body.path-aktualnosci div.view-news div.view-content div.views-row div.views-field-body {
      margin-top: 10px; }
      body.path-aktualnosci div.view-news div.view-content div.views-row div.views-field-body a {
        color: #00A03F; }
        body.path-aktualnosci div.view-news div.view-content div.views-row div.views-field-body a:hover {
          text-decoration: underline; }
    body.path-aktualnosci div.view-news div.view-content div.views-row img {
      width: 100%; }
    body.path-aktualnosci div.view-news div.view-content div.views-row:hover div.views-field-title {
      color: #DB2926; }
  @media only screen and (max-width: 1200px) {
    body.path-aktualnosci div.view-news div.view-content {
      margin: 0 -1.33% 0 0; }
      body.path-aktualnosci div.view-news div.view-content div.views-row {
        flex-basis: 32%;
        margin: 0 1.33% 1.33% 0; } }
  @media only screen and (max-width: 850px) {
    body.path-aktualnosci div.view-news div.view-content {
      margin: 0 -3% 0 0; }
      body.path-aktualnosci div.view-news div.view-content div.views-row {
        flex-basis: 47%;
        margin: 0 3% 3% 0; } }
  @media only screen and (max-width: 850px) {
    body.path-aktualnosci div.view-news div.view-content {
      margin: 0; }
      body.path-aktualnosci div.view-news div.view-content div.views-row {
        flex-basis: 100%;
        margin: 0 0 10% 0; } }

/* VIEW QUESTIONS */
div.view-questions {
  /* FILTERS */
  /* CONTENT */ }
  div.view-questions div.view-filters {
    margin: 30px 0; }
    div.view-questions div.view-filters form.views-exposed-form div.form--inline {
      display: flex;
      align-items: center; }
      div.view-questions div.view-filters form.views-exposed-form div.form--inline label {
        font-size: 1.125rem; }
      div.view-questions div.view-filters form.views-exposed-form div.form--inline select {
        border: 1px solid #00A03F;
        border-radius: 5px;
        color: #00A03F;
        min-width: 250px;
        height: 30px;
        margin: 0 8px; }
      div.view-questions div.view-filters form.views-exposed-form div.form--inline input.more-link {
        padding: 0.35em 1.5em; }
  div.view-questions div.view-content div.views-row {
    border: 1px solid #00A03F;
    border-radius: 5px;
    font-weight: bold;
    color: #00A03F;
    margin-bottom: 20px;
    /* TITLE */
    /* ANSWER */ }
    div.view-questions div.view-content div.views-row div.views-field-title {
      padding: 20px 40px;
      font-weight: bold;
      display: flex;
      align-items: center;
      transition: .3s;
      cursor: pointer; }
      div.view-questions div.view-content div.views-row div.views-field-title::before {
        content: url("../images/caret-right-solid.svg");
        width: 9px;
        height: 19px;
        display: block;
        margin-right: 10px;
        transition: .3s;
        flex-shrink: 0; }
      div.view-questions div.view-content div.views-row div.views-field-title.open {
        background: #00A03F;
        color: #ffffff; }
        div.view-questions div.view-content div.views-row div.views-field-title.open::before {
          transform: rotate(90deg);
          filter: brightness(0) invert(1); }
      div.view-questions div.view-content div.views-row div.views-field-title:hover {
        background: #00A03F;
        color: #ffffff; }
        div.view-questions div.view-content div.views-row div.views-field-title:hover::before {
          filter: brightness(0) invert(1); }
    div.view-questions div.view-content div.views-row div.views-field-field-answer {
      color: #000000;
      padding: 20px 40px;
      border-radius: 5px;
      font-weight: normal;
      line-height: 1.7em;
      display: none; }
  @media only screen and (max-width: 600px) {
    div.view-questions div.view-filters form.views-exposed-form div.form--inline {
      flex-direction: column; }
      div.view-questions div.view-filters form.views-exposed-form div.form--inline div.form-type-select {
        margin-bottom: 0; }
        div.view-questions div.view-filters form.views-exposed-form div.form--inline div.form-type-select label {
          display: none; } }

/* ELEMENTS */
div.more-link a {
  color: #ffffff;
  background-color: #00A03F;
  font-size: 1rem;
  font-weight: 500;
  padding: .94em 2.4em;
  display: inline-block;
  transition: .3s;
  white-space: nowrap;
  border-radius: 5px; }
  div.more-link a svg {
    margin-left: 10px; }
  div.more-link a:hover {
    transform: scale(1.05); }

input.more-link {
  color: #ffffff;
  background-color: #00A03F;
  font-size: 1rem;
  font-weight: 500;
  padding: .94em 2.4em;
  display: inline-block;
  transition: .3s;
  border: none;
  border-radius: 5px; }
  input.more-link svg {
    margin-left: 10px; }
  input.more-link:hover {
    transform: scale(1.05); }

/* BURGER ICON */
div.burger-icon {
  width: 48px;
  height: 32px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin-left: 30px; }
  div.burger-icon span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #000000;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    div.burger-icon span:nth-child(1) {
      top: 0; }
    div.burger-icon span:nth-child(2), div.burger-icon span:nth-child(3) {
      top: 50%;
      transform: translateY(-50%); }
    div.burger-icon span:nth-child(4) {
      bottom: 0; }
  div.burger-icon.open span:nth-child(1) {
    top: 50%;
    transform: translate(-50%);
    width: 0;
    left: 50%; }
  div.burger-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg) translate(-5%, -40%);
    -moz-transform: rotate(45deg) translate(-5%, -40%);
    -o-transform: rotate(45deg) translate(-5%, -40%);
    transform: rotate(45deg) translate(-5%, -40%); }
  div.burger-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(5%, -40%);
    -moz-transform: rotate(-45deg) translate(5%, -40%);
    -o-transform: rotate(-45deg) translate(5%, -40%);
    transform: rotate(-45deg) translate(5%, -40%); }
  div.burger-icon.open span:nth-child(4) {
    top: 50%;
    transform: translate(-50%);
    width: 0;
    left: 50%; }

/* ELEMENT PUBLISHED FROM */
div.views-field-field-published-from, div.field--name-field-published-from {
  display: flex;
  font-size: 0.75rem; }
  div.views-field-field-published-from::before, div.field--name-field-published-from::before {
    content: url("../images/calendar.svg");
    margin-right: 5px; }

/* ELEMENT NODE LINKS */
div.node__links {
  margin: clamp(30px, 8vw, 80px) 0; }
  div.node__links ul.links li {
    padding: 0; }
    div.node__links ul.links li a {
      border: 1px solid #00A03F;
      border-radius: 5px;
      padding: 0.8em 1.8em;
      font-size: 0.875rem;
      font-weight: bold;
      color: #00A03F;
      display: inline-block; }
      div.node__links ul.links li a:hover {
        background: #00A03F;
        color: #ffffff; }
    div.node__links ul.links li:nth-child(n+2) {
      margin-left: 15px; }
    div.node__links ul.links li::before {
      display: none; }
  @media only screen and (max-width: 500px) {
    div.node__links ul.links li a {
      padding: 0.6em 1.6em;
      font-size: 0.75rem; } }

/* PAGER */
nav.pager {
  margin: 30px; }
  nav.pager ul.pager__items {
    display: flex;
    justify-content: center; }
    nav.pager ul.pager__items li.pager__item {
      position: relative;
      display: block;
      width: 58px;
      height: 58px;
      border-radius: 7px;
      background: #f6f6f6;
      margin-right: 15px;
      font-weight: bold; }
      nav.pager ul.pager__items li.pager__item.is-active {
        background-color: #DB2926; }
        nav.pager ul.pager__items li.pager__item.is-active a {
          color: #ffffff; }
      nav.pager ul.pager__items li.pager__item a {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000000; }
      nav.pager ul.pager__items li.pager__item:hover {
        -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.75);
        box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.75); }
      nav.pager ul.pager__items li.pager__item:last-child {
        margin: 0; }
      nav.pager ul.pager__items li.pager__item.pager__item--ellipsis {
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #ffffff; }

/* PAGES */
/* PAGE FRONT */
body.path-frontpage header.header {
  height: unset; }
  body.path-frontpage header.header section.top-header {
    padding-bottom: 190px;
    background: linear-gradient(#17110b 0%, rgba(23, 17, 11, 0) 100%);
    /* BLOCK LOGO */
    /* TOP MENU */
    /* BLOCK TEXT RESIZE */
    /* BLOCK CONTRAST VERSION */
    /* BLOCK SEARCH */
    /* MENU MAIN */
    /* MOBILE SECTION */ }
    body.path-frontpage header.header section.top-header div.block-system-branding-block div.site-name a {
      color: #ffffff; }
    body.path-frontpage header.header section.top-header nav.menu--top-menu a.community {
      filter: brightness(0) invert(1);
      font-weight: 600; }
    body.path-frontpage header.header section.top-header div.block-text-resize {
      filter: brightness(0) invert(1); }
      body.path-frontpage header.header section.top-header div.block-text-resize div.text-resize-buttons {
        font-weight: 600; }
    body.path-frontpage header.header section.top-header div.block-contrast-version {
      filter: brightness(0) invert(1); }
      body.path-frontpage header.header section.top-header div.block-contrast-version button {
        font-weight: 600; }
    body.path-frontpage header.header section.top-header div.block-search div.form-type-search input {
      border: 1px solid #ffffff;
      background: none;
      color: #ffffff; }
    body.path-frontpage header.header section.top-header div.block-search svg {
      filter: brightness(0) invert(1); }
    body.path-frontpage header.header section.top-header nav.menu--main a {
      color: #ffffff; }
    body.path-frontpage header.header section.top-header nav.menu--main ul.menu > li.menu-item:last-child a {
      filter: brightness(0) invert(1); }
    body.path-frontpage header.header section.top-header div.mobile-section div.burger-icon span {
      background: #ffffff; }
    body.path-frontpage header.header section.top-header div.mobile-section section.region-header-mobile {
      background: linear-gradient(360deg, #17110b 95%, rgba(23, 17, 11, 0) 100%); }

/* PAGE NEW */
article.node--type-news {
  margin: 0 clamp(40px, 11vw, 200px);
  /* Global */
  /* MARGINS */
  /* OL margins */
  /* UL margins */
  /* Mixed margins */
  /* END MARGINS */
  /* UL markers */
  /* OL only with numbers */
  /* BUTTON */ }
  article.node--type-news ul, article.node--type-news ol {
    line-height: 2em; }
  article.node--type-news ol {
    margin: 1em 0 1em 1.2em; }
    article.node--type-news ol ol {
      margin: 0 0 0 1.2em; }
  article.node--type-news ul {
    margin: 1em 0 1em 0; }
    article.node--type-news ul ul {
      margin: 0 0 0 1.2em; }
  article.node--type-news ol > li > ul {
    margin: 0; }
    article.node--type-news ol > li > ul > li > ul {
      margin: 0 0 0 1.2em; }
  article.node--type-news ul > li > ol {
    margin: 0 0 0 2.4em; }
  article.node--type-news ul li::before {
    content: 'ÔŚĆ';
    margin-right: .5em;
    display: inline-block; }
  article.node--type-news ul li ul li::before {
    content: 'ÔŚő';
    margin-right: .5em;
    display: inline-block; }
  article.node--type-news ul li ul li ul li::before {
    content: 'Ôľ¬';
    margin-right: .5em;
    display: inline-block; }
  article.node--type-news ol > li {
    list-style: unset; }
    article.node--type-news ol > li::before {
      display: none; }
  article.node--type-news div.node__content {
    /* TITLE */
    /* MAIN IMAGE */
    /* BODY */ }
    article.node--type-news div.node__content h1.title {
      font-size: 1.875rem;
      margin: 10px 0 30px 0; }
    article.node--type-news div.node__content > div.field--name-field-image {
      float: left;
      margin: 0 30px 30px 0;
      border-radius: 7px;
      overflow: hidden; }
      article.node--type-news div.node__content > div.field--name-field-image img {
        width: 100%; }
    article.node--type-news div.node__content div.field--name-body {
      line-height: 1.7em; }
      article.node--type-news div.node__content div.field--name-body ul.photo-gallery {
        clear: both;
        margin: 30px 0 30px -25px; }
        article.node--type-news div.node__content div.field--name-body ul.photo-gallery li::before {
          display: none; }
    article.node--type-news div.node__content p {
      margin-bottom: 1em; }
  article.node--type-news div.more-link {
    text-align: center; }
  @media only screen and (max-width: 850px) {
    article.node--type-news {
      margin: 0; } }

/* PAGE LOCATION */
article.node--type-location div.content-wrapper {
  display: flex;
  /* LEFT COLUMN */
  /* RIGHT COLUMN */ }
  article.node--type-location div.content-wrapper div.left-column {
    max-width: 605px;
    margin: 0 60px 60px 0;
    width: 47%;
    /* MAIN SLIDER */
    /* NAV SLIDER */
    /* BOTH SLIDERS */ }
    article.node--type-location div.content-wrapper div.left-column div#main-slider {
      position: relative;
      display: block;
      box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
      touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
      width: 100%;
      /* ARROWS */
      /* PAGER */ }
      article.node--type-location div.content-wrapper div.left-column div#main-slider button.slick-arrow {
        position: absolute;
        top: 50%;
        z-index: 1;
        width: 54px;
        height: 54px;
        background: none;
        font-size: 0;
        border-radius: 50%;
        border: 2px solid white;
        transform: translateY(-50%);
        transition: 0.2s; }
        article.node--type-location div.content-wrapper div.left-column div#main-slider button.slick-arrow.slick-prev {
          left: 15px; }
          article.node--type-location div.content-wrapper div.left-column div#main-slider button.slick-arrow.slick-prev::before {
            content: '\f053'; }
        article.node--type-location div.content-wrapper div.left-column div#main-slider button.slick-arrow.slick-next {
          right: 15px; }
          article.node--type-location div.content-wrapper div.left-column div#main-slider button.slick-arrow.slick-next::before {
            content: '\f054'; }
        article.node--type-location div.content-wrapper div.left-column div#main-slider button.slick-arrow::before {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          font-family: "Font Awesome 5 Free", serif;
          color: white;
          font-size: 20px;
          font-weight: bold; }
      article.node--type-location div.content-wrapper div.left-column div#main-slider ul.custom_paging {
        position: absolute;
        right: 40px;
        bottom: 40px; }
        article.node--type-location div.content-wrapper div.left-column div#main-slider ul.custom_paging li {
          display: none;
          padding: 13px 19px;
          background: #464545;
          border-radius: 12px;
          color: white;
          font-weight: bold;
          line-height: 30px; }
          article.node--type-location div.content-wrapper div.left-column div#main-slider ul.custom_paging li.slick-active {
            display: block; }
            article.node--type-location div.content-wrapper div.left-column div#main-slider ul.custom_paging li.slick-active div::before {
              content: "´Çż";
              font-family: "Font Awesome 5 Free", serif;
              margin-right: 7px; }
    article.node--type-location div.content-wrapper div.left-column div#nav-slider {
      margin-top: 30px;
      width: 100%; }
      article.node--type-location div.content-wrapper div.left-column div#nav-slider div.slick-slide {
        margin: 0 10px; }
    article.node--type-location div.content-wrapper div.left-column div#main-slider div.slick-list, article.node--type-location div.content-wrapper div.left-column div#nav-slider div.slick-list {
      border-radius: 15px;
      overflow: hidden; }
    article.node--type-location div.content-wrapper div.left-column div#main-slider a, article.node--type-location div.content-wrapper div.left-column div#nav-slider a {
      border-radius: 15px;
      display: block; }
      article.node--type-location div.content-wrapper div.left-column div#main-slider a img, article.node--type-location div.content-wrapper div.left-column div#nav-slider a img {
        width: 100%;
        border-radius: 15px;
        vertical-align: top; }
    article.node--type-location div.content-wrapper div.left-column div.location-info {
      margin-top: 40px; }
      article.node--type-location div.content-wrapper div.left-column div.location-info div.field--type-string, article.node--type-location div.content-wrapper div.left-column div.location-info div.field--type-entity-reference {
        margin-bottom: 10px;
        font-size: 1.2rem; }
        article.node--type-location div.content-wrapper div.left-column div.location-info div.field--type-string div.field__label, article.node--type-location div.content-wrapper div.left-column div.location-info div.field--type-entity-reference div.field__label {
          text-transform: uppercase;
          font-weight: bold;
          color: #00A03F; }
      article.node--type-location div.content-wrapper div.left-column div.location-info div.field--name-field-location-map.more-link {
        text-align: left;
        margin-top: 40px; }
  article.node--type-location div.content-wrapper div.field--name-field-paragraphs {
    width: 100%; }
@media only screen and (max-width: 1200px) {
  article.node--type-location div.content-wrapper {
    flex-direction: column;
    align-items: center; }
    article.node--type-location div.content-wrapper div.left-column {
      max-width: 605px;
      margin-right: 0;
      width: 100%; } }
@media only screen and (max-width: 600px) {
  article.node--type-location div.content-wrapper div.left-column div#main-slider button.slick-arrow {
    width: 40px;
    height: 40px; }
  article.node--type-location div.content-wrapper div.left-column div#main-slider ul.custom_paging {
    right: 20px;
    bottom: 20px; }
    article.node--type-location div.content-wrapper div.left-column div#main-slider ul.custom_paging li {
      padding: 10px 15px;
      line-height: unset; } }

/* PAGE PHOTO GALLERY */
body.page-node-type-photo-gallery article.node--type-photo-gallery p {
  margin-bottom: 1em; }
body.page-node-type-photo-gallery article.node--type-photo-gallery div.field--name-body {
  margin: 30px 0; }

/* PAGE QUESTION */
body.page-node-type-question article.node--type-question {
  margin: 0 clamp(40px, 11vw, 200px); }
  body.page-node-type-question article.node--type-question div.field--name-field-question {
    display: flex;
    align-items: center; }

/*# sourceMappingURL=style.css.map */
