﻿@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/roboto/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/roboto/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLDwM9.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  src: url('fonts/roboto/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBGEe.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url('fonts/roboto/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url('fonts/roboto/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBnka.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 100%;
  src: url('fonts/roboto/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCHkaWzU.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

html {
	font-size: 16px;
}

@media only screen and (max-width: 600px) {
	html {
		font-size: 20px;
	}
	
	.container-color {
		width: 100%;
		min-width: 960px;
		background-color: transparent;
	}

	.outer-container {
		width: 100%;
		min-width: 960px;
		margin: 0 auto;
		background-color: transparent;
	}
}

@media only screen and (min-width: 768px) {
	html {
		font-size: 17px;
	}
}

body {
	width: 100%;
	font-family: 'Noto Sans KR', Arial, Roboto, Verdana, Geneva, sans-serif;
	padding: 0;
	margin: 0;
	border: 0;
	color: rgb(0, 0, 0);
	font-weight: 300;
	background-image: linear-gradient(to right, #c1161c, #32327b); /* Dal rosso al blu da sinistra a destra */
}

body,
html {
	min-width: 1000px;
}

a {
	outline: none;
	color: var(--accent-color);
	text-decoration: none;
}

form {
	margin: 0;
	padding: 0;
	border: 0;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
	overflow: hidden;
}

.expand {
	display: none;
	padding-top: 5px;
	font-weight: 400;
}

a img {
	outline: none;
	border: 0;
}

.back-white {
	background: #fff
}

.outer-liquid {
	min-width: 960px
}

.sepbottom30 {
	padding-bottom: 30px
}

.ptop5 {
	padding-top: 5px;
}

.ptop10 {
	padding-top: 10px
}

.ptop20 {
	padding-top: 20px
}

.pbottom5 {
	padding-bottom: 5px
}

.pbottom10 {
	padding-bottom: 10px
}

.pbottom15 {
	padding-bottom: 15px
}

.pbottom20 {
	padding-bottom: 20px
}

.pright15 {
	padding-right: 15px
}

.pleft20 {
	padding-left: 20px
}

.mtop15 {
	margin-top: 15px
}

.mtop10 {
	margin-top: 10px;
}

.mbottom30 {
	margin-bottom: 30px;
}

.mbottom15 {
	margin-bottom: 15px;
}

.mbottom10 {
	margin-bottom: 10px;
}

.mbottom3 {
	margin-bottom: 3px;
}

.mleft10 {
	margin-left: 10px;
}

.mleft20 {
	margin-left: 20px;
}

.hidden {
	display: none;
}

.bigtext {
	font-size: 1.875rem;
}

.alert {
	background: #fff;
	border: 1px solid var(--accent-color);
	padding: 5px;
}

.red {
	color: #000
}

.green {
	color: #000
}

.grey1 {
	color: #333;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.alpha40 {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.strong {
	font-weight: bold
}

#header-outer {
	min-width: 960px;
	height: 45px;
}

#header {
	width: 940px;
	padding-left: 0px;
}

#header a#logo {
	width: 408px;
	height: 66px;
	display: inline-block;
	position: relative;
	z-index: 1;
	padding-left: 5px
}

#mainMenu {
	float: right;
	margin-top: calc(38px - 1.125rem);
	position: relative;
}

#mainMenu a {
	font-family: 'Roboto Condensed', Verdana, Geneva, sans-serif;
	font-size: 1.3rem;
	padding: 2px 1px 2px 2px;
	display: inline-block;
	color: var(--secondary-color);
	margin-right: 8px;
	text-decoration: none;
}

#mainMenu a svg {
	vertical-align: middle;
	height: 1rem;
	width: 1rem;
	fill: var(--secondary-color) !important;
}

#mainMenu a:last-child {
	margin-right: 0px;
}

#mainMenu a.selected {
	color: var(--secondary-selected-color)
}

#mainMenu #searchbox {
	width: 300px;
	position: absolute;
	background: #fff;
	border: 1px solid var(--accent-color);
	padding: 10px;
	margin-left: 133px;
	display: none;
}

#mainMenu #searchbox div {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 40px;
}

#mainMenu #searchbox #search-input-error {
	color: red;
	font-size: 0.8rem;
	margin: 2px 0;
	min-height: 16px;
	width: 100%;
}

#mainMenu #searchbox button {
	background: var(--accent-color);
	color: #ffffff;
	border: 1px solid var(--accent-color);
	border-style: outset;
	text-shadow: none;
	font-size: 1rem;
	height: 32px;
	padding: 0.3em 0.6em;
	position: absolute;
	top: 4px;
	right: 0;
}

