﻿
@charset "UTF-8";
/*
  Helper 
    kad ne možemo extendat bs spacing variable
  ----------------------------------------------------------------
  for easier use of defined spacers when @extend not alowed
  usage: margin-right: $spacer-3 == @extend .mr-3; (ali bez !important što dodaje BS)
*/
/*
   Color filters we use in app
   if svg is used as object, we need to filter it to get the color
   tool for calculation: https://codepen.io/sosuke/pen/Pjoqqp
*/
@media only screen {
  .mode-hc body, body.mode-hc,
body.is-darkmode {
    background: black !important;
    color: white !important;
    fill: white !important;
    /*
      Helper 
        kad ne možemo extendat bs spacing variable
      ----------------------------------------------------------------
      for easier use of defined spacers when @extend not alowed
      usage: margin-right: $spacer-3 == @extend .mr-3; (ali bez !important što dodaje BS)
    */
    /*
       Color filters we use in app
       if svg is used as object, we need to filter it to get the color
       tool for calculation: https://codepen.io/sosuke/pen/Pjoqqp
    */
    /*
       polako prebacujemo stare stvari u nove

       Color filters we use in app
       if svg is used as object, we need to filter it to get the color
       tool for calculation: https://codepen.io/sosuke/pen/Pjoqqp
    */
    /*
      globals
    */
    /*
      Accordion
    */
  }
  .mode-hc body a, body.mode-hc a,
body.is-darkmode a {
    color: white !important;
  }
  .mode-hc body a:hover, .mode-hc body a:hover, body.mode-hc a:hover, body.mode-hc a:hover,
body.is-darkmode a:hover,
body.is-darkmode a:hover {
    text-decoration: none !important;
  }
  .mode-hc body .btn, body.mode-hc .btn,
body.is-darkmode .btn {
    background: white !important;
    color: black !important;
  }
  .mode-hc body .c-logo, body.mode-hc .c-logo,
body.is-darkmode .c-logo {
    filter: brightness(0) invert(1);
  }
  .mode-hc body .l-header,
.mode-hc body .l-header__nav-main,
.mode-hc body .l-header__nav-main:before,
.mode-hc body .l-header #vueNav .subpages, body.mode-hc .l-header,
body.mode-hc .l-header__nav-main,
body.mode-hc .l-header__nav-main:before,
body.mode-hc .l-header #vueNav .subpages,
body.is-darkmode .l-header,
body.is-darkmode .l-header__nav-main,
body.is-darkmode .l-header__nav-main:before,
body.is-darkmode .l-header #vueNav .subpages {
    background: black !important;
    color: white !important;
    fill: white !important;
  }
  .mode-hc body .l-header a,
.mode-hc body .l-header__nav-main a,
.mode-hc body .l-header__nav-main:before a,
.mode-hc body .l-header #vueNav .subpages a, body.mode-hc .l-header a,
body.mode-hc .l-header__nav-main a,
body.mode-hc .l-header__nav-main:before a,
body.mode-hc .l-header #vueNav .subpages a,
body.is-darkmode .l-header a,
body.is-darkmode .l-header__nav-main a,
body.is-darkmode .l-header__nav-main:before a,
body.is-darkmode .l-header #vueNav .subpages a {
    color: white !important;
  }
  .mode-hc body .l-page, body.mode-hc .l-page,
body.is-darkmode .l-page {
    background-color: black;
  }
  .mode-hc body .l-page .l-header--mobile .c-logo, body.mode-hc .l-page .l-header--mobile .c-logo,
body.is-darkmode .l-page .l-header--mobile .c-logo {
    filter: none;
  }
  .mode-hc body .l-page__header, body.mode-hc .l-page__header,
body.is-darkmode .l-page__header {
    background: black !important;
    color: white !important;
    fill: white !important;
  }
  .mode-hc body .l-page__header a, body.mode-hc .l-page__header a,
body.is-darkmode .l-page__header a {
    color: white !important;
  }
  .mode-hc body .l-page__header.l-header, body.mode-hc .l-page__header.l-header,
body.is-darkmode .l-page__header.l-header {
    border-bottom: 1px solid white;
  }
  .mode-hc body .l-page__header .l-header--top, body.mode-hc .l-page__header .l-header--top,
body.is-darkmode .l-page__header .l-header--top {
    border-bottom: 1px solid white;
  }
  .mode-hc body .l-page__header .l-header--top .dropdown-toggle, body.mode-hc .l-page__header .l-header--top .dropdown-toggle,
body.is-darkmode .l-page__header .l-header--top .dropdown-toggle {
    background: black !important;
    color: white !important;
    fill: white !important;
  }
  .mode-hc body .l-page__header .l-header--top .dropdown-toggle a, body.mode-hc .l-page__header .l-header--top .dropdown-toggle a,
body.is-darkmode .l-page__header .l-header--top .dropdown-toggle a {
    color: white !important;
  }
  .mode-hc body .l-page__header .l-header--top .dropdown-toggle::after, body.mode-hc .l-page__header .l-header--top .dropdown-toggle::after,
body.is-darkmode .l-page__header .l-header--top .dropdown-toggle::after {
    filter: invert(1);
  }
  .mode-hc body .l-page__header .l-header--top .c-settings-menu .c-list__item.accesibility .icon, body.mode-hc .l-page__header .l-header--top .c-settings-menu .c-list__item.accesibility .icon,
body.is-darkmode .l-page__header .l-header--top .c-settings-menu .c-list__item.accesibility .icon {
    color: white !important;
  }
  .mode-hc body .l-page__header .dropdown-item, body.mode-hc .l-page__header .dropdown-item,
body.is-darkmode .l-page__header .dropdown-item {
    background: white !important;
    color: black !important;
    fill: black !important;
  }
  .mode-hc body .l-page__header .dropdown-item a, body.mode-hc .l-page__header .dropdown-item a,
body.is-darkmode .l-page__header .dropdown-item a {
    color: black !important;
  }
  .mode-hc body .l-page .l-hero, body.mode-hc .l-page .l-hero,
body.is-darkmode .l-page .l-hero {
    background-color: black;
  }
  .mode-hc body .l-page .l-hero .o-title, body.mode-hc .l-page .l-hero .o-title,
body.is-darkmode .l-page .l-hero .o-title {
    background: black !important;
    color: white !important;
    fill: white !important;
  }
  .mode-hc body .l-page .l-hero .o-title a, body.mode-hc .l-page .l-hero .o-title a,
body.is-darkmode .l-page .l-hero .o-title a {
    color: white !important;
  }
  .mode-hc body .l-page .c-ddr--card .l-item .c-item, body.mode-hc .l-page .c-ddr--card .l-item .c-item,
body.is-darkmode .l-page .c-ddr--card .l-item .c-item {
    background: black !important;
    color: white !important;
    fill: white !important;
    border: 1px solid white;
  }
  .mode-hc body .l-page .c-ddr--card .l-item .c-item a, body.mode-hc .l-page .c-ddr--card .l-item .c-item a,
body.is-darkmode .l-page .c-ddr--card .l-item .c-item a {
    color: white !important;
  }
  .mode-hc body .l-page .c-ddr--card .l-item .c-item:after, body.mode-hc .l-page .c-ddr--card .l-item .c-item:after,
body.is-darkmode .l-page .c-ddr--card .l-item .c-item:after {
    color: white;
  }
  .mode-hc body .l-page .c-ddr--tree:not(.siblings-hidden) > .c-list > .c-item, body.mode-hc .l-page .c-ddr--tree:not(.siblings-hidden) > .c-list > .c-item,
body.is-darkmode .l-page .c-ddr--tree:not(.siblings-hidden) > .c-list > .c-item {
    background: black !important;
    color: white !important;
    fill: white !important;
  }
  .mode-hc body .l-page .c-ddr--tree:not(.siblings-hidden) > .c-list > .c-item a, body.mode-hc .l-page .c-ddr--tree:not(.siblings-hidden) > .c-list > .c-item a,
body.is-darkmode .l-page .c-ddr--tree:not(.siblings-hidden) > .c-list > .c-item a {
    color: white !important;
  }
  .mode-hc body .l-page .c-ddr--tree:not(.siblings-hidden) > .c-list > .c-item .o-toggle--accordion, body.mode-hc .l-page .c-ddr--tree:not(.siblings-hidden) > .c-list > .c-item .o-toggle--accordion,
body.is-darkmode .l-page .c-ddr--tree:not(.siblings-hidden) > .c-list > .c-item .o-toggle--accordion {
    color: white;
  }
  .mode-hc body .l-page .c-ddr--card.card-img .l-item .c-item, body.mode-hc .l-page .c-ddr--card.card-img .l-item .c-item,
body.is-darkmode .l-page .c-ddr--card.card-img .l-item .c-item {
    border: none;
  }
  .mode-hc body .l-page .c-ddr--card.card-img .l-item .c-item .c-title, body.mode-hc .l-page .c-ddr--card.card-img .l-item .c-item .c-title,
body.is-darkmode .l-page .c-ddr--card.card-img .l-item .c-item .c-title {
    background-color: white;
  }
  .mode-hc body .l-page .c-ddr--card.card-img .l-item .c-item .c-title .o-title,
.mode-hc body .l-page .c-ddr--card.card-img .l-item .c-item .c-title .c-link .o-link, body.mode-hc .l-page .c-ddr--card.card-img .l-item .c-item .c-title .o-title,
body.mode-hc .l-page .c-ddr--card.card-img .l-item .c-item .c-title .c-link .o-link,
body.is-darkmode .l-page .c-ddr--card.card-img .l-item .c-item .c-title .o-title,
body.is-darkmode .l-page .c-ddr--card.card-img .l-item .c-item .c-title .c-link .o-link {
    background: white !important;
    color: black !important;
    fill: black !important;
  }
  .mode-hc body .l-page .c-ddr--card.card-img .l-item .c-item .c-title .o-title a,
.mode-hc body .l-page .c-ddr--card.card-img .l-item .c-item .c-title .c-link .o-link a, body.mode-hc .l-page .c-ddr--card.card-img .l-item .c-item .c-title .o-title a,
body.mode-hc .l-page .c-ddr--card.card-img .l-item .c-item .c-title .c-link .o-link a,
body.is-darkmode .l-page .c-ddr--card.card-img .l-item .c-item .c-title .o-title a,
body.is-darkmode .l-page .c-ddr--card.card-img .l-item .c-item .c-title .c-link .o-link a {
    color: black !important;
  }
  .mode-hc body .l-header__nav .language-object .c-btn, body.mode-hc .l-header__nav .language-object .c-btn,
