/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}


.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
.oh {
  overflow: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
img{
	max-width: 100%;
}
::-moz-selection {
  color: #fff;
  background: #003447;
}
::-webkit-selection {
  color: #fff;
  background: #003447;
}
:focus {
  outline: none;
}

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

body {
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif;
  color: #2b3a42;
}
body *{
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Source Sans Pro', sans-serif;
  margin-top: 0;
  color: #2b3a42;  
  font-weight: 700;	
}

p {
	font-size: 18px;
	color: #2b3a42;
	font-weight: 400;
	line-height: normal;
	margin-bottom:1.4rem;
	/*margin-bottom: 1.5rem;*/
}
ul li{
	font-size: 18px;
}
a, a:hover{
	color: #ff7f00;
	text-decoration:none;
	outline:none!important;
	border:none;
}
.container{
	width:92%;
}
.container-fluid{
	max-width: none;
	width: 90%;
}
body{
	overflow-x:hidden;
}
#site-wrapper{
	width:100%;
	float:left;
	position:relative;
	margin-left:0px;
	transition: all 0.6s ease 0s;
	padding-left:100px;
	overflow:hidden;
}

nav#primary-nav{
	position:fixed;
	z-index: 2;
	left:0px;
	top:0px;
	width:100px;
	height:100%;
	background:#2b3a42;
	padding:60px 0px;
	transition: all 0.6s ease 0s;
	overflow: hidden;
}
nav#primary-nav.active-nav{
	width:700px;
}
#site-wrapper.menu-visible{
	margin-left:600px;
}
nav a.eua-logo{
	width:50px;
	height:50px;
	background:url(../images/eua.png) no-repeat center;
	display:block;
	margin:auto;
}
/*MENU*/
.nav-toggle-wrap{
	position: absolute;
	right: 0px;
	top:0px;
	width: 100px;
	height: 100vw;
	padding: 35vh 0px;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.nav-toggle-wrap.active{
	background: #ff7f00;
	z-index: 9;
}
nav .nav-toggle{
	background:none;
	display:block;
	cursor:pointer;
	width:40px;
	height:24px;
	z-index:10;
	position:relative;
	margin:80px auto 70px;
	position: relative;
}
nav .nav-toggle:after{
	position: absolute;
	top:30px;
	left: -3px;
	text-align:center;
	width: 100%;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1.5px;
	font-weight: 500;
	transition: all 0.3s ease 0s;
}
span.mobilemenu{
	display:block;
	width:40px;
	height:2px;
	background:#ff7f00;
	z-index:100;
	cursor:pointer;
	position:absolute;
	top:10px;
	left:0px;
}
	
span.mobilemenu:after, span.mobilemenu:before {
	background-color: #ff7f00;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	transition: all 0.4s ease 0s;
	width: 40px;
	z-index:100;
}
span.mobilemenu:before{
	top:-12px;
}
span.mobilemenu:after{
	top:12px;
}
nav .nav-toggle:hover span.mobilemenu:before{
	top:-15px;
}
nav .nav-toggle:hover span.mobilemenu:after{
	top:15px;
}
nav .nav-toggle:hover span.mobilemenu.active:before{
	top:0px;
}
nav .nav-toggle:hover span.mobilemenu.active:after{
	top:0px;
}
span.mobilemenu.active{
	height:0px;
}
span.mobilemenu.active:after{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top:0px;
}
span.mobilemenu.active:before{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top:0px;
}

span.mobilemenu, span.mobilemenu:before, span.mobilemenu:after{
	transition: all 0.2s ease 0s!important;
}
.nav-toggle-wrap.active .mobilemenu{
	background: #fff;
}
.nav-toggle-wrap.active span.mobilemenu:after, .nav-toggle-wrap.active span.mobilemenu:before{
	background: #fff;
	width: 56px;
	height: 2px;
}
.nav-toggle-wrap.active span.mobilemenu{
	left: -8px;
}
.nav-toggle-wrap.active .nav-toggle:after{
	opacity: 0;
}
#primary-nav .nav-wrap{
	float:left;
	width:600px;
	height: 100vh;
	text-align:center;
	margin:0px 0px 20px;
	padding:0px;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	left: -500px;
	top:0px;
	z-index: 9;
	background: #2b3a42;
	transition: all 0.6s ease 0s;
}
#primary-nav .nav-wrap.visible{
	opacity: 1;
	pointer-events: auto;
	left: 0px;
}
.menu-scroll{
	float:left;
	width: 100%;
	margin-top: 30px;
	max-height: 85vh
	/*max-height: calc(100vh - 400px)*/
}
#site-wrapper .mCSB_scrollTools .mCSB_dragger_bar{
	background: #606b71!important;
	right:6px;
	border-radius: 6px;
	overflow: hidden;
}
.menu-scroll .mCSB_inside > .mCSB_container{
	margin-right: 0px!important;
}
#primary-nav .nav-wrap ul.nav-menu{
	float:left;
	width:100%;
	text-align:left;
	margin:0px;
	padding:0px;
}
#primary-nav .nav-wrap ul.nav-menu.menu-members-area{
	margin: 0px 0px 30px 0px;
}
#primary-nav .nav-wrap > ul.nav-menu > li,
#primary-nav .nav-wrap > .menu-scroll ul.nav-menu > li{
	list-style:none;
	float:left;
	width:100%;
	padding:0px;
	border-top:solid 1px #606b71;
}
#primary-nav .nav-wrap > ul.nav-menu > li > a,
#primary-nav .nav-wrap > .menu-scroll ul.nav-menu > li > a{
	color:#fff;
	text-align:left;
	display:block;
	text-decoration:none;
	font-size:20px;
	font-weight:500;
	opacity: 1;
	transition: all 0.4s ease 0s;
	padding:25px 50px;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 100%;
}
#primary-nav .nav-wrap > ul.nav-menu > li > ul,
#primary-nav .nav-wrap > .menu-scroll ul.nav-menu > li > ul{
	width: 100%;
	padding: 10px 0px;
	border-top:solid 1px #606b71;
	display: none;
}
#primary-nav .nav-wrap > ul.nav-menu > li > ul > li,
#primary-nav .nav-wrap > .menu-scroll ul.nav-menu > li > ul > li{
	list-style: none;
	margin: 7px 0px;
	padding: 0px;
}
#primary-nav .nav-wrap > ul.nav-menu > li > ul > li:last-child,
#primary-nav .nav-wrap > .menu-scroll ul.nav-menu > li > ul > li:last-child{
	margin-bottom:0;
}
#primary-nav .nav-wrap > ul.nav-menu > li > ul > li a,
#primary-nav .nav-wrap > .menu-scroll ul.nav-menu > li > ul > li a{
	padding: 7px 50px;
	line-height: 100%;
	font-size: 20px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: 200;
}
#primary-nav .nav-wrap > ul.nav-menu > li > ul > li a:hover,
#primary-nav .nav-wrap > .menu-scroll ul.nav-menu > li > ul > li a:hover{
	background: #606b71;
	color: #fff;
}
#primary-nav .nav-wrap > ul.nav-menu > li.parent > a,
#primary-nav .nav-wrap > .menu-scroll ul.nav-menu > li.parent > a{
	position: relative;
}
#primary-nav .nav-wrap > ul.nav-menu > li.parent > a:after,
#primary-nav .nav-wrap > .menu-scroll ul.nav-menu > li.parent > a:after{
	content: "\f0d7";
	width: 75px;
	height: 100%;
	position: absolute;
	right: 0px;
	top:0px;
	border-left:solid 1px #606b71;
	font: normal normal normal 20px/3.5 FontAwesome;
    text-align: center;
}
#primary-nav .nav-wrap > ul.nav-menu > li.parent > a.active-menu:after,
#primary-nav .nav-wrap > .menu-scroll ul.nav-menu > li.parent > a.active-menu:after{
	content: "\f0d8";
}
.alert-heading{
	display: none;
}

/*.menu-scroll{
	width:100%;
	max-height:400px;
	overflow: hidden;
	display:inline-block;
}*/


a.share-this{
	display:block;
	width:50px;
	height:50px;
	margin:auto;
	background:url(../images/share.png) no-repeat center;
	clear:both;
	background-size: 30px;
}
.share-wp{
	position: absolute;
	bottom:130px;
	width:100px;
	margin: auto;
	clear: both;
	border-top:solid 1px #fff;
	padding: 25px 0px;
	z-index: 4;
	left: 0px;
	transition: all 0.5s ease;
	opacity: 1;
}
#st-1 .st-btn{
	width:26px!important;
	height: 26px!important;
	text-align: center;
	background: #ff7f00!important;
	color: #2b3a42;
	border-radius: 40px!important;
	padding: 0px!important;
	display: inline-block!important;
	margin: 4px 0px!important;
	transform: scale(0);
	opacity: 0;
}
#st-1 .st-btn > img{
	height: 18px!important;
    width: 18px!important;
    top: 4px!important;
}
#st-1 .st-btn svg{
	fill:#2b3a42!important;
	margin: -3px 0px 0px 0px;
	transform: scale(1.22);
}
.sharethis-inline-share-buttons{
	margin: 20px auto 0px;
	padding: 0px;
	width:26px;
	position: absolute;
	left: -50%;
	right:-50%;
	top:60px;
	opacity: 0;
	height: 150px;
	overflow: hidden;
	transition: all 0.3s ease 0s;
}
.share-wp ul{
	margin: 20px auto 0px;
	padding: 0px;
	width:26px;
	position: absolute;
	left: -50%;
	right:-50%;
	top:50px;
	opacity: 0;
	height: 150px;
	overflow: hidden;
	transition: all 0.3s ease 0s;
}
.sharethis-inline-share-buttons.active{
	opacity: 1;
	height:150px;
}
.share-wp ul li{
	width:100%;
	list-style: none;
	margin: 8px 0px;
	padding: 0px;
	text-align: center;
	height: 0px;
	transition: all 0.3s ease 0s;
	height: 26px;
}
.share-wp ul li a{
	display: block;
	width:26px;
	height: 26px;
	text-align: center;
	background: #fff;
	color: #2b3a42;
	border-radius: 40px;
	transform: scale(0);
	opacity: 0;
}
#st-1 .st-btn:nth-child(1){
	transition: all 0.3s ease 0.20s;
}
#st-1 .st-btn:nth-child(2){
	transition: all 0.3s ease 0.30s;
}
#st-1 .st-btn:nth-child(3){
	transition: all 0.3s ease 0.40s;
}
.sharethis-inline-share-buttons.active .st-btn{
	transform: scale(1)!important;
	opacity: 1!important;
}
.body *{
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.menu-filter{
	position: absolute;
	top:0px;
	left: 0px;
	z-index: 4;
	transition: all 0.5s ease;
	opacity: 1;
}
#primary-nav.active-nav .menu-filter, #primary-nav.active-nav .share-wp{
	left: -100px;
	opacity: 0;
}

.menu-filter .search-wrap{
	float:right;
	margin: 0px;
	position: relative;
	height:100px;
	width: 100px;
	cursor: pointer;
	background: #2b3a42;
	transition: all 0.2s ease;
	overflow: hidden;
	padding: 18px 28px;
	z-index: 9999;
	border-bottom:solid 1px #fff;
}
.menu-filter .search-wrap:after{
	content:'';
	background:url(../images/search.png) no-repeat center;
	background-size: 30px;
	height:100px;
	width: 100px;
	position: absolute;
	right:0px;
	top:0px;
	pointer-events: none;
	transition: all 0.2s ease;
}
.language-wrap{
	position: absolute;
	top:99px;
	left: 0px;
}
.language-wrap select{
	opacity: 0;
}
.menu-filter .search-wrap *{
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease;
}
.menu-filter .search-wrap.active{
	width: 100vw;
	position: fixed;
	top:0px;
	left: 0px;
	cursor: auto;
}
.menu-filter .search-wrap.active *{
	opacity: 1;
	pointer-events: auto;
}
.menu-filter .search-wrap.active:after{
	opacity: 0;
}
.menu-filter .search-wrap input[type="text"]{
	background:none;
	border:none;
	border-bottom:solid 2px #fff;
	border-radius: 0px;
	width: 95%;
	float:left;
	padding: 12px 0px 8px 0px;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
}
.menu-filter .search-wrap input[type="text"]::placeholder{
	color: #fff;
}
.menu-filter .search-wrap input[type="submit"]{
	width:44px;
	height:44px;
	background:url(../images/search.png) no-repeat center;
	background-size: 40px;
	border:none;
	position: absolute;
	right:50px;
	top:28px;
}

.select-hidden {
    display: none;
}
.select-wrap{
	position: relative;float:left;
	width: 100%;
}
.select-wrap .select-styled{
	display: inline-block;
	width: 100%;
	cursor: pointer;
	padding:5px 0px;
	color: #fff;
	line-height: normal;
	font-weight: 400;
	position: relative;
}
.select-wrap .select-styled:after{
	content:'\f0d7';
	position: absolute;
	right: 25px;
	top:8px;
	font-size: 14px;
	font-family: FontAwesome;
	color: #fff;
}
.select-wrap .select-options{
	float:left;
	position: absolute;
	top:38px;
	left:0px;
	z-index: 2;
	width:150px;
	display: none;
}
.select-wrap .select-options li{
	line-height: 100%;
	padding: 6px 12px;
	background: #2b3a42;
	border-bottom:solid 1px rgba(255,255,255,0.1);
	color: #fff;
	font-weight: 400;
	cursor: pointer;
	font-size: 15px;
	transition: all 0.3s ease;
}
.select-wrap .select-options > li:hover{
	color: #323339;
	background: #ee7203;
}
.select-wrap .mCSB_inside > .mCSB_container{
	margin: 0px!important;
}
.select-wrap .mCSB_scrollTools{
	right:6px;
}
.menu-filter .select-wrap{
	width: 100px;
}
.select-wrap .select-options{
	width: 100px;
	top:34px;
}
.select-wrap .select-styled{
	height: 34px;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #fff;
	text-align: center;
}
.select-wrap .select-options > li{
	text-align: center;
	border-bottom:solid 1px rgba(255,255,255,0.4);
}
.select-wrap .select-options > li:hover{
	background: #fff;
	color: #323339;
}
#primary-nav .select-wrap .select-styled{
	padding-right: 14px;
	font-size: 15px;
}
#primary-nav .select-wrap .select-styled:after{
	right:9px;
	top:8px;
}

.nav-wrap h1.logo{
	width:218px;
	margin: auto;
	display: block;
	padding: 10vh 0px;
}
.nav-wrap ul.share-nav{
	float:left;
	margin: 0px;
	padding: 0px 0px 0px 50px;
	width: 100%;
}
.nav-wrap ul.share-nav li{
	width:28px;
	list-style: none;
	margin: 0px 16px 0px 0px;
	padding: 0px;
	text-align: center;
	transition: all 0.3s ease 0s;
	height: 28px;
	float:left;
}
.nav-wrap ul.share-nav li a{
	display: block;
	width:28px;
	height: 28px;
	text-align: center;
	background: #fff;
	color: #2b3a42;
	border-radius: 40px;
}
.nav-wrap ul.share-nav li a i{
	line-height: 30px;
}
.nav-wrap #apply_nav{
	float:right;
    margin: -50px 50px 0px 0px;	
}
.nav-wrap #apply_nav .btn-primary, #apply_nav + form#login-form .btn-primary{
	border-color:#2b3a42!important;
}
#apply_nav + form#login-form .logout-button{
	margin-right: 50px;
}
#apply_nav + form#login-form{
    margin-top: 20px;
    float: right;
    width: 100%;
}

/*-------------------------------------------------------*/
/* Header
/*-------------------------------------------------------*/
.home-header{
	float:left;
	width: 100%;
	/*height: 100vh;*/
	height: auto;
	position: relative;
	overflow: hidden;
}
.home-header .row{
	margin: 0px!important;
}
.home-header .row div[class^="col-"]{
	padding: 0px;
	height: calc(100vh);
	overflow: hidden;
}
.home-header .row .landing-text{
	padding: 100px!important;
	display: flex!important;
}
/*.home-header .row .landing-img img{
	width: 100%;
}*/
.home-header .row .landing-img:after{
	content:'';
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.25)!important;
	z-index: 1;
}
.home-header .logo{
	position: absolute;
	top:32px;
	left: 100px;
	width: 218px;
	margin: 0px;
}
.home-header .logo img{
	float:left;
}
.home-header .landing-intro{
	align-self: center;
}

.inner-header{
	float:left;
	width: 100%;
	height: 70vh;
	min-height: 600px;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: cover;
}
.inner-header .row{
	margin: 0px!important;
}
.inner-header .row .landing-text{
	padding: 0px;
	height: 70vh;
	min-height: 600px;
	overflow: hidden;
	background:rgba(255,255,255,0.8);
	min-width:510px;
	max-width: 660px;
	position:relative;
}
.home-header .row .landing-text .credit,
.inner-header .row .landing-text .credit{
	position: absolute;
	right:20px;
	bottom:20px;
	max-width: 400px;
	text-align: right;
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
	font-weight: 100;
	color: #444;
	padding-left:20px;
	/*background:rgba(255,255,255,0.8);
	padding: 12px;*/
	max-width: 400px;
}
.inner-header .row .landing-text .credit{
	right:auto;
	left: 100px;
	padding-left:0;
	padding-right:20px;
	text-align: left;
}
.home-header .row .landing-text .credit{
	text-align:left;
	background: rgba(255,255,255,0.8);
	padding: 10px 12px;
}
.inner-header .row .landing-text{
	padding: 100px!important;
	display: flex!important;
}
.inner-header .logo{
	position: absolute;
	top:50px;
	left: 100px;
	width: 218px;
	margin: 0px;
}
.inner-header .logo img{
	float:left;
}
.inner-header .landing-intro{
	align-self: flex-end;
	width: 100%;
}
.home-header .landing-text.landing-bg{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-header .landing-text.landing-bg:after{
	content:'';
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	background:url(../images/dotted.png) repeat rgba(0,0,0,0.50);
	background-size:50px; 
	pointer-events: none;
	z-index: 0;
	opacity: 0.5;
}
.home-header .logo, .home-header .landing-intro, .home-header .scroll{
	z-index: 1;
}
.home-header .landing-intro h2{
	max-width: 800px;
	color: #fff;
	
}
.landing-intro h2{
	font-size: 60px;
	line-height: normal;
	font-weight: 700;
	margin: 0px 0px 80px 0px;
}
.inner-header .landing-intro h3{
	font-size: 30px;
	margin: -36px 0px 0px 0px;
	color: #444444;
}
.inner-header .landing-intro h4{
	font-size: 24px;
	margin: -36px 0px 0px 0px;
	color: #444444;
	max-width: 580px;
}
.inner-header .landing-intro h2{
	margin-bottom: 40px;
	line-height: 60px;
}
.landing-intro dl{
	width: 100%;
	max-width: 455px;
	margin: 0px auto ;
	text-align: center;
	float:none;
	color: #2b3a42;
}
.landing-intro dl dt{
	margin: 0px 0px 25px 0px;
	font-weight: 700;
	font-size: 20px;
}
.landing-intro dl dd{
	margin: 0px 0px 25px 0px;
	padding: 15px 40px 15px 40px;
	border:solid 2px #2b3a42;
	line-height: normal;
	border-width: 2px 0px;
	background:url(../images/pin-bl.png) no-repeat left center;
	background-size: 28px;
}
.landing-intro dl dt strong{
	font-size: 30px;
	display: block;
}
.landing-intro dl dd strong{
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	display: block;
}
.btn-primary{
	font-size: 18px;
	color: #fff;
	background: #ff7f00!important;
	display: inline-block;
	font-weight: 700;
	/*padding: 10px 26px;*/
	padding:9px 30px;
	border:solid 3px #fff!important;
	box-shadow: 0px 0px 0px 1px #ff7f00!important;
	-webkit-box-shadow:0px 0px 0px 1px #ff7f00!important;
	text-shadow: none;
	text-decoration: none!important;
	transition: all 0.3s ease 0s;
}
.btn-primary:hover{
	box-shadow: 0px 0px 0px 4px #ff7f00!important;
	-webkit-box-shadow:0px 0px 0px 4px #ff7f00!important;
}
.btn-secondary{
	font-size: 23px;
	color: #fff;
	background: #2b3a42!important;
	display: inline-block;
	font-weight: 700;
	padding: 6px 30px;
	border:solid 3px #fff!important;
	box-shadow: 0px 0px 0px 1px #2b3a42!important;
	text-shadow: none;
	text-decoration: none!important;
	transition: all 0.3s ease 0s;
}
.btn-secondary:hover{
	box-shadow: 0px 0px 0px 4px #2b3a42!important;
}
.btn-primary.btn-big{
	font-size: 24px;
	padding: 6px 32px;
	line-height: 100%;
	border:none;
	background: #fff!important;
	color: #ff7f00;
	box-shadow: 0px 0px 0px 2px #ff7f00!important;
}
.btn-primary.btn-big:hover{
	box-shadow: 0px 0px 0px 4px #ff7f00!important;
}
.btn-secondary.btn-big{
	font-size: 24px;
	padding: 6px 32px;
	line-height: 100%;
	border:none!important;
	background: #3f5765!important;
	color: #fff;
	box-shadow: 0px 0px 0px 2px #fff!important;
}
.btn-secondary.btn-big:hover{
	box-shadow: 0px 0px 0px 4px #fff!important;
}
.btn-primary.btn-outline{
	border:none!important;
	box-shadow: 0px 0px 0px 1px #fff!important;
}
.btn-primary.btn-outline:hover{
	box-shadow: 0px 0px 0px 4px #fff!important;
}
.btn-skew{
	font-size: 24px;
	font-weight: 700;
	padding: 7px 26px;
	line-height: 100%;
	background: none!important;
	color: #fff;
	border:solid 2px #fff!important;
	position: relative;
	display: inline-block;
	overflow: hidden;
	transition: .3s;
	z-index: 1;
}
.btn-skew:after{
	content:'';
	position: absolute;
	top:0px;
	width: 10%;
	 height: 120%;
    left: -20%;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
	transition: .3s;
	background: #fff;
	z-index: -1;
}
.btn-skew:hover:after {
    left: -10%;
    width: 120%;
}
.btn-skew:hover{
	color: #3f5765!important;
}
.btn-skew.btn-wh{
	color: #fff!important;
}
.btn-skew.btn-wh:hover{
	color: #3f5765!important;
}
.btn-skew.btn-blue{
	color: #2b3a42!important;
	border:solid 2px #2b3a42!important;
}
.btn-skew.btn-blue:after{
	background: #2b3a42;
}
.btn-skew.btn-blue:hover{
	color: #bdd4de!important;
}
.btn-skew.btn-orange{
	color: #ff7f00!important;
	border:solid 2px #ff7f00!important;
}
.btn-skew.btn-orange:after{
	background: #ff7f00;
}
.btn-skew.btn-orange:hover{
	color: #fff!important;
}
.btn-shadow{
	font-size: 24px;
	font-weight: 700;
	padding: 7px 26px;
	line-height: 100%;
	background: none!important;
	color: #ff7f00;
	border:none;
	position: relative;
	display: inline-block;
	overflow: hidden;
	transition: .3s;
	z-index: 1;
	box-shadow: 0px 0px 0px 2px #ff7f00;
}
.btn-shadow:hover{
	box-shadow: 0px 0px 0px 4px #ff7f00;
}
.btn-shadow.btn-big {
    padding: 15px 30px!important;
}
.btn-bar{
	float:left;
	width: 100%;
	margin-top: 20px;
}
.btn-bar a{
	margin-right: 30px;
}
.header-base{
	float:left;
	width: 100%;
}
.header-base ul{
	display: table;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.header-base ul > li{
	display: table-cell;
	list-style: none;
	vertical-align: middle;
	text-align: center;
	width: 16.66%;
	height: 130px;
	background: #cadde5;
}
.header-base ul > li:nth-child(even){
	background: #bdd4de;
}
.header-base ul > li > a{
	display:table-cell;
	vertical-align: middle;
	text-align: center;
	height: 130px;
	width: 100vw;	
}
.header-base ul > li:first-child{
	font-size: 24px;
	color: #ff7f00;
	text-transform: uppercase;
	background: #3f5664;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 0px 15px;
}
.header-base ul > li:last-child{
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	background: #3f5664;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 0px 12px;
}
.header-base ul > li:last-child a{
	font-size: 20px;
	text-decoration: none;
	color: #fff;
}
.header-base ul > li > a.support-nav{
	font-size: 20px;
	color: #2b3a42;
	font-weight: 700;
	padding: 16px;
	text-decoration: none;
}
.header-base ul > li > a.support-nav span{
	display: block;
	width: 70px;
	height: 70px;
	margin: 0px auto 4px;
	text-align: center;
}
.item-row .intro-link{
  float: left;
  width: 100%;
  margin-top: 10px;
}
#system-message .alert-notice{
  display:none;
}
.header-base ul > li > a i{
	font-style: normal;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 175px;
	margin: auto;
}
.header-base ul > li > a i:first-child{
	text-overflow: clip;
	white-space: normal;
	line-height: normal;
}
.header-base ul > li > a.support-nav span img{
	margin: auto;
	max-height: 70px;
	max-width: 100%;
	
}
.header-base ul > li > a.support-nav span.ico-ind{
	background: url(../images/media.png) no-repeat center;
	background-size: 70px;
}
.header-base ul > li > a.support-nav span.ico-youth{
	background: url(../images/youth.png) no-repeat center;
	background-size: 70px;
}
.header-base ul > li > a.support-nav span.ico-art{
	background: url(../images/art.png) no-repeat center;
	background-size: 70px;
}
.header-base ul > li > a.support-nav span.ico-gender{
	background: url(../images/gender.png) no-repeat center;
	background-size: 70px;
}
.home-header .scroll{
	height: 40px;
	width: 40px;
	display: block;
	position: absolute;
	left:-50%;
	right:-50%;
	margin: auto;
	bottom: 50px;
	background: url(../images/scroll.png) no-repeat center;
	background-size: 40px;
}


section{
	float:left;
	width: 100%;
	padding-top:90px;
}
section h2{
	font-size: 40px;
	color: #444444;
	font-weight: 700;
	margin: 0px 0px 40px 0px;
}
.highlights{
	margin-bottom: 100px;
}
#home-section .highlights .text-center .btn-primary{
	margin-top:20px;
}
ul.list-thumb-dark{
	margin: -50px -50px 0px -50px;
	padding: 0px;
	width: calc(100% + 100px);
	display: flex;
	flex-wrap: wrap;
	padding:0px!important;
}
ul.list-thumb-dark > li{
	list-style: none;
	float:left;
	width: calc(33.33% - 100px);
	margin: 50px;
	background: #3f5664;
	list-style: none!important;
}
ul.list-thumb-dark .item-thumb{
	float:left;
	width: 100%;
	max-height: 220px;
	overflow: hidden;
	/*border: 1px solid red;*/
}
.highlights ul.list-thumb-dark .item-thumb{
	max-height: 290px;
}
ul.list-thumb-dark .item-thumb img{
	width: 100%;
}
ul.list-thumb-dark .item-desc{
	padding: 28px 30px;
	float:left;
	width: 100%;
}
ul.list-thumb-dark .item-meta{
	float:left;
	width: 100%;
	margin-bottom: 18px;
	line-height: 100%;
}
ul.list-thumb-dark .item-meta .date{
	font-size: 20px;
	text-transform: uppercase;
	color: #bdd4de;
	font-weight: 600;
	line-height: 100%;
	float:left;
}
ul.list-thumb-dark .item-meta .item-cat{
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	background: #ff7f00;
	font-weight: 700;
	line-height: 100%;
	padding: 3px 12px;
	letter-spacing: 1px;
	float:left;
	word-wrap: break-word;
	clear:both;
	margin-top: 10px;
}
ul.list-thumb-dark h4{
	font-size: 24px;
	line-height: normal;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0px;
	display: block;
	clear: both;
}
ul.list-thumb-dark h4 a{
	color: #fff;
	text-decoration: none;
}
.promo-block{
	float:left;
	display: flex;
	width: calc(100vw - 100px);
    position: relative;
    margin-left: calc(-50vw - 50px);
    left: calc(50% + 100px);
}
.promo-block .promo-content{
	width: 62%;
	background: #ff7f00;
	padding:44px 70px 50px 6vw;
}
.promo-block .promo-img{
	width: 38%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	border:solid 1px #ff7f00;
}
.map-info-txt{
	position: absolute;
    right: 22px;
    z-index:8;
    top: 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}
