@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,600,700,800,900&display=swap&subset=latin-ext');html{}


@media (min-width: 1600px){
	body .container{
		max-width: 1500px;
	}
}

@media (min-width: 1900px){
	body .container{
		max-width: 1700px;
	}
}

html {
	font-size: 62.5%;
	--color: #19718d;
	--footer-color: #ededed;
	--grey-font: #919191;
	--contrast: #ffc000;
	--outline: #19718d;
	--black: #000;
	--dark: #525252;
	--white: #fff;
	--news: #feda00;
	--bip: #4ac6ff;
	--publications: #7ecac8;
	--contrast-yellow: #ffc000;
	--contrast-white: #fff;
	--gray-button: #bfbfbf;
	--footer-bg: #ededed;
	--breadcrumb: #ececec;
	--mint: #7ecac8;
	--red: #e90000;
	--twitter: #2daae1;
	--info-bg: #e7e7e6;
	--info-button: #4a84ce;
	--info-bg-even: #efefef;
	overflow-x:hidden;
}

html.contrast {
	--black: #ffc000;
	--color: #ffc000;
	--white: #000;
	--grey-font: #fff;
	--news: #fff;
	--bip: #fff;
	--publications: #fff;
	--gray-button: #fff;
	--footer-bg: #000;
	--dark: #fff;
	--breadcrumb: #000;
	--mint: #fff;
	--outline: #fff;
	--red: #525252;
	--twitter: #525252;
	--info-bg: #000;
	--info-bg-even: #ffc000;
	--info-button: #ffc000;


}

a:visited {color: var(--color);}
a {color: var(--color);}
a:hover {text-decoration: none;color: var(--black);}
a:focus, button:focus {outline: 2px solid var(--outline);text-decoration: none;}
body * {font-family: 'Maven Pro', sans-serif;}
body {
	font-size: 1.6rem;
	position: relative;
	background: var(--white);
}
h1,h2,h3,h4,h5 {font-family: 'Maven Pro', sans-serif;}
footer {
	color: var(--black);
	padding: 20px 0;
}
ul, ol {
	margin-left: 0;
	padding-left: 30px;
}
.flex {
	display: flex;
}
/*.lazy {
	opacity: 0;
}*/
.admin-bar header {top:32px;}

.app-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: var(--white);
	z-index: 1001;
	padding: 25px 0 0px 0;
	transition: .4s top;
}
.scrolled .app-header {
	top: -100px;
}

.app-header .pulled-right {
	float: right;
}
.app-header .app-logo {
	display: inline-block;
	max-width: 115px;
	float: left;
	transition: .4s all;
}

.scrolled .app-header .app-logo {
	max-width: 50px;
	margin-top: 80px;
	margin-right: 65px;
}
.sidebar-navigation {
	margin-top: 0px;
}
.sidebar-navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}


.sidebar-navigation > div > ul > li.menu-item-has-children > a:after {
	content: '\f078';
	font-size: 25px;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	display: block;
	color: var(--color);
	display: none;
}

.sidebar-navigation > div > ul > li .sub-menu {
	visibility: hidden;
	transition: 0.5s ease-in-out visibility;
}

.sidebar-navigation > div > ul > li.active .sub-menu {
	visibility: visible;
}

.sidebar-navigation > div > ul > li.active {
	max-height: 1000px;
	transition: max-height 1s ease-in-out;
}

.sidebar-navigation > div > ul > li.active.menu-item-has-children svg {
	transform: rotate(180deg);
}

.sidebar-navigation > div > ul > li.menu-item-has-children svg {
	position: absolute;
	top: 5px;
	color: var(--color);
	cursor: pointer;
	display: block;
	width: 30px;
	height: 20px;
	right: 0;
}
.sidebar-navigation > div > ul > li {
	border-top: 1px solid var(--color);
	padding: 10px 2px;
	max-height: 50px;
	position: relative;
	transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
	overflow: hidden;
}
.sidebar-navigation > div > ul > li:last-child {
	border-bottom: 1px solid var(--color);
}
.sidebar-navigation > div > ul > li > a {
	font-size: 1.8rem;
	font-weight: 500;
	position: relative;
	margin-bottom: 10px;
	display: block;
}

.sidebar-navigation > div > ul ul > li > a {
	color: var(--black);
}

.sidebar-navigation > div > ul ul > li > a:hover {
	color: var(--color);
}


.app-header .tab-nav {	
	float: left;
	display: block;
	position: absolute;
	top: 40px;
	left: 150px;
	width: 200px;
}
.app-header .tab-nav a {
	opacity: 0;
	color: #000;
	position: absolute;
	left: 0;
	padding:0 10px;
	display: block;
	top: -200px;
}
.app-header .tab-nav a:focus {
	opacity: 1;
	top: 0;
	color: var(--black);
}
.app-header .container {
	position: relative;
}
.app-header .app-title {
	font-size: 2rem;
	color: var(--color);
	display: block;
	float: left;
	margin: 10px 0 0 20px;
	text-transform: uppercase;
}
.app-header .accessibility {
	display: inline-block;
	font-size: 2rem;
	margin: 10px 0 0 0;
	float: left;
}
.app-header .accessibility .accessibility__font {
	color: var(--grey-font);
	padding: 0 10px 0 10px ;
	display: block;
	float: left;
	position: relative;
}
.app-header .accessibility .accessibility__font:hover, .app-header .accessibility .accessibility__font.current {
	color: #000;
}
.app-header .accessibility .accessibility__font:after {
	content: '';
	height: 20px;
	right: 0;
	top: 6px;
	display: block;
	width: 1px;
	background: #ccc;
	position: absolute;
}
.app-header .accessibility .accessibility__font:nth-child(3):after {
	display: none;
}
.app-header .accessibility .accessibility__color {
	color: #000;
	height: 36px;
	line-height: 34px;
	width: 36px;
	text-align: center;
	display: block;
	background-color: #ebebeb;
	border-radius: 50%;
	float: left;
	margin-top: -2px;
	margin-left: 10px;
}
.app-header .accessibility .accessibility__color.contrast {
	color: var(--contrast);
	background: #000;
	margin-left: 5px;
}
.app-header .language-switcher {
	float: left;
}
.app-header .app-navigation {
	float: left;
	width: calc(100% - 135px);
	display: block;
	border-top: 1px solid #ccc;
	margin-left: 20px;
	margin-top: 25px;
	padding-top: 15px;
}
.app-header .app-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}