body.is-darkmode .l-header__nav .language-object .c-btn {
    background: yellow !important;
    color: black !important;
    fill: black !important;
  }
  .mode-hc body .l-header__nav .language-object .c-btn a, body.mode-hc .l-header__nav .language-object .c-btn a,
body.is-darkmode .l-header__nav .language-object .c-btn a {
    color: black !important;
  }
  .mode-hc body .l-header__nav .language-object .dropdown-menu .dropdown-item, body.mode-hc .l-header__nav .language-object .dropdown-menu .dropdown-item,
body.is-darkmode .l-header__nav .language-object .dropdown-menu .dropdown-item {
    color: color(accs-black) !important;
  }
  .mode-hc body .l-header__nav #dnn_dnnSearch_txtSearch, body.mode-hc .l-header__nav #dnn_dnnSearch_txtSearch,
body.is-darkmode .l-header__nav #dnn_dnnSearch_txtSearch {
    background: white !important;
    color: black !important;
    fill: black !important;
  }
  .mode-hc body .l-header__nav #dnn_dnnSearch_txtSearch a, body.mode-hc .l-header__nav #dnn_dnnSearch_txtSearch a,
body.is-darkmode .l-header__nav #dnn_dnnSearch_txtSearch a {
    color: black !important;
  }
  .mode-hc body .l-header__nav #dnn_dnnSearch_cmdSearch, body.mode-hc .l-header__nav #dnn_dnnSearch_cmdSearch,
body.is-darkmode .l-header__nav #dnn_dnnSearch_cmdSearch {
    background: yellow !important;
    color: black !important;
    fill: black !important;
  }
  .mode-hc body .l-header__nav #dnn_dnnSearch_cmdSearch a, body.mode-hc .l-header__nav #dnn_dnnSearch_cmdSearch a,
body.is-darkmode .l-header__nav #dnn_dnnSearch_cmdSearch a {
    color: black !important;
  }
  .mode-hc body .l-footer, body.mode-hc .l-footer,
body.is-darkmode .l-footer {
    background: white !important;
    color: black !important;
    fill: black !important;
  }
  .mode-hc body .l-footer a, body.mode-hc .l-footer a,
body.is-darkmode .l-footer a {
    color: black !important;
  }
  .mode-hc body .l-footer .c-logo, body.mode-hc .l-footer .c-logo,
body.is-darkmode .l-footer .c-logo {
    filter: none;
  }
  .mode-hc body .l-footer .l-content .l-card, body.mode-hc .l-footer .l-content .l-card,
body.is-darkmode .l-footer .l-content .l-card {
    background: white !important;
    color: black !important;
    fill: black !important;
  }
  .mode-hc body .l-footer .l-content .l-card a, body.mode-hc .l-footer .l-content .l-card a,
body.is-darkmode .l-footer .l-content .l-card a {
    color: black !important;
  }
  .mode-hc body .l-footer .l-content .l-card.l-footer__donacije .btn, body.mode-hc .l-footer .l-content .l-card.l-footer__donacije .btn,
body.is-darkmode .l-footer .l-content .l-card.l-footer__donacije .btn {
    background: black !important;
    color: white !important;
  }
  .mode-hc body .l-footer .l-content .l-card.l-footer__telefoni a, body.mode-hc .l-footer .l-content .l-card.l-footer__telefoni a,
body.is-darkmode .l-footer .l-content .l-card.l-footer__telefoni a {
    position: relative;
  }
  .mode-hc body .l-footer .l-content .l-card.l-footer__telefoni a:after, body.mode-hc .l-footer .l-content .l-card.l-footer__telefoni a:after,
body.is-darkmode .l-footer .l-content .l-card.l-footer__telefoni a:after {
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    bottom: -1px;
    left: 0;
    right: 0;
    opacity: 0.3;
  }
  .mode-hc body .l-footer .l-content .l-card.l-footer__telefoni a:hover, body.mode-hc .l-footer .l-content .l-card.l-footer__telefoni a:hover,
body.is-darkmode .l-footer .l-content .l-card.l-footer__telefoni a:hover {
    text-decoration: none !important;
  }
  .mode-hc body .l-footer .l-content .l-card.l-footer__telefoni a:hover:after, body.mode-hc .l-footer .l-content .l-card.l-footer__telefoni a:hover:after,
body.is-darkmode .l-footer .l-content .l-card.l-footer__telefoni a:hover:after {
    bottom: -2px;
    height: 3px;
    opacity: 1;
  }
  .mode-hc body .l-footer .l-content .l-card.l-footer__telefoni a:after, body.mode-hc .l-footer .l-content .l-card.l-footer__telefoni a:after,
body.is-darkmode .l-footer .l-content .l-card.l-footer__telefoni a:after {
    background: black;
  }
  .mode-hc body .app-documents.vw-tree .c-icon .doc-icon, body.mode-hc .app-documents.vw-tree .c-icon .doc-icon,
body.is-darkmode .app-documents.vw-tree .c-icon .doc-icon {
    background-color: white;
  }
  .mode-hc body .app-documents.vw-tree .c-description dt + dt, body.mode-hc .app-documents.vw-tree .c-description dt + dt,
body.is-darkmode .app-documents.vw-tree .c-description dt + dt {
    color: #FFFFFF80 !important;
  }
  .mode-hc body .l-addressbook.l-addressbook--cards .l-addressbook-search-results .l-results .l-item .c-item, body.mode-hc .l-addressbook.l-addressbook--cards .l-addressbook-search-results .l-results .l-item .c-item,
body.is-darkmode .l-addressbook.l-addressbook--cards .l-addressbook-search-results .l-results .l-item .c-item {
    background: white !important;
    color: black !important;
    fill: black !important;
  }
  .mode-hc body .l-addressbook.l-addressbook--cards .l-addressbook-search-results .l-results .l-item .c-item a, body.mode-hc .l-addressbook.l-addressbook--cards .l-addressbook-search-results .l-results .l-item .c-item a,
body.is-darkmode .l-addressbook.l-addressbook--cards .l-addressbook-search-results .l-results .l-item .c-item a {
    color: black !important;
  }
  .mode-hc body .mm-menu a,
.mode-hc body .mm-panel .mm-navbar, body.mode-hc .mm-menu a,
body.mode-hc .mm-panel .mm-navbar,
body.is-darkmode .mm-menu a,
body.is-darkmode .mm-panel .mm-navbar {
    background: white !important;
    color: black !important;
    fill: black !important;
  }
  .mode-hc body .mm-menu a a,
.mode-hc body .mm-panel .mm-navbar a, body.mode-hc .mm-menu a a,
body.mode-hc .mm-panel .mm-navbar a,
body.is-darkmode .mm-menu a a,
body.is-darkmode .mm-panel .mm-navbar a {
    color: black !important;
  }
  .mode-hc body .mm-navbars_bottom a, body.mode-hc .mm-navbars_bottom a,
body.is-darkmode .mm-navbars_bottom a {
    background-color: #f1f1f1 !important;
  }
  .mode-hc body.c-page--home .l-infobox, body.mode-hc.c-page--home .l-infobox,
body.is-darkmode.c-page--home .l-infobox {
    background: white !important;
    color: black !important;
    fill: black !important;
  }
  .mode-hc body.c-page--home .l-infobox a, body.mode-hc.c-page--home .l-infobox a,
body.is-darkmode.c-page--home .l-infobox a {
    color: black !important;
  }
  .mode-hc body.c-page--home .l-infobox .edn-feed--slider .c-title, body.mode-hc.c-page--home .l-infobox .edn-feed--slider .c-title,
body.is-darkmode.c-page--home .l-infobox .edn-feed--slider .c-title {
    background: black !important;
    color: white !important;
    fill: white !important;
  }
  .mode-hc body.c-page--home .l-infobox .edn-feed--slider .c-title a, body.mode-hc.c-page--home .l-infobox .edn-feed--slider .c-title a,
body.is-darkmode.c-page--home .l-infobox .edn-feed--slider .c-title a {
    color: white !important;
  }
  .mode-hc body.c-page--home .l-infobox .edn-feed--slider .swiper-pagination-bullet, body.mode-hc.c-page--home .l-infobox .edn-feed--slider .swiper-pagination-bullet,
body.is-darkmode.c-page--home .l-infobox .edn-feed--slider .swiper-pagination-bullet {
    border: 2px solid black;
  }
  .mode-hc body.c-page--home .l-infobox .l-view-links .l-item:nth-child(1), .mode-hc body.c-page--home .l-infobox .l-view-links .l-item:nth-child(4), body.mode-hc.c-page--home .l-infobox .l-view-links .l-item:nth-child(1), body.mode-hc.c-page--home .l-infobox .l-view-links .l-item:nth-child(4),
body.is-darkmode.c-page--home .l-infobox .l-view-links .l-item:nth-child(1),
body.is-darkmode.c-page--home .l-infobox .l-view-links .l-item:nth-child(4) {
    background: black !important;
    color: white !important;
    fill: white !important;
  }
  .mode-hc body.c-page--home .l-infobox .l-view-links .l-item:nth-child(1) a, .mode-hc body.c-page--home .l-infobox .l-view-links .l-item:nth-child(4) a, body.mode-hc.c-page--home .l-infobox .l-view-links .l-item:nth-child(1) a, body.mode-hc.c-page--home .l-infobox .l-view-links .l-item:nth-child(4) a,
body.is-darkmode.c-page--home .l-infobox .l-view-links .l-item:nth-child(1) a,
body.is-darkmode.c-page--home .l-infobox .l-view-links .l-item:nth-child(4) a {
    color: white !important;
  }
  .mode-hc body.c-page--home .l-infobox .l-view-links .l-item:nth-child(1) .o-title, .mode-hc body.c-page--home .l-infobox .l-view-links .l-item:nth-child(4) .o-title, body.mode-hc.c-page--home .l-infobox .l-view-links .l-item:nth-child(1) .o-title, body.mode-hc.c-page--home .l-infobox .l-view-links .l-item:nth-child(4) .o-title,
