@font-face {
  font-family: "Crimson";
  src: url("../fonts/CrimsonPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Crimson";
  src: url("../fonts/CrimsonPro-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Crimson";
  src: url("../fonts/CrimsonPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Crimson";
  src: url("../fonts/CrimsonPro-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Crimson";
  src: url("../fonts/CrimsonPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Crimson";
  src: url("../fonts/CrimsonPro-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}

@font-face {
		font-family: "Crimson";
  src: url("../fonts/CrimsonPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Crimson";
  src: url("../fonts/CrimsonPro-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}


@font-face {
  font-family: "Zilla";
  src: url("../fonts/ZillaSlab-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Zilla";
  src: url("../fonts/ZillaSlab-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Zilla";
  src: url("../fonts/ZillaSlab-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Zilla";
  src: url("../fonts/ZillaSlab-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Zilla";
  src: url("../fonts/ZillaSlab-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Zilla";
  src: url("../fonts/ZillaSlab-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Zilla";
  src: url("../fonts/ZillaSlab-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Zilla";
  src: url("../fonts/ZillaSlab-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Zilla";
  src: url("../fonts/ZillaSlab-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Zilla";
  src: url("../fonts/ZillaSlab-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
font-family: 'Icomoon';
src: url('../fonts/icomoon.woff') format('woff');
font-weight: normal;
font-style: normal;
}

html {
box-sizing: border-box;
scroll-behavior: smooth;
}

*, *::before, *::after {
box-sizing: inherit;
}

:root {
--tamnoplava-hladna: #1B2893;
--tamnoplava-topla: #00529E;
--svijetloplava: #eefaff;
--svjetlije-plava: #57B8E8;
--sivoplava: #4D80A1;
--zelena: #0C8E8E;
--svijetlozelena: #2AB674;
--siva-topla: #5C5F5F;
--tamnije-crvena: #b51100;
--tamnocrvena: #C13122;
--zarkocrvena: #ED1C24;
--crvena:#EA584A;
--narancasta: #F5813E;
--zuta: #FFCF01;
--oker: #DF9A34;
--ljubicasta: #7666AD;
--pozadina: #EFEFEF;
--page-navigation: #C13122;
--tamnosivoplava: #394553;
--navlink: #000; 
--navlink-icon: #315177; 
--page-navigation-hover: #0C8E8E;
}

.timestamp {
font-size: 19px;
}

.bars {
	font-size: 24px;
margin: 1em 0 2em;
padding: 20px;
border-top: 4px solid var(--tamnoplava-topla);
border-bottom: 4px solid var(--tamnoplava-topla);
}
.pullquote {
margin: 1.5em 0 1.5em;
padding: 20px 40px;
border-top: 4px solid var(--tamnoplava-topla);
border-bottom: 4px solid var(--tamnoplava-topla);
background: var(--svijetloplava);
}
.pullquote h3 {
color: var(--tamnoplava-topla);
margin-top: 0;
}
.pullquote p:last-child {
margin-bottom: 0;
}



.tamnoplava-hladna .supertitle::after {
background-color: var(--tamnoplava-hladna);
}
.tamnoplava-hladna .author,
.tamnoplava-hladna h2 {
color: var(--tamnoplava-hladna);
}

.tamnoplava-topla .supertitle::after {
background-color: var(--tamnoplava-topla);
}
.tamnoplava-topla .author,
.tamnoplava-topla h2 {
color: var(--tamnoplava-topla);
}

.svijetloplava .supertitle::after {
background-color: var(--svijetloplava);
}
.svijetloplava .author,
.svijetloplava h2 {
color: var(--svijetloplava);
}

.sivoplava .supertitle::after {
background-color: var(--sivoplava);
}
.sivoplava .author,
.sivoplava h2 {
color: var(--sivoplava);
}

.zelena .supertitle::after {
background-color: var(--zelena);
}
.zelena .author,
.zelena h2 {
color: var(--zelena);
}

.svijetlozelena .supertitle::after {
background-color: var(--svijetlozelena);
}
.svijetlozelena .author,
.svijetlozelena h2 {
color: var(--svijetlozelena);
}

.zarkocrvena .supertitle::after {
background-color: var(--zarkocrvena);
}
.zarkocrvena .author,
.zarkocrvena h2 {
color: var(--zarkocrvena);
}

.crvena .supertitle::after {
background-color: var(--crvena);
}
.crvena .author,
.crvena h2 {
color: var(--crvena);
}

.tamnocrvena .supertitle::after {
background-color: var(--tamnocrvena);
}
.tamnocrvena .author,
.tamnocrvena h2 {
color: var(--tamnocrvena);
}

.narancasta .supertitle::after {
background-color: var(--narancasta);
}
.narancasta .author,
.narancasta h2 {
color: var(--narancasta);
}

.zuta .supertitle::after {
background-color: var(--zuta);
}
.zuta .author,
.zuta h2 {
color: var(--zuta);
}

.oker .supertitle::after {
background-color: var(--oker);
}
.oker .author,
.oker h2 {
color: var(--oker);
}

.ljubicasta .supertitle::after {
background-color: var(--ljubicasta);
}
.ljubicasta .author,
.ljubicasta h2 {
color: var(--ljubicasta);
}

.tamnosivoplava .supertitle::after {
background-color: var(--tamnosivoplava);
}
.tamnosivoplava .author,
.tamnosivoplava h2 {
color: var(--tamnosivoplava);
}

.snippets.sivoplava .segment {
border-color:  var(--sivoplava);
}
.snippets.zelena .segment {
border-color:  var(--zelena);
}
.snippets.oker .segment {
border-color:  var(--oker);
}


.icon,
.icon::before,
a#navmainswitch::before,
.pagenav a::before,
.pagenav a::after,
a.home::before,
a.folder::before,
a.pdf::before,
.goto a::before,
a.share::before,
.introimage a::before,
.navbuttons a::before {
font-family: 'Icomoon' !important;
font-weight: normal !important;
}


body {
margin: 0;
padding: 0;
font-family: "Crimson";
font-size: 22px;
font-weight: 400;
line-height: 1.3;
color: #000;
background-color: var(--pozadina);
}

.wrap {
min-height: 100vh;
display: flex;
flex-flow: column nowrap;
max-width: 1084px;
margin: 0 auto;
}

.navbuttons {
position: fixed;
top: 0;
right: 0;
width: 40px;
z-index: 20;
display: flex;
flex-flow: column nowrap;
gap: 2px;
}

.navbuttons a {
display: block;
text-align: center;
line-height: 38px;
color: #fff;
background: #000;
border: 1px solid #000;
text-decoration: none;
}
.navbuttons a:hover {
color: #000;
background: #fff;
}
.navbuttons a::before {
display: block;
}

#vision a {
font-size: 24px;
}
#dyslexia a {
font-size: 26px;
}
a#nonimpaired,
a#nondyslexic {
display: block;
}
a#impaired,
a#dyslexic {
display: none;
}

a#nonimpaired::before {
content: "\e90f";
}
a#impaired::before {
content: "\e910";
}
a#nondyslexic::before {
content: "\e90d";
}
a#dyslexic::before {
content: "\e90e";
}
.lift a {
font-size: 18px;
}
.lift.up a::before {
content: "\ea3a";
}
.lift.down a::before {
content: "\ea3e";
}
.columns-top a::before {
content: "\e916";
font-size: 40px;
}

#article-top {
scroll-margin-top: 40px;
}
.home .columns-top a,
.arhiv .columns-top a {
background: #999;
border-color: #999;
}
.home .columns-top a::before,
.arhiv .columns-top a::before {
margin-left: -1px;
color: #000;
}



header {
flex: 0;
padding: 50px 100px 45px;
background: rgb(45,146,208);
background: linear-gradient(0deg, rgba(45,146,208,1) 0%, rgba(0,83,159,1) 88%, rgba(0,83,159,1) 100%);
z-index: 1;
color: #fff;
}
.header-left {
flex: 0;
min-width: 170px;
display: flex;
flex-flow: column nowrap;
position: relative;
}
.logo {
width: 80px; 
margin-top: 6px;
}
.issue {
position: absolute;
left: 0;
bottom: 0;
font-family: "Zilla";
font-size: 0.85em;
font-weight: 400;
color: #fff;
line-height: 1.2;
}
.title {
font-family: "Zilla";
font-size: 3.5rem;
font-weight: 400;
text-transform: uppercase;
color: #fff;
line-height: 0.8;
}
.title span {
font-weight: 700;
}
header .subtitle {
padding-top: 18px;
font-family: "Zilla";
font-size: 0.85em;
font-weight: 400;
color: #fff;
line-height: 1.2;
}


.social {
font-family: "Zilla";
font-size: 0.6em;
font-weight: 600;
text-align: right;
text-transform: uppercase;
line-height: 1;
display: flex;
flex-flow: row nowrap;
gap: 10px;
justify-content: flex-end;
align-items: center;
}

a.share {
text-align: center;
}
a.share::before {
background: var(--tamnoplava-topla);
border-radius: 3px;
padding: 4px 8px;
font-size: 14px;
color: #fff;
}
a.share.facebook::before {
content: "\e908";
}
a.share.twitter::before {
content: "\e909";
padding: 4px 7px 4px 9px;
}
a.share:hover::before {
background: var(--tamnocrvena);
}


main {
flex: 1;
padding: 50px 100px 70px;
background-color: #fff;
border-top: 5px solid var(--pozadina);
border-bottom: 5px solid var(--pozadina);
}

footer {
flex: 0;
padding: 40px 70px 60px;
font-family: "Zilla";
font-size: 0.850em;
font-weight: 400;
background-color: #fff;
scroll-margin-bottom: -122px;
}
footer span {
display: inline-block;
}


.article-content p.figure {
margin-top: 2em;
}
.caption {
font-family: "Zilla";
font-size: 0.8em;
font-weight: 400;
margin-bottom: 2em;
}


p {
margin: 1em 0;
}
img {
display: block;
width: 100%;
}
img.centered {
margin: 0 auto;
}
img.column-width.centered {
width: auto;
}

a {
color: var(--tamnocrvena);
text-decoration: none;
}
a:hover {
color: var(--zelena);
}
header a {
color: #fff;
}
header a:hover {
color: #a3e0ff;
}





.supertitle {
font-family: "Zilla";
font-size: 1.7em;
font-weight: 700;
line-height: 1.2;
margin: 0;
}
.supertitle.date {
font-size: 1em;
font-weight: 600;
}

.supertitle::after {
content: "";
display: block;
height: 1rem;
margin-top: 10px;
}
.supertitle span {
font-weight: 100;
white-space: nowrap;
}


.article-content p.topspace {
margin-top: 2em;
}

h1 {
font-family: "Raleway";
font-size: 3.500em;
font-weight: 300;
line-height: 1.1;
margin: 20px 0 60px;
white-space: normal;
}
h1.solo {
margin: 20px 0 80px;
}

h1.extended {
font-size: 2.5em;
font-weight: 300;
line-height: 1.1;
margin: -20px 0 60px;
}

.home h1 {
font-family: "Zilla";
font-size: 1.8em;
font-weight: 700;
line-height: 1.2;
margin: 0 0 20px;
}
.home h1:nth-of-type(2) {
margin-top: 60px;
}


h1 span {
font-weight: 200;
white-space: nowrap;
}

.lead {
font-family: "Zilla";
font-size: 1.4em;
font-weight: 300;
line-height: 1.2;
margin: 0 0 40px;
}
.author {
font-family: "Zilla";
font-size: 1.2em;
font-weight: 600;
line-height: 1.2;
}

.author_note {
font-family: "Zilla";
font-size: 0.9em;
font-weight: 400;
margin-bottom: 2em;
}


.title-image {
position: relative;
margin: 30px 0 40px;
}
.article-content .title-image {
margin: 30px 0;
}
.title-image img {
width: 100%;
}
.photo-sig {
position: absolute;
right: 0;
bottom: 0;
padding: 6px 8px 5px;
font-family: "Raleway";
font-size: 0.500em;
line-height: 1;
font-weight: 400;
color: #fff;
background: #000;
}

.article-content {
/*columns: 2 400px;
-webkit-column-gap: 2em;
-moz-column-gap: 2em;
column-gap: 2rem;
widows: 3;
*/
}

.article-content p,
.text-box .columns p {
margin-top: 0;
}

.article-content.album {
margin-top: 3em;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 20px;
}
.article-content.album p {
margin: 0;
}
.article-content.album img {
width: 100%;
}


h2 {
font-family: "Zilla";
font-size: 1.3em;
font-weight: 600;
line-height: 1.2;
margin: 20px 0;
-webkit-column-break-inside: avoid;
break-iniside: avoid;
column-break-inside: avoid;
break-inside: avoid;
}

h2.separator {
margin-top: 30px;
padding-top: 15px;
border-top: 1px dotted #000;
}


.snippets h2 {
margin: 0 0 30px;
font-size: 1.5em;
padding: 0 0 15px;
border-bottom: 2px solid;
}
/*.snippets h2:nth-of-type(1) {
margin-top: 0;
}*/


h3 {
font-family: "Zilla";
font-size: 1.2em;
font-weight: 600;
line-height: 1.2;
margin: 20px 0;
}

h4 {
font-family: "Raleway";
font-size: 0.8em;
font-weight: 700;
line-height: 1.2;
margin: 0 0 15px;
text-transform: uppercase;
/*border-top: 2px solid var(--sivoplava);*/
-webkit-column-break-inside: avoid;
break-iniside: avoid;
column-break-inside: avoid;
break-inside: avoid;
}

.source {
font-size: 0.9em;
font-weight: 600;
margin: 0;
}

.snippets article .segment {
padding: 30px 0 20px 0;
border-top: 2px solid;
-webkit-column-break-inside: avoid;
break-iniside: avoid;
column-break-inside: avoid;
break-inside: avoid;
}

.nobreak {
-webkit-column-break-inside: avoid;
break-iniside: avoid;
column-break-inside: avoid;
break-inside: avoid;
}

#navmainblock {
padding: 30px 70px;
border-top: 5px solid var(--pozadina);
font-family: "Zilla";
font-weight: 700;
line-height: 22px;
background: #fff;
text-transform: uppercase;
}
a#navmainswitch {
display: none;
font-size: 20px;
line-height: 30px;
color: #000;
/*padding-bottom: 15px;*/
}
a#navmainswitch::before {
font-size: 20px;
line-height: 30px;
color: var(--tamnocrvena);
display: block;
float: left;
vertical-align: middle;
margin-right: 10px;
}
a#navmainswitch::before {
content: "\e902";
}
#navmainblock.expand a#navmainswitch::before {
content: "\e90b";
}


.navmain {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
gap: 20px;
font-size: 0.9em;
}

.navmain a {
color: var(--navlink);
}
.navmain a::before {
color: var(--navlink-icon);
}
/*.navmain a:hover,*/
.navmain a:hover::before {
color: var(--tamnocrvena);
}


.navmain a.current {
color: var(--tamnocrvena);
}
.navmain a.current::before {
content: "\e930";
color: var(--tamnocrvena);
}
.navmain a.home.current::before {
content: "\ea54";
}

.arhiv h3 a {
color: #fff;
}
.arhiv h3 a:hover {
color: var(--zarkocrvena);
}



.pagenav, .sitenav {
padding: 25px 70px;
background: #fff;
border-bottom: 5px solid var(--pozadina);
display: flex;
justify-content: space-between;
font-family: "Zilla";
font-weight: 700;
font-size: 0.8em;
line-height: 32px;
text-transform: uppercase;
}

.sitenav {
display: block;
}

.pagenav a {
color: #000;
}

.pagenav a::before,
.pagenav a::after {
speak: none;
font-style: normal;
font-variant: normal;
text-transform: none;
display: inline-block;
font-size: 32px;
line-height: 32px;
color: var(--page-navigation);
}
a.prev::before {
content: "\e901";
transform: scaleX(-1);
}
a.next::after {
content: "\e901";
}
a.prev:hover::before,
a.next:hover::after {
color: var(--page-navigation-hover);
}

a.prev.inactive, 
a.next.inactive {
color: #999;
cursor: default;
}

a.prev.inactive::before, 
a.next.inactive::after {
color: #999;
}



a.home,
a.folder,
a.pdf,
.pagenav a {
display: flex;
flex-flow: row nowrap;
align-items: center;
gap: 6px;
font-size: 0.9rem;
white-space: nowrap;
}

.pagenav a {
gap: 10px;
}

a.home::before,
a.folder::before,
a.pdf::before {
font-size: 20px;
line-height: 20px;
}

a.home::before {
font-size: 18px;
content: "\ea54";
vertical-align: bottom;
}
a.home:hover::before {
content: "\ea55";
}

a.folder::before {
content: "\e92f";
}
a.folder:hover::before {
content: "\e930";
}

a.pdf::before {
content: "\e903";
}


a.folder:hover::before,
a.home:hover::before,
a.pdf:hover::before {
/*color: var(--zelena);*/
}

/*a.folder.current:hover::before,
a.home.current:hover::before {
color: #000;
}*/

.goto {
padding-top: 10px;
text-align: right;
font-size: 1.2em;
}
.goto a::before {
content: "\e906";
}
.goto.first {
margin-bottom: 40px;
}

.blog {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 30px;
}

.blog.featured {
grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
padding: 25px;
/*border-radius: 4px;*/
gap: 20px;
}

.blog.featured {
background-color: #f4f4f4;
}


.blog_item {
display: flex;
flex-flow: column;
}

.article-date {
margin: -5px 0 15px;
padding-bottom: 4px;
border-bottom: 1px dotted #000;
font-size: 0.8em;
}
.article-author {
margin: -5px 0 15px;
padding-bottom: 4px;
border-bottom: 1px dotted #000;
font-size: 0.85rem;
}


.introimage {
position: relative;
}
.introtext {
margin-top: 5px;
border-radius: 0 0 4px 4px;
}

.section {
position: absolute;
bottom: -10px;
left: 0;
color: #fff;
background-color: #000;
padding: 4px 10px 6px;
font-family: "Zilla";
font-size: 0.8em;
line-height: 1;
font-weight: 700;
z-index: 10;
}

.blog_item .intro {
flex: 1;
font-family: "Zilla";
padding: 30px 20px 25px;
font-size: 0.9em;
line-height: 1.2;
background-color: #f4f4f4;
}
.blog.featured .blog_item .intro {
background-color: #fff;
}
.blog_item img {
width: 100%;
background: transparent;
}

.introimage a::before {
content: "\e901";
font-size: 24px;
line-height: 1;
display: none;
width: 24px;
height: 24px;
color: #fff;
border-radius: 13px;
position: absolute;
right: 15px;
top: 15px;
filter: drop-shadow(0 0 5px rgba(0,0,0,.6));
}
.introimage a:hover::before {
display: block;
}

.blog_item .intro h3 {
margin: 0;
font-family: "Raleway";
font-size: 1.2rem;
font-weight: 400;
line-height: 1.2;
}
.blog_item .intro h3 a {
color: #000;
}
.blog_item .intro h3 a:hover {
color: var(--tamnocrvena);
}


.arhiv .blog {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
gap: 20px;
margin-top: 30px;
}
.arhiv .blog_item {
border: 1px solid #ccc;
text-align: center;
}
.arhiv .blog_item img {
border-bottom: 1px solid #ccc;
}

.arhiv .blog h3,
.arhiv .blog p {
font-family: "Zilla";
font-size: 0.9em;
line-height: 1.2;
font-weight: 600;
text-align: center;
padding: 10px;
margin: 0;
text-align: center;
}
.arhiv .blog h3 {
color: #fff;
background: #000;
}
.arhiv .blog p {
margin: 0;
padding: 0;
}
.arhiv .blog p a {
display: block;
padding: 10px;
}


.newsletter {
font-family: "Raleway";
font-size: 20px;
line-height: 30px;
color: #fff;
margin: 0 -70px;
padding: 25px 70px;
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: space-between;
gap: 20px;
border: 5px solid var(--pozadina);
border-left: none;
border-right: none;
background: var(--tamnosivoplava);
}
.n-title {
font-weight: 700;
}
.n-title img {
float: left;
margin-right: 5px;
}
/*.n-title::before {
font-family: "Icomoon";
content: "\e91d";
font-size: 26px;
font-weight: 400;
display: block;
}*/



.n-link a {
font-size: 18px;
font-weight: 500;
color: #fff;
}
.n-link a:hover {
color: var(--svjetlije-plava);
}
.n-link a::after {
font-family: "Icomoon";
content: "\e911 \e911 \e911";
display: block;
float: right;
margin-left: 10px;
}



.text-box {
padding: 30px;
margin: 2em 0;
font-family: "Zilla";
font-size: 0.9em;
line-height: 1.3;
font-weight: 500;
-webkit-column-break-inside: avoid;
column-break-inside: avoid;
break-inside: avoid;
border-radius: 4px;
}

.text-box.blue {
color: #fff;
background: var(--tamnoplava-topla);
}
.text-box.red {
color: #fff;
background: var(--tamnocrvena);
}

.text-box.lines {
padding: 15px;
color: var(--tamnoplava-hladna);
border-top: 2px solid var(--tamnoplava-topla);
border-bottom: 2px solid var(--tamnoplava-topla);
border-radius: 0;
}

.text-box.lines p:last-child {
margin-bottom: 0;
}



.text-box.lightblue {
color: #fff;
background: var(--svijetloplava);
}

.text-box.violet {
color: #fff;
background: var(--ljubicasta);
}


.text-box h2 {
text-align: center;
color: #fff;
font-size: 1.5em;
padding-bottom: 1em;
margin-bottom: 1.5em;
border-bottom: 1px dotted #fff;
}

.text-box .columns {
columns: 2 370px;
-webkit-column-gap: 2em;
-moz-column-gap: 2em;
column-gap: 2rem;
break-iniside: avoid;
column-break-inside: avoid;
break-inside: avoid;
}
.text-box .columns ul {
margin-top: 0;
margin-bottom: 0;
}

.text-box .columns li {
margin-bottom: .5em;
}

.text-box.blue h3 {
color: var(--zuta);
}
.text-box.blue h3:first-child {
margin-top: 0;
}

.text-box.blue .emphasis {
font-weight: 600;
color: var(--zuta);
}
.text-box.blue li {
margin: 0.5em 0;
}
ol ul {
padding-left: 1em;
}
ol ul li {
list-style: disc;
}
.text-box.blue p:last-child,
.text-box.blue ol:last-child,
.text-box.blue ul:last-child,
.text-box.blue li:last-child {
margin-bottom: 0;
}

.text-box .quotes {
width: 40px;
margin-bottom: 1em;
}




.image-float {
float: left;
margin: 0.3em 1em 1em 0;
max-width: 50%;
}

.question {
/*font-family: "Zilla";
font-size: 0.9em;*/
font-weight: 600;
}


.table_scroller {
overflow-x: auto;
}
table {
width: 100%;
border-collapse: collapse;
margin: 2em 0;
font-family: "Raleway";
font-size: .75em;
font-weight: 500;
}
table.autowidth {
width: auto;
}
table.column-width,
img.column-width {
width: 100%;
max-width: 400px;
}

.image-link {
color: #315177;
}

th, td {
text-align: center;
vertical-align: top;
padding: 10px;
border: 1px solid #444;
}
th.leftalign, td.leftalign {
text-align: left;
}
.zebra tr:nth-of-type(odd) {
background-color: #f4f4f4;
}
.zebra-blue tr:nth-of-type(even) {
background-color: #e6e6ed;
}
.zebra-blue tr:nth-of-type(odd) {
background-color: #cdcddb;
}
.zebra-blue th, 
.zebra-blue td {
border: 1px solid #fff;
}

.zebra-blue .table-header {
color: #fff;
background: #193a63;
}
.zebra-blue .table-subheader {
color: #fff;
background: #45547a;
}

.notes sup,
.legenda sup {
display: inine-block;
margin-left: 3px;
color: #488A8A;
}

.legenda {
font-family: "Raleway";
font-size: .75em;
font-weight: 500;
}
.legenda div {
float: left;
margin-right: 30px;
}
.legenda p {
margin: .5em 0;
}


.legenda::after {
content: " ";
display: block;
height: 0;
visibility: hidden;
clear: both;
}

.infographic {
background: #f6f6f6;
}



/*** styling ***/

.white-on-blue {
color: #fff;
background: #00529e;
}
.white-on-red {
color: #fff; 
background: #ed1c24;
}
.white-on-orange {
color: #fff; 
background: #f5813e;
}
.white-on-black {
color: #fff; 
background: #000;
}
.white-on-pink {
color: #fff; 
background: #df787a;
}
.black-on-yellow {
color: #000; 
background: #ffcf01;
}
.white-on-grey {
color: #fff; 
background: #58595b;
}






@media screen and (max-width: 1050px) {

.title {
font-size: calc(28px + (60 - 28) * ((100vw - 320px) / (720 - 320)));
}

}



@media screen and (max-width: 1024px) {


.wrap {
max-width: 1024px;
}
header {
flex: 0;
padding: 40px 30px 40px;
}


.navbuttons a:hover {
color: #fff;
background: #000;
}
.navbuttons a:focus {
color: #000;
background: #fff;
}



main {
padding: 30px 40px 50px;
}
.newsletter {
margin: 0 -40px;
padding: 25px 40px;
}
#navmainblock,
.pagenav,
.sitenav {
padding: 25px 40px;
}
#navholder {
display: block;
}

footer {
padding: 40px 40px 60px;
}

}



@media screen and (max-width: 1023px) {

.header-left {
min-width: 170px;
}

#navmainblock a#navmainswitch {
display: block;
}
#navholder {
display: none;
}
#navmainblock .navmain {
flex-flow: column;
padding: 0;
margin-top: 20px;
}

/*.wrap {
margin-right: 40px;
}*/


}


@media screen and (max-width: 959px) {

.navbuttons .segment.columns-top {
display: none;
} 
table.column-width,
img.column-width {
max-width: none;
}


}



@media screen and (max-width: 720px) {

header {
gap: 20px;
}
.header-left {
min-width: 130px;
}
.issue span {
white-space: nowrap;
}
.title {
font-size: calc(28px + (56 - 28) * ((100vw - 320px) / (720 - 320)));
}
/*
font-size: calc( a + (b – a) * ( (d – c) / ( d – c) ));

a minimum font-size
b maximum font-size
c min viewport width
d max viewport width. 
*/


}

@media screen and (max-width: 640px) {

.wrap {
margin-right: 0;
}
.pullquote {
padding: 20px;
}


header, main, footer, .pagenav, .sitenav, #navmainblock {
padding-left: 20px;
padding-right: 20px;
}
header {
flex-flow: column;
}
footer {
padding-bottom: 80px;
}
.newsletter {
margin: 0 -20px;
padding: 25px 20px;
}

.issue {
line-height: 13px;
}

.logo {
width: 70px; 
margin-top: 0;
}
.header-left {
flex: 0;
width: auto;
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
}
.issue {
position: static;
text-align: right;
}

/*.title {
font-size: calc(42px + (90 - 42) * ((100vw - 320px) / (640 - 320)));
}*/

.title {
font-size: calc(42px + (64 - 42) * ((100vw - 320px) / (640 - 320)));
}
/*
font-size: calc( a + (b – a) * ( (d – c) / ( d – c) ));

a minimum font-size
b maximum font-size
c min viewport width
d max viewport width. 
*/

.social {
margin-bottom: 20px;
}
.supertitle {
font-size: 1.5em;
}
h1 {
font-size: 2.5em;
}
h1.extended {
font-size: 1.500em;
}
.lead {
font-size: 1.2em;
}


.image-float {
max-width: 40%;
}

.navbuttons {
top: auto;
bottom: 0;
width: 100%;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
align-items: center;
column-gap: 2px;
}
.navbuttons a {
width: 100%;
line-height: 30px;
}
.navbuttons .segment {
background: #000;
} 

}




@media screen and (max-width: 480px) {

.pullquote {
padding: 20px 10px;
}
.newsletter {
flex-flow: column nowrap;
align-items: center;
gap: 15px;
}

}



@media screen and (max-width: 420px) {

.supertitle {
font-size: 1.2em;
}
h1 {
font-size: 1.8em;
}

.home h1,
.arhiv h1 {
font-size: 1.5em;
}

.text-box {
padding: 20px;
}


}


@media screen and (max-width: 380px) {

.image-float {
float: none;
margin: 1em 0;
max-width: 100%;
width: 100%;
}
.blog.featured {
padding: 15px;
}

}

@media screen and (max-width: 340px) {

main, footer, .pagenav, .sitenav {
padding-left: 10px;
padding-right: 10px;
}
#navmainblock {
padding: 15px 10px;
}

.newsletter {
margin: 0 -10px;
}

.supertitle {
font-size: 1.1em;
}
h1 {
font-size: 1.6em;
}

.home h1,
.arhiv h1 {
font-size: 1.4em;
}

}



