/* 
 Theme Name: Marcogaz
 Version: 3.4
 Author: Alys
 Author URI: https://www.alys.be
*/
 
 
/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%; 
	font: inherit;
	vertical-align: top;
}
/* Global */
*{
	margin:0; 
	padding:0; 
}
html,body {
	height:100%;
}
body {
	font-size:17px;
	line-height:28px;
	color:#5a5578;
	font-weight:300;
	position:relative;
  	height: 100%;
  	margin: 0;
  	font-family: 'Lato', 'Arial',sans-serif;
}
h1{
	color:#a9c938 ;
	font-size:48px;
	margin-top:15px; 
	margin-bottom:20px!important;
	font-weight:400;
	line-height:52px;
}
h2{
	color: #0884bc;
	font-size: 36px;
	margin: 25px 0 15px 0;
	font-weight: 400;
	line-height: 36px;
}
h3{
	border: none;
	text-align: left;
	margin: 25px 0 7px 0;
	padding: 0;
	color: #a9c938;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
}
h4{
	border: none;
	text-align: left;
	margin: 25px 0 15px 0;
	padding: 0;
	color:#0884bc;
	font-size: 22px;
	line-height: 28px;
	font-weight: 400;
}
p{
	margin-bottom:15px;	

}
li{
	margin-bottom:10px;	
}
/*animate*/
.fd_in_animate{visibility: hidden;--animate-duration: 1s;}
.sld_in_animate{visibility: hidden;--animate-duration: 1s;}

.aligncenter{margin:0 auto;display:block;}
.wp-caption-text{font-size:11px; text-align:center;font-style:italic;}
img .alignleft, .alignleft{float:left;display:inline;margin-right:20px;}
img .alignright, .alignright{float:right;display:inline;margin-left:20px;}
img .alignright:after{content:" ";clear:both;}
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img{height:auto; max-width:100%;}
strong{font-weight:bold;}
em{font-style:italic;}
.clear{clear:both;}
.readmore{
	color:#9e9783!important;
	display:block;
	padding:4px 0;
	text-decoration:none!important;
	text-align:center;
	position:relative;
	margin-top:15px;
}
.readmore:after{
	content:" ";
	background:url('images/seeall-arrow.png')  10px 0 no-repeat;
	height:31px;
	width:32px;
	position:absolute;
	padding-left: 10px;
	top:0px;
		transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}
.readmore:hover, #teasers a:hover .readmore{
	color:#5e6d8f!important;
}
.readmore:hover:after, #teasers a:hover .readmore:after{
	background-position:bottom right;
}
/*
.button{
	background:#a9c938;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	color:#fff;
	margin-top:10px;
	font-size:16px;
	display:inline-block;
	padding:7px 40px;
	text-decoration:none;

			transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	letter-spacing: 0.4px;
}
.button:hover{
	background:#1d3d6c;
	color:#fff;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.48);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.48);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.48);
} */
.button{
	border:2px solid #006fb2;
	color:#006fb2;
	padding:12px 24px;
	font-size:18px;
	text-decoration:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;

transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);

display:inline-block;
}
.button:hover{
	color:#a9c938;
	border-color:#a9c938;
	transform: scale(1.03);
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
}
.button-style,
.wp-block-button__link{
	transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	transform:scale(1);
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
	font-size:16px;
}
.button-style:hover,
.wp-block-button__link:hover{
	transform:scale(1.03);
	-moz-transform:scale(1.03);
	-webkit-transform:scale(1.03);
}

.intranet-page-template-default .wp-block-button__link{background-color: #fff;}
.button-nude{
	text-transform:uppercase;
	color:#223044;
	letter-spacing: 0.4px;
	text-decoration:none;
	margin-top:0px;
	font-size:12px;
	display:inline-block;
	padding:7px 40px;
	position: relative;
 transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	border:1px solid transparent;
}
.button-nude:hover{
	color:#5C7F92;
	border:1px solid #5C7F92;
}
.pdflink,
.wp-block-file a,
.single-intra-board-meeting a[href$=".pdf"],
.single-intra-board-meeting a[href$=".doc"],
.single-intranet-wg-meeting a[href$=".pdf"],
.single-intranet-wg-meeting a[href$=".doc"]{
	text-decoration:none;
	/*padding: 6px 0 6px 30px;*/
	padding: 0px 0 0px 30px;
	display:inline-block;
	position:relative;
	color:#a9c938;
}
.pdflink:before,
.wp-block-file a:before,
.single-intra-board-meeting a[href$=".pdf"]:before,
.single-intra-board-meeting a[href$=".doc"]:before,
.single-intranet-wg-meeting a[href$=".pdf"]:before,
.single-intranet-wg-meeting a[href$=".doc"]:before{
	content:" ";
	height:26px;
	position:absolute;
	top:0px;
	left:0;
	width:26px;
	display:inline-block;
	background:url('images/icon-publication.png') left 0px  no-repeat;
	/*background-size:26px 52px;*/
	background-size: 22px 50px;
		transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}
.pdflink:hover,
.wp-block-file a:hover,
.single-intra-board-meeting a[href$=".pdf"]:hover,
.single-intra-board-meeting a[href$=".doc"]:hover,
.single-intranet-wg-meeting a[href$=".pdf"]:hover,
.single-intranet-wg-meeting a[href$=".doc"]:hover{
	color:#666;
}
.pdflink:hover:before,
.wp-block-file a:hover:before,
.single-intra-board-meeting a[href$=".pdf"]:hover:before,
.single-intra-board-meeting a[href$=".doc"]:hover:before,
.single-intranet-wg-meeting a[href$=".pdf"]:hover:before,
.single-intranet-wg-meeting a[href$=".doc"]:hover:before{
	background-position: left -26px ;
}
.bcontent{
	overflow: hidden; /*added for logo ticker */
	/*
	height: 100vh;
	overflow:auto;
	*/
}
img{
	display:block;
}
.wrap{
	width:1200px;
	margin:0 auto;
	
}
a{
	color: #a9c938;
}
a:hover{
	text-decoration:none;
	color:#0884bc;
}

.go-back-btn{
	position:absolute;
	width:100%;
	bottom:-45px;
	z-index:10;
}
.go-back-btn div{
	max-width: 75rem;
	width: calc(100% - 4rem);
	margin:auto !important;
}
.go-back-btn .back{
	text-decoration:none;
	color:#5a5578;
	line-height:16px;
	padding:5px 8px;
	border:1px solid #5a5578;
	border-radius:3px;
}
.go-back-btn .back:hover{
	opacity:0.5;
}
/* cacher captcha */
.grecaptcha-badge {display: none!important;}
blockquote{
	border-left: 6px solid #2c5c9e;
	padding: 0 0 0 30px;
	margin:35px 0;
}
blockquote p{
	text-align: justify;
	font-size: 20px;
	line-height:28px;
	letter-spacing: -.2px;
	margin-bottom:0;
	color: #2c5c9e;
}
blockquote cite{
	text-align:left;
	color:#666;
	display:inherit;
}
blockquote::before {
    display: block;
    content: "\201C";
    font-size: 200px;
    font-weight: 700;
    height: 0.35em;
    color: #2c5c9e;
    float: left;
	margin:0 10px 0 -10px;
    position: relative;
    top: 0.360em;
	font-family: georgia;
}
.search-form-top{
	margin-top:-6px;
	margin-right:0px;
	float:right;
}
#search{
	width:195px;
	height:35px;
	margin:0 auto;
	background:rgba(255,255,255,0.3);
}
.search-field{
	height:35px;
	background:none;
	border-bottom:none;
	border-top:none;
	border-left:none;
	border-right:none;
	border-radius:0;
	color:#0884bc;
	width:80%;
	font-weight:300;
	padding:0 10px;
}

.sticky .searchsubmit,
.sticky .searchsubmit span,
.page-template-temp_map .searchsubmit,
.page-template-temp_map .searchsubmit span{
	color:#0884bc;
}
.sticky .search-field,
.page-template-temp_map .search-field{
	background:none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#0884bc;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#0884bc;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color:#0884bc;
}
.searchsubmit{
	outline:none;
	border:0;
    background:none;
  /*  padding: 10px 5px 9.5px 5px !important;*/
	padding:0 5px;
	height:35px;
    margin-left: -4px;
}
.searchsubmit span{
	color:#0884bc;
}
.searchsubmit:hover{
	cursor:pointer;
}
.searchsubmit:hover span{
	color:#a9c938;
}

/* toggle search */

#header .search-form{
	 padding:0;
	 display:none;
	position:absolute;
	 top:-14px;
	 right:189px;
	 z-index:999;
	 width:80%;
}
#header #search{
	max-width:inherit;
	height:35px;
	margin:0!important;
	width:100%;
	border-bottom:1px solid #eee;
}
#header .open-search{
	position:absolute;
right:180px;
top:-4px;
display:block;
cursor:pointer;
z-index:999;
}
#header .open-search span{
	text-shadow:none;
	color:#0884bc;
	}

#header .search-bloc .search-field{
	top:0;
	position:relative;
	width:85%;
	
}
#header .search-bloc .searchsubmit span{
	top:0;
	right:0;
	padding-top:15px;
	height:100%;
	width:14%;
	position:absolute;
	font-size:18px;
}
	
/* ------------------ */
.title-page{
	text-align:center;
}
/* animation logo */
.flex-caption .slide-title h1#title, .flex-caption .slide-title h1 {
	-webkit-animation: fade-in-fwd 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-fwd 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.flex-caption .slide-title h1 span {
	-webkit-animation: fade-in-fwd 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-fwd 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	-webkit-animation-delay: 0.6s;
		    animation-delay: 0.6s;
}


/* teasers animation */

#teasers li {
	-webkit-animation: scale-in-ver-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-ver-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	-webkit-animation-delay: 0.2s;
		    animation-delay: 0.2s;
}

#teasers li h3 {margin-top: 10px!important;} /* supression d'un margin trop important avec le texte */


/* bug fix teasers */

.teaser-content {z-index: 15!important;}


/* j'ai mis #team-list li en display: none; pour l'animation jquery */

/* centrer le texte team list */

.title-country {text-align: center;}


/* grayscale team */

.team-img:not(.team-name) img {
	/*
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);*/
}



 /* -- KEYFRAMES -- */
@-webkit-keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}

@-webkit-keyframes scale-in-ver-bottom {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    opacity: 1;
  }
}
@keyframes scale-in-ver-bottom {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    opacity: 1;
  }
}
/*-- Ticker ---*/
@-webkit-keyframes ticker {
		0% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
			visibility: visible;
		}
		100% {
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
		}
	}
	@keyframes ticker {
		0% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
			visibility: visible;
		}
		100% {
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
		}
	}
	.ticker-wrap {
		width: 100%;
		overflow: hidden;
		/* background-color: rgba(0, 0, 0, 0.9); */
		padding-left: 100%;
		box-sizing: content-box;
		-webkit-box-shadow: 0px 3px 6px -2px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 3px 6px -2px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 6px -2px rgb(0 0 0 / 15%);
	}
	.ticker-wrap .ticker__item img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.ticker-wrap .ticker {
		padding: 10px 0px;
		display: inline-block;
		animation-duration: 140s;
		/* height: 4rem; */
		line-height: 4rem;
		white-space: nowrap;
		padding-right: 100%;
		box-sizing: content-box;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-webkit-animation-name: ticker;
		animation-name: ticker;
		-webkit-animation-duration: 140s;
	}
	.ticker__item {
		filter: grayscale(1);
		transition: 0.3s all ease;
	}
	@media (max-width: 900px) {
		.ticker-wrap {
			padding-left: 0px;
		}
	}
	.ticker__item:hover {
		filter: grayscale(0);
		transition: 0.3s all ease;
	}
	.ticker-wrap .ticker__item {
		display: inline-block;
		padding: 10px 20px;
		font-size: 2rem;
		color: white;
		width: 150px;
		height: 70px;
	}
/* ---------------------------------- */
/* --------- WP5 gutenberg----------- */
.wp-block-media-text{
	margin-bottom:0!important;
}
.has-large-font-size{
	line-height:1.1em;
}
.wp-block-media-text .wp-block-media-text__content{
	/*max-width:670px;*/ /* to keep text width in the wrap div */
}
figcaption{
	font-size:10px;
	color:#999;
	text-align:center;
}
.wp-block-group__inner-container{
	padding:2% 4%;
}
.blocks-gallery-grid{
	padding-left:0!important;
}
.wp-block-file .wp-block-file__button{
	display:none; /* hide default gutenberg download button */
}
.wp-block-cover{
	padding:0!important;
}
.wp-block-cover a{
	color:#75b9e3;
}
.wp-block-cover a:hover{
	color:#033a88;
}
.single .wp-block-embed-vimeo{
	margin-top:45px;
}
.wp-block-image img{
	height:auto;
}
.height-auto iframe{
	height:150px!important;
}
.no-margin{
	margin:0;
}
.ui-tabs-nav li{
	background-image:none!important;
	padding-left:0!important;
}
#page-content{
	overflow: hidden;
}
.greybox100{
	background:#fff;
	padding:35px 0;
	margin:35px 0;
    position: relative;
}
.greybox100:before{
	content:"";
	background:#fff;
	position:absolute;
	z-index:-1;
	top:0;
	left:-50%;
	width:100%;
	height:100%;
}
.greybox100:after{
	content:"";
	background:#fff;
	position:absolute;
	z-index:-1;
	top:0;
	right:-50%;
	width:100%;
	height:100%;
}
.post-inner {
    padding-top: 0;
}
.post-inner ul{
	padding-left:25px;
}
[class*="__inner-container"] > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 75rem;
    width: 100%;
	margin-left: auto;
    margin-right: auto;
}
.entry-content > * {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.25em;
}
.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
   /* max-width: 58rem;*/
    max-width: 75rem;
    width: calc(100% - 4rem);
}
.entry-content h2{
	margin-bottom:10px!important;
}
.alignright iframe, .alignleft iframe{
	max-width:100%;
}
iframe[src*="youtube"],
iframe[src*="vimeo.com"],
.is-type-video{
	/*width:100%;*/
	max-width:70%;
	margin:0 auto;
	height:450px;
}
.alignfull iframe{
	max-width:100%!important;
}
/* --- button --- */
.wp-block-button__link:hover{
	color:#a9c938!important;
	border-color:#a9c938!important;
}
/* --- image mask shape -- */
.img-mask-shape img{
    /*width: 450px;*/
    height: auto !important;
    -webkit-mask-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAwIDIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cGF0aCBkPSJNMTg4LjUgMzEuOWMxMi45IDE1LjkgMTIuNSA0My4zIDEwLjMgNzcuMXMtNi4yIDc0LjItMjYuMiA4Ni41LTU2LjEtMy4zLTg5LjQtMjEuMi02My43LTM4LjEtNzYuNC02OS44Qy01LjkgNzMtLjggMjkuOSAyMS42IDExLjcgNDQtNi40IDgzLjguNSAxMTYuNyA2LjFzNTkgMTAgNzEuOCAyNS44eiI+PC9wYXRoPjwvc3ZnPg==');
    mask-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAwIDIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cGF0aCBkPSJNMTg4LjUgMzEuOWMxMi45IDE1LjkgMTIuNSA0My4zIDEwLjMgNzcuMXMtNi4yIDc0LjItMjYuMiA4Ni41LTU2LjEtMy4zLTg5LjQtMjEuMi02My43LTM4LjEtNzYuNC02OS44Qy01LjkgNzMtLjggMjkuOSAyMS42IDExLjcgNDQtNi40IDgzLjguNSAxMTYuNyA2LjFzNTkgMTAgNzEuOCAyNS44eiI+PC9wYXRoPjwvc3ZnPg==');
	mask-mode: alpha;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.img-mask-shape-left img{
    width: 404px;
    height: auto !important;
    -webkit-mask-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAwIDIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB0cmFuc2Zvcm09InNjYWxlKDEsLTEpIj48cGF0aCBkPSJNMTg4LjUgMzEuOWMxMi45IDE1LjkgMTIuNSA0My4zIDEwLjMgNzcuMXMtNi4yIDc0LjItMjYuMiA4Ni41LTU2LjEtMy4zLTg5LjQtMjEuMi02My43LTM4LjEtNzYuNC02OS44Qy01LjkgNzMtLjggMjkuOSAyMS42IDExLjcgNDQtNi40IDgzLjguNSAxMTYuNyA2LjFzNTkgMTAgNzEuOCAyNS44eiI+PC9wYXRoPjwvc3ZnPg==');
mask-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAwIDIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB0cmFuc2Zvcm09InNjYWxlKDEsLTEpIj48cGF0aCBkPSJNMTg4LjUgMzEuOWMxMi45IDE1LjkgMTIuNSA0My4zIDEwLjMgNzcuMXMtNi4yIDc0LjItMjYuMiA4Ni41LTU2LjEtMy4zLTg5LjQtMjEuMi02My43LTM4LjEtNzYuNC02OS44Qy01LjkgNzMtLjggMjkuOSAyMS42IDExLjcgNDQtNi40IDgzLjguNSAxMTYuNyA2LjFzNTkgMTAgNzEuOCAyNS44eiI+PC9wYXRoPjwvc3ZnPg==');
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.shadow-block{	   
    -webkit-box-shadow: 0 5px 30px -10px rgba(18,63,82,.3);
    -moz-box-shadow: 0 5px 30px -10px rgba(18,63,82,.3);
    box-shadow: 0 5px 30px -10px rgba(18,63,82,.3);
}
.shadow-block .wp-block-group__inner-container .wp-block-group__inner-container{
	padding:0 20px;
}
.page-id-2 .shadow-block{
	min-height:413px;
}
/* -- list style -- */
.list-style-icons li{
	list-style:none;
	    margin-top: 0 !important;
    margin-bottom: 16px;
    list-style: none !important;
    text-indent: calc(var(--icon-size, 20px)*-1 - 1em) !important;
    padding-left: calc(var(--icon-size, 20px) + 1em) !important;
	break-inside: avoid;
}
.list-style-icons li::before {
	content: "";
	
display: inline-block;
vertical-align: middle;
margin-right: 1em;
background-size: cover;
background-position: 50%;
margin-bottom: 0px;
    height: 20px !important;
    width: 20px !important;
	
	background-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTkwIDE5MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHlsZT0iZmlsbDogIzhjNjhhZCAhaW1wb3J0YW50OyBjb2xvcjogIzhjNjhhZCAhaW1wb3J0YW50Ij48cGF0aCBkPSJNNTkuNCAxNzcuNWw4Mi40LTgyLjQtODIuNC04Mi4zLTEwLjYgMTAuNiA3MS44IDcxLjctNzEuOCA3MS44IDEwLjYgMTAuNnoiIGZpbGw9IiM4YzY4YWQiIHN0cm9rZT0iIzhjNjhhZCIgc3R5bGU9ImZpbGw6IHJnYigxNDAsIDEwNCwgMTczKTsgc3Ryb2tlOiByZ2IoMTQwLCAxMDQsIDE3Myk7Ii8+PC9zdmc+');
	/* ---- + orange ----------
    background-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTkwIDE5MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHlsZT0iZmlsbDojMDZjMTlkIj48cGF0aCBkPSJNMTgxLjkgODcuNmgtNzkuM1Y4LjRoLTE1djc5LjJIOC40djE1aDc5LjJ2NzkuMmgxNXYtNzkuMmg3OS4zeiI+PC9wYXRoPjwvc3ZnPg==');
filter: brightness(100%) hue-rotate(225deg) saturate(100%) opacity(100%);
	-webkit-filter: brightness(100%) hue-rotate(225deg) saturate(100%) opacity(100%);
	-moz-filter: brightness(100%) hue-rotate(225deg) saturate(100%) opacity(100%);	*/
}

.wp-block-cover .list-style-icons li{
	color:#fff!important;
}
.wp-block-cover .list-style-icons li::before {	
	background-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTkwIDE5MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHlsZT0iZmlsbDojZmZmZmZmIj48cGF0aCBkPSJNNTkuNCAxNzcuNWw4Mi40LTgyLjQtODIuNC04Mi4zLTEwLjYgMTAuNiA3MS44IDcxLjctNzEuOCA3MS44IDEwLjYgMTAuNnoiPjwvcGF0aD48L3N2Zz4=');
}
.list-style-icons ul{ /* level 2*/
	margin-top:15px;
}
/* --- Publications gutenberg ----- */
/*
.page-id-11{
	background:#f2f7f3;
}
.wp-block-file{
	background:#fff;
	max-width:350px;
	display:block;
	margin-top:30px;
}
.wp-block-file a{
	text-decoration:none;
}
.wp-block-file a:first-child:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	background:url('images/icon-button-download.png') center center no-repeat #96ccda;
	width:100%;
	height:120px;
}
.wp-block-file a:first-child{
	padding:140px 2% 0 2%!important;
	position:relative;
	display:block;
	text-align:center;
	color:#338ba1;
	background:#ececec!important;
	min-height:80px;
	line-height:26px!important;
}

.wp-block-file a:hover{
	background:#338ba1!important;
	color:#ffffff!important;
}*/
/* ---- TABLES ----- */
table{
	border-right:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	max-width:100%;
	min-width:100%;
	margin:35px 0;
}
table th{
	background:#2c5c9e;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	position:relative;
	font-size:15px;
	padding:7px 5px 7px 5px;
}
table td{
	padding:1%;
	border-left:1px solid #e9e9e9;
	vertical-align:middle;
}
table tr:nth-child(2n+1) td{
	background:#f8f8f8;
}

/* ======= HEADER ======= */
/* ==================== */
.admin-bar #header{/*position:relative;*/top:30px;}
.admin-bar #slider, .admin-bar #banner{margin-top:0px;}
#header{
	position:fixed;
	width:100%;
	top:0px;
	padding-top:0px;
	z-index:20;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	background:#fff;
}

.intranet #header{background:#355da0;padding-bottom:20px;}

/* -- sticky main menu after scroll -- */
.sticky #main-menu{
	margin-top:26px;
}
.page-template-temp_map #main-menu{
	background:none;
}
.sticky #main-menu > li > a,
.page-template-temp_map #main-menu > li > a{
	/*line-height:89px;*/
	color:#0884bc;
	text-shadow: none!important;
}
.sticky #main-menu > li > ul{

	background:#fff;
}
.sticky #main-menu > li:hover > ul{
	top:65px;

}