body.is-darkmode.c-page--home .l-infobox .l-view-links .l-item:nth-child(1) .o-title,
body.is-darkmode.c-page--home .l-infobox .l-view-links .l-item:nth-child(4) .o-title {
    color: white;
  }
  .mode-hc body.c-page--home .l-infobox .l-view-links .l-item:nth-child(1) .o-image, .mode-hc body.c-page--home .l-infobox .l-view-links .l-item:nth-child(4) .o-image, body.mode-hc.c-page--home .l-infobox .l-view-links .l-item:nth-child(1) .o-image, body.mode-hc.c-page--home .l-infobox .l-view-links .l-item:nth-child(4) .o-image,
body.is-darkmode.c-page--home .l-infobox .l-view-links .l-item:nth-child(1) .o-image,
body.is-darkmode.c-page--home .l-infobox .l-view-links .l-item:nth-child(4) .o-image {
    filter: brightness(0) invert(1);
  }
  .mode-hc body.c-page--home .l-infobox .l-view-links .l-item:nth-child(2), .mode-hc body.c-page--home .l-infobox .l-view-links .l-item:nth-child(3), body.mode-hc.c-page--home .l-infobox .l-view-links .l-item:nth-child(2), body.mode-hc.c-page--home .l-infobox .l-view-links .l-item:nth-child(3),
body.is-darkmode.c-page--home .l-infobox .l-view-links .l-item:nth-child(2),
body.is-darkmode.c-page--home .l-infobox .l-view-links .l-item:nth-child(3) {
    background: white !important;
    color: black !important;
    fill: black !important;
  }
  .mode-hc body.c-page--home .l-infobox .l-view-links .l-item:nth-child(2) a, .mode-hc body.c-page--home .l-infobox .l-view-links .l-item:nth-child(3) a, body.mode-hc.c-page--home .l-infobox .l-view-links .l-item:nth-child(2) a, body.mode-hc.c-page--home .l-infobox .l-view-links .l-item:nth-child(3) a,
body.is-darkmode.c-page--home .l-infobox .l-view-links .l-item:nth-child(2) a,
body.is-darkmode.c-page--home .l-infobox .l-view-links .l-item:nth-child(3) a {
    color: black !important;
  }
  .mode-hc body.c-page--home .l-infobox .l-view-links .l-item:nth-child(2) .o-title, .mode-hc body.c-page--home .l-infobox .l-view-links .l-item:nth-child(3) .o-title, body.mode-hc.c-page--home .l-infobox .l-view-links .l-item:nth-child(2) .o-title, body.mode-hc.c-page--home .l-infobox .l-view-links .l-item:nth-child(3) .o-title,
body.is-darkmode.c-page--home .l-infobox .l-view-links .l-item:nth-child(2) .o-title,
body.is-darkmode.c-page--home .l-infobox .l-view-links .l-item:nth-child(3) .o-title {
    color: black;
  }
  .mode-hc body.c-page--home .l-infobox .l-view-links .l-item:nth-child(2) .o-image, .mode-hc body.c-page--home .l-infobox .l-view-links .l-item:nth-child(3) .o-image, body.mode-hc.c-page--home .l-infobox .l-view-links .l-item:nth-child(2) .o-image, body.mode-hc.c-page--home .l-infobox .l-view-links .l-item:nth-child(3) .o-image,
body.is-darkmode.c-page--home .l-infobox .l-view-links .l-item:nth-child(2) .o-image,
body.is-darkmode.c-page--home .l-infobox .l-view-links .l-item:nth-child(3) .o-image {
    filter: brightness(0) invert(0) !important;
  }
  .mode-hc body.c-page--home .l-highlights .l-view-links .l-item .c-item, body.mode-hc.c-page--home .l-highlights .l-view-links .l-item .c-item,
body.is-darkmode.c-page--home .l-highlights .l-view-links .l-item .c-item {
    background: black !important;
    color: white !important;
    fill: white !important;
  }
  .mode-hc body.c-page--home .l-highlights .l-view-links .l-item .c-item a, body.mode-hc.c-page--home .l-highlights .l-view-links .l-item .c-item a,
body.is-darkmode.c-page--home .l-highlights .l-view-links .l-item .c-item a {
    color: white !important;
  }
  .mode-hc body.c-page--home .l-highlights .l-item__filter .l-view-filtered .c-list, body.mode-hc.c-page--home .l-highlights .l-item__filter .l-view-filtered .c-list,
body.is-darkmode.c-page--home .l-highlights .l-item__filter .l-view-filtered .c-list {
    --ssk-scroller-thumb-color: yellow !important;
  }
  .mode-hc body.c-page--home .l-highlights .l-item__filter .l-view-filtered .c-list .c-item.is-selected,
.mode-hc body.c-page--home .l-highlights .l-item__filter .l-view-filtered .c-list .c-item:hover, body.mode-hc.c-page--home .l-highlights .l-item__filter .l-view-filtered .c-list .c-item.is-selected,
body.mode-hc.c-page--home .l-highlights .l-item__filter .l-view-filtered .c-list .c-item:hover,
body.is-darkmode.c-page--home .l-highlights .l-item__filter .l-view-filtered .c-list .c-item.is-selected,
body.is-darkmode.c-page--home .l-highlights .l-item__filter .l-view-filtered .c-list .c-item:hover {
    background: white !important;
    color: black !important;
    fill: black !important;
  }
  .mode-hc body.c-page--home .l-highlights .l-item__filter .l-view-filtered .c-list .c-item.is-selected a,
.mode-hc body.c-page--home .l-highlights .l-item__filter .l-view-filtered .c-list .c-item:hover a, body.mode-hc.c-page--home .l-highlights .l-item__filter .l-view-filtered .c-list .c-item.is-selected a,
body.mode-hc.c-page--home .l-highlights .l-item__filter .l-view-filtered .c-list .c-item:hover a,
body.is-darkmode.c-page--home .l-highlights .l-item__filter .l-view-filtered .c-list .c-item.is-selected a,
body.is-darkmode.c-page--home .l-highlights .l-item__filter .l-view-filtered .c-list .c-item:hover a {
    color: black !important;
  }
  .mode-hc body.c-page--home .l-highlights .l-item__filter .l-view-results .c-introduction, body.mode-hc.c-page--home .l-highlights .l-item__filter .l-view-results .c-introduction,
body.is-darkmode.c-page--home .l-highlights .l-item__filter .l-view-results .c-introduction {
    background: white !important;
    color: black !important;
    fill: black !important;
  }
  .mode-hc body.c-page--home .l-highlights .l-item__filter .l-view-results .c-introduction a, body.mode-hc.c-page--home .l-highlights .l-item__filter .l-view-results .c-introduction a,
body.is-darkmode.c-page--home .l-highlights .l-item__filter .l-view-results .c-introduction a {
    color: black !important;
  }
  .mode-hc body.c-page--home .l-highlights .l-item__filter .l-view-results .c-list, body.mode-hc.c-page--home .l-highlights .l-item__filter .l-view-results .c-list,
body.is-darkmode.c-page--home .l-highlights .l-item__filter .l-view-results .c-list {
    --ssk-scroller-thumb-color: yellow !important;
  }
  .mode-hc body.c-page--home .l-highlights .l-item__filter .l-view-results .c-list .c-item .is-parent, body.mode-hc.c-page--home .l-highlights .l-item__filter .l-view-results .c-list .c-item .is-parent,
body.is-darkmode.c-page--home .l-highlights .l-item__filter .l-view-results .c-list .c-item .is-parent {
    color: yellow;
  }
  .mode-hc body.c-page--home .l-view-divider, body.mode-hc.c-page--home .l-view-divider,
body.is-darkmode.c-page--home .l-view-divider {
    background: white !important;
    color: black !important;
    fill: black !important;
  }
  .mode-hc body.c-page--home .l-view-divider a, body.mode-hc.c-page--home .l-view-divider a,
body.is-darkmode.c-page--home .l-view-divider a {
    color: black !important;
  }
  .mode-hc body.c-page--home .l-view-divider .c-item__header, .mode-hc body.c-page--home .l-view-divider .c-item__body, body.mode-hc.c-page--home .l-view-divider .c-item__header, body.mode-hc.c-page--home .l-view-divider .c-item__body,
body.is-darkmode.c-page--home .l-view-divider .c-item__header,
body.is-darkmode.c-page--home .l-view-divider .c-item__body {
    background: white !important;
    color: black !important;
    fill: black !important;
  }
  .mode-hc body.c-page--home .l-view-divider .c-item__header a, .mode-hc body.c-page--home .l-view-divider .c-item__body a, body.mode-hc.c-page--home .l-view-divider .c-item__header a, body.mode-hc.c-page--home .l-view-divider .c-item__body a,
body.is-darkmode.c-page--home .l-view-divider .c-item__header a,
body.is-darkmode.c-page--home .l-view-divider .c-item__body a {
    color: black !important;
  }
  .mode-hc body.c-page--home .l-view-divider .c-item .o-button, body.mode-hc.c-page--home .l-view-divider .c-item .o-button,
body.is-darkmode.c-page--home .l-view-divider .c-item .o-button {
    background: black !important;
    color: white !important;
  }
  .mode-hc body.c-page--home .l-view-divider .c-item__image, body.mode-hc.c-page--home .l-view-divider .c-item__image,
body.is-darkmode.c-page--home .l-view-divider .c-item__image {
    display: none;
  }
  .mode-hc body.c-page--home .l-view--split-layout, body.mode-hc.c-page--home .l-view--split-layout,
body.is-darkmode.c-page--home .l-view--split-layout {
    background: black !important;
    color: white !important;
    fill: white !important;
  }
  .mode-hc body.c-page--home .l-view--split-layout a, body.mode-hc.c-page--home .l-view--split-layout a,
body.is-darkmode.c-page--home .l-view--split-layout a {
    color: white !important;
  }
  .mode-hc body.c-page--home .l-view--split-layout .l-view-links .l-item .c-item, body.mode-hc.c-page--home .l-view--split-layout .l-view-links .l-item .c-item,
body.is-darkmode.c-page--home .l-view--split-layout .l-view-links .l-item .c-item {
    background: white !important;
    color: black !important;
    fill: black !important;
  }
  .mode-hc body.c-page--home .l-view--split-layout .l-view-links .l-item .c-item a, body.mode-hc.c-page--home .l-view--split-layout .l-view-links .l-item .c-item a,
body.is-darkmode.c-page--home .l-view--split-layout .l-view-links .l-item .c-item a {
    color: black !important;
  }
  .mode-hc body.c-page--home .l-main, body.mode-hc.c-page--home .l-main,