.app-header .app-navigation ul.sub-menu {
	display: none;
	background: var(--white);	
	position: absolute;
	left: 0;
	top: 100%;
	border-top: 1px solid #cacaca;
}

.app-header .app-navigation ul.sub-menu ul.sub-menu {
	display: none;
	position: absolute;
	left:100%;
	top: -1px;
	border-left: 1px solid #cacaca;
}

.app-header .app-navigation ul.sub-menu li {
	padding: 0;
	hyphens: none;
	white-space: nowrap;
}
.app-header .app-navigation ul.sub-menu li a:hover {
	background: var(--breadcrumb);
	border-radius: 0;
}

.app-header .app-navigation .menu-item {
	position: relative;
	padding-bottom: 10px;
}
.app-header .app-navigation .menu-item a {
	font-size: 1.4rem;
}
.app-header .app-navigation li.menu-item.current-focus-menu > ul.sub-menu, .app-header .app-navigation .menu-item:hover > ul.sub-menu {
	display: block;

}


.app-header .app-navigation ul > li {
	margin-right: 0;
}
.app-header .app-navigation ul > li a {
	text-transform: uppercase;
	color: var(--black);
	font-weight: 400;
	display: block;
	padding: 10px 15px;
	border: 1px solid transparent;
}
.app-header .app-navigation ul > li a:hover {
	border: 1px solid rgba(25, 113, 141, 0.29);
	border-radius: 17px;
	background-color: var(--white);
	box-shadow: 0 0 35px rgba(28, 115, 142, 0.2);
}
.app-header .app-navigation ul > li .sub-menu a {
	border: none;
	min-width: 200px;
}
.app-header .app-navigation ul > li .sub-menu a:hover {
	border: none;
	box-shadow: none;
}

.app-header .social-icons {
	position: absolute;
	color: var(--white);
	bottom: -175px;
	right: -45px;
	font-size: 30px;
	display: none;
}
.app-header .social-icons .social-icons__icon {
	background: var(--color);
	display: block;
	margin: 0 0 10px 0;
	border-radius: 50%;
	height: 40px;
	color: var(--white);
	width: 40px;
	text-align: center;
}

.app-header .social-icons .social-icons__icon--twitter {
	font-size: 26px;
	text-indent: 3px;
	line-height: 41px;
}

.app-header .social-icons .social-icons__icon--facebook {
	font-size: 32px;
	text-indent: 9px;
}

.app-header .social-icons .social-icons__icon--youtube {
	font-size: 26px;
	text-indent: 3px;
}


.app-header .app-search {
	float: left;
	margin-top: 8px;
	margin-left: 20px;
	display: block;
}
.app-header .app-search .app-search__icon {
	font-size: 1.6rem;
	padding: 5px 16px;
	border: 1px solid rgba(25, 113, 141, 0.29);
	border-radius: 17px;
	background-color: var(--white);
	box-shadow: 0 0 35px rgba(28, 115, 142, 0.2);
	float:left;
	height: 36px;
}

.h3.post__title:after {
	width: 100%;
}

.home, #single {
	padding-top: 163px;
	transition: 0.4s ease all;
}

.scrolled, .scrolled #single {
	padding-top: 0px;
}

.home .post-slider {
	height: 620px;
	position: relative;
}

#home h1 {
	font-size: 0;
	margin: 0;
}

.home .post-slider .post-slider__slide {
	background-size: cover;
	background-position: center;
}

.section.slider .container {}

.post-slider .post-slider__slide .post-slider__content {
	height: 100%;
	width: 35%;
	padding: 120px 70px 0 70px;
	background-color: #12072f;
	background-image: linear-gradient(-60deg, #88d3ce 0%, #19718d 100%);
}

.post-slider .post-slider__slide .post-slider__content .post-slider__description a {
	color: var(--white);
}


.post-slider .post-slider__slide .post-slider__content .post-slider__title {
	color: var(--white);
	font-weight: 300;
	font-size: 4rem;
}
.post-slider .post-slider__slide .post-slider__content .post-slider__description {
	margin: 10px 0 20px 0;
	color: var(--white);
	font-size: 1.4rem;
}
.post-slider .post-slider__button {
	position: absolute;
	width: 56px;
	height: 56px;
	background: var(--gray-button);
	color: var(--white);
	text-align: center;
	font-size: 25px;
	cursor: pointer;
	line-height: 56px;
	top: 50%;
	margin-top: -28px;
}
.post-slider .post-slider__button:hover {
	background: #aaa;
}
.post-slider .post-slider__button--prev {
	left: -80px;
}
.post-slider .post-slider__button--next {
	right: -80px;
}
.post-slider .post-slider__pagination {
	position: absolute;
	bottom: 20px;
	width: 35%;
	text-align: center;
	left: 0;
	z-index: 1000;
}
.post-slider .post-slider__pagination .swiper-pagination-bullet {
	opacity: 0.5;
	background: var(--white);
	cursor: pointer;
}
.post-slider .post-slider__pagination .swiper-pagination-bullet:focus {
	outline: 2px solid var(--outline);
	opacity: 1;
}
.post-slider .post-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}
.button {
	display: inline-block;
	color: var(--color);
	background:var(--white);
	padding: 4px 20px 6px 20px;
	letter-spacing: 1px;
	border: 1px solid rgba(25, 113, 141, 0.29);
	border-radius: 17px;
	background-color: var(--white);
	box-shadow: 0 0 35px rgba(28, 115, 142, 0.2);
}

.button:hover {
	background:transparent;
	border: 1px solid var(--white);
	color: var(--white);
}

.button--white {
	padding: 4px 25px 6px 25px;
	color: #333;
	border: 1px solid rgba(200, 197, 202, 0.47);
	box-shadow: 0 0 35px rgba(28, 115, 142, 0.2);
}