.promo-block .promo-content h4{
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	margin: 0px 0px 6px 0px;
}
.promo-block .promo-content h4:first-child{
	color: #2b3a42;
}
.promo-block .promo-content h4 a{
	text-decoration: none;
	color: #fff;
}
.promo-block .promo-content .date{
	display: block;
	font-size:16px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 8px;
}
.promo-block .promo-content p, .promo-block .promo-content p a{
	color: #fff;
}
.promo-block .btn-primary{
	margin-top: 26px;
}
.home-map{
	float:left;
	width: calc(100vw - 100px);
    position: relative;
    margin-left: calc(-50vw - 50px);
    left: calc(50% + 100px);
	background: #bdd4de;
	clear:both;
	margin-bottom: -2px!important;
	top:-1px;
	margin-top:50px;
}
.home-map #global-map{
	float:left;
	width: 100%;
	height: 900px;
}
.home-map .where-we-work{
	background: #bdd4de;
	position: absolute;
	width: 33vw;
	height: 100%;
	padding: 90px 20px 20px 100px;
	z-index: 1;
}
.jvectormap-tip{
	z-index: 99;
}
.home-map .where-we-work h2{
	margin: 0px 0px 36px 0px;
	color: #2b3a42;
}
.home-map .where-we-work .btn-primary{
	border-color:#bdd4de!important;
}
.home-map .where-we-work p{
	font-weight: 600;
}
.home-map .btn-primary.btn-blue{
	margin-top: 15px;
	background: #2b3a42!important;
	border-color: #bdd4de!important;
	box-shadow: 0px 0px 0px 1px #2b3a42!important;
}
.home-map .btn-primary.btn-blue:hover{
	box-shadow: 0px 0px 0px 4px #2b3a42!important;
}
#inner-section .home-map{
	margin-top: 0px!important;
}
.signup-newsletter{
	float:Left;
	width: 100%;
	background: #fff;
	padding:42px 0px 40px;
	border-top:solid 1px #ff7f00;
}
.signup-newsletter .g-recaptcha{
  float:left;
  margin: 20px 0px -20px 0px!important;
}
.signup-newsletter .col-lg-6{
	padding-left: 25px;
}
.signup-newsletter .col-lg-6.text-right{
	padding-right: 25px;
	padding-left:15px;
}
.signup-newsletter h2{
	text-align: center;
	font-size: 40px;
	color: #ff7f00;
	margin: 0px 0px 20px 0px;
}
.signup-newsletter .error-message{
    position: absolute;
    left: 25px;
    background: #fdf5b7;
    padding: 12px 10px;
    line-height: normal;
    max-width: 340px;
    border-radius: 3px;
    font-size: 14px;
    color: #272527;
    top: 0px;
}
.signup-newsletter p{
	color: #ff7f00;
}
.signup-newsletter input[type="text"]{
	width:335px;
	height: 44px;
	border:solid 1px #ff7f00;
	background: #fff;
	padding: 10px 16px;
	color: #ff7f00;
	font-size: 18px;
	margin: 4px 0px 0px 0px;
	float:left;
	clear: both;
}
.signup-newsletter input[type="text"]::placeholder{
	color: #ff7f00;
}
.signup-newsletter input[type="submit"]{
	background: #ff7f00;
	padding: 10px 13px;
	color: #fff;
	font-size: 18px;
	margin:10px 0px 0px 0px;
	float:left;
	line-height: 100%;
	clear: both;
	font-weight: 700;
	cursor: pointer;
	border:solid 1px #ff7f00;
	transition: all 0.3s ease 0s;
}
.signup-newsletter input[type="submit"]:hover{
	background: #fff;
	color: #ff7f00;
}
.signup-newsletter label{
	margin-top: 10px;
	position: relative;
	padding-right: 24px;
	font-weight: 200;
}
.signup-newsletter input[type="checkbox"],
#subscribe-modal input[type="checkbox"]{
    height: 18px;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 18px;
    z-index: 2;
	cursor: pointer;
}
#subscribe-modal input[type="checkbox"]{
	top: 4px;
	left: -2px;
}
.signup-newsletter input[type="checkbox"] + label::before,
#subscribe-modal input[type="checkbox"] + label::before,
#subscribe-modal input[type="checkbox"] + label + label::before{
    content: "";
    display: inline-block;
    height: 12px;
    margin-right: 10px;
    position: absolute;
    top: 8px;
	right:-8px;
    width: 14px;
	background: url(../images/unchecked.png) no-repeat center;
	cursor: pointer;
}
#subscribe-modal input[type="checkbox"] + label::before,
#subscribe-modal input[type="checkbox"] + label + label::before{
	right:auto;
	left: 0;
}
.signup-newsletter input[type="checkbox"]:checked + label::before,
#subscribe-modal input[type="checkbox"]:checked + label::before,
#subscribe-modal input[type="checkbox"]:checked + label + label::before{
    content:"";
    background: url(../images/checked.png) no-repeat center;
	background-position: 1px -1px;
}
.signup-newsletter input[type="checkbox"].error + label:before,
#subscribe-modal input[type="checkbox"].error + label:before,
#subscribe-modal input[type="checkbox"].error + label + label::before{
	box-shadow:0px 0px 5px #fe0000;
}


#subscribe-modal .modal-dialog {
	max-width: 60%!important;
}
#subscribe-modal .modal-content{
	padding: 46px 40px 46px 50px;
}
#subscribe-modal .modal-content .modal-body,
#subscribe-modal .modal-content .modal-header{
	padding:0;
}
 #subscribe-modal .modal-content .modal-header {
	 padding:20px;
}
#subscribe-modal ul{
	float:left;
	width:100%;
	margin: 0;
	padding:0;
}
#subscribe-modal ul.form_subscrib{
	width:calc(100% + 40px);
	margin-left: -20px;
	margin-top: -20px;
	margin-bottom:20px;
}
#subscribe-modal ul li{
	float: left;
	width: 50%;
	position: relative;
}
#subscribe-modal ul.form_subscrib > li{
	padding: 10px 20px;
	width: 100%;
}
#subscribe-modal ul.form_subscrib li label.error{
	display:none!important;
}
#subscribe-modal .modal-header h4{
    text-align: center;
    font-size:30px;
    color: #ff7f00;
	line-height: normal;
    margin: 0px 0px 30px 0px;
}
#subscribe-modal label {
    position: relative;
    padding-left: 24px;
    font-weight: 200;
	padding-right: 20px;
}
#subscribe-modal input[type="text"]{
    border: solid 1px #2b3a42;
    padding: 10px 15px;
    font-size: 18px;
    line-height: normal;
    float: left;
    width:100%;
    /*max-width: 355px;*/
    /*margin: 0px 0px 30px 0px;*/
}
#subscribe-modal .req{
	float: left;
	color:red;
	margin-left: -10px;
}

#subscribe-modal .recaptcha-box{
	margin-top:15px;
	margin-bottom:15px;
}
.privacy-policy-sec{
	float:left;
	width:100%;
	position:relative;
}
#subscribe-modal label#agreePolicys-error{
	display:none!important;
}
.popup_item_wrap{
	float:left;
	width:100%;
	margin-bottom: 20px;
	position:relative;
}
.rcaptcha_error{
	border: solid 1px #fe0000;
	display:inline-block;
}

input.error, select.error, input.error:focus {
	border:1px solid #FE0000!important
}

input[type="checkbox"].error {
	box-shadow: 0px 0px 2px 0px rgba(255,0,0,1)!important;
}


/*MAP*/
.iep-global #europe-map{
	padding:20px 50px 20px 20px;
	float:left;
	width:55%;
	height:650px;
	position:relative;
	background: url(../images/eu-map.jpg) no-repeat right center;
	background-size: contain;
}
.jvectormap-tip{
	padding:10px 20px 10px!important;
}
#europe-map .jvectormap-zoomin{
	position:absolute;
	width:50px;
	height:40px;
	background:#fff;
	right:100px;
	bottom:20px;
	left:auto;
	top:auto;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-size:29px;
	line-height:41px;
	color:#f7931d;
	border-radius:6px 0px 0px 6px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.13);
}
#europe-map .jvectormap-zoomout{
	position:absolute;
	width:50px;
	height:40px;
	background:#fff;
	right:50px;
	bottom:20px;
	left:auto;
	top:auto;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-size:29px;
	line-height:41px;
	color:#f7931d;
	border-radius:0px 6px 6px 0px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.13);
	border-left:solid 1px #f7cc99;
}
.jvectormap-marker{
	pointer-events: none;
}
.jvectormap-tip{
	padding: 10px 20px 13px!important;
	border-radius: 6px!important;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.4)!important;
	margin: -25px 0px 0px 20px!important;
}
.jvectormap-tip:after{
	content:'';
	width: 23px;
	height: 15px;
	position: absolute;
	right: 30px;
	bottom:-16px;
	background:url(../images/shade.png) no-repeat center;
}
.jvectormap-tip strong{
	display: block;
	font-size: 20px;
	color: #ff7f00;
	font-weight: bold;
}
.jvectormap-tip p{
	display: block;
	font-size: 16px;
	color: #2b3a42;
	padding: 0px!important;
	margin: 0px!important;
}

#europe-map{
	float:right!important;
	width:55%!important;
	right:0px!important;
	left:auto!important;
	padding-right:0px!important;
}
#mapdata{
	float:left;
	width:100%;
	margin:0px;
	background:#f2f2f2;
	padding: 40px 40px 40px 2.5%;
}
#mapdata h2{
	font-size:18px!important;
	font-weight:500!important;
	margin:0px 0px 10px 2.5%!important;
}
#mapdata .md-rb{
	float:left;
	width:33.3%;
	padding:36px;
	background:#d6e1e6;
	border:solid 5px #f2f2f2;
	display:table-column;
}
#mapdata .md-rb p{
	font-size:18px;
	font-weight:500;
	margin:0px!important;
}
#mapdata .md-rb p i{
	font-style:normal;
	display:block;
	font-weight:400;
}
#mapdata .md-rb span{
	font-style:normal;
	display:block;
	font-weight:100;
	margin-bottom:20px;
}
#mapdata .md-rb a{
	color:#f7931d;
}
.jvectormap-tip strong{
	display:block!important;
}
.jvectormap-tip p{
	margin:0px;
	font-size:16px;
	line-height:20px;
	font-weight:400;
	color:#333;
	padding-top:18px;
}
.jvectormap-tip span{
	float:left;
	font-size:60px;
	color:#f7931d;
	font-weight:400;
	line-height:100%;
	margin-right:20px;
	margin-top:10px;
}
.modal h4{
	font-size:20px;
	font-weight:500;
}
.modal-header{
	border:none;
	padding-bottom:0px;
}
.modal-body iframe{
	width:100%;
}
.modal-dialog{
	margin-top:7%;
}
.modal-content{
	border-radius:0px;
	border:none!important;
}
#bioModal button.close{
	right:-25px;
	top:-25px;
}
#bioModal button.close span{
	text-indent: 20px;
	display: none;
}

/*-------------------------------------------------------*/
/* Footer
/*-------------------------------------------------------*/

footer{
	float:left;
	width: 100%;
	background:url(../images/footer-bg.png) no-repeat top center;
	background-size: cover;
}
footer h3, footer h4, footer p, footer a{
	color: #fff;
}
footer .footer-support{
	padding: 90px 0px;
	float:left;
	width: 100%;
}
footer .footer-support h3{
	font-size: 40px;
	margin: 0px 0px 20px 0px;
	line-height: 100%;
}
footer .footer-support .btn-primary{
	margin-top: 22px;
	border-color:#073344!important;
}
footer .footer-info{
	float:left;
	width: 100%;
	padding: 45px 0px;
	background: rgba(43,57,66,0.75);
}
footer .footer-info h4{
	font-size: 30px;
	margin: 0px 0px 20px 0px;
	line-height: 100%;
}
footer .footer-info p{
	font-size: 20px;
	margin: 0px;
	line-height: 23px;
}
footer .footer-info .pr-8{
	padding-right: 8.2rem;
}
footer .footer-info a{
	color: #fff;
	text-decoration: none;
	display: inline-block;
	line-height: 18px;
	font-weight:600;
	font-size: 20px;
}
footer .footer-info .ft-menu li a{
	display: inline!important;
}
footer .footer-info .ft-menu{
	float:left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
footer .footer-info .ft-menu > li{
	list-style: none;
	margin: 0px;
	width: 50%;
	line-height: normal;
}
footer .footer-info .ft-menu > li:nth-child(1), footer .footer-info .ft-menu > li:nth-child(2), footer .footer-info .ft-menu > li:nth-child(3), footer .footer-info .ft-menu > li:nth-child(4){
	float:none;
	width: 100%;
}
footer .footer-info .ft-menu > li:nth-child(5), 
footer .footer-info .ft-menu > li:nth-child(7){
	float:left;
}
footer .footer-info .ft-menu > li:nth-child(6),
footer .footer-info .ft-menu > li:nth-child(8){
	float:right;
}
footer .footer-info .ft-menu > li a{
	float:none!important;
}
footer .footer-info .ft-menu > li.float-left{
	clear: left;
}
footer .footer-info .share-ft{
	float:left;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	width: 100%;
}
footer .footer-info .share-ft li{
	width:28px;
	list-style: none;
	margin: 0px 18px 0px 0px;
	padding: 0px;
	text-align: center;
	transition: all 0.3s ease 0s;
	height: 28px;
	float:left;
}
footer .footer-info .share-ft li a{
	display: block;
	width:28px;
	height: 28px;
	text-align: center;
	background: #fff;
	color: #003447;
	border-radius: 40px;
}
footer .footer-info .share-ft li a i{
	line-height: 30px;
}


/*-------------------------------------------------------*/
/* Content
/*-------------------------------------------------------*/

.doc:before{
	content:"\f1c2"!important;
	font-family: 'FontAwesome'!important;
	margin:0px 5px 0px 0px!important;
	position: static !important;
    visibility: visible !important;
	background: none!important;
}
.pdf:before{
	content:"\f1c1"!important;
	font-family: 'FontAwesome'!important;
	margin:0px 5px 0px 0px!important;
	position: static !important;
    visibility: visible !important;
	background: none!important;
}


#inner-section .item-row{
	margin:0px 0px 90px;
	float:left;
	width: 100%;
}
#inner-section .item-row .intro-text .item-row{
	margin-bottom: 0px!important;
}
#inner-section .intro-text{
	width:100%;
	max-width: 1200px;
	float: left;
}
#inner-section .intro-text p{
	font-size: 20px;
	line-height: normal;
}
#inner-section .news_intro_text.intro-text p{
	font-weight: 700;
}
#inner-section .intro-text p i{
	font-weight: 600;
}
#inner-section .intro-text span.updated{
	display: block;
	font-size: 16px;
	color: #ff7f00;
	font-weight: 700;
	line-height: 100%;
	margin: 0px 0px 40px 0px;
}
#inner-section .intro-text.without-intro{
	border:none;
}
#inner-section .intro-text h2+span.updated{
	margin: -32px 0px 40px 0px;
}
#inner-section .intro-text p:last-child{
	margin: 0px 0px -10px 0px;
}
#inner-section.events .intro-text{
    margin: 0px 0px 40px 7.8%;
    max-width: 44%;
	clear: both;
}
.pagination_top{
  float: left;
  width: 100%;
  margin: 30px 0px 0px 0px;
}
.pagination_top ul > li:first-child{
  padding-left: 0px;
}
#inner-section .item-row .item-banner{
	height: 400px;
	background-repeat: no-repeat;
	background-position:  center;
	background-size: cover;
	margin-top: 40px;    
	display: flex;
    width: calc(100vw - 100px);
    position: relative;
    margin-left: calc(-50vw - 50px);
    left: calc(50% + 100px);
}
.overlay-block-wrap{
	float:left;
	display: flex;
    width: calc(100vw - 100px);
    position: relative;
    margin-left: calc(-50vw - 50px);
    left: calc(50% + 100px);
}
.overlay-block-wrap .vision-overlay{
	display: flex;
	width: 100%;
	padding:0px!important;
}
.overlay-block-wrap .vision-overlay > li{
	list-style: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: multiply;
	background-color: #517e97;
	width:33.33%;
	height: 400px;
	align-items: center;
	display: flex;
	padding: 50px;
	flex-wrap: wrap;
	position: relative;
	list-style: none!important;
}
.overlay-block-wrap .vision-overlay > li:hover{
	background-color: #3f5765;
}
.overlay-block-wrap .vision-overlay > li .text-stat{
	font-size: 40px;
	color: #fff;
	font-weight: 700;
	width: 100%;
	line-height: normal;
	text-align: center;
	opacity: 1;
	transition: all 0.3s ease 0s;
}
.overlay-block-wrap .vision-overlay > li .text-over{
	font-size: 30px;
	color: #ff7f00;
	font-weight: 700;
	width: calc(100% - 100px);
	line-height: normal;
	text-align: center;
	position: absolute;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease 0.1s;
}
.overlay-block-wrap .vision-overlay > li .text-over p{
	font-size: 30px;
	color: #ff7f00;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}
.overlay-block-wrap .vision-overlay > li:hover .text-over{
	opacity: 1;
	pointer-events: auto;
}
.overlay-block-wrap .vision-overlay > li:hover .text-stat{
	opacity: 0;
	pointer-events: none;
}
.secondary-bg-block{
	display: flex;
    width: calc(100vw - 100px);
    position: relative;
    margin-left: calc(-50vw - 50px);
    left: calc(50% + 100px);
	background: #bdd4de;
	padding: 45px 6vw;
}
.story-masonry-wrap{
	display: flex;
    width: calc(100vw - 100px);
    position: relative;
    margin-left: calc(-50vw - 50px);
	margin-top:0px;
	padding-top: 20px;
	padding-bottom: 80px;
    left: calc(50% + 100px);
	background: #bdd4de;
	z-index: 0;
}
.news_row .news_landing_text{
	width: 28%;
	min-width: 0px!important;
}
.news_row .news_landingimage{
	width: 72%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/*.isotope .isotope-item {
    transition-property: transform, opacity;
}
.isotope, .isotope .isotope-item {
    transition-duration: 0.8s;
}
.isotope-item {
    z-index: 2;
}*/
ul.story-wrap {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px!important;
	position: relative;
}
ul.story-wrap > li {
    list-style: none!important;
    margin: 0px;
    padding: 0px;
    height: 188px;
    width: 16.65%;
    float: left;
	clear: none;
	overflow: hidden;
}
ul.story-wrap > li .story-img{
	display: flex;
	text-align: center;
	height: 188px;
	align-items: center;
	width: 100%;
	position: relative;
	cursor: pointer;
	float:left;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 30px;
	margin: 0px!important;
	
}
ul.story-wrap > li {
    height: 400px;
    width: 33.33%;
}
#inner-section ul.story-wrap > li .story-img{
	margin: 0px!important;
}
ul.story-wrap > li .story-img{
    height: 400px;
}
ul.story-wrap > li.story-present{
    height: 188px;
    width: 16.65%;
}
ul.story-wrap > li.story-present .story-img{
    height: 188px;
}

ul.story-wrap > li.story-present{
	float: right;
	clear: both;
}
ul.story-wrap > li .story-content{
	float:left;
	padding: 45px 50px;
	max-height: 390px;
	opacity: 0;
	overflow: hidden;
	transition: all 0.3s ease 0.1s;
}
ul.story-wrap > li .story-img:after{
	content:'';
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.5);
	pointer-events: none;
	transition: all 0.3s ease 0s;
}
ul.story-wrap > li:hover .story-img:after{
	background:rgba(0,0,0,0.30);
}
ul.story-wrap > li .story-img h4{
	font-size: 20px;
	color: #fff;
	margin: 0px;
	line-height: 22px;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 1;
}
ul.story-wrap > li.story-present .story-img h4{
	font-size: 20px;
	line-height: 22px;
}
ul.story-wrap > li .story-img h4{
	font-size: 30px;
	line-height: 30px;
}
ul.story-wrap > li.flip-content{
	width: 83.34%;
	height: 376px;
	float:left;
	position: absolute;
	left: 0px;
	top:0px;
}
ul.story-wrap > li.flip-content .story-img{
	width: 33.33%;
	height: 376px;
	pointer-events: none;
}
ul.story-wrap > li.flip-content .story-img:after{
	background:rgba(0,0,0,0.25);
}
ul.story-wrap > li.flip-content .story-img h4{
	font-size: 30px;
	line-height: 33px;
}
ul.story-wrap > li.flip-content .story-content{
	width: 66.67%;
	opacity: 1;
}
.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0, 0, 0, 0)!important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 3px;
    height: 100%;
    text-align: center;
    margin: 0px auto;
    border-radius: 16px;
	border-radius: 10px;
	background: #2b3a42!important;
}
.mCSB_scrollTools .mCSB_draggerContainer{
	right: -14px;
}
ul.tab-nav{
	margin:40px 0px;
	width: 100%;
	float:left;
	padding: 0px!important;
}
ul.tab-nav > li{
	float:left;
	margin-right: 20px;
	list-style: none!important;
}
ul.tab-nav > li a{
	font-size: 16px;
	color: #2b3a42;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	border:solid 1px;
	padding: 12px 22px;
	line-height: 100%;
	transition: all 0.3s ease 0s;
}
ul.tab-nav > li a:hover, ul.tab-nav > li a.active{
	background: #2b3a42;
	color: #fff;
}
.tab-content{
	margin-bottom: 40px;
}
.board-team-wrap{
	float:left;
	width:100%;
	clear: both;
}
.board-team-wrap ul.board-list{
	margin: 0px;
	padding: 0px;
	float:left;
	width: calc(100vw - 200px);
	margin:45px -50px 20px -50px;
}
.board-team-wrap ul.board-list > li{
	float:left;
	width: 25%;
	padding: 0px 50px;
	margin-bottom: 30px;
	list-style: none;
}
.board-team-wrap ul.board-list > li:nth-child(4n+1) {
    clear: left;
}
.board-team-wrap ul.board-list .team-img{
	float:left;
	width: 100%;
	height: 175px;
	overflow: hidden;
	text-align: left;
}
.board-team-wrap ul.board-list .team-img img{
	width: auto;
	max-height: 170px;
}
.board-team-wrap ul.board-list .team-dsc{
	float:left;
	width: 100%;
	padding: 15px 0px 0px 0px;
}
.board-team-wrap ul.board-list .team-dsc strong{
	display: block;
	color: #ff7f00;
}
.board-team-wrap ul.board-list .team-dsc p{
	margin-bottom: 6px;
	line-height: normal;
}
.board-team-wrap ul.board-list .team-dsc span{
	display: block;
}
.board-team-wrap ul.board-list .team-dsc a{
	color: #2b3a42;
	text-decoration: none;
	font-style: italic;
	font-weight: 600;
}
.board-team-wrap ul.board-list > li .bio-modal-content{
	display: none;
}
.modal.bio-modal .modal-dialog, .modal.media-modal .modal-dialog{
	width:70vw;
	max-width: none;
}
.modal.media-modal.video-modal .modal-dialog{
	width:800px;
}
.video-modal iframe{
	width: 100%;
	height: 450px;
	float:left;
}
.bio-modal-content{
	float:left;
	width: 100%;
	display: table;
}
.bio-modal-content > div{
	height: 450px;
	display: table-cell;
	vertical-align: top;
	overflow: hidden;
}
.bio-modal-content .team-img{
	width:380px;
	float:left;
}
.bio-modal-content .team-img img{
	width: 100%;
}
.bio-modal-content .team-dsc{
	padding: 46px 40px 46px 50px;
}
.bio-modal .close, .media-modal .close{
	border:none;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background:url(../images/close.png) no-repeat center #ff7f00;
	background-size: 20px;
	position: absolute;
	right:-25px;
	top:-25px;
	opacity: 1;
	outline: none;
}
.bio-modal .team-dsc h4{
	font-size: 24px;
	color: #ff7f00;
	font-weight: 700;
	margin: 0px;
	line-height: normal;
}
.bio-modal .team-dsc .position{
	display: block;
	font-size: 20px;
	line-height: normal;
	margin-bottom: 10px;
}
.bio-modal .team-dsc .bio-title{
	display: block;
	margin-bottom: 35px;
	font-weight: 600;
	font-style: italic;
	font-size: 20px;
}
.bio-modal .team-dsc .scroll-content{
	max-height: 358px;
}
.media-modal .modal-dialog {
    margin-top: 4%;
}
.media-modal .media-modal-content{
	float:left;
	width: 100%;
}
.media-modal .media-modal-content .file-preview{
	float:left;
	width: 100%;
	text-align: center;
}
.media-modal .media-modal-content .file-wrap{
	display: table;
	width: 100%;
	padding: 0px 20px;
}
.media-modal .media-modal-content .file-wrap > div{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding: 20px;
	width: 40%;
}
.media-modal .media-modal-content .file-wrap > div.file-name{
	font-size: 24px;
	font-weight: 700;
	width: 38%;
}
.media-modal .media-modal-content .file-wrap > div.file-credit{
	text-align: left;
	width: 38%;
}
.media-modal .media-modal-content .file-wrap > div.file-download{
	text-align: center;
	width: 24%;
	padding: 20px 0px;
}
.media-modal .media-modal-content .file-wrap > div.file-download .btn-primary.btn-big{
	padding: 6px 16px;
}