body.is-darkmode.c-page--home .l-main {
    background: white !important;
    color: black !important;
    fill: black !important;
  }
  .mode-hc body.c-page--home .l-main a, body.mode-hc.c-page--home .l-main a,
body.is-darkmode.c-page--home .l-main a {
    color: black !important;
  }
  .mode-hc body.c-page--home .l-main .l-view .c-item__title, body.mode-hc.c-page--home .l-main .l-view .c-item__title,
body.is-darkmode.c-page--home .l-main .l-view .c-item__title {
    color: black;
  }
  .mode-hc body.c-page--home .l-main .edn-feed .l-item, body.mode-hc.c-page--home .l-main .edn-feed .l-item,
body.is-darkmode.c-page--home .l-main .edn-feed .l-item {
    background: black !important;
    color: white !important;
    fill: white !important;
  }
  .mode-hc body.c-page--home .l-main .edn-feed .l-item a, body.mode-hc.c-page--home .l-main .edn-feed .l-item a,
body.is-darkmode.c-page--home .l-main .edn-feed .l-item a {
    color: white !important;
  }
  .mode-hc body.c-page--home .l-main .edn-feed .l-item .item__content-meta, .mode-hc body.c-page--home .l-main .edn-feed .l-item .item__content-meta .c-item__date, body.mode-hc.c-page--home .l-main .edn-feed .l-item .item__content-meta, body.mode-hc.c-page--home .l-main .edn-feed .l-item .item__content-meta .c-item__date,
body.is-darkmode.c-page--home .l-main .edn-feed .l-item .item__content-meta,
body.is-darkmode.c-page--home .l-main .edn-feed .l-item .item__content-meta .c-item__date {
    color: yellow;
  }
  .mode-hc body.c-page--default, body.mode-hc.c-page--default,
body.is-darkmode.c-page--default {
    /*
      EDN
    */
  }
  .mode-hc body.c-page--default .l-hero--small, body.mode-hc.c-page--default .l-hero--small,
body.is-darkmode.c-page--default .l-hero--small {
    background: white !important;
    color: black !important;
    fill: black !important;
  }
  .mode-hc body.c-page--default .l-hero--small a, body.mode-hc.c-page--default .l-hero--small a,
body.is-darkmode.c-page--default .l-hero--small a {
    color: black !important;
  }
  .mode-hc body.c-page--default .l-hero--small .c-image, body.mode-hc.c-page--default .l-hero--small .c-image,
body.is-darkmode.c-page--default .l-hero--small .c-image {
    opacity: 0.05;
  }
  .mode-hc body.c-page--default .l-hero--small .o-title, body.mode-hc.c-page--default .l-hero--small .o-title,
body.is-darkmode.c-page--default .l-hero--small .o-title {
    color: black;
  }
  .mode-hc body.c-page--default .l-hero--small .c-breadcrumb, body.mode-hc.c-page--default .l-hero--small .c-breadcrumb,
body.is-darkmode.c-page--default .l-hero--small .c-breadcrumb {
    color: black;
  }
  .mode-hc body.c-page--default .l-hero--small .c-breadcrumb .breadcrumb-item, body.mode-hc.c-page--default .l-hero--small .c-breadcrumb .breadcrumb-item,
body.is-darkmode.c-page--default .l-hero--small .c-breadcrumb .breadcrumb-item {
    color: black;
  }
  .mode-hc body.c-page--default .l-hero--small .c-breadcrumb .breadcrumb-item.active, body.mode-hc.c-page--default .l-hero--small .c-breadcrumb .breadcrumb-item.active,
body.is-darkmode.c-page--default .l-hero--small .c-breadcrumb .breadcrumb-item.active {
    font-weight: 600;
  }
  .mode-hc body.c-page--default .l-page-title .o-title,
.mode-hc body.c-page--default .c-article-detail__title, body.mode-hc.c-page--default .l-page-title .o-title,
body.mode-hc.c-page--default .c-article-detail__title,
body.is-darkmode.c-page--default .l-page-title .o-title,
body.is-darkmode.c-page--default .c-article-detail__title {
    color: white;
  }
  .mode-hc body.c-page--default .l-page-title .o-title:before,
.mode-hc body.c-page--default .c-article-detail__title:before, body.mode-hc.c-page--default .l-page-title .o-title:before,
body.mode-hc.c-page--default .c-article-detail__title:before,
body.is-darkmode.c-page--default .l-page-title .o-title:before,
body.is-darkmode.c-page--default .c-article-detail__title:before {
    background-color: yellow;
  }
  .mode-hc body.c-page--default .c-nav--cards .c-item .o-title, body.mode-hc.c-page--default .c-nav--cards .c-item .o-title,
body.is-darkmode.c-page--default .c-nav--cards .c-item .o-title {
    background: white !important;
    color: black !important;
    fill: black !important;
    border: 2px solid transparent;
  }
  .mode-hc body.c-page--default .c-nav--cards .c-item .o-title a, body.mode-hc.c-page--default .c-nav--cards .c-item .o-title a,
body.is-darkmode.c-page--default .c-nav--cards .c-item .o-title a {
    color: black !important;
  }
  .mode-hc body.c-page--default .c-nav--cards .c-item:hover .o-title, body.mode-hc.c-page--default .c-nav--cards .c-item:hover .o-title,
body.is-darkmode.c-page--default .c-nav--cards .c-item:hover .o-title {
    background: black !important;
    color: white !important;
    fill: white !important;
    border: 2px solid white;
  }
  .mode-hc body.c-page--default .c-nav--cards .c-item:hover .o-title a, body.mode-hc.c-page--default .c-nav--cards .c-item:hover .o-title a,
body.is-darkmode.c-page--default .c-nav--cards .c-item:hover .o-title a {
    color: white !important;
  }
  .mode-hc body.c-page--default .c-nav--tree > .c-list:first-child > .c-item, body.mode-hc.c-page--default .c-nav--tree > .c-list:first-child > .c-item,
body.is-darkmode.c-page--default .c-nav--tree > .c-list:first-child > .c-item {
    background: black !important;
    color: white !important;
    fill: white !important;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: 1px solid white;
  }
  .mode-hc body.c-page--default .c-nav--tree > .c-list:first-child > .c-item a, body.mode-hc.c-page--default .c-nav--tree > .c-list:first-child > .c-item a,
body.is-darkmode.c-page--default .c-nav--tree > .c-list:first-child > .c-item a {
    color: white !important;
  }
  .mode-hc body.c-page--default .c-nav--tree .c-item.has-children .c-link .o-toggle, body.mode-hc.c-page--default .c-nav--tree .c-item.has-children .c-link .o-toggle,
body.is-darkmode.c-page--default .c-nav--tree .c-item.has-children .c-link .o-toggle {
    background: yellow !important;
    color: black !important;
    fill: black !important;
  }
  .mode-hc body.c-page--default .c-nav--tree .c-item.has-children .c-link .o-toggle a, body.mode-hc.c-page--default .c-nav--tree .c-item.has-children .c-link .o-toggle a,
body.is-darkmode.c-page--default .c-nav--tree .c-item.has-children .c-link .o-toggle a {
    color: black !important;
  }
  .mode-hc body.c-page--default .c-nav--tree .c-item.has-children.is-active .c-link, body.mode-hc.c-page--default .c-nav--tree .c-item.has-children.is-active .c-link,
body.is-darkmode.c-page--default .c-nav--tree .c-item.has-children.is-active .c-link {
    background: black !important;
    color: white !important;
    fill: white !important;
  }
  .mode-hc body.c-page--default .c-nav--tree .c-item.has-children.is-active .c-link a, body.mode-hc.c-page--default .c-nav--tree .c-item.has-children.is-active .c-link a,
body.is-darkmode.c-page--default .c-nav--tree .c-item.has-children.is-active .c-link a {
    color: white !important;
  }
  .mode-hc body.c-page--default .c-nav--tree.siblings-hidden .c-item.is-selected.is-active.has-children, body.mode-hc.c-page--default .c-nav--tree.siblings-hidden .c-item.is-selected.is-active.has-children,
body.is-darkmode.c-page--default .c-nav--tree.siblings-hidden .c-item.is-selected.is-active.has-children {
    border-bottom: none !important;
  }
  .mode-hc body.c-page--default .c-nav--tree.siblings-hidden .c-item.is-selected.is-active.has-children > .c-link, body.mode-hc.c-page--default .c-nav--tree.siblings-hidden .c-item.is-selected.is-active.has-children > .c-link,
body.is-darkmode.c-page--default .c-nav--tree.siblings-hidden .c-item.is-selected.is-active.has-children > .c-link {
    background: yellow !important;
    color: black !important;
    fill: black !important;
  }
  .mode-hc body.c-page--default .c-nav--tree.siblings-hidden .c-item.is-selected.is-active.has-children > .c-link a, body.mode-hc.c-page--default .c-nav--tree.siblings-hidden .c-item.is-selected.is-active.has-children > .c-link a,
body.is-darkmode.c-page--default .c-nav--tree.siblings-hidden .c-item.is-selected.is-active.has-children > .c-link a {
    color: black !important;
  }
  .mode-hc body.c-page--default .c-nav--tree.siblings-hidden .c-item.is-selected.is-active.has-children .c-list, body.mode-hc.c-page--default .c-nav--tree.siblings-hidden .c-item.is-selected.is-active.has-children .c-list,
body.is-darkmode.c-page--default .c-nav--tree.siblings-hidden .c-item.is-selected.is-active.has-children .c-list {
    background: black !important;
    color: white !important;
    fill: white !important;
  }
  .mode-hc body.c-page--default .c-nav--tree.siblings-hidden .c-item.is-selected.is-active.has-children .c-list a, body.mode-hc.c-page--default .c-nav--tree.siblings-hidden .c-item.is-selected.is-active.has-children .c-list a,
body.is-darkmode.c-page--default .c-nav--tree.siblings-hidden .c-item.is-selected.is-active.has-children .c-list a {
    color: white !important;
  }
  .mode-hc body.c-page--default .c-nav--tree.siblings-hidden .c-item.is-selected.is-active.has-children .c-list .c-item, body.mode-hc.c-page--default .c-nav--tree.siblings-hidden .c-item.is-selected.is-active.has-children .c-list .c-item,
