 /* 
 Theme Name: EBA
 Author:  Alys
 */
/* 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:21px;
	line-height: 28px;
	color:#383838;
	font-weight:300;
	position:relative;
  	height: 100%;
  	margin: 0;
  	font-family: 'Open Sans',Arial, sans-serif;
}
h1{
	color:#00A091;
	font-size:48px;
	margin:15px 0 20px 0;
	font-weight:800;
	line-height:52px;
}
h2{
	color: #383838;
	font-size: 37px;
	margin: 25px 0 15px 0;
	font-weight: 800;
	line-height: 38px;

	}
h3{
	border: none;
	text-align: left;
	margin: 25px 0 15px 0;
	padding: 0;
	color:#00A091;
	font-size: 32px;
	line-height: 36px;
	font-weight: 600;
}
h4{
	border: none;
	text-align: left;
	margin: 25px 0 5px 0;
	padding: 0;
	color:#000000;
	font-size: 30px;
	line-height: 36px;
	font-weight:600;
	margin-bottom:20px;
}
p{
	margin-bottom:15px;	
	/*color:#4A4A4A;*/
	color:#666;
	/*font-size:21px;*/
	font-size:18px;
	font-family: "Poppins";
	line-height: 1.8em;
	
}
li{
	/*margin-bottom:10px;	*/
	font-family: "Poppins";
	font-size:18px;
	color:#666;


}
.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:10px;}
img .alignright, .alignright{float:right;display:inline;margin-left:10px;}
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;}
.read-more-button {
    border: 1px solid #FFF;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;    
	margin-top: 10px;
}
.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:#00A091!important;
}
.readmore:hover:after, #teasers a:hover .readmore:after{
	background-position:bottom right;
}
.button{
	background:#00A091;
	
	color:#fff;
	margin-top:10px;
	font-size:16px;
	font-weight:700;
	display:inline-block;
	/*padding:7px 20px 9px 20px;*/
	padding:9px 20px 11px 20px;
	text-decoration:none;
	-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
	 border: 2px solid white;
}
.button:hover{
	background:#7dbe3f;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
/*
.seeall{
	text-decoration:none;
	color:#9e9783 ;
	position:relative;
	margin-top:20px;
	line-height:18px;
	background:url('images/seeall-arrow.png') right top no-repeat;
	display:inline-block;
	padding:7px 45px 6px 5px;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}
.seeall:hover{
	color:#b81c29;
	background-position: right bottom;
}
*/
.bcontent{
	/*
	height: 100vh;
	overflow:auto;
	*/
}
img{
	display:block;
}
.wrap{
	width:1200px;
	margin:0 auto;
}
a{
	color: #00A091;
}
a:hover{
	text-decoration:none;
}


/* ---------------------------------- */
/* --------- WP5 gutenberg----------- */

.ui-tabs-nav li{
	background-image:none!important;
	padding-left:0!important;
}
#page-content{
	overflow: hidden;
}
.greybox100{
	background:#eef0f6;
	padding:35px 0;
	margin:35px 0;
    position: relative;
}
.greybox100:before{
	content:"";
	background:#eef0f6;
	position:absolute;
	z-index:-1;
	top:0;
	left:-50%;
	width:100%;
	height:100%;
}
.greybox100:after{
	content:"";
	background:#eef0f6;
	position:absolute;
	z-index:-1;
	top:0;
	right:-50%;
	width:100%;
	height:100%;
}
/* --- button --- */
.wp-block-button__link:hover{
	background:#a8ca70 !important;
}
/* --- 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;
}

/* --- */
.post-inner {
    padding-top: 4rem;
}
.home .post-inner{
	padding-top:0;
}
[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;
}
.full-map iframe{
	max-width: 2000rem!important;
}
.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);
}
.dark-bg h2,
.dark-bg h3,
.dark-bg p,
.dark-bg li{
	color:#fff;
}



.has-white-color a{
	color:#fff!important;
}
.wp-block-image img{
	height:auto;
}
.wp-block-file .wp-block-file__button{
	display:none; /* hide default gutenberg download button */
}
.wp-block-file a{
	text-decoration:none;
	/*padding: 6px 0 6px 30px;*/
	padding: 0px 0 0px 30px;
	display:inline-block;
	position:relative;
	color:#82639E;
}
.wp-block-file a: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;
}
.wp-block-file a:hover{
	color:#666;
}
.wp-block-file a:hover:before{
	background-position: left -26px ;
}
.single .wp-block-embed-vimeo{
	margin-top:45px;
}
.height-auto iframe{
	height:150px!important;
}
figcaption{
	font-size:10px;
	color:#999;
	text-align:center;
}
.wp-block-cover{
	padding:0!important;
	margin-bottom: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;
}
.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"]{
	width:100%;
	height:450px;
}

.home iframe[src*="youtube"],
.home iframe[src*="vimeo.com"]{
	width:100%;
	height:650px;
}
.alignfull iframe{
	max-width:100%!important;
}
/* --- button --- */
.wp-block-button__link:hover{

}
/* ----- /gutenberg --- */


/*animate*/
.animate_me{visibility: hidden;}
.show_me{visibility: visible;}


/* ======= HEADER ======= */
/* ==================== */
.admin-bar #header{position:relative;}
.admin-bar #slider, .admin-bar #banner{margin-top:0;}
#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;
}
/* -- sticky main menu after scroll -- */
.sticky #main-menu{
}
.sticky #main-menu > li > a{
	line-height:60px;
}
.sticky #main-menu li ul{
	top:5px;
}
.sticky #main-menu li:hover ul{
	top:55px;
}
.sticky .logo{
    width:120px;
	top:0;
padding:10px 0;
}
.sticky #top-menu,
.sticky #social{
	/*display:none;*/
}
.sticky #header {
  -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);
}
.logo{
	z-index:990;
	float:left;
	position:relative;
	padding:20px 0;
	width:18%;
	display:block;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
}
.logo img{
	width:90%;
	margin:0 auto;
	height:auto;
}
#header .wrap{
	position:relative;
}
/* -- main menu --*/
#main-menu{
	width:80%;
	float:right;
	padding:0;
	/*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:20px;
	text-decoration:none;
	display:block;
	padding:15px 10px;
	color:#00A091;
	/*z-index:999;*/
}
#main-menu > li > a{
	line-height:105px;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
}
#main-menu li > a{
	padding:0 22px;
	position:relative;	
	text-transform:uppercase;
	z-index:9999;
	background:#fff;
}
#main-menu li > a:hover, 
#main-menu .current-menu-item > a,
.current-page-parent > a,
.current-menu-ancestor > a,
.current-menu-parent > a{
	color:#a8ca70!important;
}
/* -- submenu -- */
#main-menu > li:hover > ul{
	visibility: visible;
	opacity: 1;
	top:105px;
}
#main-menu li ul {
	position:absolute;
	float:none;
	text-align:left;
	z-index:995;
	padding:0 0 5px 0;
	background:#fff;
	visibility: hidden;
	opacity: 0;
	top: 55px;
   -webkit-transition: all .25s ease;
   -moz-transition: all .25s ease;
   -ms-transition: all .25s ease;
   -o-transition: all .25s ease;
   transition: all .25s ease;
}
#main-menu li ul li{
	float:none;
}
#main-menu li ul li a{
	display:block;
	padding:6px 20px;
	min-width:200px;
	transition:none!important;
	font-size:15px;
	line-height:16px;
	text-transform:none;
	text-align: left;
    padding-left: 20px;
}
#main-menu li ul li a:hover, #main-menu li ul .current a{
	color:#5e6d8f;
}
/* sub menu level 3 - 4 */
#main-menu li ul ul{
	display:block;
	visibility:visible;
	opacity:1;
	padding-left:30px;
	position:relative;
	top:0;
}
#main-menu li ul ul a{
	font-size:12px;
	padding:0;
}
.login-tab a{
	background:#00A091!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:#a8ca70!important;
	color:#fff!important;
}
/* ===== TOP MENU ==== */

#top-menu{
	text-align:right;
	position:absolute;
	top:0px;
	right:0;
	z-index:999;
	display:inline-block;
}
#top-menu > li{
	list-style:none;
	display:inline-block;
	position:relative;
	border-left:1px solid #7a7979;
}
#top-menu > li > a{
	color:#aeb6b4;
	font-size:14px;
	font-weight:300;
	text-decoration:none;
	display:block;
	padding:8px 7px 0 7px;
	text-transform:uppercase;
}
#top-menu > li:first-child{
	border:none;
}
#top-menu .current-menu-item a,
#top-menu li a:hover,
#top-menu .sub-menu a:hover,
#top-menu .sub-menu .current-menu-item a{
	color:#a8ca70;
}