.funding-map, .governors-map{
	float:left;
	width: calc(100vw - 100px);
    position: relative;
    margin-left: calc(-50vw - 50px);
    left: calc(50% + 100px);
	background: #bdd4de;
	clear:both;
}
.funding-map #funding-map, .governors-map #governors-map{
	float:left;
	width: 100%;
	height: 900px;
}
.funding-map .funding-intro, .governors-map .funding-intro{
	background: #bdd4de;
	position: absolute;
	width: calc(100vw - 100px);
	padding: 90px 100px 70px 100px;
	z-index: 1;
	height: auto;
}
.funding-map .funding-intro h2, .governors-map .funding-intro h2{
	margin: 0px 0px 30px 0px;
	color: #2b3a42;
	text-transform: uppercase;
}
.funding-map .btn-primary, .governors-map .btn-primary{
	border-color:#bdd4de!important;
}
.funding-map .funding-intro p, .governors-map .funding-intro p{
	font-weight: 600;
	font-size: 20px;
}
#mapContent{
	
}
#mapTab a{
	background: #2b3a42;
	border-color:#2b3a42;
	color: #fff;
}
#mapTab a.active{
	background: #bdd4de;
	border-color:#bdd4de;
	color: #2b3a42;
}
.funding-map .can-eu-stamp, .governors-map .can-eu-stamp{
	display: block;
	margin-top: 50px;
}
.funding-intro ul.countries_list, .where-we-work ul.countries_list{
	/*display: flex;*/
	flex-wrap: wrap;
	padding: 0px;
	margin: 40px 0px 0px;
	min-width: 440px;
	width: 100%;
	column-count: 2;
    -webkit-column-count: 2;
}
.funding-intro ul.countries_list > li, .where-we-work ul.countries_list > li{
	list-style: none;
	/*width: 33.33%;*/
	width: 100%;
	line-height: normal;
	padding-right: 15px;
}
ul.country-list{
	float:left;
	width: calc(100vw - 200px);
    margin: 45px -50px -30px -50px;
}
.board-team-wrap ul.country-list{
	margin: 45px -50px -30px -50px;
	padding: 0px!important;
}
#mapContent ul.country-list{
	margin-bottom: 30px!important;
}
ul.country-list > li {
    float: left;
    width: calc(25% - 100px);
    margin: 0px 50px;
    margin-bottom: 0px;
	border-bottom:solid 1px #2b3a42;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	line-height: normal;
	padding: 6px 0px;
	list-style: none!important;
	position:relative;
}
.board-team-wrap ul.board-list + ul.country-list{
	margin-top: 80px;
}

span.map-cont{
	float: left;
	width:100%;
	font-style: italic;
	margin-top:30px;
	font-size: 13px;
	font-family:arial, 'Source Sans Pro', sans-serif;
}

#mapContent{
	float:left;
	width: 100%;
	position: relative;
	height: 900px;
	margin: 0px!important;
}
#mapContent .tab-pane{
	float:left;
	width: 100%;
	display: block!important;
	position: absolute;
	left: 0px;
	top:0px;
	opacity: 0;
	pointer-events: none;
	z-index: 0;
	transition: all 0.2s ease 0.2s;
}
#mapContent .tab-pane.active{
	opacity: 1;
	pointer-events: auto;
	z-index: 1;
}
#mapContent .scroll-content{
	max-height: 320px;
}
ul.country-list > li {
	padding-right: 40px;
}
.country-list svg.icon{
	width:30px;
	right: 0;
	height:30px;
	top: -50%;
    bottom: -50%;
    margin: auto;
	position: absolute;
}
ul.country-list .portugal svg.icon{
  background:url(../images/portugal.png) no-repeat center;
  background-size: 30px;
}
.country-list li.switzerland svg.icon{
	width: 22px;
	height: 22px;
}


/*ARTICLE*/

article{
	float:left;
	width: 100%;
	max-width: 1200px;
}
article .intro-text{
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom:solid 1px #caced0;
}
article .intro-text.no-readmore{
	border:none;
	padding-bottom: 0px!important;
}
article h3{
	font-size: 30px;
	margin: 0px 0px 20px 0px;
	line-height: 33px;
}
article h4{
	font-size: 24px;
	margin: 0px 0px 15px 0px;
	line-height: 33px;
}
article ul{
	padding-left: 14px;
	width: 100%;
	margin: 0px 0px 35px 0px;
}
article ul > li{
	list-style: none;
	list-style-position: outside;
	margin: 0px 0px 15px 0px;
	line-height: normal;
	list-style-image: url(../images/bullet.jpg);
}
article > ul:last-child{
	margin: 0px;
}
article > p:last-child{
	margin: 0px;
}
blockquote{
	border-top:solid 1px #ff7f00;
	border-bottom:solid 1px #ff7f00;
	padding: 10px 0px 13px 46px;
	margin: 30px 0px 40px;
	background:url(../images/quote.png) no-repeat 0px 15px;
	background-size: 33px;
	min-height: 60px;
	font-size: 30px;
	color: #444444;
	font-weight: 600;
	display: inline-block;
}
blockquote p{
	font-size: 30px;
	color: #444444;
	font-weight: 600;
	line-height: 32px;
}
blockquote p:last-child{
	margin: 0px;
}
.flex-row{
	width: calc(100% + 100px);
	display: flex;
	margin: -50px;
}
.flex-row > .flex-col{
	flex: 2;
}
.flex-row .resource-col{
	background: #e4eef2;
	padding: 46px 50px;
	margin: 50px;
}
.resource-col .resource-list{
	margin: 0px;
	padding: 0px;
}
.resource-col .resource-list > li{
	list-style: none;
	margin: 0px 0px 10px 0px;
	line-height: normal;
}
.resource-col .resource-list > li:last-child{
	margin: 0px;
}
.resource-list > li a{
	font-size: 18px;
	color: #2b3a42;
	transition: all 0.2s ease 0s;
	font-weight: 400;
}
.resource-list > li a:hover{
	font-weight: bold;
}
.resource-col .resource-list > li i{
	display: inline-block;
	width: 28px;
}
.flex-row .resource-col h4{
	font-size: 30px;
	margin: 0px 0px 15px 0px;
	line-height: 100%;
}
.resource-col.social-col{
	background: #f2f6f8;
}
.resource-col.social-col li a i{
	color: #ff7f00;
	font-size: 22px;
}
.interested-articles{
	float:left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0px!important;
}
.interested-articles > li{
	width:25%;
	height: 250px;
	float:left;
	list-style: none!important;
}
.interested-articles > li a{
	display: flex;
	align-content: center;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 250px;
	position: relative;
}
.interested-articles > li a:after{
	content:'';
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	transition: all 0.3s ease 0s;
}
.interested-articles > li a:hover:after{
	background: rgba(0,0,0,0.2);
}
.interested-articles li:first-child{
	width:49.99%;
	height: 500px;
	font-size: 30px;
}
.interested-articles li:first-child a{
	height: 500px;
	font-size: 30px;
}
.interested-articles > li a span{
	align-items: center;
	align-self: center;
	text-align: center;
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 0px 20px;
}
.carousel-wrap .event-carousel .btn-skew.btn-blue{
	left:200px;
}
ul.rel-events-list{
	margin: -50px -50px 0px -50px;
	padding: 0px!important;
	width: calc(100% + 100px);
	display: flex;
	flex-wrap: wrap;
}
ul.rel-events-list > li{
	list-style: none!important;
	float:left;
	width: calc(50% - 100px);
	margin: 50px;
	background: #3f5765;
}
ul.list-thumb-dark .item-thumb{
	float:left;
	width: 100%;
}
ul.list-thumb-dark .item-thumb img{
	width: 100%;
	margin: 0px!important;
}
ul.rel-events-list .item-desc{
	padding: 28px 30px;
	float:left;
	width: 100%;
}
ul.rel-events-list .item-meta{
	float:left;
	width: 100%;
	line-height: 100%;
	margin-top: 6px;
}
ul.rel-events-list .item-meta .date{
	font-size: 20px;
	text-transform: uppercase;
	color: #bdd4de;
	font-weight: 600;
	line-height: 100%;
	float:left;
}
ul.rel-events-list .item-meta .loc{
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	line-height: 100%;
	float:right;
}
ul.rel-events-list .item-intro{
	float:left;
	width: 100%;
	padding: 25px 30px;
}
ul.rel-events-list .item-meta .item-cat{
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	background: #ff7f00;
	font-weight: 700;
	line-height: 100%;
	float:right;
	padding: 3px 12px;
	letter-spacing: 1px;
}
ul.rel-events-list h4{
	font-size: 24px;
	line-height: normal;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0px;
	display: block;
	clear: both;
}
ul.rel-events-list h4 a{
	color: #fff;
	text-decoration: none;
}
ul.rel-events-list .item-td-wrap{
	display: table;
	/*display:flex;*/
	width: 100%;
}
ul.rel-events-list .item-td-wrap > div{
	display: table-cell;
	vertical-align: top;
}
ul.rel-events-list .item-td-wrap .item-thumb{
	width:42%;
	/*width: 434px;
	overflow: hidden;*/
	background-size: cover;
}
ul.rel-events-list .item-td-wrap .item-thumb img{
	margin:0!important;
	/*max-height: 145px;*/
	margin-top: 5px!important;
	max-height: 210px;
	max-width: none;
}
ul.rel-events-list .item-td-wrap .item-desc{
	padding-top: 0px;
}
ul.rel-events-list .item-td-wrap .item-desc p{
	color: #fff;
}
ul.rel-events-list .btn-big{
	background: #3f5765;
}
ul.rel-pub-list{
	margin: -50px -50px 0px -50px;
	padding: 0px!important;
	width: calc(100% + 100px);
	display: flex;
	flex-wrap: wrap;
}
ul.rel-pub-list > li{
	list-style: none!important;
	float:left;
	width: calc(50% - 100px);
	margin: 50px;
	background: #bdd4de;
}
ul.rel-pub-list > li > div{
	display: table-cell;
	vertical-align: top;
	text-align: left;
}
ul.rel-pub-list > li > .pub-thumb{
	width: 220px;
}
ul.rel-pub-list > li > .pub-thumb img{
	max-height: 309px;
	margin: 0px!important;
}
ul.rel-pub-list > li > .pub-desc{
	padding: 36px 30px;
}
ul.rel-pub-list > li > .pub-desc p:last-child{
	margin: 0px;
}
ul.rel-pub-list > li > .pub-desc h4{
	text-transform: uppercase;
	color: #444444;
	margin: 0px 0px 20px 0px;
}
ul.rel-pub-list > li > .pub-desc h4 a{
	color: #444444;
}
ul.rel-pub-list .btn-secondary.btn-big{
	background: #bdd4de!important;
	color: #2b3a42;
	box-shadow: 0px 0px 0px 2px #2b3a42!important;
}
ul.rel-pub-list .btn-secondary.btn-big:hover{
	box-shadow: 0px 0px 0px 4px #2b3a42!important;
}

ul.rel-media-list{
	margin: -50px -50px 0px -50px;
	padding: 0px!important;
	width: calc(100% + 100px);
	display: flex;
	flex-wrap: wrap;
}
ul.rel-media-list > li{
	list-style: none!important;
	float:left;
	width: calc(50% - 100px);
	margin: 50px;
}
ul.rel-media-list > li img{
	width:100%;
}
ul.rel-media-list > li .media-thumb.video,
ul.rel-media-list > li .media-thumb.image{
	position: relative;
	margin: 0;
	overflow: hidden;
	max-height: 309px;
}
ul.rel-media-list > li .media-thumb.video img,
ul.rel-media-list > li .media-thumb.image img{
	margin: 0!important;
}
.media_list ul.rel-media-list > li .media-thumb.video,
.media_list ul.rel-media-list > li .media-thumb.image,
.item-row.media-gallerylist ul.rel-media-list > li .media-thumb.video,
.item-row.media-gallerylist ul.rel-media-list > li .media-thumb.image{
	max-height: 400px;
}
ul.rel-media-list > li .media-thumb.video:after{
	content: '';
	width: 50px;
	height: 50px;
	left: -50%;
	right:-50%;
	top:-50%;
	bottom:-50%;
	margin:auto;
	position: absolute;
	background: url(../images/play_icon.png) no-repeat center;
	background-size: 50px;
	pointer-events: none;
}
ul.rel-media-list .item-thumb{
	float:left;
	width: 100%;
}
ul.rel-media-list .item-thumb img{
	width: 100%;
}
ul.rel-media-list > li .media-thumb-disc{
	padding:20px 0px;
	width: 100%;
}
ul.rel-media-list > li .media-thumb-disc p{
	margin: 0px;
}
.media_list .media-thumb-disc{
	float: left;
	width: 100%;
	padding:20px 0;
}
.media_list .media-thumb-disc p:last-child{
	margin:0px
}


ul.thematic-thumbs{
	margin: -50px -50px 0px -50px!important;
	padding: 0px!important;
	width: calc(100% + 100px);
	display: flex;
	flex-wrap: wrap;
}
ul.thematic-thumbs > li{
	list-style: none!important;
	float:left;
	width: calc(33.33% - 100px);
	margin: 25px 50px;
	display: flex;
}
ul.thematic-thumbs > li a{
	display: table;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
    background-size: cover;
}
ul.thematic-thumbs > li a:after{
	content:'';
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.50);
	pointer-events: none;
	transition: all 0.3s ease 0s;
}
ul.thematic-thumbs > li a:hover:after{
	background: rgba(0,0,0,0.20);
}
ul.thematic-thumbs > li a span{
	display: table-cell;
	width: 100%;
	height: 275px;
	text-align: center;
	vertical-align: middle;
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
	padding: 30px;
	position: relative;
	z-index: 1;
	transform: scale(1);
	transition: all 0.3s ease 0s;
}
ul.thematic-thumbs > li a:hover span{
	transform: scale(1.1);
}
.filter-items-wrap{
	float:left;
	width: 100%;
	margin: 0px;
	position: relative;
}
.filter-items-wrap .copyurl{
	float:left;
	margin-top:-10px;
	margin-right:20px;
	margin-left: 20px;
}
/*
.filter-items-wrap .search-wrap + .copyurl{
	position: absolute;
	right:0px;
	top:-40px;
	float:left;
	margin: 0px;
}*/ 
.filter-items-wrap .reset_filters{
	float:left;
}
.filter-items-wrap .reset_filters .btn-sml{
	float:left;
	color:#2b3a42;
	font-weight: bold;
	border-bottom:solid 1px;
	margin: -1px 30px 0px 0px;
	
}
section .select-wrap{
	float:left;
	margin: 0px 30px 0px 0px;
	width:200px;
}
section .select-wrap .select-styled{
	border-bottom:solid 1px #2b3a42;
	font-size: 20px;
	color: #2b3a42;
	text-align: left;
	line-height: 100%;
	padding: 0px 20px 0px 0px!important;
	height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
section .select-wrap .select-styled:after{
	content:'\f0d7';
	position: absolute;
	right: 0px;
	top:4px;
	font-size: 12px;
	font-family: FontAwesome;
	color: #ff7f00;
}
section .select-wrap .select-options{
	top:24px;
	width: 100%;
	max-height: 255px;
	padding: 0px!important;
	z-index: 3;
}
section .select-wrap .select-options li{
	text-align: left;
	background: #dee9ee!important;
	border:none!important;
	color: #2b3a42!important;
}
section .select-wrap .select-options li:first-child,
section .select-wrap .select-options li:first-child:hover{
	background:#dee9ee!important;
	color:#728994!important;
}
section .select-wrap .select-options li:hover{
	background: #bdd4de!important;
}
.filter-items-wrap .search-wrap{
	width: 280px;
	border-bottom:solid 1px #2b3a42;
	float:right;
	position: relative;
}
section .filter-items-wrap .select-wrap{
	max-width: 160px!important;
}
.filter-items-wrap .search-wrap input[type="text"]{
	padding: 0px;
	border: none;
	font-size: 20px;
	color: #2b3a42;
	float:left;
	line-height: 100%;
	width: 90%;
	height: 23px;
}
.filter-items-wrap .search-wrap input[type="submit"]{
	width: 18px;
	height: 18px;
	border:none;
	position: absolute;
	right:0px;
	top:2px;
	background:url(../images/search-ico.png) no-repeat center;
	cursor: pointer;
}
ul.stories-wrap{
	margin: 50px -50px 0px -50px!important;
	padding: 0px!important;
	width: calc(100% + 100px);
	display: flex;
	flex-wrap: wrap;
}
ul.stories-wrap > li{
	list-style: none!important;
	float:left;
	width: calc(33.33% - 100px);
	margin: 25px 50px;
	display: table;
	height: 600px;
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	transition: all 0.3s ease 0s;
	overflow: hidden;
}
ul.stories-wrap > li .story-desc{
	text-align: center;
	padding: 40px 50px;
	z-index: 2;
	height: 500px;
	position: absolute;
	margin: 50px 0px;
	top:65%;
	transition: all 0.3s ease 0.2s;
	width: 100%;
}
ul.stories-wrap > li:hover .story-desc{
	top:0px;
}
ul.stories-wrap > li .story-desc .btn-skew{
	position: absolute;
	left: -50%;
	right:-50%;
	margin: auto;
	bottom:50px;
	width: 210px;
	text-align: center;
}
ul.stories-wrap > li a.link_page{
	width: 100%;
	height: calc(100% + 107px);
	position: absolute;
	top: -50px;
	left: 0;
}
ul.stories-wrap > li:after{
	content:'';
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.25);
	transition: all 0.3s ease 0s;
}
ul.stories-wrap > li:hover:after{
	background:rgba(0,0,0,0.7);
}
ul.stories-wrap > li .story-desc h3{
	color: #fff;
	font-size: 30px;
	margin: 0px 0px 20px 0px;
	transition: all 0.3s ease 0s;
}
ul.stories-wrap > li .story-desc p, ul.stories-wrap > li .story-desc .fade-content h3{
	color: #fff;
	font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1.4rem;
}
ul.stories-wrap > li .story-desc p{
   font-weight: 600;
}
ul.stories-wrap > li:hover h3{
	color: #ff7f00;
}
ul.stories-wrap > li .story-desc .fade-content{
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s ease 0.2s;
	float:left;
	width: 100%;
}
ul.stories-wrap > li:hover .story-desc .fade-content{
	opacity: 1;
	pointer-events: auto;
}
ul.stories-wrap > li .over_flow{
	position: relative;
	display:inline-block;
	width: 100%;
	overflow: hidden;
	height:600px;
}
#inner-section .story-img {
    /*clear: both;
    display: block;
    float: none!important;*/
	max-width:870px;
	margin-bottom: 30px!important;
	margin-top: 30px!important;
}
.article-image{
	float:left;
	width:100%;
}
.article-image .credits{
	font-size: 13px;
	line-height: 15px;
	display: block;
	clear: both;
	color: #666;
	font-style: italic;
	padding-top: 10px;
	margin-bottom: 25px;
	margin-top:-25px;
}
ul.initiative-list{
	margin: -50px -50px 0px -50px;
	padding: 0px!important;
	width: calc(100% + 100px);
	display: flex;
	flex-wrap: wrap;
}
ul.initiative-list > li{
	list-style: none!important;
	float:left;
	width: calc(50% - 100px);
	margin: 50px;
	background: #bdd4de;
	padding: 45px 30px;
}
ul.initiative-list > li h4{
	font-size: 24px;
	color: #2b3a42;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0px 0px 15px 0px;
}
ul.initiative-list > li h4 a{
	color: #2b3a42;
}
ul.initiative-list > li > span{
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
}
ul.initiative-list > li > span i{
	color:#ff7f00;
	font-style: normal;
}
article .back-btn{
	display: inline-block;
	color:#2b3a42;
	border-bottom:solid 2px #ff7f00;
	font-weight: 700;
	font-size:18px;
	padding: 0px 0px 2px 35px;
	background:url(../images/back.png) no-repeat left center;
	background-size: 25px;
	line-height: 100%;
}
article .initiative-inner{
	float:left;
	width: 100%;
	margin-top: -50px;
}
.initiative-inner h2{
	clear: both;
	margin-bottom: 30px;
}
.initiative-inner ul.stat-list{
	float:left;
	width: 100%;
	margin: 36px 0px;
	padding: 0px;
}
.initiative-inner ul.stat-list > li{
	list-style: none;
	float:left;
	width: 50%;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0px;
	display: table;
}
.initiative-inner ul.stat-list > li *{
	float:left;
}
.initiative-inner ul.stat-list > li text{
	clear: left;
}
.initiative-inner ul.stat-list > li span{
	color: #ff7f00;
	display: table;
    max-width: 70%;
    padding-left: 6px;
}
.initiative-inner ul.init-list{
	float:left;
	width: 100%;
	margin: 0px 0px;
	padding: 0px;
}
.initiative-inner ul.init-list > li{
	list-style: none;
	float:left;
	width: 100%;
	font-size: 24px;
	font-weight: 700;
	margin: 0px 0px 16px 0px;
}
.initiative-inner ul.init-list > li span{
	color: #ff7f00;
}
ul.initiative-list > li.no_item, ul.events-list .no-item-found,
ul.stories-wrap > li.no-item, .news_content_section .no_item_found, .media-list > li.no_item,
.no_item_found{
	width: calc(100% - 100px);
	background: url(../images/noitem.png) no-repeat 16px center #f2f2f1!important;
	padding: 20px 20px 20px 55px!important;
	margin-bottom: 0px!important;
	color: #999!important;
	font-style: italic!important;
	border-top:solid 1px #f2f2f2f1;
	border-bottom:solid 1px #f2f2f2f1;
}
body.content_ar #site-wrapper .no_item_found h4{
	margin: 0px!important;
	color: #999!important;
	font-weight: 400!important;
	text-align: right!important;
}
.no_item_found{
	width:100%;
	float: left;
	margin-top:30px;
}


ul.events-list .no-item-found{
	width: calc(100% - 200px);
	margin: 50px 6% 0px;
}
.news_content_section .no_item_found{
	float:left;
	margin-top: 40px;
	width: calc(100%);
}
ul.stories-wrap > li.no-item{
	height: auto;
	margin-right: 0;
}
ul.stories-wrap > li.no-item::after{
	display:none;
}
section .share{
	margin: 0px;
	padding: 0px;
}
section .share li{
	width:28px;
	list-style: none;
	margin: 0px 16px 0px 0px;
	padding: 0px;
	text-align: center;
	transition: all 0.3s ease 0s;
	height: 28px;
	float:left;
}
section .share li a{
	display: block;
	width:28px;
	height: 28px;
	text-align: center;
	background: #ff7f00;
	color: #fff;
	border-radius: 40px;
}
section .share li a i{
	line-height: 30px;
	font-weight: 100;
	font-size: 18px;
}