#mainMenu #searchbox input {
	background: #fff;
	border: 1px solid var(--accent-color);
	vertical-align: bottom;
	font-size: 0.875rem;
	width: 215px;
	margin-top: 8px;
}

#mainMenu #searchbox button:hover {
	background: var(--accent-color);
	filter: brightness(0.9);
	color: #fff;
	border: 1px solid;
	border-color: var(--accent-color);
	border-style: outset;
	text-shadow: none;
	font-size: 1rem;
	height: 32px;
	vertical-align: bottom;
}

.fixedblock {
	padding: 0px 17px 30px 17px;
	width: 926px;
}

h2 {
	border-bottom: 2px solid;
	display: inline;
	margin: 0;
	padding: 0px 0px 0px 3px;
	font-size: 1.19rem;
	font-weight: normal;
	letter-spacing: 2px;
	color: #000;
}

#methodology,
#forum-phases {
	font-weight: bold;
	border-bottom: 0px;
	letter-spacing: normal;
}

.content {
	padding: 10px 3px;
	font-weight: 400;
	font-size: 1rem;
}

.readmore {
	font-family: 'Roboto Condensed', Verdana, Geneva, sans-serif;
	margin-top: 10px;
	font-size: 1em;
}

.readmore a {
	font-family: 'Roboto Condensed', Verdana, Geneva, sans-serif;
	letter-spacing: 1px;
	font-size: 1.125rem;
	text-decoration: normal;
	display: inline-block;
	text-transform: uppercase;
}

.fullrow {
	min-width: 926px;
	padding: 36px 0px 36px 18px;
	color: var(--accent-color);
	font-family: 'Roboto Condensed', Verdana, Geneva, sans-serif;
	letter-spacing: 1px;
	font-size: 1.125rem;
}

.fullrow_SDG {
	min-width: 926px;
	padding: 25px 0px 36px 10px;
	color: var(--accent-color);
	font-family: 'Roboto Condensed', Verdana, Geneva, sans-serif;
	letter-spacing: 1px;
	font-size: 1.125rem;
	background-color: var(--secondary-color);
	border: 0px;
	margin-left: 0px;
}

.fullrowbig {
	width: 900px;
	padding-top: 36px;
	padding-bottom: 4px;
	color: var(--accent-color);
	font-family: 'Roboto Condensed', Verdana, Geneva, sans-serif;
	letter-spacing: 0px;
	font-size: 1.875rem;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	border: 0px;
}

.news {
	font-family: 'Noto Sans KR', Arial, Roboto, Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 1rem;
}

.news_title {
	color: var(--accent-color);
	font-family: 'Roboto Condensed', Verdana, Geneva, sans-serif;
	font-size: 1.125rem;
	text-transform: uppercase;
	font-weight: bold;
}

h3 {
	font-size: 1.125rem;
}

h4 {
	color: var(--accent-color);
	font-size: 1rem
}

.fullrow a {
	text-decoration: none;
	color: var(--accent-color);
}

.fullrow .fullrowtitle {
	float: left;
}

.fullrow #prj-filter {
	float: left;
	margin-left: 50px;
}

.fullrow #prj-filter label[for="show-agn"] {
	margin-left: 30px;
}

.fullrow #prj-filter input {
	vertical-align: middle;
}

.fullrow .naviga {
	float: right;
}

.fullrow img {
	vertical-align: middle;
	margin: 0px 5px;
}

#maincontent-outer {
	font-size: 1rem;
	padding: 30px 17px 17px 17px;
}

.maincontent-outer-bi {
	font-size: 1rem;
	padding: 30px 17px;
}

.outer-container {
	width: 960px;
	margin: 0 auto;
	background-color: transparent;
}

.container {
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
	top: -30px;
	position: relative;
}

.footer-container {
	margin: 0 auto;
	background-color: #fff;
	position: relative;
}

.with-splash {
	color: var(--secondary-color);
	padding-top: 10px;
	width: 100%;
	height: 62px;
	z-index: -1;
	display: block;
	top: -29px;
	position: relative;
}

#footer {
	padding: 0px 17px;
	text-align: center;
	color: #000;
	font-size: 90%;
}

#footer a {
	color: #000;
	display: inline-block;
	margin: 0px 10px;
	text-transform: uppercase;
}

#footer .small a {
	color: #000;
	display: inline-block;
	margin: 0px 10px;
	text-transform: uppercase;
	font-size: 80%
}

