body {
	font-family: 'Poppins', sans-serif;
}

.btn-primary {
	border-radius: 30px;
	background: #41B38F;
	border-color: #41B38F;
	padding: 10px 20px;
}

.btn-primary:hover {
	background: #1B6EDE;
	border-color: #1B6EDE;
}



.home-hero {
	background: #41B38F url(images/hero-bg@2x.png);
	background-size: cover;
	padding: 30px 0;
	height: 550px;
	position: relative;
}

.hero-img {
/*	outline: 1px solid red;*/
	height: auto;
	width: 100%;
	position: absolute;
	top: -35px;
	overflow: hidden;
	text-align: right;
}

.home-hero img {
	/*	text-align: right;
	position: absolute;
	margin: 0 auto;
	right: 0px;
	top: -35px;
	overflow: hidden;
	width: 880px;
	height: auto;
	z-index: 0;
	margin-right: -30px;*/
	width: 880px;
}

.home-hero h1 {
	font-weight: 700;
	color: white;
	font-size: 40px;
}

.home-intro {
	padding: 90px 0 80px 0;
	background: url('images/yellowsquiggle-bg8bit@2x.png') no-repeat center center;
	background-size: 1735px 1290px;
}

.home-intro h3 {
	color: #003C3C;
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.4;
}


.home-intro p {
	color: #111;
	font-size: 18px;
	font-weight: 300;
}




.home-projects {
	padding: 140px 0 180px 0;
	margin-top: -60px;
	background: url('images/projectsblob-bg2@2x8bit.png') no-repeat top center;
	background-size: calc(1960px * 1) calc(966px * 1);
}


.home-projects h2 {
	font-weight: 700;
color: #E38185;
font-size: 34px;
text-align: center;
}

.home-projects p {
	font-size: 20px;
	text-align: center;
}

.project-slide {
/*	outline: 5px solid black;*/
	display: flex;

}

.project-slide a {
	text-decoration: none;
	height: 100%;
}

.project-slide-item:hover {
/*	background: red*/
}

.project-slide-item:hover .project-slide-item-title  {
	background: #E38185
}

.project-slide-item {
	background: white;
	margin: 0px 15px;
	border-radius: 20px;
/*	overflow: hidden;*/
/*	min-height: 365px;*/
/*outline: 1px solid red;*/
/*position: relative;*/
height: 100%;

}



.project-slide-item-title {
	background: #1B6EDE;
	width: 90%;
	margin: 0 auto;
	border-radius: 30px;
	height: 72px;
	margin-top: -36px;
	margin-bottom: 20px;
	position: relative;
	padding: 0 10px;
}

.project-slide-item-title h3 {
	color: white;
	font-size: 22px;
	text-align: center;
	font-weight: 700;
	padding: 0;
	margin: 0 auto;
}

.project-slide-item-img {
}

.project-slide-item-img img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}

.project-slide-item-desc {
	padding: 0 10px;
}

.project-slide-item-desc p {
	color: #111;
	font-size: 16px;
	line-height: 1.2;
}

.slick-track  {
	height: 100%;
}

.slick-slide   {

}

.slick-slide > div {
	height: 100%;

}

.home-research {
	padding: 80px 0 130px 0;
	background: url('images/researchbg@2x-8.png') no-repeat top center;
	background-size: 1859px 1100px;
	margin-bottom: -90px;
}


.home-research h2, .home-twitter h2 {
	font-weight: 700;
color: #41B38F;
font-size: 34px;
text-align: center;
margin-bottom: 60px;
}

.home-research-article {
	background: #ECF7F4 url(images/rightarrow-green.svg) no-repeat bottom 10px right 15px;
	border-radius: 20px;
}

.home-research-article:hover {
	background: #D3EEE5 url(images/rightarrow-green.svg) no-repeat bottom 10px right 15px;
}

.home-research-article:hover .home-research-article-text h4 {
	text-decoration: underline;
}

.home-research a {
	text-decoration: none;
}

.home-research-article-image {
  width: 100%;
  height: 245px;
  border-radius: 20px;

}


.home-research-article-image img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  min-width: 100%;
  min-height: 100%;
    border-radius: 20px;

}

.home-research-article-text {
	padding: 20px;
	color: #111;
}

.home-research-article-text h4 {
	font-weight: 700;
	font-size:20px;
	color: #1B4E8D;

}


/*INTERNAL PAGES*/