.events-intro{
	float:left;
	width: calc(100vw - 100px);
	padding: 0px;
	margin: -30px 0px 0px -6vw;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #3f5765;
	background-blend-mode: multiply;
	padding: 100px 0px;
	color: #fff;
}
.events-intro h4{
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	margin: 0px 0px 15px 0px;
}
.events-intro h2{
	font-size: 40px;
	color: #fff;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 20px;
}
.events-intro h2 a{
	color: #fff;
}
.events-intro dl{
	width: 100%;
	max-width: 455px;
	margin: 0px auto 100px;
	text-align: center;
	float:none;
}
.events-intro dl dt{
	margin: 0px 0px 25px 0px;
	font-weight: 700;
	font-size: 20px;
}
.events-intro dl dd{
	margin: 0px 0px 25px 0px;
	padding: 15px 40px 15px 40px;
	border:solid 2px #fff;
	line-height: normal;
	border-width: 2px 0px;
	background:url(../images/pin.png) no-repeat left center;
	background-size: 28px;
}
.events-intro dl dt strong{
	font-size: 30px;
	display: block;
}
.events-intro dl dd strong{
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	display: block;
}
.events-intro .btn-skew{
	padding: 16px 30px!important;
}
.btn-skew.btn-big{
	padding: 15px 30px!important;
}
.events-next{
	float:left;
	width: calc(100vw - 100px);
	padding: 0px;
	margin: 0px 0px 90px -6vw;
}
.calendar-wrap{
	background: #3f5765;
}
.carousel-wrap{
	padding:40px 5% 0px 50px;
}
.carousel-wrap h2{
	margin: 0px 0px 20px 0px;
}
.carousel-wrap h3{
	font-size: 30px;
	margin: 0px 0px 12px 0px;
}
.carousel-wrap h3 a{
	color: #2b3a42;
}
.carousel-wrap .item{
	padding-bottom: 120px;
}
.owl-nav{
	position: absolute;
	right: 0px;
	top:-52px;
	width: 50px;
}
.owl-nav > div{
	float:left;
	width: 15px;
	height: 16px;
	text-indent: 100px;
	overflow: hidden;
}
.owl-nav .owl-prev{
	background:url(../images/car-left.png) no-repeat center;
	background-size: 8px;
}
.owl-nav .owl-next{
	background:url(../images/car-right.png) no-repeat center;
	background-size: 8px;
	float:right;
}
.carousel-wrap .btn-skew{
	padding: 16px 30px!important;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
ul.events-list{
	float:left;
	width: calc(100vw - 100px);
	padding: 0px!important;
	margin: 0px 0px 0px -5.8vw;
}
ul.events-list > li{
	margin-top: 50px;
	float:left;
	list-style: none!important;
	width: 100%;
	display: flex;
	background: #e4eef2;
}
ul.events-list > li .event-thumb{
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #23485b;
	background-size: cover;
	background-blend-mode: multiply;
	width: 38%;
}
ul.events-list > li .event-desc{
	padding: 45px 5% 50px 50px;
	width:62%;
}
ul.events-list > li h3{
	font-size: 30px;
	margin: 0px 0px 10px 0px;
}
ul.events-list .event-btns{
	margin: 30px 0px 0px 0px;
	float:left;
	width: 100%;
}
ul.events-list .event-btns a{
	padding: 16px 30px!important;
	margin-right: 30px;
}
.event-details article{
	float:none;
}
.event-details .tab-nav{
	margin: 0px 0px 20px 0px;
}
.event-details .tab-nav a{
	text-transform: none;
	font-size: 20px;
}
.event-details .tab-content{
	margin: 0px;
}
.event-details .tab-content p{
	font-size: 20px;
}
.event-details .event-dt{
	margin: 0px;
	width: 100%;
	line-height: normal;
}
.event-details .event-dt dt, .event-details .event-dt dd{
	margin: 0px 0px 24px 0px;
	display: block;
}
.event-details .event-dt span{
	display: block;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
}
.event-meta{
	width:100%;
	float:left;
	clear: both;
}
.event-meta dt{
	float:left;
	clear: left;
	width: 200px;
	font-size: 18px;
}
.event-meta dd{
	float:left;
	width: 60%;
	padding-left: 20px;
	font-size: 18px;
}
.event-registration{
	float:left;
	width: 100%;
}
.event-registration label.lbl{
	margin: 0px 0px 5px 0px;
}
.event-registration .check-group{
	margin-bottom: 20px;
}
.event-registration.processing{
	position: relative;
}
.event-registration.processing:after{
	content:'';
	width: 100%;
	height: 100%;
	background:url(../images/loader.svg) no-repeat center rgba(255,255,255,0.8);
	background-size: 120px;
	position: absolute;
	left: 0px;
	top:0px;
	z-index: 2;
}
.event-registration .loader{
	float:right;
	background:url(../images/loader.svg) no-repeat center rgba(255,255,255,0.8);
	background-size:60px;
	width: 54px;
	height: 54px;
	margin-right: -54px;
}
div.pagination{
	float:left;
	width: 100%;
	text-align: center;
	background: #fff;
	margin-bottom: -40px;
}
ul.pagination{
	float:none;
	margin: auto;
	padding: 0px!important;
}
.pagination > li{
	float: left;
	list-style: none!important;
	padding: 0px 10px;
	font-size: 16px;
	color: #ff7f00;
	font-weight: 800;
	line-height: 16px;
	position: relative;
}
.pagination > li:last-child{
	padding-right: 0px;
}
.pagination > li a{
	font-size: 20px!important;
	color: #ff7f00;
	font-weight: 800;
}
.pagination > li:first-child > *{
	background: url(../images/car-left.png) no-repeat center;
	width: 12px;
	height: 15px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	text-indent: -200px;
	background-size:8px;
}
.pagination > li:last-child > *{
	background: url(../images/car-right.png) no-repeat center;
	width: 12px;
	height: 15px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	text-indent: -200px;
	background-size:8px;
}
.pagination > li:first-child span,
.pagination > li:last-child span{
	opacity: 0.6;
}
.pagination > li span.pagenav{
	color: #ff7f00;
	border-bottom: solid 1px;
	display: inline-block;
	min-width: 10px;
	text-align: center;font-size: 20px!important;
}
.pagination > li:first-child >  span.pagenav{
	border: none!important;
}

.event-registration input[type="text"]{
	border:solid 1px #2b3a42;
	padding: 10px 15px;
	font-size: 18px;
	line-height: normal;
	float:left;
	width: 30%;
	margin: 0px 30px 30px 0px;
}
.event-registration textarea{
	border:solid 1px #2b3a42;
	padding: 10px 15px;
	font-size: 18px;
	line-height: normal;
	float:left;
	width: 100%;
	margin: 0px 0px 30px 0px;
}
.event-registration label.title{
	display: block!important;
	font-size: 18px;
	width: 100%;
	float:left;
	margin: 0px 0px 7px 0px;
	line-height: 100%;
}
.check-group{
	width: 100%;
	float:left;
}
.check-group label{
	font-size: 18px;
	display: inline-block;
	margin: 0px 10px 0px 20px;
	position: relative;
}

.check-group input[type="checkbox"]{
    height: 18px;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 18px;
    z-index: 2;
	cursor: pointer;
}
.check-group input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    height: 13px;
    margin-right: 10px;
    position: absolute;
    top: 7px;
	left:-20px;
    width: 13px;
	background: url(../images/unchecked.png) no-repeat center;
	cursor: pointer;
}
.check-group input[type="checkbox"]:checked + label::before {
    content:"";
    background: url(../images/checked.png) no-repeat center;
}
.event-registration .col-lg-4{
	text-align: right;
}
.event-registration .check-group-right{
	margin-bottom: 10px;
	margin-top: 202px;
}
.event-registration #ret_message{
	margin-top: 20px;
}
.check-group-right label{
	margin-top: 10px;
	position: relative;
	padding-right: 24px;
	font-weight: 200;
	color: #2b3a42;
	margin: 0px 0px 5px 0px;
	font-size: 18px;
}
.check-group-right input[type="checkbox"]{
    height: 18px;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 18px;
    z-index: 2;
	cursor: pointer;
}
.check-group-right input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    height: 13px;
    margin-right: 10px;
    position: absolute;
    top: 7px;
	right:-8px;
    width: 13px;
	background: url(../images/unchecked.png) no-repeat center;
	cursor: pointer;
}
.check-group-right input[type="checkbox"]:checked + label::before {
    content:"";
    background: url(../images/checked.png) no-repeat center;
}
.check-group-right input[type="checkbox"].error + label:before{
	box-shadow:0px 0px 5px #fe0000;
}

ul.initiative-list.visual-list > li{
	background: #3f5765;
}
ul.initiative-list.visual-list > li h4 a,
ul.initiative-list.visual-list > li p{
	color:#FFFFFF;
}
ul.list-thumb-dark.work-withus{
	margin: -50px -50px -50px -50px;
}
ul.list-thumb-dark.work-withus > li{
	background: #3f5765;
	position: relative;
	padding-bottom: 95px;
	transition: all 0.3s ease 0s;
}
ul.list-thumb-dark.work-withus > li .item-thumb{
	max-height: 270px;
}
ul.list-thumb-dark.work-withus > li:hover{
	background: #ff7f00;
}
ul.list-thumb-dark.work-withus > li p{
	font-size: 16px;
	color:#FFFFFF;
}
ul.list-thumb-dark.work-withus > li a.btn-big{
	position: absolute;
	bottom:50px;
	border: 0!important;
	background:none!important;
	text-align: center;
}
ul.list-thumb-dark.work-withus > li:hover a.btn-big{
	color:#FFFFFF;
	box-shadow: 0px 0px 0px 2px #FFFFFF !important;
}
ul.list-thumb-dark.work-withus > li:hover a.btn-big:hover {
    box-shadow: 0px 0px 0px 4px #FFFFFF !important;
}
ul.list-thumb-dark.work-withus h4{
	margin-bottom: 15px;
}
ul.rel-media-list > li.visual_identity_li{
	background: #3f5765;
	padding: 30px;
	color: #fff;
}
ul.rel-media-list > li.visual_identity_li h4 a{
	color: #fff;
	text-transform: uppercase;
}
ul.rel-media-list > li.visual_identity_li p{
	color: #fff;
}
.error_media{
	padding: 10px 5px!important;
}
.error_media h3{
	margin-bottom: 5px!important;
}
.error_media p{
	margin: 0px;
	padding-left: 25px;
	background:url(../images/noitem.png) no-repeat left center;
	background-size: 20px;
	color: #7B7B7B;
	font-style: italic;
}

ul.opportunities-list {
    margin: -50px -50px -50px -50px;
    padding: 0px!important;
    width: calc(100% + 100px);
    display: flex;
    flex-wrap: wrap;
}
ul.opportunities-list > li{
	list-style: none;
	float:left;
	width: calc(50% - 100px);
	margin: 50px;
	background: #bdd4de;
	padding: 45px 30px;
	list-style: none!important;
}
ul.opportunities-list > li h4{
	font-size: 24px;
	color: #2b3a42;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0px 0px 15px 0px;
}
ul.opportunities-list .end-date-work{
	display: block;
	margin-bottom: 6px;
	font-weight: 700;
}
ul.opportunities-list > li h4 a{
	color: #444444;
}
ul.opportunities-list > li .btn-secondary.btn-big {
    background:none !important;
    color: #2b3a42;
    box-shadow: 0px 0px 0px 2px #2b3a42 !important;
}
ul.opportunities-list > li .btn-secondary.btn-big:hover {
    box-shadow: 0px 0px 0px 4px #2b3a42 !important;
}
.apply_here{
	margin-top:30px;
}

/*--faq--*/

ul.tab-faq {
    margin:-50px -50px 0px -50px;
    padding: 0px;
    width: calc(100% + 100px);
    display: flex;
    flex-wrap: wrap;
}
ul.tab-faq > li {
    list-style: none;
    float: left;
    width: calc(50% - 100px);
    margin: 50px;
	text-align: center;
    /*background: #3f5765;
    padding: 45px 30px;*/
}
ul.tab-faq > li a{
	font-size: 40px;
	color:#FFFFFF;
	text-transform: capitalize;
	background: #3f5765;
    padding:30px;
	transition: all 0.3s ease 0s;
}
ul.tab-faq > li a:hover,
ul.tab-faq > li a.active {
	background:#ff7f00
}
.tab-faq-cont{
	float:left;
	width:100%;
	margin-bottom:0;
}

.faq-search-wrap{
	width:100%;
	float: left;
	padding:4px 20px;
	background: #f2f6f8;
}

.faq-search-wrap input[type="submit"] {
    width:24px;
    height:33px;
    background: url(../images/search_dark.png) no-repeat center;
    background-size:22px;
    border: none;
	float: left;
	cursor: pointer;
}
.faq-search-wrap input[type="text"] {
    background: none;
    border: none;
    border-radius: 0px;
    width: 95%;
    float: left;
	height: 33px;
	padding-left:15px;
    /*padding: 12px 0px 8px 0px;*/
    color: #2b3a42;
    font-size: 16px;
    font-weight: 600;
}
.toggle_cont{
	display:none;
}
.toggle_cont{
	display:none;
}

.faq-list{
	float: left;
	width:100%;
	margin: 0;
	margin-top:50px;
	padding: 0px!important;
}

.faq-list > li{
	width:100%;
	float:left;
	padding:23px 80px 23px 30px;
	margin-bottom:30px;
	background: #bdd4de;
	position: relative;
	list-style: none!important;
}
.faq-list > li h4{
	color:#444444;
	font-size:24px;
	margin: 0;
	cursor: pointer;
	text-transform: uppercase;
}
.faq-list > li h4::after{
	content: '';
	height: 50px;
	width: 50px;
	position: absolute;
	right: 35px;
	top: 18%;
	background: url(../images/faq_arrow.png) no-repeat center;
	background-size: 30px;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}
.faq-list > li.active h4::after{
 	 transform: rotate(180deg);
	-webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
	top: 36%;
}
.faq-list > li p a[style="font-size: 22px; color: #444;"]{
	margin-right:10px;
}
.faq-list.themaitcs_sections{
	margin: 0px;
	padding: 0px;
}
.faq-list.themaitcs_sections > li{
	list-style: none;
	background: none;
	padding: 0px;
	margin: 0px 0px 12px 0px;
}
.faq-list.themaitcs_sections > li h4{
	padding-left: 32px;
	margin-bottom: 5px;
	text-transform: none!important;
}
.faq-list.themaitcs_sections > li h4:before{
	position: absolute;
	left: 0px;
	top:0px;
	content: '\f055';
	font-size: 24px;
	font-family: FontAwesome;
}
.faq-list.themaitcs_sections > li.active h4:before{
	content: '\f056';
}
.toggle_cont{
	max-width:90%;
}
.toggle_cont p{
	margin-top: 10px;
	line-height: 26px;
}
.toggle_cont p:last-child{
	margin-bottom: 0px!important;
}

/*-contact-*/
/*ul.initiative-list {
    margin: -50px -50px 0px -50px;
    padding: 0px;
    width: calc(100% + 100px);
    display: flex;
    flex-wrap: wrap;
}*/

.contact-sec{
	float: left;
	display: flex;
	/*width: calc(100vw - 100px);*/
	width: calc(100vw - 223px);
	position: relative;
	margin-left: calc(-50vw - 50px);
	left: calc(50% + 100px);
	margin-bottom: 100px;
}
.contact-sec .privacy_section{
	margin: -9px 0px 4px;
}
#map {
	width:52%;
	height: 720px;
	margin-top: -50px;
}
.contact-area{
	width:48%;
	padding-left: 50px;
}
.contact-area h4{
	color:#2b3a42;
	font-size: 20px;
	font-weight:600;
	margin-bottom:20px;
	text-transform: uppercase;
}
.contact-area h5{
	font-size: 18px;
}
.contact-area p{
	font-size:20px;
	color:#2b3a42;
	font-weight: 100;
}

.contact-area input[type="text"],
.contact-area input[type="email"]{
    border: solid 1px #2b3a42;
    padding: 10px 15px;
    font-size: 18px;
    line-height: normal;
    float: left;
    width:46%;
	/*max-width: 355px;*/
    margin: 0px 0px 30px 0px;
}
.contact-area input[type="email"]{
	margin-right:0;
	float: right;
}
.contact-area textarea{
	width:100%;
	height: 170px;
	border: solid 1px #2b3a42;
	padding: 10px 15px;
	font-size: 18px;
	margin-bottom:15px;
	line-height: normal;
}
.contact-area .mail_to{
	float: left;
	display: flex;
	width: 100%;
}
.contact-area .mail_to > span{
	float: left;
	width: 50%;
	margin:0px 57px 30px 0px;
}
.contact-area .mail_to > span a{
	font-size: 18px;
}
.contact-area .mail_to > span label{
	width:100%;
	font-size: 18px;
	font-weight: 700;
	color:#2b3a42;
	float: left;
	line-height: 100%;
	margin-bottom: 0;
}
.contact-area .mail_to > span:last-child{
	margin-right: 0;
}
.contact-area .submit{
	margin-top: 20px;
	margin-left: 3px;
	padding: 12px 30px 12px !important;
}
.processStatus{
	margin-top: 14px;
    font-style: italic;
    color: lightslategray;
}

.edit-section li.edit-icon, .edit_option li{
	list-style: none !important;
}
.edit-section li.edit-icon a, .edit_option li.edit-icon a{
	padding: 4px 10px;
	background: #ff7f00;
	color: #FFFF;
}
#editor-xtd-buttons a.btn {
    margin-bottom: 10px;
	margin-right: 5px;
}
#editor-xtd-buttons{
	margin-top:20px;
	margin-bottom:20px;
}

.mce-item-pagebreak, .mce-item-readmore {
    display: inline-block;
    padding: 0 2px;
    margin: 0;
    border: 1px dashed #ccc;
    background-color: #fafafa;
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    width: 99%;
    font-size: 0;
    line-height: 0;
    letter-spacing: normal;
    word-spacing: normal;
    cursor: pointer;
}
.mce-item-readmore {
    background-image: url(../img/readmore.png);
    clear: both;
}
.edit.item-page{
	margin-bottom:100px;
	padding:50px 20px 0px 20px;
}
.edit.item-page .control-group{
	float: left;
    clear: both;
    width: 100%;
}
.edit.item-page .field-calendar button.btn.btn-secondary{
	border-radius: 0px;
    padding: 0px;
    margin: 1px 0px;
    width: 28px;
    height: 28px;
	background:url(../images/calendar.png) no-repeat center #2b3a42!important;
    border: none!important;
    vertical-align: top;
}
.edit.item-page .wf-editor-header, .edit.item-page .mceEditor{
	float: left;
	width: 100%;
	clear: both;
}
.edit.item-page .select{
	width: auto;
	position: relative;
	display: inline-block;
	min-width: 150px;
}
.edit.item-page .col-sm-3{
	width: 25%!important;
	margin: 0px;
}
.edit.item-page .col-sm-3 input, .edit.item-page .col-sm-3 select, .edit.item-page .col-sm-3 .select{
	width: 100%!important;
}
#linksBlock .button2-left{
	margin: 0px!important;
}
.edit.item-page .btn-big{
	background: #2b3a42!important;
	color: #fff;
	border:none!important;
}
.edit.item-page .btn.add-link{
	background: #ff7f00!important;
	color: #fff;
	padding: 5px 12px!important;
	font-weight: 700;
	border:none!important;
	margin: 0px!important;
}

#linksContainer{
	float:left;
	width: 100%;
	max-width: none;
	clear: both;
	margin: 0px -15px;
	padding: 0px;
	max-width: 1200px;
}
#linksContainer #linksBlock, #linksContainer #linksBlock > li{
	width: 100%;
}
.edit.item-page .addLinks{
	clear: both;
}

.edit.item-page .select .select-styled{
	padding:3px 5px;
	border: 1px solid #697c8b ;
	padding-right: 20px;
	cursor: pointer;
	display: none;
}
.edit.item-page .select-styled::after {
    content: '\f0d7';
	position: absolute;
	right: 12px;
	top: 5px;
	font-size: 14px;
	font-family: FontAwesome;
	color: #697c8b;
}
.edit.item-page .select-options{
	display: none;
	width: 100%;
	background: #FFFFFF;
	position: absolute;
	z-index: 1;
	border: 1px solid #2b3a42;
	border-top:0;
	display: none;
}
.edit.item-page select, .edit.item-page input[type="text"], .edit.item-page textarea{
	border:solid 1px #3f5664;
	padding: 4px 10px;
	color: #3f5664;
}
.edit.item-page .controls select, .edit.item-page .controls input[type="text"], .edit.item-page .controls textarea{
	min-width: 350px;
}
.edit.item-page .controls textarea.input-large-text{
	min-height: 150px;
}
.edit.item-page .tab-content#com-content-formContent .control-label + .controls{
    float: left;
    width: 100%;
    max-width: 840px;	
}
body.content_ar .edit.item-page .tab-content#com-content-formContent .control-label + .controls{
    float: right;	
}
body.content_ar #linksContainer{
	float: right;
}
body.content_ar .edit.item-page .col-sm-3, body.content_ar #linksBlock .button2-left{
	float: right;
}
body.content_ar .edit.item-page .btn-group {
    margin: 0px 0px 0px 20px;
}
.edit.item-page #attrib-fields-4.tab-pane, #attrib-fields-3.tab-pane{
	display: block;
}
.edit.item-page .btn-toolbar{
	clear: both;
	margin-top: 20px;
}
.edit.item-page .wf-editor-preview{
	float: left;
	width: 100%;
}
.edit.item-page .control-group .control-label label{
	color: #3f5664;
	font-weight: 700;
}
.edit.item-page .select-options > li{
	padding:0 5px;
	border-bottom: 1px solid #2b3a42;
}
.edit.item-page .select-options > li:last-child{
	border-bottom:0;
}
.edit.item-page .select-options > li:hover{
	background: #2b3a42;
	color:#FFFFFF;
}
.edit.item-page .select-hidden{ 
  display: block!important;
}
.edit.item-page .btn-big{
  font-size: 18px;
  padding: 3px 12px;
  margin-right:10px;
}
#com-content-formContent .control-group{
	margin-bottom:20px;
}
.edit.item-page .control-label{
	float:left;
	max-width: 200px;
	width: 100%;
}
.edit.item-page .tab-content .select-wrap, .edit.item-page form > fieldset > .nav-tabs{
	display: none;
}
.edit.item-page button{
	border-radius: 0px;
}
.edit.item-page .btn-group{
	margin-right: 20px;
}
.edit.item-page .btn-group .btn{
	font-size: 20px;
}
.logout-button{
	float:right;
	margin: -7px 25px 0px 0px;
	position: relative;
	z-index: 3;
}
.login-greeting{
	color: #fff;
    text-align: center;
    float: left;
    margin: 20px 0px 0px 2.6vw;
}
.logout-button .btn{
	border-radius: 0px;
}


/*==mceEditor==*/

.wf-editor-container{
	padding:0px!important;
}
.wf-editor-container .wf-editor-tabs{
	border-bottom:0px!important;
	height: auto !important;
	margin-bottom: 5px !important;
	margin-top:0px !important;
}
.wf-editor-container .wf-editor-header{
	min-height:auto!important;
}
.wf-editor-container .wf-editor-toggle{
	display:none;
}
.wf-editor-container .wf-editor-tabs li{
	float:left!important;
}

.wf-editor-container .nav-tabs > li > a{
	border-radius:0!important;
	background:none!important;
	background-color:transparent;
	border:1px solid #697c8b!important;
	text-shadow: none;
	font-size: 12px;
	font-weight: 100;
	line-height: 18px;
	color: #697c8b;
	margin-right: 5px!important;
	padding: 5px 10px!important;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
}
.wf-editor-container .nav > li > a:focus,
.wf-editor-container .nav > li > a:hover{
	background: #697c8b!important;
	color: #fff !important;
}
.wf-editor-container .nav-tabs > .active > a,
.wf-editor-container .nav-tabs > .active > a:focus,
.wf-editor-container .nav-tabs > .active > a:hover{
	background: #697c8b!important;
	color: #fff !important;
}

.defaultSkin .mceIframeContainer{
	border-bottom:0px!important;
	border-top:0px!important;
}
.wf-editor-container .wf-editor-tabs.editor{
	margin: 0;
}
.mceEditor.defaultSkin .mceLayout{
	border:1px solid #697c8b;
}
.mceEditor.defaultSkin .mceToolbar{
	background:none;
}
.mceEditor.defaultSkin .mceToolbar .mceToolbarRow{
	border-bottom:1px solid #697c8b;
}
/*.mceEditor.defaultSkin .mceToolbar .mceToolbarRow:last-child{
	border-bottom:none;
}*/
.mceEditor.defaultSkin .mceLayout .mceFirst{
	border:none;
}
.mceEditor.defaultSkin .mceToolbarRow .mceToolBarItem{
	margin: 0;
	background-color:transparent;
	border-right:1px solid #697c8b;
}
.mceEditor.defaultSkin .mceToolbarRow1 .mceToolBarItem:nth-child(5),
.mceEditor.defaultSkin .mceToolbarRow1 .mceToolBarItem:nth-child(14),
.mceEditor.defaultSkin .mceToolbarRow2 .mceToolBarItem:nth-child(5),
.mceEditor.defaultSkin .mceToolbarRow3 .mceToolBarItem:nth-child(6){
	display:none;
}
.mceEditor.defaultSkin .mceButton,
.mceEditor.defaultSkin .mceButtonEnabled:hover{
	border:0px;
	background-color:transparent;
}
.mceEditor.defaultSkin .mceListBox .mceOpen a,
.mceEditor.defaultSkin .mceListBox .mceOpen a:hover{
	border:0;
	background-color:transparent;
}
.defaultSkin .mceSplitButtonEnabled .mceOpen a,
.defaultSkin .mceSplitButtonEnabled .mceText a,
table.mceSplitButtonEnabled .mceOpen a{
	border:0!important;
}
.defaultSkin .mceSplitButtonEnabled:hover .mceOpen a,
.defaultSkin .mceSplitButtonEnabled:hover .mceText a,
.defaultSkin .mceSplitButtonHover .mceOpen a, .defaultSkin .mceSplitButtonSelected .mceOpen a,
.defaultSkin .mceSplitButtonSelected .mceText a, table.mceSplitButtonEnabled:hover .mceOpen a{
	border:0!important;
	background:none!important;
}
.defaultSkin .mceListBox:hover .mceOpen a{
	background:none!important;
}