.sticky #main-menu li ul li a{
	color:#0884bc;
}
.sticky #top-menu,
.page-template-temp_map #top-menu{
	background:none;
	padding-top:10px;
}
.sticky #top-menu,
.sticky #social{
	/*display:none;*/
}
.sticky #header{
	padding-bottom:10px;
}
.sticky #header,
.page-template-temp_map #header {
	background:#fff;
  -webkit-box-shadow: 0px 3px 15px -2px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 3px 15px -2px rgba(0,0,0,0.35);
  box-shadow: 0px 3px 15px -2px rgba(0,0,0,0.35);
}

.intranet .sticky #header{background:#355da0;}
.sticky .logo,
.page-template-temp_map .logo{
	box-shadow:none;
	padding:10px 0 0 0;
	top:0;
}
.logo{
	z-index:990;
	float:left;
	position:relative;
	padding:10px 0 0 0;
	width:210px;
	display:block;
	transition: all 0.06s ease 0s;
	-webkit-transition: all 0.06s ease 0s;
	-moz-transition: all 0.06s ease 0s;
	/*
	background:#fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.31);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.31);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.31);*/
}

.intranet .logo{
	width: 230px;
}
.logo img{
	width:100%;
	height:auto;
	display:block;
	margin:0 auto;
}
.slogan{
	position:absolute;
	font-size:11px;
	line-height:11px;
	color:#0884bc;
	bottom: -15px;
width: 250px;
left: 0px;
z-index:1;
}
#header .wrap{
	position:relative;
}
/* --- logo center homepage --- */
.home #logo-center{
	position:absolute;
	z-index:-1;
	top:210px;
	width:100%;
	text-align:center;
		-webkit-transition: all .5s ease;
   -moz-transition: all .5s ease;
   -ms-transition: all .5s ease;
   -o-transition: all .5s ease;
   transition: all .5s ease;
}
.home #logo-center .logo{
	display:block;
	width:450px;
	margin:0 auto;
	padding:0;
	height:auto;
	float:none;
	-webkit-transition: all .5s ease;
   -moz-transition: all .5s ease;
   -ms-transition: all .5s ease;
   -o-transition: all .5s ease;
   transition: all .5s ease;
}
.home .sticky #logo-center .logo img{width:82%;}

.home #logo-center .logo img{
	image-rendering: -webkit-optimize-contrast; /* chrome flou */
	width:100%;
	height:auto;
	-webkit-transition: all .5s ease;
   -moz-transition: all .5s ease;
   -ms-transition: all .5s ease;
   -o-transition: all .5s ease;
   transition: all .5s ease;
}
.home .sticky #logo-center{
	top:4px;
	width:270px;
	padding-top:5px;
	text-align:left;
}

/* --- */
.sticky #logo-center {
 /*   top: 0;
	position:relative;
	float:left;
	width:auto; */

}
.sticky #logo-center .logo{
    width: 270px;
	margin-top:0;
}
/* -- main menu --*/
#main-menu{
	max-width:78%;
	float:right;
	padding:0;
	margin-top:26px;
	text-align:right;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
}
#main-menu li{
	list-style:none;
	display:block;
	float:left;
	position:relative;
	font-weight:600;
	margin-bottom:0;
}
#main-menu li a{
	font-size:14px;
	font-weight:400;
	text-decoration:none;
	display:block;
	padding:15px 6px;
	color:#0884bc;
	/*z-index:999;*/
}
#main-menu > li > a{
	line-height:65px;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	/*	text-shadow: 0px 0px 2px rgba(0,0,0,0.6);
	-webkit-text-shadow: 0px 0px 2px rgba(0,0,0,0.6);
	-moz-text-shadow: 0px 0px 2px rgba(0,0,0,0.6);*/
}
#main-menu li > a{
	padding:0 20px;
	position:relative;	
	text-transform:uppercase;
	z-index:90;
	font-weight:600;
}
#header #main-menu > li > a:hover{
	/*cursor:default;*//*deactivate first level link */
}
#header #main-menu > li:first-child > a:hover{
	/*cursor:pointer;*//*activate first link home*/
}
#main-menu > li:hover > a,
#main-menu li > a:hover , 
#main-menu > .current-menu-item > a,
.current-page-parent > a,
.current-menu-ancestor > a,
.current-menu-parent > a,
.sub-menu .current-menu-item >a{
	color:#a9c938!important;
	text-shadow: none!important;
}
.page-template-temp_news #main-menu .sub-menu > .current-menu-item > a,
.page-template-temp_knowledge-hub #main-menu .sub-menu > .current-menu-item > a,
.page-template-temp_events #main-menu .sub-menu > .current-menu-item > a{
	/* defaut color for isotop filters on submenu */
	color:#0884bc!important;
}
/*
.sticky #main-menu li > a:hover, 
.sticky #main-menu .current-menu-item > a,
.sticky .current-page-parent > a,
.sticky .current-menu-ancestor > a,
.sticky .current-menu-parent > a{
	color:#006fb2!important;
}*/
/* -- submenu -- */
#main-menu > li:hover > ul{
	visibility: visible;
	opacity: 1;
	top:65px;
	/*background-image: linear-gradient(to bottom, rgba(11,96,109,0.5), rgba(34,48,68,0.5));*/
	background:#fff;
	display:block;
}
#main-menu li ul {
	position:absolute;
	float:none;
	text-align:left;
	z-index:89;
	padding:14px 0;
	/*background:#fff;*/
	display:none;
	visibility: hidden;
	opacity: 0;
	top: -300px;
   -webkit-transition: all .25s ease;
   -moz-transition: all .25s ease;
   -ms-transition: all .25s ease;
   -o-transition: all .25s ease;
   transition: all .25s ease;
   
   -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
}
#main-menu > li > ul:after{
	content:" ";
	position:absolute;
	/*display:block;
	border-style: solid;
	border-width: 0 12px 12px 12px;
	border-color: transparent transparent #ffffff transparent;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28); */
	width: 0;
    height: 0;
    top:0px;
	left:60px;
    box-sizing: border-box;  
    border: 10px solid black;	
    border-color: transparent transparent #fff #fff;
	box-sizing: border-box;   
    transform-origin: 0 0;
    transform: rotate(-225deg);  
    box-shadow: -3px 2px 3px 0 rgba(0, 0, 0, 0.18);
}
#main-menu li ul li{
	float:none;
}
#main-menu li ul li a{
	display:block;
	padding:4px 20px 0 20px;
	min-width:180px;
	transition:none!important;
	font-size:12px;
	line-height:16px;
	/*background: rgba(34,48,68,0.7);*/
	color:#0884bc;
	position:relative;
	text-transform:none;
	margin:5px 0;
}
#main-menu > li > ul > li > a{
	text-transform:uppercase;
}
#main-menu li ul li:first-child a{
	/*padding-top: 14px;*/
}
#main-menu > li > ul > li > a:hover /*, 
#main-menu  >  li  >  ul >  .current  >  a,
#main-menu  >  li  >  ul  >  .current-menu-item  > a,
.single-team .menu-item-319 >  a,
.single-logo-support .menu-item-325 >  a*/{
	color:#a9c938!important;
}
#main-menu > li > ul > li > a:hover:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:1px;
	border-left:7px solid #a9c938;
}
/* sub menu level 3 - 4 */
#main-menu li ul ul{
	display:block;
	visibility:visible;
	opacity:1;
	padding:0 10px 0 40px;
	position:relative;
	top:0;
box-shadow:none;
}
.sub-menu ul li:before{
	content:"";
/*	border-left:4px solid #75b9e3;*/
	width:1px;
	height:100%;
	position:absolute;
	left:-10px;
}
#main-menu li ul ul a{
	font-size:12px;
	padding:0;
}
.login-tab a{
	background:#1c7998!important;
	color:#fff!important;
}
#main-menu .current-menu-item.login-tab > a, .current-page-parent.login-tab > a, .current-menu-ancestor.login-tab > a, .current-menu-parent.login-tab > a,
.login-tab a:hover,#main-menu .login-tab > a:hover,.current-menu-item.login-tab > a,
.single-pages-intranet .login-tab > a{
	background:#8fcfbf!important;
	color:#fff!important;
}

/* -- top menu -- */
#top-menu{
	height:35px;
	line-height:35px;
	width:100%;
	position:absolute;
	z-index:999;
/*
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 2%, rgba(48,95,160,1) 98%, rgba(44,92,158,1) 100%);
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 2%,rgba(48,95,160,1) 98%,rgba(44,92,158,1) 100%);
background: linear-gradient(to right,  rgba(255,255,255,0) 2%,rgba(48,95,160,1) 98%,rgba(44,92,158,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#2c5c9e',GradientType=1 );

*/
	/*
background: rgb(97,56,134);
background: -moz-linear-gradient(100deg, rgba(97,56,134,0) 21%, rgba(97,56,134,0.8876750529313288) 82%);
background: -webkit-linear-gradient(100deg, rgba(97,56,134,0) 21%, rgba(97,56,134,0.8876750529313288) 82%);
background: linear-gradient(100deg, rgba(97,56,134,0) 21%, rgba(97,56,134,0.8876750529313288) 82%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0884bc",endColorstr="#0884bc",GradientType=1); */
}
#top-menu .right{
	float:right;
	/*background:#4c638e;
	background: rgba(76,99,143,0.2);*/
	padding-right: 30px;
	padding-left:5px;
	height:30px;
	margin-top:5px;
	position: fixed;
    right: 0;
	
	-webkit-transition: all .9s ease;
   -moz-transition: all .9s ease;
   -ms-transition: all .9s ease;
   -o-transition: all .9s ease;
   transition: all .9s ease;
}
.sticky #top-menu .right{
	background:none;
	margin-top:0px;
}
#header .wrap{
	position:relative;
}
.top-menu{
	float:left;
	margin-right:15px;
}
.top-menu li{
	list-style:none;
	display:inline-block;
	position:relative;
	margin-bottom:0;
}
.top-menu li a{
	text-decoration:none;
	text-transform:uppercase;
	font-size:9px;
	webkit-text-size-adjust:none;
	line-height:31px;
	color:#0884bc;
	padding:3px 8px;	
}
.sticky .top-menu li a,
.page-template-temp_map .top-menu li a{
	color:#2c5c9e;	
}
.top-menu li ul{
	display:none;
	position:absolute;	
	min-width:88%;
}
.top-menu li:hover > ul{
	display:block;
}
.top-menu > li:hover > a,
.top-menu .current-menu-item > a,
.top-menu .current-page-ancestor > a{
	color:#75b9e3;
}

.top-menu li ul li{
	display:block;
}
.top-menu li ul li a{
	display:block;
	background:#0085a1;
	text-transform:none;
	line-height:20px;
	min-width:100%;
}
.top-menu li ul li a:hover{
	background:#00a4bd;
}
.top-menu .sub-menu .current-menu-item  > a{
	background:#8ecbdb;
}
.logout-menu a{
	text-transform:none!important;
}
.wp-pagenavi{
	margin-bottom:20px;
}
/* -- social -- */
#social{
	-webkit-transition: all .9s ease;
   -moz-transition: all .9s ease;
   -ms-transition: all .9s ease;
   -o-transition: all .9s ease;
   transition: all .9s ease;

   height:22px;
  /* position:absolute;*/
	float:left;
	margin-right:25px;
   z-index:99999;
   right:20px;
   top:9px;
}
.sticky #social{
	top:9px;
}
#social li{
	list-style:none;
	margin-left:6px;
	display:inline-block;
	-webkit-transition: all .25s ease;
   -moz-transition: all .25s ease;
   -ms-transition: all .25s ease;
   -o-transition: all .25s ease;
   transition: all .25s ease;
   background-size:cover;
}

#social .twitter {
    fill: #0884bc;
}
#social .twitter:hover {
    fill: #a9c938;
}
.intranet #social {
	margin-top: 5px;
}
.intranet #social li{
color:#fff;
line-height: 20px;
padding: 0px 10px 0px 10px;
margin-left: auto;
font-size: 15px;
position: relative;	
}

.intranet #social li:after{
	content: "";
	position: absolute;
	z-index: 1;
	border-right: 1px solid #fff;
	display: block;
	bottom: 2%;
	right: 0%;
	height: 70%;
} 

.intranet #social li:last-child:after{
	border-right: 0px;	
}	

#social li a{
	display:block;
	color:#0884bc;
	font-size:20px;
	line-height:22px;
}

.intranet #social li a{
	color:#fff;	
	font-size:15px;
}	



#social li .fa-lock{
    font-size: 17px;
    line-height: 20px;
}
.sticky #social li a,
.page-template-temp_map #social li a{
	color:#0884bc;
}

.intranet .sticky #social li a{ color: #fff;}
#social li a:hover{
	color:#a9c938;
}
/*
.linkedin{
	background:url('images/icon-linkedin.svg') no-repeat;
	background-position:center top;
}
.twitter{
	background:url('images/icon-twitter.svg') no-repeat;
	background-position:center top;
}

#social li:hover{
	background-position:center bottom;
}
*/
/* ---- video home ---- */
.bgvid {
    min-width: 100%;
	/*width:100%;*/
	height:100%;
    min-height: 100%;
    background-size: cover;
    z-index: -100;
	background:#000;
}
@media only screen and (min-width: 1600px) {
.bgvid {
	width:100%;
	height:auto;
}
}

/*Focus section home page */
.focus-box{ background-color: #fff; margin: 0 auto; padding: 15px 10px;z-index: 3;
	-webkit-box-shadow: 0px 5px 9px 1px rgb(0 0 0 / 60%);
    -moz-box-shadow: 0px 5px 9px 1px rgba(0,0,0,0.6);
    box-shadow: 0px 5px 9px 1px rgb(0 0 0 / 60%);}
.focus-box:hover{-webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow: none;}
.focus-link{z-index: 3;
	/*-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 28%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 28%);*/
	
	text-decoration: solid;}
	