.internal-hero {
	background: url(images/int-curveclip.svg) center bottom -1px no-repeat, url(images/hero-bg@2x.png);
	background-size: auto, cover;
	padding: 30px 0;
	height: 230px;
	position: relative;
	margin-bottom: 40px;
}

.projects .internal-hero {
	background: url(images/int-curveclip.svg) center bottom -1px no-repeat, url(images/hero-pinkbg@2x.png);
	background-size: auto, cover;

}

.contact .internal-hero {
	background: url(images/int-curveclip.svg) center bottom -1px no-repeat, url(images/hero-darkgreenbg@2x.png);
	background-size: auto, cover;

}

.resources .internal-hero {
	background: url(images/int-curveclip.svg) center bottom -1px no-repeat, url(images/hero-bluebg@2x.png);
	background-size: auto, cover;

}

.research .internal-hero {
	background: url(images/int-curveclip.svg) center bottom -1px no-repeat, url(images/hero-yellowbg@2x.png);
	background-size: auto, cover;

}

.blog .internal-hero {
	background: url(images/int-curveclip.svg) center bottom -1px no-repeat, url(images/hero-yellowbg@2x.png);
	background-size: auto, cover;

}

.internal-hero h1 {
	color: white;
	font-weight: 700;
	font-size: 44px;
}

.internal-main a {
	color: #003c3c;
}

/*About*/

.internal-main-intro {
	margin-bottom: 60px;
}


.internal-main-intro h3 {
	color: #003c3c;
	text-align: center;
	font-size: 20px;
	line-height: 1.3;
}

.internal-main-about  {
	margin-bottom: 40px;
}


.internal-main-about img {
	border-radius: 20px;
	width: 100%;
	height: auto;
}

.internal-main-about h4 {
	color: #41b38f;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.about-funders {
	background: #E3F4EE url('images/about-funders-bg-8.png') no-repeat left top;
	padding: 80px 0 200px 0;
	margin-top: 80px;
	margin-bottom: -150px;
}

.about-funders h5 {
	color: #003C3C;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}

.about-funders-logo {
	background: white;
	padding: 10px;
	border-radius: 5px;
}

.about-funders-logo img {
	width: 100%;
}


.team h3 {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 0;
	color: #003c3c;
	margin-bottom: 5px;
	border-bottom: 1px solid #003c3c;
}

.team h4 {
	
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 0px;
	color: #41b38f;
	line-height: 1.4;
}

.team h4.cfph-pos {
	color: #003c3c;
}


.team h5 {
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 15px;
	color: #41b38f;
	line-height: 1.4;
}

.team h5 p {
	margin: 0;
}

.team h5 a {
	color: #41b38f;
}

.team p {
	font-size: 14px;
}

.team img {
	border-radius: 10px;
	width: 100%;
	margin-bottom: 20px;
	
}

.team-col {
	margin-bottom: 30px;
}

.team-col h3 {
	font-size: 19px;
	border-bottom: none;
}

/*projects page*/

.projects-page-projects a {
	text-decoration: none;
	text-align: center;
}

.projects-page-projects .project-slide-item {
/*	border: 1px solid #1B6EDE;*/
    box-shadow: inset 0px 0px 0px 1px #1B6EDE;
}

.internal-main-projects-sub img {
	border-radius: 20px;
	margin-bottom: 30px;
	width: 100%;
	height: auto;
}

.internal-main-projects  {
padding-right: 60px;
}

.internal-main-projects ul  {
padding-left: 0;
margin-left: 1em;
}

.internal-main-projects ul li  {
margin-bottom: 5px;
}

.internal-main-projects h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4;
	color: #003c3c;
}

.internal-main-projects h4 {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 10px;
	color: #41b38f;
	border-bottom: 1px solid #41b38f;
	padding-bottom: 30px;
}

.internal-main-projects h5 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 30px;
	color: #fff;
	background: #e38185;
	border-radius: 10px;
	padding: 6px 8px;
	display: inline-block;
}