.defaultSkin .mce_formatPreview a{
	line-height:normal!important;
}

.defaultSkin .mceLayout .mceLast{
	float: left;
	width:calc(100% + -10px);
	height:auto;
	color: #FFFFFF;
	background:none;
	margin-left: -1px;
	border: 1px solid #697c8b!important;
}
.defaultSkin .mceStatusbar #jform_description_path_row,
.defaultSkin .mceLayout .mceStatusbar div{
	margin:3px !important;
}

.wf-editor-preview, .wf-editor-source,
.wf-editor, .wf-no-editor{
	border-color: #697c8b!important;
}

#editor-xtd-buttons a.btn {
    text-shadow: none;
    font-weight: 100;
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #697c8b;
    border-radius: 0px;
    text-transform: uppercase;
    background: none;
    color: #697c8b;
}
#editor-xtd-buttons a.btn:hover {
	    background: #697c8b!important;
    color: #fff !important;
}
/*==mceEditor End==*/

#inner-section a.btn-edit{
	float:right;
	background: #ff7f00;
	color: #fff;
	padding: 6px 14px;
	font-weight: 700
}

#loginModal .modal-dialog{
	max-width:650px;
}
#loginModal .modal-body{
	padding: 30px;
}

#loginModal .modal-body iframe{
	height:480px;
}
.loadForm {
	float: left;
	width: 100%;
}
.loadForm p{
	margin-top:0;
}
.loadForm .login{
	width:100%;
	float: left;
}
.loadForm .login h2{
	margin-bottom: 10px;
	line-height: 100%;
}
.loadForm .login .control-group{
	width:100%;
	float: left;
}
.loadForm .login .control-label,
.loadForm .reset .control-label,
.reset-confirm .control-label{
	display:none;
}
.loadForm .reset{
  padding-top: 22px;
}

.loadForm .login input[type="text"], .loadForm .login input[type="password"],
.loadForm .login input[type="email"], .loadForm .reset input#jform_email,
.reset-confirm input[type="text"], .reset-complete input[type="text"], .reset-complete input[type="password"]{
    border: solid 1px #2b3a42;
    padding: 10px 15px;
    font-size: 18px;
    line-height: normal;
    float: left;
    width: 100%;
    max-width: 260px;
	margin-bottom:10!important;
}
.loadForm .btn-primary{
	cursor: pointer!important;
	border-radius: 0px!important;
}
.reset-complete .control-group {
    width: 100%;
    float: left;
    clear: both;
}
.loadForm .btn-primary{
	margin: 0px 1px;
	line-height: 100%;
}
.loadForm .login input[type="text"].error, .loadForm .login input[type="password"].error,
.loadForm .login input[type="email"].error, .loadForm .reset input#jform_email.error,
.loadForm .login .privacy_section input#agreePolicy.error,
.reset-confirm input[type="text"].error{
	border-color:red;
}
.login_wrp input[type="text"], .login_wrp input[type="password"]{
	MARGIN-BOTTOM:10PX;
}
.loadForm .login .login_wrp{
	float:left;
	width:100%;
	clear: both;
	max-width: 500px;
}
.loadForm .login .login_wrp .control-group{
	width:auto;
	clear: both;
}
.loadForm .login .login_wrp .control-group:nth-child(3){
	clear:none;
	float: right;
}
.loadForm .login .privacy_section{
	float:left;
	clear: both;
}
.loadForm .reset{
	width:100%;
	padding-top:20px;
	float: left;
}
.loadForm .reset h2{
	font-size: 20px;
}
.modal button.close {
    position: absolute;
    right: 20px;
    top: 16px;
}
.message-login-popup{
	padding: 6px 8px;
	background: #cadde5;
	color: #3f5664;
	margin-bottom: 10px;
}
.loadForm .reset #user-registration .control-group{
	float:left;
}
.loadForm .reset #user-registration .control-group:nth-child(3) {
    float: right;
	padding-right: 0px;
}
.loadForm .reset #user-registration .control-group label.error{
	display:none!important;
}
.loadForm .login #loginform label.error{
	display:none!important;
} 
.reset-confirm .control-group{
	width:auto;
	float: left;
	clear: both;
}
.reset-confirm .control-group:nth-child(4) {
    clear: none;
    float: right;
}
#inner-section .loadForm .login{
	margin-bottom: 40px;
}

.alert {
	background: #f8d5b5;
}
form input.error, form select.error, form textarea.error{
	box-shadow: 0px 0px 3px #fe0000;
    border-color: #df3b41!important;
}

/*SEARCH page*/

.com_search-search header .search{
	display:none;
}
.com_search-search .search-wrap{
	background:none;
	pointer-events: none;
}
.com_search-search .search{
	width:100%;
	padding-top:50px;
	float:left;
}
#searchForm .select {
    width: 100%;
    max-width: 160px;
    margin-bottom: 20px;
    position: relative;
    float: left;
}
#searchForm .form-limit .select {
	max-width: 62px;
}
#searchForm .select-options {
    border: solid 1px #2c3e50;
    margin-top: -1px;
    display: none;
    position: absolute;
    top: 25px;
    left: 0px;
    width: 100%;
    z-index: 2;
}
#searchForm .select-options > li {
    background: #eeeeee;
    padding: 6px 10px;
    line-height: normal;
    border-top: solid 1px #2c3e50;
    cursor: pointer;
}
#searchForm .select-options > li:first-child {
    border: none;
}
#searchForm .select-options > li:hover {
    background: #2c3e50;
    color: #fff;
}
#searchForm select {
    display: none;
    -moz-appearance: none;
    -webkit-appearance: None;
}
#searchForm .ordering-box{
	display: none;
}
.com_search-search .container-fluid > .search{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 95px 6% 100px 8%;
}
#searchForm .searchintro {
    background:#e7e7e7;
    color:#2c3e50;
    margin-top:20px;
    padding: 5px 15px;
}
.search{
	float: left;
    width: 100%;
    margin-bottom: 100px;
}
#searchForm .searchintro p, #searchForm .searchintro .badge-info{
	font-size:16px!important;
}
#searchForm input[type="text"]#search-searchword {
	width:100%;
	border: 0px;
	border-bottom:solid 2px #3f5664;
    font-size: 24px;
    color: #3f5664;
	padding:2px 14px;
	padding-left: 0px;
	background: #FFFFFF;
}
#searchForm .btn-toolbar{
	position:relative;
	/*border-top: 1px solid #b5b5b5;*/
}
#searchForm .btn-toolbar .btn-group{
	width:100%;
}
#searchForm .btn-toolbar .btn-group:nth-child(2){
	position:absolute;
	right:0px;
	bottom:5px;
	width:50px!important;
}
#searchForm button.btn{
	background: url(../images/search_dark.png) no-repeat center;
    border: none;
    height: 40px;
	min-width:0px;
	text-indent:-6000px;
    padding: 0;
    width: 50px;
	cursor: pointer;
	background-size: 30px;
}
#searchForm .searchintro p {
    color:#2c3e50;
    margin: 0;
	font-size: 16px;
}
.badge-info {
    background-color:#ff7f00;
}
#searchForm fieldset {
	border-width:0px 0px 1px 0px;
    border-bottom: 1px solid #b5b5b5;
    margin-bottom: 0px;
    padding: 10px 0;
}
#searchForm .form-limit {
    display: inline-block;
    float: right;
    padding: 5px;
	padding-right: 0px;
	position:relative;
	top:-40px;
	width: 130px;
}
#searchForm .form-limit label {
    color: #2c3e50;
    font-size: 13px !important;
    float: left;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-top: 3px;
}
#searchForm .form-limit .select {
	float: left;
}
.chzn-container .chzn-results li{
	font-size:12px !important;
}
#searchForm legend {
    border-bottom: 0 none;
    float: left;
    font-size:13px;
    font-style: italic;
    line-height: 100%;
    margin: 1px 15px 0 0;
    overflow: hidden;
    width:auto;
    font-weight: 100;
}
#searchForm .phrases-box, #searchForm.ordering-box {
    float: left;
    margin-right: 20px;
}
#searchForm .phrases label, #searchForm .only label {
    color: #2c3e50 !important;
    margin-left: 5px;
    margin-right: 15px;
    font-size: 13px;
    font-weight: 100;
}
#searchForm .phrases input, #searchForm .phrases label, #searchForm .only input, #searchForm .only label {
    float: left;
    margin-top: 2px;
	position:static!important;
}
#searchForm fieldset .radio, #searchForm fieldset .checkbox {
    margin-bottom: 0;
    margin-top: 0;
    min-height: 0;
}
#searchForm fieldset input[type="checkbox"],
#searchForm fieldset input[type="radio"]{
	margin-right:10px;
	margin-left:0px;
	position:static!important;
}
/*#searchForm .phrases select {
    margin: 2px 0 0;
    width: auto;
	border-radius: 5px;
	border: solid 1px #b5b5b5;
}*/
#searchForm .search .search-results a {
	color:#2c3e50;
	
}
dl.search-results .result-title {
    border-top:1px solid #b5b5b5;
    margin-top: 14px;
    padding-top: 14px;
	font-size: 18px;
    color: #ff7f00;
    font-weight: 700;
}
dl.search-results .result-title:nth-child(1){
	border-top:0px;
}
dl.search-results .result-title a{
	font-size: 18px;
    color: #ff7f00;
    font-weight: 700;
}
dl.search-results{
	color:#2c3e50;
}
dl.search-results .highlight{
	color:#ff7f00;
	font-size: 18px;
	line-height: 28px;
    font-weight: 700;
}
dl.search-results dt a {
	text-decoration:none !important;
}
dl.search-results dd {
	margin-left:18px;
	color: #2c3e50;
	font-size: 18px;
	line-height: 28px;
    font-weight: 300;
    margin-bottom: 6px;
}
dl.search-results dd.result-created{
	text-align:right;
	color:#2c3e50;
	font-size:13px;
	display: none;
}
dl.search-results dd.result-category{
	display: none;
}
#search-result-page{
    display:block;
    float:left;
    margin-top:60px;
}
.ordering-box label, .ordering-box select {
    margin-top: 0 !important;
}
.search div.error{
	padding:20px 0px;
    font-size: 16px;
    color: #fd5050;
    font-style: italic;
}
.com_search-search #searchForm .select-styled {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding:5px 5px 4px 8px;
    color: #333;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    position: relative;
    background: #fff;
	border:1px solid #333;
    border-radius: 4px;
    height: 30px;
}
.com_search-search #searchForm .select-options {
    float: left;
    position: absolute;
    top: 30px;
    left: 0px;
    z-index: 2;
    width: 100%;
    display: none;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
    border-radius: 6px;
    overflow: hidden;
	padding:0px;
	max-height: 200px;
}
.com_search-search #searchForm  .select-styled::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 18px;
    font-family: FontAwesome;
    color: #ff7f00;
}
.com_search-search #searchForm .select-options li {
    line-height: 100%;
    padding: 10px 12px 10px;
    background: #fff;
    border-top: solid 1px rgba(0,0,0,0.1);
    color: #333;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.com_search-search #searchForm .select-options li:hover {
    color: #323339;
    background: #ff7f00;
}
/*.com_search-search #searchForm .select-options{
	top: 28px;
	max-height:300px;
	border-top:0;
	padding:5px;
}*/
.com_search-search #searchForm .select-options li{
	cursor: pointer;
}
.search_pagination{
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
	display:inline-block;
	width: 100%;
	margin-top: 30px;
}
.com_search-search div.pagination{
	position: relative;
	text-align: center;
	float: none;
	display: block;
	margin-top: 40px;
}
.search_pagination ul{
	margin: 0;
	padding:0px;
	display: inline-block;
}
.search_pagination > span{
	position: absolute;
	left: 0;
	top: 0;
}
.search_pagination > span:nth-child(2){
	left:auto;
	right:0;
}
.search_pagination ul li{
	float: left;
	margin-right:10px;
	list-style: none;
}
.search_pagination ul li:last-child{
	margin-right:0px;
}

/*search page end*/

/*img align*/
#inner-section article img, #inner-section p img, #inner-section .item-content img, #inner-section .item-content iframe{
	margin-right: 30px;
    margin-bottom: 10px;
	margin-top: 8px;
}
#inner-section article img.pull-right, #inner-section img[style="float: left;"]{
    margin-left: 0px!important;
    margin-right: 30px!important;
    margin-bottom: 10px;
}
#inner-section img[style="float: right;"]{
    margin-left: 30px!important;
    margin-right: 0px!important;
    margin-bottom: 10px;
}
#inner-section img[style="display: block; margin-left: auto; margin-right: auto;"]{
    float: none!important;
    display: block!important;
    margin-left: auto!important;
    margin-right: auto!important;
}
/*img align end*/


.back-btn.thematic-back-btn{
  margin-bottom:30px;
}
.created_date, .updated{
    display: block;
    font-weight: 600;
    font-size: 20px;
	margin-bottom:10px;
    line-height: 24px;
}

article .video{
	float:left;
	margin: 5px 20px 20px 0px;
}

/* Copy feature starts */
.shareLibrary{
    float:right;
    margin-left: -24px;
}
.shareLibrary > a.shareUrl{
    display: inline-block;
    width: 26px;
    height:26px;
    background:url(../images/url-share.png) no-repeat center;
    background-size: 26px;
    overflow: hidden;
    text-indent: 100px;
    float:left;
    margin: 4px;
}
#sidebar .shareLibrary > a.shareUrl{
    margin:12px 0px 0px 0px!important;
}
.shareLibrary input[type="text"] {
    background: #fff none repeat scroll 0 0;	
    border: medium none;
	border-bottom:solid 1px #2b3a42;
    border-radius: 0;
    color: #666666;
    float: left;
    font-family: "robotolight",arial;
    font-size: 14px;
    height: 30px;
    line-height: 100%;
    /*margin-right: 38px;*/
    padding: 5px;
    position: relative;
    width: 100%;
}
.shareLibrary .share_more{
    position: relative;
	max-width: 150px;
	/*width: 0;
	float: left;
	opacity: 0;
	pointer-events: none;*/
}
.shareLibrary .share_more.active{
	width: auto;
	opacity: 1;
	pointer-events: auto;
	position: absolute;
}
.shareLibrary #shareURL{
    margin:0px!important;
    padding-right:70px!important;
    width:300px!important;
}
.shareLibrary .copy_share_btn{
	width:32px;
    height:40px;
    position: absolute;
    right:0px;
    top:0px;
    background:url(../images/url-copy.png) no-repeat center #999;
    border:none;
    background-size:30px;
    padding: 0px;
    border-radius:0px;
    transition: all 0.2s ease 0s;
}
.shareLibrary .copy_share_btn:hover{
    background-color:rgba(0,0,0,0.6);
}
.shareLibrary .copy_share_btn:focus{
    background-color:rgba(0,0,0,0.3);
}
.copyurl{
    float: right;
    position: relative;
    margin-top: -20px;
}
.clear_lib.clear_all{
    margin-top: -9px!important;
}
.copyurl .shareLibrary{
    float: left;
    position: relative;
    top: 0;
    right:0;
    margin: 0;
}
.copyurl .shareLibrary > a.shareUrl{
    width:30px;
    height:27px;
    background: url(../images/url-share.png) no-repeat center;
    background-size: 20px;
    margin: 0;
    position: relative;
    left: 0;
    top:8px;
    display: inline-block;
}
.copyurl .shareLibrary .share_more{
    top: 5px;
    margin-left:0px;
    margin-right:0px;
}
#filter-results .copyurl input[type="text"]{
    height:30px;
    font-size:14px;
    padding:7px 10px 10px 20px;
}
.copyurl .shareLibrary .copy_share_btn {
    height:30px;
    background: url(../images/url-copy.png) no-repeat center #2b3a42;
    background-size: 16px;
}
#cookie-bar span{
	padding: 13px 20px !important;
}
#cookie-bar a{
	color:#ff7f00;
}
#cookie-bar .cb-enable.btn{
	border:none;
	background:#ff7f00;
	color:#fff;
	padding:6px 16px;
	margin-top: 2px;
}
#cookie-bar span:first-child {
    max-width: 50%;
}
#cookie-bar span{
	color:#2b3a42;
	font-family: 'Source Sans Pro', sans-serif;
}
#cookie-bar span:first-child p{
  margin: 0px;
}
.item-row ul, .item-row ol{ 
	padding-left:20px;
}
.item-row ol li{
	font-size: 18px;
	margin-bottom: 10px;
}
.item-row ul > li{ 
	list-style: disc;
}

#inner-section ul.share{
	padding: 0px;
}
#inner-section ul.share > li{
	list-style: none;
}

.board-team-wrap p img.flag_img_mbr{
	display:none;
	margin:60px 0 0 0px !important;
}


/* Copy feature ends */

.custom_calendar tr td.eed-events > a.more{
	cursor:default;
}


.error_page .inner-header{
	height:50vh;
	min-height: 400px;
}
.error_page .inner-header .landing-intro{
	display: none;
}
.error-page h3 {
    font-size: 100px;
    color: #ff7f00 ;
    display: inline-block;
    vertical-align: bottom;
    margin: 0px 0px 10px 0px !important;
}
.error-page h3 span {
    font-size: 18px;
    color:#2b3a42;
}

.support-form{
	float:left;
	width:100%;
	position: relative;
}
.support-form::after{
	content: '';
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #FFFFFF;
}

.loadForm .reset #user-registration .control-group:nth-child(3){
	margin-left:20px;
}

body.com_stories_ru .landing-intro h2,
body.com_stories_en .landing-intro h2,
body.com_stories_fr .landing-intro h2{
    font-size: 34px;
	line-height: normal;
}

/*Language Fix*/

body.fr footer .footer-info .pr-8 {
    padding-right: 3rem;
}
body.fr footer .footer-info li.item-367{
	margin-top: 12px;
}
/*ARABIC*/
body.content_ar section *{
  text-align: right!important;
  /*direction: rtl!important;*/
}
body.content_ar.work_ar ul.list-thumb-dark.work-withus > li a.btn-big,
body.content_ar ul.list-thumb-dark.work-withus > li a.btn-big{
	right:30px;
	left:auto;
}
body.content_ar ul.list-thumb-dark .item-meta .date, body.content_ar ul.list-thumb-dark .item-meta .item-cat{
	float: right;
}
body.content_ar ul.events-list .event-btns a{
	margin-left: 30px;
	margin-right: 0px;
}
body.content_ar table.custom_calendar *{
	text-align: center!important;
}
body.content_ar .loadForm .login *,
body.content_ar .loadForm .reset *{
	text-align: right;
	direction: rtl;
}
body.content_ar .edit.item-page .control-label{
	float: right;
}
body.content_ar #editor-xtd-buttons{
	float: right;
	margin-right: -5px;
}
body.content_ar #sbox-window{
	padding: 0px!important;
}
.item-ar-aa *, .content_ar section *, body.content_ar .created_date, body.content_ar .updated{
	direction: rtl
}
.loadForm.item-ar-aa .login  .login_wrp,
.loadForm.item-ar-aa .reset #user-registration .control-group,
.loadForm.item-ar-aa .reset #user-registration .control-group:nth-child(3),
.loadForm.item-ar-aa .login .privacy_section{
    float: right;
}
.content_ar .initiative-inner ul.stat-list > li *{
	direction: rtl!important;
	text-align: right!important;
	float: right!important;
}
.content_ar .initiative-inner ul.stat-list > li span{
	padding: 0px 10px 0px 0px!important;
}
.content_ar .share, .content_ar .share *{
	text-align: center!important;
}
.content_ar #inner-section ul.share{
	float: right!important;
	width: auto!important;
}
.content_ar #inner-section ul.share > li{
	margin: 0px 0px 0px 16px;
}
body.content_ar section article{
	float: right;
}

body.content_ar .home-map{
	direction: ltr!important;
}
body.content_ar section .filter-items-wrap, body.content_ar section .filter-items-wrap > *{
	float: right;
}
body.content_ar section .filter-items-wrap .select-wrap{
	margin: 0px 0px 0px 30px!important;
}
body.content_ar .pagination {
    direction: ltr!important;
}
body.content_ar .filter-items-wrap ul{padding-left: 0px!important;}

body.content_ar #inner-section .intro-text{
	float: right;
	margin-left: 0px;
    margin-right: 7%;
    max-width: 90%;
}
body.content_ar #inner-section .item-row .intro-text {
    margin-right: 0px!important;
}
body.content_ar #inner-section .events-next .intro-text{
	margin-left: 0px!important;
	margin-right: 6.4%;
	margin-bottom: 50px;
	max-width: 80%!important;
}
body.content_ar .contact-sec{
	direction: ltr!important;
}
body.content_ar .contact-area .mail_to > span {
    margin: 0px 0px 30px 0px;
}
body.content_ar .contact-area .mail_to > span:first-child {
    margin-left: 57px;
}
body.content_ar nav .nav-toggle:after{
    font-size: 14px;
	left: -5px;
}
.content_ar .icons .pull-right {
    float: left;
}
.content_ar #searchForm input[type="text"]#search-searchword{
	padding-right: 60px!important;
}
.content_ar #searchForm .form-limit, .content_ru #searchForm .form-limit, .content_fr #searchForm .form-limit{
	width: 164px;
	height: 30px;
}
.content_ar #searchForm .form-limit label{
	float: right!important;
}
body.content_ar section p.counter{
	text-align: left!important;
	margin: 0px!important;
	clear: both!important;
}
body.content_ar .item-row .intro-text{
	max-width: none!important;
}
body.content_ar .btn-bar a{
    margin:0px 0px 15px 15px;
	font-size: 18px;
}
body.content_fr .btn-bar a, body.content_ru .btn-bar a{
    margin:0px 15px 15px 0px;
	font-size: 19px;
}
body.content_ar .item-row{
	direction:ltr!Important;
}
body.content_ar .search_pagination{
	padding: 0px!important;
}
body.content_ru nav .nav-toggle:after{
	font-size: 0.9em;
}
body.content_ar .overlay-block-wrap .vision-overlay{
	direction: ltr;
}
body.content_ar .filter-items-wrap .reset_filters .btn-sml{
	margin: -1px 10px 0px 30px;
}
body.content_ar .form_subscrib input{
	direction: rtl;
	text-align: right;
}
body.content_ar #subscribe-modal .req{
	float: left;
    margin-right: -14px;
}
body.content_ar #subscribe-form *{
    text-align: right;
    direction: rtl;
}
body.content_ar #subscribe-modal ul li{
	float: right;
}
body.content_ar #subscribe-modal label:before{
	right:-8px;
	left: auto;
	width: 13px;
	height: 13px;
}
body.content_ar #subscribe-modal input[type="checkbox"] {
    left: auto;
    right: -2px;
}
body.content_ar #subscribe-modal .popup_item_wrap ul li{
	width: auto;
	display: inline-block;
	margin-left: 40px;
}
body.content_ar #subscribe-modal .popup_item_wrap ul li:nth-child(2n+1){
	clear: right;
}
body.content_ar #subscribe-modal .privacy-policy-sec{
	float: right;
	text-align: right;
	width:auto;
	direction: rtl;
}
body.content_ar .faq-list > li h4::after{
	right: auto;
	left: 16px;
}
body.content_ar .faq-list > li{
	padding-left: 60px;
	padding-right: 30px;
}
body.content_ar table.custom_calendar{
  direction: ltr!important;
}
body.content_ar #subscribe-form #btn_subscribe{
	float: right;
}
body.com_stories_ar.content_ar .inner-header .landing-intro h2{
	font-size: 50px;
	direction: ltr;
}
body.content_ar ul.rel-pub-list > li > .pub-desc h4{
	direction: ltr!important;
}
body.content_ar .board-team-wrap ul.board-list > li{
	float: right;
}
body.content_ar .board-team-wrap ul.board-list > li:nth-child(4n+1){
	clear: right;
}
body.content_ar .bio-modal-content{
	direction: rtl;
}
body.content_ar .bio-modal .team-dsc .scroll-content{
	text-align: right;
}
body.content_ar blockquote{
	background: none!important;
	position: relative;
	padding-left: 0px;
	padding-right: 46px;
}
body.content_ar blockquote:before{
	content:'';
	position: absolute;
	right: 0px;
	top:15px;
	background:url(../images/quote.png) no-repeat top center;
	background-size: 33px;
	width: 40px;
	height: 40px;
	transform: rotateY(180deg);
}
body.content_ar .media-modal .media-modal-content .file-wrap > div.file-credit{
	text-align: right;
}
body.content_ar .footer-info .row{
	flex-direction: row-reverse;
}
body.content_ar .footer-info .pr-8{
  padding-right: 10px;
  padding-left:30px;
}
body.content_ar .inner-header .row .landing-text .credit{
  text-align: right!important;
	padding-right:0px;
	left: auto;
	padding-left: 30px;
	right:100px;
}
body.content_ar #cookie-bar span{
	float: right;
	direction: rtl;
    text-align: right;
}
body.content_ar #cookie-bar{
	direction: rtl;
    text-align: right;
}
body.content_ar #cookie-bar .cb-enable.btn{
	margin:-3px 20px -3px 0px!important;
}