.button--white:hover {
	background-image: linear-gradient(89deg, #19718d 0%, #88d3ce 100%);
	color: var(--white);
	border: 1px solid var(--white);
}


#cookies{ 
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 10px 5% 8px 5%; 
	background-color: var(--white); 
	color: var(--black);
	z-index: 1004;
	line-height: 20px;
	border-top: 1px solid var(--color);
	font-size: 1.6rem;
}
#cookies .cookies__button--agree{
	color: var(--color);
	display: inline-block;
	margin-left: 20px;
	cursor: pointer;
	font-size: 2rem;
	font-weight: 600;
}
#cookies .cookies__button--policy{
	color: var(--color);
}
#cookies .cookies__button--agree:hover {}

section { position: relative; }
section.content {
	margin-top: 40px;
	margin-bottom: 40px;
	
}

h2.news__title {
	font-weight: 400;
	color: var(--color);
	text-transform: uppercase;
	font-size: 2.6rem;
	width: 100%;
	position: relative;
	display: block;
	margin-bottom: 25px;
	overflow: hidden;
}

h2.news__title:after {
	display: block;
	content: '';
	width: 100%;
	background-color: #4b9eab;
	height: 2px;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	display: none;
	left: 250px;
}


h3.post__title {
	position: relative;
	display: block;
	overflow: hidden;
	color: var(--black);
	font-weight: 300;
	font-size: 1.8rem;
	padding-bottom: 7px;
	margin-bottom: 4px;
}