.focus-link:hover {
	/*-webkit-box-shadow: 0px 5px 9px 1px rgb(0 0 0 / 60%);
    -moz-box-shadow: 0px 5px 9px 1px rgba(0,0,0,0.6);
    box-shadow: 0px 5px 9px 1px rgb(0 0 0 / 60%);
	text-decoration: solid;*/
	-webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.focus-box h3{font-size: 23px;color: #0884bc;}
.focus-right{ top: 30%;   
    position: absolute;
    right: 0;
    z-index: 4;    
    width: 15%;
	animation: focusmoveleft;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-direction: normal;
}

@keyframes focusmoveleft {
	0%   {right: -16%;}
	100%  {right: 0px; }
  }
.focus-right h3{font-weight: bold;line-height: 24px;}	
.focus-right .focus-content p{font-size: 14px;font-weight: bold; color: #000; line-height: 22px;}

.focus-middle{bottom: 10%;   
    position: absolute;
    left: 28.75%;
    z-index: 4;    
    width: 41%;
display: flex;}
.focus-middle .thumb{flex: 35%;}
.focus-middle .focus-content{flex: 65%; padding:0 0 0 3%; }
.focus-middle .focus-content p{font-size: 14px;font-weight: bold; color: #000; line-height: 22px;}
.focus-middle h3{text-transform: uppercase;font-weight: bold; margin-top: 0px; }


.focus-sml-box {width: 46%;background-color: #fff; margin:30px auto 30px auto; padding: 15px 10px; position: relative;-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);	
	align-items:stretch;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;}
.focus-sml-box a{text-decoration:none;
	display:block;	
	}

.focus-sml-box	.inner-box{display: flex;}
.focus-sml-box	.focus-sml-img{flex: 35%;}
.focus-sml-box	.focus-sml-img img{width: 100%; height: auto;}
.focus-sml-box .focus-content{flex: 65%; padding:0 0 0 3%; }
.focus-sml-box .focus-content p{font-size: 14px;font-weight: bold; color: #000; line-height: 22px;}
.focus-sml-box .focus-content h3{text-transform: uppercase;font-weight: bold;margin-top: 0px;}	

@media only screen and (min-width: 1120px) {
	.focus-sml-box{ display:none;}
	.focus-middle{display: flex;}
	.focus-right{display: block;}
}
@media only screen and (max-width: 767px) {
	.focus-sml-box {width: 94%;}
}	
@media only screen and (max-width: 1119px) {
	
	.focus-sml-box{ display:block;}
	.focus-box{display: none;}
}	
/*Focus section home page */

/* --- TWEET homepage -- */
.gs_tw_feeds_area  .container{
	margin:0!important;
	padding:0!important;
}
.gstf_theme1 .single-tweet{
	text-align:center!important;
	font-size:18px;
	padding-left:0!important;
	padding-right:0!important;
}
.gstf_theme1 a{
	border:none!important;
	text-decoration:none!important;
}
.gstf_theme1 a:hover{
	color:#666!important;
}
.gs-twitter-center-align{
	background:#0884bc!important;
}
.gs-twitter-center-align a{
	text-decoration:none!important;
	color:#fff!important;
}
.gs-twitter-center-align:hover{
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
	
}
.gs-twitter-center-align:hover a{
	color:#fff!important;
}
.gs-twitter-follow-btn .fa-twitter{
	line-height:30px;
}
/* ======= SLIDER ======= */
/* ====================== */
/* onload takes already some space with colored background */
.home-banner {
	/*min-height:550px;*/
	height:600px;
	overflow:hidden;
	
}
#slider{
	height:100%;
	margin-top:100px; /* beacause fixed header */
}
.home-banner .slides{
	height: 100%;
	margin-top:100px;
	/*background:#ffb483; load with orange color */
}
.home-banner .slides > li { 
  background-position: center;
  height: 100%;
  width: 100%;
  /*display: none; */
  -webkit-backface-visibility: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* --- addition for zoom transition */
/* .slides li*/
#slide-img{
  height: 100%;
  width: 100%;
  /*transition: transform 11s ease-in;*/
  /*
  transition: transform 30s ease-in;
  -webkit-transition: transform 30s ease-in;
  -moz-transition: transform 30s ease-in; */
  -webkit-backface-visibility: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 1;
}
#slide-img:before, 
.intern-banner:before{
	/*
	content:" ";
	background:url('images/bg-slide.png') no-repeat;
	position:absolute;
	z-index:10;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size:cover; */
}
.intern-banner:before{
	/*
	content:" ";
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:250px;
	opacity:0.7;
	
background: rgba(22,55,102,1);
background: -moz-linear-gradient(top, rgba(22,55,102,1) 0%, rgba(0,0,0,0.33) 67%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(22,55,102,1)), color-stop(67%, rgba(0,0,0,0.33)), color-stop(100%, rgba(0,0,0,0)));
background: -webkit-linear-gradient(top, rgba(22,55,102,1) 0%, rgba(0,0,0,0.33) 67%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(top, rgba(22,55,102,1) 0%, rgba(0,0,0,0.33) 67%, rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(top, rgba(22,55,102,1) 0%, rgba(0,0,0,0.33) 67%, rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(22,55,102,1) 0%, rgba(0,0,0,0.33) 67%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#163766', endColorstr='#000000', GradientType=0 );
*/
}

.intern-banner .flex-caption{
	top:auto;
	/*text-align:left;*/
	bottom:-35px;
	z-index:5;
}
.intern-banner  h1{
	text-transform:uppercase;
	display:inline-block;
	font-size:45px;
	padding:0 65px;
	color:#fff;	
	font-weight:800;
	line-height:62px;
	max-width:80%;
	margin:0 auto;
}
.intern-banner h1::after {
    content: " ";
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 68px;
    width: 100%;
    background: #A9C938;
    z-index: -1;
}
/*.slides li.flex-active-slide */
.flex-active-slide #slide-img{
	/*
  transform: scale(1.2);
  -webkit-transition:transform 30s;
  -moz-transition:transform 30s;
  -ms-transition:transform 30s;
  -o-transition:transform 30s;
  transition:transform 30s;
  */
}

.flex-caption{
	top:48%;
	/*top:340px;*/
	/*display:none;*/
	left:0;
	position:absolute;
	right:0;
	text-align: center;
	z-index:2;
}

.home .slide-title h1{
	color:#fff;	
	font-weight:800;
	font-size:40px;
	line-height:40px;
	max-width:80%;
	margin:0 auto;
	/*text-shadow: 2px 2px 3px rgba(0,0,0,0.69);*/
	text-transform:uppercase;
	display:inline-block;
	padding:4px 20px;
	background:#a9c938;
}
.slide-title h2{
	text-transform:none;
	font-weight:400;
	font-size:26px;
	line-height:28px;
	display:block;
	margin-top:0px;
	color:#fff;
	display:inline-block;
padding:4px 20px;
	background:#0884bc;
	max-width:50%;
	text-align:center;
}
.slide-title h2:after{
	content:"";
		
}
.slide-title p{
	text-transform:none;
	color:#fff;
	font-weight:400;
	font-size:32px;
	line-height:32px;
	display:block;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.69);
	margin-bottom:0px;
	font-style:italic;
}
.slide-title .button{
	margin-top:40px;
	display:inline-block;
	background:none;
	border:1px solid #fff;
	color:#fff;
}
.slide-title .button:hover{
	background:rgba(255,255,255,0.2);
}

/* ======= BANNER ======= */
/* ====================== */

.intern-banner{
/*	max-height: 450px;
	min-height: 450px;
	background:#223044; */
}
.intern-banner #slide-img{
	/*background-position:0 -250px ;*/
	height: 400px;
	background:#223044;
	overflow:hidden;
	margin-top:75px; /* fixed header */
}

.intranet .intern-banner #slide-img{
	height: 210px;
}	
.intern-banner #slide-img img{
	/*margin-top:-150px ;*/
}

.title-page{
	margin-top:-35px!important;
}
.page-template-temp_map #banner{
	display:none;
}

#banner{
	/*overflow:hidden;
	background:#2c5c9e;*/
	position:relative;
	
}
/*
#banner:before{
	content: " ";
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.7;
 background: rgb(0,111,178);
background: -moz-linear-gradient(0deg, rgba(0,111,178,0.8631652490097601) 0%, rgba(97,56,134,0.9612044646960347) 90%);
background: -webkit-linear-gradient(0deg, rgba(0,111,178,0.8631652490097601) 0%, rgba(97,56,134,0.9612044646960347) 90%);
background: linear-gradient(0deg, rgba(0,111,178,0.8631652490097601) 0%, rgba(97,56,134,0.9612044646960347) 90%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006fb2",endColorstr="#0884bc",GradientType=1); 
}*/
#banner img{
	width:100%;
	height:auto;
	/*opacity:0.65;*/
	
	/*
transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s;
	-moz-transition: all 0.1s ease 0s;


  
  animation: zoomin 5s ease infinite;
	-webkit-animation: zoomin 5s ease infinite;
	-moz-animation: zoomin 5s ease infinite;
	*/
}
/*
@keyframes zoomin {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
*/
/* ======= Migrate ======= */
.form-row{padding-top: 5px; padding-bottom: 5px;}
.form-row input[type="text"],.form-row select{width: 80%;}
#result{color: #a9c938;font-size: 48px;margin-top: 20px; display: none;}
.migrate-action{font-size: 12px;}

/* ======= HOME ======= */
/* ==================== */
.bg-gris{
	background:#f5f5f5;
	overflow:auto;
}
.home-title{
	text-align:center;
	margin-bottom:30px;

}
.home-content{
	padding:35px 0;
	position:relative;
	z-index:4;
}
.teaser-content{
	padding-bottom:0;
	
}
.home-intro{
	position: absolute;
	top:65%;
	z-index:9;
	color: #fff;
	width:100%;
}
.home #teasers{
	padding-bottom:20px;
}
#teasers, .teasers-page{
	padding:45px 0;
	margin-bottom:55px;
	text-align:center;
		
}
.home #teasers li:before{
	content:"";
	background:#fff;
	opacity:0.25;
	width:16px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}
.home #teasers li:after{
	content:"";
	background:#eee;
	width:100%;
	height:100%;
	position:absolute;
	right:-8px;
	bottom:-8px;
	z-index:-1;
}
.home #teasers li a{
	justify-content:inherit;
}
#teasers li{
	list-style:none;
	position:relative;
	display:inline-block;
	width: 31.5%;
	height: 140px;
	margin-left:2%;
	margin-bottom:30px;
}

.teasers-page li{
	list-style:none;
	position:relative;
	display:inline-block;
	width: 30%;
	margin-left:2%;
	height: 140px;
	margin-bottom:30px;
	background:#fff;
	color:#0884bc;
	text-transform:uppercase;
	text-align:center;
	font-size:20px;
	line-height:140px;
	padding:0 15px;
}
#teasers li:first-child, 
#teasers li:nth-child(3n+4){
	margin-left:0;
}
.home #teasers li a:before{
	content:"";
	/*border-left:16px dashed #fff;*/
background-image: linear-gradient(#fff 40%, rgba(255,255,255,0) 0%);
background-position: right;
background-size: 16px 12px;
background-repeat: repeat-y;
	width:8px;
	height:100%;
	position:absolute;
	left:0;
	top:-2px;
	z-index:2;
	opacity:0.7;
}
#teasers li a:before, .teasers-page li:before{
	content:"";
	background:url('images/icon-leaf.png')no-repeat;
	position:absolute;
	background-size:contain;
	top:10px;
	right:10px;
	height:50px;
	width:40px;
}
#teasers li a{
	text-decoration:none;
	display:flex;
	overflow:hidden;
	flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;	
	position:relative;
	background:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;
	color:#0884bc;
	height: inherit;
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
}
/*
#teasers li:nth-child(2n) a{
	background:#17417a;
}
#teasers li:nth-child(3n) a{
	background:#0884bc;
}*/
#teasers li h3{
	color:#0884bc;
	text-transform:uppercase;
	text-align:center;
	font-size:20px;
	line-height:22px;
	padding:0 15px;
}
.home #teasers li h3{
	padding:35px 15px 0 35px;
	text-align:left;
}
#teasers li .thumb{
	overflow:hidden;
	position:relative;
	text-align:center;
}
.home #teasers li .thumb{
	/*margin-top:-35px;*/
}
#teasers li .thumb img{
	max-width:70px;
	height:auto;
	display:inline-block;
}
#teasers li a:hover h3{
	
}
#teasers li a:after{
	border:0px solid #0884bc;
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s;
	-moz-transition: all 0.1s ease 0s;
}
#teasers li a:hover:after{
	border:11px solid #0884bc;
}
.home #teasers li a:hover:after{
	border-top:0;
	border-left:0;
}
/* -- 1 columns -- */
.column-1 li{
	width: 100%;
}

/* -- 2 columns -- */
.column-2 li{
	width: 45%;
}

/* -- 4 columns -- */
.column-4 li{
	width: 23%;
}
.column-4 li:nth-of-type(4n+1){
	margin-left:0;
}
#teasers.column-4 li h3{
	font-size:16px;
}
/* -- 5 columns -- */
.column-5 li{
	width: 18%;
}
.column-5 li:nth-of-type(5n+1){
	margin-left:0;
}
#teasers.column-5 li h3{
	font-size:16px;
}
/* -- 6 columns -- */
.column-6 li{
	width: 14%;
}
.column-6 li:nth-of-type(6n+1){
	margin-left:0;
}
#teasers.column-6 li h3{
	font-size:15px;
}
/* -- 7 columns -- */
#teasers.column-7 li{
	margin-bottom:25px;
}
#teasers.column-7 li:nth-of-type(3n+1){
	margin-left:0;
}
/* join us */
#teasers.column-7 li:nth-child(n+7){
	width:100%;
	margin-left:0;
	height:80px;
	
}
#teasers.column-7 li:nth-child(n+7) a{
	background:#A9c938;
}
#teasers.column-7 li:nth-child(n+7) h3{
	line-height:80px;
	margin:0!important;
}



/* ----------- JOIN US ---------- */
.pannel-box{	
	display: flex;
	flex-wrap: wrap;
	margin:80px auto;
}
.pannel{
	padding:2%;
	width:29%;
}
.panel-content{
	background:#fff;
}
.panel-content p{
	font-size:18px;
}
.panel-image{
	position: relative;
min-height: calc(10rem + 20vmin);
}
.panel-image .img{
	position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.panel-header{
	text-align:right;
	background:#164f7d;

}
.panel-header h2{
	color:#fff;
	font-size:2.2em;
	font-weight:300;
	line-height:50px;
	max-width:80%;
	float:right;
}


/* ----------- logos support ---------- */
#logo-support{
	height:70px;
	overflow:hidden;
	-webkit-box-shadow: 0px 3px 6px -2px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 3px 6px -2px rgba(0,0,0,0.15);
box-shadow: 0px 3px 6px -2px rgba(0,0,0,0.15);
	/*margin:0!important;*/
	text-align:center;
	width:100%;
	margin:0 0 25px 0!important;
	padding-top:20px;
}
#logo-support .owl-carousel {
	
}
.owl-carousel .owl-stage-outer{
/*	height:70px;*/
}

#logo-support li{
	background:none!important;
	padding:0!important;
	/*width:15%;*/
	margin:1.5%;
	height: 50px;
	display:inline-block;
}
#logo-support .thumb{
	
}
#logo-support .item{padding-left:20px;padding-right:20px;}
#logo-support .thumb img{
	opacity:0.7;
	max-width:100%;
	height:auto;
	width:auto;
	max-height:50px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
    filter: grayscale(100%);

	transition: all ease-out 0.3s;
	-moz-transition: all ease-out 0.3s;
	-webkit-transition: all ease-out 0.3s;
}

#logo-support .thumb:hover img{
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
    filter: grayscale(0);
}
/* -- list logo support -- */
.post-type-archive-logo-support .home-content{
	min-height:450px;
}
.list-logo-support{
	margin:100px 0 0 0;
	padding:0;
	text-align:center;
}
.list-logo-support li{
	list-style:none;
	display:inline-block;

	margin:1%;
}
.list-logo-support li .thumb{

}
.list-logo-support li a{
	display:block;	
	width:140px;
	height:140px;
	line-height:140px;
	vertical-align:middle;
	text-align:center;
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s;
	-moz-transition: all 0.1s ease 0s;
}
.list-logo-support li a img{
	vertical-align:middle;
	display:inline;
	max-width:80%;
}
.list-logo-support li .thumb:hover{
	-webkit-box-shadow: 0px 5px 9px 1px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 5px 9px 1px rgba(0,0,0,0.6);
	box-shadow: 0px 5px 9px 1px rgba(0,0,0,0.6);
}

/* ----------- NEWS V2 ---------- */
/* ---------------------------- */
.page-list{
	
}
.intro-title{
	text-align:center;
	margin-bottom:35px;
}
.list-news-2{
	position:relative;
	margin-left:0!important;
	text-align:center;
}
.post-type-archive-intranet-news .list-news-2{
	padding-left:0!important;
}
.home .list-news-2  li {
	
}
.list-news-2  li {
	margin-bottom:0;
	list-style:none;
	display: inline-block;
margin-left:1.5%!important; 
	width:31%;
	padding-left:0!important;
	margin-bottom:25px;
	position:relative;
}

.list-news-2  li:first-child,
.list-news-2 li:nth-of-type(3n+1){	
	margin-left:0!important;	
}

.list-news-2 .owl-item {
	
}
.list-news-2 .owl-item li{
	width:96%;
}
.list-news-2 .owl-item img{
	width:auto!important;
}
@media only screen and (min-width: 1350px){
.list-news-2 > li:first-child,
.list-news-2 > li:nth-of-type(3n+1){	
	margin-left:0;	
}
}
.list-news-2 .news-detail{
	min-height:85px;
	z-index:4;
	bottom:30px;
	left:0px;
	padding:0 30px;
	text-align:left;
}
.post-type-archive-intranet-news .list-news-2 li a{
	/*min-height:490px;*/
	min-height:340px;
}