footer .websiteby{
	float:Left;
	width: 100%;
	margin-top: 40px;
}
footer a.webby{
	float: left;
	color: #fff;
	background:url(../images/karakas.svg) no-repeat left 1px;
	background-size: 93px;
	width:100px;
	height: 20px;
	max-width: none;
	margin: 0px!important;
	padding: 0px!important;
}

.content_fr footer .footer-info a,
.content_ru footer .footer-info a,
.content_fr footer .footer-info p,
.content_ru footer .footer-info p{
    font-size: 16px;
	line-height: 20px;
}
.content_fr footer .footer-info .ft-menu > li,
.content_ru footer .footer-info .ft-menu > li{
    font-size: 16px;
	line-height: 18px;
}

body.content_ar section .english_format p,
body.content_ar section .english_format .article-image,
body.content_ar section li.english_format h4,
body.content_ar section .english_format h2,
body.content_ar section .english_format .resource-col, body.content_ar section .english_format .resource-col *{
	text-align: left !important;
	direction:ltr!important;
}
body.content_ar .inner-header .landing-intro h4,
body.content_ar .inner-header .landing-intro h2{
	text-align: right;
	direction: rtl;
}
.com_events_ar.content_ar .event-details h2,.com_events_ar.content_ar .event-details p{
  text-align: left !important;
}
.com_events_ar.content_ar .event-details #myTabContent ul li{
  text-align: left !important;
}
.com_events_ar.content_ar .event-details #myTabContent ul li{
  direction: ltr;
}
.com_events_ar.content_ar .event-details #myTabContent h5{
  direction: ltr;
  text-align: left !important;
}
.com_events_ar.content_ar .event-details > .row,
.com_events_ar.content_ar .event-details > .row *{
  direction: ltr!important;
  text-align: left !important;
}

.com_events_ar.content_ar .events-list .event-desc h3,.com_events_ar.content_ar .events-list .event-desc p{direction: ltr !important;
  text-align: left !important;
  }

body.content_ru ul.thematic-thumbs > li{
	overflow: hidden;
}
body.content_ru ul.thematic-thumbs > li a span{
	display: flex;
	justify-content: center;
	align-items: center;
}
body.content_ru ul.thematic-thumbs > li a{
	display: flex;
}
body.content_ar .mCSB_scrollTools {
    right:auto !important;
	left: 0px!important;
    margin-top: 5px;
    margin-bottom: 5px;
}
body.content_ar footer .footer-info * {
    text-align: right;
    direction: rtl;
}
footer .footer-info .share-ft li{
	float: right;
	margin: 0px 0px 0px 18px;
}
body.content_ru .inner-header .row .landing-text .credit{
	font-family: arial!important;
	font-size: 13px;
}
.funding-intro .scroll-content p img {
    max-width: 90px!important;
    margin-top: 0px!important;
	margin-right: 5px!important;
}
body.content_ar .funding-intro .scroll-content p img{
	margin-right: 0px!important;
	margin-left: 20px!important;
}
body.content_ar section ul.opportunities-list, body.content_ar section ul.opportunities-list *{
	text-align: left!important;
}
body.content_ru .landing-intro h2{
	font-size: 50px;
    word-break: break-word;
	line-height: 56px;
}

ul.translator-listing{
  margin:0px;
  padding:0px;
  width:100%;
  max-width:920px;
  border:solid 1px #ccc;
  float:left;
  clear: both;
}
ul.translator-listing > li{
  display: table;
  list-style: none;
  border-bottom:solid 1px #ccc;
  width: 100%;
}
ul.translator-listing > li:first-child{
  border-bottom:solid 2px #ff7f00;
  background: #f1f1f1;
}
ul.translator-listing > li span{
  display: table-cell;
  text-align: left;
  vertical-align: top;
  padding:10px;
}
ul.translator-listing > li span.trans_id{
  width:10%;
}
ul.translator-listing > li span.trans_title{
  width:75%;
}
ul.translator-listing > li span.trans_status{
  width:15%;
}


.funding-map li.portugal{display:none;}

.translators_content_section{
	float: left;
	width: 100%;
	clear: both;
	margin: 50px 0px 0px 0px;
}
.pagination-block{
	float: left;
	clear: both;
	margin-top: 40px;
}
#sbox-window{
  padding:0px!important;
}
#inner-section .btn-primary.btn-big.apply_here{
  margin-bottom: 20px;
  margin-top: 0px;
}

.video-page{
	float: left;
	width: 100%;
}

.video-page .row{
	margin-bottom: 3rem!important;
}
.video-page .row img{
	max-height: 390px!important;
	float:none;
	margin: 0px 0px 30px 0px!important;
}
.video-page .caption{
	display: block;
	clear: both;
	font-weight: 600;
}
.report-wrapper{
	float:left;
	width:100%;
	margin-top:40px;
}
.report-wrapper .pub-list .annual-report.featured{
	width: calc(100% - 100px);
	background:#ff7f00!important;
}
.report-wrapper .pub-list .annual-report.featured h4, .report-wrapper .pub-list .annual-report.featured p,
.report-wrapper .pub-list .annual-report.featured ul li, .report-wrapper .pub-list .annual-report.featured ol li, .report-wrapper .pub-list .annual-report.featured a{
	color:#fff;
}
.report-wrapper .pub-list .annual-report.featured p a, .report-wrapper .pub-list .annual-report.featured li a{
	text-decoration: underline!important;
}
.report-wrapper .pub-list .annual-report.featured ul{
	margin-bottom:10px;
}
.report-wrapper .pub-list .annual-report.featured li a, .report-wrapper .pub-list .annual-report.featured p a{
	font-weight:600;
}
.report-wrapper .pub-list .annual-report.featured li a:before{
	font-weight: 100!important;
}
.report-wrapper .pub-list .annual-report .pub-desc{
	position:relative;
	padding-bottom:80px;
}
.report-wrapper .pub-list .annual-report .downloads{
	position:absolute;
	left:30px;
	bottom:30px;
}

.content_sr .home-header .landing-intro, .content_tr .home-header .landing-intro,
.content_sq .home-header .landing-intro{
	width:100%;
	text-align: center;
}

/*@media - EED*/
@media only screen and (min-width: 991px) and (max-width:2200px) {
	#home-section ul.list-thumb-dark .item-thumb img, .news_content_section ul.list-thumb-dark .item-thumb img{
		display: none !important;
	}
	#home-section ul.list-thumb-dark .item-thumb > a, .news_content_section ul.list-thumb-dark .item-thumb > a{
		display:block;
		height:300px;
		background-repeat: no-repeat;
		background-position: top center;
		background-size:cover;
		max-height:15vw;
	}
}

@media only screen and (min-width: 1700px) and (max-width:2200px) {
	ul.list-thumb-dark .item-thumb img{
		width: auto;
		min-height: 300px;
		max-width: 100%;
		max-height: none;
		min-width: 100%;
	}
}
@media only screen and (min-width: 1400px) and (max-width:1800px) {
	.funding-intro ul.countries_list, .where-we-work ul.countries_list{
		margin-top: 25px!important;
	}
	span.map-cont {
		margin-top: 15px;
		line-height: 16px;
	}
	.home-map .btn-primary.btn-blue{
		margin-top: 10px;
	}
}

@media only screen and (max-width: 5000px) {
	.news-page ul.list-thumb-dark .item-thumb{
		max-height: 300px;
		overflow: hidden;
	}
	#mapContent{
		height: auto!important;
	}
	#mapContent .tab-pane{
		position: static!important;
	}
	.funding-map .funding-intro, .governors-map .funding-intro{
		position: static!important;
		float: left;
	}
	/*#inner-section .flex-row{
		display: none!important;
	}*/
}
@media only screen and (min-width: 1400px) and (max-width:2200px) {
	.news-page ul.list-thumb-dark .item-thumb{
		max-height: 290px;
	}
	#site-wrapper .news-page ul.list-thumb-dark .item-thumb img{
		min-height: auto;
		max-height: none;
		width: 100%;
	}
	footer .footer-info .ft-menu > li:nth-child(6),
	footer .footer-info .ft-menu > li:nth-child(8){
		float:right;
		position: relative;
		bottom:-23px;
	}
	body.content_fr footer .footer-info .ft-menu > li:nth-child(6) a,
	body.content_fr footer .footer-info .ft-menu > li:nth-child(8) a,
	body.content_ru footer .footer-info .ft-menu > li:nth-child(6) a,
	body.content_ru footer .footer-info .ft-menu > li:nth-child(8) a{
		display: inline-block!important;
    	width: 240px!important;
	}
	h4 + .nav.menu.ft-menu > li:last-child{
		height: 21px!important;
	}
	
	body.content_ar footer .footer-info .ft-menu > li:nth-child(6), body.content_ar footer .footer-info .ft-menu > li:nth-child(8){
		float:left;
		bottom:0px;
	}
}

@media only screen and (min-width: 800px) and (max-width:1350px) {
	.form-limit{
		float: left;

clear: both!important;

width: 100%!important;

margin-top: 45px!important;

padding: 0px!important;
	}
}
@media only screen and (max-width: 1860px) {
	.media_list ul.rel-media-list > li .media-thumb.video,
	.media_list ul.rel-media-list > li .media-thumb.image,
	.item-row.media-gallerylist ul.rel-media-list > li .media-thumb.video,
	.item-row.media-gallerylist ul.rel-media-list > li .media-thumb.image {
		max-height: 375px;
	}
}
@media only screen and (max-width: 1800px) {
	.event-registration input[type="text"]{
		width: 29%;
	}
	ul.list-thumb-dark.work-withus > li a.btn-big{
		width:calc(100% - 60px);
	}
}
@media only screen and (max-width: 1750px) {
	.media_list ul.rel-media-list > li .media-thumb.video,
	.media_list ul.rel-media-list > li .media-thumb.image,
	.item-row.media-gallerylist ul.rel-media-list > li .media-thumb.video,
	.item-row.media-gallerylist ul.rel-media-list > li .media-thumb.image {
		max-height: 300px;
	}
}
@media only screen and (max-width: 1650px) {
	.initiatives_page .filter-items-wrap .shareLibrary .share_more{
		max-width: 120px;
	}
	.initiatives_page .filter-items-wrap .select-wrap {
		max-width: 140px !important;
	}
	ul.list-thumb-dark .item-thumb img{
		width: auto;
		min-height: 220px;
		min-width: 100%;
		max-height: none;
		max-width:100%;
	}
}
@media only screen and (max-width: 1570px) {
	ul.list-thumb-dark .item-meta .item-cat{
		font-size: 12px;	
		padding: 3px 6px;
	}
}


@media only screen and (max-width: 1520px) {
	.initiatives_page .filter-items-wrap .shareLibrary .share_more {
		max-width: 85px;
	}
	.initiatives_page .filter-items-wrap .reset_filters .btn-sml {
		margin: 3px 0px 0px 0px;
		font-size: 13px;
	}
	.filter-items-wrap .search-wrap{
		width: 250px!important;
	}
}
@media only screen and (max-width: 1500px) {
	.home-map .where-we-work, .home-header .row .landing-text{
		padding-left: 75px!important;
	}
	.home-header .logo{
		left: 75px;
	}
	
	
	.board-team-wrap ul.board-list{
		width: calc(100% + 60px);
		margin: 30px -30px 30px -30px;
	}
	.board-team-wrap ul.board-list > li{
		width: 25%;
		padding: 0px 30px;
	}
	section .select-wrap{
		width: 190px;
	}
	ul.stories-wrap > li .story-desc{
		padding: 30px 30px;
	}
	.board-team-wrap ul.board-list{
		width: calc(100% + 50px);
    	margin: 45px -25px 30px -25px;
	}
	.board-team-wrap ul.board-list > li{
		padding: 0px 25px;
	}
	.news_row .news_landing_text{
		width: 38%;
	}
	.news_row .news_landingimage{
		width: 62%;
	}
	ul.stories-wrap{
		margin: 50px -30px 0px -30px !important;
		width: calc(100% + 60px);
	}
	ul.stories-wrap > li{
		width: calc(33.33% - 60px);
		margin: 30px;
	}
	ul.list-thumb-dark{
		margin: -30px -30px 0px -30px;
		width: calc(100% + 60px);
	}
	ul.list-thumb-dark > li{
		margin: 30px;
		width: calc(33.33% - 60px);
	}
	.news-page ul.list-thumb-dark .item-thumb{
		max-height: 210px;
		overflow: hidden;
	}
	.news-page ul.list-thumb-dark .item-thumb img{
		min-height: 0px;
	}
	ul.list-thumb-dark .item-thumb img{
		width: auto;
		min-height: 200px;
		max-height: none;
		max-width:100%;
		min-width: 100%;
	}
	.home-map .where-we-work{
		width: 40vw;
	}
}
@media only screen and (max-width: 1300px) {
	ul.list-thumb-dark .item-thumb img{
		width: 100%;
		min-height: 0px;
		max-width: 100%;
		max-height: none;
	}
	.faq-list > li h4::after{
		right:20px;
	}
}
@media only screen and (max-height: 880px) and (min-width:1100px) {
	#primary-nav.member_active .menu-scroll{
		max-height:52vh;
	}
}
@media only screen and (max-height: 800px) {
	#primary-nav.member_active .menu-scroll{
		max-height:48vh;
	}
}


@media only screen and (max-width: 1440px) {
	.promo-block, .home-map, #inner-section .item-row .item-banner, .overlay-block-wrap, .story-masonry-wrap, .secondary-bg-block, .funding-map{
		margin-left:calc(-50vw - 50px);
	}
	form.news-page .filter-items-wrap .reset_filters .btn-sml {
		margin: 3px 30px 0px 30px;
		font-size: 13px;
	}
	form.news-page .filter-items-wrap .select-wrap {
		max-width: 140px !important;
	}
	form.news-page .shareLibrary .share_more {
		max-width: 115px;
	}
	
	.stories-page .filter-items-wrap .reset_filters .btn-sml {
		margin: 3px 30px 0px 0px;
		font-size: 13px;
	}
	.stories-page .filter-items-wrap .select-wrap {
		max-width: 140px !important;
	}
	.stories-page .shareLibrary .share_more {
		max-width: 115px;
	}
	ul.rel-media-list > li .media-thumb.video, ul.rel-media-list > li .media-thumb.image {
		max-height: 280px;
	}
	.media_list ul.rel-media-list > li .media-thumb.video,
	.media_list ul.rel-media-list > li .media-thumb.image,
	.item-row.media-gallerylist ul.rel-media-list > li .media-thumb.video,
	.item-row.media-gallerylist ul.rel-media-list > li .media-thumb.image {
		max-height: 280px;
	}
	#subscribe-modal .modal-dialog {
		max-width: 75% !important;
	}
	.board-team-wrap ul.country-list, .funding-map ul.country-list{
		margin: 45px -30px -30px -30px;
		padding: 0px!important;
	}
	.board-team-wrap ul.country-list > li, .funding-map ul.country-list > li{
		width: calc(25% - 64px);
		margin: 0px 30px;
	}
	.funding-map .funding-intro, .governors-map .funding-intro{
		padding: 90px 80px 70px 80px;
		z-index: 1;
	}
	.news-page .filter-items-wrap .copyurl{
		margin: -10px 0px 0px 0px!important;
	}
	ul.thematic-thumbs{
		margin: -25px!important;
		width: calc(100% + 50px);
	}
	ul.thematic-thumbs > li{
		margin: 25px 25px;
		width: calc(33.33% - 50px);
	}
}
@media only screen and (max-width: 1380px) {
	
	.header-base ul > li,
	.header-base ul > li:first-child, .header-base ul > li:last-child{
		font-size: 20px;
	}
	.header-base ul > li > a.support-nav,
	.header-base ul > li:last-child a{
		font-size:17px;
	}
	
	.promo-block, .home-map, #inner-section .item-row .item-banner, .overlay-block-wrap, .story-masonry-wrap, .secondary-bg-block, .funding-map{
		width: calc(100vw - 100px);
		margin-left:calc(-50vw - 50px);
	}
	ul.rel-pub-list, ul.initiative-list, ul.rel-media-list, ul.opportunities-list, ul.list-thumb-dark.work-withus{
		margin:-50px -30px 0px -30px !important;
		width: calc(100% + 60px);
	}
	ul.stories-wrap{
		margin: 50px -30px 0px -30px !important;
		padding: 0px;
		width: calc(100% + 60px);
	}
	ul.rel-media-list > li, ul.stories-wrap > li{
		width: calc(50% - 60px);
		margin: 30px;
	}
	ul.rel-pub-list > li, ul.initiative-list > li, ul.opportunities-list > li{
		width: calc(50% - 60px);
		margin: 30px;
	}
	
  /*Sownther */
  ul.rel-pub-list.annual-report > li, ul.initiative-list > li, ul.opportunities-list > li{
		width: calc(100% - 60px);
		margin: 30px;
	}
	.report-wrapper .pub-list .annual-report.featured {
		width: calc(100% - 60px);
	}
  
	
	ul.list-thumb-dark{
		margin: -30px -30px 0px -20px;
	}
	
	ul.list-thumb-dark > li, ul.thematic-thumbs > li{
		margin: 20px;
		width: calc(33.33% - 47px);
	}
	ul.list-thumb-dark h4 {
    	font-size: 22px;
	}
	ul.list-thumb-dark.work-withus > li a.btn-big{
		font-size: 18px;
	}
	
	ul.thematic-thumbs{
		width: calc(100% + 60px);
		margin: -30px -30px 0px -20px!important;
	}
	ul.thematic-thumbs > li a span{
		font-size: 26px;
	}
	
	
	ul.list-thumb-dark + .btn-primary.btn-big{
		margin-top: 30px;
	}
	
	
	
	footer .footer-info .pr-8 {
		padding-right: 5rem;
	}
	footer .footer-info .col-lg-5.col-md-12.pr-8{
		max-width: 35%;
	}
	
	
	.funding-intro ul.countries_list, .where-we-work ul.countries_list{
		min-width:auto;
		column-count: auto!important;
		-webkit-column-count: 1;
	}
	.funding-intro ul.countries_list > li, .where-we-work ul.countries_list > li{
		/*width:50%;*/
	}
	.home-map .funding-intro{
		max-height: 210px;
		margin-top:30px;
		padding-right: 10px;
	}
	.home-map .mCSB_scrollTools .mCSB_draggerRail{
		width: 7px!important;
		background:rgba(255,255,255,0.7)!important;
		margin: 0px 6px!important;
	}
	.home-map .mCSB_scrollTools .mCSB_dragger {
		width: 5px;
		right: 18px!important;
	}
	.home-map .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width:5px;
		margin-top:1px;
		background: #2b3a42 !important;
		right: 0px!important;
	}
	body.content_ar .home-map .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		right:-11px!important;
	}
	.content_ar .mCSB_scrollTools .mCSB_draggerContainer {
		right: -10px;
		width: 8px;
	}
	.home-map .funding-intro ul.countries_list{
		max-height: none;
		margin-top:0px;
	}
	.filter-items-wrap .search-wrap {
    	width: 210px;
	}
	.filter-items-wrap .reset_filters .btn-sml{
		margin: 3px 30px 0px 0px;
		font-size: 13px;
	}
	section .filter-items-wrap .select-wrap {
		max-width: 140px !important;
	}
	
	.initiatives_page .filter-items-wrap .select-wrap {
		max-width: 125px !important;
	}
	.initiatives_page .filter-items-wrap .reset_filters .btn-sml {
		margin: 3px 20px 0px 0px;
		font-size: 11px;
	}
	.bio-modal-content{
		display:flex;
		flex-wrap: nowrap;
	}
	.bio-modal-content > div{
		display: block;
		width:70%;
	}
	.bio-modal-content .team-img{
		width:30%;
	}
	.support-form iframe#iframe{
		width:100%!important;
	}
	.support-form::after{
		display:none;
	}
	
}

@media only screen and (max-width: 1350px){
	
	.overlay-block-wrap .vision-overlay > li .text-stat{
		font-size: 34px;
	}
	.overlay-block-wrap .vision-overlay > li .text-over{
		font-size:28px;
	}
	ul.story-wrap > li .story-img h4 {
		font-size: 28px;
		line-height: 28px;
	}
	.faq-list > li h4{
		 font-size: 22px;
	}
	.interested-articles li:first-child a {
		/*font-size: 26px;*/
		line-height: normal;
	}
	.interested-articles li:first-child{
		width:49%;
	}
	.events-intro{
		width: calc(100vw - 90px);
		margin: -30px 0px 0px -5.8vw;
	}
	
	.item-row.event-details .col-lg-3.col-sm-12{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}
	.item-row.event-details .col-lg-9.col-sm-12{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%;
	}
	
	.contact-sec #map{
		height:auto;
	}
	.contact-area .mail_to{
		flex-wrap:wrap;
	}
	.contact-area .mail_to > span{
		width:100%;
	}
	.btn-skew {
    	font-size: 20px;
	}
	ul.stories-wrap > li.no-item {
		width:calc(100% - 60px);
	}
	
}
@media only screen and (max-width: 1300px){
	.media_list ul.rel-media-list > li .media-thumb.video,
	.media_list ul.rel-media-list > li .media-thumb.image,
	.item-row.media-gallerylist ul.rel-media-list > li .media-thumb.video,
	.item-row.media-gallerylist ul.rel-media-list > li .media-thumb.image {
		max-height: 250px;
	}
	ul.rel-media-list > li .media-thumb.video, ul.rel-media-list > li .media-thumb.image {
		max-height: 250px;
	}
}

@media only screen and (max-width: 1260px){
	.landing-intro h2 {
    	font-size: 52px;
	}
	.home-header .landing-intro h2{
		font-size: 56px;
	}
	section{
		padding-top: 70px; 
	}
	#inner-section .item-row{
		margin: 0px 0px 70px;
	}
	.home-map .where-we-work{
		width: 42vw;
		max-width: none;
	}
	
	.btn-bar a{
		margin-right: 20px;
	}
	.btn-secondary{
		font-size: 20px;
	}
	.board-team-wrap ul.board-list{
		display:flex;
		flex-wrap: wrap;
		float: none;
	}
	.board-team-wrap ul.board-list > li{
		width:33.33%;
		float: none;
	}
	.filter-items-wrap .reset_filters .btn-sml{
		mar:9px 30px 0px 0px;
		font-size: 10px;
	}
	.interested-articles > li a{
		padding: 10px;
	}
	.contact-sec{
		width: calc(100vw - 168px);
	}
	footer .footer-info a,
	footer .footer-info p{
		font-size: 18px;
	}
	.initiatives_page .filter-items-wrap .search-wrap {
		width: 165px;
	}
	.initiatives_page .filter-items-wrap .copyurl {
		margin-right: 10px;
	}
	.initiatives_page .filter-items-wrap .select-wrap {
		max-width: 120px !important;
	}
	form.news-page .filter-items-wrap .select-wrap {
		max-width: 120px !important;
	}
	.stories-page .filter-items-wrap .select-wrap {
		max-width: 120px !important;
	}
	#subscribe-modal .modal-dialog {
		max-width:90% !important;
	}
	
	
}
@media only screen and (max-width: 1200px){
	
	.media-modal .media-modal-content .file-wrap > div.file-download .btn-primary.btn-big {
		font-size: 18px;
	}
	.media_list ul.rel-media-list > li .media-thumb.video,
	.media_list ul.rel-media-list > li .media-thumb.image,
	.item-row.media-gallerylist ul.rel-media-list > li .media-thumb.video,
	.item-row.media-gallerylist ul.rel-media-list > li .media-thumb.image {
		max-height: 200px;
	}
	ul.rel-media-list > li .media-thumb.video, ul.rel-media-list > li .media-thumb.image {
		max-height: 200px;
	}
	ul.thematic-thumbs > li a span{
		font-size: 22px;
	}
	
}/*max-width 1200px*/

@media only screen and (max-width: 1180px){
	
	form.news-page .filter-items-wrap .select-wrap {
   		 max-width: 18% !important;
	}
	form.news-page .filter-items-wrap .search-wrap{
		width:45%;
		float:left;
		clear: both;
		margin-top: 10px;
	}
	form.news-page .filter-items-wrap .reset_filters .btn-sml {
		margin: 3px 0px 0px 0px;
		font-size: 12px;
	}
	
	.stories-page .filter-items-wrap .select-wrap {
   		 max-width: 18% !important;
	}
	.stories-page .filter-items-wrap .search-wrap{
		width:45%;
		float:left;
		clear: both;
		margin-top: 10px;
	}
	.stories-page .filter-items-wrap .reset_filters .btn-sml {
		margin: 3px 0px 0px 0px;
		font-size: 12px;
	}
	
	.initiatives_page .filter-items-wrap .search-wrap {
		width: 45%;
		float: left;
		clear: both;
		margin-top: 10px;
	}
	.initiatives_page .filter-items-wrap .copyurl{
		margin-right:0;
	}
	ul.country-list{
		margin-left: -20px;
		margin-right: -20px;
	}
	.board-team-wrap ul.country-list {
		margin: 45px -50px -30px -40px;
	}
	ul.country-list > li {
    	width: calc(33.33% - 40px);
		margin: 0px 20px;
	}
	.funding-map .funding-intro, .governors-map .funding-intro{
		padding-left: 6vw;
	}
	span.map-cont{
		margin-top:20px;
		line-height: normal;
	}
	#home-section .home-map .where-we-work{
		padding-top:60px!important;
		padding-left:60px!important;
	}
}