.well-partners {
	background: #f5f5f5;
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.well-partners h5 {
	color: #333;
	background: #fff;
}

.well-partners h5:first-of-type {
	margin-top: 0;
}

.well-partners img {
	background: #fff;
	padding: 20px;
	width: 100%;
	max-width: 300px;
	height: auto;
	border-radius: 20px;
}

.well-partners img.partner-logos {
	background: #fff;
	padding: 20px;
	width: 100%;
	max-width: inherit;
	height: auto;
	border-radius: 20px;
}


.internal-main-projects-sub {
	background: #FBECED;
	border-radius: 20px;
}

.internal-main-projects-sub h3 {
	font-size: 22px;
	padding: 0 20px;
	color:  #e38185;
	margin-bottom: 0;
}

.internal-main-projects-sub ul {
	list-style: none;
	margin: 0;
	padding: 20px;
}

.internal-main-projects-sub li a {
	background: #fff;
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
	padding: 10px 12px;
	border-radius: 20px;
}

.internal-main-projects-sub li a:hover {
	background: #e38185;
	color: white;
}

/*RESOURCES*/

.internal-main .nav-tabs .nav-item.show .nav-link, .internal-main .nav-tabs .nav-link.active {
	color: #1B4E8D!important;
}

.nav-tabs .nav-link {
	font-size: 22px;
	color: #829EC0!important;
	padding-left: 35px;
	padding-right: 35px;
}

.resources-link {
	text-decoration: none;
}


.resources-link:hover  .resources-item {
	background: #f5f5f5;
}

.resources-link:hover  .resources-item img {
	filter: grayscale();
}



.resources-item {
	margin-bottom: 15px;
	border-radius: 20px;
	padding: 10px;
}

.resources—item-icon {
	padding-right: 20px;
}

.resources-item-title {
	color: #003C3C;
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 4px;
}
.resources-item-author {
	color: #666;
	font-size: 14px;
	line-height: 1.3;
}

.filter-panel {
	margin-bottom: 30px;
}


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

.filter-panel li {
	padding: 0;
	margin: 0;
	margin-bottom: 12px;
}


.filter-panel li a {
	text-decoration: none;
	background: #eee;
	padding: 4px 10px;
	border-radius: 20px;
	font-size: 15px;
	display: block;
}

.filter-panel li a:hover {

	background: #333;
	color: white;
}

.tab-climate .filter-panel li a.filter-climate {
	background: #333!important;
	color: white;
}
.tab-livelihoods .filter-panel li a.filter-livelihoods {
	background: #333!important;
	color: white;
}
.tab-population .filter-panel li a.filter-population {
	background: #333!important;
	color: white;
}
.tab-production .filter-panel li a.filter-production {
	background: #333!important;
	color: white;
}
.tab-waste .filter-panel li a.filter-waste {
	background: #333!important;
	color: white;
}
.tab-dietary .filter-panel li a.filter-dietary {
	background: #333!important;
	color: white;
}
.tab-governance .filter-panel li a.filter-governance {
	background: #333!important;
	color: white;
}


/*Blog*/

.home-news {
	padding-top: 50px;
	padding-bottom: 80px;
	background: #ededed url(images/squiggle-white.png);
}






.home-news h2 {
	font-weight: 700;
color: #1B4E8D;
font-size: 34px;
text-align: center;
margin-bottom: 30px;
}



.home-news-article {
	background: #fdf6e6;
	border-radius: 20px;
	overflow: hidden;
	height: 100%;
}

.home-news-article:hover {
	background: #fcedcf;
}

.home-news-image img {
	width: 100%;
	height: auto;
/*	height: 100%;*/
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%, -50%);
	
}


.home-news-image  {
	height: 200px;
	overflow: hidden;
	position: relative;
}

.home-news-text  {
	padding: 20px;
}

a .home-news-text  {
	color: #111;
}

.home-news a:hover {
	text-decoration: none;
}

.home-news-text h4 {
	color: #1B4E8D;
	font-size: 20px;
	font-weight: 700;
	margin-top: 0;
}

/*
.home-news-article:hover h4 {
	color: white;
}*/

.news-page-box a {
	text-decoration: none;
}

.news-page-box  {
	text-decoration: none;
	margin-bottom: 30px;
}

.news-page blockquote {
	font-size: 14px;
	border-bottom: 1px solid #999;
	color: #034065;
}

.news-page h1 {
	font-size: 26px;
	margin-bottom: 5px;
	color: #034065;
}

.news-page h2 {
	font-size: 20px;
	font-family: 'Noto Sans', sans-serif;
	margin-bottom: 5px;
	color: #034065;
}

.news-detail-content p img {
	margin-bottom: 0px;
}

.news-detail-content img {
	margin-bottom: 30px;
}