/* ======= SEARCHFORM ======= */
/* ====================== */
#search{
	width:150px;
	position:absolute;
	top:10px;
	right:0;
}
.search-field{
	font-size:12px;
	height:20px;
	width:120px;
	background:none;
	border-bottom:1px solid #fff;
	border-top:none;
	border-left:none;
	border-right:none;
	border-radius:0;
	color:#fff;
}
.search-submit,
.search-submit:hover{
	background:url('images/icon-search.png') no-repeat!important;
	background-size:cover!important;
	text-indent:-9999px;
	padding:0!important;
	width:15px;
	height:15px;
}
.search-submit:hover{
	opacity:0.4;
}
/* ---- SOCIAL ------ */
/* -- social -- */
#social{
	position:relative;
	text-align: right;
	padding-right: 30px;
	margin-top: 5px;

	
	/*
	-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 #social{
	top:8px;
}

#social li{
	display:inline-block;
	margin-right:6px;
	list-style:none;
	color: #00A091;	
}
#social li a{}
#social li.circular{
	/*display: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;
   -moz-border-radius:33px;
   -webkit-border-radius:33px;
   border-radius:33px;
   border:1px solid #00A091;
   background-size:25px 50px;
}
#social li.circular a{
	display:block;
	width:25px;
	height:25px;
	
	
}
.linkedin{
	background:url('images/icon-linkedin.png') no-repeat rgba(255,255,255,0.99);
	background-position:center top;
}
.twitter{
	background:url('images/icon-twitter.png') no-repeat rgba(255,255,255,0.99);
	background-position:center top;
}
.youtube{
	background:url('images/icon-youtube.png') no-repeat rgba(255,255,255,0.99);
	background-position:center top;
}
.instagram{
	background:url('images/icon-instagram.png') no-repeat rgba(255,255,255,0.99);
	background-position:center top;
}
.facebook{
	background:url('images/icon-facebook.png') no-repeat rgba(255,255,255,0.99);
	background-position:center top;
}
.icon-intranet{
	background:url('images/icon-locker.png') no-repeat rgba(255,255,255,0.99);
	background-position:center top;
	border:none!important;
	background-size:33px 66px!important;
	height:33px;
	
}
#social li:hover{
	background-position:center bottom;
}
/* ======= SLIDER ======= */
/* ====================== */
#slider {   
    height: 600px;
	margin-top:60px;
	overflow:hidden;
	position:relative;
}
#slider .slides img {
	width:100%;
	height:inherit;
}
.slides, .slides li{
	position:relative;
	height: 600px;
}
.flex-caption{
	position:absolute;
	bottom:85px;
	z-index:999;
	width:100%;
	min-height:150px;
}
.slide-title{	
	left: 0%;
	z-index:2;
	width:100%;
	text-align:center;
	/*background:#1d3344;
	background:rgba(29,51,68,0.75);*/
}
.slide-title .wrap{
	text-align:center;
}
#slider a{
	text-decoration:none;
}
.slide-title h1{
	color:#fff;	
	font-weight:600;
	font-size:54px;
	line-height:50px;
	max-width:100%;
	margin-bottom:10px;
	text-transform:uppercase;
	/*	text-shadow: 2px 2px 2px rgba(0, 0,0, 0.7); 
	-webkit-text-shadow: 2px 2px 2px rgba(0, 0,0, 0.7);
	-moz-text-shadow: 2px 2px 2px rgba(0, 0,0, 0.7);*/
	background-color: #8fc64c;
	/* background-color: rgb(0 0 0 / 25%); */
    display: inline-block;
    padding: 5px 10px;
}
#slider .title-block {margin-top: 10px;}
.slide-title h2{
	color:#fff;	
	line-height: 62px;
	font-weight:300!important;
	font-size:46px;
	margin-top:0;
	max-width:100%;
	background-color:#44b270;
	/*	text-shadow: 2px 2px 2px rgba(0, 0,0, 0.7);
	-webkit-text-shadow: 2px 2px 2px rgba(0, 0,0, 0.7);
	-moz-text-shadow: 2px 2px 2px rgba(0, 0,0, 0.7);
	background-color: rgb(0 0 0 / 25%); */
    display: inline;
    padding: 5px 10px;
}
.flex-control-nav{
	bottom:10px!important;
}
.flex-direction-nav{
	position:absolute;
	z-index:2;
	top:46%;
	width:100%;
}
.flex-direction-nav li{
	display:block;
	position:absolute;
	width:50px;
	height:100px;
}
.flex-nav-prev{
	left:0!important;
}
.flex-direction-nav .flex-prev{
	width:50px;
	padding-left:15px;
	height:100px;
	background:url('images/slider-arrow-right.png') center right no-repeat!important;
	margin:0!important;
	top:0;
	opacity:0.6!important;
	text-indent:-9999px;
	cursor:pointer;
	z-index:9999;
}
.flex-direction-nav a::before{
	display:none!important;
}
.flex-nav-next{
	right:0!important;
}
.flex-direction-nav .flex-next{
	text-align:left!important;
	width:50px;
	padding-left:15px;
	height:100px;
	background:url('images/slider-arrow-left.png') no-repeat!important;
	margin:0!important;
	top:0;
	opacity:0.6!important;
	text-indent:-9999px;
		cursor:pointer;
	z-index:9999;
}
.flex-direction-nav a:hover{opacity:1!important;}
/* --- addition for zoom transition */
.flexslider .slides li img {
  background-position: right;
  height: 100%;
  width: 100%;
  /*transition: transform 11s ease-in;*/
  transition: all 11s ease-in;
  -webkit-transition: all 11s ease-in;
  -moz-transition: all 11s ease-in;
  -webkit-backface-visibility: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 1;
}
.flexslider .slides li.flex-active-slide img {
  /*transform: scale(1.2);*/
   background-position: left;
}
/* ======= BANNER ======= */
/* ====================== */
.page-template-temp_map #banner{
	display:none;
}
#banner{
	height:500px;
	margin-top:60px;
	overflow:hidden;
	position:relative;
}
.single-pages-intranet #banner, .tax-intranet-category #banner, .single-intranet-post #banner, .post-type-archive-intranet-policy #banner,
.term-policies #banner,
.page-template-temp-knowledge-hub #banner,
.post-type-archive-intranet-post #banner,
.intranet-area #banner{
	height:250px;
}
#banner img{
	width:100%;
	height:auto;
}
.banner-title{
	top:80%;	
	left: 50%;
    position: absolute;   
    transform: translate(-50%, -50%);	
	opacity:1;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
}
.banner-title h1{
/*background-color:#44b270; */
	color:#fff;	
	font-weight:600;
	font-size:56px;
	line-height:60px;
	/* text-shadow: 2px 2px 2px rgba(0, 0,0, 0.7);
	-webkit-text-shadow: 2px 2px 2px rgba(0, 0,0, 0.7);
	-moz-text-shadow: 2px 2px 2px rgba(0, 0,0, 0.7); */
	text-transform: uppercase; 
	background-color: #8fc64c;
	padding: 5px 10px;
	display: inline-block;
}
.banner-title h1 span{
	text-transform:none;
	font-weight:300;
	font-size:45px;
	margin-bottom:-45px;
	display:block;
}
.sticky .banner-title{	
/*	opacity:0;*/
}
/* ======= HOME ======= */
/* ==================== */
.bg-gris{
	background:#f5f5f5;
}
.home-title{
	text-align:center;
	margin-bottom:20px;
	text-transform:uppercase;
	color:#44b270;
}
h2.home-title-more-soc {
	display: none;
	text-align:center;
	margin-bottom:20px;
	text-transform:uppercase;
	
}
.home-content{
	padding:35px 0;
}

.home-content .category-publications .thumb img{
	max-width: 100%;
	margin: 0 auto;
}
/*---------------TOPICS--------------------*/
#topics{
	padding:45px 0;
	margin-bottom:0px;		
}
#topics li{
	list-style:none;
	display:inline-block;
	width: 23.5%;
	height: 250px;
	margin:0 0 1.5% 1.5%;
	/*background:#95c11f;*/

}
#topics li:first-child{
	margin-left:0;
}


#topics li a{
	text-decoration:none;
	/*display:block;*/
	height:100%;
		overflow:auto;
}
#topics li p{
	color:#fff;
	text-align:center;
	font-size:22px;
	padding:0 15px;
		line-height:25px;
}
#topics li .thumb{
	overflow:hidden;
	position:relative;
	text-align:center;
	border-radius:100%;
	width:110px;
	height:110px;
	line-height:110px;
	vertical-align:middle;
	margin:45px auto 10px;
	border:3px solid #fff;

}
#topics li:first-child .thumb{
	/*border-color:transparent;*/
}
#topics li .thumb img{
	max-width:70%;
	height:auto;
	display:inline-block;
	vertical-align:middle;
}
#topics li a:hover h3{
	
}