body.is-darkmode.c-page--default .c-nav--tree.siblings-hidden .c-item.is-selected.is-active.has-children .c-list .c-item {
    border-bottom: 1px solid white;
    background: transparent;
  }
  .mode-hc body.c-page--default .c-nav--tree.siblings-hidden .c-item.is-selected.is-active.has-children .c-list .c-item.has-children.is-open .c-list .c-item, body.mode-hc.c-page--default .c-nav--tree.siblings-hidden .c-item.is-selected.is-active.has-children .c-list .c-item.has-children.is-open .c-list .c-item,
body.is-darkmode.c-page--default .c-nav--tree.siblings-hidden .c-item.is-selected.is-active.has-children .c-list .c-item.has-children.is-open .c-list .c-item {
    border-bottom: none;
  }
  .mode-hc body.c-page--default .edn-cards--default .l-item, body.mode-hc.c-page--default .edn-cards--default .l-item,
body.is-darkmode.c-page--default .edn-cards--default .l-item {
    background: white !important;
    color: black !important;
    fill: black !important;
    padding: 12px;
  }
  .mode-hc body.c-page--default .edn-cards--default .l-item a, body.mode-hc.c-page--default .edn-cards--default .l-item a,
body.is-darkmode.c-page--default .edn-cards--default .l-item a {
    color: black !important;
  }
  .mode-hc body.c-page--default .c-article-detail__head .fotorama__stage__frame, body.mode-hc.c-page--default .c-article-detail__head .fotorama__stage__frame,
body.is-darkmode.c-page--default .c-article-detail__head .fotorama__stage__frame {
    background: black !important;
    color: white !important;
    fill: white !important;
  }
  .mode-hc body.c-page--default .c-article-detail__head .fotorama__stage__frame a, body.mode-hc.c-page--default .c-article-detail__head .fotorama__stage__frame a,
body.is-darkmode.c-page--default .c-article-detail__head .fotorama__stage__frame a {
    color: white !important;
  }
  .mode-hc body.c-page--default .c-article-detail__aside-wrap, body.mode-hc.c-page--default .c-article-detail__aside-wrap,
body.is-darkmode.c-page--default .c-article-detail__aside-wrap {
    background: white !important;
    color: black !important;
    fill: black !important;
  }
  .mode-hc body.c-page--default .c-article-detail__aside-wrap a, body.mode-hc.c-page--default .c-article-detail__aside-wrap a,
body.is-darkmode.c-page--default .c-article-detail__aside-wrap a {
    color: black !important;
  }
  .mode-hc body.c-page--default .c-article-detail__aside-wrap div:not(.c-article-detail-share) a, body.mode-hc.c-page--default .c-article-detail__aside-wrap div:not(.c-article-detail-share) a,
body.is-darkmode.c-page--default .c-article-detail__aside-wrap div:not(.c-article-detail-share) a {
    position: relative;
  }
  .mode-hc body.c-page--default .c-article-detail__aside-wrap div:not(.c-article-detail-share) a:after, body.mode-hc.c-page--default .c-article-detail__aside-wrap div:not(.c-article-detail-share) a:after,
body.is-darkmode.c-page--default .c-article-detail__aside-wrap div:not(.c-article-detail-share) a:after {
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    bottom: -1px;
    left: 0;
    right: 0;
    opacity: 0.3;
  }
  .mode-hc body.c-page--default .c-article-detail__aside-wrap div:not(.c-article-detail-share) a:hover, body.mode-hc.c-page--default .c-article-detail__aside-wrap div:not(.c-article-detail-share) a:hover,
body.is-darkmode.c-page--default .c-article-detail__aside-wrap div:not(.c-article-detail-share) a:hover {
    text-decoration: none !important;
  }
  .mode-hc body.c-page--default .c-article-detail__aside-wrap div:not(.c-article-detail-share) a:hover:after, body.mode-hc.c-page--default .c-article-detail__aside-wrap div:not(.c-article-detail-share) a:hover:after,
body.is-darkmode.c-page--default .c-article-detail__aside-wrap div:not(.c-article-detail-share) a:hover:after {
    bottom: -2px;
    height: 3px;
    opacity: 1;
  }
  .mode-hc body.c-page--default .c-article-detail__aside-wrap div:not(.c-article-detail-share) a:after, body.mode-hc.c-page--default .c-article-detail__aside-wrap div:not(.c-article-detail-share) a:after,
body.is-darkmode.c-page--default .c-article-detail__aside-wrap div:not(.c-article-detail-share) a:after {
    background: black;
  }
  .mode-hc body.c-page--default .l-mc--latest, body.mode-hc.c-page--default .l-mc--latest,
body.is-darkmode.c-page--default .l-mc--latest {
    background: black !important;
    color: white !important;
    fill: white !important;
  }
  .mode-hc body.c-page--default .l-mc--latest a, body.mode-hc.c-page--default .l-mc--latest a,
body.is-darkmode.c-page--default .l-mc--latest a {
    color: white !important;
  }
  .mode-hc body.c-page--default .l-mc--latest .l-mc__title, body.mode-hc.c-page--default .l-mc--latest .l-mc__title,
body.is-darkmode.c-page--default .l-mc--latest .l-mc__title {
    color: white;
    font-size: 1.125rem;
    margin-bottom: 1.2rem;
  }
  .mode-hc body.c-page--default .l-mc--latest .edn-item .l-item, body.mode-hc.c-page--default .l-mc--latest .edn-item .l-item,
body.is-darkmode.c-page--default .l-mc--latest .edn-item .l-item {
    background: white !important;
    color: black !important;
    fill: black !important;
  }
  .mode-hc body.c-page--default .l-mc--latest .edn-item .l-item a, body.mode-hc.c-page--default .l-mc--latest .edn-item .l-item a,
body.is-darkmode.c-page--default .l-mc--latest .edn-item .l-item a {
    color: black !important;
  }
  .mode-hc body.c-page--default .l-switch-search .c-switch__item.active, body.mode-hc.c-page--default .l-switch-search .c-switch__item.active,
body.is-darkmode.c-page--default .l-switch-search .c-switch__item.active {
    background: black !important;
    color: white !important;
    fill: white !important;
  }
  .mode-hc body.c-page--default .l-switch-search .c-switch__item.active a, body.mode-hc.c-page--default .l-switch-search .c-switch__item.active a,
body.is-darkmode.c-page--default .l-switch-search .c-switch__item.active a {
    color: white !important;
  }
  .mode-hc body .l-view--accordion .c-item__title, body.mode-hc .l-view--accordion .c-item__title,
body.is-darkmode .l-view--accordion .c-item__title {
    background: black !important;
    color: white !important;
    fill: white !important;
    border: 1px solid white;
  }
  .mode-hc body .l-view--accordion .c-item__title a, body.mode-hc .l-view--accordion .c-item__title a,
body.is-darkmode .l-view--accordion .c-item__title a {
    color: white !important;
  }
  .mode-hc body .l-view--accordion .c-item__title .c-toggler, body.mode-hc .l-view--accordion .c-item__title .c-toggler,
body.is-darkmode .l-view--accordion .c-item__title .c-toggler {
    background: yellow !important;
    color: black !important;
    fill: black !important;
  }
  .mode-hc body .l-view--accordion .c-item__title .c-toggler a, body.mode-hc .l-view--accordion .c-item__title .c-toggler a,
body.is-darkmode .l-view--accordion .c-item__title .c-toggler a {
    color: black !important;
  }
  .mode-hc body .app-contents.app-contents--accordion .l-view--accordion .l-item .c-icon .o-icon svg, body.mode-hc .app-contents.app-contents--accordion .l-view--accordion .l-item .c-icon .o-icon svg,
body.is-darkmode .app-contents.app-contents--accordion .l-view--accordion .l-item .c-icon .o-icon svg {
    fill: white;
  }
  .mode-hc body .app-contents.app-contents--accordion .l-view--accordion .c-item__title:after, body.mode-hc .app-contents.app-contents--accordion .l-view--accordion .c-item__title:after,
body.is-darkmode .app-contents.app-contents--accordion .l-view--accordion .c-item__title:after {
    color: white;
  }
  .mode-hc body .app-contents.cards-homepage .l-view-basic .l-view__header .o-title,
.mode-hc body .app-contents .l-view--split .l-contents .l-item__body, body.mode-hc .app-contents.cards-homepage .l-view-basic .l-view__header .o-title,
body.mode-hc .app-contents .l-view--split .l-contents .l-item__body,
body.is-darkmode .app-contents.cards-homepage .l-view-basic .l-view__header .o-title,
body.is-darkmode .app-contents .l-view--split .l-contents .l-item__body {
    background: black !important;
    color: white !important;
    fill: white !important;
  }
  .mode-hc body .app-contents.cards-homepage .l-view-basic .l-view__header .o-title a,
.mode-hc body .app-contents .l-view--split .l-contents .l-item__body a, body.mode-hc .app-contents.cards-homepage .l-view-basic .l-view__header .o-title a,
body.mode-hc .app-contents .l-view--split .l-contents .l-item__body a,
body.is-darkmode .app-contents.cards-homepage .l-view-basic .l-view__header .o-title a,
body.is-darkmode .app-contents .l-view--split .l-contents .l-item__body a {
    color: white !important;
  }
  .mode-hc body .app-contents .l-view-basic .l-view__contents .c-item__body, body.mode-hc .app-contents .l-view-basic .l-view__contents .c-item__body,
body.is-darkmode .app-contents .l-view-basic .l-view__contents .c-item__body {
    background: black !important;
    color: white !important;
    fill: white !important;
  }
  .mode-hc body .app-contents .l-view-basic .l-view__contents .c-item__body a, body.mode-hc .app-contents .l-view-basic .l-view__contents .c-item__body a,
body.is-darkmode .app-contents .l-view-basic .l-view__contents .c-item__body a {
    color: white !important;
  }
  .mode-hc body .app-contents.zbirka-detail .c-item__title, body.mode-hc .app-contents.zbirka-detail .c-item__title,
body.is-darkmode .app-contents.zbirka-detail .c-item__title {
    background: black !important;
    color: white !important;
    fill: white !important;
  }
  .mode-hc body .app-contents.zbirka-detail .c-item__title a, body.mode-hc .app-contents.zbirka-detail .c-item__title a,