.post-type-archive-intranet-news .list-news-2 .news-detail{
	min-height: initial;
}
.list-news-2 li a,
.broadcast-register{
	text-decoration:none;
	display:block;	
	font-weight:400;
	position:relative;
	color:#223044;

	background:#fff;
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	padding-bottom:80px;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}
.twitter-timeline{
	width:48%;
	display:inline-block;
		-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
}
.list-news-2 li .thumb{
	overflow:hidden;
	/*background:#f4f4f4;*/
	text-align:center;
	position:relative;
	 background:#5C7F92;
height:200px;
	 
	 /*
	 background: rgb(31,60,120);
	background: linear-gradient(135deg, rgba(31,60,120,1) 0%, rgba(29,100,166,1) 48%, rgba(47,234,154,1) 100%); 
	background: -o-linear-gradient(315deg, rgba(31,60,120,1) 0%, rgba(29,100,166,1) 48%, rgba(47,234,154,1) 100%);*/

}
.post-type-archive-intranet-news .list-news-2 li .thumb{
	height:180px;
}
.list-news-2 li .thumb img{
	/*display:inline-block;*/
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	/* center image if block smaller*/
	display:inline;
	left:100%;
	margin-left:-200%;
	margin-top:0px;
	top:0;
	position:relative;
	/* - */
	width:100%;
	height:auto;
}
.list-news-2 li h3{
	font-size:18px;
	line-height:24px;
	color:#223044;
	
}
.list-news-2 li p{
	font-size:16px;
	line-height:24px;
	/*font-family:'Oswald',Arial, sans-serif;*/
}
.post-type-archive-intranet-news .list-news-2 li p{
	font-size:13px;
	line-height:15px;
}
.list-news-2 li .category{
	padding:4px 20px;
	text-transform:uppercase;
	display:inline-block;
	position:absolute;
	bottom:40px;
	color:#fff;
	background:#223044;
	border-radius:0;
	margin-bottom:5px;
	transition:color 0.25s ease;
	font-size:10px!important;
}
.list-news-2 .date{	
	
	color:#223044;
	padding-left:0px;
	position:absolute;
	bottom:10px;
	margin-bottom:0;
}
.date-weekly{
	bottom:55px!important;
}
.list-news-2 .date span{
	margin-right:10px;
	font-size:20px;
	
}
/*
.list-news-2 .date:before{
	background: url('images/icon-date.svg') no-repeat;
    background-size: auto;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 21px;
	background-size: cover;
}*/
.list-news-2 li a:hover{
	-webkit-box-shadow: 0px 5px 9px 1px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 5px 9px 1px rgba(0,0,0,0.6);
	box-shadow: 0px 5px 9px 1px rgba(0,0,0,0.6);
}
.list-news-2 li a:hover .thumb img{
	opacity:0.5;
	   -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); 
}
.list-news-2 li a:hover h3,
.list-news-2 li a:hover .date,
.list-news-2 li a:hover .date span{
	color:#5C7F92;
}
.list-news-2 li a:hover .category{
	background:#5C7F92;/*
	background: linear-gradient(135deg, rgba(31,60,120,1) 0%, rgba(29,100,166,1) 48%, rgba(47,234,154,1) 100%); 
	background: -o-linear-gradient(315deg, rgba(31,60,120,1) 0%, rgba(29,100,166,1) 48%, rgba(47,234,154,1) 100%);*/
}
/*
.list-news-2 li a .category::after {
  position: absolute;
  content: '';
  top:0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(135deg, rgba(31,60,120,1) 0%, rgba(29,100,166,1) 48%, rgba(47,234,154,1) 100%); 
  transform-origin:left;

  transition:width 0.25s ease;
  z-index:-1;
}

.list-news-2 li a:hover .category::after {
  width: 100%;
}
*/

/* ----------- newsletter  ---------- */
/* ------------------------------- */
.bottom-social{
	background:#0884bc; 
	padding:35px 0 15px 0;
	color:#fff;
}
#newsletter-subscription{
	/*width:70%;*/
	
	/*float:left;*/
	/*border-right: 2px solid #fff;*/
	position:relative;
	z-index:5;
	margin-left:40%;
}
.bottom-social .follow-us{
	width:27%;
	float:right;
	text-align:right;
}
.bottom-social #social{
	float:right;
	margin-right:0;
}
.bottom-social .follow-us a{
	color:#fff!important;
}
#newsletter-subscription a{
	color:#223044;
}
.title-newsletter-subscribe{
	color:#fff;
	line-height:15px;
	font-size:24px;
	font-weight:300;
}
.required-text{
	color:#fff;
	line-height:11px;
	font-size:10px;
	text-align:center;
	font-weight:300;
	margin:10px 0 0 0;
}
#newsletter-subscription form{
	text-align:justify;
}
#newsletter-subscription label{
	float:left;
	color:#fff;
	font-size:10px;
	line-height:15px;
	font-weight:300;
}
#newsletter-subscription input[type="email"],
#newsletter-subscription input[type="text"]{
	background:#fff;
	background:rgba(255,255,255,0.35);
	color:#fff;
	border:none;
	float:none;
	height:20px;
	margin:2px 0;
	width:10%;
	margin-right:15px;
}
#mc_embed_signup .mc-field-group input{
	padding:6px!important;
color:#fff;	
}
#mc_embed_signup div#mce-responses, 
#mc_embed_signup .mc-field-group{
	float:none;
}
#newsletter-subscription button[type="submit"],
.js-cm-submit-button,
#mc-embedded-subscribe{
	background:#a9c938;
	color:#fff;
	border:none;
	padding:4px 10px;
	font-size:10px!important;
	font-weight:300!important;
	cursor: pointer;
	float:none;
	margin:0;
	text-transform:uppercase;
	display:block!important;
	top:auto!important;
}

#newsletter-subscription button[type="submit"]:hover,
.js-cm-submit-button:hover,
#mc-embedded-subscribe:hover{
	background:#006fb2;
}
/* --- */
input[type="checkbox"]{
	float:left;
	display: block;
	margin: 6px 20px 6px 0;
}
#subForm{
	position:relative;
}
#subForm label{
	display: inline;
}
.js-cm-submit-button{
	float:none;
}
.privacypolicy{

}
.privacypolicy label{
	margin-top:5px!important;
}
.privacypolicy input[type="checkbox"]{
	margin-right:10px!important;
}
.privacypolicy a{
	color:#fff;
}
/* ----------- EVENTS  ---------- */
/* ---------------------------- */
.post-type-archive-event .bg-gris{
	/*padding-bottom:85px;*/
}
.single-projects .list-events,
.single-activity .list-events{
	text-align:center;
}
.home .list-events{
	text-align:center;
}
.home .list-events li,
.post-type-archive-partners .list-events li,
.term-covid-special .list-events li,
.tax-type-of-meeting .list-events li,
#relatedposts .list-events li{
	margin-left:1.5%;
}
.list-events{
	padding-left:0!important;
}
.list-events li{
	list-style:none;
	display:inline-block;
	width:48%; /*99.5%;*/
	/*margin-left:2%; /* no  isotope because no filters */
	margin-bottom:15px;
}
.list-events .owl-item  li{
	width:99.5%;
}
 /* when only one upcoming event, display it big */
.list-events.solo-event-displayed li{
	width:100%;
}
.list-events.solo-event-displayed .date-event{
	font-size:24px;
	padding-top:15px;
}
.list-events.solo-event-displayed .event-detail h3{
	font-size: 26px;
	line-height: 38px;
	margin-top:55px;
}
.list-events.solo-event-displayed .event-detail .city {
	font-size: 18px;
}
 /*2 columns */
.list-events li:first-child,
.list-events li:nth-child(2n+1){
	margin-left:0;
}
/* isotope exception */
.page-template-temp_news .list-events li{
	margin:0 0.5% 1.7% 0.5%!important;
}

.page-template-temp_events .list-events li{
	margin-right: 0.5% !important;
margin-left: 0.5% !important;
}
/*
/*
.post-type-archive-events .list-events li{
	margin:0 1% 1% 1%!important;
}*/
.list-events .owl-item li{
	padding:10px 0; /* to see box-shadow on carousel */
}
.list-events li a{
	padding-bottom: 0px;
	text-decoration:none;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
	position:relative;
	display: flex;
	align-items:stretch;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	background:#fff;
}
.list-events .thumb{
	/*float:left;
	width:50%;*/
	position:relative;
	flex: 50%;
	 background:#5C7F92;
	 /*
	background: rgb(31,60,120);
	background: linear-gradient(135deg, rgba(31,60,120,1) 0%, rgba(29,100,166,1) 48%, rgba(47,234,154,1) 100%); 
	background: -o-linear-gradient(315deg, rgba(31,60,120,1) 0%, rgba(29,100,166,1) 48%, rgba(47,234,154,1) 100%);*/
	overflow:hidden;
}
.post-type-archive-projects .list-events .date-event{
	display:none;
}
.post-type-archive-projects  .list-events .thumb{
	/*max-height:145px;*/
}
.post-type-archive-partners .list-events .thumb{
	min-height:235px;
	line-height:235px;
	background:#fff;
	text-align:center;
}
.post-type-archive-partners .list-events .thumb:before{display:none;}
.post-type-archive-partners .list-events .thumb img{
	display:inline-block;
	vertical-align:middle;
	max-width:170px;
	height:auto;
}
.list-events .thumb:before{
	content:"";
	position:absolute;
	top:41%;
	right:0;
	z-index:10;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 18px 20px 0;
	border-color: transparent #ffffff transparent transparent;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}
.list-events .thumb:after{
	content:"";
	position:absolute;
	top:0;
	right:0;
	z-index:10;
	width: 0px;
	height:100%;
	background:#fff;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}
.list-events .thumb img{
	width:100%;
	height:auto;
	position:relative;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}

.list-events .date-event{
	position:absolute;
	z-index:9;
	color:#fff;
	
	text-transform:uppercase;
	top: 0px;
	left: 0px;
	padding:2px 0 0 0;
	font-size: 14px;
	font-weight:bold;
	text-align:center;
	width:100%;
	height:70%;
	background: rgb(8, 132, 188);
	background: linear-gradient(180deg, rgba(8, 132, 188,0.8869748583026961) 27%, rgba(0,212,255,0) 100%);
}
.list-events .future-event .date-event{
	background: linear-gradient(180deg, rgba(169,201,56,0.8869748583026961) 27%, rgba(0,212,255,0) 100%);
}
.term-projects .list-events .date-event{
	height:100%;
	opacity:0.2;
}
.list-events .event-detail{
	/*float:right;
	width:40%;*/
	padding:0 5%;
	flex:60%;
	position:relative;
	background:#fff;
}
.upcoming-sign{
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
	background:#A9C938;
	
}
.upcoming-sign p{
	color: #fff !important;
text-transform: uppercase;
margin: 0;
font-size: 11px;
padding-left: 25px;
}
.activity-template-temp_list-wg .list-events .event-detail{
	min-height:190px;
	display:table;
}
.list-events .event-detail div{
	display:table-cell;
    vertical-align: middle;
}

.list-events .event-detail h3{
	margin: 15px 0 15px 0;
	color: #223044;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
}
.activity-template-temp_list-wg .list-events .event-detail h3{	
	margin:0;
}
.list-events .event-detail p{
	color:#8d8a8a;
}
.list-events .event-detail .category{
	position:absolute;
	bottom:0;
	color:#2c5c9e;
	font-size: 11px;
margin-bottom: 0px;
line-height: 13px;

width:80%;
left:0;
padding:8px 9%;

}
.list-events .event-detail .city{
	font-size:12px;
	/*color:#223044;*/
	color:#8d8a8a;	
	max-height:28px;
	overflow:hidden;
	line-height: 14px;
margin-bottom: 0;
margin-top:4px;
text-align:left;
}

.intranet .list-events .event-detail .city{margin-bottom: 15px;}
.event-pic{
	margin-top:35px;
}

.partner-summary{
	font-size:12px;
	color:#8d8a8a;	
	line-height: 16px;
	margin-bottom: 0;
}
.list-events a:hover .thumb:before{
	right:20px;
}
.list-events a:hover .thumb:after{
	width: 23px;
}
/*.list-events  li a:hover*/
.list-events li a:not([href$='javascript:void(0)']):hover {
	-webkit-box-shadow: 0px 5px 9px 1px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 5px 9px 1px rgba(0,0,0,0.6);
	box-shadow: 0px 5px 9px 1px rgba(0,0,0,0.6);
}

/*.list-events  li a:hover .thumb img */
.list-events li a:not([href$='javascript:void(0)']):hover .thumb img{
	opacity:0.5;
	   -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); 
}
/*.list-events  a:hover h3*/
.list-events li a:not([href$='javascript:void(0)']):hover h3{
	color:#5C7F92;
}
.list-events  a:hover .city,
.list-events  a:hover .category,
.list-events  a:hover p{
	color:#ccc;
}
.list-events  a:hover .date-event{
	color:#fff;
}
.list-events li a[href$='javascript:void(0)']:hover{
	cursor: context-menu;
}


/* ----------- SINGLE EVENT ---------- */
/* ----------------------------------- */
.left-content{
	width:70%;
	float:left;
}
.post-type-archive-intranet-hub .left-content{
	width: 75%;
}
.right-content{
	width:28%;
	max-width:280px; /* for chairman pictures */
	float:right;
	position:relative;
	margin-bottom:25px;
}
.right-content li{
	margin-left:0!important;
}
.right-content .news-info-box a{
	font-weight:400;
}
.left-content .wp-post-image{
	margin:37px 0 45px 0;
}
.left-content .wp-caption-text{
	margin-top:-40px;
}
/* ---- news-info-box ----- */
.news-info-box {
	/*padding-top:30px;*/
	/*border:2px solid #f4f4f4;*/
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
padding-bottom:0px;
overflow:auto;
}

.group-info .news-info-box {margin-bottom: 25px; }
.group-info .news-info-box h3{font-size: 22px;margin: 10px 0 7px 0;}
.group-info .chairman-name {font-size: 20px;color: #0884bc;}
.group-info .secretary-name span{color: #a9c938;}
.group-info .secretary-name {font-size: 20px;color: #0884bc;}
.single-publications .news-info-box{
	padding-bottom:0;
}
.news-info-box img{
	max-width:100%;
	height:auto;
}
.chairman-name{
	text-align:center;
	margin-top:10px;
}
.single-logo-support  .news-info-box img{
	
}
.news-info-box h3{
	text-align:center;
}
.news-info-box ul{
	margin-left:0!important;
}
.news-info-box li{
	list-style:none;
}
.thumb-publication-link{
	background: rgb(97,56,134);
background: -moz-linear-gradient(100deg, rgba(97,56,134,1) 8%, rgba(44, 92, 158,1) 100%);
background: -webkit-linear-gradient(100deg, rgba(97,56,134,1) 8%, rgba(44, 92, 158,1) 100%);
background: linear-gradient(100deg, rgba(97,56,134,1) 8%, rgba(44, 92, 158,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0884bc",endColorstr="#2c5c9e",GradientType=1);
	display:block;
	overflow:hidden;
}
.thumb-publication-link img{
transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
}
.thumb-publication-link:hover img{
	opacity:0.5;
	transform: scale(1.2);
-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
}
.info-item p{
	/*color:#808587;*/
	text-align:center;
	padding:0 10px;
}
.info-item .category{
	display:block;
	background:#2c5c9e;
	color:#fff;
	text-align:center;
	padding:3px 2px;
	margin-bottom:0;
}
.info-item .category a{
	color:#808587;
	text-decoration:none;
}
.info-item .category a:hover{
	color:#5C7F92;
}
.info-item .location{
	margin-bottom:15px;
	color:#8d8a8a;
/*	margin-right:20px; */
}
.info-item .attachment-medium{
	margin:0 auto;
}
.single-logo-support .info-item .attachment-medium{
	margin:20px auto;
}
.news-info-box .post-date{
	font-size:22px;
	margin-top:30px;
	color:#0884bc;
	text-align:center;
}
.news-info-box .post-date span,
.info-item .location span{
	font-size:16px;
	color:#8d8a8a;
	
}
.news-info-box .post-date:after{
	content: "";
	display: block;
	width: 70px;
	margin: 20px auto;
	border-bottom: 4px solid #75b9e3; 
}
.news-info-box .schedule{
	padding:0 20px;
}
.tax-type-of-event .news-info-box .schedule{
	padding:10px 20px 0 20px;
}
.query-contact{
	text-align:center;
	padding:10px 20px 0 20px;
	font-size:16px;
}
.query-contact .title{
	font-weight:bold;
}

.schedule-title{
	font-weight:bold;
	text-align:center;
}
.event-titles{
	font-weight:300;
	position:relative;
	text-align:center;
	font-size:24px!important;
	line-height:28px!important;
}
.event-titles:after {
    content: "";
    display: block;
    width: 70px;
    margin: 20px auto;
    border-bottom: 4px solid #75b9e3;
}
.project-title{
	font-size:18px;
	font-weight:600;
	color:#75b9e3;
	text-align:center;
	margin-bottom:3px;
}
.project-dates{
	text-align:center;
}
.project-dates span{
	color: #75b9e3;
	font-weight: 600;
}
.free-text strong{
		color: #75b9e3;
	font-weight: 600;
	font-size:18px;
	margin-bottom:3px;
}
.list-project-partners ul li{
	list-style:none;
	    margin-top: 0 !important;
    margin-bottom: 16px;
    list-style: none !important;
    text-indent: calc(var(--icon-size, 20px)*-1 - 1em) !important;
    padding-left: calc(var(--icon-size, 20px) + 1em) !important;
	break-inside: avoid;
}
.list-project-partners li::before {
	content: "";
	
display: inline-block;
vertical-align: middle;
margin-right: 1em;
background-size: cover;
background-position: 50%;
margin-bottom: 0px;
    height: 20px !important;
    width: 20px !important;
	
	background-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTkwIDE5MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHlsZT0iZmlsbDogIzhjNjhhZCAhaW1wb3J0YW50OyBjb2xvcjogIzhjNjhhZCAhaW1wb3J0YW50Ij48cGF0aCBkPSJNNTkuNCAxNzcuNWw4Mi40LTgyLjQtODIuNC04Mi4zLTEwLjYgMTAuNiA3MS44IDcxLjctNzEuOCA3MS44IDEwLjYgMTAuNnoiIGZpbGw9IiM4YzY4YWQiIHN0cm9rZT0iIzhjNjhhZCIgc3R5bGU9ImZpbGw6IHJnYigxNDAsIDEwNCwgMTczKTsgc3Ryb2tlOiByZ2IoMTQwLCAxMDQsIDE3Myk7Ii8+PC9zdmc+');
	
}


.right-content .publication-cover a{
	 background:#5C7F92;
	 /*
	background: rgb(31,60,120);
	background: linear-gradient(135deg, rgba(31,60,120,1) 0%, rgba(29,100,166,1) 48%, rgba(47,234,154,1) 100%); 
	background: -o-linear-gradient(315deg, rgba(31,60,120,1) 0%, rgba(29,100,166,1) 48%, rgba(47,234,154,1) 100%);*/
	overflow:hidden;
	display:block;
	position:relative;
}
.right-content .publication-cover .category{
	padding: 3px 30px;
	position:absolute;
	bottom:15px;
	left:0;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 15px;
	font-size: 13px;
	color: #fff;
	background: #2e4360;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}
.right-content .publication-cover a img{
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}
.right-content .publication-cover a:hover img{
	opacity:0.5;
	   -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); 
}
.single-activity .info-item img{
	margin-bottom:15px;
}

/* ----------- PROJECTS ---------- */
/* ----------------------------------- */
.post-type-archive-projects .list-events .event-detail .date span{
	color:#75b9e3;
	font-weight:600;
}

/* ----------- PUBLICATIONS ---------- */
/* ----------------------------------- */
.zero-opacity{opacity:0;}
.list-publications{
	position:relative;
	margin-left:0!important;
	text-align:center;
}
.home .list-publications li,
.post-type-archive-press .list-publications li {
	margin-left:1.5%;
}
.list-publications li {
	width:32%;
	list-style:none;
	display: inline-block;
	/*margin-left:1.5%;  isotope */
	width:23.5%;
	padding-left:0!important;
	margin: 0 10px 25px 0;
}
.list-publications.publication-carousel li {width: 100%;}
.list-publications.publication-carousel .publication-cover{ background-color: #fff;}
.list-publications  li:first-child,
.list-publications li:nth-of-type(4n+1){	
	margin-left:0;	
}
.list-publications li a{
	text-decoration:none;
	display:block;	
	position:relative;
	padding:30px 0 100px 0;
	overflow:hidden;
}
.list-publications .publication-cover{
	width:80%;
	margin:0 auto;

	position:relative;
	max-height: 300px;
	min-height:300px;
	background:#fff;
	vertical-align: bottom;
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	/*display:inline-block;*/
}
.post-type-archive-press .publication-cover{
	min-height:200px;
	max-height:200px;
}
.list-publications .publication-cover:after{
	content:"";
	position:absolute;
	z-index:2;
	top:300px;
	left:1%;
	width:98%;
	height:1px;
	-webkit-box-shadow: 0px 0px 7px 5px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 0px 7px 5px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 7px 5px rgba(0,0,0,0.28);
}
.list-publications .publication-cover img{
	width:100%;
	height:auto;
	
	 vertical-align: bottom;
	
}
.press-thumb-box{
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	min-height:150px;
	line-height:150px;
	background:#fff;
	text-align:center;
}
.press-thumb-box img{
	box-shadow:none!important;
	display:inline-block;
	max-width:90%;
	vertical-align:middle;
}
.list-publications .publications-detail{
	position:absolute;
	text-align:left;
	z-index:4;
	bottom:0px;
	left:0px;
	padding:0 0 40px 0;
	background:#fff;
	border:1px solid #dfdfdf;
	height:150px;
	width:100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.list-publications .date{
	color:#999;
	font-size:11px;
	position:absolute;
	left:20px;
	bottom:20px;
}
.single .left-content > .date{
	color:#999;
	font-size:18px;
}
.list-publications li h3{
	color:#223044;
	font-size:15px;
	line-height:20px;
	margin-top:10px;
	padding:0 20px;

	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}
.term-14 .list-publications li h3{
	margin-top:0px;
}
.list-publications li p{
	font-size:16px;
	line-height:24px;

}

.list-publications li .category{
	padding:4px 0;
	width:100%;
	position:absolute;
	bottom:0;
	text-align:center;
	text-transform:uppercase;
	display:inline-block;
	margin-top:15px;
	font-size:9px;
	line-height:15px;
	color:#fff;
	background:#006fb2;

	margin-bottom:0px;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}
.list-publications .position-papers .category{
	background:#2c5c9e;
}
.list-publications li a:hover .publication-cover{
	/*margin-top:-20px;*/
	/*transform: scale(1.1);*/
	transform: translateY(-25px);
	-webkit-transform: translateY(-25px);
	-moz-transform: translateY(-25px);

}
.list-publications li a:hover h3{
	color:#a9c938;
}
.list-publications li a:hover .category{
	background:#a9c938;
}
/* ======= SEARCH RESULTS ======= */
/* ============================== */
.list-result li{
	list-style:none;
	position:relative;
}
.list-result li a{	
	border: 2px solid #e6e6e6;
	padding: 26px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
	background:#fff;
	text-decoration:none;
	display:block;
}
.absolute-lock {
    float: left;
    font-size: 65px !important;
    margin-right: 20px;
    color: #bbb;
}
.list-result li h3{
	margin-top:5px;
	padding-top:0;
}
.thumb-search{
	max-width:150px;
	float:left;
	margin-right:25px;
}
.thumb-search img{
	width:100%;
	height:auto;
}
.list-result li p{
	color:#646c76;
}
.list-result .button{
	
}
.list-result li a:hover{
	border: 2px solid #b9babd;
	/*
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);*/
}
.list-result a p:hover {
    
}
.searched {
    min-height: 450px;
}
.search-results #site-content .wrap{
	padding-bottom:35px;
}
.open-search{
	text-decoration:none;
	outline:none;
}
.open-search span{
	color:#fff;
	padding: 5px 10px;
	font-size:18px;
	-moz-text-shadow: 0px 1px 4px rgba(0,0,0,0.9);
	-webkit-text-shadow: 0px 1px 4px rgba(0,0,0,0.9);
	text-shadow: 0px 1px 4px rgba(0,0,0,0.9);
}
.sticky .open-search span{
	-moz-text-shadow: 0px 1px 4px rgba(0,0,0,0.4);
	-webkit-text-shadow: 0px 1px 4px rgba(0,0,0,0.4);
	text-shadow: 0px 1px 4px rgba(0,0,0,0.4);
}
.open-search  .search-field{
	color:#666;
}
/* ---------------- single --------------- */
.single-list-news li{
	margin-left: 2%;
    width: 23.2%;
}
.single-list-news li:first-child,
.single-list-news li:first-child + li + li + li + li, 
.single-list-news li:first-child + li + li + li + li + li + li + li + li {
    margin-left: 0!important;
}
.publication-cover-link{
	text-decoration:none;
	margin-bottom:25px;
	display:block;
	float:right;
	margin-left:25px;
	color:#2c5c9e;
	max-width:250px;
}
.single .publication-cover{
	/*border:1px solid #ddd;*/
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
		transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	
}
.single .publication-cover img{
	width:100%;
	height:auto;
}
.text{
	text-transform:uppercase;
	text-align:center;
	font-size:13px;
	margin-top:6px;
}
.text-link:before{
	content:"";
	height:0;
	width:100%;
	border-top:4px solid #2b7c97;
	position:absolute;
	top:0;
	left:0;
}
.text-link{
	text-transform:uppercase;
	text-align:center;
	max-width:200px;
	border:1px solid #ddd;
	padding:15px 15px 6px 15px;
	position:relative;
	
}


.publication-cover-link a:hover.text{
	color:#a9c938 ;
}
.single .publication-cover-link:hover .publication-cover{
	-webkit-box-shadow: 0px 5px 9px 1px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 5px 9px 1px rgba(0,0,0,0.6);
	box-shadow: 0px 5px 9px 1px rgba(0,0,0,0.6);
}

/* ---- filters ---- */
#filters{
	/*border:1px solid #ddd;*/
	background:#fff;
	padding:40px 0 20px 0;
	text-align:center;
	margin:0 0 40px 0!important;
	-webkit-box-shadow: 0px 3px 6px -2px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 3px 6px -2px rgba(0,0,0,0.15);
box-shadow: 0px 3px 6px -2px rgba(0,0,0,0.15);
}
#filters > li{
	display:inline-block;
	background:none!important;
	padding:0!important;
	margin:0!important;
	position:relative;
}
#filters li:before{
	display:none;
}
#filters > li > a{
	display:block;
	text-decoration:none;
	padding:0 10px!important;
	color:#2c5c9e;	
	font-size: 16px;
}

#filters li a:hover,
#filters li a.active{
	color:#A9C938 ;
}
#filters li a.active{
	border: 1px solid #A9C938;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
/* --- EVENT FILTERS --- */
.col-left{
	width:20%;
	display:inline-block;
	margin-right:4%;
}
.col-right{
	width:75%;
	display:inline-block;
}
.events-filters{
	text-align:left!important;
	padding:20px 10px!important;
}
.events-filters li{
	display:block;
	margin-bottom:5px;
}
.events-filters li a{
	line-height:18px;
}
/* ---- did you know --- */
.didyouknow-block{
	padding:0;
	margin:0;
}
.didyouknow-block li{
	list-style:none;
	text-align:center;
}
.didyouknow-block li a{
	text-decoration:none;
	color:#fff;
}
.home .wp-block-cover .home-title{
	color:#fff!important;
}
.didyouknow-block li h4{
	text-align:center;
	color:#fff!important;
}
.didyouknow-block .button{
	border-color:#fff;
	margin-top:25px;
}
.didyouknow-block a:hover .button,
.didyouknow-block .button:hover{
	color:#A9c938;
	border-color:#A9c938;
}
.home .wp-block-cover{
	background-image: url('images/didyouknow-bg.jpg');
	background-color: #164f7d!important;
}
/* ----------- PRIORITIES TEASERS  ---------- */
/* ----------------------------------- */
.priorities-teasers .date-event{
	background:linear-gradient(180deg, rgba(169,201,56,0.8869748583026961) 27%, rgba(0,212,255,0) 100%);
}
.priorities-teasers.list-events .event-detail  h3{
	font-size:22px;
	line-height:32px;
	margin-top:30px;
}
/* ======= INTRANET ======= */
/* ============================ */
/* dropbox embed */
.dropins-previewer-header-actions-container:nth-child(3){
	/*display:none!important; /* hide icon share link */
}
/* plugin dropbox folders */
.bex-cell{
	line-height:30px;
}
.bex-cell img{
	display:inline-block;
	vertical-align:middle;
	margin-right:15px;
}
.bex-cell a{
	font-weight:300;
}
/* ---- */
.icon-lock{
	position:absolute;	
	bottom:40%;
	text-align:center;
	width:100%;
	z-index:2;
}
.icon-lock .fas{
	font-size:60px;
	color:#fff;
}
.user-info{
	margin:15px auto 0!important;
	/*padding:15px;
	border:5px solid #ddd;
	max-width:185px;*/
}
.user-info a{
	text-decoration:none;
}
.user-info span{
	line-height:24px;
}
/* hide menu items that are only for directors */
.is-not-director .visible-for-directors{
	display:none;
}
/* --- intranet menu --- */
#left-menu{
	padding-top:25px;
	background:#fff;
}
#left-menu li{
	margin:0;
}
#left-menu li a{
	text-decoration:none;
	color:#223044;
	line-height:18px;
	font-size:14px;
}
#left-menu > li > a{
	text-transform:uppercase;
	color:#0884bc!important;
	font-weight:bold;
}
/* intranet wg list */
.list-wg{
	margin:0!important;
	text-align:center;
}
.list-wg li{
	display:inline-block;
	list-style:none;
	
	min-height:80px;
	margin:0 0 0 1%;
	width:15.4%;
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	padding:40px 20px;
}
.list-wg li:first-child{
	margin-left:0;
}
.list-wg li h3{
	font-size:16px;
	line-height:20px;
	text-align:center;
}
.generic_btn{margin: 10px 0;
	text-align: left;
	background: #1d3d6c !important;
	color: #fff;
	border: 0;
	padding: 8px 35px;
	cursor: pointer;}