h3.post__title:after {
	display: block;
	content: '';
	width: 100%;
	background-color: var(--black);
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.news h3.post__title:after {
	background-color: var(--news);
}

.app-search button {
	border: 0;
	padding: 0;
	overflow: hidden;
	background: transparent;
	position: relative;
	font-size: 1.6rem;
	padding: 0 16px;
	color: var(--color);
	border: 1px solid rgba(25, 113, 141, 0.29);
	border-radius: 17px;
	background-color: var(--white);
	box-shadow: 0 0 35px rgba(28, 115, 142, 0.2);
	display: inline-block;
	height: 36px;
}

.app-search form {
	display: none;
	float: left;
}

.app-search .search-field {
	border-radius: 17px;
	padding-left: 10px;
	height: 34px;
	padding-right: 10px;
}

.search-opened form {
	display: inline-block;
	margin-right: 20px;
}

.search-opened .wcag {
	display: none;
}


.app-search .fa-times{
	display: none;
}

.search-opened  .fa-times {
	display: inline-block;
}

.search-opened .app-search__icon .fa-search {
	display: none;
}

.search-submit svg {
	position: absolute;
	top:0;
	left:0;
}

.publications h3.post__title:after {
	background-color: var(--publications);
}

.bip h3.post__title:after, .publications .bip h3.post__title:after {
	background-color: var(--bip);
}


.publications h2.news__title:after {
	left: 340px;
}
@media (min-width: 768px){ 
	.home .posts.publications {
		margin-top: 30px;
	}


	.posts .post {
		display: flex;
		align-items: center;
	}

	.posts h2, .posts .button.button--white {
		display: inline-block;
		width: auto;
		vertical-align: top;
	}

	.posts .button.button--white {
		margin-left: 20px;
	}

	.posts .post h3:after {
		display: none;
	}

	.posts .post:after {

	}

	.news .post:after {
		background-color: var(--news);
	}

	.bip .post:after, .publications .post:after {
		background-color: var(--bip);
	}


	.posts .post h3 {
		padding-bottom: 0;
		margin-left: 20px;
		white-space: nowrap;
		overflow: hidden;
	}
	
	.post:after {
		background-color: #2e4765;
		display: block;
		content: '';
		width: 100%;
		left: 0;
		height: 1px;
		opacity: 1;
		position: absolute;
		bottom: 0;

	}
}

.post .post__date, .box .box__date {
	display: block;
	color: var(--grey-font);
	font-size: 1.4rem;
	min-width: 200px;
}

.post  .post__date svg, .box .box__date svg {
	margin-right: 10px;
}

.post  .post__more {
	display: inline-block;
	margin-left: 5%;
}

.post .post__content {
	color: var(--black);
	text-align: justify;
}

.post .post__content p {
	margin: 0;
}

.post {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 15px;
}


section.boxes {
	display: block;
	margin-top: 50px;
}

.boxes .items {
	padding-top: 0px;
	padding-bottom: 0px;
}

.boxes .box {
	margin-bottom: 30px;
}

.box__inner {
	border: 1px solid rgba(200, 197, 202, 0.47);
	border-radius: 20px;
	box-shadow: 0 0 35px rgba(28, 115, 142, 0.2);
	background: var(--white);
	text-align: center;
	overflow: hidden;
}

.box .box__image {
	height: 180px;
	width: 100%;
	background-position: center;
	background-size: cover;
}

.box .box__title {
	margin: 30px 0 20px 0;
	padding: 0 20px;
}

.box .box__content {
	padding: 0 20%;
	text-align: left;
	padding-bottom: 30px;
}


.box .box__content .content__inner {
	min-height: 95px;
}

.box .box__content .content__inner p {
	margin:0;
}

.box .box__date {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	width: 60%;
	margin-left: 20%;
	margin-bottom: 20px;
}

.box .box__content .button {
	margin-top: 10px;
	margin-left: 50%;
	transform: translateX(-50%);
}	

.box__date {

}

h3.box__title {
	font-weight: 500;
	position: relative;
	display: block;
	overflow: hidden;
	color: var(--black);

	font-size: 2.1rem;
	padding-bottom: 7px;
	margin-bottom: 4px;
}


/* CALENDAR */
.app-calendar {
	margin-top: 30px;
}
.calendar__container {
	overflow: hidden;
	background: var(--white);
	padding: 0;
	max-width: 100%;
	margin: 0 auto;
	border: 1px solid rgba(200, 197, 202, 0.47);
	border-radius: 20px 20px 20px 20px;
	box-shadow: 0 0 35px rgba(28, 115, 142, 0.2);
	position: relative;
}

.calendar__head {
	background-image: linear-gradient(-60deg, #88d3ce 0%, #19718d 100%);
	height: 70px;
	margin-bottom: 10px;
}

.calendar__header {
	position: absolute;
	left: 50%;
	display: block;
	width: 100%;
	font-size: 2.4rem;
	color: var(--white);
	font-weight: 600;
	text-align: center;
	top: 20px;
	transform: translateX(-50%);
	z-index: 100;
}
.calendar__buttons {
	padding: 15px 30px 0 30px;
}
.calendar__buttons button {
	cursor: pointer;
	position: relative;
	background: transparent;
	color: var(--white);
	font-size: 2rem;
	border: 0;
	padding: 5px 10px;
	z-index: 101;
}

.calendar__table {
	border-collapse: collapse;
	width: 100%;
}
.calendar__table th {
	color: var(--color);
}

.calendar__table tr td:nth-child(7) {
	color: var(--outline);
}

.calendar__table td, .calendar__table th {
	padding: 5px;
	font-size: 1.9rem;
	text-align: center;
	vertical-align: top;
}

.calendar__month {
	text-align: center;
	margin-top: 0;
}

.calendar__prev {
	float: left;
}

.calendar__next {
	float: right;
}

.calendar__table td {
	width: 50px;
	height: 35px;
	line-height: 35px;
	font-size: 1.6rem;
	color: #919191;
}
.calendar__table td.current {

}

.calendar__popup {
	width: 100%;
	height: 100%;
	background: var(--white);
	position: absolute;
	top: 0;
	z-index: 102;
	left: 0;
}

.calendar__events {
	width: 100%;
	margin-top: 100px;
	padding: 0 40px;
}

.calendar__events a {
	display: block;
	padding: 10px 0 10px 20px;
	position: relative;
	border-bottom: 1px solid var(--color);
}

.calendar__events a:after {
	position: absolute;
	left: 0;
	top: 20px;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	content: '';
	display: block;
	background: var(--color);
}

.calendar__popup .popup__date {
	position: absolute;
	left: 50%;
	display: block;
	width: 100%;
	font-size: 2.4rem;
	color: var(--color);
	font-weight: 600;
	text-align: center;
	top: 23px;
	transform: translateX(-50%);
	z-index: 100;
}

.popup__close {
	position: absolute;
	top:20px;
	right: 20px;
	cursor: pointer;
	z-index: 102;
	display: block;
	padding: 5px 10px;
}

.calendar__table td.selected {
	background-image: linear-gradient(89deg, #19718d 0%, #88d3ce 100%);
	border: 0;
	border-radius: 50%;
	color: var(--white);
}

.calendar__date.events {
	color: var(--black);
	font-weight: 800;
	cursor: pointer;
}

.calendar__date.events a {
	color: var(--black);
	display: block;
}


.tags__list {
	margin-top: 40px;
}

.tags__list .tag__link {
	background: var(--white);
	color: #333333;
	margin-bottom: 10px;
	padding: 4px 16px;
	margin-right: 10px;
	display: inline-block;
	border-radius: 17px;
	border: 1px solid #ccc;
}

.tags__list .tag__link:hover {
	background-image: linear-gradient(89deg, #19718d 0%, #88d3ce 100%);
	color: var(--white);
	border-color: var(--white);
}

.app-footer__copyright {
	text-align: center;
	margin-top: 20px;
	padding-top: 20px;
}

.app-footer__copyright .col {
	border-top: 1px solid var(--color);
	padding-top: 20px;
}

footer .widget-area {
	padding: 30px 0;
	background-color: var(--footer-bg);
	font-size: 1.4rem;
	color: var(--dark);
}

footer .agency {
	font-size: 20px;
	font-weight: 600;
	color: var(--color);
}

footer .twitter-icon {
	font-size: 20px;
}

footer .legal-note {
	margin-left: 20px;
	color: var(--color);
}

footer .social-icons {
	margin-top: 25px;
	text-align: center;
	color: var(--white);
	position: relative;
	font-size: 30px;
}
footer .social-icons .social-icons__icon {
	background: var(--grey-font);
	display: inline-block;
	margin: 0 0px 0 0;
	border-radius: 50%;
	height: 30px;
	color: var(--white);
	vertical-align: top;
	width: 30px;
	text-align: center;
}

footer .social-icons .social-icons__icon--twitter {
	font-size: 16px;
	text-indent: 3px;
	line-height: 32px;
	background: var(--twitter);
}

footer .social-icons .social-icons__icon--facebook {
	font-size: 23px;
	text-indent: 6px;
	display: none;
}

footer .social-icons .social-icons__icon--youtube {
	font-size: 18px;
	text-indent: 1px;
	line-height: 30px;
	background: var(--red);
}

footer .footer-logo {
	display: inline-block;
	vertical-align: top;
	max-height: 76px;
}

footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer .widget-title {
	font-size: 1.4rem;
	font-weight: 800;
	text-transform: uppercase;
	color: var(--dark);
	margin-bottom: 30px;
}

footer ul li a, .widget_text a {
	color: var(--dark);
	margin-bottom: 6px;
	display: inline-block;
}

footer ul li a:hover, .custom-html-widget a:hover {
	color: var(--color);
}

footer ul li a:visited, .custom-html-widget a:visited {
	color: var(--dark);
}

footer ul li a:visited:hover, .custom-html-widget a:visited:hover {
	color: var(--color)!important;
}

.social-icons a:visited, .social-icons a:hover, .custom-html-widget a:visited:hover {
	color: var(--footer-bg);
}

footer .widget-area > div:nth-child(1){
	padding: 0 40px 0 40px;
	width: 40%;
	flex: 0 0 40%;
	max-width: 40%;
	border-right: 1px solid var(--news);
}

footer .widget-area .text {
	display: inline-block;
	padding-top: 5px;
	padding-left: 10px;
}

footer ul.links li a:hover, 
footer ul.links li a:visited:hover{
	color: var(--color);
}

footer .widget-area > div:nth-child(2){
	width: 25%;
	flex: 0 0 25%;
	padding-left: 60px;
	max-width: 25%;
	border-right: 1px solid var(--news);
}

footer .widget-area > div:nth-child(3){
	width: 25%;
	flex: 0 0 25%;
	padding-left: 60px;
	max-width: 25%;
	border-right: 1px solid var(--news);
}

footer .widget-area > div:nth-child(4){
	width: 10%;
	flex: 0 0 10%;
	max-width: 10%;
}

footer .widget-area > div {
	margin-bottom: 0;
}

footer .container {
	position: relative;
}

.top-button {
	position: absolute;
	bottom: -3px;
	right: 15px;
	padding: 2px 5px;
	font-size: 20px;
}

footer .small__icon {
	padding-left: 20px;
	position: relative;
}

footer .small__icon svg{
	position: absolute;
	left: 0;
	top: 12px;
	color: var(--color);
}

footer .small__icon.mail svg {
	top: 5px;
}

footer .widget-area > div:last-child {

}

footer .widget-area > div:last-child > div {
}

footer .widget-area > div:last-child > div > a {
	text-align: right;
	float:right;
	margin-top: 20px;
}

.page-template-contact .single-content__content h2 {
	color: var(--color);
}

.page-template-contact .single-content__content strong {
	color: var(--color);
}

.page-template-contact .single-content__content p {
	margin-bottom: 25px;
}

.google-map {
	margin-top: 60px;
	position: relative;
	display: block;
}

.mobile-cta {
	display: none;
	max-height: 45px;
	position: fixed;
	bottom: 0;
	width: 100%;
	background: var(--color);
	z-index: 1000;
}

.mobile-cta .col:first-child {
	border-right: 1px solid var(--white);
}
.mobile-cta a {
	color: #fff;
	font-size: 25px;
	text-align: center;
	display: block;
	padding: 5px 0;
}


.language-switcher {
	margin: 9px 0px 0 20px;
}
.switch {
	position: relative;
	display: inline-block;
	width: 86px;
	height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.toggle {
	text-align: center;
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #5b5b5b;
	border-radius: 17px;
}

.toggle span {
	margin-right: 20px;
	color: var(--black);
	transition: .4s color;
	display: inline-block;
	position: relative;
	z-index: 100;
	line-height: 33px;
}

.toggle span:last-child {
	margin: 0;
	color: var(--white);
}

input:checked + .toggle span:last-child {
	color: var(--black);
}

input:checked + .toggle span:first-child {
	color: var(--white);
}

.toggle:before {
	position: absolute;
	content: "";
	height: 34px;
	width: 45px;
	left: 0px;
	bottom: 0px;
	background-color: white;
	border: 1px solid #5b5b5b;
	transition: .4s transform;
	border-radius: 17px;
}


input:checked + .toggle:before {
	transform: translateX(41px);
}

#single .single__header {

}

#single .single-header__image {
	background-position: center;
	background-size: cover;
	position: relative;
	padding: 120px 0 30px 0;
}

#single .single-header__image:before {
	height: 100%;
	position: absolute;
	top: 0;
	content: '';
	display: block;
	left: 0;
	background: rgba(0,0,0,0.4);
	width: 100%;
}

#single .single-header__image .single__title {
	font-size: 4rem;
	padding-left: 20px;
	margin: 0;
	color: var(--white);
	z-index: 101;
	position: relative;
}

.breadcrumb {
	background: var(--breadcrumb);
	margin-bottom: 35px;
}

.breadcrumb > * {
	margin-right: 5px;
	margin-left: 5px;
	color: var(--dark);
}

.breadcrumb a {
	color: var(--dark);
}

.breadcrumb a:hover {
	color: var(--black);
}

#single .single-content strong{
	font-weight: 500;
}