.internal-news-detail img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	border-radius: 20px;
}

.internal-news-detail h1 {
	font-weight: bold;
	font-size: 22px;
	color: #1B4E8D;

}

.news-submenu-box {
	background: #e1ecfb;
	padding: 20px;
	border-radius: 20px;
}

.news-submenu-box h3 {
	font-size: 18px;
	color: #1b6ede;
	margin-bottom: 20px;
}

.news-sidebox-item {
	text-align: left;
	border-bottom: 1px solid #1b6ede;
	margin-bottom: 15px;
	padding-bottom: 10px;
/*	background: url('images/arrow-right-coral.svg') no-repeat right top;*/
/*	background-size: 30px;*/
}

.news-sidebox-item:last-of-type {
	text-align: left;
	border-bottom: none;
	margin-bottom: 0px;
}

.news-sidebox-item h4 {
	font-size: 16px;
	font-weight: normal;
	color: #555;
/*	padding-right: 40px;*/
}

.news-sidebox-item a {
	display: block;
	text-decoration: none;
}

.news-sidebox-item a:hover {
	text-decoration: none;
	color: #111!important;
}

.news-sidebox-item a:hover h4 {
	color: #111;
}

.news-sidebox-item p {
	font-size: 14px;
	color: #BF676E;
}


/*CONTACT*/

.internal-main .form-group {
	margin-bottom: 30px;
}

.partner-logos img {
	width: 100%;
	height: auto;
	padding-bottom: 30px;
}

/*FOOTER*/

footer {
	padding: 130px 0 50px 0;
	background: url('images/footer-bg@2x-8.png') no-repeat top center;
	/*background-size: 1940px 710px;*/
	background-size: cover;
	color: white;
}

footer a {

	color: white;
}

/*SLICK*/

button.sPrev {
	border: none;
	background: url(images/leftarrow.svg) no-repeat center center;
	text-indent: -2000px;
	width: 40px;
	height: 40px;
	margin-left: 15px;
}

button.sNext {
	border: none;
	background: url(images/rightarrow.svg) no-repeat center center;
	text-indent: -2000px;
	width: 40px;
	height: 40px;
	margin-left: 15px;
	
}


/*NAVIGATION*/

nav {
	z-index: 2;
}


.nav-link {
	font-size: 18px;
	font-weight: 700;
}



a.navbar-brand {
	padding: 0!important;
}

.navbar-brand img {
		width: 300px;
		padding: 10px 0;
	}

/*=-====Bootstrapthemes.co btco-hover-menu=====*/

.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}

.btco-hover-menu a , .navbar > li > a {
	padding: 10px 15px;
}

.btco-hover-menu .active a, .btco-hover-menu .active a:focus, .btco-hover-menu .active a:hover, .btco-hover-menu li a:hover, .btco-hover-menu li a:focus , .navbar>.show>a, .navbar>.show>a:focus, .navbar>.show>a:hover {
	color: #000;
	background: transparent;
	outline: 0;
}



/*submenu style start from here*/