.hide_me{ display: none;}
.hr_dff{ margin-top: 20px; margin-bottom: 20px;}
.comment-edit-link{ display: none;}

.hub-search-field{
height: 44px;
border-radius: 4PX;
padding: 0 10px;
-webkit-appearance: none;
outline: none;
border: 1px solid #b0b0b0;
color: #666;
margin-left: 4%;
}

.hub-search-field::placeholder {
    color: #858383;
}	
.filter-select-box{
border: 1px solid #a9c938;
color: #a9c938;
font-size: 16px;
}

.post-type-archive-intranet-hub .list-news-2{
	padding-left:0px;
}
.post-type-archive-intranet-hub .list-news-2 li{
margin-left: 2% !important;
}

.post-type-archive-intranet-hub .list-news-2 li .date{
	/*position: relative;*/
	/*bottom: auto;*/
	margin-bottom: auto;
	/*margin-top: 10px;*/
	font-size: 14px;
	color: #a9c938;
}	
.post-type-archive-intranet-hub .list-news-2 li a{
	padding-bottom: 20px;
	min-height: 400px;
}
.hub-categories{
	color: #a9c938;
	border-left: 4px solid#a9c938;
	padding-left: 5px;
	margin-top: 15px;
	font-size: 15px;
	font-weight: bold;
}
/* --- documents --- */


/* ======= PAGE CONTENT ======= */
/* ============================ */
.breadcrumbs{
	padding:18px 0 12px 0;
	border-bottom:1px solid #ddd;
	color:#999;
}
.breadcrumbs a,
.breadcrumbs span{
	text-decoration:none;
	color:#999;
	font-size:13px;
	pointer-events: none;
   cursor: default;
}


#content{
	padding: 55px 0 0px 0;
	/*min-height:500px;*/
	position:relative;
	z-index:4;	
}
.single-intranet-page #content, .single-intranet-meeting #content,.single-intranet-news #content, .post-type-archive-intranet-news #content{
	padding-bottom:55px;
}
.page-id-240 #content{ /* for map on contact */
	padding-bottom:0;
}
.page-id-240 .wp-block-group { /* for map on contact */
	margin-bottom:0;
}
#page-content{
	padding:0px 0;
	overflow: hidden;/* for greybox100*/
	position:relative;
}
.page-content h2{
	margin-bottom:25px;
}
#content-right{
	width:73%;
	float:right;
	padding: 30px 0;
}
#sidebar-left{
	width:23%;
	float:left;
	padding: 30px 0;
}


.page-content{
	min-height:450px;
}

.page-content ul li, .page-content ol li{
	line-height:28px;
}

/* ----------------- ACCORDION -------------------- */
.title_code, .title_code-link {
	border-bottom:1px solid #ccc;
	padding:10px 55px 10px 0;
	margin-bottom:15px;
	position:relative;
	color:#5a5a5a;
	font-size:20px;
	line-height:26px;
}
.title_code-link:after{
	/*content:" *";
	background:#00889E; 
	padding:14px 13px 7px; */
	content:" ";
	position:absolute;
	right:0;
	bottom:0;
	color:#fff;
	font-size:30px;
	font-weight:300;
	font-family:"Lato",Arial,sans-serif;
	background:url('images/icon-download.png') center center no-repeat #FC8B0B;
	background-size:25px 25px;
	height:45px;
	width:43px;
}
.title_code:after{
	content:" +";
	position:absolute;
	right:0;
	bottom:0;
	color:#fff;
	font-size:30px;
	font-weight:300;
	font-family:"Lato",Arial,sans-serif;
	background:#00889E;
	padding:10px 13px;
}
.title_code-link a{
	text-decoration:none!important;
	color:#5a5a5a!important;
	display:block;
}
.title_code-link:hover  a{
	color:#fc8b0b!important;
}
.on:after{
	content:" -";
	position:absolute;
	right:0;
	bottom:0;
	color:#fff;
	font-size:30px;
	font-family:"Lato",Arial,sans-serif;
	font-weight:300;
	padding:10px 15px;
	background:#FC8B0B;
}
.title_code:hover{
	cursor:pointer;
}
.content_code{
	color:#777;
	line-height:24px;
}
.content_code ul{
	padding-left:20px;
}
.framed{
	border:8px solid #fff;
	box-sizing: border-box;
		-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
}
/* ---- accordion old events --- */
.accordion-old-events{
	margin-top:25px;
}
.accordion-old-events .title_code{
	text-align:center;
	border-bottom:none;
	padding:0;
}
.accordion-old-events .title_code > p{
	display:inline-block;
	font-size:16px;
}
.accordion-old-events .title_code:after{
	display:none;
}
.accordion-old-events .list-events .event-detail{
	text-align:left;
}
/* ======= SIDEBAR ====== */
/* ==================== */

#sidebar-left #main-menu{
	text-align:left;
	float:none;
	margin-top:0px;
	padding-top:0;
	margin-left:0;
	top:0;
	position:relative;
	z-index:1;
}
#sidebar-left #main-menu li{
	display:block;
	list-style:none;
	background:none;
	padding-left:0;
	float:none;
}
#sidebar-left #main-menu li > a {
    padding:6px 0px;
	line-height:25px;
	
}
#sidebar-left #main-menu li a{
	
	font-weight:400;
}
#sidebar-left #main-menu a{
	min-width:10px;
	background:none;
}
#sidebar-left #main-menu  .current-menu-item > a {
    color: #a8ca70 !important;
}
/* submenu */
#sidebar-left #main-menu li ul{
	margin:0 0 0 20px;
}
#sidebar-left #main-menu li ul{
	visibility:visible;
	opacity:1;
	background:none;
	border:none;
	position:relative;
	z-index:10;
	top:0;
	padding-top:0;
	margin-top:0;
}
#main-menu li ul::before{
	display:none;
}
#sidebar-left #main-menu ul li a{
	padding:5px 0px 5px 10px;
	text-transform:none;
}
#sidebar-left #main-menu li ul li a{
	border-bottom:1px solid #eee;
}
#sidebar-left #main-menu li a:hover{
	color:#1d93d2; 
}
#sidebar-left #main-menu .current-menu-item > a{
	
}
/* ----------- INTRANET  ---------- */
/* ------------------------------- */
#intranet-nav{
	background:#f5f5f5;
	padding-top:20px;
}
#intranet-nav ul{
	margin:0 auto!important;
	text-align:center;
}
#intranet-nav ul li{
	list-style:none;
	display:inline-block;
	margin-bottom:0;
}
#intranet-nav ul li a{
	text-decoration:none;
	text-transform:uppercase;
	color:#223044;
	padding:15px 20px 25px 20px;
	display:block;
}
#intranet-nav ul li a:hover,
#intranet-nav ul li .current{
	color:#a9c938;
	background:#fff;
}
/* ----------------- INTRANET file list with comments -------------------- */
.bloc-upload-file{
	border: 2px solid #DDD;
	padding: 1.5em;
	margin-top:25px;
}
.title-accordion{
	margin-bottom:0!important;
}
.title-accordion a,
.title-accordion a:hover{
	text-decoration:none;
	color:#5a5a5a;
}
.title-accordion span{
	font-size:13px;
	line-height:30px;
}
.bloc-upload-file .wpt-form-set-checkboxes{
	padding-left:5px;
}
#intranet_file_post,
#edit_intra_frm_mrcz{
	padding: 10px;
	border: 5px dashed #c7c7c7;
	margin-top:20px;
}
.file-icon{
	width:64px;
}
.file-icon img{
	width:40px;
	height:auto;
	display: block;
margin: 0 auto;
}
.center-icon{
	display:block;
	text-align:center;
	text-decoration:none;
}
.intranet-file-table-link{
	display:block;
	text-decoration:none;
	color:#999;
}
.file-name {
	margin-bottom:0;
	color:#5a5578;
}
.file-name a{
	text-decoration:none;
	color:#5a5578;
}
.intranet-file-table-link:hover p{
	color:#0884bc;
}
.date-file{
	margin:0;
	font-size:12px;
	color:#999;
}
.td-date{
	width:130px;
}
.td-comments{
	width:45px;
}
/* comments */
.comment-list{
	padding:0!important;
}
.comment-list li{
	list-style:none;
	margin:20px;
}
.comment-meta{
	font-weight:600;
	font-size:18px;
}
.comment-body{
	padding:20px;
	background:#f4f4f4;
}
@media only screen and (min-width: 200px) and (max-width: 767px){
	.file-icon {width: 34px;}
	.file-icon img{width:20px;}
	.file-name{font-size: 13px;line-height: 17px;padding: 5px;}
	.td-date{width:100px;}
	.td-comments{width:40px;}
	#intranet_file{max-width:100%;}
}
/* ----------------- INTRANET plugin SIMPLE FILE LIST -------------------- */
/* accordion effect */
.eeSFL_UploadFilesTitle,
.title-accordion{
	/*border-bottom:1px solid #ccc;*/
	padding:10px 55px 10px 0;
	margin-bottom:15px;
	position:relative;
	color:#5a5a5a;
	font-size:20px;
	line-height:26px;
}