#topics li a:hover{
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.6); 
}

.flip-box {
	background-color: transparent;
	width: 100%;
	height: 250px;
   
  }
  
  .flip-box-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
  }
  
  .flip-box:hover .flip-box-inner {
	transform: rotateY(180deg);
  }
  .flip-box-front p{ font-weight: bold;}
  .flip-box-front, .flip-box-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  }
  
  .flip-box-back {	
	color: #fff;
	display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
	  font-size:15px;
  }
  
  .flip-box-back {
	 font-size:15px;
	transform: rotateY(180deg);
  }

  #topics li .flip-box-back p{font-size: 18px;}
/*---------------KEY FIGURES--------------------*/
#fact-figures{
	margin:0;
	text-align:center;
	background: #BECD62;
    background-image: url(images/bg-footer.jpg);
	background-repeat: repeat;
	background-size: contain, cover;
	padding: 25px 0;

}
#fact-figures li{
	display: inline-block;
    width: 22%;
    text-align: center;
    padding: 10px 15px;
}

#fact-figures .number-title{
	font-size: 20px;
    line-height: 30px;
	color: #fff;
}
#fact-figures .number{
	color: #fff;
    font-size: 52px;
    line-height: 104px;
    font-weight: 600;	
}
#fact-figures .subtext{
	font-size:13px;
}

#fact-figures li .thumb img {display: inline-block; opacity: 0.5;}

/*---------------KEY FEATURES--------------------*/


/*---------------TOPICS--------------------*/
.teaser-bg{background-image: url(images/bg1.jpg);
	background-attachment:fixed;

	background-position: center;
  background-repeat: no-repeat;
background-size: cover;
}

#teasers{
	padding:45px 0;
}
#teasers li{
	list-style:none;
	display:inline-block;
	width: 24%;/*33%;*/
}
#teasers li:first-child{
	margin-left:0;
}
#teasers li a{
	text-decoration:none;
	display:block;	
}
#teasers li h3{
	color:#00A091;
	text-align:center;
	text-transform:uppercase;
	font-size:22px;
}
#teasers li .thumb{
	overflow:hidden;
	position:relative;
	text-align:center;
}
#teasers li .thumb img{
	max-width:100%;
	height:auto;
	display:inline-block;
}
#teasers li a:hover h3{
	color:#a8ca70;
}
#teasers li a:hover img{
	opacity:0.5;
	/*
	filter: brightness(168%) hue-rotate(312deg) saturate(38%) opacity(79%);
	-webkit-filter: brightness(168%) hue-rotate(312deg) saturate(38%) opacity(79%);
	-moz-filter: brightness(168%) hue-rotate(312deg) saturate(38%) opacity(79%); */
}

/* ----------- NEWS / EVENTS ---------- */
/* ------------------------------- */
/* --- on homepage ---- */
.home .list-news li {
	width:32%;
	margin-bottom:0;
}
.home .list-events li {
	/*width:48%;*/
	width: 100%;
	margin-bottom:0;
}
.home .list-events li a{
	min-height:370px!important;
	/*max-height:370px!important;*/
}
.home .list-events li:first-child+li{
	margin-left:4%;
}
.home .list-events .thumb{
	/*max-height:175px;*/
	max-height: none;
	min-height:175px;
	line-height:175px;
	border-bottom: 1px solid #ccc;
}

.home .list-events .thumb{
	/*overflow: hidden;*/
}

.list-events .thumb{
	border-bottom: 1px solid #ccc;
}

.event-date{text-transform: uppercase;text-align: center;    font-size: 17px;padding: 8px 0 !important;background: #00A091;color: #fff;
	position: absolute;
    bottom: -14px;
    left: 0;
    width: 100%;}
.list-news li .eventsm-date{font-size: 13px;color: #00A091;	}
/* ----- */
.list-news,
.list-events{
	position:relative;
	margin-left:0!important;
}

.list-news li,
.list-events li {
	list-style:none;
	display:inline-block;
	background:#fff;
	float:left;
	margin-left:2%;
	width:32%;
	padding-left:0!important;
	margin-bottom:25px;
	/*
	border: 1px solid #dadce0;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;*/
}

.intra-events li{
	width:100%;
}

.page-template-temp-knowledge-hub .list-news li,.post-type-archive-intranet-post .list-news li,.intranet-area .list-news li{
	width:24%;
}
.list-news li:nth-of-type(3n+1),
.list-events li:nth-of-type(3n+1) {	
	margin-left:0;	
}



.intranet-area .list-news li:nth-of-type(4n+1),
.intranet-area .list-events li:nth-of-type(4n+1) {	
	margin-left:0;	
}

.list-news  li:first-child,
.list-events  li:first-child{
	margin-left:0;
}
.page-template-temp-knowledge-hub .list-news li,.post-type-archive-intranet-post .list-news li,.tax-type-of-policy .hub-news li  {
	margin-left:0;
 }	
.list-news h3,
.list-events h3{
	color:#00A091;
	font-size:19px;
	line-height:24px;
	margin:0 0 10px 0;
	padding:0 8%;
}

.list-news li p,
.list-events li p{
	font-size:16px;
	line-height:24px;
	padding:0 8%;
}
.list-news li a,
.list-events li a{
	text-decoration:none;
	display:block;	
	position:relative;
	min-height:480px;
	max-height:480px;
	overflow:hidden;
	padding-bottom:35px;
}

.list-news li .category,
.list-events li .category{
	font-size:17px;
	line-height:19px;
	float:left;
	width:62%;
	padding:0 0 0 8%;
	color:#00A091;
	margin-top:15px;
	margin-bottom:5px;
}
.list-news .date{
	float:right;
	width:22%;
	font-size:13px;
	display:block;
	padding:0 8% 0 0;
	margin-top:15px;
	margin-bottom:5px;
	text-align:right;
	color:#00A091;
}
.list-events .city{
	font-size:18px;
	position:absolute;
	bottom:30px;
	text-align:center;
	display: inline-block;
	width: 100%;
	padding: 0;
	color:#00A091;
}
.list-news .thumb,
.list-events .thumb{
	overflow:hidden;
	position:relative;
	max-height:216px;
	min-height:216px;
	line-height:210px;
	text-align:center;
	
	
	
}

.list-news .thumb img,
.list-events .thumb img{
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	transition: transform 0.3s;
	max-width:100%;
	height:auto;
	/*min-height:174px;*/
	display:inline-block;
	vertical-align:middle;
	margin:0 auto;
}
.list-news .publication-cover{
	/*background:#eee;*/
	text-align:center;
}
.list-news .thumb{
	border-bottom:1px solid #ddd;
}
.list-news .publication-cover,
.category-publications .thumb,
.post-type-archive-policy .thumb,
.post-type-archive-intranet-policy .thumb,
.term-policies .thumb,
.page-template-temp-knowledge-hub .thumb,
.intra-list .thumb{
	background:#f5f5f5;
}

.list-news .publication-cover img,
.category-publications .thumb img,
.post-type-archive-policy .thumb img, 
.post-type-archive-intranet-policy .thumb img,
.term-policies .thumb img,
.page-template-temp-knowledge-hub .thumb img,
.intra-docs .thumb img
{
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	transition: transform 0.3s;
	/*max-width:100%; 
	height:100%;
	max-height:245px; */
	display:inline-block;

	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.17);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.17);
	border:1px solid #dadce0;
	max-width: 84%;
	min-width:50%!important;
	margin: 7% auto -20px auto;
		
}
.post-type-archive-policy .thumb img,
.post-type-archive-intranet-policy .thumb img,
.term-policies .thumb img,
.page-template-temp-knowledge-hub .thumb img{
	max-width: 87%;
}

/* cat colors */
.list-news .category-position-papers .category,
.list-events .category-events .category,
.list-events .category-events .city,
.list-events .category-partner-events .category{
	color:#a8ca70;
}
.list-news .category-position-papers .read-more,
.list-events .category-events .read-more,
.list-events .category-partner-events .read-more{
	background:#a8ca70;
}
/* projects */
.list-news .category-edso-projects  .category{
	
}
.list-news .category-edso-projects .read-more{
	
}
/* policy */
.list-news .category-policy-regulations  .category{
	color:#a8ca70;
}
.list-news .category-policy-regulations .read-more{
	background:#a8ca70;
}
/* research */
.list-news .category-research-innovation  .category{
	color:#2b4c97;
}
.list-news .category-research-innovation .read-more{
	background:#2b4c97;
}
/* technical */
.list-news .category-technical-expertise  .category{
	color:#33ac8e;
}
.list-news .category-technical-expertise .read-more{
	background:#33ac8e;
}
/* - */
.list-news .read-more{
	position:absolute;
	bottom:-32px;
	left:0;
	width:100%;
	background:#00A091;
	color:#fff!important;
	text-transform:uppercase;
	text-align:center;
	font-size:15px;

	padding:8px 0;
	display:block;
		transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}