body.is-darkmode .app-contents.zbirka-detail .c-item__title a {
    color: white !important;
  }
  .mode-hc body .app-contents.zbirka-detail .c-item__title .o-title, body.mode-hc .app-contents.zbirka-detail .c-item__title .o-title,
body.is-darkmode .app-contents.zbirka-detail .c-item__title .o-title {
    color: white;
  }
  .mode-hc body .o-button, body.mode-hc .o-button,
body.is-darkmode .o-button {
    background: black !important;
    color: white !important;
    fill: white !important;
    border: 1px solid white !important;
  }
  .mode-hc body .o-button a, body.mode-hc .o-button a,
body.is-darkmode .o-button a {
    color: white !important;
  }
  .mode-hc body .app-contents.contact-cards .l-view__contents:not(:last-of-type), body.mode-hc .app-contents.contact-cards .l-view__contents:not(:last-of-type),
body.is-darkmode .app-contents.contact-cards .l-view__contents:not(:last-of-type) {
    border-color: #FFFFFF1A;
  }
  .mode-hc body .app-contents .l-view--tabs .nav-link.active, body.mode-hc .app-contents .l-view--tabs .nav-link.active,
body.is-darkmode .app-contents .l-view--tabs .nav-link.active {
    color: black !important;
  }

  .mode-hc body .EDNcategorycolor-green,
.mode-hc body .EDNcategorycolor-red,
.mode-hc body .EDNcategorycolor-blue,
.mode-hc body .EDNcategorycolor-purple,
.mode-hc body .EDNcategorycolor-yellow,
.mode-hc body .EDNcategorycolor-orange,
.mode-hc body .EDNcategorycolor-black, body.mode-hc .EDNcategorycolor-green,
body.mode-hc .EDNcategorycolor-red,
body.mode-hc .EDNcategorycolor-blue,
body.mode-hc .EDNcategorycolor-purple,
body.mode-hc .EDNcategorycolor-yellow,
body.mode-hc .EDNcategorycolor-orange,
body.mode-hc .EDNcategorycolor-black,
body.is-darkmode .EDNcategorycolor-green,
body.is-darkmode .EDNcategorycolor-red,
body.is-darkmode .EDNcategorycolor-blue,
body.is-darkmode .EDNcategorycolor-purple,
body.is-darkmode .EDNcategorycolor-yellow,
body.is-darkmode .EDNcategorycolor-orange,
body.is-darkmode .EDNcategorycolor-black {
    color: white;
  }
  .mode-hc body .edn-feed--slider.homepage .slick-list .slick-track .slick-slide .l-item .o-links .o-button, body.mode-hc .edn-feed--slider.homepage .slick-list .slick-track .slick-slide .l-item .o-links .o-button,
body.is-darkmode .edn-feed--slider.homepage .slick-list .slick-track .slick-slide .l-item .o-links .o-button {
    border-color: white;
  }
  .mode-hc body .edn-feed--slider.homepage .slick-list .slick-track .slick-slide .l-item .o-links .o-button:after, body.mode-hc .edn-feed--slider.homepage .slick-list .slick-track .slick-slide .l-item .o-links .o-button:after,
body.is-darkmode .edn-feed--slider.homepage .slick-list .slick-track .slick-slide .l-item .o-links .o-button:after {
    color: white;
  }
  .mode-hc body .edn-feed--slider.homepage .slick-dots li.slick-active span, body.mode-hc .edn-feed--slider.homepage .slick-dots li.slick-active span,
body.is-darkmode .edn-feed--slider.homepage .slick-dots li.slick-active span {
    background-color: white;
    opacity: 1;
  }
  .mode-hc body .edn-feed--slider.homepage .slick-dots span, .mode-hc body .edn-feed--slider.homepage .slick-dots span:hover, body.mode-hc .edn-feed--slider.homepage .slick-dots span, body.mode-hc .edn-feed--slider.homepage .slick-dots span:hover,
body.is-darkmode .edn-feed--slider.homepage .slick-dots span,
body.is-darkmode .edn-feed--slider.homepage .slick-dots span:hover {
    background-color: white;
    opacity: 0.75;
  }
  .mode-hc body .edn-list--cards.izlozbe .edn-title,
.mode-hc body .edn-list--cards.dogadanja .edn-title, body.mode-hc .edn-list--cards.izlozbe .edn-title,
body.mode-hc .edn-list--cards.dogadanja .edn-title,
body.is-darkmode .edn-list--cards.izlozbe .edn-title,
body.is-darkmode .edn-list--cards.dogadanja .edn-title {
    color: white;
  }
  .mode-hc body .edn-list--cards.izlozbe .btn-arhiva a,
.mode-hc body .edn-list--cards.dogadanja .btn-arhiva a, body.mode-hc .edn-list--cards.izlozbe .btn-arhiva a,
body.mode-hc .edn-list--cards.dogadanja .btn-arhiva a,
body.is-darkmode .edn-list--cards.izlozbe .btn-arhiva a,
body.is-darkmode .edn-list--cards.dogadanja .btn-arhiva a {
    border-color: white;
  }
  .mode-hc body .edn-list--cards.izlozbe .l-item .c-item,
.mode-hc body .edn-list--cards.dogadanja .l-item .c-item, body.mode-hc .edn-list--cards.izlozbe .l-item .c-item,
body.mode-hc .edn-list--cards.dogadanja .l-item .c-item,
body.is-darkmode .edn-list--cards.izlozbe .l-item .c-item,
body.is-darkmode .edn-list--cards.dogadanja .l-item .c-item {
    background: black !important;
    color: white !important;
    fill: white !important;
  }
  .mode-hc body .edn-list--cards.izlozbe .l-item .c-item a,
.mode-hc body .edn-list--cards.dogadanja .l-item .c-item a, body.mode-hc .edn-list--cards.izlozbe .l-item .c-item a,
body.mode-hc .edn-list--cards.dogadanja .l-item .c-item a,
body.is-darkmode .edn-list--cards.izlozbe .l-item .c-item a,
body.is-darkmode .edn-list--cards.dogadanja .l-item .c-item a {
    color: white !important;
  }
  .mode-hc body .edn-list--cards.izlozbe .l-item .c-item__footer .o-title,
.mode-hc body .edn-list--cards.dogadanja .l-item .c-item__footer .o-title, body.mode-hc .edn-list--cards.izlozbe .l-item .c-item__footer .o-title,
body.mode-hc .edn-list--cards.dogadanja .l-item .c-item__footer .o-title,
body.is-darkmode .edn-list--cards.izlozbe .l-item .c-item__footer .o-title,
body.is-darkmode .edn-list--cards.dogadanja .l-item .c-item__footer .o-title {
    color: white;
  }
  .mode-hc body .edn-list--feed.arhiva .arhiva-top .btn-arhiva a, body.mode-hc .edn-list--feed.arhiva .arhiva-top .btn-arhiva a,
body.is-darkmode .edn-list--feed.arhiva .arhiva-top .btn-arhiva a {
    border-color: white;
  }
  .mode-hc body .edn-list--feed.arhiva .l-item, body.mode-hc .edn-list--feed.arhiva .l-item,
body.is-darkmode .edn-list--feed.arhiva .l-item {
    background: black !important;
    color: white !important;
    fill: white !important;
    border-top: 1px solid #FFFFFF80;
  }
  .mode-hc body .edn-list--feed.arhiva .l-item a, body.mode-hc .edn-list--feed.arhiva .l-item a,
body.is-darkmode .edn-list--feed.arhiva .l-item a {
    color: white !important;
  }
  .mode-hc body .edn-list--feed.izdavastvo .l-item, body.mode-hc .edn-list--feed.izdavastvo .l-item,
body.is-darkmode .edn-list--feed.izdavastvo .l-item {
    background: black !important;
    color: white !important;
    fill: white !important;
    border-color: #FFFFFF80;
  }
  .mode-hc body .edn-list--feed.izdavastvo .l-item a, body.mode-hc .edn-list--feed.izdavastvo .l-item a,
body.is-darkmode .edn-list--feed.izdavastvo .l-item a {
    color: white !important;
  }
  .mode-hc body .edn-article-detail.izlozbe .l-top, body.mode-hc .edn-article-detail.izlozbe .l-top,
body.is-darkmode .edn-article-detail.izlozbe .l-top {
    background: black !important;
    color: white !important;
    fill: white !important;
  }
  .mode-hc body .edn-article-detail.izlozbe .l-top a, body.mode-hc .edn-article-detail.izlozbe .l-top a,
body.is-darkmode .edn-article-detail.izlozbe .l-top a {
    color: white !important;
  }
  .mode-hc body .edn-article-detail.izlozbe .l-body .c-share .c-list a img, body.mode-hc .edn-article-detail.izlozbe .l-body .c-share .c-list a img,
body.is-darkmode .edn-article-detail.izlozbe .l-body .c-share .c-list a img {
    filter: invert(1);
  }
  .mode-hc body .edn-article-detail.izlozbe .l-body .l-content .c-body p,
.mode-hc body .edn-article-detail.izlozbe .l-body .l-media__gallery a .title,
.mode-hc body .edn-article-detail.izlozbe .l-body .l-media__gallery a .description, body.mode-hc .edn-article-detail.izlozbe .l-body .l-content .c-body p,
body.mode-hc .edn-article-detail.izlozbe .l-body .l-media__gallery a .title,
body.mode-hc .edn-article-detail.izlozbe .l-body .l-media__gallery a .description,
body.is-darkmode .edn-article-detail.izlozbe .l-body .l-content .c-body p,
body.is-darkmode .edn-article-detail.izlozbe .l-body .l-media__gallery a .title,
body.is-darkmode .edn-article-detail.izlozbe .l-body .l-media__gallery a .description {
    color: white !important;
  }
  .mode-hc body .ednMoreArticlesTriggerWrapper .trigger, body.mode-hc .ednMoreArticlesTriggerWrapper .trigger,
body.is-darkmode .ednMoreArticlesTriggerWrapper .trigger {
    background: black !important;
    color: white !important;
    fill: white !important;
    border-color: white;
  }
  .mode-hc body .ednMoreArticlesTriggerWrapper .trigger a, body.mode-hc .ednMoreArticlesTriggerWrapper .trigger a,
body.is-darkmode .ednMoreArticlesTriggerWrapper .trigger a {
    color: white !important;
  }
  .mode-hc body .ednMoreArticlesTriggerWrapper .trigger > span:first-of-type:after, body.mode-hc .ednMoreArticlesTriggerWrapper .trigger > span:first-of-type:after,