#single .single-content .single-content__content {
	text-align: justify;
}

.single-content__tags.tags__list {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid var(--footer-color);
}
.single-content__links {
	margin-top: 20px;
}
.single-content__links a {
	border-radius: 22px;
	box-shadow: 0 0 35px rgba(28, 115, 142, 0.2);
	background: var(--color);
	color: var(--white);
	display: inline-block;
	text-transform: lowercase;
	padding: 8px 15px;
	border:1px solid transparent;
	margin-right: 10px;
}

.single-content__links a:hover {
	background: transparent;
	border: 1px solid var(--color);
	color: var(--color);
}

.single-content__files {
	margin: 30px 0;
}

.single-content__files .files__file {
	display: block;
	position: relative;
	padding-left: 40px;
	margin-bottom: 25px;
}

.single-content__content .files__file {
	display: block;
	position: relative;
	padding-left: 40px;
	margin-bottom: 25px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.files__file a {
	display: block;
}


.files__file a small {
	color: #525252;
}
.files__file a span {
	color: #525252;
	text-transform: uppercase;
}

.files__file svg {
	font-size: 35px;
	position: absolute;
	left: 0;
	top: -5px;
}
.files__file.file-pdf svg{
	color: #c11e07
}

.files__file.file-word svg{
	color: #2e70c9;
}

.files__file.file-excel svg{
	color: #176e44;
}

.files__file.file-alt svg{
	color: #525252;
}
.files__file.file-powerpoint svg{
	color: #d24625;
}

.single-content__types a{
	display: block;
	background: var(--white);
	font-size: 1.8rem;
	color: #525252;
	font-weight: 500;
	position: relative;
	padding: 22px 0 21px 15px;
	border-bottom: 1px solid var(--mint);
}

.single-content__types a.current {
	background: #ececec;

}

.single-content__types a:after {
	position: absolute;
	content: '';
	width: 60px;
	height: 5px;
	bottom: -1px;
	left: 0;
	background: var(--dark);
}


.single-content__types a:focus {
	z-index: 103;
}

.single-content__types a.news:after {
	background: var(--news);
}

.single-content__types a.publications:after {
	background: var(--publications);
}

.single-content__types a.bip:after {
	background: var(--bip);
}

.next.page-numbers {

}

.app-pagination {
	background: var(--white);
	box-shadow: 0 0 35px rgba(28, 115, 142, 0.2);
	border: 1px solid rgba(25, 113, 141, 0.29);
	text-align: center;
	padding: 8px 0;
	position: relative;
	border-radius: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.app-pagination .prev.page-numbers + .page-numbers, .app-pagination .page-numbers:first-child:not(.prev) {
	border-left: 1px solid var(--grey-font);
}

.app-pagination .page-numbers {
	padding: 0px 10px;
	font-size: 1.7rem;
	display: inline-block;
	border-right: 1px solid var(--grey-font);
}

.single_content__pagination {
	margin-top: 20px;
}

.single-content__info q{
	font-size: 1.2rem;
	color: var(--grey-font);
}

.app-pagination .page-numbers.next{
	border-radius: 22px;
	background: #19718c;
	color: var(--white);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	text-transform: lowercase;
	padding: 8px 15px;
}

.app-pagination .page-numbers.prev{
	border-radius: 22px;
	background: #19718c;
	color: var(--white);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	text-transform: lowercase;
	padding: 8px 15px;
}

#bip-search {
	padding-top: 163px;

}

.hidden {
	display: none;
}

#bip-search iframe {
	width: 100%;
	height: calc(100vh - 330px);
}