.list-events .read-more{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:#00A091;
	color:#fff!important;
	text-transform:uppercase;
	text-align:center;
	font-size:17px;
	padding:8px 0;
	display:block;
}
/* - hover - */
.list-news a:hover > .read-more,
.list-events a:hover > .read-more{
	bottom:0;
}
.list-news li:hover img,
.list-events li:hover img{
	transform: scale(1.1);
}
.list-news li:hover h3,
.list-news li:hover .date{
}
.list-news .see,
.list-events .see{
	line-height:18px;
	width:90%;
	text-align:center;
	bottom:15px;
}

/* 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:#00A091;
}
.single .publication-cover{
	border:1px solid #ddd;
	max-width:300px;
}

.single .intra-list .publication-cover{
	border: 0px;
}	
.single .publication-cover img{
	width:100%;
	height:auto;
}
.text{
	text-transform:uppercase;
	text-align:center;
	max-width:200px;
}
.text-link:before{
	content:"";
	height:0;
	width:100%;
	border-top:4px solid #00A091;
	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:hover, 
.publication-cover-link a:hover.text{
	opacity:0.5;
}
/* --- home content --- */
.home-block-bg{
	background-image: url("images/bg2.jpg");
	background-attachment: fixed;
	color: #fff;
}
.home-block-bg h1{color: #fff;}
.home-block-bg h4{color: #fff;}
#home-content{
  padding:30px 0;
  max-width:75%;
  margin:0 auto;
}
#home-content h1{
  text-align:center;
}
.home-content .left50 .button{background: #00A091;}
.home-content .left50 .button:hover{background: #7dbe3f;}
/* ----------- STICKY EVENTS ---------- */
/* ----------------------------------- */
.featured-sticky-event{
	margin-bottom:50px;
}
.featured-sticky-event li{
	width:100%;
	float:none;
}
.featured-sticky-event li a{
	padding:0;
	min-height:inherit;
	max-height:inherit;
}
.sticky-item a{
	border:5px solid #00A091;

}
.featured-sticky-event li .thumb{
	float:left;
	width:25%;
	overflow: hidden;
background: #f4f4f4;
text-align: center;
position: relative;
background: #5C7F92;
max-height: inherit;
min-height: inherit;
line-height:inherit ;
}
.featured-sticky-event li .news-detail{
	float:right;
	width:72%;
	padding:0 30px 0 0;
}
.featured-sticky-event li .thumb{
	height:auto!important;
}
.featured-sticky-event .category{
	padding: 4px 20px!important;
	margin-top:0!important;
text-transform: uppercase;
display: block;
position: absolute;
top: 0;
color: #fff!important;
background: #a8ca70;
transition: color 0.25s ease;
font-size: 12px;
z-index: 2;
}
.featured-sticky-event li h3{
	color:#00A091;
	font-size: 18px;
line-height: 24px;
	margin-top: 25px;
}
.featured-sticky-event li h3,
.featured-sticky-event li .summary{
		min-height:inherit;
}
/* ======= BENEFITS ======= */
/* ============================ */
.benefits-bg-img{
	display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;    
}
.benefits-box{
	display: flex;
	display: -webkit-flex;
    flex-direction: row;
	margin-bottom: 100px;
}

.benefits-big-col {
	width: 60%;
	
}	

.benefits-big-col.left-cont {
	padding: 0 0 0 14%;
}	

.benefits-big-col.right-cont {
	padding: 0 14% 0 0;
}

.benefits-small-col {
	width: 40%;
	position: relative;
}	

.benefits-small-col .benefits-side-img{
	max-height:600px;
	overflow: hidden;
	width: 100%;
}
.benefits-small-col .icon{
	display: block;
    position: absolute;
    top: 150px;
    width: 150px;
    height: 150px;
	border-radius: 100px;
	padding: 20px;
}

.left-icon .icon{
	/*left: 50%;
    transform: translateX(150px);*/
	right: -20%;
}

.right-icon .icon{
	/*right: 50%;
    transform: translateX(-150px);*/
	left: -20%;
}

.benefits-small-col .icon img{
	border-radius: 5px;
}	


/* ======= INTRANET ======= */
/* ============================ */
.icon-lock{
	position:absolute;	
	top:120px;
	text-align:center;
	width:100%;
}
.icon-lock div{
	background:url('images/icon-lock.png') no-repeat;
	display:inline-block;
	height:80px;
	width:80px;
}
.user-info{
	margin:15px 0;
	padding:15px;
	border:5px solid #ddd;
	max-width:185px;
	display: none;
}
/* hide menu items that are only for directors */
.is-not-director .visible-for-directors{
	display:none;
}

.post-type-archive-intranet-policy  .list-news .thumb,
.tax-intranet-category  .list-news .thumb,
.term-policies  .list-news .thumb,
.page-template-temp-knowledge-hub  .list-news .thumb,
.post-type-archive-intranet-post .list-news .thumb,
.intra-list .thumb{
	max-height:175px;
	min-height:175px;
	line-height:175px;
}
.post-type-archive-intranet-policy  .list-news li a, 
.tax-intranet-category  .list-news li a,.term-policies  .list-news li a,.page-template-temp-knowledge-hub .list-news li a,
.post-type-archive-intranet-post .list-news li a,
.intra-list li a{
	min-height: 330px;
	max-height: 330px;
}
.is-future-meeting h3{
	color:#666666;
	font-size:22px;
}
.is-future-meeting .read-more{
	background:#fed015;
}
.intranet-link-block{
-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.75);
overflow: overlay;
}
#intranet-links{
	padding:10px 0;
}



#intranet-links li{
	list-style:none;
	display:inline-block;
	width: 19.5%;/*33%;*/
}
#intranet-links li:first-child{
	margin-left:0;
}

#intranet-links li .link-box{
	display: flex;
    align-items: center;
    justify-content: flex-start;
}



#intranet-links li a{
	text-decoration:none;
	display:block;	
}
#intranet-links li h3{
	color:#00A091;
	text-align:left;
	text-transform:uppercase;
	font-size:20px;
	line-height: initial;
	font-weight:bold;
	margin-left: 4px;
}

#intranet-links li .thumb img{
	max-width:100%;
}	

#intranet-links li a:hover h3{
	color:#a8ca70;
}
#intranet-links li a:hover img{
	opacity:0.5;
	/*
	filter: brightness(168%) hue-rotate(312deg) saturate(38%) opacity(79%);
	-webkit-filter: brightness(168%) hue-rotate(312deg) saturate(38%) opacity(79%);
	-moz-filter: brightness(168%) hue-rotate(312deg) saturate(38%) opacity(79%); */
}

.postid-19345 #intranet-left h3{text-align: center;}
.postid-19345 #intranet-right h3{text-align: center;}
.postid-19345 #intranet-right .list-news {margin-top: 30px;}
.postid-19345 #intranet-right .intra-list li a {
    min-height: 300px;
    max-height: 301px;
}
.postid-19345 #intranet-left .intra-list .thumb { max-height:none; min-height: 237px; overflow: visible;}
.postid-19345 #intranet-left .list-news .thumb {border: none;}
.postid-19345 #intranet-left .intra-list li a {min-height: initial; max-height: initial;}
.postid-19345 #intranet-left .list-news li a { overflow: visible; background-color: #f5f5f5;}
.postid-19345 #intranet-left .list-news li a.btn-edit-post-link { color: #00A091;background-color: #f5f5f5}

/*---------------EBA POLICIES--------------------*/
#eba-policies{
	padding:20px 0 45px 0;
	margin-bottom:0px;		
}
#content ul#eba-policies{
	margin-left: 0px;
}
#eba-policies li{
	list-style:none;
	display:inline-block;
	width: 32%;
	/*height: 250px;*/
	margin:0 0 1.5% 1.5%;
	/*background:#95c11f;*/

}
#eba-policies li:first-child{
	margin-left:0;
}


