﻿@font-face {
	font-family:'robotoregular';
	src: url('../fonts/Roboto-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family:'robotobold';
	src: url('../fonts/Roboto-Bold.ttf');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'robotoitalic';
	src: url('../fonts/Roboto-Italic.ttf');
	font-weight: normal; 
	font-style: italic;
}
@font-face {
	font-family: 'robotolight';
	src: url('../fonts/Roboto-Light.ttf');
	font-weight: normal; 
	font-style: normal;
}
@font-face {
	font-family: 'EB Garamond', serif;
	src: url('../fonts/EBGaramond.ttf');
	font-weight: normal;
	font-style: normal;
}

/*@font-face {
	font-family:'robotoregular';
	src: url('../fonts/Roboto-Regular-webfont.eot');
	src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular-webfont.woff') format('woff'),  url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),  url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'robotobold';
	src: url('../fonts/Roboto-Bold-webfont.eot');
	src: url('../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/Roboto-Bold-webfont.woff') format('woff'),  url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'),  url('../fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'robotoitalic';
	src: url('../fonts/Roboto-Italic-webfont.eot');
	src: url('../fonts/Roboto-Italic-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/Roboto-Italic-webfont.woff') format('woff'),  url('../fonts/Roboto-Italic-webfont.ttf') format('truetype'),  url('../fonts/Roboto-Italic-webfont.svg#robotoitalic') format('svg');
	font-weight: normal;
	font-style: italic;
}
*/

html {
	padding-top: 56px;
}

body {
	background-color: #fff;
	font-family: 'robotoregular', sans-serif;
	padding: 0;
	text-rendering: optimizelegibility;
	color: #000;
	position: relative;
	height: auto;
	overflow-y: scroll;
	width: 100%;
	font-size: 16px;
	hyphens: manual;
}

strong {
	font-family: 'robotobold';
	font-weight: bold;
}

em {
	font-family: 'robotoitalic';
}

.cookie-consent-banner {
	z-index: 15 !important;
}

#publication_cover {
	display: block;
	width: 85%;
	height: auto;
	border: 1px solid #221;
	margin: 0 auto;
}

.container::before, .container::after {
	content: "";
	display: table;
	line-height: 0;
}

.container::after {
	clear: both;
}

.container::before, .container::after {
	content: "";
	display: table;
	line-height: 0;
}

img {
	max-width: 100%;
}

.gr2021-quote {
    display:inline-block;
    background: #84c4eb;
    margin:1em 0;
    padding-top:1em;
    padding-bottom: 1em;
    color:#000;
}

.gr2021-quote span {
	display: block;
}

.gr2021-quote span:first-of-type {
    font-size:2em;
}

.gr2021-quote span:nth-of-type(2) {
    font-size:1.5em;
}

h1, h2, h3, h4, h5, h6 {
	/* color: #0d4da1; former blue */
	color: #003399; /*  COMM 2025 blue palette: #001240 - #002380 - #003399 - |003399 - #4D7DFF - #99B5FF - #C7D8FF  */
	font-weight: bold;
}

#main h4, h5, h6 {color:#039;}

h1, h2, h3 {
	margin: 1em 0 0.5em;
}

h1 {
	line-height: 1.4;
}

h2 {
	color: black;
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 0.75em;
}

h3 {
	margin-top: 1.5em;
}

.gr-2023 + div {
	margin-top: 2em;
}

#subchapter1-1, 
#subchapter2-1, 
#subchapter3-1, 
#subchapter4-1, 
#subchapter5-1, 
#subchapter6-1, 
#subchapter7-1, 
#subchapter8-1, 
#subchapter9-1 { 
	scroll-margin-top: 7rem;
}

@media screen and (max-width:767px) {
	#subchapter1-1, 
	#subchapter2-1, 
	#subchapter3-1, 
	#subchapter4-1, 
	#subchapter5-1, 
	#subchapter6-1, 
	#subchapter7-1, 
	#subchapter8-1, 
	#subchapter9-1 { 
		scroll-margin-top: 6rem;
	}
}
@media only screen and (min-width:768px) and (max-width:992px) {
	#subchapter1-1, 
	#subchapter2-1, 
	#subchapter3-1, 
	#subchapter4-1, 
	#subchapter5-1, 
	#subchapter6-1, 
	#subchapter7-1, 
	#subchapter8-1, 
	#subchapter9-1 { 
		scroll-margin-top: 5rem;
	}
}

.chapter-img {
	width: 100%;
	height: auto;
	z-index: -2;
}

#foreword h2 {
	position: relative;
}

h2.chapter-heading, h2.chapter-heading-caption {
	display: inline-block;
	position: relative;
	margin-top: -25px;
	z-index: 0;
}

h2.chapter-heading span, h2.chapter-heading-caption span {
	display: block;
}

h2.chapter-heading span:first-of-type::before, h2.chapter-heading-caption span:first-of-type::before {
	content: '';
	display: block;
	width: 100%;
	height: 1em;
	background-color: #84c4eb;
	position: absolute;
	left: 0;
	top: -14px;
	z-index: -1;
}

h2.chapter-heading-caption {
	max-width: 67%;
}
/*
#chapter9 h2.chapter-heading-caption {
	max-width: 50%;
}

#chapter9 figcaption {
	width: 50%;
}
*/
.site-main-logo {
	z-index: 0;
}

.site-main-logo {
	padding: 0;
}

.site-main-logo div {
	padding-left: 40px;
	padding-right: 40px;
}

.site-main-logo h1 {
	font-size: 4em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

.site-main-logo img {
	border: 0 none;
	margin: 0;
	height: auto;
	width: 100%;
	z-index: 1;
}

#pagefooter {
	background: #003399 !important; 
	color:white; text-align: center; padding-top:1px; padding-bottom:2px;padding-left:10px; padding-right:10px;} 

.gr-2023 + div {
	margin-top: 2em;
}

#mainheader {
	background-color: rgba(255, 255, 255, 1) !important;
	
}

#jumbo-bg {
	background: white url('../img/bg-stripes-general-report-2024.png') 0 0 repeat;
	position: fixed;
	z-index: -1;
	top: 44px;
	width: 100%;
	height: 450px;
}

.gr-2023 {
	position: relative;
}

.gr-2023 * {
	position: relative;
}

section {
	padding-top: 30px;
	position: relative;
}

section#foreword {
	padding-top: 35px; border-top: 1px solid #ddd;  margin-top: 30px;
}

.gr-2023 h3 {
	margin-top: 0;
}

.img-full {
	margin-top: 1em;
	margin-bottom: 1em;
}

.dropdown-menu {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	float: left;
	left: 0;
	list-style: outside none none;
	z-index: 1000;
}

.dd-lang-wrapper .dropdown-menu > li > a, .dd-lang-wrapper .dropdown-menu > li.active {
	font-size: 11px;
	line-height: 16px;
	padding: 0 7px !important;
}

.dropdown-menu > li > a {
	clear: both;
	color: white;
	display: block;
	font-weight: normal;
	white-space: nowrap;
}

#navbarDropdownMenuLink {
	color:white !important;
}

a {
	background: transparent none repeat scroll 0 0;
}

.breadcrumbs {
	font-size: 0.917em;
}

li.active {

	background-color: #eee !important;
}

.breadcrumbs .breadcrumb {
	border: 0 none;
	margin-bottom: 0;
	padding: 8px 10px 5px 10px;
}

.breadcrumb {
	border-radius: 2px;
	list-style: outside none none;
	background: transparent;
}

.breadcrumb li {
	line-height: 20px;
	font-size: 12px; color: #0d4da1;
}

.breadcrumbs .breadcrumb a, .breadcrumbs .breadcrumb a:link, .breadcrumbs .breadcrumb a:visited, .breadcrumbs .breadcrumb a:active {
	color: #0d4da1;
}

.breadcrumbs .breadcrumb > li + li::before {
	color: white;
	content: "›";
	padding: 0 7px;
}

main {
	padding-bottom: 36px;
}

#wrapper {
	overflow: hidden;
}

#navbarlang {
	padding-top: 15px;
	border: 0;
	border-radius: 0;
	background-color: #0d4da1 !important;
}

.no-hover {
	color: none !important;
	text-decoration: none !important;
	background: none !important;
}

#op-logo {
	margin-top: 1em;
	margin-bottom: 1em;
}

.publication-formats  {
	font-family:'robotoregular';
	font-weight: normal;
	text-align: left;
}

.publication-formats img {
	width:60px;
	height: auto;
	padding:5px;
	opacity: 0.75;
	transition: opacity 0.2s ease-in-out;
}
.publication-formats img:hover {
	opacity: 1.0;
    transition: opacity 0.2s ease-in-out;
}

figure {
	margin-top: 2em;
	margin-bottom: 2em;
}

figure + p {
	margin-top: 2em;
}

figure.caption figcaption, p.caption-above, p.figcaption-below, .legend {
	position: relative;
	font-size: 0.85em;
	color: #003399;
}

figure.caption-below figcaption, .legend {
	padding-top: 20px;
}

p.w50right {
	width: 50%;
	float: right;
}

p.figcaption-below {
	padding-top: 30px;
	margin-bottom: 2em;
}

.left-arrow {
	list-style-type: none;
	padding-left: 1.25em;
	margin-bottom: 1.5em;
}

.left-arrow li {
	position: relative;
	margin-bottom: 1em;
	padding-left: 0.5em;
}

.left-arrow li::before {
	content: '';
	position: absolute;
	left: -21px;
	top: 6px;
	display: block;
	width: 15px;
	height: 12px;
	background: url(../img/arrow-left.png) 0 0 no-repeat;
	background-size: contain;
}

.no-margin-top {
	margin-top: 0px !important;
}

.no-margin {
	margin: 0 !important;
}

.subtitle {
	display: block;
	margin-bottom: 30px;
}

.no-side-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

h3.identifiers, h4.identifiers {
	font-size: 2em;
	text-transform: uppercase;
	border: none;
	color: #000;
}

h4.identifiers {
	font-size: 1.5em;
	margin-bottom: 0.5em;
}

.identifiers {
	padding-bottom: 2px;
	border-bottom: 2px dotted;
}

.identifiers.last {
	margin-bottom: 2em;
}

.identifiers span {
	display: inline-block;
}

.identifiers span.identifiers-spacer1 {
	width: 50px;
}

.identifiers span.identifiers-spacer2 {
	width: 200px;
}

.identifiers span.identifiers-spacer3 {
	width: 140px;
}

.identifiers span.identifiers-spacer4 {
	width: 170px;
}

.identifiers span.identifiers-spacer5 {
	width: 150px;
}

#chapter12 iframe {
	margin-left: 70px;
}

.navbar-toggle {
	display: block;
}

.navbar-light {
	background-color: #003399 !important;
	border-bottom: none;
	color:white !important;
}

.navbar-light .navbar-toggler {
	color: rgba(0,0,0,.55);
	border-color: whitesmoke;
	background: lightgray;
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler-icon {
	  border-color: white;
}

p.caption, p.video-caption {
	color:#003399;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.222;
	margin: 6px 12px 0 0;
	padding-bottom: 0;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
}

.img_caption_photo div.col-sm-push-5 {
	margin-left: 15px;
	margin-right: -15px;
}

#mobile-nav {
	margin-bottom: 0;
	font-size: 12px !important;
}

#mobile-nav .container {
	justify-content: start;
}

#mobile-nav .navbar-brand {
	padding: 0;
	margin-left: 15px;
	margin-bottom: 0 !important;
	color:white;
}

.navbar#mobile-nav {
	min-height: 20px;
}

#activelang, #navbarlang {
	color:white;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 16px;
	height: 12px;
}

#offcanvas-toggler {
	display: block !important;
}

.btn:focus,.btn:active:focus,.btn.active:focus,
.btn.focus,.btn:active.focus,.btn.active.focus, #offcanvas-toggler:focus, #offcanvas-toggler.active.focus, #offcanvas-toggler {
    outline: none !important;
	box-shadow: none !important;
}

#offcanvasNavbar {
	background-color: #fff;
	font-weight: bold;
}

#offcanvasNavbar .btn-primary {
	background-color: #fff;
	border-color: #fff;
	font-weight: bold;
	text-align: left;
}

#offcanvasNavbar .btn-primary:hover, #offcanvasNavbar .btn-group:hover .dropdown-toggle {
	background-color: #0d4da1;
}

#offcanvasNavbar .btn-group:hover .dropdown-toggle, #offcanvasNavbar .btn-group:hover .btn-primary {
	background-color: #0d4da1; 
	border-color: #0d4da1; 
}

#offcanvasNavbar .btn-secondary {
	background-color: #fff;
	border-color: #fff;
	color:#0d4da1;
	text-align: left;
}

#offcanvasNavbar .btn-secondary:hover {
	background-color: #0d4da1 ;
	border-color: #0d4da1 ;
	color: white;
}

#offcanvasNavbar .btn {
	display: block;
	margin-bottom: 0.25em;
	border-radius: 0;
}

#offcanvasNavbar .btn-group {
	width: 100%;
}

#offcanvasNavbar .btn-group a.btn {
	width: 80%;
}

#offcanvasNavbar ul {
	list-style: none;
	padding-left: 2em;;
}
/* #offcanvasNavbar h5 */
#offcanvasNavbar p {
	color:#0d4da1;
	font-family: 'robotoregular', sans-serif;
}

#offcanvasNavbar .btn-close {
	color: white;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.offcanvas-title {
	color: #0d4da1;
	font-family: 'robotoregular', sans-serif;
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 1.5;
}

small + p {
	margin-top: 1em;
}

ul.breadcrumb {
	padding-top: 5px;
	padding-bottom: 5px;
}

a[data-target="#navlang"]:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px dashed;
	content: " ";
	display: inline-block;
	height: 0;
	margin-left: 10px;
	vertical-align: middle;
	width: 0;
}

.navbar-nav>li>.dropdown-menu {
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}

.crisis-response, .vaccine-strategy, .electronic-waste {
	text-align: center;
	margin-top: 3em;
}

.crisis-response img, .vaccine-strategy img {
	height:auto;
	width:150px;
	display: inline-block;
	height: 10em;
	width: calc(100% - 3em);
	padding:1em 0;
}

.reopening-europe.row p:first-child {
	margin-top: 1em;
}

.vaccine-strategy {
	color: #389382;
	font-weight: 700;
	margin-top: 0;
}

p.heading, p.baseline {
	text-align: center;
}