.footer-splash {
	background-color: transparent;
	color: var(--secondary-color);
	margin: 0px auto;
	width: 960px;
	position: relative;
	padding-bottom: 30px;
}

.footer-splash svg {
	height: 113px;
  padding: 0;
  border: 0;
	top: 1px;
	display: block;
	position: relative;
	margin: 0px auto;
}

#home-directory {
	width: 100%;
	padding-left: 8px;
}

#home-directory .box {
	width: 210px;
	margin-bottom: 8px;
	border: 1px solid var(--accent-color);
	display: none;
	background: #fff;
	padding: 10px;
}

#home-directory .box .title {
	font-size: 0.875rem;
	padding: 5px 0px 5px;
	color: #000;
	font-weight: bold;
}

#home-directory .box .author {
	font-size: 1rem;
	padding: 0px 0px 5px;
	color: #000;
	font-weight: bold;
}

ul.categories {
	border: 1px solid var(--accent-color);
	background: #fff;
	margin-bottom: 10px;
	padding: 5px;
	list-style: none;
	font-size: 0.8125rem;
}

ul.categories li {
	line-height: 14px;
	padding-left: 20px;
	margin: 5px 0px;
}

ul.categories li:before {
	content: "• ";
	color: var(--accent-color);
	font-size: 20px;
	margin-left: -15px;
	vertical-align: middle;
}

ul.categories li.subcat {
	_list-style-type: circle;
	margin-left: 28px;
}

#home-directory .box .ranking {
	border-bottom: 2px solid #a3d7ff;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#home-directory .box .ranking img {
	margin: 0px 0px 0px 3px;
	vertical-align: middle;
}

#home-directory .box a.readmore {
	display: block;
	text-align: right;
	text-decoration: none;
	font-size: 0.9rem;
}

#home-directory .box a.readmore img {
	vertical-align: middle;
	margin-left: 5px;
}

#home-directory .col {
	width: 238px;
	float: left;
}

#dialog {
	padding: 15px 10px;
	background: #fff;
}

.comment {
	font-style: italic;
	color: #777;
	padding: 0px 5px;
	font-weight: normal
}

.geocode_bubble .row {
	padding-bottom: 5px;
}

.geocode_bubble {
	min-width: 120px;
}

.geocode_bubble label {
	display: block;
	font-weight: bold;
}

.prj-outer {
	width: 100%;
	background: #fff;
}

.prj-outer .prj-images {
	float: left;
	width: 325px;
}

.prj-outer .prj-images img {
	border: 0;
}

.prj-outer .prj-content {
	float: right;
	width: 590px;
	font-size: 0.875rem;
}

.prj-outer .prj-content .title {
	font-size: 1.375rem;
	color: #000;
	font-weight: bold;
	float: left;
	width: 480px;
	padding-left: 14px
}

.prj-outer .prj-content .author {
	font-size: 1rem;
	border: 1px solid var(--accent-color);
	background: #fff;
	padding: 10px 18px;
	line-height: 24px;
	font-weight: bold;
}

.prj-outer .prj-content .intro {
	border-bottom: 2px solid var(--accent-color);
	padding-bottom: 15px;
	padding-left: 18px;
	margin-bottom: 10px;
	font-size: 1rem;
}

.prj-outer .prj-content .text {
	line-height: 16px;
	color: #000;
	border-bottom: 2px solid var(--accent-color);
	padding-bottom: 15px;
	padding-left: 18px;
	margin-bottom: 10px;
	font-size: 0.875rem;
}

.prj-outer .prj-content .text span {
	padding: 0;
}

.prj-outer .prj-content .text a {
	text-decoration: underline;
}

.prj-outer .prj-content .links a {
	display: inline-block;
	margin-bottom: 3px;
}

.prj-outer .prj-content .categories {
	border: 1px solid var(--accent-color);
	background: #fff;
	padding: 10px;
	margin-bottom: 20px;
	width: 500px;
	color: #000;
}

.prj-outer .prj-content .rate {
	padding: 15px 0px;
	border-top: 2px solid var(--accent-color);
	border-bottom: 2px solid var(--accent-color);
	margin-bottom: 15px;
}

.prj-outer .prj-content span {
	display: inline-block;
}

.prj-outer .prj-content .rate img {
	margin: 0px 0px 0px 3px;
	vertical-align: middle;
}

.prj-outer .prj-content .rate img.rate-img {
	cursor: pointer;
}

#filters {
	background: #fff;
	margin: -15px -15px 15px -15px;
	padding: 15px;
}