#eba-policies li a{
	text-decoration:none;
	/*display:block;*/
	height:100%;
		overflow:auto;
}
#eba-policies li p{
	color: #fff;
    text-align: center;
    font-size: 22px;
    padding: 0 15px;
    line-height: 25px;
}
#eba-policies li .thumb{
	overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 100%;
    width: 110px;
    height: 110px;
    line-height: 110px;
    vertical-align: middle;
    margin: 45px auto 10px;
    border: 3px solid #fff;

}
#eba-policies li:first-child .thumb{
	/*border-color:transparent;*/
}
#eba-policies li .thumb img{
	max-width: 70%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
#eba-policies li a:hover h3{
	
}

#eba-policies li a:hover{
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.6); 
}

#eba-policies .flip-box {
	background-color: transparent;
	width: 100%;
	height: 250px;
   
  }
  
#eba-policies .flip-box-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
  }
  
#eba-policies  .flip-box:hover .flip-box-inner {
	transform: rotateY(180deg);
  }
#eba-policies .flip-box-front p{ font-weight: bold;}
 #eba-policies .flip-box-front, .flip-box-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 2;
  }
  
#eba-policies .flip-box-back {	
	color: #fff;
	display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
	  font-size:15px;
  }
  
#eba-policies  .flip-box-back {
	 font-size:15px;
	transform: rotateY(180deg);
  }

  #eba-policies li .flip-box-back p{font-size: 18px;}

  .single-eba-policy .alignright p{margin-bottom:auto;}
  .single-eba-policy .alignright img{text-align: center;
    margin: 0 auto;}
  .res-user-info{background: #f5f5f5; padding: 10px 15px;}
  .respobsible-person {font-weight: bold;}
  .res-user-info a{font-size: 14px;}

  .policies-content{
	padding: 30px 0;	
  }

  .policies-content .publication-cover{
	  border: none;
	  max-width:none;
  }


/* ======= knowledge-hub ======= */
/* ============================ */
#filter_categories {
    font-size: 20px;
    height: 40px;
    color: #383838;
    margin-left: 20px;
}
/* ======= 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;
}
.left50{
	float:left;
	width:49%;
}
.left50 .button{
	background:#202e55;
}
.left50 .button:hover{
	background:#fdb815;
}
.right50{
	float:right;
	width:49%;
}
#sidebar-left{
	width:23%;
	float:left;
	padding: 30px 0;
}

#intranet-left{
	width:73%;
	float:left;
	padding: 5px 0 30px 0;
}
#intranet-right{
	width:23%;
	float:right;
	padding: 5px 0 30px 0;
}
#content-right{
	width:73%;
	float:right;
	padding: 30px 0;
}
#content-right h2{
	margin-bottom:15px;
}
#sidebar-right{
	width:31%;
	float:right;
	padding: 30px 0;
}
#content-left{
	width:66%;
	float:left;
	padding: 30px 0;
}
#content{
	padding: 30px 0;
	min-height:500px;
}
/*competitiveness mobility page temp solution*/
.page-id-22452 #content,.page-id-22450 #content{min-height: auto; padding: 0px;}
.page-content h2{
	margin-bottom:25px;
}
.page-content ul, 
.page-content ol,
#content-right ul,
#content-right ol,
#content ul,
#content ol{
	margin-left:20px;
	margin-bottom:20px;
}

.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:"Open Sans",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:"Open Sans",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:"Oxygen",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;
}
/* ======= 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:22px;
	
}
.single-pages-intranet #sidebar-left #main-menu li > a, .tax-intranet-category #sidebar-left #main-menu li > a, .single-intranet-post #sidebar-left #main-menu li > a 
, .term-policies #sidebar-left #main-menu li > a,
.page-template-temp-knowledge-hub #main-menu li > a,
.post-type-archive-intranet-post #main-menu li > a    {
    text-transform:none;
	line-height:17px;
	border-bottom:1px solid #999;
}
#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: #000 !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{
	
}
/* ----------- 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;
}
/* ----- PROJECTS ----- */
#projects{
	margin:0!important;
}
#projects li{
	list-style:none;
	margin-bottom:15px;
	background:#fdfcfc;
}
#projects li a{
	text-decoration:none;
	display:block;
	padding:15px 30px;
/*
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
*/
}
#projects h3{
	border:none;
	text-align:left;
	margin:0;
	padding:0;
	color:#abcf3f; /* gris = #383838; */
line-height: 30px;
}
#projects p{
	margin-bottom:0;
}
#projects .details{
	color:#9ea2a3;
	font-size:17px;
}
#projects .details span{
	color:#5e6d8f;
	font-weight: 600;
}
#projects li a:hover{
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.7);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.7);
	background:#fff;
}
#projects li a:hover h3{
	color: #5e6d8f;
}
/* --- SUBPROGRAMMES --- */
.post-type-archive-organisation,
.post-type-archive-project,
.page-template-temp_subprogrammes,
.post-type-archive-funding-organisation,
.page-template-temp_organisation-projects,
.search-results{
	background: #f1f1f1;
}
.subprogrammes li{
	width:42%; /* 27%;*/
	display: inline-block;
	margin: 1%;
	min-height: 220px; /*680px; *//*350px;*/
	padding: 15px 2%;
/*
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4); */
}
.subprogrammes li a{
	/*min-height: 350px;*/
	padding:0!important;
	display:inline-block!important;
}
.subprogrammes li a:hover{
	box-shadow:none!important;
}
.subprogrammes h3{
	margin-bottom:15px!important;
	line-height: 30px;
}
.subprogrammes p{
	color:#9ea2a3;
	font-size:15px;
	line-height: 22px;
	text-align:justify;
	margin-bottom:12px!important;
}
.subprogrammes li span{
	    color: #5e6d8f;
	font-weight: 600;
}
.subprogrammes h3{
	min-height:60px;
}
.subprogrammes .title_code{
	font-size:17px;
}
.subprogrammes .title_code::after{
	background:none;
	color:#5a5a5a;
}
/* --- ORGANISATIONS --- */
.line-alpha{
	text-align:center;
	position:relative;
	color:#cecece;
}
.line-alpha:before{
	content:" ";
	border:2px solid #cecece;
	width:45%;
	left:0;
	top:15px;
	position:absolute;	
}
.line-alpha:after{
	content:" ";
	border:2px solid #cecece;
	width:45%;
	right:0;
	top:15px;
	position:absolute;	
}
.organisations li{
	width: 27%;
	display: inline-block;
	margin: 1%;
	min-height: 215px;
	padding: 15px 2% 65px 2%;
/*
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
*/
	position:relative;
}
.post-type-archive-funding-organisation .organisations li{
	min-height: 170px;
}
.organisations li .subtitle{
	margin-top:-15px;
	margin-bottom:15px!important;
}
.organisations li a{
/*	padding:0!important;*/
	box-shadow:none!important;
/*
	text-decoration:underline!important;*/
}
.organisations li a:hover{
	text-decoration:none!important;
}
.organisations h3{
	margin-bottom:15px!important;
}
.organisations p{
	color:#9ea2a3;
	font-size:17px;
}
.organisations span {
    color: #5e6d8f;
	font-weight: 600;
}
.see-organisation{
	position:absolute;
	bottom:15px;
	right:15px;	
	background:url('images/icon-web.png') center left no-repeat;
	padding:3px 0 3px 32px!important;
	background-size:22px 22px;
}
.see-organisation:hover{
	background:url('images/icon-web.png') center left no-repeat!important;
	background-size:22px 22px!important;
	opacity:0.5;
}
.icon-coordinator{
	background:url('images/icon-coordinator.png') center left no-repeat;
	padding:3px 0 3px 32px!important;
	background-size:22px 22px;
}
.icon-documents{
	background:url('images/icon-documents.png') center left no-repeat;
	padding:3px 0 3px 32px!important;
	background-size:22px 22px;
}
.icon-documents a{
	color:#abcf3f;
}
.icon-documents a:hover{
	color:#5e6d8f;
}
.see-projects{
	position:absolute;
	text-decoration:none;
	background:url('images/icon-project.png') center left no-repeat;
	padding:3px 0 3px 32px!important;
	background-size:22px 22px;
	bottom:40px;
	right:15px;
	color:#abcf3f;
}
.see-projects:hover{
	background:url('images/icon-project.png') center left no-repeat!important;
	background-size:22px 22px!important;
	opacity:0.5;
}
/* --- ORGANISATIONS PROJECTS --- */
.page-template-temp_organisation-projects li span{
	color: #5e6d8f;
	font-weight:bold;
}
.page-template-temp_organisation-projects  .subtitle{
	color: #9ea2a3;
	font-size: 17px;
}
/* ======= CATEGORY ====== */
/* ==================== */
.category .list-news li a {opacity: 0;
    filter: alpha(opacity=0);}
	
	