.dropdown-menu {
	padding: 0px 0;
	margin: 0 0 0;
	border: 0px solid transition !important;
	border: 0px solid rgba(0,0,0,.15);
	border-radius: 0px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.dropdown-menu li a  {
	font-weight: 400;
	font-size: 16px;
}

/*first level*/

.btco-hover-menu .collapse ul > li:hover > a {
	background: #f5f5f5;
}

.btco-hover-menu .collapse ul ul > li:hover > a, .navbar .show .dropdown-menu > li > a:focus, .navbar .show .dropdown-menu > li > a:hover {
	background: #fff;
}
/*second level*/

.btco-hover-menu .collapse ul ul ul > li:hover > a {
	background: #fff;
}

/*third level*/

.btco-hover-menu .collapse ul ul, .btco-hover-menu .collapse ul ul.dropdown-menu {
	background: #f5f5f5;
}

.btco-hover-menu .collapse ul ul ul, .btco-hover-menu .collapse ul ul ul.dropdown-menu {
	background: #f5f5f5
}

.btco-hover-menu .collapse ul ul ul ul, .btco-hover-menu .collapse ul ul ul ul.dropdown-menu {
	background: #f5f5f5
}


/*test color*/

.btco-hover-menu ul ul {
	background: white!important;
	box-shadow: 0px 0px 15px #ccc!important;
	/*	border-radius: 5px;*/
}

.btco-hover-menu .collapse ul > li:hover > a {
	background: transparent;
}


/*Drop-down menu work on hover*/

.btco-hover-menu {
	background: none;
	margin: 0;
	/*padding: 0;*/
	min-height: 20px
}

@media only screen and (max-width: 991px) {
	.btco-hover-menu .show > .dropdown-toggle::after {
		transform: rotate(-90deg);
	}
}
@media only screen and (min-width: 991px) {
	.btco-hover-menu .collapse ul li {
		position: relative;
	}
	
	.btco-hover-menu .collapse ul li:hover> ul {
		display: block
	}
	
	.btco-hover-menu .collapse ul ul {
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 250px;
		display: none;
	}
    /*******/
	
	.btco-hover-menu .collapse ul ul li {
		position: relative
	}
	
	.btco-hover-menu .collapse ul ul li:hover> ul {
		display: block
	}
	
	.btco-hover-menu .collapse ul ul ul {
		position: absolute;
		top: 0;
		left: 100%;
		min-width: 250px;
		display: none
	}
    /*******/
	
	.btco-hover-menu .collapse ul ul ul li {
		position: relative
	}
	
	.btco-hover-menu .collapse ul ul ul li:hover ul {
		display: block
	}
	
	.btco-hover-menu .collapse ul ul ul ul {
		position: absolute;
		top: 0;
		left: -100%;
		min-width: 250px;
		display: none;
		z-index: 1
	}
}

/* CHANGE NAV TO SLIDE IN */

@media (max-width: 991px) {
    .navbar-collapse {
        position: fixed;
        top: 0px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
		padding-top: 40px;
/*        padding-bottom: 665px;*/
        width: 100%;
		height: 100%;
/*		width: 250px;*/
		outline: 15px solid #222;
		background: #222;
		z-index: 100;
		text-align: center;
    }
	
	    .navbar-collapse::before {
        
		content: '\2716';
		color: white;
		position: relative;
		right: 0;
		top: -15px;
		font-size: 20px;
    }
    .navbar-collapse.collapsing {
/*        height: auto;*/
		height: 100%;
        -webkit-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        transition: left 0.3s ease;
        left: -110%;
    }
    .navbar-collapse.show {
        left: 0;
		height: 100%;
        -webkit-transition: left 0.3s ease-in;
        -o-transition: left 0.3s ease-in;
        -moz-transition: left 0.3s ease-in;
        transition: left 0.3s ease-in;
    }
	
	.nav-link {
		color: white!important;
	}
	
	.dropdown .dropdown-menu {
		background: #333!important;
		box-shadow: none!important;
		color: white;
	}
	
		.dropdown .dropdown-menu a {
		color: white;
	}
}


/*END NAVIGATION*/



/*MEDIA QUERIES*/

/*XX-Large devices (larger desktops, 1400px and up)*/

@media (max-width: 1399px) {
	.home-hero {
		height: 480px;
	}
	
	.home-hero img {
		width: 780px;
		height: auto;
	}
}

/*X-Large devices (large desktops, 1200px and up)*/

@media (max-width: 1199px) {
	.home-hero {
		height: 400px;
	}
	
	.home-hero h1 {
		font-size: 32px;
	}
	
	.home-hero img {
		width: 630px;
		height: auto;
	}
}

/*Large devices (desktops, 992px and up)*/

@media (max-width: 991px) {
	.home-hero {
		height: 380px;
	}
	
	.home-hero h1 {
		font-size: 26px;
	}
	
	.home-hero img {
		margin-right: -105px;
		width: 580px;
	}
}

/*Medium devices (tablets, 768px and up)*/

@media (max-width: 767px) {
	.home-hero {
		height: 280px;
	}
	
	.home-hero img {
		display: none;
	}
	
	.internal-main-projects  {
padding-right: 12px;
}
}

/*small*/

@media (max-width: 575px) {
	.navbar-brand img {
		width: 200px;
	}
	
	
	.homepage h2 {
		font-size: 28px;
		margin-bottom: 30px;
	}
	
		.homepage h3 {
		font-size: 18px;
	}
	
		.homepage p {
		font-size: 16px;
	}
	
		.home-intro {
		padding: 40px 0;
	}
	
		.home-research {
		padding-top: 0;
	}
	
	.internal-hero {
	height: 160px;
}

.internal-hero h1 {
	font-size: 32px;
}

}