.eeSFL_UploadFilesTitle:after,
.title-accordion:after{
	content:" +";
	position:absolute;
	right:0;
	bottom:0;
	color:#fff;
	font-size:30px;
	font-weight:300;
	font-family:"Lato",Arial,sans-serif;
	background:#a9c938;
	padding:10px 13px;
}
.on:after{
	content:" -";
	position:absolute;
	right:0;
	bottom:0;
	color:#fff;
	font-size:30px;
	font-family:"Lato",Arial,sans-serif;
	font-weight:300;
	padding:10px 15px;
	background:#0884bc;
}
.eeSFL_UploadFilesTitle:hover,
.title-accordion:hover{
	cursor:pointer;
}
#eeSFL_FileDropZone{
	position:relative;
}
/* else */
.eeSFL{
	padding:0!important;
}
.eeSFL table.eeFiles{
	border:none!important;
}
.eeSFL .eeFiles td{
	border-bottom:1px solid #eee!important;
}
.eeFileIcon img{
	width:40px;height:auto;
}
.eeSFL_FileName{
	color:#5a5578;
}
.eeSFL_FileSize, .eeSFL_FileDate, .eeSFL_ListFileActions{
	font-size:11px;
}
.eeSFL_UploadFilesTitle:before{
	content:" (for administrators only)";
	position:absolute;
left: 120px;
bottom: 10px;
font-size: 20px;
	font-weight:300;
}
#eeUploadInfoForm > label, #eeSFL_Comments{ /* hide description */
	display:none;
}
.eeSFL p.sfl_instuctions{
	line-height:16px;
	font-style:normal!important;
	color:#999;
}
#eeSFL_UploadGo{
	cursor:pointer;
}
/* ----------- PUBLICATIONS  ---------- */
/* ------------------------------- */
hr{
	border-top:1px solid #ddd;
	border-bottom:0;
	border-left:0;
	border-right:0;
	margin-top:15px;
}
#publication-filters{
}
#publication-filters .subtitle{
	font-weight:bold;
	font-size:14px;
	margin-bottom:3px;
	margin-top:-10px;
}
#publication-filters input{
	margin:5px 10px 0 0!important;
	float:left;
}
#publication-filters .label-desc{
	float:left;
	width:80%;
	line-height: 20px;
}
#publication-filters label{
	font-size:14px;
	margin:3px 0 15px 0;
}
#publication-filters ul{
	margin-left:0;
}
#publication-filters ul li{
	list-style:none;
}
#publication-filters ul li a{
	color:#5C5D5F;
	text-decoration:none;
}
#publication-filters ul .current{
	color:#006FB9;
	font-weight:bold;
}
/* ---- INFO ---- */
#info-block{
	border-left:2px dashed #dddcdc;
	margin-bottom:25px;
	padding:0 5% 4% 5%;
}
#info-block h4{
	text-align:center;
	display:inline-block;
	color:#999;
	padding:20px 0;
	font-size:34px;
}
#info-list{
	margin-left:0!important;
}
#info-list td:first-child{
	padding-right:15px;
}
#info-list li{
	list-style:none;
	font-size:14px;
	line-height:16px;
}
#info-list li a{
}
#info-list  a:hover{
	text-decoration:none;
}
#info-block p{
	font-size:15px;
	line-height: 24px;
	color:#999;
}
#info-block span{
	font-weight:600;
	color:#5e6d8f;
}
.short-link{
	max-width:220px;
	display:block;
	overflow:hidden;
}

/* ======= CATEGORY ====== */
/* ==================== */
.category .list-news li a {
	opacity: 0;
    filter: alpha(opacity=0);
}
/* ======= MEMBERS MAP  ====== */
/* ============================ */
.page-template-temp_map #main-menu{

}
.page-template-temp_map #main-menu.clicked {
	
}	
.page-template-temp_map #content{
	min-height:700px;
}
	
/* ======= MEMBERS LIST====== */
/* ====================== */
.list-members {
	margin:0;
	padding:0;
	text-align:center;
}
.list-members li{
	list-style:none;
	display:inline-block;
	width:22%;
	padding:0;
	margin:1%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
background:#fff;
}
.list-members .country{
	font-size: 14px !important;
	line-height: 20px !important;
	color: #ffffff !important;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center !important;
	background-color: #2c5c9e;
	display: block;
	margin: 0 !important;
	padding: 6px 0;
}
.list-members .thumb{
	height:130px;
	line-height:130px;
	vertical-align:middle;
	text-align:center;
}
.list-members .thumb img{
	margin:15px auto;
	max-width:100%;
	height:auto;
	vertical-align:middle;
	display:inline-block;
}
.list-members .member-detail{
	text-align:center;
	min-height:150px;
}
.list-members h3{
	font-size:18px;
	padding:0 15px;
	line-height:24px;
	text-align:center;
	min-height:45px;
}
.list-members .member-detail p{
	line-height:12px;
}


/* ======= SUBMENU teasers ====== */
/* =============================== */
#teasers.teaser-menu-level-2 > li{
	display:none;/* hide first level items */	
}
/* level 1 = title on banner*/
#teasers.teaser-menu-level-2 .current_page_item{
	margin-left:0;
}
#teasers.teaser-menu-level-2 .current_page_item,
#teasers.teaser-menu-level-2 .current_page_item > ul{
	display:block!important;
}
#teasers.teaser-menu-level-2 .current_page_item{
	width:100%;
	height:auto;
}
#teasers .sub-menu{
	padding-left:0!important;
}
/*hide current parent and level 3 */
#teasers.teaser-menu-level-2 .current_page_item > a,
#teasers.teaser-menu-level-2 .current_page_item > ul  ul{ 
	display:none;
}

/* ======= RELATED POSTS ======= */
/* ============================== */
#relatedposts > h2{
	text-align:center;
	margin-bottom:45px;
}
#relatedposts .list-publications{
	padding-left:0!important;
}

/* ======= MEMBERS ====== */
/* ====================== */
 .left-column{
	width:20%;
	margin-left:2%;
	margin-right:2%;
	padding-top:35px;
	display:inline-block;
}
 .right-column{
	width:72.5%;
	display:inline-block;
}
/* -- filters vertical -- */
.filter-title{
	text-transform: uppercase;
	font-weight: 800;
	color: #000;
	font-size: 14px;
	 line-height:18px; 
}
.filters-vertical{
	columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
.filters-vertical li{
	list-style:none;
	margin-bottom:2px;
	display:inline-block;
	padding:2px 10px;
	line-height:17px;
}
.filters-vertical li a{
	text-decoration:none;
	display:block;
	color:#666;
	font-size:13px;
}
.filters-vertical .active{
	border: 1px solid #a9c938;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.filters-vertical .active a,
.filters-vertical  a:hover{
	color: #a9c938 !important;
}
/* -- */
.title-country{
	margin-top:35px!important;
	position:relative;
}
.title-country-logo{
	margin-top:35px!important;
	margin-bottom:45px;
	position:relative;
	text-align:center;
}
.title-country-logo span {
    background: #fff;
    padding:0  25px;
}
.title-country-logo::after {
    position: absolute;
    z-index: -1;
    content: " ";
    top: 33%;
    right: 0;
    height: 50%;
    width: 100%;
    background: repeating-linear-gradient(-45deg,#fff,#fff 5px,#d1d1d1 1px,#d1d1d1 6px);
}

.post-type-archive-publications .title-country-logo::after,
.page-template-temp_news .title-country-logo::after,
.category .container-box .title-country-logo::after{
	 background: repeating-linear-gradient(-45deg,#f5f5f5,#f5f5f5 5px,#d1d1d1 1px,#d1d1d1 6px);
}

.post-type-archive-publications .title-country-logo span,
.page-template-temp_news  .title-country-logo span,
.category .container-box .title-country-logo span{
	background:#f5f5f5;
}
#members-list{
	margin-left:0!important;
	text-align:center;
	margin:35px 0;
	
}
#members-list li{
/*	background:none!important;*/
	padding-left:0!important;
	display:inline-block;
	background:#f5f5f5;
	padding-left: 0 !important;
	margin: 1%!important; /* 0 0% 1% 1%!important;*/
	/*width: 47%;*/
	position:relative;
}
#members-list h4 {
    margin-top: 0 !important;
    padding-top:0px;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 15px;
	color:#0884bc;
}
#members-list.title-country{
	text-align:left;
	margin-bottom:20px;
	text-transform:uppercase;
}

#members-list  .title-country::after {
    position: absolute;
    z-index: -1;
    content: " ";
    top: 33%;
    right: 0;
    height: 50%;
    width: 100%;
    background: repeating-linear-gradient(-45deg,#fff,#fff 5px,#d1d1d1 1px,#d1d1d1 6px);
}
#members-list  .title-country span {
    background: #fff;
    padding-right: 15px;
}
#members-list li{
	
}
#members-list li a{
	text-decoration:none;
	display:block;
	position:relative;
}
#members-list .block{
	min-height:210px;
}
.description p{
	text-align:left;
	color:#666;
}
#members-list  .short-description{
	font-size:14px;
	line-height:20px;
}

.page-template-temp_members #members-list .border-img{width: 155px;}
#members-list .border-img {
    /*background: #fff;*/
	background: #fff;
    margin-right: 25px;
    border:none;
    padding: 20px;
    /*opacity: 1;*/
    /*width: 155px;*/
	width: 100%;
    float: left;
    text-align: center;

	height: 135px;
    /* removed to fix safari issue. This line-height was causing issue*/
	/*line-height: 135px;*/
	display:block;
}
#members-list a:hover img{
	opacity:0.5;
}
/* -- Partners list -- */
.term-partner-associations #members-list li, .partners-list li{
	width:15%;
	background:#fff!important;
}
.term-partner-associations .block, .partners-list .block{
	padding:20px;
}
.term-partner-associations #members-list .border-img, .partners-list .border-img{
	float:none;
	width:100%;
	border:1px solid #ddd!important;
	margin-bottom:8px;
}
.term-partner-associations #members-list h4, .partners-list h4{
	font-size: 14px!important;
	line-height: 18px!important;
	text-align:center;
	color:#666!important;
}
.term-partner-associations #members-list li a:hover h4, .partners-list li a:hover h4{
	color:#a9c938;
}
.term-partner-associations #members-list li a:hover .border-img img, .partners-list li a:hover .border-img img{
	opacity:1;
}
/* -- / animation -- */
.block{
  background: none;
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding:20px 50px 20px 20px;
  box-shadow: inset 0 0 0 1px #fff;
  position: relative;
  vertical-align: middle;
}

/* removed to fix safari issue*/
/*
.block::before, 
.block::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}*/
 .draw {
  transition: color 0.25s;
}
.draw::before, .draw::after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.draw::before {
  top: 0;
  left: 0;
}
.draw::after {
  bottom: 0;
  right: 0;
}
.draw:hover {
  color: #A9C938;
}
.draw:hover::before, .draw:hover::after {
  width: 100%;
  height: 100%;
}
.draw:hover::before {
  /* removed to fix safari issue*/		
  /*border-top-color: #A9C938;
  border-right-color:#A9C938;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;*/
}
.draw:hover::after {
	/* removed to fix safari issue*/	
  /*border-bottom-color: #A9C938;
  border-left-color: #A9C938;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;*/
}
.meet:hover {
  color: #0eb7da;
}
.meet::after {
  top: 0;
  left: 0;
}
.meet:hover::before {
   /* removed to fix safari issue*/	
  /*border-top-color: #A9C938;
  border-right-color: #A9C938;*/
}
.meet:hover::after {
   /* removed to fix safari issue*/		
  /*border-bottom-color: #A9C938;
  border-left-color: #A9C938;
  transition: height 0.15s ease-out, width 0.15s ease-out 0.15s;*/
}

.border-img img {
    max-width: 100%;
    height: auto;
	width:auto;
    max-height: 100%;
    vertical-align: middle;
    display: inline-block;
}
.member_cont{
	display: flex;
    background-color: white;
    margin-bottom: 10px;
}
.member_pic {
	margin: auto 0;
	padding: 15px;
	width: 150px;
}
.member_pic img{
	width: 150px !important;
    height: auto;
    max-width: none !important;
}
.member_desc h3{
	font-size: 20px;
	margin: 0;
}
.member_desc {
	line-height: 18px;
	padding-left: 40px;
	margin: 5px 0;
}
/* ======= FACTS FIGURES ====== */
/* ============================ */
.absolute-facts{
	position:absolute;
	bottom:130px;
	left:0;
	width:100%;
	z-index:15;

}
.facts-figures{
	margin:55px 0 0 0;
	text-align:center;
}
.facts-figures li{
	display:inline-block;
	list-style:none;
	/*width:23.5%;*/
	margin-bottom:35px;
	position:relative;
}
.facts-figures h3{
	font-size:16px;
	text-align:center;
	margin-bottom:5px;
	margin-top:18px;
	color:#0884bc;
	font-weight:400;
}
.facts-figures .fact-number{
	font-size:70px;
	text-align:center;
	color:#0884bc;
	margin-bottom:0;
	display:inline-block;
	font-weight:600;
}
.extra-character{
	display:inline-block;
	font-size:16px;
	line-height:18px;
	max-width:50px;
	color:#0884bc;
}
.facts-figures .fact-description{
	font-size:11px;
	line-height:15px;
	min-height:30px;
	/*color:#fff;*/
	max-width:80%;
	margin:0 auto;
}
.fact-img{
	text-align:center;
	margin-bottom:10px;
}
.fact-img img{
	display:inline-block;
}
.source-text{
	text-align:center;
	font-size:10px;
}
/* --- VACANCIES ---*/

.post-type-archive .list-news{
	text-align:center;
	position:relative;
	margin-left:0!important;
}
.post-type-archive .list-news li{
	float:none;
}
.post-type-archive .list-news li a{
	min-height:200px;
	max-height:200px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
}
.post-type-archive .list-news li h3{
	text-align:center;
	font-size:22px;
	color:#a9c938;
}
.post-type-archive .list-news li p{
	color:#223044;
}
.deadline-box{
	position:absolute;
	bottom:20px;
	width:100%;
}
.deadline-box p{
	color:#75b9e3!important;
}
.deadline{
	display:table;
	border:2px solid #75b9e3;
	color:#75b9e3;
	padding:5px 17px;
	margin:0 auto;
	font-size: 12px !important;
}

.single .deadline{
	font-size: 18px !important;
	text-align:center;
}
.list-news li {
	list-style:none;
	display:inline-block;
	background:#fff!important;
	float:left;
	margin-left:1%;
	margin-bottom:2%!important;
	width:32%;
	padding-left:0!important;
}
.list-news li:nth-of-type(3n+1) {	
	margin-left:0;	
}
.list-news  li:first-child{
	margin-left:0;
}
.list-news h3{
	color:#151536 ;
	font-size:17px;
	margin:15px 0 10px 0;
	padding:0 8%;
}
.list-news li p{
	font-size:14px;
	line-height:24px;
	padding:0 8%;
}
.list-news li a{
	text-decoration:none;
	display:block;	
	position:relative;
	min-height:530px;
	max-height:530px;
	overflow:hidden;
	padding-bottom:35px;
}
.list-news .date{
	float:right;
	width:22%;
	font-size:13px;
	display:block;
	padding:0 8% 0 0;
}
/* ======= TEAM ====== */
/* ==================== */
.cat-description{
	margin-bottom:35px;
}
#team-list{
	margin:0!important;
	padding:0!important;
	text-align:center;
}
#team-list li{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*opacity:0; ----------- animation */
	/*display: none;
	float:left;
	width: calc(25% - 0px);*/
	vertical-align: top;
	text-align: right!important;
	margin: 0 0 45px 0;
	list-style:none;
	width: calc(25% - 20px);
	background:none!important;
	padding:0 10px!important;
	/*min-height:205px;*/
	display:inline-block;
}
.team-name{
	position: absolute;
	bottom: -10px;
	right: 0px; 
	font-weight:600;
	color: #563935;
	font-size: 12px;
	padding: 4px 10px 11px 17px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-top-left-radius: 2px;
	-moz-border-bottom-left-radius: 2px;
	background-color:#fff;
	z-index: 11;
	text-align:left;
}
.team-status {
    position: absolute;
    background: #0884bc;
   bottom:-28px;
   margin:0;
   z-index: 11;
    right: 0;
	max-width:80%;
	text-align:right;
    color: #fff;
    font-size: 10px;
    line-height: 24px;
    font-weight: 300;
    padding: 3px 10px 3px 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
  /*  white-space: nowrap;*/
}
.team-name-center{
	text-align:center!important;
}
.team-job{
	/*position: absolute;
	right: 0;
	top: 90%;*/
	background: #2c5c9e;
	color: #fff;
	font-size: 13px;
	
	font-weight: 300;
	
	/*
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	z-index:10;*/
	width:94%;
	display:block;
	text-align:center;
	
	/*
	white-space: nowrap; */
}
.post-type-archive-team-organisation .team-job{
	line-height: 38px;
	min-height:38px;
	padding: 3px 3% 3px 3%;
}
.single-team-organisation .team-job{
	line-height:18px;
	padding: 8px 3% 8px 3%;
}
.team-job div{
	line-height: 17px;
	display:inline-block;
	vertical-align:middle;
}
.team-img{
	position:relative;
	text-align:center;
	height:280px;
}
.team-img .thumb{
	max-height:280px;
	overflow:hidden;
}
.team-img img{
	width:auto;
	height:auto;
	max-width:280px;
	min-width:100%;
	max-height: 100%;
}
.team-description{
	display: block;
	padding: 0px 0 0px 0;
	font-size: 14px;
	line-height: 21px;
	min-height:40px;
	background:#fff;
	position:relative;
}	
#team-list a {
	text-decoration:none;
	color:#223044;
	position:relative;
	display:block;
}
#team-list a .team-img{
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
}
#team-list a:hover .team-img img{
	
}
#team-list li a .team-img:after{
	border:0px solid #fff;
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s;
	-moz-transition: all 0.1s ease 0s;
	z-index:3;
}
#team-list li a:hover .team-img:after{
	border:11px solid #fff;
}
#team-list li a .team-img:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(8,132,188,0.7);
	transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s;
	-moz-transition: all 0.1s ease 0s;
	opacity:0;
	z-index:2;
}
#team-list li a:hover .team-img:before{
	opacity:1;
}	
/* secretariat */
.term-secretariat #team-list li:first-child, .special-team li:first-child{
	/* align the first one in the middle*/
	margin:0 35% 45px 35%!important;
}