@media only screen and (max-width: 1099px){
	section h2 {
    	font-size: 38px;
	}
	nav#primary-nav.active-nav {
		width: 600px;
	}
	#primary-nav .nav-wrap{
		width: 500px;
	}
	#site-wrapper.menu-visible {
		margin-left: 500px;
	}
	
	.nav-wrap h1.logo {
		padding: 5vh 0px;
	}
	/*#primary-nav .nav-wrap > ul.nav-menu > li > a,
	#primary-nav .nav-wrap > .menu-scroll ul.nav-menu > li > a{
		padding: 15px 50px;
	}*/
	
	.header-base ul > li{
		float: none;
		height: auto;
	}
	.header-base ul > li > a{
		height:auto;
		min-height: 75px;
	}
	.header-base ul > li > a.support-nav, .header-base ul > li:last-child a {
		font-size: 16px;
	}
	.header-base ul > li, .header-base ul > li:first-child, .header-base ul > li:last-child {
		font-size: 18px;
	}
	
	ul.list-thumb-dark h4 {
    	font-size: 19px;
	}
	ul.list-thumb-dark .item-meta .date{
		font-size: 18px;
	}
	
	.promo-block .promo-content h4 {
    	font-size: 26px;
	}
	
	.home-map .where-we-work h2 {
		font-size: 36px;
    	margin: 0px 0px 15px 0px;
	}
	.nav-wrap #apply_nav {
		float: right;
		margin:-33px 50px 0px 0px;
	}
	.nav-wrap #apply_nav .btn-primary, #apply_nav + form#login-form .btn-primary{
		padding: 5px 20px;
		font-size: 16px;
	}
	.logout-button{
		margin: 2px 25px 0px 0px;
	}
	footer .footer-support{
		padding: 60px 0px;
	}
	.signup-newsletter h2,
	footer .footer-support h3{
		font-size: 36px;
	}
	footer .footer-info .col-lg-5.col-md-12.pr-8,
	footer .footer-info .col-lg-4.col-md-12.pr-8{
		flex:50%;
		max-width:50%;
	}
	footer .footer-info .col-lg-3.col-md-12{
		max-width:100%;
		padding-top:5%;
	} 
	.inner-header, .inner-header .row .landing-text{
		height: 45vh;
		min-height: 524px;
	}
	.btn-secondary {
		font-size: 16px;
	}
	.overlay-block-wrap .vision-overlay > li{
		padding:35px;
		height: 350px;
	}
	.overlay-block-wrap .vision-overlay > li .text-stat {
		font-size: 28px;
	}
	.overlay-block-wrap .vision-overlay > li .text-over {
		font-size: 24px;
	}
	
	.landing-intro h2 {
		font-size: 46px;
		line-height: normal;
	}
	.inner-header .row .landing-text{
		padding: 60px !important;
	}
	.inner-header .row .landing-text .credit{
		left:60px;
	}
	/*.news_row .news_landing_text {
		min-width: 390px !important;
	}*/
	.inner-header .logo{
		left: 60px;
	}
	.btn-primary.btn-big {
    	font-size: 20px;
	}
	ul.opportunities-list > li h4{
		font-size: 22px;
	}
	ul.opportunities-list > li{
		padding: 30px 30px;
	}
	
	ul.tab-faq > li a{
		font-size: 30px;
		padding: 15px;
	}
	.faq-list > li h4 {
		font-size: 20px;
	}
	.faq-list > li h4::after {
		top:6px;
		right: 10px;
	}
	.faq-list > li.active h4::after {
		top:6px;
	}
	.faq-list > li{
		padding: 20px 80px 20px 30px;
	}
	
	/*.home-map #global-map{
		height: 700px;
	}*/
	article .video{
		width: 100%;
	}
	article .video iframe{
		max-height: 400px;
		width: 100%;
	}
	ul.events-list{
		width: calc(100vw - 90px);
		margin: 0px 0px 0px -6.8vw;
	}
	
	.events-intro h2{
		font-size:38px;
	}
	.carousel-wrap h3 {
		font-size: 27px;
	}
	.carousel-wrap .item {
		padding-bottom: 100px;
	}
	.btn-skew{
		font-size: 22px;
	}
	ul.events-list .event-btns a{
		padding: 10px 24px!important;
	}
	ul.events-list > li h3 {
		font-size: 26px;
	}
	.events-intro{
		    padding: 30px 0px;
		margin: -30px 0px 0px -6vw;
	}
	.news_row .landing-intro dl dt strong {
		font-size: 24px;
	}
	.news_row .landing-intro dl dt{
		font-size: 17px;
	}
	.landing-intro dl dd strong {
    	font-size: 20px;
	}
	
	.interested-articles li:first-child {
		width: 50%;
	}
	.interested-articles > li{
		    width: 50%;
	}
	.btn-secondary.btn-big {
		font-size: 18px;
		padding: 6px 24px;
	}
	.inner-header .landing-intro h4 {
    	font-size: 22px;
	}
	ul.events-list > li .event-desc {
    	padding: 40px;
	}
	ul.rel-pub-list > li{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: end;
		text-align: center;
	}
	ul.rel-pub-list > li > .pub-thumb{
		text-align:center;
	}
	.contact-area input[type="text"], .contact-area input[type="email"]{
		width:100%;
	}
	ul.rel-events-list h4, .rel-media-list h4 {
    	font-size: 20px;
	}
	.btn-skew {
		font-size: 18px;
	}
	
	.media-modal .media-modal-content .file-wrap > div.file-name{
		font-size:20px;
	}
	
	p iframe[width="870"]{
		width:100%!important;
	}
	
	
	
	ul.list-thumb-dark.work-withus > li a.btn-big{
		font-size: 16px;
		padding: 6px 15px;
	}
	
	
			
}/*max-width 1099px*/

@media only screen and (max-width: 1040px){
	#searchForm .form-limit{
		top: 0;
	}
	#global-map .jvectormap-container{
		pointer-events: none;
	}
	#global-map .jvectormap-container.map-view{
		pointer-events: auto;
	}
}

@media only screen and (max-width: 990px){
	section h2 {
		font-size: 34px;
	}
	.home-header .landing-intro h2 {
		font-size: 50px;
	}
	.highlights ul.list-thumb-dark > li{
		width: calc(100% - 60px);
	}
		
	.header-base ul > li, .header-base ul > li:first-child, .header-base ul > li:last-child {
		font-size: 16px;
	}
	.header-base ul > li > a.support-nav, .header-base ul > li:last-child a {
		font-size: 14px;
	}
	.funding-intro ul.countries_list > li, .where-we-work ul.countries_list > li {
		width: 100%;
	}
	#home-section .promo-block > div{
		width:75%;
	}
	.promo-block .promo-content{
		padding:25px 27px 30px 25px;
	}
	#home-section .promo-block .promo-img{
		width:25%;
	}
	.signup-newsletter .container{
		max-width: none;
		width: 90%;
	}
	.signup-newsletter .col-lg-6.text-right{
		text-align:center!important;
	}
	.signup-newsletter p{
		max-width:96%;
	}
	.signup-newsletter label{
		padding-left: 24px;
	}
	.signup-newsletter input[type="checkbox"] + label::before {
		right: auto;
		left: 0;
	}
	.signup-newsletter input[type="text"],
	.signup-newsletter input[type="submit"]{
		float: none;
	}
	.signup-newsletter .g-recaptcha{
		clear:both;
		float: none;
		display: inline-block;
		width: 100%;
		transform: none!important;
	}
	.signup-newsletter .g-recaptcha > div{
		width: auto!important;
	}
	.signup-newsletter .col-lg-6{
		padding-left:15px;
		text-align: center;
	}
	
	.inner-header .landing-intro h2{
		line-height: 50px;
	}
	.intro-text .btn-bar a{
		margin-bottom:15px;
	}
	.inner-header .row .landing-text{
		padding: 25px 25px 60px 25px !important;
	}
	
	.overlay-block-wrap .vision-overlay{
		flex-wrap:wrap;
	}
	.overlay-block-wrap .vision-overlay > li{
		width:100%;
		padding: 25px;
		position: relative;
	}
	.overlay-block-wrap .vision-overlay > li .text-over{
		left: -50%;
		right: -50%;
		top:-50%;
		bottom:-50%;
		margin: auto;
		height: 140px;
		font-size: 20px;
	}
	.inner-header .logo {
		left: 25px;
	}
	
	ul.story-wrap{
		
	}
	ul.story-wrap > li{
		width:100%;
	}
	#inner-section .story-img{
		max-width:100%;
		margin-bottom: 0px !important;
		margin-top: 0px !important;
	}
	ul.story-wrap > li.flip-content{
		width:100%;
		position:static;
	}
	ul.story-wrap > li.story-present{
		height: 400px;
		float: left;
		width: 100%;
	}
	ul.story-wrap > li.story-present .story-img{
		height: 400px;
	}
	ul.story-wrap > li .story-content{
		padding: 15px 35px 35px 35px;
	}
	
	.board-team-wrap ul.board-list > li {
		width:50%;
	}
	ul.tab-faq > li a {
		font-size: 24px;
		padding: 10px;
	}
	.faq-list > li h4 {
		font-size: 18px;
	}
	.faq-list > li h4::after {
		background-size: 20px;
	}
	ul.rel-events-list .item-td-wrap > div{
		width:100%!important;
		display:inline-block!important;
	}
	section .filter-items-wrap .select-wrap {
		width:100%;
		max-width:18% !important;
	}
	.filter-items-wrap .search-wrap{
		 width: 45%;
		float:left;
		margin-top: 10px;
	}
	.interested-articles li:first-child {
		width: 49%;
	}
	.interested-articles > li {
		width: 49%;
	}
	
	.news_row .landing-intro dl dt strong {
		font-size: 18px;
	}
	.landing-intro dl dd strong {
		font-size:18px;
	}
	
	.item-row.event-details .col-lg-3.col-sm-12,
	.item-row.event-details .col-lg-9.col-sm-12{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.event-meta dd {
		float: left;
		width: 100%;
		padding-left: 0;
	}
	
	ul.rel-pub-list > li{
		width:calc(100% - 60px);
		flex-wrap: nowrap;
		margin: 20px 30px;
		align-items: normal;
	}
	ul.rel-pub-list.pub-list > li:nth-child(1){
		margin-top:30px;
	}
	ul.rel-pub-list.pub-list > li:last-child {
		margin-bottom: 30px;
	}
	
	.contact-sec{
		flex-wrap: wrap;
		width: calc(100vw - 100px);
	}
	.contact-sec > div{
		width: 100%!important;
	}
	.contact-sec > div.contact-area{
		padding-right: 50px;
		padding-top: 50px;
	}
	.contact-sec #map {
		height: 300px;
	}
	ul.story-wrap > li .story-content{
		padding: 15px 35px 35px 35px;
		top: 0;
	}
	ul.rel-pub-list > li > .pub-thumb img {
		width: 220px;
		max-width: none;
	}
	.article-image .credits{
		margin-top:0px;
	}
	.inner-header .row .landing-text .credit {
		left: 25px;
	}
	.media_list ul.rel-media-list > li .media-thumb.video,
	.media_list ul.rel-media-list > li .media-thumb.image,
	.item-row.media-gallerylist ul.rel-media-list > li .media-thumb.video,
	.item-row.media-gallerylist ul.rel-media-list > li .media-thumb.image {
		max-height: 350px;
	}
	ul.rel-media-list > li .media-thumb.video, ul.rel-media-list > li .media-thumb.image {
		max-height: 200px;
	}
	ul.rel-events-list .item-td-wrap .item-thumb{
		height: 250px;
	}
	ul.rel-events-list .item-td-wrap .item-desc{
		padding-top:30px;
	}
	ul.rel-events-list .item-intro{
		height: auto!important;
	}
	ul.rel-events-list .item-td-wrap{
		height: auto!important;
	}
	
}/*max-width 990*/

@media only screen and (min-width: 960px) and (max-width:1360px) {
	ul.list-thumb-dark .item-thumb img {
		min-height: calc(100vw/7)!Important;
		max-height: none!important;
		width: 100%;
	}
	.news-page ul.list-thumb-dark .item-thumb {
		max-height: calc(100vw/6.4)!important;
		overflow: hidden;
	}
}

@media only screen and (max-width: 960px){
	
	
	.container-fluid {
		width: 98%;
	}
	
	.menu-filter .search-wrap,
	nav#primary-nav, .nav-toggle-wrap,
	.menu-filter .search-wrap:after,
	.menu-filter .select-wrap,
	.select-wrap .select-options,
	.share-wp{
		
	}
	nav#primary-nav{
		width:100vw;
		height:70px;
		padding:0px 50px;
		overflow: visible;
		z-index: 9;
	}
	nav#primary-nav.active-nav {
		width: 100%;
		z-index: 99;
	}
	#site-wrapper{
		padding-left:0px;
		padding-top:70px;
	}
	.menu-filter{
		left: 35px;
	}
	.menu-filter .search-wrap,
	.menu-filter .search-wrap::after{
		height: 70px;
		width: 55px;
	}
	.menu-filter .search-wrap{
		border-bottom:0;
		border-right: solid 1px #fff;
	}
	.menu-filter .search-wrap input[type="text"]{
		padding:0;
	}
	.nav-toggle-wrap.active{
		z-index: 999;
		background:none;
	}
	.nav-toggle-wrap.active span.mobilemenu::after, .nav-toggle-wrap.active span.mobilemenu::before {
		background: #ff7f00;
	}
	
	.nav-toggle-wrap{
		height:70px;
		padding: 0;
		right:47px;
		top: 0;
		width: 50px;
	}
	nav .nav-toggle{
		top:-50%;
		bottom: -50%;
		left: -50%;
		right:-50%;
		margin: auto;
		position: absolute;
	}
	#site-wrapper.menu-visible {
		margin-left:0px;
		overflow: hidden;
		height: 100vh;
	}	
	#primary-nav .nav-wrap {
		width:100%;
		left: 0;
		top:-1000px;
	}
	#primary-nav .nav-wrap.visible{
		top: 0;
	}
	nav .nav-toggle::after{
		display:none;
	}
	
	#primary-nav .select-wrap .select-styled:after{
		right:10px;
	}
	.nav-wrap h1.logo {
		padding: 30px 0px;
		margin-left: 30px;
	}
	#primary-nav.active-nav .menu-filter, #primary-nav.active-nav .share-wp {
		left:inherit;
		top: 0px;
	}
	#primary-nav.active-nav .menu-filter{
		left:60px;
	}
	#primary-nav.active-nav .share-wp {
		left:200px;
		top:0;
	}
	.login-greeting{
		margin: 20px 0px 0px 50px;
	}
	.language-wrap {
		top: 0;
		left: 55px;
		height: 70px;
		border-right: solid 1px #fff;
	}
	.select-wrap .select-options {
		width: 70px;
		top: 70px;
	}
	.menu-filter .select-wrap {
		width: 70px;
		padding:18px 6px;
	}
	.select-wrap .select-styled{
		border-top:0;
		border-bottom:0;
		
	}
	#primary-nav .language-wrap{
		left: 80px;
	}
	#primary-nav .language-wrap .select-language{
		width: 110px;
		padding-right: 6px;
		padding-left: 6px;
	}
	#primary-nav .menu-filter{
		left: 0px;
	}
	#primary-nav .share-wp{
		left: 190px;
	}
	.menu-filter .search-wrap, .menu-filter .search-wrap::after{
		width: 80px;
	}
	.nav-wrap h1.logo {
    	width: 160px;
	}
	#primary-nav .select-wrap .select-options{
		width: 100%;
	}
	.nav-toggle-wrap{
		right:24px;
	}
	.share-wp{
		bottom: 0;
		padding: 0;
		height: 70px;
		border-top: 0;
		width: 70px;
		left: 162px;
		z-index: 1;
		margin:auto auto 0 0;
	}
	a.share-this{
		height: 70px;
	}
	.sharethis-inline-share-buttons{
		height: 40px;
		width: 105px;
		margin: auto;
		left: 70px;
		right: auto;
		top: -50%;
		bottom: -50%;
	}
	.sharethis-inline-share-buttons.active{
		height: 30px;
	}
	#st-1 .st-btn{
		margin: 0px 4px !important;
	}
	
	
	.menu-filter .search-wrap.active {
		padding: 18px 20px;
		border: 0;
	}
	/*.menu-filter .search-wrap.active .close_btn{
		width:30px;
		height: 30px;
		position: absolute;
		right: 0;
		top: 10px;
		background: red;
		pointer-events: auto;
	}*/
	#primary-nav .nav-wrap > ul.nav-menu > li.parent > a, #primary-nav .nav-wrap > .menu-scroll ul.nav-menu > li.parent > a{
		overflow:hidden;
	}
	#primary-nav .nav-wrap > ul.nav-menu > li > a, #primary-nav .nav-wrap > .menu-scroll ul.nav-menu > li > a{
		padding: 20px 50px!important;
	}
	#primary-nav .nav-wrap > ul.nav-menu > li.parent > a::after, #primary-nav .nav-wrap > .menu-scroll ul.nav-menu > li.parent > a::after {
		line-height: 60px;
		/*height: 60px;
		top: -15px;*/
	}
	
	.nav-wrap.visible ul.share-nav{
		padding: 0px 0px 0px 25px;
	}
	
	.home-header .row .landing-text{
		padding:50px!important;
	}
	.home-map .where-we-work, .home-header .row .landing-text {
		padding-left:25px !important;
	}
	.home-header .logo {
		left: 25px;
	}
	.home-header .landing-intro h2 {
		font-size: 46px;
	}
	
	.promo-block, .home-map, #inner-section .item-row .item-banner,
	.overlay-block-wrap, .story-masonry-wrap, .secondary-bg-block, .funding-map {
		width:100vw;
		margin-left: calc(-50vw - 100px);
	}
	.secondary-bg-block{
		padding: 25px;
	}	
	
	.home-map .where-we-work {
		width: 100%;
		position: static;
		padding-top:30px;
	}
	.home-map #global-map{
		width: 100%;
		height: 500px;
		position: relative;
	}
	.funding-intro ul.countries_list, .where-we-work ul.countries_list{
		column-count:3;
		-webkit-column-count:3;
	}
	footer .footer-info .col-lg-5.col-md-12.pr-8, footer .footer-info .col-lg-4.col-md-12.pr-8 {
		flex:100%;
		max-width: 100%;
		padding-right:15px;
	}
	footer .footer-info .col-lg-4.col-md-12.pr-8 {
		padding-top:30px;
	}
	
	.landing-intro h2 {
    	font-size: 42px;
		line-height: normal;
	}
	ul.tab-nav > li{
		margin-bottom:15px;
	}
	
	#mapContent{
		/*height: 843px;*/
		height:100%;
		margin-bottom: 50px!important;
	}
	#mapContent .tab-pane{
		position: static;
		height: 0;
	}
	#mapContent .tab-pane.active{
		height: 100%;
	}
	.funding-map .funding-intro, .governors-map .funding-intro{
		width: 100%;
		position: static;
		padding: 25px;
		height: auto;
	}
	.funding-map #funding-map, .governors-map #governors-map{
		width: 100%;
		height: 500px;
	}
	.funding-map, .governors-map {
		width: calc(100vw + 10px);
		left:calc(-25px + 0px);
		margin-left: 0;
	}
	ul#mapTab.tab-nav > li {
		margin-bottom: 0;
	}
	
	ul.list-thumb-dark > li, ul.rel-media-list > li,
	ul.thematic-thumbs li, ul.stories-wrap > li{
		width: calc(100% - 60px);
	}
	ul.rel-pub-list > li, ul.initiative-list > li, ul.opportunities-list > li{
		width: calc(100% - 60px);
	}
	/*ul.thematic-thumbs {
		width: calc(100% + 100px);
	}*/
	.contact-sec {
		width: calc(100vw - 0px);
		left: calc(50% + 50px);
	}
	.modal.media-modal.video-modal .modal-dialog {
		width: 90%;
	}
	.modal.bio-modal .modal-dialog, .modal.media-modal .modal-dialog{
		width: 90%;
	}
	.media-modal .media-modal-content .file-wrap > div.file-name {
		font-size: 16px;
	}
	.edit.item-page{
		padding: 0;
	}
	ul.rel-events-list > li{
		width: calc(100% - 100px);
		margin: 20px 50px;
	}
	ul.rel-events-list > li:nth-child(1){
		margin-top:50px;
	}
	ul.rel-events-list > li:last-child{
		margin-bottom:30px;
	}
	ul.rel-events-list .item-td-wrap .item-thumb img{
		width: 100%;
	}
	.initiative-inner ul.stat-list > li{
		width:100%;
		margin-bottom: 10px;
	}
	
	.events-intro, .events-next {
		width:calc(100vw + 7px);
   		margin:-30px 0px 0px -25px;
	}
	ul.events-list {
		width:calc(100vw + 10px);
		margin: 0px 0px 0px -25px;
	}
	ul.country-list{
		width: calc(100vw - 20px);
	}
	ul.country-list > li {
    	width: calc(33.33% - 40px);
		margin: 0px 20px;
	}
	.home-header .scroll{
		 bottom: 100px;
	}
	.home-map #global-map .jvectormap-zoomin,
	.home-map #global-map .jvectormap-zoomout{
		left: 20px;
		top: 15px;
		width: 15px;
		height: 15px;
		z-index:8;
		line-height: 100%;
	}
	.home-map #global-map .jvectormap-zoomout {
		top: 45px;
	}
	.home-map #global-map .jvectormap-zoomin::after{
		content: '';
		width:30px;
		height: 30px;
		background:none;
		z-index:-1;
		left: -4px;
		top: -4px;
		pointer-events: none;
		position: absolute;
	}
	ul.rel-media-list > li .media-thumb.video, ul.rel-media-list > li .media-thumb.image {
		max-height: 350px;
	}
	ul.list-thumb-dark .item-thumb{
		max-height:300px;
	}
	
	.events .carousel-wrap {
		padding: 40px 5% 0px 30px;
	}
	.events #event-data{
		margin-top:40px!important;
	}
	
	 ul.list-thumb-dark.work-withus {
    	margin: -50px -30px 0px -20px !important;
	}
	ul.thematic-thumbs > li{
		margin: 15px 20px!important;
	}
	ul.list-thumb-dark.work-withus > li a.btn-big{
		width:auto;
	}
	#inner-section .home-map .where-we-work{
		position: static;
		float: left;
		clear: both;
		padding-top: 10px;
		padding-left: 20px;
	}
	#inner-section .intro-text p{
		font-size: 18px;
	}
}/*max-width: 960px*/

@media only screen and (max-width:850px){
	.edit_option li.edit-icon a{
		display:none;
	}
	/*.funding-map, .governors-map {
		left: calc(-55px + 0px);
	}*/
	.events-intro, .events-next {
		width: calc(100vw + 5px);
	}
	
	form.news-page .filter-items-wrap .select-wrap {
		max-width:43% !important;
	}
	.stories-page .filter-items-wrap .select-wrap{
		max-width:43% !important;
	}
	.initiatives_page .filter-items-wrap .select-wrap{
		max-width:43% !important;
	}
	.media-modal .media-modal-content .file-wrap > div.file-name,
	.media-modal .media-modal-content .file-wrap > div.file-download,
	.media-modal .media-modal-content .file-wrap > div.file-credit{
		width:100%;
		padding-left:0;
		padding-right:0;
		text-align: left;
		display:inline-block;
	}
	.media-modal .media-modal-content .file-wrap > div.file-download{
		padding:0;
	}
	p iframe[width="870"]{
		height:auto!important;
	}
}


@media only screen and (max-height: 790px) and (min-width:1100px){ /*max-height*/
	.menu-scroll{
		max-height: 60vh;
		/*max-height: calc(100vh - 250px);*/
		/*max-height: calc(100vh - 350px);*/
	}
}/*max-height: 790px*/

@media only screen and (max-height: 750px) { /*max-height*/
	.menu-scroll{
		max-height: 58vh;
	}
	#primary-nav.member_active .menu-scroll {
		max-height:58vh;
	}
}

@media only screen and (max-height: 600px){ /*max-height*/
	nav .nav-toggle{
		    margin: 60px auto 70px;
	}
	.home-header .scroll {
		display:none;
	}
}/*max-height: 600px*/

@media only screen and (max-height: 550px){ /*max-height*/
	nav .share-wp{
		   display:none;
	}
	.menu-scroll{
		max-height: 55vh;
	}
}/*max-height: 550px*/