#filters .cat-list {
	float: left;
	padding-right: 20px;
	padding-bottom: 5px;
}

#filters .cat-name {
	clear: both;
	padding-bottom: 5px;
	text-transform: uppercase;
}

#filters .filter-col-dx,
#filters .filter-col-sx {
	width: 70%
}

#filters .filter-col-dx {
	float: right
}

#filters .filter-col-sx {
	float: left
}

#filters .filter-ico {
	margin-right: 5px;
}

#filters .filter-row {
	padding: 20px 0px;
	border-bottom: 2px solid var(--accent-color);
}

#filters .filter-row.no-border {
	border: 0;
}

#tcols-border {
	border: 0;
	width: 100%;
}

#tcols-border td {
	vertical-align: top;
	padding: 15px;
}

#tcols-border .col-sx {
	width: 600px;
}

#tcols-border h3 {
	color: var(--accent-color);
	text-transform: uppercase;
	padding-top: 0;
	margin-top: 0;
}

.map_wincont {
	width: 320px;
	min-height: 150px;
	position: relative;
	overflow: hidden;
}

.map_wincont .bigtext {
	font-size: 0.75rem;
}

.map_wincont a {
	position: absolute;
	bottom: 0;
	font-weight: bold;
}

.print {
	width: 80px;
	height: 60px;
	background: url(../images/icons/print.png) no-repeat left top;
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 10px;
}

.sh-total {
	display: none !important
}

.label_g {
	color: var(--accent-color);
	font-family: 'Roboto Condensed';
	padding: 0;
	text-transform: uppercase;
}

.border-bottom-green {
	border-bottom: 8px solid var(--secondary-color);
}

summary {
	background: var(--accent-color);
	color: var(--secondary-color);
	padding: 10px;
	margin-bottom: 2px;
	border-radius: 15px;
	cursor: pointer;
	font-weight: 800;
	font-size: 1.2em;
}

table {
	background-color: var(--secondary-color);
}

.spinner {
	width: 40px;
	height: 40px;
	border: 4px solid #f3f3f3;
	border-top: 4px solid #3498db;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	margin: 10px auto;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* Set base map z-index */
.leaflet-map-pane {
	z-index: 1 !important;
}

/* Adjust Leaflet controls z-index */
.leaflet-top,
.leaflet-bottom {
	z-index: 90 !important;
}

/* Fix Leaflet tiles z-index */
.leaflet-tile-pane {
	z-index: 1 !important;
}

.leaflet-container {
	font-family: 'Noto Sans KR', Arial, Roboto, Helvetica, sans-serif;
}

.leaflet-container a {
	color: var(--accent-color);
}

.leaflet-container a.leaflet-popup-close-button {
	margin-top: 5px;
	margin-right: 5px;
	font: 24px Tahoma, Verdana, sans-serif;
}

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #383838;
}

.ui-dialog {
	z-index: 9999 !important;
}

.ui-front {
	z-index: 9999 !important;
}

.ui-widget-overlay {
	z-index: 9998 !important;
}

.leaflet-popup {
	z-index: 95 !important;
}

.centered {
	text-align: center;
}

#map_canvas {
	width: 100%;
	height: 560px;
	min-width: 780px;
}

.cat-name {
	border-top: none;
}

#searchbox {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	z-index: 1000;
}

#searchbox.visible {
	display: block !important;
}

input.check {
	border: 0;
	vertical-align: top;
	margin-right: 3px;
	margin-top: 2px;
}

.f-row {
	margin-bottom: 15px;
}

.f-row input {
	position: relative;
	font-size: 16px;
}

.f-row label {
	font-size: 14px;
	display: block;
	margin-bottom: 3px;
	font-weight: bold;
}

.partner-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
	gap: 20px;
}

.logo-container {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

@media (forced-colors: active) {

	a:focus,
	button:focus {
		outline: 3px solid CanvasText;
	}

	.skip-link:focus {
		outline: 3px solid CanvasText;
		background-color: Canvas;
		color: CanvasText;
	}
}

.video-caption {
	display: block;
	margin-top: 10px;
	font-style: italic;
	color: #333;
	text-align: center;
}

.map-info-content {
	width: 200px;
}

.content-link {
	display: inline-block;
}

.forgot-password {
	margin-top: 10px;
	font-size: 16px;
}

.modal-buttons {
	margin-top: 15px;
}

#modal-error-summary {
	margin-top: 10px;
}

.sdg-filter {
	background-color: var(--secondary-color);
	color: var(--accent-color);
	border: 0px;
	margin-left: 0px;
	padding-left: 10px;
}