.search .post__date {
	display: none;
}

body.modal-open {
	padding-right: 0!important;
}

#exit {
	font-size: 1.8rem;
}

#exit .modal-body span {
	display: block;
}
#exit .btn {
	font-size: 1.6rem;
	padding: 5px 15px;
	border: 0;
}

#exit .btn:focus {outline: 2px solid var(--outline);text-decoration: none;}

#exit .modal-title {
	color: var(--color);
	font-size: 2.4rem;
}

#exit .btn.btn-primary{
	background: var(--color);
}

.modal-dialog {
	margin-top: 15vh;
}

.contrast img {
	filter: contrast(200%);
}

.contrast .post-slider .post-slider__slide .post-slider__content {
	background-image: none;
	background: var(--contrast-yellow);
}

.contrast .calendar__head {
	background-image: none;
	background: var(--contrast-yellow);
}

.contrast .app-header .accessibility .accessibility__font:hover, .contrast .app-header .accessibility .accessibility__font.current {
	color: var(--contrast-white);
}

.contrast .tags__list .tag__link {
	color: var(--contrast-white);
}

.contrast .tags__list .tag__link:hover {
	background-image: none;
	background: var(--contrast-white);
	color: var(--white);
}

.contrast .box .box__content {
	color: var(--contrast-white);
}

.contrast .button--white {
	color: var(--color);
}

.contrast .button--white:hover {
	background-image: none;
	background: var(--contrast-white);
	color: var(--white);
}

.contrast body {
	color: var(--contrast-white);
}

.contrast .single-content__types a {
	color: var(--contrast-white);
}

.contrast .single-content__types a.current {
	color: var(--white);
}

.language-switcher {
	/*display: none;*/
}

.mobile-menu {
	display: block;
	position: absolute;
	cursor: pointer;
	width: 32px;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
}
.mobile-menu span {
	display: block;
	width: 30px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;
	background: var(--color);
	border-radius: 3px;
	z-index: 1;
	transform-origin: 4px 0px;
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
	background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
	opacity 0.55s ease;
}

.mobile-menu span:first-child {
	transform-origin: 0% 0%;
}

.mobile-menu span:nth-last-child(1) {
	transform-origin: 0% 100%;
}

.menu-opened .mobile-menu span {
	opacity: 1;
	transform: rotate(45deg) translate(-2px, -1px);
	background: #000;
}

.menu-opened .mobile-menu span:nth-last-child(2) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

.menu-opened .mobile-menu span:nth-last-child(1) {
	transform: rotate(-45deg) translate(0, -1px);
}

.mobile-menu {
	display: none;
}

.page .single-content__types ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.page .single-content__types ul li a  {
	border-bottom: 1px solid #cacaca;
}

.page .single-content__types ul li a:after {
	display: none;
}

.page .single-content__types ul ul li a {
	padding-left: 30px;
}

.page .single-content__types ul ul {
	display: none;
}

.page .single-content__types .current_page_item ul {
	display: block;
}

.page .single-content__types .current_page_item > a {
	background: var(--breadcrumb);
}

.eu {
	text-align: center;
	position: relative;
	margin-top: 30px;
	margin-bottom: 0px;
}

.eu a {
	margin-right: 50px;
}

.single-content__types a.bip {
	display: none;
}

@media (max-width: 1300px){
	.post-slider .post-slider__button--next {
		right: 0;
		z-index: 101;
	}
	.post-slider .post-slider__button--prev {
		left: 0;
		z-index: 101;
	}
}


@media (max-width: 1200px){
	body {
		font-size: 1.4rem;
	}

	.scrolled .app-header {
		top: -100px;
	}

	.app-header .app-title {
		font-size: 1.6rem;
		padding-top: 3px;
	}
	.app-header .app-logo {
		max-width: 100px;
		margin-top: 15px;
	}
	.scrolled .app-header .app-logo {
		margin-top: 80px;
		margin-right: 50px;
	}
}

@media (max-width: 991px){ 
	.app-header .app-navigation {
		display: block;
	}
	.navigation-wrapper {
		width: 100%;
		overflow: hidden;
	}

	.home .post-slider {
		height: 500px;
	}

	.post-slider .post-slider__slide .post-slider__content {
		height: auto;
		width: 100%;
		padding: 30px 70px 60px 70px;
		bottom: 0;
		position: absolute;
	}

	footer .widget-area > div.col-lg-2 {
		padding: 0 50px 0 50px;
	}

	footer .footer-logo {
		display: none;
	}

	.app-footer__copyright .agency {
		width: 100%;
		display: block;
	}
	.wcag.accessibility {
		margin-top: 16px;
	}
	#single .single-content .single-content__content {
		text-align: left;
	}
	.breadcrumb {
		display: none;
	}

	a:focus, button:focus {
		outline: none;
	}

	
	.app-header {
		padding-top: 0;
	}
	.app-header .app-logo {
		max-width: 60px;
		margin-top: 0;
		margin: 5px 0;
	}
	.app-header .app-title {
		margin-left: 70px;
		max-width: 185px;
		font-size: 1.4rem;
		line-height: 1.7rem;
		display: none;
	}

	.app-header .app-search .app-search__icon {
		font-size: 25px;
		background: transparent;
		border: 0;
		margin-right: 60px;
		box-shadow: none;
		padding: 0;
		margin-top: 6px;
	}
	.app-search form {
		margin-top: 6px;
	}
	.search-opened .app-header .app-search .app-search__icon{
		font-size: 30px;
		background: transparent;
		margin-top: 2px;
	}
	.search-opened .app-logo {
		display: none;
	}
	.app-header .app-search button {
		padding: 0;
		font-size: 25px;
		border: 0;
		background: transparent;
	}

	.navigation-wrapper {

	}
	.app-search .search-field {
		max-width: 120px;
		transform: translateY(-3px);
		margin-right: 20px;
		margin-top: -2px;
	}


	.mobile-menu {
		display: block;
		top: 22px;
		right: 15px;
	}
	.app-header .app-navigation li {
		display: block;
	}
	.menu-opened {
		overflow-y:hidden;
	}
	.menu-opened .app-header .app-navigation{
		right: 0;
	}
	.container {
		max-width: 100vw;
	}
	.app-header .app-navigation {
		width: 100vw;
		background: #fff;
		position: absolute;
		padding-bottom: 50px;
		right: 0;
		top: 70px;
		margin: 0;
		padding: 0;		
		float: none;
		right: -100vw;
		transition: .4s ease right;
		overflow-y: scroll;
		padding-bottom: 50px;
		max-height: calc(100vh - 70px);
	}
	.app-header .app-navigation ul {
		display: block;
	}
	.app-header .app-navigation ul.sub-menu {
		display: block;
		position: relative;
	}

	.home, #single {
		padding-top: 70px;
	}

	.app-header .app-navigation ul > li a {
		color: #69bbd5;
		border: none;
	}
	.app-header .app-navigation ul > li .sub-menu a {
		color: var(--color);
		text-transform: none;
	}
	.app-header .app-navigation ul > li a:hover {
		border: none;
		box-shadow: none;
	}
	.app-header .app-navigation ul.sub-menu li {
		padding: 0;
		max-width: 100%;
		padding-left: 10px;
	}

}