@media only screen and (max-width: 767px){
	/*.inner-header .logo {
		left: 50px;
		top: 36px;
	}*/
	
	
	/*.header-base > ul > li{
		display:none;
	}*/
	/*.header-base > ul > li.support-title,
	.header-base > ul > li.support-link{
		display:table-cell!important;
		padding:10px 15px;
	}*/
	.header-base > ul > li.support-title{
		border-right:1px solid #FFFFFF;
	}
	
	.header-base > ul{
		display: flex;
		flex-wrap: wrap;
	}
	.header-base > ul > li,
	.header-base > ul > li.support-title,
	.header-base > ul > li.support-link{
		display: block!important;
    	width: 100%!important;
		font-size:18px!important;
	}
	.header-base > ul > li.support-title,
	.header-base > ul > li.support-link{
		padding:10px 15px;
		font-size: 20px!important;
	}
	.header-base ul > li > a.support-nav, .header-base ul > li:last-child a{
		font-size: 20px!important;
	}
	.header-base ul > li > a i{
		max-width:100%;
	}
	
	
	
	#primary-nav .nav-wrap > ul.nav-menu > li > a, #primary-nav .nav-wrap > .menu-scroll ul.nav-menu > li > a {
		padding: 10px 30px;
	}
	/*.promo-block, .home-map, .overlay-block-wrap, .secondary-bg-block, .story-masonry-wrap{
		width: calc(100vw - 60px);
		margin-left: calc(-50vw - 70px);
	}*/
	/*.funding-map, .governors-map{
		width: calc(100vw - 60px);
		margin-left: calc(-50vw - 60px);
	}*/
	
	section .filter-items-wrap .select-wrap {
		max-width: 43% !important;
	}
	.filter-items-wrap .search-wrap{
		width:100%;
	}
	blockquote p {
		font-size: 26px;
		line-height: 30px;
	}
	ul.initiative-list > li{
		padding: 20px;
	}
	ul.rel-media-list > li,
	ul.thematic-thumbs > li, ul.stories-wrap > li{
		margin: 15px 30px;
	}
	ul.list-thumb-dark > li{
		margin:20px;
	}
	ul.list-thumb-dark > li:nth-child(1), ul.rel-media-list > li:nth-child(1),
	ul.thematic-thumbs > li:nth-child(1), ul.stories-wrap > li:nth-child(1){
		margin-top:30px;
	}
	#inner-section article img, #inner-section p img{
		height: auto!important;
	}
	#inner-section .item-row {
		margin: 0px 0px 40px;
	}
	.news_row .news_landing_text,
	.news_row .news_landingimage{
		width:50%;
	}
	/*.inner-header .row .landing-text {
		padding: 50px !important;
		padding-right:40px !important;
	}*/
	ul.list-thumb-dark .item-desc {
		padding: 20px;
	}
	
	.events-intro h4 {
		font-size: 26px;
	}
	.events-intro h2 {
		font-size: 34px;
	}
	.events-intro dl dt strong {
		font-size: 26px
	}
	/*.events-intro {
		width: calc(100vw - 60px);
		margin: -30px 0px 0px -50px;
	}
	.events-next {
		width: calc(100vw - 60px);
		margin:0px 0px 60px -50px;
	}*/
	ul.events-list > li{
		flex-wrap:wrap;
	}
	ul.events-list > li > div{
		width:100%!important;
	}
	ul.events-list > li .event-thumb{
		height: 200px;
	}
	ul.rel-pub-list > li > .pub-desc {
		padding:20px;
	}
	ul.rel-pub-list > li, ul.initiative-list > li, ul.opportunities-list > li {
		margin: 15px 30px;
	}
	ul.rel-pub-list > li:nth-child(1),
	ul.initiative-list > li:nth-child(1),
	ul.opportunities-list > li:nth-child(1) {
		margin-top: 30px;
	}
	ul.rel-pub-list > li:last-child,
	ul.initiative-list > li:last-child,
	ul.opportunities-list > li:last-child {
		margin-bottom: 30px;
	}
	ul.rel-media-list > li:last-child{
		margin-bottom: 30px;
	}
	.highlights {
		margin-bottom: 60px;
	}
	ul.story-wrap > li.flip-content .story-content{
		width: 100%;
	}
	ul.story-wrap > li.flip-content .story-img {
		height: 150px;
		width: 100%;
	}
	/*ul.story-wrap > li, ul.story-wrap > li .story-img{
		height: 260px!important;
	}*/
	ul.story-wrap > li .story-content{
		max-height: 255px;
	}
	.faq-search-wrap input[type="text"]{
		width: 92%;
	}
	.faq-list > li h4 {
		font-size: 18px;
		padding-right: 20px;
	}
	.faq-list > li {
    	padding: 20px 30px 20px 30px;
	}
	.faq-list > li .toggle_cont {
		max-width: 100%;
	}
	ul#mapTab.tab-nav > li {
		width: 100%;
		margin: 0;
	}
	.carousel-wrap{
		padding:30px;
	}
	.carousel-wrap .item {
		padding-bottom: 70px;
	}
	.contact-sec > div.contact-area{
		padding:30px!important;
	}
	#loginModal .modal-dialog{
		max-width: 90%;
	}
	.modal-dialog {
		margin: auto;
		margin-top: 7%;		
	}
	ul.initiative-list > li{
		padding:20px;
	}
	.flex-row .resource-col{
		padding: 20px;
	}
	
	.loadForm .login .login_wrp .control-group:nth-child(3),
	.loadForm .reset #user-registration .control-group:nth-child(3){
		float:left;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.loadForm .login .login_wrp .control-group{
		width:100%;
	}
	.loadForm .login input[type="text"], .loadForm .login input[type="password"],
	.loadForm .login input[type="email"], .loadForm .reset input#jform_email,
	.reset-confirm input[type="text"], .reset-complete input[type="text"],
	.reset-complete input[type="password"]{
		max-width:100%;
	}
	ul.country-list{
		width: calc(100vw - 20px);
	}
	ul.country-list > li {
    	width: calc(50% - 40px);
		margin: 0px 20px;
	}
	
	.bio-modal-content{
		flex-wrap:wrap;
	}
	.bio-modal-content > div{
		width:100%;
		height: auto;
	}
	.bio-modal-content .team-img{
		width:100%;
	}
	.bio-modal-content .team-dsc{
		height:400px;
		padding: 30px 30px 30px 30px;
	}
	#bioModal button.close {
		right: -15px;
		top: -15px;
	}
	.bio-modal .close, .media-modal .close{
		width: 40px;
		height: 40px;
	}
	#subscribe-modal ul li{
		width:100%;
	}
	#subscribe-modal .modal-content {
		padding: 30px;
	}
	.home-header .scroll {
		display:none;
	}
	#cookie-bar.fixed{
		display: flex;
    	flex-wrap: wrap
	}
	    
	#cookie-bar span {
		    font-size: 16px;
		width: 100%!important;
		max-width:100%!important;
		    padding: 5px 20px !important;
	}
	#cookie-bar span p{
	    font-size: 16px;
	}
	
	body.content_ru .landing-intro h2{
		font-size: 30px;
		word-break: break-word;
		line-height: 36px;
	}
}

@media only screen and (max-width: 650px){
	
	
	.home-header .landing-intro h2 {
		font-size: 40px;
		line-height: 100%;
	}
	#home-section .promo-block .promo-img{
		display:none;
	}
	#home-section .promo-block > div{
		width:100%;
	}
	.board-team-wrap ul.board-list > li {
		width: 100%;
	}
	.inner-header, .inner-header .row .landing-text {
		min-height: 400px;
	}
	.landing-intro h2 {
    	font-size: 36px;
		line-height: 100%;
	}
	.inner-header .landing-intro h2{
		line-height: 100%;
	}
	footer .footer-support {
		padding:40px 40px;
	}
	ul.tab-faq {
    	margin: 0 -50px 0px -50px;
	}
	ul.tab-faq > li{
		width: calc(100% - 100px);
		margin: 0px 50px;
		margin-bottom: 20px;
	}
	.signup-newsletter h2, footer .footer-support h3 {
		font-size: 32px;
	}
	.signup-newsletter h2{
		margin: 0px 0px 15px 0px;
	}
	.signup-newsletter p {
		max-width: 85%;
		margin: auto;
		margin-bottom: 15px;
	}
	section .filter-items-wrap .select-wrap{
		max-width:100%!important;
		margin-right:0;
		margin-bottom:20px;
	}
	.reset_filters{
		margin-bottom:20px;
	}
	.initiative-inner ul.stat-list > li span{
		max-width:100%;
		width:100%;
		padding-left:0;
	}
	.initiative-inner ul.init-list > li{
		font-size: 20px;
	}
	.promo-block .promo-content{
		padding:50px;
	}
	.inner-header, .inner-header .row .landing-text {
   	 	height: auto;
	}
	.news_row .news_landing_text, .news_row .news_landingimage {
		width: 100%;
	}
	.news_row .news_landingimage {
		min-height: 200px;
	}
	/*.funding-map, .governors-map {
		left: calc(-55px + 10px);
	}*/
	.home-map .where-we-work{
		padding: 70px 20px 20px 70px;
	}	
	.interested-articles li:first-child a {
		font-size: 20px;
	}
	
	.nav-wrap #apply_nav {
		margin-top: 15px!important;
	}
	.nav-wrap #apply_nav, .logout-button {
		float: left;
		margin-right: 0;
		margin-left: 30px;
		clear: both;
	}
	.login-greeting{
		text-align: left;
		clear: both;
		float: left;
	}
	.nav-wrap #apply_nav .btn-primary, #apply_nav + form#login-form .btn-primary {
		padding: 0;
		font-size: 16px;
		background: none!important;
		box-shadow: none!important;
		color: #ff7f00;
		border: 0!important;
	}
	.login-greeting {
		margin: 0px 0px 0px 30px;
	}
	.nav-wrap ul.share-nav {
		padding: 0px 0px 0px 30px;
	}
	#apply_nav + form#login-form{
		margin-top:10px;
	}
	
	#loginModal .modal-dialog{
		height: 85vh;
	}
	#loginModal .modal-content{
		height: 100%;
	}
	#loginModal .modal-body {
		padding: 25px;
	}
	#loginModal .modal-body iframe {
		height: 100%;
	}
	
	form.news-page .filter-items-wrap .select-wrap {
		max-width:100% !important;
	}
	.stories-page .filter-items-wrap .select-wrap{
		max-width:100% !important;
	}
	.initiatives_page .filter-items-wrap .select-wrap{
		max-width:100% !important;
	}
	.inner-header .logo{
		top: 30px;
		width: 195px;
	}
	.pagination > li{
    	padding: 0px 5px;		
	}
	
	#inner-section.events .intro-text{
		max-width:100%!important;
		margin-left:0px;
	}
	.shareLibrary .share_more{
		max-width: 88%!important;
		float:right;
		width:100%;
		margin-bottom:12px;
	}
	.events-intro, .events-next{
		margin:0px;
		width:100%!important;
	}
	.filter-items-wrap .copyurl{
		margin:0px;
		width:100%;
	}
	.copyurl .shareLibrary{
		width:100%;
	}
	.contact-sec{
		margin-bottom:0px;
	}
}
	
@media only screen and (max-width: 550px){
	
	nav#primary-nav{
		padding: 0px 50px;
	}
	.menu-filter {
		left: 50px;
	}
	.menu-filter .select-wrap{
		width:50px;
	}
	.menu-filter .search-wrap,
	.menu-filter .search-wrap::after{
		height: 70px;
		width: 60px;
	}
	
	.language-wrap{
		left: 60px;
	}
	#primary-nav .select-wrap .select-styled::after {
		right: 0;
	}
	#primary-nav.active-nav .menu-filter {
		left: 60px;
	}
	.select-wrap .select-options{
		width:100%;
	}
	.share-wp{
		width: 60px;
		left: 170px;
	}
	.sharethis-inline-share-buttons{
		left: 55px;
	}
	#primary-nav.active-nav .share-wp {
		left: 170px;
	}
	
	
	.inner-header .row .landing-text{
		min-width: 100%;
		max-width: 100%;
	}
	ul.list-thumb-dark .item-meta .item-cat{
		float: left;
		clear: both;
		margin-top: 15px;
	}
	ul.thematic-thumbs > li a span{
		height: 210px;
		font-size: 26px;
	}
	ul.pagination{
		flex-wrap:wrap;
	}
	ul.pagination li{
		margin-bottom: 8px;
	}
	.signup-newsletter input[type="text"]{
		width:100%;
	}
	.signup-newsletter h2, footer .footer-support h3 {
		font-size: 28px;
		line-height: 100%;
	}
	footer .footer-info h4{
		font-size: 26px;
	}
	ul.rel-pub-list > li > .pub-thumb{
		display:none;
	}
	.interested-articles li:first-child {
		width: 100%;
	}
	.interested-articles > li {
		width:50%;
	}
	
	/*ul.events-list {
		margin: 0px 0px 0px -38px;
	}
	.funding-map, .governors-map {
		left: calc(-55px + 18px);
	}*/
	.events-intro h2 {
		font-size: 26px;
	}
	.events-intro dl dt strong {
		font-size: 22px;
	}
	.inner-header .landing-intro h4 {
		font-size: 18px;
	}
	ul.country-list{
		width: calc(100vw - 22px);
		margin-left: -6px;
		margin-right: -6px;
	}
	ul.country-list > li {
    	width: calc(50% - 12px);
		margin: 0px 6px;
		font-size: 14px;
	}

	#searchForm fieldset >legend{
		width:100%!important;
		margin-bottom:5px;
	}
	#searchForm fieldset > label{
		width:50%;
		margin-right:0!important;
		margin-left:0!important;
	}
	.signup-newsletter label {
		text-align: left;
	}
	.signup-newsletter p{
		width:100%;
	}
	#newsletter-form .g-recaptcha iframe{
		margin-left:-25px!important;
	}
	.country-list {
		margin-left: -20px!important;
	}
	.country-list li{
		width:calc(100% - 40px)!important;
	}
	.board-team-wrap .country-list li{
		width:calc(100% - 10px)!important;
	}
	.board-team-wrap ul.country-list{
		margin: 20px -50px 0px -40px;
	}
	#mapContent ul.country-list {
		margin-left:0px !important;
	}
	.board-team-wrap p img.flag_img_mbr {
		margin: 20px 0 0 0px !important;
	}
	
	.funding-intro ul.countries_list, .where-we-work ul.countries_list{
		column-count: 2;
		-webkit-column-count: 2;
	}
	
	
}/*-550px-*/

@media only screen and (max-height: 640px){
	.bio-modal-content .team-img{
		height: 420px;
	}
	.bio-modal-content .team-dsc{
		height: 420px;
	}
	.bio-modal .team-dsc .scroll-content {
		max-height: 100%;
	}
}
@media only screen and (max-height: 650px) {
	#primary-nav.member_active .menu-scroll{
		max-height:45vh;
	}
	#primary-nav.member_active .nav-wrap > ul.nav-menu > li > a, #primary-nav.member_active .nav-wrap > .menu-scroll ul.nav-menu > li > a{
		padding: 20px 50px!important;
		font-size: 20px!important;
	}
}
@media only screen and (max-height: 600px){
	#loginModal .modal-body iframe{
		height: 560px!important;
	}
	#loginModal .modal-content {
		height: auto!important;
	}
	#loginModal .modal-content .modal-body{
		height: 100%;
		overflow: scroll;
	}
	#loginModal .modal-dialog {
		height: 100%;
	}
	#primary-nav.member_active .menu-scroll{
		max-height:42vh;
	}
	#primary-nav.member_active #apply_nav + form#login-form{
		margin-top: 8px;
	}
	#primary-nav.member_active .nav-wrap #apply_nav .btn-primary, #primary-nav.member_active #apply_nav + form#login-form .btn-primary{
		font-size: 14px;
		padding: 4px 30px;
	}
	
}
@media only screen and (max-width: 650px) and (max-height:600px){
	#primary-nav.member_active .nav-wrap #apply_nav .btn-primary, #primary-nav.member_active #apply_nav + form#login-form .btn-primary{
		font-size: 16px;
		padding:0px;
	}
}
@media only screen and (max-height: 500px){
	.nav-wrap.visible .share-nav{
		display:none;
	}
	.nav-wrap.visible .logo a{
		float: left!important;
	}
	.nav-wrap.visible .logo{
		padding-top: 0px!important;
	}
	.nav-wrap.visible .logo a img{
		max-height: 40px!important;
	}
	.menu-scroll {
		margin-top: 53px;
		max-height:70vh;
	}
	.menu-scroll ul.nav-menu > li > a{
		font-size: 20px!important;
		padding: 20px 50px!important;
	}
	.menu-scroll ul.nav-menu > li > a::after{
		line-height: 60px!important;
	}
	
	.nav-wrap #apply_nav {
		margin-top: 15px!important;
	}
	.nav-wrap #apply_nav, .logout-button {
		float: left;
		margin-right: 0;
		margin-left: 30px;
		clear: both;
	}
	.login-greeting{
		text-align: left;
		clear: both;
		float: left;
	}
	.nav-wrap #apply_nav .btn-primary, #apply_nav + form#login-form .btn-primary {
		padding: 0;
		font-size: 16px;
		background: none!important;
		box-shadow: none!important;
		color: #ff7f00;
		border: 0!important;
	}
	#apply_nav + form#login-form{
		margin-top:10px;
	}
	
	#loginModal .modal-dialog{
		height: 85vh;
		    max-width: 90vw;
	}
	#loginModal .modal-content{
		height: 100%;
	}
	#loginModal .modal-body {
		padding: 25px;
	}
	/*#loginModal .modal-body iframe {
		height: 100%;
	}*/
	.reset-confirm input#jform_token{
		margin-right: -18px;
	}
	
	
}
	
@media only screen and (max-height: 480px){
	.menu-scroll {
		margin-top: 53px;
		max-height: calc(100vh - 150px);
	}
	.home-header .landing-intro h2 {
		font-size: 20px!important;
		margin-bottom:15px;
	}
}

@media only screen and (max-width: 450px){
	nav#primary-nav {
		padding: 0px 33px;
	}
	.nav-toggle-wrap{
		right:30px;
	}
	.menu-filter {
		left: 32px;
	}
	.share-wp, .nav-wrap ul.share-nav{
		display:none;
	}
	.home-header .row .landing-text {
		padding:30px!important;
	}
	.home-header .landing-intro h2 {
		font-size: 30px;
    	margin-bottom: 35px
	}
	
	.inner-header .row .landing-text{
		padding:25px 25px 60px 25px!important;
	}
	.home-header .logo, .inner-header .logo {
		left: 30px;
		max-width: 160px;
	}
	.btn-skew {
		font-size:16px;
	}
	ul.initiative-list > li h4 {
   		 font-size: 20px;
	}
	ul.list-thumb-dark .item-desc, ul.initiative-list > li, ul.list-thumb-dark .item-desc,
	ul.rel-pub-list > li > .pub-desc{
		padding: 20px;
	}
	.promo-block .promo-content {
		padding: 30px;
	}
	ul.events-list > li .event-desc {
		padding:30px;
	}
	.home-map .where-we-work, .home-header .row .landing-text {
		padding-left: 30px !important;
	}
	.btn-secondary {
		text-align: center;
		font-size: 14px;
	}
	footer .footer-info .ft-menu > li{
		width:100%;
	}
	.safe_email{
		word-break: break-all;
	}
	footer .footer-info .ft-menu > li:nth-child(6), footer .footer-info .ft-menu > li:nth-child(8){
		float:left;
	}
	.faq-search-wrap input[type="text"] {
		width: 90%;
	}
	.interested-articles > li {
		width:100%;
	}
	.events-intro, .events-next {
		width: calc(100vw + 8px);
	}
	.shareLibrary input[type="text"]{
		width:100%;
	}
	.signup-newsletter .g-recaptcha,
	.g-recaptcha{
		margin-left: -67px;
		transform: scale(0.68)!important;
	}
	footer .footer-info a{
		border:0;
		text-decoration: underline;
	}
	article .video iframe {
		max-height: none;
		height: auto;
	}
	
	.overlay-block-wrap .vision-overlay > li .text-over{
		    width: 82%;
	}
	
	.nav-wrap h1.logo {
		padding-bottom:0;
	}
	/*.nav-wrap #apply_nav, .logout-button{
		float:left;
		margin-right: 0;
		margin-left:30px;
	}
	.nav-wrap #apply_nav{
		margin-top:0px;
	}
	#apply_nav + form#login-form{
		margin-top:0px;
	}*/
	section h2 {
		font-size: 30px;
	}
	ul.events-list .event-btns a{
		margin-bottom: 10px;
	}
	.interested-articles li:first-child,
	.interested-articles li:first-child a {
		height:400px;
	}
	.btn-primary.btn-big {
		font-size: 17px;
	}
	.landing-intro h2 {
    	font-size: 30px
	}
	.bio-modal-content .team-img{
		display:none;
	}
	
	ul.recaptch-wrap li .recaptcha-box .g-recaptcha{
		margin-left:-65px;
	}
	#cookie-bar .cb-enable.btn{
		clear: both;
		padding: 4px 10px;
		margin-left:0;
		font-size: 13px;
	}
	nav#primary-nav{
		height: 50px;
	}
	#site-wrapper{
		padding-top: 50px;
	}
	.menu-filter .search-wrap, .menu-filter .search-wrap::after{
		height: 50px;
	}
	.nav-toggle-wrap{
		right: 15px;
		height: 50px;
	}
	nav .nav-toggle{
		margin: 38px auto 30px;
		transform: scale(0.60);
	}
	#primary-nav .language-wrap{
		left: 65px;
		height: 50px;
	}
	#primary-nav .language-wrap .select-language{
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 6px;
	}
	#primary-nav .select-wrap .select-options{
		top:50px;
	}
	#primary-nav .select-wrap .select-options li{
		padding: 6px;
	}
	.menu-filter .search-wrap.active{
		padding: 6px 15px;
	}
	.menu-filter .search-wrap input[type="text"]{
		font-size: 20px;
	}
	.nav-wrap h1.logo{
		padding-top: 5px;
	}
	.menu-scroll{
		margin-top: 0px;
	}
	#primary-nav .nav-wrap > ul.nav-menu > li > a, #primary-nav .nav-wrap > .menu-scroll ul.nav-menu > li > a{
		padding-left: 30px;
	}
	#primary-nav .nav-wrap > ul.nav-menu > li > a, #primary-nav .nav-wrap > .menu-scroll ul.nav-menu > li > a {
		font-size: 20px;
		padding: 15px 28px !important;

	}
	#primary-nav .nav-wrap > ul.nav-menu > li.parent > a::after, #primary-nav .nav-wrap > .menu-scroll ul.nav-menu > li.parent > a::after{
		line-height: 50px;
	}
	#apply_nav{
		display: none;
	}
	#primary-nav .nav-wrap > ul.nav-menu > li > ul > li a, #primary-nav .nav-wrap > .menu-scroll ul.nav-menu > li > ul > li a{
		padding-left: 28px;
	}
	#home-section .home-map .where-we-work{
		padding-left: 25px!important;
		padding-right: 25px!important;
		padding-top: 25px!important;
	}
	.home-map .where-we-work .btn-primary{
		font-size: 15px;
	}
	#home-section span.map-cont{
		position: static;
		width: 100%;
		clear: both;
		margin-bottom: 20px;
	}
	#inner-section .home-map{
		display: flex;
		flex-wrap: wrap;
	}
	#inner-section .home-map #global-map{
		order: 2;
	}
	#inner-section .home-map .where-we-work{
		order:1;
	}
	
	#loginModal .modal-body {
		padding: 16px;
	}
	.loadForm p{
		font-size:14px;
		margin-bottom:10px;
	}
	.loadForm .reset #user-registration .control-group:nth-child(3){
		margin-left:0px;
	}
	.loadForm .reset{
		padding-top:0px;
	}
	.loadForm .login .privacy_section{
		float: right;
		clear: none;
		font-size: 13px;
		margin-top: -36px;
		margin-bottom: 0px !important;
	}
}
@media only screen and (max-width: 400px){
	.funding-intro ul.countries_list, .where-we-work ul.countries_list{
		column-count: 1;
		-webkit-column-count: 1;
	}
	.inner-header .row .landing-text{
		padding: 20px!important;
		flex-wrap: wrap;
	}
	.inner-header .logo{
		position: static!important;
	}
	.inner-header .landing-intro, .inner-header .landing-text .credit{
		float: left!important;
		width: 100%!important;
		clear: both!important;
		margin-top: 15px!important;
		position: static!important;
	}
	.inner-header .landing-intro h2{
		margin-bottom: 12px!important;
	}
	ul.rel-events-list .item-desc {
    	padding: 25px 20px;
	}
	.inner-header .landing-intro h4{
		margin: 0px!important;
	}
}

@media only screen and (max-width: 350px){
	ul.recaptch-wrap li .recaptcha-box .g-recaptcha{
		margin-left:-35px;
	}
	.error-page h3{
		font-size: 70px;
	}
	.inner-header, .inner-header .row .landing-text{
		min-height: 300px;
	}
}
.content_tr .footer-info .col-lg-4.col-md-12.pr-8 h4{display:none;}
.content_sq .footer-info .col-lg-4.col-md-12.pr-8 h4{display:none;}
.content_sr .footer-info .col-lg-4.col-md-12.pr-8 h4{display:none;}
.content_tr #primary-nav .nav-toggle-wrap .nav-toggle{display:block;}
.content_sq #primary-nav .nav-toggle-wrap .nav-toggle{display:none;}
.content_sr #primary-nav .nav-toggle-wrap .nav-toggle{display:none;}
.content_tr ul.menu-members-area {display:none;}
.content_tr .footer-section li.item-members-area{display:none;}
.content_sq ul.menu-members-area {display:none;}
.content_sq .footer-section li.item-members-area{display:none;}
.content_sr ul.menu-members-area {display:none;}
.content_sr .footer-section li.item-members-area{display:none;}
.annual-report.featured p a{color:#fff !important; font-weight:bold}