/* head General Assembly */
.page-template-temp_governing_bodies h2{
	text-align:center;
}
.head-GA{
	margin:0;
	padding:0;
}
.head-GA li{
	list-style:none;
	margin-bottom:35px;
}
.head-GA li a{
	text-decoration:none;
	color:#5a5578;
}
.head-GA li .thumb{
	float:left;
	overflow:hidden;
	margin-bottom:50px;
	height:280px;
	width:280px;
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
	margin-right:25px;
}
.head-GA li .thumb img{
	width:100%;
	height:auto;
}
.head-GA li .status{
	color:#0884bc;
	margin-top:-10px;
}
/* general assembly */
.general-assembly{
	margin:0;
	padding:0;
	column-count: 3;

}
.general-assembly li{
	list-style:none;
		-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}
.general-assembly li a{
	text-decoration:none;
	color:#5a5578;
}
.general-assembly h4{
	margin:0;
}
.general-assembly li a:hover,
.general-assembly li a:hover h4{
	color:#a9c938;
}
/* team logo */
#team-list .logo-relationship{
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	padding:10px;
	max-width: 60px;
height: 25px;
line-height: 25px;
	/*
	background:#fff;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-top-right-radius: 2px;
	-moz-border-bottom-right-radius: 2px;
	*/
}
#team-list .logo-relationship img,
.single-team-info .logo-relationship img{
    width:auto;
    height: auto;
	max-height:100%;
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
}
.single-team-info .logo-relationship {
	text-align:center;
}
.single-team-info .logo-relationship img{
	padding:5px 0;
	max-height:35px;
}
ol li{
	margin-left:25px;
}
/* -- singular team --- */
.single-team-info{
	position:relative;
	margin-bottom:25px;
	max-width: 250px;
}
.team-pic{
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	width: 100%;
	height: auto;
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.28);
}
.single-team-info .logo-relationship{
	background:#fff;
	padding:8px 0;
}
.single-team-info .logo-relationship img{
	margin:0 auto;
}
/* ======= FORMS ====== */
/* ==================== */
label{
	color:#666;
	line-height:26px;
	margin-right:10px;
	margin-top:10px;
	display:block;
}
input[type="text"], 
input[type="mail"],
input[type="email"],
input[type="password"],
select{
	padding:2px 12px;
	font-size:14px;
	height:44px;
	max-width:100%;
	/*width:90%;*/
	line-height:16px;
	vertical-align:middle;
	color:#666;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #ddd;

}
input[type="radio"]{
	color:#666;
}
.wpcf7-radio .wpcf7-list-item{
	display:block;
}
textarea{
	padding:2px 12px;
	font-size:14px;
	line-height:16px;
	color:#666;
	max-width:100%;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #ddd;
}
input[type="submit"]{
	margin:10px 0;
	text-align:left;
	background:#1d3d6c!important;
	color:#fff;
	border:0;
	padding:8px 35px;
	cursor:pointer;
}
input[type="submit"]:hover{
	background:#a9c938!important;
	color:#fff!important;
}

.form-group input[type="text"] {max-width: 95%;}
/* ======= NEWSLETTER subscription ======= */
#mc_embed_signup form{
	padding-left:0!important;
}
#mc_embed_signup_scroll{
	position:relative;
	max-width:60%;
	margin:0;
}
#mc_embed_signup .mc-field-group{
	float:none;
	max-width:300px;
	padding-bottom:0!important;
	min-height:20px;
}

#mc_embed_signup .mc-field-group input{
	max-width:250px!important;
}
.check-privacy {
    margin-top: 0;
    float: left;
    width: 300px;
	padding-top:0px;
	font-size:12px;
	color:#fff;
}
.check-privacy a{
	color:#a9c938!important;
}
.check-privacy a:hover{
	text-decoration:underline!important;
}
#mc_embed_signup .button{
	top: 5px;
	font-size:14px!important;
	position: absolute;
	margin-top:15px!important;
}
#mc_embed_signup #mce-error-response {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}

/* ======= FOOTER ======= */
/* ====================== */
#footer{
  position: relative;
  background:#2c5c9e;
  padding:15px 0;
}

#footer-blocks{
	padding:20px 0 40px 0;
	/*text-align:right;*/
}
#footer-blocks > li{
	list-style:none;
	width:12%;
	margin:0 0 0 0;
	display:inline-block;
	text-align:left;
}
.newsletter-li{
	width:73%!important;
}
#footer-blocks > li:first-child{
	margin-left:0;
	/*width:20%;*/
}
#footer-blocks > li:first-child+li+li{
	margin-left:2%;
}
#footer-blocks li a{
	color:#a9c938;
	text-decoration:none;
}
#footer-blocks h4{
	color:#fff;
	font-size:26px;
}
#footer-blocks p{
	color:#fff;
	line-height:24px;
	font-weight:400;
	font-size:15px;
	margin-bottom:0;
}
#footer-blocks li a:hover{
	color:#0884bc !important
}
#footer-blocks #social{
	position:relative;
	margin:0 0 0 12px;
}
#footer-blocks #social li a{
	color:#fff;
	font-size:25px;
	margin:0 2px;
}
#footer-blocks #social li.twitter{fill: #fff;}
#footer-blocks #social li.twitter:hover{fill: #0884bc;}

.footer-copyright:before{
	content:"";
	background:url('images/m-icon-marcogaz.png') no-repeat;
	position:absolute;
	bottom:0px;
	left:3%;
	width:400px;
	height:305px;
	background-size:cover;
	opacity:0.1;
}
.footer-copyright{
	background:#2c5c9e;
	text-align:right;
	padding:20px 0;
	line-height:18px;
	position:relative;
}
#menu-footer-menu li{
	margin-bottom:0;
}
#menu-footer-menu a{
	color: #fff!important;
	border-bottom: 1px solid #666;
	display: block;
	font-size:14px;
	line-height:15px;
	padding: 8px 0;
	text-decoration:none;
}
#menu-footer-menu a:hover,
.copyright a:hover{
	color:#a9c938!important;
}
.copyright{
	color:#fff;
	z-index:2;
	font-size:11px;
	margin-bottom:0!important;
	padding-right:0px;
}
.alys{
	float: right;
	text-decoration:none;
	color:#fff;
}


#ajax_loader {
    text-align: center;
}

#ajax_loader img {
    margin: 0 auto;
}

.dynamic_content #paging_ajax_loader.active {
    opacity: 1;
}


.dynamic_content #paging_ajax_loader {
  display: flex;
  justify-content: center;  /* center horizontally */
  align-items: center;      /* center vertically */
  height: 120px;  
  text-align: center;
  flex-direction: column;
   opacity: 0;
}