/* ======= MEMBERS ====== */
/* ====================== */
/* -- full members -- */
.full-members{
	text-align:left!important;
}
.term-full-members .title-country{
	position:relative;
	color:#b5b5b5;
	text-transform:uppercase;
}
.term-full-members .title-country span{
	background:#fff;
	padding-right:15px;
}
.term-full-members .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);
}
.full-members h4{
	margin-top: 0 !important;
	padding-top: 10px;
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 15px;
}
.full-members li{
	/*display:block!important;*/
	background:#f5f5f5;
	padding-left: 0 !important;
	margin: 1% 0!important; /* 0 0% 1% 1%!important;*/
	width: 60%;/* 48%;*/
	display:block;
	position:relative;
}
.full-members li a{
	text-decoration:none;
	display:block;
	position:relative;
}
.full-members li a:hover{
	/*
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
*/
}
.full-members li:first-child,
.full-members li:nth-child(2n+1){
	/*margin-left:0%!important;*/
}
.full-members .description{
	padding-right: 2%;
}
.full-members p{
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 5px;
	color:#777;
}
.full-members .border-img{
	background:#fff;
	margin-right:25px;
	border-color: #ddd!important;
	/*border-right:none;*/
	padding:20px;
	opacity:1;
	width: 155px!important;
}
.full-members a:hover img{
	opacity:1!important;
}

/* -- / 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;
}
.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: #a8ca70;
}
.draw:hover::before, .draw:hover::after {
  width: 100%;
  height: 100%;
}
.draw:hover::before {
  border-top-color: #a8ca70;
  border-right-color: #a8ca70;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.draw:hover::after {
  border-bottom-color: #a8ca70;
  border-left-color: #a8ca70;
  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 {
  border-top-color: #a8ca70;
  border-right-color: #a8ca70;
}
.meet:hover::after {
  border-bottom-color: #a8ca70;
  border-left-color: #a8ca70;
  transition: height 0.15s ease-out, width 0.15s ease-out 0.15s;
}

/* -- all members -- */
.title-country{
	margin-top:35px!important;
}
#members-list{
	margin-left:0!important;
	text-align:center;
	padding-bottom:35px;
}
#members-list li{
/*	background:none!important;*/
	padding-left:0!important;
	display:inline-block;
	margin:1% 0;
}
.post-type-archive-member .title-country{
	text-align:center;
	margin-bottom:20px;
}
.border-img {
    border: 1px solid #ddd;
    padding: 5px;
    float: left;
    margin-right: 10px;
    text-align: center;
}
#members-list .border-img{
	height: 105px;
    width: 105px;
	line-height: 105px;
}
#members-list a:hover img{
	opacity:0.5;
}
.border-img img {
    max-width: 100%;
    height: auto !important;
	width:auto;
    max-height: 100%;
    vertical-align: middle;
    display: inline-block;
}

/* ======= PAGE TEASERS  ====== */
/* =========================== */
.page-teaser{
	text-decoration:none;
	color:#000;
	display:block;
	background:#f0f1f4;
	margin-bottom:25px;
}
.page-teaser a{
	text-decoration:none;
	color:#000;
}
.page-teaser p{
	background:#f0f1f4;
	margin:-10px 0 0 0;
	padding:10px 20px 10px 20px;
	font-size:18px;
	display: block;
}
.page-teaser span{
	background:#f0f1f4;
	padding:10px 20px 10px 20px;
	font-size:18px;
	display: block;
}
.page-teaser:hover{
	opacity:0.6;
}

/* ======= TEAM ====== */
/* ==================== */
/*TEAM POPUP*/
#cboxOverlay,#cboxWrapper,#colorbox{overflow: visible;}
 #cboxContent{border-radius: 25px;background-color: #8FC64C;padding: 10px 20px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;}
 #cboxMiddleLeft{display: none;}
 #cboxTopCenter{display: none;}
 #cboxMiddleRight{display: none;}
 #cboxBottomCenter{display: none;}
 #cboxBottomLeft {display: none;}
 #cboxBottomRight{display: none;}
 #cboxTopRight{display: none;}
 #cboxTopLeft{display: none;}
 #cboxClose {
    position: absolute;
    top: 0;
}

.team-popup{color: #fff;}
.team-popup h1,.team-popup h2, .team-popup h3,.team-popup h4, .team-popup p{color:#fff;}
.team-popup p{font-weight: normal;}
.team-popup h4{text-transform: uppercase;font-family: "Poppins";}
/*TEAM POPUP*/
#team-list{
	margin:0!important;
	padding:0!important;
}
#team-list li{
	box-sizing: border-box;
	
	display: block;
	float:left;
	vertical-align: top;
	text-align: center;
	margin: 0 0 15px 0;
	list-style:none;
	/*width: calc(15% - 0px);*/
	width: calc(25% - 0px);
	/*background:none!important;*/
	padding:0 10px!important;
	min-height: 255px;
	opacity: 0;
    filter: alpha(opacity=0);
}
#team-list li a{
	text-decoration:none;
}

.team-layout-2 .team-name{
	color:#8fc64c;
	text-transform:uppercase;
	font-size:18px;
	font-weight:900;
}
.team-layout-2 .team-name span{
	color:#666;
	text-transform:none;
	font-style:italic;
	font-size:13px;
	line-height:15px;
	display: block;
	min-height:45px;
}
.team-layout-2 .team-img{
	position:relative;
	text-align:center;
	width:250px;
	max-width:100%;
	height:250px;
	margin:0 auto 10px;
	border:8px solid #8fc64c;	
	overflow:hidden;
	border-radius:10%;
	background-size: cover;	
}
.team-layout-2 .team-img img{
	width:100%;
	height:100%;
}
	
#team-list a:hover img{
	opacity:0.5;
}
.team-socials{text-align: center; margin: 0 auto;}
#team-list .team-socials .socials{

    -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: 38px; 
	margin-bottom: 20px;
	margin-left: 0px;

	display: inline-block;
}

.team-socials .socials li:hover {
    background-position: center bottom;
}

#team-list .team-socials .socials 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;
	min-height:initial;
	width: 25px;
}

.team-socials .socials li.linkedin-icn {
    background: url(images/icon-linkedin-blk.png) no-repeat!important;
    background-position: center top;
}

.team-socials .socials li.email-icn {
    background: url(images/icon-mail-blk.png) no-repeat!important;
    background-position: center top;
}

.team-socials .socials li a {
    display: block;
    width:25px;
    height:25px;
}
/*
.team-img{
	position:relative;
	text-align:center;
	height:200px;
}
.team-img img{
	width:auto;
	height:auto;
	max-width:280px;
	min-width:100%;
	max-height: 100%;
}
.team-name{
	position: absolute;
	bottom: 2px;
	font-weight:600;
	right: 5px;
	color: #563935;
	font-size: 14px;
	line-height:17px;
	padding: 5px 14px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	background-color:#fff;
	z-index: 9;
}
.team-name span{
	position: absolute;
	background: #00A091;
	top: 90%;
	right: 0;
	max-width:100%;
	min-width: 130px;
	color: #fff;
	font-size: 13px;
	line-height:15px;
	font-weight: 300;
	padding: 3px 8px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	/*white-space: nowrap;/
}
.team-description{
	display: block;
	padding: 22px 0 5px 0;
	font-size: 14px;
	line-height: 21px;
	min-height:40px;
}

 */
.pdflink{
	text-decoration:none;
	/*padding: 6px 0 6px 30px;*/
	padding: 0px 0 0px 30px;
	display:inline-block;
	position:relative;
	color:#00A091;
}
.pdflink: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{
	color:#666;
}
.pdflink:hover:before{
	background-position: left -26px ;
}
	