@media (max-width: 767px){
	.eu a {
		margin-right: 0;
		padding: 0;
	}
	body .info-slider__icon {
		right: 0;
	}

	.posts > a.button {
		margin-bottom: 20px;
	}
	.sidebar-navigation > div > ul > li {
		max-height: 80px;
		padding-right: 15px;
	}
	.app-header .app-navigation ul.sub-menu {
		border-bottom: 0;
	}
	.single-header .col {
		padding-left: 0;
		padding-right: 0;
	}
	#single .single-header__image {
		background-image: linear-gradient(-60deg, #88d3ce 0%, #19718d 100%)!important;
		padding-top: 50px;
		margin-bottom: 40px;
	}
	.wcag.accessibility {
		display: none;
	}
	body {
		font-size: 1.6rem;
	}
	.app-footer {
		text-align: center;
	}
	.swiper-slide {
		background-image: none!important;
	}
	.post-slider__button {
		display: none;
	}
	.app-header .app-title {
		float: none;
	}
	.slider .col, .informations .col {
		padding-left: 0;
		padding-right: 0;
	}
	.post-slider .post-slider__slide .post-slider__content {
		position: relative;
		height: 100%;
		padding-top: 10%;
		padding: 50px 15px 0 15px;
	}
	.post-slider .post-slider__pagination {
		width: 100%;
	}
	#footer-aotmit {
		display: none;
	}
	.box .box__image, .tags {
		display: none;
	}

	.box .box__title {
		background-image: linear-gradient(-60deg, #88d3ce 0%, #19718d 100%);
		color: var(--white);
		margin-top: 0;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.box .box__date {
		border-top: 0;
	}
	section.content {
		margin-bottom: 0;
	}
	.post {
		border: 1px solid rgba(25, 113, 141, 0.29);
		border-radius: 17px;
		background-color: var(--white);
		box-shadow: 0 0 35px rgba(28, 115, 142, 0.2);
		padding: 10px 15px;
	}
	.post .post__content {
		text-align: left;
	}

	.box .box__content {
		padding: 0 15px;
		padding-bottom: 30px;
	}
	.home .post-slider {
		height: 350px;
	}
	.app-header .app-navigation ul.sub-menu li {
		white-space: break-spaces;
	}
	footer .agency {
		font-size: 15px;
	}
	footer .legal-note {
		font-size: 12px;
		line-height: 14px;
		display: block;
		margin: 0;
	}
	#single .single-header__image .single__title {
		font-size: 3rem;
	}

	.mobile-cta {
		display: block;
	}
	body {
		padding-bottom: 45px;
	}
	.eu {
		margin-top: 0;
	}
	.eu a {
		display: block;
		margin-bottom: 20px;
	}
}


.informations .info-slider {
	overflow: hidden;
}

.info-slider__content {
	background: var(--info-bg);
	min-height: 85px;
}

.info-slider__slide:nth-child(2n) .info-slider__content {
	background: var(--info-bg-even);
}

.info-slider__title {
	color: var(--color);
	font-size: 1.7rem;
}
q {
	font-style: italic;
}

.info-left-side {
	width: 50%;
	text-align: center;
	padding: 10px 10px;
}