/* Magnific Popup CSS */


.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
}

.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}

.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box;
}

.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
display: none;
}

.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}

.mfp-ajax-cur {
cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out;
}

.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}

.mfp-loading.mfp-figure {
display: none;
}

.mfp-hide {
display: none !important;
}

.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #CCC;
}
.mfp-preloader a:hover {
color: #FFF;
}

.mfp-s-ready .mfp-preloader {
display: none;
}

.mfp-s-error .mfp-content {
display: none;
}

button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation;
}

button::-moz-focus-inner {
padding: 0;
border: 0;
}

.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
font-size: 24px;
/*  color: #FFF;
font-style: normal;  
font-family: Arial, Baskerville, monospace;*/ }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1;
}
/*  .mfp-close:active {
top: 1px;
}*/

.mfp-close-btn-in .mfp-close {
color: #000;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}

.mfp-counter {
position: absolute;
top: 0;
right: 0;
padding-top: 10px;
color: #CCC;
white-space: nowrap;
}

.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}

.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px;
}
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px;
}
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}

.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
}

/* Main image in popup */
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
line-height: 0;
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}

.mfp-bottom-bar {
font-family: "Zilla";
font-size: 15px;
font-weight: 500;
line-height: normal;
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}

.mfp-title {
text-align: left;
color: #F3F3F3;
word-wrap: break-word;
padding: 10px 50px 10px 0;
}

.mfp-image-holder .mfp-content {
max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

/* Remove all paddings around the image on small screen */
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
/*padding: 3px 5px;*/
position: fixed;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
/*.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}*/
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}

}

@media all and (max-width: 900px) {

.mfp-arrow {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}

}