/* ======= FORMS ====== */
/* ==================== */
label{
	color:#999;
	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:24px;
	/*width:90%;*/
	line-height:16px;
	vertical-align:middle;
	color:#999;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #ddd;

}
textarea{
	padding:2px 12px;
	font-size:14px;
	line-height:16px;
	color:#999;
	-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:#00A091;
	color:#fff;
	border:0;
	padding:8px 35px;
	cursor:pointer;
}
input[type="submit"]:hover{
	background:#a8ca70;
}
.red-button{
	margin:10px 0;
	text-align:left;
	background:#999;
	color:#fff;
	border:0;
	padding:8px 35px;
	cursor:pointer;
	text-decoration:none;
}
.red-button:hover{
	background:#a8ca70;
}
/* ======= Registration ======= */
#signup_process{ display:none;}
/* ======= FOOTER ======= */
/* ====================== */
#footer{
  position: relative;
  
  padding:15px 0;
  background:#BECD62; /*#00A091 ;*/
  background-image: url(images/bg-footer.jpg);
  background-repeat: repeat;
  background-size: contain, cover;
}
#footer-blocks{
	margin:20px 0;
}
#footer-blocks li{
	list-style:none;
	display:inline-block;
	width:25%;
	margin-left:3%;
	padding-left:2%;
	border-left:2px solid  #fff; 
}
#footer-blocks li a{
	color:#fff;
	text-decoration:none;
}
#footer-blocks p{
	color:#fff; /*#fff; */
	line-height:24px;
	font-size:17px;
	font-weight:700;
	margin-bottom:0;
}
#footer-blocks > li:first-child{
	margin-left:0;
}
#footer a{
	color:#fff!important; /*#fff; */
}
#footer a:hover{
	color: #feb009!important;
}
.copyright{
	color:#fff; /*#fff; */
	z-index:2;
	font-size:12px;
	margin-bottom:0!important;
	padding-right:50px;
}
.alys{
	float: right;
	text-decoration:none;
	color:#fff;
}
/*---------------------------------------------*/
/*accordion*/
h6.c-accordion__title {
    border: none;
    text-align: left;    
    padding-top: 10px;
	padding-bottom: 10px;
    color: #a8ca70;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
	border-top: #a8ca70;
    border-top-width: 1px;
    border-top-style: solid;
}

.btn-edit-post-link,.home .list-events li a.btn-edit-post-link { text-align: center;height: auto !important;
    min-height: auto !important;padding: 0px !important;
    text-align: center; color: #00A091;background-color: #f5f5f5; display: block;}
.center-txt{ text-align: center;}	
.js-search-form{position: relative;
    display: inline-block;
    float: right;}
.js-search-form .quicksearch{font-size: 20px;
    height: 32px;}	
.clear_txt {
    position: absolute;
    top: 4px;
    right: 10px;
    font-weight: bold;
    font-size: 30px;
    color: #b9b9b9;
    cursor: pointer;
    display: none;
}
/* -------------------------------- 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!important;}
/* ------------------------  ipad  -------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1350px){
	.wrap{width:90%;}
	.copyright{width:85%;}
	#home-header{height:520px;}
	.slide-title h1{margin-bottom:10px;}
	#slider,.slides, .slides li{height:480px;}
	/*#social{top:8px;}*/
	#top-menu{right:200px;}
	#main-menu li > a{padding: 0 12px;}
	#social{/*top:115px;*/}
	/* team */
	#team-list li{min-height:225px;}
	.team-img{min-height:225px;}
	.team-img img{max-width:100%;}
	.team-description p a{ -ms-word-break: break-all; word-break: break-all;max-width: 210px;
display: block;}
}
/* ------------------------  ipad  -------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1100px){
	/* home */
	#slider { height: 330px;margin-top:60px;}
	.slides, .slides li{height:330px;}
	.slide-title h1{font-size: 34px;}
	.slide-title p {font-size:18px;line-height:24px;}
	#home-header h1, .banner-title h1{font-size:40px;}
	#home-header {height: 420px;}
	#main-menu{text-align:left;}
	#home-news-events .news-block{width:31.2%}
	#main-menu > li > a {font-size:13px;padding: 20px 6px;margin-top:0px;line-height:35px;}
	#main-menu li ul{top:70px!important;}
	.sticky #main-menu > li > a{line-height:35px;}
	.logo{padding-top:17px;width:130px;}
	.sticky .logo{padding-top:20px;}
	.left50,.right50{width:48%;}
	#teasers{text-align:center;}
	#teasers li{width:23%;}
	#teasers li h4{font-size: 14px;}
	h1{font-size:38px;line-height:42px;}
	.flex-caption{top:100px;}
	.list-news .thumb, .list-events .thumb{/*max-height: 140px;*/min-height: 140px;line-height: 140px;}
	.list-news li, .list-events li{margin-left: 2%!important;}
	.list-news li:nth-child(2n+1),.list-news li:first-child, .list-events li:first-child,.list-events li:nth-child(2n+1){margin-left:0!important;}
	.home .list-events .thumb{max-height: 100px;min-height: 100px;line-height: 100px;}
	.list-news h3, .list-events h3{font-size: 15px;line-height: 19px;}
	/* team */
	#team-list li{min-height:225px;}
	.team-img{height:225px;}
	.team-img img{max-width:100%;}
	.team-description p a{ -ms-word-break: break-all; word-break: break-all;max-width: 180px;
display: block;}
	/* sidebar */
	.short-link{max-width:180px;}
	#sidebar-left #main-menu > li > a{margin-top:0!important;}
	/* pages */
	.icon-lock{top:130px;}
	#banner {height: 305px;margin-top:60px;}
	.page-content h2{font-size: 30px;line-height: 36px;}	
	.page-template-temp-knowledge-hub .list-news li,.post-type-archive-intranet-post .list-news li,.intranet-area .list-news li{
		width:45%;
	}
	.single-list-news li:first-child + li + li{margin-left: 0;}
	.featured-sticky-event li h3{min-height:10px!important;}
	.featured-sticky-event li .news-detail{width:65%;min-height:10px!important;}
	/* footer */

	/*blocks*/
	
}

@media only screen and (max-width: 520px){
	.single-eba-policy .alignright{float: none; display: block; margin-left: 0px;}
	.single-eba-policy .alignright img {width: 100%;}
}	
/* ------------------------  ipad vertical -------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {
}
/* ------------------------  iphone  -------------------------------- */
@media only screen and (min-width: 993px){
	#topics li:nth-of-type(4n+1) {
		margin-left: 0!important;
	}

	#eba-policies li:nth-of-type(3n+1) {
		margin-left: 0!important;
	}

	#eba-policies li p {
		font-size: 26px;
    line-height: 1.2em;	
	}
}	
@media only screen and (min-width: 426px)and (max-width: 992px){
	.postid-19345 #intranet-links li{width: 23.5%;}
	
}

@media only screen and (min-width: 577px)and (max-width: 768px){
	#topics li:nth-of-type(2n+1) {
		margin-left: 0!important;
	}
	#topics li{
		width: 48%;
	}
	#eba-policies li:nth-of-type(2n+1) {
		margin-left: 0!important;
	}
	#eba-policies li{
		width: 48%;
	}
}	

@media only screen and (min-width: 769px)and (max-width: 992px){
	#topics li:nth-of-type(3n+1) {
		margin-left: 0!important;
	}
	

	#eba-policies li:nth-of-type(3n+1) {
		margin-left: 0!important;
	}
	
}	
@media only screen and (min-width: 768px){
.home .list-events h3{
	margin: 10px 0 10px 0;
}
}

@media only screen and (min-width: 426px) and (max-width: 560px){
	#intranet-links li h3{font-size: 16px;}
}

@media only screen and (min-width: 371px) and (max-width: 425px){
	.postid-19345 #intranet-links li{width: 23.5%;}
	#intranet-links li h3{font-size: 14px;text-align: center;}
}

@media only screen and (max-width: 370px){
#intranet-links li{
list-style:none;
display:inline-block;
width: 49%;
}

#intranet-links li h3{
text-align: center;
}
}

@media only screen and (min-width: 769px){
	#intranet-links li:first-child {	
		margin-top: 14px;	
	}

	.postid-19345 #intranet-links li:first-child {	
		margin-top:auto;
	}
} 

@media only screen and (max-width: 1100px){
	#intranet-left{
		width: 100%;
		padding: 0px;
	}
	#intranet-right{
		width: 100%;
		float: left;
		padding:0px;
	}

	.intra-list .publication-cover{ max-width: 100%;}
	
}	

@media only screen and  (max-width: 1024px){
	#intranet-links li .link-box{
	flex-direction: column;
	}
	#intranet-links li h3{
	text-align: center;
	}
	.js-search-form{
		float: none;
		display: block;
	}
	.js-search-form .quicksearch{
		width: 96%;
	}
	#filter_categories{
		margin-left: 0px;
		display: block;
		width: 100%;
	}
}	

@media only screen and  (min-width: 1025px){
	
/*intranet welcome page*/
.postid-19345 #intranet-links{padding:34px 0;}
.postid-19345 #intranet-links li .link-box {flex-direction: column}

.postid-19345 #intranet-links li h3{text-align: center; font-size: 22px; margin-bottom: 0px;}
}	


@media only screen and (min-width: 200px) and (max-width: 576px){

	#topics li {
		width: 100%;
		padding: 0;
		margin: 0 0 20px 0;
	}
	#eba-policies li{
		width: 100%;
		padding: 0;
		margin: 0 0 20px 0;
	}
	.big-screen{display: none;}
	.small-screen{display: inline;}

	#social li{font-size: 14px;}
	#social li a {font-size: 14px;}
}	
@media only screen and (min-width: 577px){
.big-screen{display: inline;}
.small-screen{display: none;}
}