.info-slider__amount {
	border-radius: 20px;
	background: var(--info-button);
	color: var(--white);
	font-size: 1.8rem;
	display: inline-block;
	padding: 5px 20px;
	margin-top: 5px;
	background: #13708e;
background: -moz-linear-gradient(45deg,  #13708e 0%, #87d2ce 100%);
background: -webkit-linear-gradient(45deg,  #13708e 0%,#87d2ce 100%);
background: linear-gradient(45deg,  #13708e 0%,#87d2ce 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13708e', endColorstr='#87d2ce',GradientType=1 );

}

.info-slider__icon {
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translate(-50%, -50%);
	max-height: 60px;
}

.page-id-5726 hr{
	border:0;
	background: transparent;
	margin-top: 50px;
}

.faq-link {
	display: block;
	color: var(--color);
	padding: 10px 30px;
	font-size: 1.8rem;
	border-radius: 40px;
	margin-bottom: 10px;
	background: var(--breadcrumb);
	border: 1px solid var(--color);
	cursor: pointer;
}

.faq-link.current {
	background: #fff;
}
.faq-tab {
	margin-top: 50px;
	display: none;
}
.faq-tab.shown {
	display: block;
}

.faq-tab h2 {
	position: relative;
	border-bottom: 1px solid var(--color);
	text-transform: uppercase;
	color:var(--color);
	padding-bottom: 15px;
}

.slider .swiper-wrapper {
	overflow: hidden;
}

.app-header .app-navigation .menu > .menu-item:last-child > ul.sub-menu, .app-header .app-navigation .menu > .menu-item:nth-last-child(2) > ul.sub-menu {
	left: inherit;
	right: 0;
}

.app-header .app-navigation .menu > .menu-item:last-child > ul.sub-menu ul.sub-menu, .app-header .app-navigation .menu > .menu-item:nth-last-child(2) > ul.sub-menu ul.sub-menu {
	right: 100%;
	left: inherit;
}

.top-button span, .app-search__icon span, .calendar__buttons button span, .mobile-cta .col span{
	font-size: 0;
}

.single-content__subscripts {
	position: relative;
	margin-top: 40px;
	padding-top: 20px;
	font-size: 1.3rem;
}

.single-content__subscripts:before {
	content: '';
	width: 200px;
	height: 1px;
	background: #525252;
	display: block;
	top: 0;
	left: 0;
	position: absolute;
}

.single-content__subscripts span {
	margin-left: 6px;
	display: inline-block;
}

.hidden-lang-url{
	display: none;
}


.aotm_timeline_container_line_position_center .aotm_timeline_item:nth-child(2n) {
	margin-left: calc(50% + 3.5rem);
}

.aotm_timeline_container_line_position_center .aotm_timeline_item:nth-child(2n+1) {
	margin-right: calc(50% + 3.5rem);
}

.aotm_timeline_container_line_position_center.aotm_timeline_container_item_icon_position_line .aotm_timeline_item_override_icon_position_inherit.aotm_timeline_item:nth-child(2n+1) .aotm_timeline_item_icon, .aotm_timeline_container_line_position_center.aotm_timeline_container .aotm_timeline_item_override_icon_position_line.aotm_timeline_item:nth-child(2n+1) .aotm_timeline_item_icon {
	right: calc(-3.5rem);
}

.aotm_timeline_container_line_position_center.aotm_timeline_container_item_icon_position_line .aotm_timeline_item_override_icon_position_inherit.aotm_timeline_item .aotm_timeline_item_icon, .aotm_timeline_container_line_position_center.aotm_timeline_container .aotm_timeline_item_override_icon_position_line.aotm_timeline_item .aotm_timeline_item_icon {
	left: calc(-3.5rem);
}

.aotm_timeline_item_icon {
	display: none;
}

.aotm_timeline_container_line_position_center.aotm_timeline_container.aotm_timeline_container_item_marker_type_dot .aotm_timeline_item_override_marker_type_inherit.aotm_timeline_item .aotm_timeline_item_marker, .aotm_timeline_container_line_position_center.aotm_timeline_container .aotm_timeline_item_override_marker_type_dot.aotm_timeline_item .aotm_timeline_item_marker {
	left: calc(-3.5rem - 8px);
}

.aotm_timeline_container_line_position_center.aotm_timeline_container.aotm_timeline_container_item_marker_type_dot .aotm_timeline_item_override_marker_type_inherit.aotm_timeline_item:nth-child(2n+1) .aotm_timeline_item_marker, .aotm_timeline_container_line_position_center.aotm_timeline_container .aotm_timeline_item_override_marker_type_dot.aotm_timeline_item:nth-child(2n+1) .aotm_timeline_item_marker {
	right: calc(-3.5rem - 8px);
}
.aotm_timeline_container.aotm_timeline_container_item_supertitle_style_sticker .aotm_timeline_item_override_supertitle_style_inherit.aotm_timeline_item .aotm_timeline_item_header .aotm_timeline_item_header_supertitle .aotm_timeline_item_header_supertitle_inner, .aotm_timeline_container .aotm_timeline_item_override_supertitle_style_sticker.aotm_timeline_item .aotm_timeline_item_header .aotm_timeline_item_header_supertitle .aotm_timeline_item_header_supertitle_inner {	
	background:#fff;
	border-radius: 30px;
	color:#000;
	border:1px solid var(--color);
}

.aotm_timeline_container.aotm_timeline_container_item_supertitle_style_sticker .aotm_timeline_item_override_supertitle_style_inherit.aotm_timeline_item .aotm_timeline_item_header .aotm_timeline_item_header_supertitle, .aotm_timeline_container .aotm_timeline_item_override_supertitle_style_sticker.aotm_timeline_item .aotm_timeline_item_header .aotm_timeline_item_header_supertitle {
	top:-10px;
}

.aotm_timeline_item_marker {
	background: var(--color)!important;
}

.category-of-timeline {
	margin-left: 10px;
	background: #fff!important;
	color: #000!important;
	border:1px solid var(--color);
	border-radius: 30px;
}

/*.filter.recommendations {
	background: var(--publications)!important;
}*/

/*.category-of-timeline.insights, .filter.insights {
		background: var(--news)!important;
			color: #000!important;
}*/


/*.category-of-timeline.incubators, .filter.incubators  {
		background: #781FDE!important;
}

.category-of-timeline.srk, .filter.srk   {
		background: #DE8609!important;
}
.category-of-timeline.international, .filter.international   {
		background: #2A96DE!important;
}

.category-of-timeline.structure, .filter.structure   {
		background: #948732!important;
}

.category-of-timeline.covid, .filter.covid    {
		background: #DE0A09!important;
}*/


.aotm_timeline_group_content > .aotm_timeline_item:not(:first-child) {
	margin-top: -100px;
	min-height: 200px;
}


/*.visible-log {display: none!important;}*/
.logged-in .visible-log {display: block!important;}

.top-newsletter {background: url('../images/top.png');display: block;
width: 400px;
height: 56px;
float: left;
background-size: contain;
background-repeat: no-repeat;}


.right-newsletter {background: url('../images/right.png');display: block;
width: 100%;
height: 235px;
float: left;
background-size: contain;
background-repeat: no-repeat;}

.head-and-filter {display: flex;flex-wrap: nowrap;padding-bottom: 50px;border-bottom: 3px dotted var(--color)}
.head-and-filter h2{font-size:3.6rem;align-self:end;margin-left: 10px;}


.css-loader-timeline {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.css-loader-timeline div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid var(--color);
  border-radius: 50%;
  animation: css-loader-timeline 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--color) transparent transparent transparent;
}
.css-loader-timeline div:nth-child(1) {
  animation-delay: -0.45s;
}
.css-loader-timeline div:nth-child(2) {
  animation-delay: -0.3s;
}
.css-loader-timeline div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes css-loader-timeline {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.whole-mask {
	display: none;
	text-align: center;
height: 100%;
position: absolute;
top: 0;
padding-top: 60px;
background: rgba(255,255,255,0.7);
width: 100%;
z-index: 2;
}
.whole-mask.show {display: block;}