body.is-darkmode .ednMoreArticlesTriggerWrapper .trigger > span:first-of-type:after {
    color: white;
  }
  .mode-hc body .news .article_pager a.page, .mode-hc body .news .article_pager a.next, .mode-hc body .news .article_pager a.last, .mode-hc body .news .article_pager a.prev, body.mode-hc .news .article_pager a.page, body.mode-hc .news .article_pager a.next, body.mode-hc .news .article_pager a.last, body.mode-hc .news .article_pager a.prev,
body.is-darkmode .news .article_pager a.page,
body.is-darkmode .news .article_pager a.next,
body.is-darkmode .news .article_pager a.last,
body.is-darkmode .news .article_pager a.prev {
    border-color: white;
  }
  .mode-hc body .news .article_pager a.page.active, .mode-hc body .news .article_pager a.next.active, .mode-hc body .news .article_pager a.last.active, .mode-hc body .news .article_pager a.prev.active, body.mode-hc .news .article_pager a.page.active, body.mode-hc .news .article_pager a.next.active, body.mode-hc .news .article_pager a.last.active, body.mode-hc .news .article_pager a.prev.active,
body.is-darkmode .news .article_pager a.page.active,
body.is-darkmode .news .article_pager a.next.active,
body.is-darkmode .news .article_pager a.last.active,
body.is-darkmode .news .article_pager a.prev.active {
    background: white !important;
    color: black !important;
    fill: black !important;
  }
  .mode-hc body .news .article_pager a.page.active a, .mode-hc body .news .article_pager a.next.active a, .mode-hc body .news .article_pager a.last.active a, .mode-hc body .news .article_pager a.prev.active a, body.mode-hc .news .article_pager a.page.active a, body.mode-hc .news .article_pager a.next.active a, body.mode-hc .news .article_pager a.last.active a, body.mode-hc .news .article_pager a.prev.active a,
body.is-darkmode .news .article_pager a.page.active a,
body.is-darkmode .news .article_pager a.next.active a,
body.is-darkmode .news .article_pager a.last.active a,
body.is-darkmode .news .article_pager a.prev.active a {
    color: black !important;
  }
  .mode-hc body [class*=eds_news_].eds_subCollection_search [id$=ViewEasyDNNNewsSearch_upSearch], body.mode-hc [class*=eds_news_].eds_subCollection_search [id$=ViewEasyDNNNewsSearch_upSearch],
body.is-darkmode [class*=eds_news_].eds_subCollection_search [id$=ViewEasyDNNNewsSearch_upSearch] {
    background: black;
  }
  .mode-hc body [class*=eds_news_].eds_subCollection_search [id$=ViewEasyDNNNewsSearch_upSearch] .edncf_AdvancedSearch .edncf_container span, body.mode-hc [class*=eds_news_].eds_subCollection_search [id$=ViewEasyDNNNewsSearch_upSearch] .edncf_AdvancedSearch .edncf_container span,
body.is-darkmode [class*=eds_news_].eds_subCollection_search [id$=ViewEasyDNNNewsSearch_upSearch] .edncf_AdvancedSearch .edncf_container span {
    color: white;
  }
  .mode-hc body [class*=eds_news_].eds_subCollection_search [id$=ViewEasyDNNNewsSearch_upSearch] .edncf_submit, body.mode-hc [class*=eds_news_].eds_subCollection_search [id$=ViewEasyDNNNewsSearch_upSearch] .edncf_submit,
body.is-darkmode [class*=eds_news_].eds_subCollection_search [id$=ViewEasyDNNNewsSearch_upSearch] .edncf_submit {
    background: white !important;
    color: black !important;
    fill: black !important;
  }
  .mode-hc body [class*=eds_news_].eds_subCollection_search [id$=ViewEasyDNNNewsSearch_upSearch] .edncf_submit a, body.mode-hc [class*=eds_news_].eds_subCollection_search [id$=ViewEasyDNNNewsSearch_upSearch] .edncf_submit a,
body.is-darkmode [class*=eds_news_].eds_subCollection_search [id$=ViewEasyDNNNewsSearch_upSearch] .edncf_submit a {
    color: black !important;
  }
  .mode-hc body [class*=eds_news_].eds_subCollection_search [id$=ViewEasyDNNNewsSearch_upSearch] .edncf_submit span, body.mode-hc [class*=eds_news_].eds_subCollection_search [id$=ViewEasyDNNNewsSearch_upSearch] .edncf_submit span,
body.is-darkmode [class*=eds_news_].eds_subCollection_search [id$=ViewEasyDNNNewsSearch_upSearch] .edncf_submit span {
    background: white !important;
    color: black !important;
    fill: black !important;
  }
  .mode-hc body [class*=eds_news_].eds_subCollection_search [id$=ViewEasyDNNNewsSearch_upSearch] .edncf_submit span a, body.mode-hc [class*=eds_news_].eds_subCollection_search [id$=ViewEasyDNNNewsSearch_upSearch] .edncf_submit span a,