.heading, .electronic-waste span.heading {
	font-size: 1.4em;
	margin-bottom: 0.5em;
	font-weight: 700;
	line-height: 1.2em;
}

.vaccine-strategy p:first-child, .vaccine-strategy p:last-child {
	color: #000;
}

.vaccine-strategy p:first-child {
	font-size: 1.4em;
	margin: 0 1.5em 1em;
}

.vaccine-strategy p:last-child {
	font-size: 0.85em;
	font-weight: 400;
}

.dotted-spacer {
	margin: 20px auto 17px;
	height: 3px;
	border-bottom: 2px dotted #84c4eb;
	width: calc(100% - 3em);
}

.zero-polution {
	background:#84c4eb;
    margin: 1.5em 0 0 0;
    padding: 1em 0 0 1em;
    color:#000;
}

.zero-polution p.heading {
    font-size: 2em;
}

.zero-polution + .zero-polution {
	margin-top:0 ;
	margin-bottom: 2em;
}

.zero-polution img.zero-img-left {
	top:-2em;
}

.zero-polution .col-lg-6 {
	position: relative;
}

.zero-polution img {
	margin:0 auto;
	border-radius: 50%;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
}

@media only screen and (min-width:768px) and (max-width:992px) {
	.zero-polution img.zero-img-left {
		top: 0;
	}
}

@media only screen and (min-width:992px) {
	.zero-polution .zero-img-right img {
		position: absolute;
		bottom: 0;
		right: 0;
	}	
}

.zero-polution .zero-img-right {
	padding: 0;
}

.zero-polution .zero-img-right img {
	border-radius: 100% 0% 0% 0%;
	box-shadow: none;
	z-index: 1;
}

.zero-polution ul {
	margin: 0;
	padding: 0 1em;
	list-style: none;
}

.zero-polution ul li::before {
	content: "";
	width: 0;
	height: 0;
	position: relative;
	display: block;
	left: -1em;
	top:17px;
	border-style: solid;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent #000000;
}

.zero-polution ul li:last-of-type {
	 padding-bottom: 1.5em;
}

.zero-polution + p {
	 margin-top: 1em;
}

.triple-columns {
	text-align: center;
	margin: 1em 0;
}

.triple-columns ul {
	text-align: left;
}

.triple-columns> div:last-child {
	border: none;
}

.triple-columns img {
	margin: 1em 0;
	width: 90%;
}

.triple-columns img.circular {
	border-radius: 50%;
}

@media only screen and (min-width:768px) {
	.triple-columns > div {
		border-right: 2px dotted #84c4eb;
	}
}

.triple-columns p.heading {
	margin-bottom: 1em;
}

.heading.green, .green {
	color: #389382;
}

.border-top-bottom {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-bottom: 2em;
}

.copyright, .zero-img-right .copyright, .section-copyright {
	font-size: 12px;
	color: #002380;
	overflow-wrap: break-word;
}

.vertical-left {
	padding: 0px 0 0 20px;
	text-align: right;
	display: inline-flex;
}

.zero-img-right .copyright {
	color: #FFFFFF;
	padding-right: 1em;
	z-index: 10;
	position: absolute;
	padding-right: 0;
	right: 5px;
	bottom: -12px;
	background: #0d4da1;
    padding: 3px 7px;
}

.forests.copyright {
	background: #0d4da1;
    padding: 3px 7px;
	color:white;
}




.plastic-problem {
	background: #c9d8ff;
	color: #000;
    padding: 1.5em 1em;
	margin: 2em 0 0;
}

.plastic-problem + .row {
	margin:0 0 2em 0;
}

.plastic-problem p.heading {
	font-size: 1.3em;
	font-weight: 700;
	line-height: 1.3em;
	color: #389382;
	padding: 0;
	text-align: left;
}

@media only screen and (max-width:992px) {
	.plastic-problem br {
		display: none;
	}
}

.plastic-problem div.row {
	border-bottom: 2px dotted #84c4eb;
	margin-left: 1em;
}

.plastic-problem div.row:last-of-type, .plastic-problem .no-border > div.row {
	border: none;
}

.plastic-problem .col-3, .col-9 {
	padding: 0.5em 0.5em 0;
}

.plastic-problem .col-9 > p {
	margin-bottom: 0;
	padding-left: 1em;
	padding-bottom: 1em;
}

.plastic-problem .no-border > div.row {
	margin-left: 0;
}

.plastic-problem .no-border > div.row p {
	padding-left: 0;
	font-weight: 700;
	overflow-wrap: break-word;
}

.timeline {
	padding-left: 1rem;
}

.plastic-problem ul {
	list-style-type: none;
	border-left: 1px solid #389382;
	margin-left: 0.2em;
	padding-left: 1em;
}

.plastic-problem li {
	position: relative;
	margin-bottom: 1em;
	padding-left: 3px;
}

.plastic-problem li span {
	display: block;
	color: #06022f;
	font-weight: 700;
}

.plastic-problem li::before {
	content: '';
	position: absolute;
	left: -22px;
	top: 6px;
	display: block;
	width: 15px;
	height: 12px;
	background: url(../img/IMG18-bullet.svg) 0 0 no-repeat;
	background-size: contain;
}

.forest {
	background: #c9d8ff;
	margin: 1.5em 0;
}

.forest div:first-of-type {
	padding-left: 0;
	padding-right: 0;
}

.forest div.forest-img {
	padding: 1.25em;
	background: repeat url(../img/IMG19-Picture1.png) 50% 50%;
}

@media only screen and (min-width:768px) {
	.forest div.forest-img {
		height: 330px;
	}
}

.forest div.forest-img p {
	font-weight: 700;
	color: #FFFFFF;
}

.forest div.forest-img p:last-of-type {
	padding-top: 2em;
	font-size: x-small;
	font-weight: normal;
}

.forest div.forest-text .row, .pictos .row {
	border-bottom: 2px dotted #84c4eb;
	padding: 1em;
}

.pictos {
	margin-bottom: 2em;
}

.pictos .row {
	margin: 1em 1em 0 0;
	padding: 0;
}

.pictos .row:last-of-type {
	border: none;
}

.no-border {
	border: none !important;
}

.forest div.forest-text p {
	margin-bottom: 0.2em;
}

.deforestation {
	margin-bottom: 2em;
}

.deforestation img {
	scale: 65%;
	margin: 0 auto;
}

.deforestation div {
	height: auto;
}

.deforestation p.heading, .eu-soil-strategy p.heading {
	color: #389382;
	margin-bottom: 1em;
}

.deforestation p, .eu-soil-strategy p {
	text-align: left;
}

.deforestation p.baseline, .eu-soil-strategy p.baseline, ul.left-triangle li, p.left-triangle {
	margin: 0 1em;
	padding-left: 2em;
	background: no-repeat 0 3px url(../img/arrow-triangle.png);
}

ul.left-triangle li {
	list-style: none;
}

ul.left-triangle {
	padding-left: 0;
}

@media only screen and (max-width:767px) {
	.deforestation img, .triple-columns img {
		float: left;
		width: 175px;
		height:175px;
		margin: 0;
		padding: 0;
	}
	.triple-columns img {
		width: 100px;
		height: 100px;
		margin-right: 1em;
	}
	.deforestation p.baseline, .triple-columns p.baseline, .deforestation p.text-center {

		float:left;
		max-width: 280px;
		margin: 2em 0;
		text-align: left !important;
	}
}

.eu-soil-strategy {
	margin-bottom: 0;
	margin-top: 2em;
}

.eu-soil-strategy .row {
	border-bottom: 2px dotted #84c4eb;
	margin-bottom: 1em;
}

.eu-soil-strategy .row:last-of-type {
	border: none;
}

.eu-soil-strategy .col-8 {
	padding: 0 1em 1em 0;
}

.eu-soil-strategy p.baseline {
	margin-left: 0;
}

.eu-soil-strategy-img {
	background: no-repeat 0 100% url(../img/IMG20-ILL.png);
	position: relative;
	height: 94.5%;
	width: 430px;
}

.eu-soil-strategy-img > p {

	color: #412E20;
	font-weight: 700;
	font-size: 0.8em;
	padding: 0 1em 0.5em 0.5em;
	width: 85%;
}

.eu-soil-strategy-img > p.copyright {
	color: #333;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-shadow: 1px 1px 0 #FFFFFF;
	position: absolute;
    top: 91%;
    left: 5px;
    width: 100%;
}

@media only screen and (max-width:767px) {
    .eu-soil-strategy-img > p.copyright {
        position: relative;
        top: auto;
        left: auto;
    }
}

.europe-digital-decade:first-of-type {
	margin-top: 2em;
}

.europe-digital-decade .heading {
	text-align: left;
	color: #389382;
}

.europe-digital-decade .col {
	text-align: center;
}

@media only screen and (max-width:767px) {
	.europe-digital-decade img {
		width: 106px;
		margin: 0 auto;
	}
	.europe-digital-decade .col {
		max-width: 150px;
	}
}

.electronic-waste {
	margin: 1em 0 2em;
	padding: 1em 0.5em;
	background-color: #84c4eb;
}

.electronic-waste div {
	border-left: 2px dotted #FFFFFF;
	padding: 0 0 0 1em;
	margin: 0 0 0 0.8em;
	width: 47%;
}

.electronic-waste .type {
	text-transform: uppercase;
	color: #000;
	font-weight: 550;
}

.electronic-waste p {
	text-align: left;
}

.eu4health p.heading {
	font-size: 1em;
	text-align: left;
	color: #389382;
	font-weight: 600;
	line-height: normal;
}

.margin-top-2 {
	margin-top: 2em;
}

.text-box-model-1 {
	margin: 1em 1em 2em;
	padding: 1.5em 1.5em 0;
	border-top: 2px solid #389382;
	border-bottom: 2px solid #389382;
	width: 45%;
}

.green-title div p:first-of-type {
	color: #389382;
	font-weight: 700;
}

.col-xs-12 figure img, .col-md-6 figure img {
	margin-top: 0;
}

@media only screen and (max-width:767px) {
	.text-box-model-1 {
		width: 94%;
	}
}

.text-box-model-1 p, .text-box-model-1 li {
	font-style: italic;
}

.text-box-model-1 p.text-box-title {
	color: #389382;
	font-weight: 700;
	font-style: normal;
}


.blue-light-background, .blue-light-background-alt, .blue-light-background-custom, .blue-light-border-custom, .blue-border, 
.blue-border-top-bottom, .blue-border-bottom , .blue-border-top, .blue-border-alt  {
	padding: 20px 20px 3px;
	background: #c4e5f4;
	margin-bottom: 2em;
}

.blue-light-border-custom, .blue-border, .blue-border-top-bottom, .blue-border-bottom, .blue-border-top, .blue-border-alt  {
	background-color: #FFFFFF;
	border: 3px solid #003399;
	padding-bottom: 15px;
}

#main .blue-border h4 {color:#003399; margin-top:0}

.blue-border, .blue-border-top-bottom, .blue-border-bottom,.blue-border-top  {
	border-color: #003399;
}

.blue-border-alt {
	border-color: #0050ef;
}

.blue-border-alt-right {
	border-right: 3px solid #0050ef;
}

@media screen and (max-width:779px) {
	.blue-border-alt-right {
		border-right: none;
	}
}

.blue-border-top-bottom,.blue-border-bottom,.blue-border-top  {
	border-left: none;
	border-right: none;
}

.blue-border-top {
	border-bottom: none;
	padding-bottom: 0;
}

.blue-border-bottom {
	border-top: none;
	padding-top: 0;
}

.blue-border-top-bottom h5 {
	text-align: center;
	font-family: serif;
	margin-bottom: 0.75em;
	font-size: 1.5em;
}

.blue-border-top-bottom h5.fs18 {
	font-size: 18px !important;
}

.border-boxes .blue-light-border-custom {
	height: auto;
}

@media screen and (min-width:1000px) {
	.border-boxes .blue-light-border-custom {
		height: auto;
	}
}

@media screen and (max-width:999px) {
	.border-boxes .blue-light-border-custom {
		height: auto;
	}
}

@media screen and (max-width:779px) {
	.border-boxes .blue-light-border-custom {
		height: auto;
	}
}

.peace-security {
	padding: 0.1em 0.5em;
	background: #c9d8ff;
	margin-bottom: 2em;
}

.peace-security > div {
	text-align: left;
}

.peace-security .triple-columns > div {
	border-color: #0F8281;
}

.peace-security .triple-columns img {
	margin: 0;
}

.peace-security .triple-columns p {
	overflow-wrap: break-word;
}

.peace-security p:first-of-type {
	margin-bottom: 0.5em;
}

.peace-security .col-3, .peace-security .col-5, .peace-security .col-7, .peace-security .col-9 {
	padding-left: 0;
	padding-right: 0;
}

.row p.left-triangle {
	padding: 0 0 0 1.5em;
	margin: 1em 0.5em 0 0 !important;
	background-position-x: -0.4em;
}

.sustainable-finance {
	margin: 1.5em 0 !important;
}

.sustainable-finance > div {
	position:relative;
	padding-top: 1em;
	padding-right: 1em;
}

.sustainable-finance >div::before {
	content: '';
	border-top: 2px dotted #84c4eb;
	display: inline-block;
	position: absolute;
	top:0;
	left:0;
	height:3px;
	width: calc(100% - 1em);
}

.sustainable-finance div.col-xs-12 img {
	height: auto;
	width:56px;
	position:absolute;
	left:0;
	top:1em;
}

.sustainable-finance div.col-xs-12 {
	position: relative;
}

.sustainable-finance div.col-xs-12 div {
	padding-left:60px;
}

.sustainable-finance div.col-xs-12 div p:first-of-type {
	font-weight: bold;
	font-size: 1.2em;
}

@media screen and (max-width:410px) {
	.site-main-logo {
		text-align: center;
	}
	.site-main-logo h1 {
		font-size: 2.75em;
	}
	.site-main-logo img {
		width: 250px;
		display: block;
		margin: 0 auto;
		margin-bottom: .5em;
	}
}

@media (max-width:768px) {
	body {
		padding-top: 40px;
	}
	img {
		max-width: 100% !important;
	}
}

@media (max-width:993px) {
	body {
		padding-bottom: 0;
	}
	.left-border {
		border-left: none;
		padding-left: 15px !important;
	}
	main#main {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width:1280px) {
	body {
		padding-bottom: 0;
	}
}

@font-face {
	font-family: "extrafont";
	src: url('../fonts/ECSquareSansPro-Medium.otf') format("opentype");
}