@media only screen and (min-width: 577px) and (max-width: 767px){
	#topics li {
		width: 48%;
	}
	#topics li:nth-of-type(2n+1) {
		margin-left: 0;
	}
}	

@media only screen  and (max-width: 599px){
	/*benefits*/
.benefits-box{ flex-direction: column; margin-bottom:0px; text-align: left;}
}

@media only screen and (min-width: 200px) and (max-width: 767px){
	iframe#twitter-widget-0 {display: none !important;}

/* --- menu principal dropdown mobile ---  */
	a#pull { display:block;background:url('images/nav-mobile.png') right center no-repeat #fff; height:70px; width:100%; position:absolute;z-index:20;top:0px;right:0;outline:none;}
	.nav-list {display:none; }
	#main-menu{text-align:center;margin:0;position:absolute;top:67px;padding-top:0px;z-index:900;background:#fff;width:100%;}
	#main-menu li{display:block;width:100%;padding-left:0;margin:0;}
	#main-menu li a{max-width:100%;margin:0;border-bottom:1px solid #ddd;padding:6px 0px;}
	#main-menu .current{}
	#main-menu .current a{color:#5e6d8f;}
	#main-menu > li > a{line-height:25px;text-align: left;padding-left: 30px;}
	/* sous-menu */
	#header #main-menu li ul{display:none;top:0; opacity: 1;visibility: visible;z-index: 1;position:relative;background:#fff;text-align:center;} 
	#header #main-menu li ul li a{font-size:13px;}
	.sticky #main-menu{width:100%;margin:0;}
	.sticky #main-menu > li > a{line-height:25px;}
	.sticky .logo{width: 120px;padding:10px 0 0 25px;}
	.wrap{width:90%;}
	.copyright{width:85%;}
	#top-menu{display:none;}
	.mobile-only{display:block!important;}
	
	/* head*/
	#header .wrap{width:100%;}
	#header{height:70px;}
	.top-info p{display:none;}
	.logo{float:none;width:120px;top:0;z-index:999;padding:10px 0 0 25px;background:none;}
	#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;}
	#banner {height:160px;}
	#banner img {/*height: 100%;width: auto;*/}
	#social {}
	#social li {display:inline-block;margin:0 0 0 5px;height:25px;}
	#social li.icon-intranet{height: 30px;}
	.login{padding-bottom:10px;}
	
	/* home */
	#slider{margin-top:120px;height:240px;}
	.slides, .slides li{height:240px;}
	.slide-title{top:0px;}
	.slide-title h1{font-size: 20px;line-height:24px;}
	.slide-title h2{font-size: 15px;line-height:17px;}
	.slide-title p {font-size:14px;line-height:20px;display:none;}
.flex-direction-nav,.flex-control-nav{display:none;}
	.slide-title .button{font-size:12px; padding: 6px 40px;margin-top:0px;}
	.flex-caption{top:10px;}
	.flex-caption .button{margin-top:20px;}
	#home-header,#home-teasers, #home-newsletter, #home-news, #home-news-events, #home-content, #footer{overflow:hidden;}
	.banner-title {top:60%;}
	#home-header h1, .banner-title h1{font-size:26px;width:90%;margin:0 auto;text-align:center;line-height:28px;}
	 .slide-title{width:100%;font-size:30px;margin:0 auto;}
	#home-content img{float:none!important;margin:0!important;max-width:100%;}
	.teaser-wrap::before {width:100%;}
	.teaser-wrap::after {width:100%;height:250px;bottom:0px;}
	#teasers li {width:100%;padding:0;margin:0 0 20px 0;}
	#teasers li p{font-size:17px;line-height:20px;}
	#home-content{width:100%;max-width:100%;}
	#partners li {width:49%;margin-left:0;}
	
	.home .list-events li a{min-height:10px!important;}
	.home .list-events h3{margin-bottom:30px;}
	.list-events .city {bottom: 25px; background-color: #fff;}
	
	.list-news li, .list-events li, .home .list-events li, .home .list-news li{width:100%;float:none;margin:0 0 15px 0!important;}
	.list-news .thumb, .list-events .thumb, .home .list-events .thumb{max-height:none;min-height:10px;line-height:normal;/*max-height: 205px;min-height: 205px;line-height: 205px;*/}
	.list-news h3, .list-events h3{font-size: 17px;line-height: 20px;}
	.list-news li a, .list-events li a{min-height: 380px;max-height:700px;}
	
	/* - */
	#teasers li{width: 49%;margin: 0 0 40px 0;}
	#teasers li h3{font-size: 18px;}
	.readmore{display: none;}
	.readmore::after{width:25px;height:25px;background-size:25px 50px!important;}
	h2.home-title-more-soc {display: block;}
	.fab {font-size: 60px;}
	.more-soc-icon {text-align: center; padding-top: 30px;}
	.more-soc-icon a {
		padding: 0 30px 0 0 ;
	}
	.more-soc-icon a:last-child {
		padding: 0;
	}
	i.fa-twitter-square {
		color: #00ACEE;
	}
	i.fa-linkedin {
		color: #0e76a8;
	}
	i.fa-facebook-square {
		color: #3b5998;
	}
	i.fab:active {
		opacity: 0.2;
	}
	
	/* featured event */
	.featured-sticky-event li .thumb{float:none;width:100%;min-height:10px;}
	.featured-sticky-event li .news-detail{float:none;width:100%;padding:0;}
	
	
	/* basics */
	h1{font-size:34px;line-height:38px;}
	h2{font-size:26px;line-height:34px;margin-top:10px;}
	h2.home-title.LT {display: none;}
	h3{font-size:22px;line-height:28px;}
	 
	/* intranet*/
	.icon-lock{top:20px;}
	.icon-lock div{width:45px;height:45px;background-size:cover;}
	
	/* page */
	#page-content img, #page-content iframe{max-width:100%;height:100%;}
	.left50,.right50,#content-right{float:none;width:100%;}
	.right50{margin-top:25px;}
	#content-left{float: none;width: 100%;}
	#page-content {padding: 0 0 20px 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;}
	#content iframe{max-width:100%;}
	
	/* team */
	#team-list li{width:100%;min-height:350px;}
	.team-img{height:auto;min-height:180px;}
	.team-img img{max-width:100%;}
	.team-name span{white-space:normal!important;line-height: 16px;width:100%;}
	.team-description p a{ -ms-word-break: break-all; word-break: break-all;max-width: 150px;
display: block;}
/* layout 2 */

.team-layout-2 .team-img{/*height: 180px;*/}
   /*benefits*/
   .benefits-box{ flex-direction: column; margin-bottom:0px;}
   .benefits-small-col{
	   order: 1;
	   width: 100%;
	   margin-bottom: 30px;
   }

   .benefits-small-col img{   
	max-width: 100%;  
	margin-left: auto;
   margin-right: auto;}

   .benefits-big-col {
	   order: 2;
	   width: 100%;
	   margin-bottom: 100px;
   }
   
   .benefits-big-col.left-cont{
	   padding: 0px;
   }
   .benefits-small-col .icon{
	left: 0;
	right: 0;
    margin-left: auto;
    margin-right: auto;
	bottom: -30px;
	top: auto;
   }	
   .right-icon .icon{
	left: 0px;
   }
   .left-icon .icon {
    right: 0px;
	}
	/* events */
	.list-news .thumb img, .list-events .thumb img{width:100%;}
	.list-news .publication-cover img{width:auto!important;}
	
	/* member */
	#members-list li{width: 45%;margin: 1%;}
	.full-members li{width:100%!important;margin:0 0 20px 0!important;}
	.full-members h4{font-size: 17px;line-height:20px;}
	.full-members p{font-size: 13px;line-height:17px;}
	
	/* publication */
	.publication-cover-link{float:none;margin:0 auto 25px;text-align:center;}
	.single .publication-cover{margin:0 auto;}

	/*---------------KEY FEATURES--------------------*/
	#fact-figures li:first-child {
		margin-top: 0;
	}
	#fact-figures li {
		width: 100%;
		display: inline-block;
		padding: 0px;
	}	
	/* 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;}

	.page-template-temp-knowledge-hub .list-news li,.post-type-archive-intranet-post .list-news li,.intranet-area .list-news li{
		width:100%;
	}
	
	/* footer */
	.copyright{width:75%;}
	#footer-blocks li{width:100%;}
	.wp-pagenavi a, .wp-pagenavi span{margin-top: 10px !important;display: inline-block;}
}