body.is-darkmode [class*=eds_news_].eds_subCollection_search [id$=ViewEasyDNNNewsSearch_upSearch] .edncf_submit span a {
    color: black !important;
  }
}
.mode-largefont, .is-largefont {
  /*
    Helper 
      kad ne možemo extendat bs spacing variable
    ----------------------------------------------------------------
    for easier use of defined spacers when @extend not alowed
    usage: margin-right: $spacer-3 == @extend .mr-3; (ali bez !important što dodaje BS)
  */
  /* Large fonts */
}
.mode-largefont, .is-largefont {
  font-size: 1.5rem;
}
.mode-largefont .display-1, .is-largefont .display-1 {
  font-size: 8rem;
}
@media (max-width: 1200px) {
  .mode-largefont .display-1, .is-largefont .display-1 {
    font-size: calc(1.925rem + 8.1vw);
  }
}
.mode-largefont .display-2, .is-largefont .display-2 {
  font-size: 7rem;
}
@media (max-width: 1200px) {
  .mode-largefont .display-2, .is-largefont .display-2 {
    font-size: calc(1.825rem + 6.9vw);
  }
}
.mode-largefont .display-3, .is-largefont .display-3 {
  font-size: 6rem;
}
@media (max-width: 1200px) {
  .mode-largefont .display-3, .is-largefont .display-3 {
    font-size: calc(1.725rem + 5.7vw);
  }
}
.mode-largefont .display-4, .is-largefont .display-4 {
  font-size: 4rem;
}
@media (max-width: 1200px) {
  .mode-largefont .display-4, .is-largefont .display-4 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
.mode-largefont .lead, .is-largefont .lead {
  font-size: 1rem;
}
.mode-largefont small, .mode-largefont .small, .is-largefont small, .is-largefont .small {
  font-size: 0.875rem;
}
.mode-largefont .l-page__header .l-header--main .l-nav__main .c-list .c-nav--navbar .dropdown-menu .dropdown-item, .is-largefont .l-page__header .l-header--main .l-nav__main .c-list .c-nav--navbar .dropdown-menu .dropdown-item {
  font-size: 24px !important;
}
.mode-largefont .edn-list--cards.dogadanja .l-item .c-item .overlay span,
.mode-largefont .edn-list--cards.dogadanja .btn-arhiva a,
.mode-largefont .edn-list--cards.izlozbe .l-item .c-item .overlay span,
.mode-largefont .edn-list--cards.izlozbe .btn-arhiva a,
.mode-largefont .edn-list--feed.arhiva .l-item .c-item .overlay span,
.mode-largefont .edn-list--feed.arhiva .btn-arhiva a, .is-largefont .edn-list--cards.dogadanja .l-item .c-item .overlay span,
.is-largefont .edn-list--cards.dogadanja .btn-arhiva a,
.is-largefont .edn-list--cards.izlozbe .l-item .c-item .overlay span,
.is-largefont .edn-list--cards.izlozbe .btn-arhiva a,
.is-largefont .edn-list--feed.arhiva .l-item .c-item .overlay span,
.is-largefont .edn-list--feed.arhiva .btn-arhiva a {
  font-size: 22px !important;
}
.mode-largefont .edn-list--cards.dogadanja .l-item .c-item__footer .c-title .o-category,
.mode-largefont .edn-list--cards.dogadanja .l-item .c-item__footer .c-footer .o-date,
.mode-largefont .edn-list--cards.izlozbe .l-item .c-item__footer .c-title .o-category,
.mode-largefont .edn-list--cards.izlozbe .l-item .c-item__footer .c-footer .o-date,
.mode-largefont .edn-list--feed.arhiva .l-item .c-item__footer .c-title .o-category,
.mode-largefont .edn-list--feed.arhiva .l-item .c-item__footer .c-footer .o-date, .is-largefont .edn-list--cards.dogadanja .l-item .c-item__footer .c-title .o-category,
.is-largefont .edn-list--cards.dogadanja .l-item .c-item__footer .c-footer .o-date,
.is-largefont .edn-list--cards.izlozbe .l-item .c-item__footer .c-title .o-category,
.is-largefont .edn-list--cards.izlozbe .l-item .c-item__footer .c-footer .o-date,
.is-largefont .edn-list--feed.arhiva .l-item .c-item__footer .c-title .o-category,
.is-largefont .edn-list--feed.arhiva .l-item .c-item__footer .c-footer .o-date {
  font-size: 22px !important;
  line-height: 24px !important;
}
@media (min-width: 992px) {
  .mode-largefont .edn-list--cards.dogadanja .l-item .c-item__footer .c-title .o-category,
.mode-largefont .edn-list--cards.dogadanja .l-item .c-item__footer .c-footer .o-date,
.mode-largefont .edn-list--cards.izlozbe .l-item .c-item__footer .c-title .o-category,
.mode-largefont .edn-list--cards.izlozbe .l-item .c-item__footer .c-footer .o-date,
.mode-largefont .edn-list--feed.arhiva .l-item .c-item__footer .c-title .o-category,
.mode-largefont .edn-list--feed.arhiva .l-item .c-item__footer .c-footer .o-date, .is-largefont .edn-list--cards.dogadanja .l-item .c-item__footer .c-title .o-category,
.is-largefont .edn-list--cards.dogadanja .l-item .c-item__footer .c-footer .o-date,
.is-largefont .edn-list--cards.izlozbe .l-item .c-item__footer .c-title .o-category,
.is-largefont .edn-list--cards.izlozbe .l-item .c-item__footer .c-footer .o-date,
.is-largefont .edn-list--feed.arhiva .l-item .c-item__footer .c-title .o-category,
.is-largefont .edn-list--feed.arhiva .l-item .c-item__footer .c-footer .o-date {
    font-size: 24px !important;
    line-height: 28px !important;
  }
}
.mode-largefont .edn-list--cards.izlozbe .l-item .c-item__footer .c-title .o-title,
.mode-largefont .edn-list--feed.arhiva .arhiva-top .edn-title, .is-largefont .edn-list--cards.izlozbe .l-item .c-item__footer .c-title .o-title,
.is-largefont .edn-list--feed.arhiva .arhiva-top .edn-title {
  font-size: 35px !important;
}
@media (min-width: 992px) {
  .mode-largefont .edn-list--cards.izlozbe .l-item .c-item__footer .c-title .o-title,
.mode-largefont .edn-list--feed.arhiva .arhiva-top .edn-title, .is-largefont .edn-list--cards.izlozbe .l-item .c-item__footer .c-title .o-title,
.is-largefont .edn-list--feed.arhiva .arhiva-top .edn-title {
    font-size: 50px !important;
  }
}
.mode-largefont .edn-list--feed.izdavastvo .l-item .c-item .o-date, .is-largefont .edn-list--feed.izdavastvo .l-item .c-item .o-date {
  font-size: 22px !important;
}
.mode-largefont .edn-list--feed.izdavastvo .l-item .c-item .c-title .o-title, .is-largefont .edn-list--feed.izdavastvo .l-item .c-item .c-title .o-title {
  font-size: 24px !important;
}
@media (min-width: 992px) {
  .mode-largefont .edn-list--feed.izdavastvo .l-item .c-item .c-title .o-title, .is-largefont .edn-list--feed.izdavastvo .l-item .c-item .c-title .o-title {
    font-size: 35px !important;
  }
}
.mode-largefont .edn-article-detail.izlozbe .l-top div, .is-largefont .edn-article-detail.izlozbe .l-top div {
  font-size: 24px !important;
}
.mode-largefont .edn-article-detail.izlozbe .l-body .l-content .c-body p, .is-largefont .edn-article-detail.izlozbe .l-body .l-content .c-body p {
  font-size: 18px !important;
}
.mode-largefont .edn-list--feed.arhiva .l-item .c-item .c-date,
.mode-largefont .edn-list--feed.arhiva .l-item .c-item .c-category,
.mode-largefont .edn-list--feed.arhiva .l-item .c-item .o-autor,
.mode-largefont .edn-list--feed.arhiva .l-item .c-item .c-title .o-title, .is-largefont .edn-list--feed.arhiva .l-item .c-item .c-date,
.is-largefont .edn-list--feed.arhiva .l-item .c-item .c-category,
.is-largefont .edn-list--feed.arhiva .l-item .c-item .o-autor,
.is-largefont .edn-list--feed.arhiva .l-item .c-item .c-title .o-title {
  font-size: 24px !important;
}
@media (min-width: 992px) {
  .mode-largefont .edn-list--feed.arhiva .l-item .c-item .c-date,
.mode-largefont .edn-list--feed.arhiva .l-item .c-item .c-category,
.mode-largefont .edn-list--feed.arhiva .l-item .c-item .o-autor,
.mode-largefont .edn-list--feed.arhiva .l-item .c-item .c-title .o-title, .is-largefont .edn-list--feed.arhiva .l-item .c-item .c-date,
.is-largefont .edn-list--feed.arhiva .l-item .c-item .c-category,
.is-largefont .edn-list--feed.arhiva .l-item .c-item .o-autor,
.is-largefont .edn-list--feed.arhiva .l-item .c-item .c-title .o-title {
    font-size: 35px !important;
  }
}
.mode-largefont .edn-list--feed.arhiva .l-item .c-item .c-link, .is-largefont .edn-list--feed.arhiva .l-item .c-item .c-link {
  font-size: 24px !important;
}
.mode-largefont .news .article_pager a.page,
.mode-largefont .news .article_pager a.first,
.mode-largefont .news .article_pager a.prev,
.mode-largefont .news .article_pager a.next,
.mode-largefont .news .article_pager a.last, .is-largefont .news .article_pager a.page,
.is-largefont .news .article_pager a.first,
.is-largefont .news .article_pager a.prev,
.is-largefont .news .article_pager a.next,
.is-largefont .news .article_pager a.last {
  font-size: 16px !important;
}
.mode-largefont .ednMoreArticlesTriggerWrapper .trigger > span, .is-largefont .ednMoreArticlesTriggerWrapper .trigger > span {
  font-size: 22px !important;
}
.mode-largefont .app-contents .l-view--split .l-contents .l-item .c-item__title .o-title, .is-largefont .app-contents .l-view--split .l-contents .l-item .c-item__title .o-title {
  font-size: 24px !important;
}
@media (min-width: 992px) {
  .mode-largefont .app-contents .l-view--split .l-contents .l-item .c-item__title .o-title, .is-largefont .app-contents .l-view--split .l-contents .l-item .c-item__title .o-title {
    font-size: 35px !important;
  }
}
.mode-largefont .app-contents .l-view--split .l-contents .l-item__body, .is-largefont .app-contents .l-view--split .l-contents .l-item__body {
  font-size: 19px !important;
}
.mode-largefont .app-contents .l-view-basic .l-view__contents .c-item__body,
.mode-largefont .app-contents .l-view-basic .l-view__contents .c-item__controls .o-button, .is-largefont .app-contents .l-view-basic .l-view__contents .c-item__body,
.is-largefont .app-contents .l-view-basic .l-view__contents .c-item__controls .o-button {
  font-size: 19px !important;
}
.mode-largefont .app-contents.app-contents--cards.grey-cards .l-view--cards .l-contents .c-item__title .o-title, .is-largefont .app-contents.app-contents--cards.grey-cards .l-view--cards .l-contents .c-item__title .o-title {
  font-size: 24px !important;
}
.mode-largefont .app-contents.app-contents--cards.grey-cards .l-view__header .o-title, .is-largefont .app-contents.app-contents--cards.grey-cards .l-view__header .o-title {
  font-size: 35px !important;
}
@media (min-width: 992px) {
  .mode-largefont .app-contents.app-contents--cards.grey-cards .l-view__header .o-title, .is-largefont .app-contents.app-contents--cards.grey-cards .l-view__header .o-title {
    font-size: 50px !important;
  }
}
.mode-largefont .app-contents.zbirka-detail .c-item__title .o-title, .is-largefont .app-contents.zbirka-detail .c-item__title .o-title {
  font-size: 45px !important;
}
@media (min-width: 992px) {
  .mode-largefont .app-contents.zbirka-detail .c-item__title .o-title, .is-largefont .app-contents.zbirka-detail .c-item__title .o-title {
    font-size: 60px !important;
  }
}
.mode-largefont .app-contents.zbirka-detail .c-item__title .o-subtitle, .is-largefont .app-contents.zbirka-detail .c-item__title .o-subtitle {
  font-size: 20px !important;
}
@media (min-width: 992px) {
  .mode-largefont .app-contents.zbirka-detail .c-item__title .o-subtitle, .is-largefont .app-contents.zbirka-detail .c-item__title .o-subtitle {
    font-size: 24px !important;
  }
}
.mode-largefont .app-documents.vw-tree .c-file > .c-title a, .is-largefont .app-documents.vw-tree .c-file > .c-title a {
  font-size: 19px;
}
.mode-largefont .app-documents.vw-tree .title, .is-largefont .app-documents.vw-tree .title {
  font-size: 35px !important;
}
@media (min-width: 992px) {
  .mode-largefont .app-documents.vw-tree .title, .is-largefont .app-documents.vw-tree .title {
    font-size: 50px !important;
  }
}
.mode-largefont .l-addressbook-search-results .l-results .l-item .c-item__detail.o-function, .is-largefont .l-addressbook-search-results .l-results .l-item .c-item__detail.o-function {
  font-size: 19px !important;
}
.mode-largefont .l-addressbook.l-addressbook--cards .l-item .c-item__detail.c-name, .is-largefont .l-addressbook.l-addressbook--cards .l-item .c-item__detail.c-name {
  font-size: 24px !important;
}
.mode-largefont .l-addressbook-search-results .l-results .l-item .c-item .o-email,
.mode-largefont .l-addressbook-search-results .l-results .l-item .c-item .o-phone, .is-largefont .l-addressbook-search-results .l-results .l-item .c-item .o-email,
.is-largefont .l-addressbook-search-results .l-results .l-item .c-item .o-phone {
  font-size: 18px !important;
}
.mode-largefont .app-gallery.app-gallery--grid.zbirke-preset .l-group .l-group__item .image-description p, .is-largefont .app-gallery.app-gallery--grid.zbirke-preset .l-group .l-group__item .image-description p {
  font-size: 20px !important;
}

/*
  PageLink Switches
*/
.is-darkmode .dark-mode-switch .c-item__link .o-title,
.is-darkmode .large-font-switch .c-item__link .o-title {
  position: relative;
}
.is-darkmode .dark-mode-switch .c-item__link .o-title:after,
.is-darkmode .large-font-switch .c-item__link .o-title:after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  bottom: -1px;
  left: 0;
  right: 0;
  opacity: 0.3;
}
.is-darkmode .dark-mode-switch .c-item__link .o-title:hover,
.is-darkmode .large-font-switch .c-item__link .o-title:hover {
  text-decoration: none !important;
}
.is-darkmode .dark-mode-switch .c-item__link .o-title:hover:after,
.is-darkmode .large-font-switch .c-item__link .o-title:hover:after {
  bottom: -2px;
  height: 3px;
  opacity: 1;
}
.is-darkmode .dark-mode-switch .c-item__link .o-title:after,
.is-darkmode .large-font-switch .c-item__link .o-title:after {
  background: black;
}

.is-darkmode .dark-mode-switch .icon {
  transform: rotate(180deg);
}

.large-font-switch .icon {
  font-weight: 100;
}
.is-largefont .large-font-switch .icon {
  font-weight: 600;
}

/*# sourceMappingURL=file:///C:/Materijali/Galum/Website/Dev/galum-website/Website/Portals/_default/Skins/Sistemi/src/scss/accesibility.scss */
/*# sourceMappingURL=accesibility.css.map */