@font-face {

	font-family: "extrafont-italic";
	src: url('../fonts/ECSquareSansPro-MediumItalic.otf') format("opentype");
}

h3 + figure, h4 + figure {
	margin-top: 0.75em;
}

@media screen {
	.longdesc, .sr-only {
		position: absolute;
		left: -10000px;
		top: auto;
		width: 1px;
		height: 1px;
		overflow: hidden;
	}
}

img#commission-logo {
	display: block;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 220px;
	margin-bottom: 0px;
	top: 44px;
}

#mainheader {
	position: relative;
	padding: 35px;
	background-color: #fff;
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
	margin-left: 0;
	margin-right: 0;
}

#commissions-president {
	width: 100%;
	margin-top: 0 !important;
}

#commissions-president img {
	width: 100%;
	margin-top: 0 !important;
	margin-bottom: 0.7em !important;
}

#commissions-president figcaption {
	padding-top: 1em;
	color: #0d4da1;
}

main {
	padding-left: 40px;
	padding-right: 40px;
	background-color: #fff;
}

main a {
	color: #0050ef;
	text-decoration: underline;
}

main h4 a, main .blue a {
	color: #003399;
	text-decoration: underline;
}

.light-blue, .blue-box h4.light-blue {
	color: #87cfff !important;
}

main a:visited {
	color: #0050ef;
}

main a:hover, main a:active {
	color: #000;
	text-decoration-style: double;
}

#signature {
	text-align: right;
}

.gr-2023 {
	margin-left: auto;
	margin-right: auto;
}

img#commission-logo {
	position: absolute;
	top: -98px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	z-index: 2;
}

#mainheader {
	margin-top: 137px;
}

.gr-2023 {
	max-width: 900px;
}

.chapter-special figure.caption-chapter-img img {
	margin-bottom: 0;
}

.chapter-special figure.caption-chapter-img figcaption {
	/*float: right;*/
	padding-top: 34px;
	padding-left: 10px;
	/*width: 33%;*/
	margin-bottom: 2em;
}
/*

#chapter9 figure.caption-chapter-img figcaption {
	margin-bottom: 3em;
}
*/
@media screen and (min-width:1200px) and (max-width:1399px) {
	/*.chapter-special figure.caption-chapter-img figcaption {
		width: 33%;
	}*/
}
/*
@media screen and (min-width:992px) and (max-width:1199px) {
	.chapter-special figure.caption-chapter-img figcaption {
		width: 50%;
	}
	.chapter-special h2.chapter-heading-caption {
		width: 50%;
	}
 
	
}

@media screen and (min-width:768px) and (max-width:992px) {
	.chapter-special figure.caption-chapter-img figcaption {
		width: 50%;
	}
	.chapter-special h2.chapter-heading-caption {
		width: 50%;
	}
	
}
*/
@media screen and (max-width:767px) {
	/*
	.chapter-special figure.caption-chapter-img figcaption {
		display: none;
	}
	.chapter-special h2.chapter-heading-caption {
		max-width: 100%;
	}*/
}

.chapter-special figure.caption-chapter-img figcaption::before, .legend::before  {
	display: block;
	content: '';
	background: url(../img/arrow-up.png) 0 0 no-repeat;
	background-size: contain;
	width: 11px;
	height: 14px;
	position: absolute;
	top: 14px;
	left: 10px;
}

figure.caption-below figcaption, .legend {
	padding-top: 30px;
	width: 99%;
	margin-left: 1%;
}

figure.caption-below.margin-small {
	margin-top: 1em;
	margin-bottom: 1em;
}

figure.caption-full-width figcaption {
	width: 75%;
	margin-left: 25%;
}
	
figure.caption-full-width figcaption h3 {
	margin-top:0 !important;
	margin-bottom: 14px !important;
}
	
figure.caption-below figcaption::before, p.figcaption-below::before, .legend::before {
	display: block;
	content: '';
	background: url(../img/arrow-up.png) 0 0 no-repeat;
	background-size: contain;
	width: 11px;
	height: 14px;
	position: absolute;
	top: 10px;
	left: 0;
}

.blue-box .caption-below figcaption, .blue-box .caption-right figcaption, .blue-box .caption-left figcaption, .blue-box .caption-above figcaption, .blue-box .caption-left-full-border figcaption {
	color: white;
}

.blue-box .caption-below figcaption::before {
	display: block;
	content: '';
	background: url(../img/arrow-up-white.png) 0 0 no-repeat;
	background-size: contain;
	width: 11px;
	height: 14px;
	position: absolute;
	top: 10px;
	left: 0;
}

.blue-box .caption-right figcaption::before {
	display: block;
	content: '';
	background: url(../img/arrow-right-white.png) 0 0 no-repeat;
	background-size: contain;
	width: 11px;
	height: 14px;
	position: absolute;
	top: -0.5em;
	left: 1em;
}

figure.caption + h3, figure.caption + div {
	margin-top: 3em;
}

figure.caption-right {
	display: flex;
	flex-direction: row;
}

figure.caption-right img {
	width: 67%;
	margin-bottom: 0;
}

figure.caption-right.small-caption img {
	width: 53%;
	margin-bottom: 0;
}

figure figcaption {  color:#000a44; }

figure.caption-right figcaption {
	width: 33%;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
	align-self: flex-end;

}

figure.caption-right figcaption::before {
	display: block;
	content: '';
	background: url(../img/arrow-right.png) 0 0 no-repeat;
	background-size: contain;
	width: 11px;
	height: 14px;
	position: absolute;
	top: -0.5em;
	left: 1em;
}

figure.caption-right figcaption.arrow-up::before {
	display: block;
	content: '';
	background: url(../img/arrow-up.png) 0 0 no-repeat;
	background-size: contain;
	width: 11px;
	height: 14px;
	position: absolute;
	top: -0.5em;
	left: 1em;
}

figure.caption-left, figure.caption-left-full-border {
	display: flex;
	flex-direction: row;
}

figure.caption-left img {
	width: 67%;
	margin-bottom: 0;
}

figure.caption-left-full-border img {
	width: 48.6%;
	margin-bottom: 0;
}


figure.caption-left.small-caption img {
	width: 53%;
	margin-bottom: 0;
	/*height: max-content*/;
}

figure.caption-left figcaption, figure.caption-left-full-border figcaption {
	width: 33%;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
	align-self: flex-end;
	order: -1;
}

figure.caption-left-full-border figcaption {
	width: 51.4%;
}

figure.caption-below.small-img.small-caption {text-align:center;}
figure.caption-below.small-img.small-caption img {max-width:400px;}
figure.caption-below.small-img.small-caption figcaption::before {display:none;}

figure.caption-left figcaption::before, figure.caption-left-full-border figcaption::before {
	display: block;
	content: '';
	background: url(../img/arrow-up.png) 0 0 no-repeat;
	background-size: contain;
	transform: rotate(90deg);
	width: 11px;
	height: 14px;
	position: absolute;
	top: -1em;
	left: 1em;
}

.blue-box figure.caption-left figcaption::before, .blue-box figure.caption-left-full-border figcaption::before {
	display: block;
	content: '';
	background: url(../img/arrow-left-white.png) 0 0 no-repeat;
	background-size: contain;
	transform: none;
	width: 11px;
	height: 14px;
	position: absolute;
	top: -1em;
	left: 1em;
}


figure.caption-above {
	
	display: flex;
	flex-direction: column;
}

figure.caption-above-full-width {
	width: 100%;
}

figure.caption-above-full-width figcaption {
	width: 50% !important;
}

figure.caption-above figcaption {
	width: 75%;
	padding-left: 1.5em;
	padding-right: 1em;
	padding-bottom: 1em;
	order: -1;
}

figure.caption-above figcaption::after, p.caption-above::after {
	display: block;
	content: '';
	background: url(../img/arrow-down.png) 0 0 no-repeat;
	background-size: contain;
	width: 11px;
	height: 14px;
	position: absolute;
	top: 3px;
	left: 0em;
}

.caption-above figcaption.no-arrow::after {
	background: none;
}

p.caption-above::after {
	bottom: 1.75em;
}

p.caption-above {
	padding-left: 34px;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 3em;
}

figure.caption-align-top {
	align-content: flex-start;
}

figure.caption-align-top img {
	margin-top: 0;
	object-fit: contain;
	align-self: flex-start;
}

figure.caption-align-top figcaption {
	padding-top:2em;
}

figure.caption-align-top figcaption::before {
	top:-2px;
}

.video-container {
	margin-top: 2em;
	margin-bottom: 2em;
	display: flex;
	flex-direction: row;
	width: 100%;
}
	
.video-container-inner {
	width:470px;
}

.video-poster {
	width: 470px;
	/*height: auto;*/
	cursor: pointer;
}

.video {
	display: none;
	width: 470px;
	height: 275px;
}

.video-caption {
	position: relative;
	max-width: 335px;
	padding-left: 1em;
	padding-top: 9em;
	font-size: 0.85em;
	color: #003399;
}

.blue-box .video-caption {
	color: white;
}

.video-caption-title {
	color: #003399;
	/*background-color: #ffcc00; #84c4eb */
	text-transform: uppercase;
	margin-right: 3px;
}

.blue-box .video-caption-title {
	color: #000a44 !important;
	background-color: #C7D8FF;
}

.video-caption::before {
	display: block;
	content: '';
	background: url(../img/arrow-right.png) 0 0 no-repeat;
	background-size: contain;
	/*transform: rotate(-90deg);*/
	width: 11px;
	height: 14px;
	position: absolute;
	top: 7.5em;
	left: 1em;
}

.blue-box .video-caption::before {
	display: block;
	content: '';
	background: url(../img/arrow-right-white.png) 0 0 no-repeat;
	background-size: contain;
	/*transform: rotate(-90deg);*/
	width: 11px;
	height: 14px;
	position: absolute;
	top: 7.5em;
	left: 1em;
}

.video-container-caption-below .video-caption::before {
	background: url(../img/arrow-up.png) 0 0 no-repeat;
	background-size: contain;
	top: 10px;
	left: 0;
}

.video-container-caption-below {
	display: block;
	width:750px;
	height:429,2553191px;
	position: relative;
}

.video-container-caption-below .video-container-inner {
	width:750px;
	height:429,2553191px;
}

.video-container-caption-below .video-poster { 
	width:750px;
	height:429,2553191px;
}
	
.video-container-caption-below .video {
	width:750px;
	height:429,2553191px;
}

.video-container-caption-below .video-caption {
	padding-top:30px;
	/*width:50%;*/
}

.col-md-6 .video-container-caption-below .video, 
.col-md-6 .video-container-caption-below .video-poster, 
.col-md-6 .video-container-caption-below .video-container-inner, 
.col-md-6 .video-container-caption-below {
	width: 395px;
	min-height: 226px;
}

.col-md-4 .video-container-caption-below .video, 
.col-md-4 .video-container-caption-below .video-poster, 
.col-md-4 .video-container-caption-below .video-container-inner, 
.col-md-4 .video-container-caption-below {
	max-width: 100%;
	max-height: 100%;
}

.video-container-caption-below .video-caption {
	padding-left: 0;
	max-width: 100%;
}

.flag-border img {
	border: 1px solid #333;
}

@media screen and (max-width:770px) {
	.video-container-caption-below .video, 
	.video-container-caption-below .video-poster, 
	.video-container-caption-below .video-container-inner, 
	.video-container-caption-below {
		max-width: 307px;
		min-height: 176px !important;
	}
}

@media screen and (max-width:900px) {
	.col-md-6 .video-container-caption-below .video, 
	.col-md-6 .video-container-caption-below .video-poster, 
	.col-md-6 .video-container-caption-below .video-container-inner, 
	.col-md-6 .video-container-caption-below {
		max-width: 307px;
		min-height: 176px !important;
	}
}

.green-video {
	background-color:#84c4eb;
	text-transform: uppercase;
	padding:0.1em;
}

@media screen and (max-width:768px) {
	.float-sm-left {
		width:100%;
		margin-bottom: 2em;
	}
	.video-container {
		margin-top: 1em; 
		margin-bottom: 1em;		
	}
	.video-container-inner {
		overflow: hidden;
		position: relative;
		width: 100%;
		/*padding-top: 10em;*/
	}
	.video-poster {
		z-index:23;
		/*position: absolute;*/
		cursor: pointer;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		/*height: max-content*/;
	}
	.video {
		/*position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;*/
		width: 100%;
		height: 100%;
	}
	.video-caption {
		margin-top: 1em;
	}
}

@media screen and (max-width:539px) {
	
	body .responsive-round-img {margin-bottom:25px; margin-right: 0px;}
	
	h1 {
		font-size: 3em !important;
	}
	.chapter-heading, h2 {
		font-size: 1.6em !important;
		padding-top: 11px;
	}
	.publication-formats img {
	width: 89px;
    height: auto;
    padding: 5px;
    opacity: 0.75;
    transition: opacity 0.2s ease-in-out;}
	
	#offcanvasNavbar {width:80%;}
	
	
	.triple-columns {
	text-align: left;
	margin: 1em 0;
	} 
		
	.triple-columns .col-md-4 {
		
		margin-bottom: 26px;
	padding-top: 30px;
	background: #f4f6ff;
		
	}
		
	.triple-columns .col-md-4 p.baseline {
		
	margin-top:7px;
		
	}
	
}

@media screen and (max-width:994px) {
	#foreword h2 {
		margin-left: 0px; 
	}
}

@media screen and (max-width:993px) {
	#mobile-nav .container {
		margin-left: auto;
		margin-right: auto;
		padding-left: 0 !important;
	}
	#chapter12 iframe {
		margin-left: 0;
	}
	.navbar-toggler {margin-left:10px;}
}

@media screen and (max-width:767px) {
	section {
		padding-top: 0;
	}
	h2.chapter-heading, h2.chapter-heading-caption {
		margin-bottom: 0.5em;
	}
	h2.chapter-heading + .gr-2023 h3:first-of-type, h2.chapter-heading-caption + .gr-2023 h3:first-of-type {
		margin-top: 0 !important;
	}
	figure {
		margin-top: 1em;
		margin-bottom: 1em;
	}
	figure.caption-below figcaption::before, .blue-box figure.caption-below figcaption::before, 
	figure.caption-left figcaption::before, figure.caption-right figcaption::before, figure.caption-left-full-border figcaption::before, 
	.blue-box figure.caption-left figcaption::before, .blue-box figure.caption-right figcaption::before
	{
		display: none;
	}
	figure.caption-left, figure.caption-right, figure.caption-below, figure.caption-left-full-border {
		display: block;
	}
	figure.caption-left figcaption, figure.caption-left img, figure.caption-left-full-border figcaption, figure.caption-left-full-border img, figure.caption-right figcaption, figure.caption-right img, figure.caption-below figcaption, figure.caption-below img {
		width: 100% !important;
	}
	figure.caption-left figcaption, figure.caption-left-full-border figcaption, figure.caption-right figcaption, figure.caption-below figcaption {
		padding: 10px 5px 0;
	}
	#chapter12 iframe {
		margin-left: 0;
	}
}