/* -------------------------------- MEDIA QUERIES -------------------------------------------- */
.nav-mobile {display:none; /* Hide from browsers that don't support media queries */cursor:pointer;position:absolute;top:139px;right:0;background:#023058 url(images/nav-mobile.png);height:30px;width:100%;}
#pull{display:none;}
.mobile-only{display:none;}

@media only screen and (min-width: 1251px) and (max-width: 1450px){
	#logo-center{top:150px;}
	#logo-center .logo{width:450px;}
	.home-intro{top:50%;}
	.home-intro p{font-size:14px;}
}

@media only screen and (min-width: 1100px) and (max-width: 1250px){
	/*#search{top:100px;background:rgba(255,255,255,0.7);padding:0 10px;right:0;}*/
}
@media only screen and (min-width: 768px){
	 #logo-center .logo img {		
		width: 220px;
		height: auto;
	}
	.logo img{
		width: 220px;
		height: auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1030px){
	#main-menu {max-width: 100%;}
	.home #logo-center{top:2px!important;}
	.home #logo-center .logo{margin-left:20px;}
	.home #logo-center .logo img{width: 30%;}
	.home .sticky #logo-center .logo img{width: 80%;}
}	
/* ------------------------  ipad  -------------------------------- */
/* ------------------------  ipad  -------------------------------- */
/* ------------------------  ipad  -------------------------------- */
/* ------------------------  ipad  -------------------------------- */
@media only screen and (min-width: 901px) and (max-width: 1350px){
	.wrap{width:90%;}
	.copyright{width:85%;}
	
	#main-menu li > a{padding: 0 12px;font-size:12px;}
	#top-menu{/*right:200px;*/}
	#home-header{height:520px;}
	.slide-title h1{margin-bottom:10px;}
	#slider,.slides, .slides li{height:480px;}
	.search-field{height:41px;}
	.searchsubmit{padding:12px 5px 12px 5px !important;}
	.sticky .search-form-top{margin-top:10px;}
	#header #social{top:8px;}
	
	/* header */
	.intern-banner #slide-img{height:300px;  }
	.intern-banner h1{font-size:45px;}
	h2{font-size:28px;line-height:32px;}
	
	/* gutenberg */
	.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container{padding:0 5%;}

	/* home */
	.sticky .logo img{width:100%;}
	.logo{width:120px;padding-top:32px;}
	.sticky #logo-center .logo{width:110px;padding-top:18px;}
	.sticky .logo, .page-template-temp_map .logo{top:22px;}
	.home .sticky #logo-center{top:2px!important;}
	.home .sticky #logo-center .logo{padding-top:6px;}
	#logo-center{top:180px!important;}
	#logo-center .logo{width:450px;}
	.home .teaser-content{margin-bottom:0;}
	.home #teasers{padding-bottom:0;}
	.home #teasers li{height:160px;}
	#teasers li .thumb img{max-width:40px;}
	#teasers li h3{font-size:16px;}
	h3{font-size:24px;line-height:28px;}
	.home-intro{top:53%;font-size:14px;line-height:20px;}
	#banner img{min-height:100%;min-width:100%;}
	
	/* general */
	h1{font-size: 32px;line-height:46px;}
	
	/* tweets*/
	.gstf_theme1 {padding: 0!important; margin: 0 auto!important;}
	
	/* teasers */
	.teasers-page{padding-left:0!important;}
	.teasers-page li{font-size:14px;}

	
	
	/* publications */
	.list-publications .publication-cover{max-height: 290px;min-height:250px;}
	.list-publications .publication-cover img{min-height:200px;}
	
	.list-publications li h3{font-size: 13px;line-height: 18px;}
	
	/* events */
	.priorities-teasers.list-events .event-detail h3{font-size:14px;line-height:22px;}
	.list-events .event-detail h3{font-size: 14px;line-height: 20px;}
	
	/* facts */
	.facts-figures .fact-number{font-size:50px;}
	.facts-figures h3{font-size:12px;line-height:15px;}

	/* working groups */
.activity-template-temp_list-wg .list-events .event-detail h3{/*line-height:136px;*/}
.activity-template-temp_list-wg .list-events .event-detail{min-height:130px;}
.news-info-box{background:#fff;}
#content iframe{max-width:100%!important;}
.list-events .date-event{font-size:10px;line-height:14px;padding:2px 5% 0 5%;width:100%;}
.list-events .event-detail h3{margin-bottom:0;}
	
	/*projects*/
	.post-type-archive-projects .list-events li .thumb{/*height:150px;background:#fff;*/}
	
	/* members */
	.term-partner-associations #members-list li, .partners-list li{width:20%;}
	
	/* team */
	#team-list li{min-height:225px;}
	.team-name{position:relative;bottom:auto;line-height:16px;}
	.team-status{bottom:-20px;max-width:90%;}
	.team-img{min-height:185px;}
	.team-img img{max-width:100%;}
	.team-description p a{ -ms-word-break: break-all; word-break: break-all;max-width: 210px;
display: block;}

/* newsletter */
#mc_embed_signup form{padding:10px 0 0 0!important;}
#mc_embed_signup_scroll{max-width:80%;}

/* footer */
	#newsletter-subscription{margin-left:0;}
	.newsletter-li{width:40%!important;}
#footer-blocks > li:first-child{width:36%;}
#footer-blocks > li:first-child + li + li{width:20%;margin-left:10%;}

}
/* ------------------------  ipad vertical -------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 900px){
	
.wrap{width:90%;}
	
	
	/* menu */
	#main-menu{text-align:left;float:left;margin-left:20px;max-width:100%;margin-top:13px;}
	#main-menu > li > a {font-size:12px;padding: 20px 5px;margin-top:0px;line-height:35px;}
	#main-menu >li> ul{top:70px!important;}
	
	/* top menu */
	/*#top-menu .right{margin-left: 350px;float:none;width:80%;}*/
	.top-menu{margin-right:0;}
	#top-menu .right{margin-top:0px;}

	
	#logo-center .logo{width:450px;}
	.home #teasers{margin-top:0;}
	#teasers li{margin-left:3%;}
	
	/* header */
	.sticky #main-menu{margin-top:17px;}
	.sticky #main-menu > li > a{line-height:35px;}
	.logo{padding-top:17px;width:130px;}
	.sticky .logo{padding-top:20px;}
	.sticky #logo-center .logo{width:110px;}
	#social{top:14px;}
	.sticky #social{top:8px;}
	.sticky #top-menu .right{margin-top:4px;padding-right:10px;}
	.sticky .special-item a:after{top:20px;}
	
	/* home */	
	.home .home-banner{height:450px !important;}
	.bgvid{width:100%;height:auto;}
	/*.home-banner{height:600px!important;min-height:300px;}*/
	.slides, .slides li{height:330px;}
	.flex-caption{top:140px;/*max-width:80%;*/margin:0 auto;}
	.intern-banner .flex-caption{bottom:-10px;}
	.slide-title h1{font-size: 28px;}
	.slide-title h1 span{font-size: 22px;}
	.slide-title h2{font-size: 22px;}
	.slide-title p {font-size:18px;line-height:24px;}
	#logo-support{top:0px;bottom:auto;}
	.home .list-broadcast, .home-twitter{width:48%;}
	
	
	/* banner */
	.intern-banner {overflow:hidden;height:300px!important;min-height:inherit;max-height:inherit;}
	.intern-banner #slide-img{background-position: 0 -100px;}
	.intern-banner #slide-img img{margin-top: 0px;}
	.slide-title p{margin-bottom: 0;}
	.icon-lock{top: 175px;}
	.icon-lock div{height: 50px;width: 50px;}
	
	.platform-teasers .thumb{max-height:195px;}


	/* teasers */
	.teaser-content{margin-bottom:30px;}
	#teasers{text-align:center;}
	#teasers li{width:30%;}
	#teasers li h3{font-size: 14px;}
	#teasers.column-5 li{width: 17.5%;}
	#teasers.column-5 li h3{font-size: 12px;}
	#teasers.column-6 li{width: 14%;}
	#teasers.column-6 li h3{font-size: 12px;line-height: 15px;}
	.priorities-teasers.list-events .event-detail h3{font-size: 14px;line-height: 18px;margin-top: 20px;}
	
	/* news */
	.list-news {text-align:center;}
	.list-news li:nth-child(2n+1){margin-left:0;}
	.list-news .news-detail{text-align:left;}
	.list-news .thumb{}
	
	/* facts and figures */
	.facts-figures .fact-number{font-size:50px;}
	.extra-character{font-size:10px;line-height:12px;max-width:inherit;width:100%;display:block;text-align:center;padding-top:20px;}
	.facts-figures h3{font-size:12px;margin-top:0;}
	
	/* publications */
	.list-publications .publication-cover{max-height: 220px;min-height:inherit;}
	.list-publications li h3{font-size: 13px;line-height: 18px;padding:0 15px;}
	.list-publications li .category{padding:1px 15px;font-size:10px;}
	.list-publications .date{font-size:10px;line-height:18px;}
	
	/* events */
	.list-events .event-detail h3{font-size: 12px; line-height: 16px;margin-top:10px;}
	.list-events.solo-event-displayed .event-detail h3{font-size: 20px;line-height: 32px;margin-top: 25px;}
	
	/* basics */
	h1{font-size:38px;line-height:42px;}
	h2{font-size:24px;line-height:28px;}
	
	/* member footprint */
	.filter-title{    font-size: 13px;line-height: 17px;}
	.filters-vertical li{columns: 2;-webkit-columns: 2;-moz-columns: 2;}
	.filters-vertical li a{font-size:10px;line-height:14px;}
	#members-list li{width:25%;}
	#members-list .border-img{width:100%;height:100px;line-height:60px;padding:10px;}
	
	/* team */
	#team-list li{min-height:225px;}
	.team-img{height:185px;}
	.team-status{height:45px;bottom:-50px;}
	.team-img img{max-width:100%;}
	.team-description p a{ -ms-word-break: break-all; word-break: break-all;max-width: 180px;
display: block;}
	
	/* members */
	#members-list{margin:0;}
	.term-partner-associations #members-list h4{font-size:12px;}
	/* projects */
	.post-type-archive-projects .list-events li{width:100%;margin:0 0 20px 0;}
	.post-type-archive-projects .list-events .thumb{/*max-height:185px;*/}

	/* logo support */
	.list-logo-support{margin-top:0;}
	
	/* intranet */
	#intranet-nav ul li a{font-size: 12px;padding: 15px;}
	.list-wg li{width:45%;margin:15px!important;padding: 20px 0px;}
	
	/* pages */
	.page-content h2{font-size: 30px;line-height: 36px;}
	.list-news li{width:48%;}
	.single-list-news li:first-child + li + li{margin-left: 0;}
	
	/* footer */
	.newsletter-li{width:40%!important;}
	#newsletter-subscription{margin-left:0;}
	#mc_embed_signup_scroll{max-width:inherit;}
	#footer-blocks > li{margin-left:0;width:20%;}

}
/* ------------------------  iphone  -------------------------------- */
/* ------------------------  iphone  -------------------------------- */
/* ------------------------  iphone  -------------------------------- */
@media only screen and (min-width: 200px) and (max-width: 767px){
		.mobile-only{display:block;}
	.desktop-only{display:none;}
/* --- menu principal dropdown mobile ---  */
	a#pull { display:block;background:url('images/nav-mobile.png') right center no-repeat transparent; height:60px; width:100%; position:absolute;z-index:20;top:10px;right:0;outline:none;}
	.nav-list {display:none; }
	#main-menu{max-width:100%;text-align:center;margin:0;position:absolute;top:67px;padding-top:0px;z-index:900;background:#fff;width:100%;-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);}
	#main-menu li{display:block;width:100%;padding-left:0;margin:0;border-bottom:1px solid #ddd;}
	#main-menu li a{text-shadow:none !important;max-width:100%;margin:0;padding:12px 0px;color:#2c5c9e;}
	#main-menu .current{}
	#main-menu .current a, #main-menu li > a:hover, #main-menu > .current-menu-item > a, .current-page-parent > a, .current-menu-ancestor > a, .current-menu-parent > a{color:#a9c938!important;}
	#main-menu > li > a{line-height:25px;}
	/* sous-menu */
	#header #main-menu li ul{display:none;top:0; opacity: 1;visibility: visible;z-index: 10;position:relative;background:#fff;text-align:center;padding-top:0;margin:-15px 0 15px 0;} 
	#header #main-menu li ul li{border:none;}
	#header #main-menu li ul li a{font-size:12px;color:#888;border:none;}
	.sticky #main-menu{width:100%;margin:0;}
	.sticky #main-menu > li > a{line-height:25px;}
	#header #main-menu li ul{padding-bottom:0;box-shadow:none;}
	#main-menu > li > ul::after{display:none;}
	
	.wrap{width:90%;}
	.copyright{width:85%;}
	
	#content{padding-top:25px;}
	#header #social{/*display:none;*/}
	.intranet #social li{font-size: 12px;padding: 0px 5px 0px 5px;}
	
	.intranet #social li::after{bottom: 28%;height: 40%;}
	.intranet #social li a{font-size: 12px;}
	.sticky .top-menu{margin-right:25px;margin-top:-7px;}
	.go-back-btn .back{border-color:#fff;color:#fff;}

/* toggle search */
#header .open-search{right:130px;}
	.desktop-only.search-bloc{top:-25px;}
	.mobile-only.search-bloc{position:relative;top:0; left:0;}
	.sticky .mobile-only.search-bloc{display:none!important;}
	.mobile-only .search-form{left:0px;padding:0;display:none;position:relative;top:-5px;right:25px;z-index:999;width:80%;}
	#search{background:#fff;}
	.mobile-only #search{max-width:inherit;background:#2c5c9e;height:35px;margin:0!important;width:100%;}
	.open-search{position:absolute;right:25px;top:-4px;display:block;cursor:pointer;z-index:999;}
	.open-search span{text-shadow:none;}
	.search-form{top:30px;}
	.mobile-only.search-bloc .search-field{top:-36px;position:relative;width:90%;}
	.mobile-only.search-bloc .searchsubmit span{top:-36px;position:relative;}
	
	.thumb-search{max-width:100%;float:none;margin:0 0 25px 0;}
	
	
	/* top menu */
	#header .wrap{margin-top:30px;}
	#header #top-menu .wrap{margin-top:0px;}
	.sticky #top-menu .right{margin-top:10px;}
	.sticky #top-menu, .sticky #social{display:block;}
	#top-menu{/*background:#2c5c9e;*/float:right;margin-right:120px;}
	#top-menu .right{margin-left:20px;float: none;background:none;padding:0;margin-top:0;}
	.top-menu{margin-right: 0;}
	.top-menu li a{font-size: 9px;line-height: 20px;padding: 3px 5px;}
	#top-menu .right{left:0;}
	
	/* head*/
	/*#search{top:70px;background:rgba(255,255,255,0.7);padding:0 10px;right:0;}*/
	#header .wrap{width:100%;}
	#header{height:100px;}
	.top-info p{display:none;}
	.home #logo-center, #logo-center{top:80px;}
	.home #logo-center .logo{width:300px;}
	.logo{float:none;width:180px;top:0;z-index:999;margin-left:25px;padding:0;}
	.sticky .logo{width:180px;margin-left:25px;padding:0;}
	.sticky #logo-center .logo{width:180px;margin-left:25px;padding:0;}
	#top-menu {float:none;height:20px;padding: 10px 0;width:100%;}
	.login {float: right;}
	#home-header{height:350px;}
	.imgbackground{height:330px;}
	.imgbackground img{height:100%;width:auto;}
	.top-menu{float:right;margin-right:120px;}
	#header .search-form{right:138px;width:220px;}
	
	#social {float:right;right:45px;top:10px;margin-top:0;/*display:none;*/}
	#social li {display:inline-block;margin:0 0 0 5px;height:25px;}
	.login{padding-bottom:10px;}
	.slogan{display:none;}
	
	/* logo support */
	.list-logo-support{margin-top:0;}
	
	/* home */
	.home .home-banner{height:300px!important;min-height:300px;}
	/*.home-banner{height:200px!important;min-height:10px;margin-top: 70px;}*/
	#home-header,#home-teasers, #home-newsletter, #home-news, #home-news-events, #home-content, #footer{overflow:hidden;}
	.home #teasers{margin-top:-100px;}
	.home-intro{position:relative;margin:35px 0 55px 0;color:#666;}
	
	#logo-support{margin-bottom:0;}
	.logo-support-content .owl-item cloned{margin-right:20px;}
	#slider{margin-top:70px;height:200px;}
	.slides, .slides li{height:200px;}
	.slide-title{top:0px;}
	.home .slide-title h1{font-size: 20px;line-height:28px;margin:0 auto!important;}
	.home .slide-title h2{font-size: 14px;line-height:12px;max-width:90%;}
	.slide-title p {font-size:18px;line-height:20px;}
.flex-direction-nav,.flex-control-nav{display:none;}
	.slide-title .button{font-size:12px; padding: 6px 40px;margin-top:0px;}
	.banner-title {top:60%;}
	.home .flex-caption{top:115px;}
	.flex-caption .button{margin-top:10px;}
	#home-header h1, .banner-title h1{font-size:36px;width:90%;margin:0 auto;text-align:center;line-height:38px;}
	 .slide-title{width:100%;font-size:30px;margin:0 auto;}
	#home-content img{float:none!important;margin:0!important;max-width:100%;}
	.home .list-broadcast, .home-twitter{width:100%;}
	.broadcast-description{display:none;}
	.home-twitter{margin:35px 0 0 0 ;max-height:280px;overflow:hidden;}


.platform-teasers li{width:90%;margin:0!important;}
	
	/* banner */
	.home .home-banner{height:350px;}
	#banner{height:200px!important;}
	.home #banner img{}
	#banner.home-banner{height:268px;}
	.intern-banner {margin-top:100px;overflow:hidden;min-height:200px;padding-top: 0px;}
	.intern-banner #slide-img{background-position: 0 -30px;margin-top: 0px!important;height:170px;}
	.intern-banner #slide-img img{margin-top: 0px!important;}
	.intern-banner .flex-caption{bottom:0px;background:#2c5c9e;}
	.intern-banner h1::after{display:none;}
	.intern-banner h1{font-size:20px;width:90%;margin:0 auto!important;text-align:center;line-height:38px;background:#2c5c9e;padding:0 20px;}

	#banner img {min-width: 100%; width:100%;height:auto;min-height:100%; /*height: 308px;*/}
	.slide-title p{margin-bottom:5px;}
	.icon-lock{top:50px;}
	.icon-lock div{width:35px;height:35px;}
	
	/* teasers */
	.teaser-content{padding-top:0;}
	.priorities-teasers.list-events .event-detail h3{font-size: 14px;line-height: 18px;margin-top: 20px;}
	#teasers{padding-top:0;margin-bottom:25px;}
	#teasers li,#teasers.column-4 li,#teasers.column-5 li{width:100%;padding:0;margin:0 0 20px 0;}
	#teasers li{height:70px;}
	#teasers li a{padding: 0;display:block;height:100%;}
	#teasers li .thumb{width:50px;margin:10px 20px 0 20px!important;float: left;display:block;}
	#teasers li .thumb img{width:100%;max-width:inherit;}
	#teasers li h3{text-align:left;font-size:17px;line-height:50px;width:60%;display:inline-block;}
	#teasers li p{font-size:16px;line-height:20px;}
	
	#home-content{width:100%;max-width:100%;}
	#partners li {width:49%;margin-left:0;}
	.didyouknow-block li h4{font-size:16px;}
	
	/* news */
	.list-news li, .page-template-temp_news .list-events li{width:100%;float:none;margin:0 0 15px 0!important;}
	.list-news .news-detail{bottom:50px;}
	.list-news .thumb{}
	.list-news li a{}
	.owl-carousel .owl-item{min-height:90px;min-width:100px;}
	.list-news-2 li{width:100%;margin-left:0!important;}
	
	/* publications */
	.list-publications li{width:100%;float:none;margin:0 0 15px 0!important;}
	.publication-cover-link{float:none;margin:0 auto 25px;text-align:center;}
	.single .publication-cover{margin:0 auto;}
	.related .list-publications{padding:0;}
	.related .list-publications li{}
	
	/* - */
	.go-back-btn{left:-12px;bottom:75px;}
	#filters{padding:20px 8px;}
	.readmore{margin-right:35px!important;}
	.readmore::after{width:25px;height:25px;background-size:25px 50px!important;}
	.teasers-page li{font-size:14px;width:100%;margin-left:0;}
	.title-page{margin-top:0!important;}
	
	/* form join us */
	.wpcf7-form{max-width: 80%;margin: 0 auto;}

	/* basics */
	h1{font-size:32px;line-height:34px;}
	h2{font-size:26px;line-height:32px;margin-top:20px;}
	h3{font-size:20px;line-height:26px;}
	img .alignright, .alignright,img .alignleft, .alignleft{float:none;margin:0 0 25px 0;}
	.has-large-font-size{font-size: 1.5em!important;}
	
	/* gutenberg */
	.wp-block-cover__inner-container{padding:0 5%;}
	.wp-block-cover__inner-container ul{padding:0;}
	
	/* facts figures */
	.facts-figures li{width:49%;}
	
	/* intranet*/
	#intranet-nav ul li{width:100%;}
	#intranet-nav ul li a{font-size: 14px;padding: 15px 0px;}
	.list-wg li{width:100%;margin:0 0 15px 0;padding: 20px 0px;}
	
	/* page */
	#page-content img, #page-content iframe{max-width:100%;height:auto;}
	.left50,.right50,#content-right{float:none;width:100%;}
	.right50{margin-top:25px;}
	#content-left{float: none;width: 100%;}
	#page-content {padding: 0 ;}
	.page-content h2{font-size: 30px;line-height: 36px;}
	.inner-news-block .news-block{width:100%!important;}
	/*.post-type-archive-funding-organisation */.organisations li{min-height:10px;}
	#projects li{width:96%;max-width:100%;margin:0 0 20px 0;}
	.page-id-2 .shadow-block{min-height:inherit;margin-bottom:25px;}
	iframe[src*="youtube"],
iframe[src*="vimeo.com"],
.is-type-video{max-width:100%;}
	
	/* team */
	.term-secretariat #team-list li:first-child, .special-team li:first-child{margin:0!important;}
	#team-list li{width:49%;min-height:195px;}
	.team-img{height:auto;min-height:110px;}
	.page-template-temp_secretariat .team-img .thumb{min-height:170px;max-height:170px;}
	.team-img img{max-width:100%;}
	.team-name{line-height:16px;font-weight:400;text-align:center;}
	.team-name span{white-space:normal!important;line-height: 16px;width:100%;}
	.team-job div{font-size:11px;line-height:13px;}
	.team-description p a{ -ms-word-break: break-all; word-break: break-all;max-width: 150px;
display: block;}
#team-list .logo-relationship{position:relative;max-width:inherit;text-align:center;}
	.single-team-organisation img .alignright, 
	.single-team-organisation .alignright{float:none;}
	.single-team-organisation img .alignright img, 
	.single-team-organisation .alignright img{margin:0 auto 20px;display:block;max-width:100%;height:auto;}
	.team-status{background:#fff; color:#0884bc;height:24px;position:relative;bottom:0;max-width:100%;text-align:center;}
	.team-name{position:relative;bottom:0;height:35px;max-width:100%;padding-bottom:0;}
	.term-secretariat #team-list li:first-child{margin:0 30% 45px 25%;}
	
	
	
	
	/* events */
	.home .list-events li, .post-type-archive-partners .list-events li, .term-covid-special .list-events li{width:100%;margin-left:0;}
	.list-events .thumb img{width:auto;height:120px;}
	.list-events li{width:100%;margin:0 0 15px 0;}
	.list-events li a{min-height:120px;}
	.list-events .event-detail .city{max-height:inherit;font-size:10px;text-align:left;font-size:8px;}
	.list-events .date-event{font-size:10px;}
	.list-events .thumb{flex:30%;}
	.list-news .thumb img{width:100%;}
	.list-news .publication-cover img{width:auto!important;}
	.event-pic{margin-top:0;}
	.list-events .event-detail h3{font-size: 11px; line-height: 15px;margin-top:7px;margin-bottom:0;}
	.upcoming-sign p{font-size:9px;line-height:16px;}
	

	/*projects*/
	.post-type-archive-projects .list-events li .thumb{/*max-height:100px;*/}
	.post-type-archive-projects .list-events .event-detail p{font-size:12px;line-height:15px;}
	
	/* teasers */
	#teasers li h3{font-size: 13px!important;display:block;width:77%;}

	
	
	/* sidebar */
	#sidebar-left{padding:0;}
	#sidebar-right{padding:0;}
	#sidebar-right,#sidebar-left {float: none; width: 100%;}
	#sidebar-right #main-menu{position:relative;width:100%;background:none;}
	#sidebar-right #main-menu li a { border-bottom: 1px solid #ddd;}
	.short-link{max-width:180px;}
	
	/* member footprint */
	.filters-vertical li{padding: 0px 10px;margin-bottom:0;line-height: 12px;}
	.member_cont{display:block;}
	.member_pic{margin:15px auto;}
	.member_desc{padding:0 10px 20px 10px;}
	.left-column, .right-column{width:90%;margin-left:4%;}
	.filters-vertical{columns: 1;-webkit-columns: 1;-moz-columns: 1;}
	#members-list li{width:80px;margin:5px;}
	#members-list .border-img{width:100px;height:60px;line-height:60px;padding:10px;}
	
	/* members */
	.list-members li{width:45%;}
	.page-template-temp_map #main-menu{background:#fff;}
	.page-template-temp_map #main-menu > li > a{line-height:29px;}
	#members-list li{width:100%;margin:0 0 15px 0;}
	.term-partner-associations #members-list li{width:28%;}
	.term-partner-associations #members-list h4{font-size:10px;line-height:13px;}
	#members-list .block{min-height:100px;}
	.partners-list .block { padding: 10px;}
	
	/* network */
	.partner-summary{padding-bottom:20px;}
	.post-type-archive-partners .list-events .thumb{flex:20%;padding:0 10px;}
	.post-type-archive-partners .list-events .thumb img{max-width:100%;}
	
	/* columns */
	.right-content, .left-content{float:none;width:100%;}
	.general-assembly{column-count:1;}
	
	/* newsletter */
	#newsletter-subscription input[type="email"], #newsletter-subscription input[type="text"], #newsletter-subscription input[type="mail"]{width:95%;}
	input[type="text"], input[type="email"], input[type="mail"], input[type="password"], textarea{max-width:90%;}
	#mc_embed_signup_scroll{max-width:inherit;}
	#mc_embed_signup .mc-field-group{width:70%!important;}
	
	/* gutenberg */
	.wp-block-embed iframe{max-width:100%!important;}
	.wp-block-embed-flickr iframe{max-width:100%!important;}
	.wp-block-embed .flickr-embed .flickr-embed-photo{width:100%!important;}
	.wp-block-embed .flickr-embed .flickr-embed-photo img{height:auto;}
	
	/* footer */
	#newsletter-subscription{margin-left:0;margin-bottom:25px;}
	#footer-blocks > li:first-child{margin-right:0;width:100%!important;}
	#footer-blocks > li{width:48%!important;margin:0 0 10px 0;}
	#footer-blocks > li:first-child+li+li{width:100%!important;text-align:center;margin:0;}
	#footer-blocks li:first-child+li+li h4{text-align:left;}
	#footer-blocks #social{float:left;left:0;margin-left:-5px;}
	.copyright{width:100%;}
	.wp-pagenavi a, .wp-pagenavi span{margin-top: 10px !important;display: inline-block;}
	.footer-copyright:before{max-width:300px;background-size:contain;}
}

@media only screen and (max-height: 767px){
	#teasers{padding:0;}
	#teasers li a{padding: 5px 0;}
}

@media only screen and (max-width: 992px){
	.filter-select-box{
	margin-bottom: 2%;
	width: 45%;
	}
	.hub-search-field{
		width: 45%;	
	}
}	
/*added this code to fix the galllery column issue. G.A 22nd Nov 22*/	
body .is-layout-flex {
    flex-wrap: wrap;
    display: flex;
}
/*gravity form*/
.gform_wrapper.gravity-theme .gform_page_footer input{height:auto;  }
.gform_wrapper.gravity-theme .gform_previous_button {
	height:auto;    margin-top: auto; border:none;padding: 8px 35px;
 }
 .gform_required_legend{display: none;}