:root {
  --_cookie-consent__font-family: "Lato", sans-serif;
  --_cookie-consent__heading-font-family: var(--_cookie-consent__font-family);
  --_cookie-consent__link-color: #57BC90;
  --_cookie-consent__link-color-hover: #015249;
  --_cookie-consent__button-border-radius: 0;
  --_cookie-consent__button-bg-color: #57BC90;
  --_cookie-consent__button-border-color: #57BC90;
  --_cookie-consent__button-text-color: #fff;
  --_cookie-consent__button-bg-color-hover: #015249;
  --_cookie-consent__button-border-color-hover: #015249;
  --_cookie-consent__button-text-color-hover: #fff;
  --_cookie-consent__error-bg-color: #efefef;
}

.node--type-article.node--view-mode-full {
  /** HEADER **/
}
.node--type-article.node--view-mode-full .layout.node__header .layout__region--first .inner-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.node--type-article.node--view-mode-full .layout.node__header .block--field-blocknodearticlecreated {
  font-size: 14px;
  color: #9D9D9D;
}

@media screen and (min-width: 992px) {
  .node--type-article.node--view-mode-full .layout.node__header .layout__region--first .inner-col {
    min-height: 360px;
  }
}

/*# sourceMappingURL=node--article.css.map */