@media screen and (max-width:946px) {
	.caption-xl figure.caption-left figcaption::before, .caption-xl figure.caption-right figcaption::before  {
		display: none;
	}
	.caption-xl figure.caption-left, .caption-xl figure.caption-right {
		display: block;
		padding: 10px 5px 0;
	}
	.caption-xl figure.caption-left figcaption, .caption-xl figure.caption-right figcaption {
		width: 100% !important;
		padding-left: 0;
	}
}

#logo-container-background {
	position: absolute;
    top: -77px;
    left: 50%;
    width: 162px;
    height: 80px;
    background: white;
    margin-left: -81px;
}

.gr-2023 + div { margin-top: -2.3em; }
.gr-2023  h3:first-child {padding-top: 3.1em;}
.gr-2023 { margin-top: -2.3em; }
.gr-2023 h3:first-child {padding-top: 3.1em;}


 #offcanvasNavbar  .offcanvas-header .btn-close.text-reset.btn-close-white { border: 2px solid #0f1564; border-radius:50px; opacity: 1;  }
 body .offcanvas-body .btn { font-size: 0.90rem;  }

.gr-2023 h2 {padding-top:30px;}

/* hack for links before new subchapters + headings */
#subchapter6-6 {margin-top: -1.5em;}
#subchapter3-4 {margin-top: -1.1em;}
#subchapter6-4 {margin-top: -1.5em;}
/*
#subchapter3-3.gr-2023 + div { margin-top: 0; }
#subchapter3-3.gr-2023 + div h3:first-child { padding-top: 1.25em; }
#subchapter6-4.gr-2023 { margin-top:0;}
#subchapter6-4.gr-2023 h3:first-child { padding-top: 1.25em; }
*/

/* end of hack */

.btn-close-white {
  filter: invert(0) grayscale(0%) brightness(100%);
  color: #0d4da1;
	border-color: #0d4da1;
}

.main-menu-navbar {position:absolute; text-indent:-9999px; height:1px; width: 1px;}
figcaption.no-arrow.text-center {text-align: center; padding-top:10px;}
body figcaption.no-arrow.text-center::before, body figcaption.no-arrow::before, body .caption-chapter-img figcaption.no-arrow::before {display:none;}
body .caption-chapter-img figcaption.no-arrow { padding-top:5px; margin: 0;

}
body .no-margins {margin: 0px;}
body .margin-bottom-20 {margin-bottom: 20px;}
body .margin-bottom-1 {margin-bottom: 1em;}
body .margin-bottom-2 {margin-bottom: 2em;}
body .margin-bottom-3 {margin-bottom: 3em;}
body .margin-bottom-6 {margin-bottom: 6em;}
body .margin-bottom-7 {margin-bottom: 7em;}
body .ptb-43 {padding-top:43px; padding-bottom:43px;}
body .max-400 img {max-width: 400px;}
body .max-400 {text-align:center;}

@media screen and (min-width:969px) {
	body .h3,body  h3 {font-size: 33px;}
	body .h4,body  h4 {margin-bottom: 8px; font-size: 24px; margin-top: 10px;}
	body h3.medium-size-h3 {font-size: 25px;}
	/*body  #chapter9 figcaption.full-width-caption {width:100%; font-size: 13px;}*/
	/*body figure.caption figcaption, body p.caption-above,body p.figcaption-below { font-size: 13px;}*/
}
/*
@media screen and (max-width:769px) {
	#chapter9 h2.chapter-heading-caption {max-width: 100%;}
	
}
*/

body .responsive-round-img {width: 100%; max-width: 289px; margin-right: 23px;}
body .zero-polution.go-green {margin:10px; padding:10px;}
body  {position:relative;}
body .serif { font-family: 'EB Garamond', serif;}
body .sans-serif { font-family: 'robotoregular', sans-serif !important;  }
body .blue-light-background h4, h5.serif {color:#000; display: inline;  font-family: 'robotoregular', serif; font-size:25px; }
body h4.serif {font-family: 'robotoregular';}
body .blue-light-background h4.alternate { color: #0d4da1; font-family: 'RobotoBold'; font-size: 24px;}
h5.serif { display: inline-block; font-size: 1.5em; margin-bottom: 1em;}

body .blue-light-background-custom {padding-top: 20px ; padding-bottom:5px; background: #84c4eb; margin-bottom: 2em;}
body .blue-light-background-alt {padding-top: 20px ; padding-bottom:5px; background: #AAD4F2; margin-bottom: 2em;}
body .blue-light-background-custom h4 {color:#000; display: inline; background: url("../img/gradient.png"); font-family: 'EB Garamond', serif; font-size:25px;}

h4.line-background, .line-background {color:#000; display: inline; background: url("../img/gradient-white.png"); font-family: 'EB Garamond', serif; font-weight: 400; font-style: italic;}
h4.line-background.bg2 {background: url("../img/gradient2.png");}
h4.serif, h5.serif, h5.black { font-weight: 700; }

p.line-background {color:#000; display: inline; background: url("../img/gradient-white.png"); font-family: 'EB Garamond', serif;}
.pb30 {padding-bottom:30px;}
body h2.medium-header-size {font-size:2.2em}

.pb0 {padding-bottom:0px;}
.mb0 {margin-bottom:0px;}
.fs18 {font-size:18px;}
.fs21 {font-size:21px;}
.fs25 {font-size:25px;}
.fs28 {font-size:28px;}
.fs30 {font-size:30px;}
.fs33 {font-size:33px;}
.fs40 {font-size:40px;}
.fs50 {font-size:50px;}
.fs60 {font-size:60px;}
.mt0 {margin-top:0px;}
.mt5 {margin-top:5px}
.mt10 {margin-top:10px}
.mt15 {margin-top:15px;} 
.mt20 {margin-top:20px;} 
.mt25 {margin-top:25px;} 
.mt35 {margin-top:35px}
.desktop-mt-4 { margin-top: 1.5em;}
.desktop-mt-5 { margin-top: 3em;}
.desktop-mb-3 { margin-bottom: 1em;}
@media screen and (max-width-770) {
	.desktop-mt-4, .desktop-mt-5 { margin-top: 0 !important; }
	.desktop-mb-3 { margin-bottom: 0 !important; }
}
.pb15 {padding-bottom:15px;}
.pb20 {padding-bottom:20px;}
.columns-min-padding div.col-xs.col-md {padding-left:1%; padding-right:1%;}
.min-padding-lr {padding-left:1%; padding-right:1%;}
.min-padding2-lr {padding-left:2%; padding-right:2%;}
body .pictos .mr0 {margin-right:0px;}
body .p0 {padding: 0px;}
body .text-box-height p {font-style:normal; line-height: 23px;}
body .text-box-height {margin-top: 15px; margin-bottom: 20px;}
.custom-pictos div.col-md-4 {padding-left:0.5%; padding-right:0.5%;}
.min-padding-lr p {padding-top:12px;}

.flags {padding-bottom: 15px;}
.flags figure {float: left; margin: 0 10px 0 0;}
.flags span {font-size: 1.5rem; font-weight: 800; font-family:Arial, Helvetica, sans-serif;}

.rounded-flags {
	width:100%;
	width: 50px;
	height: 50px;
   	border-radius: 50%;
	overflow: hidden;
	background-color: white;
	object-fit: cover; 
	object-position: center;
}

@media screen and (max-width:769px) {
	.columns-min-padding div.col-xs.col-md {margin-bottom:17px;}
	.columns-min-padding div.col-xs.col-md p {padding-top:15px;}
}



h2.chapter-heading, h2.chapter-heading-caption {font-family: 'EB Garamond', serif; padding-left:20px; padding-right:15px;}
.clearfix {clear:both;}

.col-md-5-custom {width:20%; float: left; text-align: center; padding: 1%;}
.col-md-5-custom p {font-size:13px; padding-top:15px;}
.col-md-5-custom p.index-count {font-size:30px; font-family: 'EB Garamond', serif; font-weight: bold;}

.table-european-freedom-act p {font-size: 13px; text-align: center;}
body .blue-light-background h4.fs18 {font-size:18px;}

@media screen and (max-width:769px) {
	.col-md-5-custom {
		width: 100%;
		float: none;
	}

	.col-md-5-custom p {
		font-size: 16px;
		padding-top: 15px;
	}

	.table-european-freedom-act p {
		font-size: 16px;
		padding-bottom: 36px;
	}
}

@media screen and (max-width:1006px) {
	.hide-arrow-on-mobile::before {
		display: none !important;
	}

	.hide-arrow-on-mobile {
		padding-top: 10px !important;
		padding-left: 0;
	}

	/*.video-container-inner {padding-bottom:55px;} */
}

.energy-figures figure {margin-bottom:2px;}
.energy-figures figure + p {margin-top: 2px; }
.small-font {font-size:13px;}
ul.decreased-font { margin-bottom: 8px; font-size: 15px;}
.text-align-left {text-align:left;}
p.heading.text-align-left {text-align:left;}

p.arrow-left-p {text-indent:21px;}
p.arrow-left-p::before {content: '';
	position: absolute;
	left: 1px;
	top: 6px;
	display: block;
	width: 15px;
	height: 12px;
	background: url(../img/arrow-left.png) 0 0 no-repeat;
	background-size: contain;
}
.map-marker-container img {max-width:47px; padding-bottom:5px;}
.p.heading.fs21 {font-size:21px;}
.margin-top-5 {margin-top:5px;}
img.round-airplane {max-width:180px; margin-top:15px;}
body ul.left-arrow.mt15 li ul li {list-style:outside disc; padding-left:0px; margin-bottom:12px;}
body ul.left-arrow.mt15 li ul li::before {display:none;}

.margin-top-0 {
	margin-top: 0;
}

.margin-top-1 {
	margin-top: 1rem;
}
.margin-top-3 {
	margin-top: 3rem;
}

.margin-top-2 {
	margin-top: 2rem;
}


.margin-top-4 {
	margin-top: 4rem;
}
.margin-top-6 {
	margin-top: 6rem;
}

@media screen and (max-width:994px) {
	.margin-top-6 {
		margin-top: 0rem;
	}
}

.padding-left-4 {
	padding-left: 4rem;
}

.fast-care ul {
	top: 5rem;
	padding-left: 0;
}

.fast-care li {
	margin-bottom: 1rem;
}

@media screen and (max-width:994px) {
	.padding-left-4 {
		padding-left: calc(var(--bs-gutter-x) * .5);
	}
	
	.h3, h3 {font-size:30px;}
	.video-container-inner.pb40m {padding-bottom:40px;}
	
	.fast-care ul {
	top: 0rem;
	padding-left: 0;
}
	
	.fast-care ul li {list-style:inside;}
	
	body .video-container {display:block;}
}

.title-look {color: #0d4da1;
font-weight: bold; font-size:24px;
}

.video-caption.no-rotate-arrow::before {transform: rotate(0deg);}

.info-small-img figure {
	height: 180px;
	border-bottom: 1px solid black;
	margin-top: 0;
	margin-bottom: 0.75rem;
}

.info-small-img figure + p {
	margin: 0;
}

.info-small-img img {
	scale: 50%;
	margin: 0 auto;
	padding: 0;
}

.single-market-emergency .border-bt {
	border-bottom: 2px dashed #FFFFFF;
	margin-bottom: 1.5rem;
	padding-bottom: 1rem;
}

.single-market-emergency h4.no-bg {
	background: none;

}

.single-market-emergency .row:nth-last-child(n+2) {
	border-right: 2px dashed #FFFFFF;
	margin-right: 5px;
}

.new-standardisation {
	margin-top: 2rem;
}

.food-waste {
	margin-top: 1rem;
}

.new-standardisation .row p, .food-waste p {
	padding-bottom: 1rem;
	border-bottom: 2px solid #000000;
}

.new-standardisation .row:last-child p, .food-waste p:last-child {
	border-bottom: none;
}

.food-waste p {
	padding-top: 1rem;
}

.new-standardisation figure {
	margin: 0;
}

.new-standardisation p {
	margin: 3rem 0;
}

.eu-social-targets {
	margin-bottom: 2rem;
}

.eu-social-targets figure {
	border-bottom: 1px solid #000000;
	margin-top: 0;
}

.carbon-emmission h4 {
	font-family: 'EB Garamond', serif;
	color: #000;
	background: none;
}

.carbon-emmission p {
	margin: 1rem 0;
}

ul.check {
	list-style-image: url('../img/list-check-image-blue.png');
	margin: 2rem 0 1rem;
	border-top: 2px solid #000;
}

ul.check li {
	margin: 2rem 1rem 1rem;
}

/* probably need adjustments */
@media screen and (max-width:994px) {
	.info-small-img figure {
		height: 200px;
	}
	.single-market-emergency .row:nth-last-child(n+2) {
		border-right: none;
		margin-right: 0;
	}
	.new-standardisation p {
		margin: 0;
	}
	
	.center-on-mobile p {text-align:center;}
}

.text-box-stripes {
	background: white url('../img/bg-stripes-general-report-2022.png') 0 0 repeat;
	text-align: center;
	padding: 2rem 0;
}

.text-box-circular-blue, .text-box-circular-blue-sm, .text-box-circular-blue-xs {
	background: #84c4eb;
	margin: 0 auto;
	padding: 30px 20px 3px;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	display: block;
}

.text-box-circular-blue-sm {
	width: 220px;
	height: 220px;
}

.text-box-circular-blue-xs {
	width: 169px;
	height: 169px;
	padding-top: 20px;
}

.text-box-circular-left {
	margin: 0 0 0 1rem;
	float: left;
}

.text-box-circular-right {
	margin: 0 1rem 0 1rem;
	float: right;
}

.text-box-circular-blue .mt-1, .text-box-circular-blue-sm .mt-1, .text-box-circular-blue-xs .mt-1 {
	margin-top: 1rem;
}
.text-box-circular-blue .mt-2, .text-box-circular-blue-sm .mt-2, .text-box-circular-blue-xs .mt-2 {
	margin-top: 2rem;
}

@media screen and (max-width:769px) {
	.relative-on-mobile {position:relative;}
	#chr10, #chr11, #chr12 {margin-top:36px;}
	.small-on-mobile {padding-top:10px; padding-bottom:10px;}
}

@media screen and (max-width:1001px) {
.hide-arrow-on-mobile::before {display:none;}	
.hide-arrow-on-mobile { padding-top:5px;}	
}

@media screen and (min-width:1001px) {
	#offcanvas-toggler {margin-right:43px;}
}

.index-above {z-index:45;}
.text-align-right {text-align:right;}
.background-p {background: #C6D6FF; padding: 7px 11px;}
#main-page-title {text-align:center; display: flex!important; justify-content: center !important; width: 100%; align-items:center;}
#main-page-title h1 {font-size:23px; color:white; line-height:29px; margin:0px;}
.main-chapters-navigation {background:white; font-size:15px; width:100%; clear:both; text-align: center; border-bottom:1px solid #ddd; color:black; position: fixed; top: 50px;  z-index: 90;} 
.main-chapters-navigation ul {list-style: none; margin:0px; padding: 11px 0px 0px;}
.main-chapters-navigation ul li { list-style: none; display: inline-block; margin:0px;   line-height:16px; padding-bottom:13px;}
.main-chapters-navigation ul li:first-child a { border-left: 0;}
.main-chapters-navigation a {color: black; text-decoration: none; text-transform: uppercase; border-left: 1px solid #000; padding: 0px 10px 0px 12px;}
.main-chapters-navigation a:hover {color: #455ea8; text-decoration: underline;}
.main-chapters-navigation ul li {position: relative;}
.main-chapters-navigation ul li ul {display:none; padding-top:0px;}
.main-chapters-navigation ul li:hover ul {display:block; position: absolute; background: white; width: 215px; text-align: left; left: 0px; top:29px; border:1px solid #ddd;}
.main-chapters-navigation ul li ul li {display:list-item; border:0px; border-bottom: 1px dotted #ccc; padding-bottom:0px;}
.main-chapters-navigation ul li ul li a {text-transform: none;display: block; padding-top:10px; padding-bottom:10px; border-left:0px; line-height: 20px;}



.chapter-title-box {color: #0d4da1; font-size: 14px;
  padding-bottom: 11px;
  padding-left: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 13px;}
.chapter-subtitle-box {line-height: 24px; font-size: 17px;   padding-left: 20px;   padding-right: 18px;}
.container-chapters-intro .row .col a { text-decoration:none; display: block;}
.container-chapters-intro .row .col a:hover { text-decoration: none; color:black; background: transparent;}

.container-chapters-intro .row img {margin-bottom:0px;}
.container-chapters-intro .row img:hover {margin-bottom:0px; background:#0049DB;}
.container-chapters-intro .row:first-child {border-top: 0px solid #ddd; padding-top:10px}
.container-chapters-intro .row:first-child .col {border-top: 0px solid #ddd;}
.container-chapters-intro .row .col { padding-top:15px;  background-clip: content-box; background-color: #003399; margin-bottom:0px; padding-bottom:10px; }
.container-chapters-intro .row .col:hover {background:#0049DB; }
.container-chapters-intro .row .col:hover img {background:#0049DB; }

.container-chapters-intro .row .col .chapter-title-box { color:white;}
.container-chapters-intro .row .col .chapter-subtitle-box {  color:white; padding-bottom:30px; margin-bottom:0px;}
.container-chapters-intro .row .col .chapter-subtitle-box a { color:white;}
.container-chapters-intro .row .col:hover .chapter-title-box {background:#0049DB;}
.container-chapters-intro .row .col:hover .chapter-subtitle-box {background:#0049DB;}

.container-chapters-intro .row .col:first-child {border-left: 0px solid #ddd;}

@media screen and (max-width:1111px) {
	.main-chapters-navigation {display:none;}
	#mainheader {margin-top: 114px;}
}
.mt35 {margin-top:35px;}
.copyright-footer-text { font-size:12px; padding-top: 15px; }
.chapter-introduction { border-right: 1px solid #ddd; padding-right: 35px; }
.gr-2023 h3.introduction-title {margin-top:0px; padding-top:0px; font-size:18px;}
.section-number {margin-top:10px; padding-top:0px; font-size:16px; margin-bottom:0px; position: relative;}
.section-copyright {
	margin: 0;
	position: absolute;
	bottom: 16px;
	right: 0;
}
.section-title {margin-top:1px; padding-top:0px; font-size:18px; font-weight:bold; line-height:21px;}
.section-title a {text-decoration: none;}
.section-title a:hover {color:#455ea8;}
.subchapters-preview { padding-left:0px; }
.subchapters-preview .subchapter-preview-element {border-top:1px solid #ddd;padding-top:35px; padding-left: 35px;}
.subchapters-preview .subchapter-preview-element:first-child {border-top:0px solid #ddd; }
.subchapters-preview.subchapters-secondary-preview .subchapter-preview-element:first-child {border-top:1px solid #ddd; }
.subchapters-preview.subchapters-secondary-preview {padding-left:15px; border-bottom:1px solid #ddd; padding-bottom:15px; flex-shrink: inherit; width:auto; max-width:fit-content;}
.subchapters-preview.subchapters-secondary-preview.no-bottom-border { border-bottom:0px;}
.main-chapters-navigation a.active-link {font-weight: bold; color:#455ea8;}
.content-entry {border-bottom: 1px solid #ddd; padding-bottom: 21px;}
.content-entry.no-bottom-border {border-bottom: 0px solid #ddd;}

@media screen and (max-width:993px) {
	.subchapters-preview .subchapter-preview-element {padding-left:12px;}
	.chapter-introduction {padding-right: 12px;}
}

@media screen and (max-width:551px) {
	#main-page-title h1 {font-size: 17px !important; font-weight: normal; line-height: 19px;}
	.container-chapters-intro .row .col {flex: none; border:0px;}
}
 
@media screen and (min-width:768px) and (max-width:992px) {
	.container-chapters-intro .row .col .chapter-subtitle-box { line-height: 17px; font-size: 13px; } 
}

.publication-links:hover img {transform: rotateY(360deg); transition: 0.7s; }


.timeline-item .timeline-panel { transition: transform .2s;}
#chapter1 .timeline-item { margin-top: 10em; }
#chapter1 .timeline .timeline-item:first-of-type { margin-top: 0em; }
@media screen and  (max-width:767px) {
	.container-chapters-intro .row .col  { flex: none; border: 0px !important; margin-bottom:25px;} 
	.container-chapters-intro .row .col img { width:100%; } 
	.publication-links:hover img {transform: none; transition: 0s;  }
}


/* Timeline */
.services-list {
  margin: 0 -5px;
  padding: 0;
  list-style: none;
}
.services-list > div {
  padding-left: 5px;
  padding-right: 5px;
}

/* Timeline */
.timeline {
    position: relative;
    display: block;
    margin: 0;
    padding: 10px 0;
}
.timeline:after, .timeline:before {
    content: " ";
    display: table;
}
.timeline:after {
    clear: both;
}
.timeline, .timeline>li {
    list-style: none;
}
.timeline>li:nth-child(even) {
    float: left;
    clear: left;
}
.timeline>li:nth-child(odd) {
    float: right;
    clear: right;
}
.timeline-line {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background-color: #eee;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.timeline-line+.timeline-item {
    margin-top: -20px;
}
.timeline-group {
    display: block;
    position: relative;
    margin: 20px 0;
    text-align: center;
    float: none!important;
    z-index: 1;
}

.timeline-year {
	background-color: #0d4da1;
	border-color: #0d4da1;
}


.timeline-poster {
    margin-top: -20px;
}
.timeline-poster .btn-link {
    color: #a1aab0;
}
.timeline-poster .btn-link.active, .timeline-poster .btn-link:active, .timeline-poster .btn-link:focus, .timeline-poster .btn-link:hover {
    color: #3e5771;
}
.timeline-item {
    position: relative;
    display: inline-block;
    width: 50%;
    padding: 0 30px 20px;
}
.timeline-item:nth-child(even):after, .timeline-item:nth-child(even):before {
    content: '';
    position: absolute;
    right: 19px;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #ccc;
    z-index: 1;
}

.timeline-item:nth-child(even):after {
    right: 20px;
    top: 11px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 11px solid #fff;
}
.timeline-item:nth-child(even)>.timeline-badge {
    right: -6px;
}
.timeline-item:nth-child(odd):after, .timeline-item:nth-child(odd):before {
    content: '';
    position: absolute;
    left: 19px;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #ccc;
    z-index: 1;
}
.timeline-item:nth-child(odd):after {
    left: 20px;
    top: 11px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid #fff;
}
.timeline-item:nth-child(odd)>.timeline-badge {
    left: -6px;
}
.timeline-item.block:nth-child(even), .timeline-item.block:nth-child(odd) {
    width: 100%;
    margin-top: 5px;
}
.timeline-item.block:nth-child(even):after, .timeline-item.block:nth-child(even):before, .timeline-item.block:nth-child(odd):after, .timeline-item.block:nth-child(odd):before {
    left: 50%;
    right: auto;
    top: -11px;
    border: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ccc;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.timeline-item.block:nth-child(even):after, .timeline-item.block:nth-child(odd):after {
    top: -10px;
    border: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #fff;
}
.timeline-item.block:nth-child(even)>.timeline-badge, .timeline-item.block:nth-child(odd)>.timeline-badge {
    top: -28px;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.timeline-item>.timeline-badge {
    position: absolute;
    top: 12px;
    z-index: 1;
}
.timeline-item>.timeline-badge>a {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #999;
    border-radius: 24px;
    background-color: #fff;
    text-decoration: none;
    transition: all ease .3s;
}
.timeline-item>.timeline-badge>a.active, .timeline-item>.timeline-badge>a:active, .timeline-item>.timeline-badge>a:focus, .timeline-item>.timeline-badge>a:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.timeline-item>.timeline-panel {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.timeline-item>.timeline-panel:hover .timeline-actions {
    display: block;
}
.timeline-actions {
    display: none;
}
.timeline-content, .timeline-footer, .timeline-heading, .timeline-liveliness {
    padding: 15px;
}

.timeline-heading+.timeline-content {
    padding-top: 0;
}
.timeline-date {
    font-size: 14px;
    color: #aaa;
}
.timeline-embed {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.timeline-embed .embed-element, .timeline-embed embed, .timeline-embed iframe, .timeline-embed object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.timeline-img {
    display: block;
    padding: 5px 0;
}
.timeline-img.first {
    margin-right: -10px;
}
.timeline-img.middle {
    margin-right: -10px;
    margin-left: -10px;
}
.timeline-img.last {
    margin-left: -10px;
}
.timeline-footer, .timeline-liveliness, .timeline-resume {
    border-top: 1px solid #eee;
    background-color: #fbfcfc;
}
.timeline-footer {
    border-radius: 0 0 5px 5px;
}
.timeline-avatar {
    margin-top: -2px;
    margin-right: 10px;
}
.timeline-title {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.42857;
    font-weight: 600;
    color: #3e5771;
    text-decoration: none;
}
.timeline-title>small {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    color: #a1aab0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.timeline .media {
    border-bottom: 1px solid #eee;
}
.timeline .media, .timeline .media p {
    font-size: 13px;
}
.timeline .media:last-child {
    border-bottom: 0;
}
@media screen and (max-width:991px) {
    .timeline {
    padding-left: 15px;
	}
	.timeline-line {
		left: 15px;
	}
	.timeline-group {
		display: inline-block;
		margin-left: 4px;
	}
	.timeline-item {
		width: 100%;
		margin-top: 0!important;
		padding-right: 10px;
	}
	.timeline-item.block:nth-child(even), .timeline-item.block:nth-child(odd) {
		padding-bottom: 0;
	}
	.timeline-item.block:nth-child(even):after, .timeline-item.block:nth-child(even):before, .timeline-item.block:nth-child(odd):after, .timeline-item.block:nth-child(odd):before, .timeline-item:nth-child(even):after, .timeline-item:nth-child(even):before, .timeline-item:nth-child(odd):after, .timeline-item:nth-child(odd):before {
		left: 19px;
		top: 10px;
		border: 0;
		border-top: 12px solid transparent;
		border-bottom: 12px solid transparent;
		border-right: 12px solid #ccc;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.timeline-item.block:nth-child(even):after, .timeline-item.block:nth-child(odd):after, .timeline-item:nth-child(even):after, .timeline-item:nth-child(odd):after {
		left: 20px;
		top: 11px;
		border-top: 11px solid transparent;
		border-bottom: 11px solid transparent;
		border-right: 11px solid #fff;
	}
	.timeline-item.block:nth-child(even)>.timeline-badge, .timeline-item.block:nth-child(odd)>.timeline-badge, .timeline-item:nth-child(even)>.timeline-badge, .timeline-item:nth-child(odd)>.timeline-badge {
		top: 12px;
		left: -6px;
		right: auto;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.timeline-content img {
		scale: 75%;
}
}

@media screen and (max-width:480px) {
    .timeline {
    padding: 0;
	}
	.timeline-line {
		display: none;
	}
	.timeline-item {
		display: block;
		padding: 0 0 20px!important;
	}
	.timeline-item.block:nth-child(even), .timeline-item.block:nth-child(odd), .timeline-item:nth-child(even), .timeline-item:nth-child(odd) {
		float: none;
		clear: both;
	}
	.timeline-item.block:nth-child(even):after, .timeline-item.block:nth-child(even):before, .timeline-item.block:nth-child(odd):after, .timeline-item.block:nth-child(odd):before, .timeline-item.timeline-poster>.timeline-badge, .timeline-item:nth-child(even):after, .timeline-item:nth-child(even):before, .timeline-item:nth-child(odd):after, .timeline-item:nth-child(odd):before {
		display: none;
	}
	.timeline-item>.timeline-badge {
		top: -8px!important;
		left: 50%!important;
		margin-left: -6px;
	}
}

@media (max-width:1004px) {
	.timeline-content img {
		width: 50px;
	}
}

.wrapkit-content-rtl .timeline-avatar {
    margin-right: 0;
    margin-left: 10px;
}

.timeline-heading { font-size: 20px; font-weight: 700; }
.timeline-item .timeline-panel .timeline-content ul li {font-size:13.5px;}
.timeline-item .timeline-panel { transition: transform .2s;}
.timeline-item .timeline-panel:hover {transform: scale(1.07);  }
.timeline-item .timeline-panel .timeline-heading {border-bottom:1px solid #ddd; padding:12px 25px 12px 15px; background:#f1f1f1;}
.timeline-item .timeline-panel:hover .timeline-heading { background:#c4e5f4; border-bottom:1px solid #a2a2a2;} /*eef3ff*/
.timeline-item .timeline-panel .timeline-content { padding-bottom:30px; padding-top:23px; background:#f1f1f1;}
.timeline-item .timeline-panel:hover .timeline-content { background:#c4e5f4; }

.publications-subfooter {  background:#eef3ff; margin-top:35px; padding: 25px 30px;}
.publications-subfooter img.icons-pub {display: inline-block;}
.margin-bottom-0 {margin-bottom:0px;}
.margin-top-18 {margin-top:18px;}

/*timeline compact*/
.timeline-compact { padding:0; }
.timeline-compact .timeline { padding-bottom: 0; padding-top: 0; }
.timeline-compact .timeline-item { padding-bottom: 0; margin-top: -40px;}
.timeline-item:nth-child(even):after, .timeline-item:nth-child(even):before {
	border: none;
}
.timeline-item:nth-child(odd):after, .timeline-item:nth-child(odd):before {
	border: none;
}
.timeline-compact .timeline-item .timeline-panel .timeline-content {
	padding: 10px 16px 1px 16px;
} 
.timeline-compact .timeline-item .timeline-panel .timeline-content ul {
	margin-bottom: 15px;
	padding-left: 1rem;
}
.timeline-compact .timeline-item .timeline-panel .timeline-content li {
	font-size: 16px;
}

/* CHARTS */
.wtCharts { margin: 1em 0 !important; }

.wt-charts--toolbar.wt-unselected.wt-offprint {position:static;}
.wt-map-content .wt-map-info-content {
	background: #fff !important;
	border-radius: 17px;
}

.wt-map-content h3.wt-noconflict {
	color: #0d4da1;
	font-weight: bold;
	font-size: 21px;
	margin-bottom: 10px;
}

.wt-map-content .wt-map-panels {
	border-left: 51px solid #0d4da1 !important;
}

.wt-map-content .wt-map-menu .wt-btn,
.wt-map-content .wt-map-menu .wt-btn:focus,
.wt-map-content .wt-map-menu .wt-btn:active {
	border: 4px solid #0d4da1 !important;
}

.wt-map-content ul.wt-noconflict li {
	list-style: square inside;
	font-size: 15px;
	line-height: 23px;
}

.wt-map-content .wt-map-menu .wt-btn.selected,
.wt-map-content .wt-map-fullscreen .wt-map-menu a.fullscreen {
	border-radius: 37px;
}

.wt-map-content h2.wt-noconflict {
	font-size: 25px;
	color: black;
	margin-bottom: 32px;
}

.wt-map-content .wt-map-info-content>a {
	background: #0d4da1;
	color: white;
	padding: 8px 16px;
	text-decoration: none;
	border-radius: 11px;
	margin-top: 4px;
	display: inline-block;
}

.wt-map-content .wt-map-info-content>a:hover {
	background: #113e5f;
}

/* 2023 new */
.special-link {
	background-image: url('../img/special-link-bg.png');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left;
}
.special-link p {
	padding: 2.5em 3em 2em 5em;
}

@media screen and (max-width:1209px) {
	.special-link a {
		font-size: 14px;
	}
}

@media screen and (max-width:767px) {
	.special-link p {
		padding: 50px 105px 40px 90px;

	}
}

.white-disc, .blue-disc, .blue-circle {
	background: white;
    border-radius: 50%;
	text-align: center;
	padding: 45px 16px;
	width: 275px;
	height: 275px;
	padding: 75px;
}

.white-disc {
	width: 190px;
	height: 190px;
	padding: 25px;
	font-size: 14px;
}

.blue-disc { background-color: #c4e5f4; }
.blue-disc span.copyright { font-weight: normal; display: inline-block; }
.blue-circle {
	background-color: white;
	border: 2px solid #86C4EB;
}

@media screen and (min-width:768px) and (max-width:991px) {
	.white-disc, .blue-disc, .blue-circle {
		margin: 0 auto;
		margin-bottom: 1em;
	}
}
@media screen and (max-width:767px) {
	.white-disc, .blue-disc, .blue-circle {
		width: 300px;
		height: 300px;
		padding: 75px;
		margin: 0 auto;
		margin-bottom: 1em;
	}
}

.arrow-curved {
	position: absolute;
	top: 88px;
	left: 30px;
}

.arrow-hidden {
	display: none;
}

@media screen and (max-width:767px) {
	.arrow-hidden {
		display:inline-block;
	}
}
.col-dashed-left { border-left: 2px dashed #000; padding-left:2em; }
@media screen and (max-width:767px) { 
	.col-dashed-left {
		border: none;
		padding-left: 12px;
	}
}
.black { color: #000 !important; }
.blue { color:#003399; } /* #0d4da1 */
.blue-alt { color: #0050ef; }

.border-cross div { border-right: 1px solid #000000; }
.border-cross p:first-of-type { border-bottom: 1px solid #000000; padding-bottom: 20px; }
.cross-spacer { margin-top: 50%;}
.border-cross  > div:last-child { border: none; }

@media screen and (max-width:767px) {
	.border-cross div, .border-cross p:first-of-type {
		border: none;
	}
	.cross-spacer {
		margin-top:auto;
	}
}
.ch6info32-list, .ch7info38-list {
	margin: 0 auto;
}

.ch6info32-list div {
	width: 150px;
}

.ch7info38-list div {
	width: 225px;
}

.ch6info32-list div.d-flex, .ch7info38-list div.d-flex {
	padding: 0;
}

@media screen and (min-width:992px) {
	.only-mobile-visible {
		display: none;
	}
 }
@media screen and (max-width:991px) {
	.only-mobile-visible {
		display: inline-block;
	}
 }
@media screen and (min-width:992px) {
	.only-desktop-visible {
		display: inline-block;
	}
 }
@media screen and (max-width:767px) {
	.only-desktop-visible {
		display: none;
	}
 }

 .border-blue {
	background-color: white;
	border: 2px solid #86C4EB;
	padding: 20px;
 }


 .four-pillars {
	background-image:url('../img/CH08-INFO48.png');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	height: 227px;
}

.four-pillars p { 
	text-align: center;
}

 @media screen and (min-width:992px) {
	.four-pillars div:nth-child(even) p {
		padding-top: 75%;
	}
 }
 @media screen and (min-width:992px) {
	.four-pillars p.four-pillars-1 {
		padding-left: 16px;
	}
	.four-pillars p.four-pillars-2 {
		padding-left: 8px;
	}
	.four-pillars p.four-pillars-3, .four-pillars p.four-pillars-4 {
		padding-right: 16px;
	}
 }

 @media screen and (max-width:991px) {
	.four-pillars  {
			background: none;
 	}
	 .four-pillars .only-desktop-visible {
		display: none;
	}
}

.ch09-gr26 { 
	border-color: #98C9EE;
	text-align: center;
}

.ch09-gr26 th, .ch09-gr26 td  { padding: 20px 35px; width:33% }

.ch09-gr26 th span {
	background-color: #98C9EE;
	padding: 5px 10px;
	display: inline-flex;
}

@media screen and (max-width:1002px) {
	.ch09-info57 .px-5 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
.ch09-info61 .heading { font-family: 'robotobold';}
.ch09-info61 .votebox { top:-45px; }

#chapter9 .legend::before {
	background: none;
}

@media screen and (min-width:992px) {
	
	#chapter9 .legend {
	padding-top: 200px;
	}
	
}
.no-bullet li {  
	list-style-type: none;
}
.no-bullet li img {  
	padding-right: 10px;
}
 
body .map-container {margin-top:50px !important; margin-bottom:30px;}
@media screen and (max-width:770px) {
	.desktop-only {display:none;}
	.subchapters-preview {display:none;}
	.content-entry.no-bottom-border {padding-bottom:1px;}
	
	
	
	body .mobile-icon img {max-width:250px !important;}
	body .mobile-icon.center-images img {display:block; margin:0 auto;}
	.ch09-gr26 th, .ch09-gr26 td {  padding: 15px 15px;  width: 33%;}
	
}
.statement-link {color:white;}
.statement-link:hover {color:white; text-decoration:none;}

.disc-arrow {
	background-image: url('../img/CH05-INFO58-disc.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0;
	padding: 15px 0 8px 15px;
	font-weight: 700;
 }

 .disc-arrow img {
	float: inline-end;
 }

/* wt-map-content */

body .wt-map-content .wt-map-info-content {
    background:#fff !important;
	border-radius: 17px;
}

body .wt-map-content h3.wt-noconflict {
	color: #0d4da1;
	font-weight: bold;
	font-size: 21px;
	margin-bottom: 10px;
}

body .wt-map-content .wt-map-panels {
	border-left: 51px solid #0d4da1 !important;
}

body .wt-map-content .wt-map-menu .wt-btn,
body .wt-map-content .wt-map-menu .wt-btn:focus,
body .wt-map-content .wt-map-menu .wt-btn:active {
	border: 4px solid #0d4da1 !important;
}

body .wt-map-content ul.wt-noconflict li {
	list-style: square inside;
	font-size: 15px;
	line-height: 23px;
}

body .wt-map-content .wt-map-menu .wt-btn.selected,
body .wt-map-content .wt-map-fullscreen .wt-map-menu a.fullscreen {
	border-radius: 37px;
}

body .wt-map-content h2.wt-noconflict {
	font-size: 25px;
	color: black;
	margin-bottom: 32px;
}

body .wt-map-content .wt-map-info-content>a {
	background: #0d4da1;
	color: white;
	padding: 8px 16px;
	text-decoration: none;
	border-radius: 11px;
	margin-top: 4px;
	display: inline-block;
}

body .wt-map-content .wt-map-info-content>a:hover {
	background: #113e5f;
}

/* custom focus */
.video-container-inner a {display:block;}
.subchapter-preview-element a {display:block;}
a:focus{outline: 3px solid #ffcc00 !important; outline-color:#ffcc00; outline-offset: 1px; border-radius: 1px;}
#offcanvas-toggler:focus, #offcanvas-toggler.active.focus{outline: 2px solid #0d4da1; outline-color:#0d4da1;}
.navbar-toggler-icon:focus {outline: 2px solid #0d4da1; outline-color:#0d4da1;}
.dropdown-toggle:focus {outline: 2px solid #0d4da1; outline-color:#0d4da1;}
.dropdown-toggle:focus {outline: 2px solid #0d4da1; outline-color:#0d4da1;}
.btn-close-white:focus {outline: 2px solid #0d4da1; outline-color:#0d4da1;}

body .main-chapters-navigation > ul > li > a:focus {outline: 2px solid #ffcc00 !important; outline-color:#ffcc00 !important;}
body .carousel-indicators button:focus {outline: 3px solid #ffcc00 !important; outline-color:#ffcc00 !important; opacity:0.9 !important;}

ul#about-fr-list {
    list-style: none;
    padding: 0px;
}

ul#about-fr-list #about-li-1::before,
ul#about-fr-list #about-li-2::before
{
    margin: 0 1.5em;
	content: '';
	position: absolute;
	left: -21px;
	top: 6px;
	display: block;
	width: 15px;
	height: 12px;
	background: url(../img/arrow-left.png) 0 0 no-repeat;
	background-size: contain;	
}

#about-li-1,
#about-li-2 {
	padding-left: 2em;
}

ul#about-li-li {
	list-style: none;
    padding: 0px;
}

ul#about-li-li {
	margin-left: 1.5em;
}

ul#about-li-li li::before {
    margin: 0 1.5em;
	content: '\2022';
	position: absolute;
	left: -25px;
	display: block;
	font-weight: bold !important;
	font-size: 1.5em !important;
	line-height: 1.1 !important;
}

ul#about-li-li li {
	padding-left: 2.5em;
}

ul#about-li-li li:first-child {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
ul#about-li-li li:nth-child(2) {
	margin-bottom: 0.5em;
}

.menu-case {
	  text-transform: none !important;
}

.no-bold { font-weight: normal; }

.max-width-900 {max-width:900px;}
.max-width-950 {max-width:950px;}


#gr-content-accordion .accordion-header h3 {margin-top:10px; margin-bottom:10px; font-family: 'robotobold', sans-serif !important;}
#gr-content-accordion {border:0px; padding:0px; margin:0 auto;}
#gr-content-accordion .accordion-item {border:0px; padding:0px; margin:0px; padding-top:18px;}
/*#gr-content-accordion .accordion-button {background:white; border-bottom:5px solid #0d4da1 !important; color:#0d4da1 !important; font-size:33px;}*/
#gr-content-accordion .accordion-button {background:white; border-bottom:5px solid #003399 !important; color:#003399 !important; font-size:33px;}




:target {
    scroll-margin-top: 88px;
}

body .chapter-no {font-size: 23px;  padding-left: 40px;  padding-top: 18px;  text-transform: uppercase; margin-bottom:2px;}
body #chapter1.chapter-special { margin-top: 55px; border-top: 9px solid #ffcc00;  padding-top: 0px;}
body #chapter2.chapter-special {margin-top: 55px; border-top: 9px solid #ffcc00;  padding-top: 0px;}
body #chapter3.chapter-special {margin-top: 55px; border-top: 9px solid #ffcc00;  padding-top: 0px;}
body #chapter4.chapter-special {margin-top: 55px; border-top: 9px solid #ffcc00;  padding-top: 0px;}
body #chapter5.chapter-special {margin-top: 55px; border-top: 9px solid #ffcc00;  padding-top: 0px;}
body #chapter6.chapter-special {margin-top: 55px; border-top: 9px solid #ffcc00;  padding-top: 0px;}
body #chapter7.chapter-special {margin-top: 55px; border-top: 9px solid #ffcc00;  padding-top: 0px;}
body #chapter8.chapter-special {margin-top: 55px; border-top: 9px solid #ffcc00;  padding-top: 0px;}
body #chapter9.chapter-special {margin-top: 55px; border-top: 9px solid #ffcc00;  padding-top: 0px;}
body #opening-chapter.chapter-special {margin-top: 55px; border-top: 9px solid #ffcc00;  padding-top: 0px;} /* #fbe90a */
body .chapter-main-title {padding-left:40px; margin-bottom:1px; }
body .chapter-main-title {font-family: 'robotobold', sans-serif !important; }
body .chapter-main-title span {font-size:30px;}

@media screen and (max-width:1111px) {	
	 body #main-page-logo img.logo-desktop {display:none;}
	body img.logo-mobile {max-width: 80px !important; padding-bottom: 6px; padding-left:3px;}
	body .navbar-expand .navbar-nav .nav-link {padding-right: 1px;}
}

@media screen and (min-width:1112px) {
	
	body .navbar-light {background:white !important; color:#333 !important;}
	body #navbarDropdownMenuLink, body #activelang,  body #navbarlang, body #main-page-title h1 {color:#333 !important;}
	body #main-page-logo img {max-height:80px;}
	body img.logo-mobile {display:none;}
	body #offcanvas-toggler {display:none !important;}
	body .main-chapters-navigation {background: #003399;} /* #0d4da1 */
	body .main-chapters-navigation > ul > li > a {color:white; border-left: 1px solid #fff;}
	body .main-chapters-navigation > ul > li > a.active-link {color:white;}
	body .main-chapters-navigation > ul > li > a:hover {color:white; text-decoration: underline;}
	body #mobile-nav {padding-top:0px; padding-bottom:0px;}
	body .main-chapters-navigation {top:63px;}
	body #wrapper {padding-top:51px;}
	body #main-page-title h1 {padding-right:88px; font-size:28px;}
	body .chapter-main-title {width:83%;} body .chapter-main-title span {font-size:49px;}
	body .chapter-cover-img {margin-top:-13px;}
 }


@media screen and (min-width:1111px) and (max-width:1400px) {
	body .main-chapters-navigation {top:61px;}
}
@media screen and (min-width:999px) and (max-width:1199px) {
	body .main-chapters-navigation {top:59px;}
}

@media screen and (max-width:767px) {	
 body #chapter7.chapter-special {background-size: 110px; margin-top: 10px;}
 body .chapter-no {   font-size: 17px;   padding-left: 30px;   padding-top: 38px;   text-transform: uppercase;   margin-bottom: 2px; }
 	body .chapter-main-title {padding-left: 30px; padding-right:20px; margin-bottom: 11px;}
	body .chapter-main-title span { font-size: 28px;}
}
#GR-carousel {margin-top:20px;}
#home-section {padding-top:20px;}

@media screen and (max-width:990px) {
	#GR-carousel {display:none;}
}

@media screen and (max-width:767px) { 
	.chapter-title-box {padding-left: 30px; margin-top: 0px;}
	.chapter-subtitle-box {padding-left: 30px;}
	
	
	body #chapter1.chapter-special {margin-top: 1px;}
	body #chapter2.chapter-special {margin-top: 1px;}
	body #chapter3.chapter-special {margin-top: 1px;}
	body #chapter4.chapter-special {margin-top: 1px;}
	body #chapter5.chapter-special {margin-top: 1px;}
	body #chapter6.chapter-special {margin-top: 1px;}
	body #chapter7.chapter-special {margin-top: 1px;}
	body #chapter8.chapter-special {margin-top: 1px;}
	body #chapter9.chapter-special {margin-top: 1px;}
	body #foreword.chapter-special {margin-top: 1px !important;}
	body .chapter-special p.chapter-no {padding-top: 15px;}
	body #opening-chapter.chapter-special {margin-top: 1px;}
	
	
	
}

@media screen and (max-width:769px) {
	#home-section {padding-top: 0px;}
} 

body .offcanvas-body .btn-primary {
	color: #0d4da1; }
body .offcanvas-body  .btn-group:hover  .btn-primary {
	color: #fff; }
body.secodary-page #wrapper.container {max-width: 1069px !important;}

body .copyright-footer-text a {white-space: nowrap;}


@media screen and (max-width:769px) {
	body #caption-text {display:none;}
	body .caption-link { text-align:center; font-size:15px; padding-top:12px; display: block;}
	body #gr-content-accordion .accordion-button h3 {font-size:25px; padding-right: 7px;}
	body .accordion-body {padding-left:0px !important; padding-right: 0px !important;}
	body main#main {padding-left:0px !important; padding-right: 0px !important;}
	body #wrapper.container {padding-left:10px !important; padding-right: 10px !important;}
	body div.blue-box { border-bottom: 1em solid white; }
} 

@media screen and (min-width:770px) {
   /* body #caption-text {}*/
	body .caption-link {display:none;} 
} 
 
body .accordion-header {margin-bottom:12px;}
body .offcanvas-body a:hover {color:white;}
.caption-arrow {width: 15px; padding-right: 5px;}

ol.blue-serif { 
	counter-reset:li; 
	margin-left:0;
	padding-left:0 
}

ol.blue-serif > li {
	position:relative; 
	/*margin:0 0 0.5em 2em; 
	padding:0.5em 0; */
	list-style:none; 
	/* patch for Edge */
	margin-left: 1.75em;
	padding: 0 0 0 0.2em;
}

ol.blue-serif > li:before { 
	color: #003399;
	content:counter(li); /* Use the counter as content */
	counter-increment:li; /* Increment the counter by 1 */
	/* Position and style the number */
	/*position:absolute;
	top:-0.15em;
	left:-0.8em;*/
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size: 1.8em;
	font-weight:normal;
    font-family: 'robotolight';

	/* patch for Edge */
	margin: 0 0 0 -30px;
	padding: 0;
	width: 30px;
	height: 0;
	display: inline-block;

 }

 .blue-border ol.blue-serif > li.list-number-dot:before {
    content:counter(li) '.' ;
 }

 .blue-box ol.blue-serif > li.list-number-dot:before {
    content:counter(li) '.' ;
 }

 .blue-box ol.blue-serif > li:before {
	color: white;
	top: 0;
	font-size: 1.8em;
 }

ul.blue-arrow, .blue-arrow-big, .blue-arrow-big-blue-caps, ul.arrow-white, ul.arrow-white-alt, ul.blue-arrow-alt {
	padding: 0; 
}

.blue-arrow-big li, .blue-arrow-big-blue-caps li  {
	list-style: none;
	background-image: url("../img/arrow-blue-right.svg");
	background-position: 0 0.3em;
	background-size: 3em 3em;
	background-repeat: no-repeat;
	padding: 0 0 1em 3.3em;
	margin-bottom: 1em;
	min-height: 3em;
}

.blue-box .blue-arrow-big li, .blue-box .blue-arrow-big-blue-caps li {
	background-image: url("../img/arrow-white-big-right.svg");
}

ul.blue-arrow-big li:last-child, .blue-arrow-big-blue-caps li:last-child {
	padding-bottom: 0;
}

.blue-arrow-big-blue-caps li {
	color: #003399;
	text-transform: uppercase;
	background-position: 0 0.25em;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.blue-check, .blue-warning { padding-left:0; }

.arrow-white li, .blue-arrow li, .blue-check li, .blue-check-invert li, .arrow-white-alt li, .blue-warning li, .blue-arrow-alt li {
	list-style: none;
	background-image: url("../img/arrow-white-right.svg");
	background-position: 0 0.2em;
	background-size: 1em 1em;
	padding: 0 0 0.5em 1.5em;
	background-repeat: no-repeat;
}

.blue-arrow li {
	background-image: url("../img/arrow-left.png");
}

.blue-arrow-alt li {
	background-image: url("../img/arrow-left-alt.png");
	
}

.arrow-white-alt li {
	background-image: url("../img/arrow-left-white-alt.png");
	background-size: 1.5em;
	background-position: -0.1em 0;
	padding: 0 0 0.5em 2em;
}

ul.blue-arrow li li {
	list-style: disc;
	background-image: none;
	padding-left: 0.25em;
}

.blue-check li,.blue-warning li {
	background-image: url("../img/blue-check-white-disc.svg");
	background-position: 0 0.25em;
	background-size: 1em 1em;
	padding: 0 0 0.5em 2em;
}

.blue-warning li {
	background-image: url("../img/blue-warning.svg");
}

.blue-check-invert {
	padding-left: 0;
}

.blue-check-invert li {
	background-image: url("../img/white-check-blue-disc.svg");
	background-position: 0 0.25em;
	background-size: 1em 1em;
	padding: 0 0 0.5em 2em;
}

.blue-check-invert li ul {
	margin-top: 0.5em;
	padding-left: 0;
}

.blue-check-invert li li {
	background-image: url("../img/arrow-blue-right.svg");
	background-position: 0 0.25em;
	background-size: 1em 1em;
	padding: 0 0 0.5em 1.5em;
}

.partial-beige-no-border::before {
	position: absolute;
	width: 5em;
	height: 5px;
	content: "";
	left: 2.25em;
	top: 0;
	border-top: 6px solid #ede0d0;
}

.partial-beige-no-border {
	margin-top: 1em;
	padding: 1em;
}

.partial-beige-no-border p {
	font-size: 1.3em;
	font-weight: 700;
  	line-height: 1.3em;
}

.partial-beige-no-border p, .partial-beige-no-border a {
	color: #003399;
}

ul.list-partial-blue-border,
ul.list-partial-blue-border li {
	position: relative;
	margin: 4em 0 5em 0;
 	padding: 0;
}

ul.list-partial-blue-border::before {
	position: absolute;
	width: 5em;
	height: 5px;
	content: "";
	left: 0;
	top: -1.5em;
	border-top: 4px solid #ffcc00; /*#003399*/
}

ul.list-partial-blue-border li::after {
	position: absolute;
	width: 5em;
	height: 5px;
	content: "";
	left: 0;
	bottom: -1.5em;
	border-top: 4px solid #ffcc00; /*#003399*/
}

ul.list-partial-blue-border li:last-child::after {
	border: none;
}

.blue-box ul.list-partial-blue-border::before, .blue-box ul.list-partial-blue-border li::after {
	border-color: white;
}

.blue-box ul.list-partial-blue-border li:last-child::after {
	border: none;
}

.blue-box li {
	margin-bottom: 0.25em;
}

ul.list-partial-blue-border li {
	list-style: none;
	font-weight: 600;
	margin: 0 0 3em;
}

ul.list-partial-blue-border li span {
	margin-top: 1em;
	font-size: 2.5em;
	line-height: 1em;
	display: block;
	font-family: serif;
	margin-bottom: 0.1em;
}

ul.list-partial-blue-border li.noborder-bottom::after {
	border: none;
}

@media screen and (max-width:770px) {
	ul.list-partial-blue-border,
	ul.list-partial-blue-border li {
		margin-left: 0;
	}

	ul.list-partial-blue-border li.noborder-bottom::after {
		border: none;
	}

	ul.list-partial-blue-border {
		margin-top: 2em;
		margin-bottom: 2em;
	}
	ul.list-partial-blue-border::after {
		margin-bottom: 4em;
	}

}

.list-partial-blue-border li ul {
	padding-left: 0;
}

.list-partial-blue-border li ul li {
	font-weight: normal;
	list-style: initial;
	margin: 0 0 0.5em 1em;
	padding: 0 0 0 0.5em;
}

.list-partial-blue-border li ul li::after {
	border: none !important;
}

.blue-triangle-down img, .blue-triangle-up img {
	position: absolute;
	bottom: -24px;
	width: 47px;
	height: 24px;
	left: 34%;
	transform: translate(50%, 0);
}

.blue-triangle-up img {
	left: 50%;
	top:-24px;
	rotate: 180deg;
}

.height185 {
	height: 18.5em;
}
.height250 {
	height: 25em;
}

@media screen and (min-width:770px) and (max-width: 982px) {
	.height185 {
		height: 26em;
	}
	.height250 {
		height: 37em;
	}
	.video-container-caption-below .video-container-inner img {
		height: 128px !important;
	}
	
}

@media screen and (max-width: 780px) {
	.height185 {
		height: auto;
	}
	.height250 {
		height: auto;
	}
	.video-container-caption-below .caption-below {
		margin: 0.25em 0 2.5em;
		height: auto;
	}
}

.two-columns {
	column-count: 2;
}

.three-columns {
	column-count: 3;
}

@media screen and (max-width:770px) {
	.two-columns, .three-columns {
		column-count: 1;
	}
}

hr.blue {
	background-color: #003399;
	opacity: 1;
	height: 3px;
	margin: 2em 3em;
}

.blue-border a, .blue-border a strong { color: #0050ef;}
a:hover strong { color: #000;}

.blue-box a strong {
	color: white;
}

hr.white {
	background-color: white;
	opacity: 1;
	height: 1px;
	margin: 2em 7em;
}
hr.white-short {
	background-color: white;
	opacity: 0.75;
	height: 1px;
	width: 10em;
	margin: 0 auto;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.blue-border-left {
	border-left: 3px solid #003399;
}

.white-border-left {
	border-left: 3px solid white;
}

@media  screen and (max-width: 770px) {
	.white-border-left, .blue-border-left {
		border-left: none;
	}
	
}

.scale25 {
	scale: 25%;
}

.blue-box {
	background-color: #003399;
	color: white;
	margin: 0 0 1em;
	padding: 1em;
}

.beige-box {
	background-color: #ede0d0;
	margin: 0 0 3em;
	padding: 1.5em;
}

.full-height {
	height: 100%;
 }

 .blue-box * { color: white; }	

 .blue-box h3, .blue-box h4, .blue-box h5 { color: white !important; margin-bottom: 0.5em; }
 .letter-spaced {
	letter-spacing: 0.1em;
 }

 .blue-box .italic-light {
	font-style: italic;
	font-weight: 300;
 }

 .blue-box a, .blue-box a:hover { color: white; }
 .blue-box a:focus,  .blue-box a:focus-visible { outline-color: #FFFFFF !important; }

 .blue-box-img-offset, .blue-border-img-offset, .blue-border-img-offset-alt {
	position: relative;
	margin-top: 2.5em;
 }

 .blue-box-img-offset img, .blue-border-img-offset img, .blue-border-img-offset-alt img {
	position: absolute;
	top: -6em;
	margin: 0;
	border: 3px solid #003399;
 }

.blue-border-img-offset, .blue-border-img-offset-alt {
	margin: 0;
}



.blue-border-img-offset img,.blue-border-img-offset-alt img {
	right: -1em;
	border: none;
	scale: 75%;
 }

 .blue-border-img-offset-alt img {
	top: -3.5em;
	scale: 100%;
 }

 @media screen and (max-width:576px) {
	.blue-border-img-offset img {
		top: -8em
	}
 }



 .ordered {
	padding: 1em 1em 1em 3.5em;
	position: relative;
	/*font-size: 1.25em;*/
 }
.ordered-border-top-1::before, .ordered-border-top-2::before, .ordered-border-top-3::before {
	content: '1';
	font-size: 3em;
	font-weight:normal;
	font-family: 'robotoregular';
	position:absolute;
	top:0;
	left:0;
	color: #003399;
	position: absolute;
	border-top: 4px solid #ffcc00;
	width: 2em;
 }
 .ordered-border-top-2:before {
	content: '2';
 }
 .ordered-border-top-3::before {
	content: '3';
 }

 .ordered-1::before, .ordered-2::before, .ordered-3::before, .ordered-4::before, .ordered-5::before, .ordered-6::before, .ordered-7::before, .ordered-8::before {
	content: '1';
	font-size: 2em;
	font-weight:normal;
	font-family: 'robotolight';
	position:absolute;
	top:0.25em;
	left:0.4em;
 }
 .ordered-2::before {
	content: '2';
 }
 .ordered-3::before {
	content: '3';
 }
 .ordered-4::before {
	content: '4';
 }
 .ordered-5::before {
	content: '5';
 }
 .ordered-6::before {
	content: '6';
 }
 .ordered-7::before {
	content: '7';
 }
 .ordered-8::before {
	content: '8';
 }

  p.ordered-1.list-number-dot:before, p.ordered-border-top-1.list-number-dot:before {
	content: '1.';
  }
  p.ordered-2.list-number-dot:before, p.ordered-border-top-2.list-number-dot:before {
	content: '2.';
  }
  p.ordered-3.list-number-dot:before, p.ordered-border-top-3.list-number-dot:before {
	content: '3.';
  }
  p.ordered-4.list-number-dot:before {
	content: '4.';
  }
  p.ordered-5.list-number-dot:before {
	content: '5.';
  }
  p.ordered-6.list-number-dot:before {
	content: '6.';
  }
  p.ordered-7.list-number-dot:before {
	content: '7.';
  }
 
body #foreword.chapter-special {margin-top: 55px; border-top: 9px solid #ffcc00;  padding-top: 0px; padding-top: 20px;}
body #foreword .chapter-main-title {padding-bottom:30px; padding-top:16px;}
body .homepage-forward {border-top:1px solid #ccc; border-bottom:1px solid #ccc;} 
body .forword-button {border:1px solid #003399; background:white; color:#003399; }
body .forword-button:hover {border:1px solid #003399; background:#003399; color:#fff;}
body .forword-container {text-align:right;}
body section#foreword {border-top:0px; padding-bottom:25px;}
body .chapter-home-title {font-size: 38px; padding-left: 13px; margin-bottom: 0px; }
body #home-section {padding-top:5px;}
body .homepage-forword {border-top:1px solid #ccc; border-bottom:1px solid #ccc;} 
body .homepage-forword .blockquote { background: url('../img/quotation-mark.jpg') no-repeat left top; padding-left:83px; background-size:55px; font-size:23px; }
body .homepage-forword .blockquote_BG { background: url('../img/quotation-mark_BG.jpg') no-repeat left top; padding-left:83px; background-size:55px; font-size:23px; }
body .homepage-forword .blockquote_HU { background: url('../img/quotation-mark_HU.jpg') no-repeat left top; padding-left:83px; background-size:55px; font-size:23px; }
body .homepage-forword .blockquote_DA { background: url('../img/quotation-mark_DA.jpg') no-repeat left top; padding-left:83px; background-size:55px; font-size:23px; }
body .homepage-forword .blockquote_DE { background: url('../img/quotation-mark_DE.jpg') no-repeat left top; padding-left:83px; background-size:55px; font-size:23px; }
body .homepage-forword .blockquote_PT { background: url('../img/quotation-mark_PT.jpg') no-repeat left top; padding-left:83px; background-size:55px; font-size:23px; }
body .homepage-forword .blockquote_RO { background: url('../img/quotation-mark_RO.jpg') no-repeat left top; padding-left:83px; background-size:55px; font-size:23px; }
body .homepage-forword .blockquote_SK { background: url('../img/quotation-mark_SK.jpg') no-repeat left top; padding-left:83px; background-size:55px; font-size:23px; }
body .homepage-forword .blockquote_SL { background: url('../img/quotation-mark_SL.jpg') no-repeat left top; padding-left:83px; background-size:55px; font-size:23px; }

@media screen and (max-width:770px) {
body .homepage-forword {border-top:1px solid #ccc; border-bottom:1px solid #ccc;} 
body .forword-container {text-align:left;}
body .forword-container {text-align:left;}
body section#foreword {margin-top: 0px; padding: 12px; margin-bottom: 20px;  padding-bottom: 20px; }
body .homepage-forword .blockquote {padding-left: 48px;  background-size: 30px;  font-size: 18px; line-height: 26px; }
body .wrap-foreword {white-space: nowrap;}
}

body .accordion-body > h4 {padding-top:20px;}


body .homepage-forword .blockquote { font-size:19px; }
body .static-chart {border: 1px solid #ccc; text-align:center; padding: 30px 4px 15px;}
body .static-chart h4 {font-size:21px; padding-bottom:20px;}
body .forword-container {text-align:left;}

body .foreword-thumbnail {width:199px; float:right; padding-left:21px; padding-bottom:21px;}
@media screen and (max-width:770px) {
body .homepage-forword .blockquote { font-size: 18px; }
body .foreword-thumbnail {width:99px; float:right; padding-left:15px; padding-bottom:15px;}
}
@media screen and (max-width:450px) {
body .homepage-forword .blockquote { font-size: 14px; line-height:24px; }
body .foreword-thumbnail {width:89px; float:right; padding-left:15px; padding-bottom:15px;}
}

body .blue-box a, body .blue-box a:hover, body .blue-box a:active, body .blue-box a:visited { color: white; } 

body .timeline-custom > ul {border-left: 3px solid #003399; margin-left:20px;}
body .timeline-custom > ul > li { list-style:none; }
body .ecl-timeline__item {position:relative;}
body .ecl-timeline__item .bullet-round {background: #ffcc00;
  border: 3px solid #ffcc00;
  height: 27px;
  position: absolute;
  left: -47px;
  top: 0px;
  width: 27px;
  border-radius: 50px;}

body .ecl-timeline__title {padding-bottom:10px;}
body .ecl-timeline__content {padding-bottom:23px;}
body .ecl-timeline__content ul {
	padding-left: 1em;
}
body .ecl-timeline__content li {
	list-style: disc;
}

body .white-box-custom {border: 3px solid #003399; color:#003399; padding-top:15px; padding-left:5px; padding-right:5px; margin:3px;}
body .white-box-custom h4 {  color:#003399 !important; padding-left:17px !important; padding-right:17px !important;}

body span.white-space-nowrap {white-space: nowrap;}
body figure.caption-right img.custom-alignment {width: 469px;  padding-right: 34px;}
body .blue-arrow-big.arrow-fix li {padding: 1em 0 1em 3.3em;}


@media screen and (max-width:770px) {
 body .blue-arrow-big.arrow-fix li {padding: 0em 0 1em 3.3em;}
 body .pie-chart-buttons-container #pie-chart-buttons {gap: 38px !important;}
 body #map-patterns	{display:none !important;}
}
body .custom-container-chart .highcharts-subtitle.wt-noconflict {padding:7px;}
body .map-list-container > ul {padding: 10px 1px;}
body .map-list-container > ul > li {border-bottom: 1px solid #ccc; color: #003399;
  list-style: none;
  padding: 18px 0px;
  margin: 0px; font-size:19px;
  font-weight: bold;}

body .map-list-container > ul > li ul li {font-weight:normal; list-style: square; font-size:15px; color:#000;}

.lower-text-content
{text-transform: lowercase !important;}

ol.lower-bulgarian {
	list-style-type: none;
}
ol.lower-bulgarian li:before {
	display: inline-block;
	margin-left: -1.5em;
	margin-right: .55em;
	text-align: right;
	width: .95em;
}
.lower-bulgarian li:first-child:before {
	content: "а)";
}
.lower-bulgarian li:nth-child(2):before {
	content: "б)";
}
.lower-bulgarian li:nth-child(3):before {
	content: "в)";
}
ol.lower-greek {
	list-style-type: none;
}
ol.lower-greek li:before {
	display: inline-block;
	margin-left: -1.5em;
	margin-right: .55em;
	text-align: right;
	width: .95em;
}
.lower-greek li:first-child:before {
	content: "α.";
}
.lower-greek li:nth-child(2):before {
	content: "β.";
}
.lower-greek li:nth-child(3):before {
	content: "γ.";
}
ol.with-parenthesis,
ol.with-double-parenthesis {
	list-style-type: none;
}
ol.with-parenthesis li:before,
ol.with-double-parenthesis li:before {
	display: inline-block;
	margin-left: -1.5em;
	margin-right: .55em;
	text-align: right;
	width: .95em;
}
.with-parenthesis li:first-child:before {
	content: "a)";
}
.with-parenthesis li:nth-child(2):before {
	content: "b)";
}
.with-parenthesis li:nth-child(3):before {
	content: "c)";
}
.with-double-parenthesis li:first-child:before {
	content: "(a)";
}
.with-double-parenthesis li:nth-child(2):before {
	content: "(b)";
}
.with-double-parenthesis li:nth-child(3):before {
	content: "(c)";
}
ul#about-fr-list {
    list-style: none;
    padding: 0px;
}
ul#about-fr-list #about-li-1::before,
ul#about-fr-list #about-li-2::before
{
    margin: 0 1.5em;
	content: '';
	position: absolute;
	left: -21px;
	top: 6px;
	display: block;
	width: 15px;
	height: 12px;
	background: url(../img/arrow-left-fr.png) 0 0 no-repeat;
	background-size: contain;	
	color: black !important;
}
body .link-style {color: #0d4da1 !important; fill: #0d4da1 !important; text-decoration: underline !important; cursor: pointer !important;}
body .link-style:hover {color: #000 !important; fill: #111 !important; text-decoration-style: double !important; cursor: pointer !important;}


@media screen and (min-width:992px) and (max-width:1199px) {
.container-chapters-intro .row .col .chapter-subtitle-box {min-height:121px;}
.container-chapters-intro .row .col .chapter-subtitle-box a {font-size:16px;}
}

@media screen and (min-width:768px) and (max-width:991px) {
.container-chapters-intro .row .col .chapter-subtitle-box {min-height:111px; padding-top:6px;}
.container-chapters-intro .row .col .chapter-subtitle-box a {font-size:14px;}
.container-chapters-intro .row .col .chapter-title-box {margin-top: 0px; font-size:12px;}	
}

body .accordion-button:focus {
  z-index: 3;
  border-color: #ffcc00 !important;
  border-bottom-color: rgb(134, 183, 254);
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(241,194,9,.99) !important;
}


.train-map-container .wtfooter
   {
      visibility: hidden
   }
.train-map-container .leaflet-tooltip
   {
      border-radius: 10px ;
      padding-top: 2px ;
      padding-bottom: 2px   
               
   }
.h-955 {
	height: 95.5% !important;
}

.climate-emergency {
	background-image: url("../img/CH03-greek-canadair-cropped.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}

body #main h4.static-chapter-title {color:#222; font-size:19px;}
body .beige-box.custom-beige .blue-border {background-color: #ede0d0;}
body .beige-box.custom-beige .blue-border {margin-top:15px;}
body .beige-box.custom-beige {padding-bottom:10px;}
body .beige-box.custom-beige .timeline-custom {margin-top:33px;}
.custom-partial p {line-height:33px;}

body .custom-video-container .video-container-inner {width:650px; max-width:100% !important;}
body .custom-video-container .video-poster {width:650px; max-width:100% !important;}
body .custom-video-container .video {width:650px; height:365px; max-width:100% !important;}


@media screen and (max-width:768px) {
	
	body .slogan-text {margin-top:30px;}
	body .returns-system-container-1 {margin-bottom:1px !important;}
	body .returns-system-container-2 {margin-bottom:1px !important;}
	body .returns-system-container-3 {margin-bottom:1px !important;}
	body .returns-system-container-4 {margin-bottom:1px !important;}
	
	
.climate-emergency {
	background-size: 290px;
    padding-bottom: 130px !important;
}
	
.priorities-container .col-md-6 .row {padding-bottom:20px;}
	#free-media-1 { margin-top:30px;}
	#free-media-1 .col-xs-12.col-sm-12.col-md-4 {margin-bottom:10px;}
	#free-media-1 .col-xs-12.col-sm-12.col-md-4 p {height:auto !important; margin-top:0px !important;}
	#free-media-2 .col-xs-12.col-sm-12.col-md-4 {margin-bottom:10px;}
	#free-media-2 .col-xs-12.col-sm-12.col-md-4 p {height:auto !important; margin-top:0px !important;}
	#free-media-3 .col-xs-12.col-sm-12.col-md-4 {margin-bottom:10px;}
	#free-media-3 .col-xs-12.col-sm-12.col-md-4 p {height:auto !important; margin-top:0px !important;}

body  .mobile-mt-0 {margin-top:0px !important;}
body .mobile-mb-25 {margin-bottom:25px !important;}

}

@media screen and (max-width:400px) {

	body .slogan-text {margin-top:23px; font-size:22px;}
	
.rounded-flags { 
		width: 30px;
		height: 30px;
	 }
}

@media screen and (max-width:500px) {

	.packages-container-p {font-size:20px !important; padding-top:25px;}
	
}

body .blue-box .video-caption-title.blue-bg-container {
  color: #fff !important;
  background-color: transparent !important; 
}


body .flags-container {background: url(../img/flag-line.png) repeat-y 36px;}




@media screen and (max-width:1040px) {
	body .flags-container {background: url(../img/flag-line.png) repeat-y 30px;}
	.rounded-flags { 
		width: 37px;
		height: 37px;
	 }
}

@media screen and (max-width:850px) {

 
body .flags-container .col-2 {padding-left:5px; padding-right:5px;}
body .flags-container .col-12 {padding-left:5px; padding-right:5px;}
body .flags-container {background: url(../img/flag-line.png) repeat-y 22px;}
	
}

@media screen and (max-width:767px) {
	
	
	.col-md-6.flags-container {padding-bottom:45px;}
	body #blue-border-compass h4 {padding-top:10px;}
	
}


body #blue-border-compass {position:relative;}
body #blue-border-compass .blue-border-img-offset {position:absolute; top:-50px; right:0px;}
body #blue-border-compass .blue-border-img-offset img {position:relative; right:auto; top:auto;}



@media screen and (min-width:768px) {
figure.caption-left img {
	height: fit-content;
}
	
figure.caption-right img {
	height: max-content;
}

figure.caption-right.small-caption img {
	height: max-content;
}
	
}
	