/*
Theme Name: ForestTrends
Theme URI: http://www.forest-trends.org/
Author: Ben Dappen
Author URI: http://ben.md-hq.com/
Description: This is a custom theme for Forest Trends Association. Designed in collaboration with CStraight Media
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: foresttrends
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ForestTrends is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}
.single-blog figure {
	margin:0;
}
.single-blog figure.alignleft {
	margin:6px 10px 10px 0;
}	
.single-blog figure.alignright {
	margin:6px 0 10px 10px;
}	
.single-blog figure.aligncenter {
	margin:6px auto 10px auto;
}	

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	line-height: 1;
	background-color: #3D5420;	
	border:none;
	border-radius:100px;
	color:#fff;
	display:inline-block;
	font-family:effra, sans-serif;
	font-size:13px;
	font-weight:bold;
	letter-spacing: 0.08em;
	padding:12px 40px;
	text-transform:uppercase;
	line-height:1;
	color:#fff;}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	box-shadow:none;
	border:none;
	opacity:0.9;
	background-color:#000;
	color:#fff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	box-shadow:none;
	border:none;
	opacity:0.9;
	background-color:#000;
	color:#fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #332928;
}

a:hover,
a:focus,
a:active {
	color: #3D5420;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-size:85%;
	color:#777;
}

.wp-caption a {text-decoration:underline;}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*
Chad's edits
*/

.media-contacts-field {
	float:right;
	background: #eee none repeat scroll 0 0;
    border: 2px solid #aaa;	
	padding:0 25px 9px 25px;
	margin:68px 0 25px 25px;
}
.media-contacts-field h2 {
	border: none;
    margin: -55px 0 20px 0 ;
    padding-top: 30px;
    text-align: center;	
}
.media-contacts-field > h2 > span {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #999;
    color: #999;
    display: inline-block;
    font-family: effra;
    font-size: 13px;
    margin-bottom: 0;
    padding: 14px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

#home-grid {
	padding:120px 0 0 0;	
}
.page-template-page-ecosystem-marketplace-home #home-grid {
	padding:60px 0 0 0;	
}
.page-template-page-ecosystem-marketplace-home #hero-block {
	display:none;	
}
#impact-grid {
	padding:30px 0 0 0;	
}
.inner {
	width:90%;
	max-width:1334px;
	margin:0 auto;	
}
.grid-item {
	width:33.33%;
	padding:0 1.27% 40px 1.27%;	
	overflow:hidden;
}


.grid-item-thumb {
	position:relative;	
}
.grid-item-thumb img {
	display:block;	
}
.grid-item-title, #main .grid-item-title a {
	min-height:3.6em;
}
.page-template-page-ecosystem-marketplace-home .grid-item-thumb img.wp-post-image {
	width:100%;
}	

.em-ad-thumb {
	width:50%;
	float:left;
	padding:15px 3% 15px 3%;
	background-color: #ccd5d8;
	cursor:pointer;	
}
.em-ad-thumb-full {
	width:100%;
}
.em-ad-thumb img {
	width:100%;	
}
.em-ad-thumb:hover {
	opacity:0.9;	
}
#em-ad-block {
	padding:0 0 40px 0;	
}
.grid-item-label {
	position:absolute;	
	top:0;
	left:0;
	background-color:#3D5321;
	color:#F7F4E9;
	text-transform:uppercase;
	text-align:center;
	font-size:12px;
	line-height:34px;
	padding:0 15px;
	letter-spacing:1.84px;
	z-index:100;
}
.grid-item-info {
	padding:10px 0 10px 0;	
}
.grid-item-title, #main .grid-item-title a {
	font-size:24px;
	color:#131313;
	line-height:1.2;
	font-family:'capitolina', sans-serif;	
	font-weight:700;
	border-bottom:none;
}
.grid-item-title a:hover {
	color:#3d5321;	
}
.grid-item-category, .grid-item-date {
	display:inline-block;	
}
.grid-item-photo-credit {
	display:none;
	position:absolute;
	bottom:0;
	left:0;
	padding:5px 5%;	
	height:auto;
	text-align:center;
	font-size:12px;
	color:#fff;
	z-index:100;
}
.hero-photo-credit {
	position:absolute;
	bottom:50px;
	right:5%;
	height:auto;
	text-align:right;
	font-size:12px;
	color:#fff;
	z-index:100;
}
.grid-item-thumb a:hover .grid-item-photo-credit, .grid-item-thumb a:hover .grid-item-overlay {
	display:block;	
}
.grid-item-overlay {
	display:none;
	position:absolute;
	z-index:10;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.15);
	top:0;
	left:0;
}	
.grid-item-overlay img {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-35px;
	margin-left:-35px;	
}

#article-list-or-content {
	padding:50px 0 40px;
}
#pressroom-intro {
	padding-bottom:26px;	
}
#pressroom-tabs div {
	width:24.8%;
	width:calc( 25% - 6px );
	float:left;
	font-size:12px;
	text-transform:uppercase;
	background-color:transparent;
	color: #141414;
	border:1px solid #B8B08D;
	text-align:center;
	line-height:40px;
	letter-spacing:2px;
	padding:0 5px;
	cursor:pointer;
	margin-right:6px;
}
#pressroom-tabs div a {
	display:inline-block;
	line-height:40px;
	width:100%;
	padding:0 5px;
	border-bottom:none;
}
#pressroom-tabs div:last-child {
	margin-right:0;
	width:25%;	
}
#pressroom-tabs .active, #pressroom-tabs div:hover {
	background-color: #B8B08D;
	color:#fff;	
}
.post-type-archive-pressroom h3 {
	font-size:30px;
	font-weight:700;
	margin-top:5px;
	margin-bottom:5px;
	line-height:1.2
}
.pressroom-entry {
	margin-bottom:40px;	
}
.pressroom-label {
	display:inline-block;
	font-size:12px;
	text-transform:uppercase;
	line-height:20px;
	padding:0 7px;
	color:#fff;
	background-color:#333;
	margin-right:10px;	
}
.label-release {
	background-color:#3d5420;	
}
.label-advisory {
	background-color:	#d74f09;
}
.label-ft-in-the-news {
	background-color: #00303d;	
}

.single-pressroom .hero-wrapper h1 {
	line-height:1.1;	
	font-size:50px;
}
.single-pressroom .hero-content {
	padding-bottom:35px;
}	
.single-pressroom #primary {
	margin-bottom:80px;	
}
.single-pressroom .nav-links {
	margin-top:40px;
	font-size:13px;	
}
.single-pressroom .nav-links a {
	color:#3d5420;
}
.single-pressroom .nav-links a:hover {
	text-decoration:underline;
}

#pressroom-breadcrumb {
	font-size:13px;	
	padding:10px 0 24px;
	border-bottom:1px solid #B8B08D;
	margin-bottom:48px;
}
#main #pressroom-breadcrumb a {
	color:#3d5420;
	border-bottom:none;
}
#pressroom-breadcrumb a:hover {
	text-decoration:underline;
}
.single-pressroom .hero-content h3 {
	color:#fff;	
	font-family: "effra",sans-serif;
	line-height:1.2;
	font-size:24px;
	font-weight:400;
}

#main a.slider-button {
    border-bottom: none;
}
#grid-view-more-button, #search-view-more-button, #grid-view-more-button-pressroom {
	text-align:center;	
	padding-top:40px;
}
#search-view-more-button {
	display:none;	
}
.btn-green, #main a.btn-green {
	background-color: #3D5420;	
	border:none;
	border-radius:100px;
	color:#fff;
	display:inline-block;
	font-family:effra, sans-serif;
	font-size:13px;
	font-weight:bold;
	letter-spacing: 0.08em;
	padding:12px 40px;
	text-transform:uppercase;
	line-height:1;
	color:#fff;
	cursor:pointer;
}
a.btn-green:visited {
	color:#fff;	
}
#grid-view-more-button button, #grid-view-more-butto-pressroom button, button, .btn-green {
	transition:all ease 0.5s;
	outline:none;
}
#grid-view-more-button button:hover, #grid-view-more-button-pressroom button:hover,  button:hover, .btn-green:hover, #main a.btn-green:hover {
	box-shadow:none;
	border:none;
	opacity:0.9;
	background-color:#000;
	color:#fff;
}
#grid-overlay, #email-signup-overlay, #grid-overlay-pressroom {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.50);
	z-index:1000;
}
#throbber, #email-throbber, #throbber-pressroom {
	width:100px;
	height:100px;
	position:fixed;
	left:50%;
	top:50%;
	margin-top:-50px;
	margin-left:-50px;
}	
#email-throbber {
	top:30%;
}
.impact-featured {
	width:100%;
	position:relative;
}	
#main .impact-featured a {
	color:#fff;	
}
#impact-grid {
	padding-bottom:100px;
}	
#fb_posts, #twitter_posts, #grid-items-to-append, #grid-items-to-append-pressroom {
	display:none;	
}
.fb-grid-item, .twitter-grid-item {
	background-color:#ccd5d8;
	padding:36px 20px 72px 20px; 
	font-size:18px;
	color:#131313;	
	line-height:1.2;
	overflow:hidden;
}

.fb-title, .twitter-title {
	display:inline-block;
	text-transform:uppercase;
	font-size:14px;
	line-height:24px;
	padding-right:30px;
	padding-left:36px;
	background-repeat:no-repeat;
	background-position:0 50%;
}	
.twitter-title {
	background-image:url(../png/twitter.png);
	background-image:url(../svg/twitter.svg), linear-gradient(transparent, transparent);
}
.fb-title {
	background-image:url(../png/fb.png);
	background-image:url(../svg/fb.svg), linear-gradient(transparent, transparent);
}
.fb-page-link, .twitter-page-link {
	display:inline-block;
}
.fb-page-link a, .twitter-page-link a {
	font-size:14px;
}


.fa-twitter:before {
	display:none;
}
.fa-twitter {
	height:16px;
	width:18px;
	background-image:url(../svg/x.svg);
	background-size:auto 14px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	position:relative;
	top:2px;
}

#mobile-top-nav .fa-twitter {
	background-image:url(../svg/x-black.svg);
}

#main .fb-grid-item a, #main .twitter-grid-item a {
	color:#002F3D;
	border-bottom:none;	
}
#main .fb-grid-item a:hover, #main .twitter-grid-item a:hover {
	text-decoration:underline;	
}
.fb-text, .twitter-text {
	padding:30px 0 0 0;	
	overflow:hidden;
}
.fb-time, .twitter-time {
	font-size:14px;
	color:#002F3D;	
}
.page-template-custom-initiatives-page .hero-wrapper {
	background-color:rgba(61,84,32,0.25); /* was 0.5 transparency */
	color:#fff;	
}
.page-template-custom-where-we-work-page .hero-wrapper {
	color:#fff;	
}
.page-template-custom-initiatives-page #main, .page-template-custom-where-we-work-page #main {
	padding-bottom:60px;	
}
.page-template-custom-initiatives-page .collapseomatic, .page-template-custom-where-we-work-page .collapseomatic {
	margin-bottom:0;
}
.collapseomatic_content ul {
	margin:auto;	
}
#main .topic-categories a, #main .publication-categories a {
	border-bottom:none;	
}
.search #main {
	padding-bottom:60px;
}
.search .entry-header .entry-title {
	margin-bottom:8px;	
}
.search .entry-summary {
	margin:10px 0 0 0;
}	
.search .entry-summary p {
	margin:0 0 14px 0;	
}
.search .hentry {
	margin-bottom:30px;	
}
.page-template-custom-initiatives-page .hero-wrapper ul, .page-template-custom-where-we-work-page .hero-wrapper ul {
	margin:24px 0 0 0;
	padding:0;
	max-width:100%;	
}
.page-template-custom-initiatives-page .hero-wrapper ul li, .page-template-custom-where-we-work-page .hero-wrapper ul li {
	margin-bottom:10px;	
}
.social-media-menu > a:hover {
	transition:all ease 0.5s;
	opacity:0.6;	
}
#header-search .search-form .search-submit {
    display: none;
}
#header-search {
	display:inline-block;
	position:relative;
	top:-42px;	
}
#header-search .search-field {
    background-color: transparent;
    background-image: url(../png/search.png);
    background-position: 6px 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 0 40px 0 0;
    padding: 0 0 0 38px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 1px;
}
#header-search  .search-field:focus {
	background-color: #fff;
	border: 2px solid #3D5420;
	border-radius:100px;
	cursor: text;
	outline: 0;
	width: 200px;
}
.initiative-sub-menu {
	text-align:center;	
	width:100%;
	clear:both;
	margin-top:35px;
}
.initiative-sub-menu a {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    background-color: transparent;
    color: #141414;
    border: 1px solid #B8B08D;
    border-bottom: 1px solid #B8B08D !important;
    text-align: center;
    line-height: 40px;
    letter-spacing: 2px;
    padding: 0 30px;
    cursor: pointer;
    margin:0 5px 10px 5px;
    text-decoration: none;
    transition: 0.5s all;
}
.initiative-sub-menu .active, .initiative-sub-menu a:hover {
	background-color: #B8B08D;
	color:#fff;	
}
#initiative-search-results {
	display:none;	
}
#initiative-lightbox-container {
	width:90%;
	height:90%;
	left:5%;
	top:5%;
	background-color:#333;
	position:absolute;
	color:#fff;
	z-index:1001;
}
#initiative-lightbox {
	position:absolute;
	width:94%;
	height:90%;
	left:3%;
	top:5%;
	overflow:auto;
	z-index:1002;
}
#il-content {
	max-width:1050px;
	margin:0 auto;	
}
#initiative-lightbox a:visited, #initiative-lightbox a {
	color:#B8B08D;
}
#initiative-lightbox a:hover {
	color:#eeeeee;
}
#close-lightbox {
	position:absolute;
	top:-12px;
	right:-12px;
	width:30px;
	height:30px;
	font-size:20px;
	line-height:30px;
	color:#fff;
	text-align:center;
	border-radius:100px;
	background-color:#000;	
	cursor:pointer;
	transition:all ease 0.5s;
}
#close-lightbox:hover {
	background-color: #3D5420;	
}
p.hero-text {
	text-shadow:0 0 3px #000;
}
.page-template-custom-initiatives-page .hero-text a, .page-template-custom-where-we-work-page .hero-text a {
	color:#fff;
	text-decoration:underline;	
}
.page-template-custom-initiatives-page .hero-sidemenu {
	display:block;
}
.page-template-custom-where-we-work-page .hero-sidemenu {
	display:none;
}
.page-template-custom-initiatives-page .colomat-close, .page-template-custom-where-we-work-page .colomat-close {
	font-size:24px;
	padding-top:8px;
}
.collapsomatic-container {
	width:100%;
	clear:both;	
}
.col50 {
	width:48%;
	float:left;
	margin-right:4%;
}
.col50:nth-child(even) {
	margin-right:0;	
}
#initiatives-top-nav {
	background-image:url(../gif/interconnection.gif);
	background-repeat:no-repeat;
	background-position:center;	
	background-size:62.8% 100%;
	margin-top:24px;
}
#main #initiatives-top-nav a {
	width:100%;
	text-align:center;
	display:block;
	box-sizing:border-box;
	padding:0 10px;	
	line-height:46px;
	text-transform: none;
    font-size: 14px;
    border: 1px solid #d98b27;
	border-color:#d98b27;
    margin-top: 5px;
	color: #b8b08d;
	transition:all ease 0.5s;
	border-radius:0px;
	text-transform:uppercase;
	background-color:#fff;
}
#main #initiatives-top-nav a:hover {
	color:#fff;
	background-color:#3d5420;
	border-color:#3d5420;
}

/* publications.css */
/* CSS Document */

.subdocument, .subdocuments {
	float:left;	
}
.publication {overflow:hidden; margin-bottom:25px; position:relative; padding: 25px 5% 25px; float:left; width:60%; }
.publication-thumb {float:left; clear:left; margin-left:0; padding-top:5px; max-width:152px; margin-right:10px;}
.post-type-archive-publications .publication-thumb, .page-template-page-impact-reports .publication-thumb {
	padding:25px 0;	
}
.single-publications .publication-thumb {
	margin-right:10px;	
}
#main .publication-thumb a {border-bottom:none;}
.publication-thumb img {max-width:100%; border:1px solid #ccc;}
.publication h5 {clear:none;}

.initiative-tags {padding:0 0 15px;}
.initiative-tag {padding:0 0 0 20px; font-size:12px; text-transform:uppercase; background-size:15px 15px; background-image: url("../png/water.png"); background-position:left center; display:inline-block; margin-right:10px;}
.initiative-tag.water-tag {background-image:url("../png/water-c.png");}
.initiative-tag.forests-tag {background-image:url("../png/forests-c.png");}
.initiative-tag.finance-tag, .initiative-tag.investments-tag {background-image:url("../png/finance-c.png");}
.initiative-tag.communities-tag {background-image:url("../png/community-c.png");}
.initiative-tag.agriculture-tag {background-image:url("../png/agriculture-c.png");}
.initiative-tag.climate-tag {background-image:url("../png/climate-c.png");}
.initiative-tag.biodiversity-tag {background-image:url("../png/biodiversity-c.png");}

.publication-date {font-size:13px; text-transform:uppercase; color:#898989;}
.pubication-region {
	padding-bottom:40px;
}
.publication-region {
	float:right;
	width:100%;
}
.post-type-archive-publications .publication-region, #initiative-lightbox .publication-region, #modal-content .publication-region,
.page-template-page-impact-reports .publication-region  {
	padding-top:80px;	
	width:18%;
}
#pub-sidebar {float:right; font-size:14px; font-weight:bold; color:#000; max-width:230px; width:20%; text-align:center; padding-top:40px; }

#publications-modal-container .pubication-region > a, #modal-content .pubication-region > a {display:inline-block; border:none; padding:20px 0 20px 66px; background-image:url("../png/africa.png"); background-position:left center; cursor:default;}
#publications-modal-container .pubication-region.publication-region-latin-america > a, #modal-content .pubication-region.publication-region-latin-america > a  {background-image:url("../png/latin-america.png");}
#publications-modal-container .pubication-region.publication-region-north-america > a, #modal-content .pubication-region.publication-region-north-america > a {background-image:url("../png/north-america.png");}
#publications-modal-container .pubication-region.publication-region-global > a, #modal-content .pubication-region.publication-region-global > a {background-image:url("../png/global.png");}
#publications-modal-container .pubication-region.publication-region-africa > a, #modal-content .pubication-region.publication-region-africa > a {background-image:url("../png/africa.png");}
#publications-modal-container .pubication-region.publication-region-europe > a, #modal-content .pubication-region.publication-region-europe > a {background-image:url("../png/europe.png");}
#publications-modal-container .pubication-region.publication-region-asia > a, #modal-content .pubication-region.publication-region-asia > a {background-image:url("../png/asia.png");}



#main .pubication-region > a, #initiative-lightbox .pubication-region > a, #modal-content .pubication-region > a {display:inline-block; border:none; padding:20px 0 20px 66px; background-image:url("../png/africa.png"); background-position:left center; cursor:default;}
#main .pubication-region.publication-region-latin-america > a, #initiative-lightbox .pubication-region.publication-region-latin-america > a, #modal-content .pubication-region.publication-region-latin-america > a  {background-image:url("../png/latin-america.png");}
#main .pubication-region.publication-region-north-america > a, #initiative-lightbox .pubication-region.publication-region-north-america > a, #modal-content .pubication-region.publication-region-north-america > a {background-image:url("../png/north-america.png");}
#main .pubication-region.publication-region-global > a, #initiative-lightbox .pubication-region.publication-region-global > a, #modal-content .pubication-region.publication-region-global > a {background-image:url("../png/global.png");}
#main .pubication-region.publication-region-africa > a, #initiative-lightbox .pubication-region.publication-region-africa > a, #modal-content .pubication-region.publication-region-africa > a {background-image:url("../png/africa.png");}
#main .pubication-region.publication-region-europe > a, #initiative-lightbox .pubication-region.publication-region-europe > a, #modal-content .pubication-region.publication-region-europe > a {background-image:url("../png/europe.png");}
#main .pubication-region.publication-region-asia > a, #initiative-lightbox .pubication-region.publication-region-asia > a, #modal-content .pubication-region.publication-region-asia > a {background-image:url("../png/asia.png");}

#initiative-lightbox .pubication-region > a:hover, #modal-content .pubication-region > a:hover {
	color: #B8B08D;	
}
.publication h2 {
    border-bottom: medium dotted #999;
    padding-bottom: 16px;
}
.publication h2.ptitle {padding:0 0 20px 0; margin:0 0 20px 0; font-size:30px; line-height:1; font-weight:bold;clear:none; border:none;}
.publication h3.psubtitle {
	clear: none;
	color: #a3a3a3;
	font-size: 20px;
	font-weight: normal;
	margin: -32px 0 20px;
	padding: 0;
}
.publication .author {
	color: #a3a3a3;
	font-style: normal;
}

/********** SUBDOCUMENTS ***********/

.subdocuments {
    background: #eee none repeat scroll 0 0;
    border: 2px solid #aaa;
    clear: both;
    margin-top: 65px;
}
.subdocuments > h2 {
    border: medium none;
    margin: 0 0 -55px;
    padding-top: 30px;
    text-align: center;
}
.subdocuments > h2 > span {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #999;
    color: #999;
    display: inline-block;
    font-family: effra;
    font-size: 13px;
    margin-bottom: 0;
    padding: 14px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: -55px;
}
.subdocument {
    clear: both;
    padding: 30px 30px 20px 50px;
}

.subdocument .publication-thumb img {
    float: right;
    max-width: 50%;
}
.subdocument .ptitle > a {
    font-size: 75%;
}

/* end publications.css */

/* team archive page css */
.post-type-archive-team .bio footer {
	display:none;	
}
.headshot-wrapper {width:150px; height:150px; overflow:hidden; border-radius:100px;}
article.type-team {
    padding-bottom: 50px;
    float: left;
    width: 33%;
}

.team-member {
    position: relative;
}
.team-member-label {
    position: absolute;
    left: 160px;
    width: 200px;
    top: 0;
}
.team-member-label h4 {
    margin-bottom: 0;
    padding-bottom: 0;
}

/*.ExpertsampStaff .headshot-wrapper {width:100px; height:100px;}
.ExpertsampStaff .team-member-label {
    left: 110px;
    width: 200px;
}
.ExpertsampStaff .team-member-label h4 {
	margin-top:10px;
}*/
.team-member h5 {
    text-transform:none;
	font-size:14px;
	font-weight:normal;
}
.program-affiliation {display:block;}
/* end team archive page css */

.single-impacts .hero-wrapper h1, .post-type-archive-impacts .hero-wrapper h1 {
	margin-left:-4px;	
}
.hidden-content {
 display:none;	
}
.page-template-custom-initiatives-page .hidden-content, .page-template-custom-where-we-work-page .hidden-content, .single-topics .hidden-content, .page-template-custom-where-we-work-page .hidden-content {
	display:block;	
}
.page-template-custom-initiatives-page .team-member h5, .page-template-custom-where-we-work-page .team-member h5, .single-topics .team-member h5 {
	color:#fff;	
}
.page-template-custom-initiatives-page  article.type-team, .single-topics article.type-team {
	width:50%;
	padding-left:3%;
	padding-right:3%;	
}
.page-template-custom-initiatives-page .team-member a, .single-topics .team-member a {
	cursor:default;	
}
#initiative-lightbox article.type-team:nth-child(odd) {
	clear:left;
}
.post-type-archive-team #main .restrain-width {
	max-width:1200px;	
}
#main .filter-options a, #main .filters a {
	border-bottom:none;	
}

/* imported from content-signup-divider.php */
.email-signup-wrapper {display:table; width:100%;margin:30px 0;}
.email-signup-block {display:table-row; width:100%;}
.email-signup-block h4 {
	font-size: 18px;
	margin: 0;
	padding: 0;
}
.email-signup-block > div {
	display:table-cell;
	vertical-align:middle;
}
.email-signup-block .email-signup {
	width:65%;
	padding:50px;
	text-align:center;
	color:#FFF;
	background-color:#000;
	background-image: url("../jpg/grainy-asia.jpg"); 
	background-size:cover;
	background-position:center center;
}
.email-signup-block .find-errors {
	width:35%;	
	padding:50px;
	background-color:#C6CDBE;
	background-image: url("../png/warning.png"); 
	background-position:bottom right;
	color:rgba(0,0,0,0.9);
}
.find-errors a {color:rgba(0,0,0,0.9); text-decoration:none;}
.find-errors a[href^="mailto:"] {border-bottom:1px solid #C98384;}
.find-errors ul {margin:0; padding:0; list-style:none;}
.find-errors li {padding:5px 20px 5px 0; background-image:url("../png/right.png"); background-position: right center; display:table; /*don't ask me why*/}
.subscribe-buttons {text-align:center;}
input.button {
	background-color: rgba(0, 0, 0, 0.8);
	border: medium none;
	border-radius: 100px;
	box-shadow: none;
	color: #fff;
	font-family: effra;
	font-weight: normal;
	letter-spacing: 0.5px;
	padding: 15px 35px;
	text-transform: uppercase;
}
/* end content-signup-divider.php import */
.support-block .email-signup {
	float:right;
	width: calc(100% - 430px);
    max-width: 520px;
	margin-top:406px;
	color:#fff;	
	padding:0 20px;
	background:rgba(61,84,32,0.5);
	border-radius:3px;
}
.support-block .subscribe-buttons {
	text-align:left;
}
.em-promo #darkening-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(88,124,200,0.35);
	z-index:1; 	
}
.em-promo h2, .em-promo .em-right {
	position:relative;	
}
.em-promo .feature-em, .em-promo h2, .em-promo .em-right {
	z-index:10;	
}

.tableauPlaceholder {
	width:90%;
	margin:0 auto;	
}


/* copied from blog.css 5/16/17 chad p */
.blog-posts {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 40px;
    /* Firefox */
    column-gap: 40px;
    -webkit-column-width: 50%;
    /* Chrome, Safari, Opera */
    -moz-column-width: 50%;
    /* Firefox */
    column-width: 50%;
}

.column-left,
.column-right {}

.post-type-archive-blog .hero-wrapper, .single-blog .hero-wrapper, .post-type-archive-impacts .hero-wrapper, .single-impacts .hero-wrapper {
    background: none;
}

.blog-featured.restrain-width {
    position: relative;
}

.featured_block_image {
	background-size: cover;
	min-height: 500px;
	position: relative;
}

.featured-blog-info {
    bottom: 0px;
    color: #fff;
    line-height: 28px;
    text-shadow: 2px 2px #000;
   	padding:230px 0 30px;
}

.featured-blog-info span {
    color: #fff;
}

form.search-block {
    width: 100%;
    display: table-row;
}

form.search-block>label {
    display: table-cell;
    padding: 20px;
}

form.search-block>label:first-child {
    padding-left: 0;
}

form.search-block>label:last-child {
    padding-right: 0;
}

input[type="search"] {
    border-bottom: 1px solid rgba(61, 83, 33, 0.1);
    border-right: none;
    border-top: none;
    border-left: none;
    background-color: transparent;
    font-size: 26px;
    background-image: url(../search.html);
    background-position: center left;
    background-repeat: no-repeat;
    padding: 10px 0 0 50px;
    width: 934px;
    color: #000;
    margin-bottom: -15px;
}

input.close[type="button"] {
    background-color: transparent;
    background-image: url(../close.html);
    background-position: center center;
    background-size: contain;
    border: medium none;
    box-shadow: none;
    height: 38px;
    overflow: hidden;
    text-indent: 100px;
    text-shadow: none;
    width: 38px;
}

label.filter-clear {
    width: 38px;
}

.blog-search-filters span {
    float: left;
    margin-top: 34px;
    margin-left: 74px;
    margin-right: 36px;
}

.email-signup-wrapper {
    display: table;
    width: 100%;
    margin: 30px 0;
}

.email-signup-block {
    display: table-row;
    width: 100%;
}

.email-signup-block h4 {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.email-signup-block>div {
    display: table-cell;
    vertical-align: middle;
}

.email-signup-block .email-signup {
    width: 65%;
    padding: 50px;
    text-align: center;
    color: #FFF;
    background-color: #000;
    background-image: url("../jpg/grainy-asia.jpg");
    background-size: cover;
    background-position: center center;
}

input.button {
    background-color: rgba(0, 0, 0, 0.8);
    border: medium none;
    border-radius: 100px;
    box-shadow: none;
    color: #fff;
    font-family: effra;
    font-weight: normal;
    letter-spacing: 0.5px;
    padding: 15px 35px;
    text-transform: uppercase;
}
input.button:hover {
	background-color:#3d5420;
}

.social-card span {
    text-transform: uppercase;
    font-size: 12px;
}

.social-card p {
    font-size: 22px;
}


/* Chad's edits */
.post-type-archive-blog .hero-wrapper h1, .single-blog .hero-wrapper h1, .single-impacts .hero-wrapper h1 {
	margin-bottom:0;	
}
.post-type-archive-impacts .hero-wrapper h1 {
	margin-bottom:10px;
}
.post-type-archive-blog .hero-wrapper .blog-description, .single-blog .hero-wrapper .blog-description, .post-type-archive-impacts .hero-wrapper .blog-description, .single-impacts .hero-wrapper .blog-description {
	font-size:24px;
	margin-top:0;	
}
.blog-featured {
	padding-bottom:18px;	
}
.blog-featured p {
	margin:0 0 8px 0;	
}
.featured-blog-info h2 {
	font-size:32px;	
	line-height:1.1;
}
.blog-two-column {
	width:48%;
	float:left;
	margin-right:4%;
	padding:20px 0;	
}
.blog-two-column:nth-child(even) {
	margin-right:0;	
}
.blog-thumbnail-container {
	overflow:hidden;
	position:relative;	
}
.blog-thumbnail-container a:hover .grid-item-overlay, .blog-thumbnail-container a:hover .grid-item-photo-credit {
	display:block;	
}
.blog-thumbnail-container img {
	display:block;
}
.single-blog .author {
	margin-top:24px;
}
.blog-search-block button {
	background:none;
	border:none;	
	border-radius:0;
	width:31px;
	height:31px;
	padding:0;
	position:relative;
	z-index:1000;
	transition:all ease 0.5s;
}
.blog-search-block button:hover {
	opacity:0.7;
}
.blog-search-block input[type="search"] {
	background-image:none;
	-webkit-appearance:none;
	outline:none;
	max-width:100%;
}
.blog-search-block form.search-block {
	display:block;
}	
.blog-search-block form.search-block > label {
	display:inline-block;
	margin-left:-51px;	
	width:51%;
}
.post-type-archive-blog .topic-categories, .post-type-archive-impacts .topic-categories {
	padding-bottom:10px;	
}

/* end Chad's edits */




/*#hero-block {background-image:none !important;} */
.post-type-archive-blog #hero-block  .hero-wrapper h1, .single-blog #hero-block  .hero-wrapper h1, .post-type-archive-impacts #hero-block  .hero-wrapper h1, .single-impacts #hero-block  .hero-wrapper h1 {
	color:#404040;
	text-shadow:none;
}
.post-type-archive-blog p.hero-text.blog-description, .single-blog p.hero-text.blog-description, .post-type-archive-impacts p.hero-text.blog-description, .single-impacts p.hero-text.blog-description {
    color: #666;
    text-shadow: none;
}

.post-type-archive-blog .hero-wrapper.entry-header, .post-type-archive-impacts .hero-wrapper.entry-header {
    padding-bottom: 0!important;
    padding-top: 0!important;
    min-height: 0;
}

@media screen and (min-width: 1280px) {
    .post-type-archive-blog .hero-wrapper, .single-blog .hero-wrapper {
        padding: 10px 0 0px 0%;
    }
}

.post-type-archive-blog .hero-wrapper h1, .single-blog .hero-wrapper h1 {
    margin-left: -18px;
/*    margin-bottom: 42px; */
    font-family: "effra", sans-serif;
}


/* Pagnination Style */

.pagination>li>a,
.pagination>li>span {
    padding: 12px 25px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 8px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

nav.custom-pagination {
    display: block;
    text-align: center;
    margin: auto;
    clear: both;
}

.custom-pagination span,
.custom-pagination a {
    display: inline-block;
    padding: 2px 10px;
}

.custom-pagination a {
    background-color: #ebebeb;
    color: #433A39;
}

.custom-pagination a:hover {
    background-color: #433A39;
    color: #fff;
}

.custom-pagination span.page-num {
    margin-right: 10px;
    padding: 0;
}

.custom-pagination span.dots {
    padding: 0;
    color: gainsboro;
}

.custom-pagination span.current {
    background-color: #433A39;
    color: #fff;
}


/* Blog post Style */

.post_content li {
    margin-top: 20px;
}

/*.wp-caption img[class*="wp-image-"] {
    width: 100%;
    height: 509px;
    object-fit: cover;
}*/

.post_image>img {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* search style*/
.popover {
    width: 100%;
    max-width: 40%;
}

ul.nav.nav-list.search-nav {
    list-style: none;
    margin: 0;
}
.search-nav img {
    width: 100px;
}

.float-left {
    float: left;
}

.search-nav img {
    width: 184px;
    margin-left: -39px;
    margin-bottom: 18px;
    height: 85px;
    object-fit: cover;
}

.search-nav a {
    font-size: 17px;
    font-weight: bold;
}

.search-nav p {
    width: 459px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: -8px;
}
.img100 {
	width:100%;
	height:auto;	
}
.single-blog #main {
	padding-bottom:60px;	
}
/* end of copy from blog.css */

.feature-block {
	position:relative;	
}
.featured_block_image .featured-blog-info {
	position:relative;
	z-index:10;	
}
.feature-block #darkening-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(61,84,32,0.30);
	z-index:1; 	
}
#main .custom-pagination ul {
	list-style:none;	
}
#main .custom-pagination a {
	border-bottom:none;	
}
.custom-pagination span.current, .custom-pagination a:hover {
	background-color:#3d5420;
}
.filter-options input[type="button"] {
	text-transform:none;
	font-weight:normal;
	letter-spacing:normal;
}
ul.filter-options  input.select[type="button"] {
	padding: 12px 15px;
}
.filter-options h5 {
	padding-left:15px;	
}
.ind-member-menu {
	text-align:center;
	padding-top:24px;	
}
.ind-member-menu span {
	display:inline-block;
	padding:0 25px;
	margin:0 3px;
	background-color:#ccc;	
    font-size: 12px;
    text-transform: uppercase;
    background-color: transparent;
    color: #141414;
    border: 1px solid #B8B08D;
    text-align: center;
    line-height: 40px;
    letter-spacing: 2px;
    cursor: pointer;
	width:158px;
}
.ind-member-menu span:hover, .ind-member-menu span.active {
	background-color: #B8B08D;
	color:#fff;		
}
.ind-member-menu span.active {
	cursor:default;	
}
.bio p {
	margin:0 0 24px 0;
	font-size:14px;	
}
.bio div {
	font-size:14px;	
}
.bio h2 {
	margin:0 0 10px 0;
	font-size:18px;	
}
.bio .entry-summary {
	font-size:14px;	
	margin-top:0;
}
.bio article {
	margin-bottom:0;	
}
.bio .post-edit-link {
	display:none;	
}
#modal .no-results {
	text-align:center;	
	padding:40px;
}
#team-filter {
	padding-bottom:24px;	
}
#team-filter h3 {
	margin-bottom:8px;	
}
#team-text-search, #team-language-select, #team-program-select {
	display:inline-block;
	width:32%;
	margin-right:1%;	
}
#team-text-search input, #team-language-select select, #team-program-select select {
	width:100%;
	padding:0 15px;
	line-height:1.5;
}
#team-language-select select, #team-program-select select {
	padding-top:8px;
	padding-bottom:8px;
	line-height:1;
	height:37px;	
}
#team-language-select select option:first-child, #team-program-select select option:first-child {
	padding-top:0;
	padding-bottom:0;
}
#team-text-search input {
	font-size:13px;	
	padding:7px 15px;
	font-family: "effra",sans-serif;
}
#team-filter option {
	padding:8px 15px!important;	
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#team-filter option span {
	display:inline-block;
	padding:8px 0;
}
.project_window .read_more {
	display:inline-block;
	margin-left:5px;	
}
.post-type-archive-impacts .hero-wrapper p.blog-description {
	font-size:16px;	
}

/*************** ICONS *******************/
body .initiative-tags {padding:0 0 15px;}
body .initiative-tag {padding:0 0 0 20px; font-size:12px; text-transform:uppercase; background-size:15px 15px; 
	background-image:url(../png/water.png);
/*	background-image:url(/wp-content/themes/foresttrends/img/icons/tag/water.svg), linear-gradient(transparent, transparent);
background-position:left center; display:inline-block; margin-right:10px;
*/
}
body .initiative-tag.water-tag {
	background-image:url(../png/water-c.png);
	background-image:url(../svg/water-c.svg), linear-gradient(transparent, transparent);
	}
body .initiative-tag.forests-tag {
	background-image:url(../png/forests-c.png);
	background-image:url(../svg/forests-c.svg), linear-gradient(transparent, transparent);
	}
body .initiative-tag.finance-tag, body .initiative-tag.investments-tag {
	background-image:url(../png/finance-c.png);
	background-image:url(../svg/finance-c.svg), linear-gradient(transparent, transparent);
	}
body .initiative-tag.communities-tag {
	background-image:url(../png/community-c.png);
	background-image:url(../svg/community-c.svg), linear-gradient(transparent, transparent);
	}
body .initiative-tag.agriculture-tag {
	background-image:url(../png/agriculture-c.png);
	background-image:url(../svg/agriculture-c.svg), linear-gradient(transparent, transparent);
	}
body .initiative-tag.climate-tag {
	background-image:url(../png/climate-c.png);
	background-image:url(../svg/climate-c.svg), linear-gradient(transparent, transparent);
	}
body .initiative-tag.biodiversity-tag {
	background-image:url(../png/biodiversity-c.png);
	background-image:url(../svg/biodiversity-c.svg), linear-gradient(transparent, transparent);
	}
	
/* white icons for featured blog post... */
body .featured-blog-info .initiative-tag.water-tag {
	background-image:url("../png/water-c-white.png");
	background-image:url(../svg/water-c-white.svg), linear-gradient(transparent, transparent);
	}
body .featured-blog-info .initiative-tag.forests-tag {background-image:url("../png/forests-c-white.png");
	background-image:url(../svg/forests-c-white.svg), linear-gradient(transparent, transparent);
	}
body .featured-blog-info .initiative-tag.finance-tag, body .featured-blog-info .initiative-tag.investments-tag {background-image:url("../png/finance-c-white.png");
	background-image:url(../svg/finance-c-white.svg), linear-gradient(transparent, transparent);
	}
body .featured-blog-info .initiative-tag.communities-tag {background-image:url("../png/community-c-white.png");
	background-image:url(../svg/community-c-white.svg), linear-gradient(transparent, transparent);
	}
body .featured-blog-info .initiative-tag.agriculture-tag {background-image:url("../png/agriculture-c-white.png");
	background-image:url(../svg/agriculture-c-white.svg), linear-gradient(transparent, transparent);
	}
body .featured-blog-info .initiative-tag.climate-tag {background-image:url("../png/climate-c-white.png");
	background-image:url(../svg/climate-c-white.svg), linear-gradient(transparent, transparent);
	}
body .featured-blog-info .initiative-tag.biodiversity-tag {background-image:url("../png/biodiversity-c-white.png");
	background-image:url(../svg/biodiversity-c-white.svg), linear-gradient(transparent, transparent);
	}

.single-events .entry-header {
	max-width:1000px;
	width:90%;
	margin:0 auto;	
	display:none;
}

/* styles for filter section - copied in 5/26/17 chad p */
.search-block {}
.publication-search-filters {display:table; width:100%; margin:70px 0 0; border-bottom:1px solid rgba(61,83,33,0.1);}
form.search-block {width:100%; display:table-row;}
form.search-block > label {
	display:table-cell;	
	padding:20px;
}
form.search-block > label:first-child {padding-left:0;}
form.search-block > label:last-child {padding-right:0;}
input[type="search"] {
	border:none; 
	background-color:transparent;
	font-size:18px;
	background-image:url(../png/search.png);
	background-position:center left;
	background-repeat:no-repeat;
	padding:10px 0 0 50px;
	width:100%;
	color:#000;
	margin-bottom:-15px;
}
input.close[type="button"] {
	background-color: transparent;
	background-image:url(../png/close.png);
	background-position: center center;
	background-size: contain;
	border: medium none;
	box-shadow: none;
	height: 38px;
	overflow: hidden;
	text-indent: 100px;
	text-shadow: none;
	width: 38px;
}
label.filter-clear {border-right:1px solid rgba(61,83,33,0.1);}
label.filter-clear {width:38px;}
label.filters > .filter-wrapper {
	background-color:rgba(19,19,19,0.1);
	padding:16px 20px 16px 45px;
	background-image:url('../png/filter.png');
	background-position:20px 16px;
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:bold;
	display:block;
}
label.filters {
	width:249px;
	position:relative;
}
.filter-trigger {
	display:block;
	text-decoration:none;
	color:#000;
	background-image:url('../png/collapsed.png');
	background-position:right center;
	background-repeat:no-repeat;
	text-transform:uppercase;
}
.filter-trigger.expanded {
	background-image:url('../png/expanded.png');
}

/*************************/
/*
.search-filter-list {
	background-color: #fff;
	left: 20px;
	padding: 8px;
	position: absolute;
	top: 80px;
	width: calc(100% - 20px);
	z-index: 100;
	display:none;
} */
.search-filter-list  {
	border:2px solid rgba(0,0,0,0.3); padding:20px;
	border-radius:1px;
}	
.active-filters {
  border-bottom: 1px solid rgba(0,0,0,0.3);
  padding-bottom: 10px;
}
a.clear-filters {float:right; color:#999; font-size:11px;}
.tag, .tag:visited {
	background-color: #19434f;
	background-image: url("../png/water.png");
	background-position: 7px center;
	border-radius: 100px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	margin-right: 3px;
	padding: 2px 0 2px 25px;
	text-transform: uppercase;
	margin-top:-5px;
}
.tag > span {
	background-image: url("../png/x.png");
	background-position: right 6px center;
	display: block;
	padding-right: 24px;
}

ul.filter-options {padding:0; margin:0; list-style:none;}
ul.filter-options > li {
	padding:3px 0; margin:0; display:block;	
}
ul.filter-options select {
	width:calc(100% - 10px);
	-moz-appearance: none;
	-webkit-appearance:none;
	height:43px;
}
ul.filter-options  input.select[type="button"] {
	box-shadow: none;
	display: block;
	max-width: none;
		padding: 12px 15px;

	text-align: left;
	line-height:1.5;
	width: calc(100% - 10px);
}
ul.filter-options select::-ms-expand {
	display: none;
}

/**** Icon Selector ****/
ul.search-tiles {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	border: 1px solid #ddd;
	border-left:none;
	border-top:none;
	overflow:hidden;
	width:calc(100% - 10px);
}
ul.search-tiles > li {
	border: 1px solid #ddd;
	float: left;
	width:calc(25% + 1px);
	margin-bottom:-1px;
	margin-right:-1px;
}



ul.search-tiles span {
	display: block;
	font-size: 13px;
	text-align: center;
}
.search-tiles a {
	display: block;
	padding: 10px;
	text-align:center;
}
.search-tiles img {
	max-width: 60px;
	width: 60%;
}

/**** DESKTOP ****/
.search-block .filter-options > li {
	background-color: #fff;
	display: block;
	float: left;
	width:39.9%;
	width:calc( 40% - 2px );
}
.search-block .filter-options > li:first-child, .search-block .filter-options > li:last-child {
	width:29.9%;
	width:calc( 30% - 2px );
}

.search-block .filter-options .search-tiles li {
	background-color:#e5e5e5;
}
.search-block .filter-options .search-tiles li:hover, .search-block .filter-options .search-tiles li.active {
	background-color: #fff;
}
#main .filter-options a {
	outline:none;	
}
.search-block input[type="search"] {
	padding-bottom:10px;
	background-position: 10px 50%;
}
#events-list {
}
.board-member-excerpt {
	color:#000;
	font-size:14px;	
	max-width:500px;
	width:40%;
}

.board-member-logo {
	float:right;
	max-width:250px;
	width:15%;
	text-align:center;
	padding-left:15px;
}
.board-member-logo img {
	max-width:100%;
	max-height:	125px;
	width:auto;
	margin-top:15px;
}
.alt-board-member-logo {
	display:none;	
}
#modal-content .board-member-excerpt {
	display:none;	
}

.fellows-list .board-member-excerpt, .fellows-list .headshot-wrapper, .fellows-list .team-member-label {
	float:left;
	display:block;
	position:relative;
	left:auto;
}
.fellows-list .board-member-excerpt {
	padding-left:50px;
}

.fellows-list .headshot-wrapper {
	margin-right:15px;	
}

.page-template-page-fellows .board-member-logo {
	width:auto;	
}



body.page .collapseomatic {
	display:inline-block;
}
.page .entry-content {
	margin: auto;
	width:90%;
    max-width: 1000px;
}
.page-id-25662 .entry-content {
	max-width:1280px;	
}
.page-id-25662 .entry-content .em-article-left {
	max-width:751px;	
}
.page-template-page-em-publications .em-article-left {
	max-width:none;	
	width:100%;
}
.page-template-page-em-publications .publication-region {
	width:auto;	
}
.page-id-25662 .entry-content .em-article-sidebar {
	max-width:380px;	
}
.page-id-25662 .entry-content ul {
	margin-left:0;
	padding-left:0;	
}
#events-list #page-number, .publication-list #page-number, .page-template-page-ecosystem-marketplace-home #page-number {
	display:none;	
}
#events-list-view-more, #publications-list-view-more {
	cursor:pointer;
	padding-bottom:30px;	
}
#events-list-view-more:hover, #publications-list-view-more:hover  {
	color:#d75016;	
}
.publication-list {
}
.publication-thumb img {
	min-width:152px;
	height:auto;
}

.view-publication-link {
	font-size:12px;
	text-transform:uppercase;
	background-color:transparent;
	color: #141414;
	border:1px solid #B8B08D;
	text-align:center;
	line-height:40px;
	letter-spacing:2px;
	padding:0 25px;
	cursor:pointer;
	margin-right:6px;
	display:inline-block;
	border-bottom:1px solid #B8B08D!important;
}
.view-publication-link:hover {
	background-color: #B8B08D;
	color:#fff;	
}	
.featured-blog-info a {
	color:#fff;	
}
/* main menu mega-menu stuff */
#mega-menu-wrap-Main-Menu #mega-menu-Main-Menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-Main-Menu #mega-menu-Main-Menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-Main-Menu #mega-menu-Main-Menu > li.mega-menu-item > a.mega-menu-link:focus {
  background-color:transparent;
  background-image:url(../gif/nav-underline.gif);
  background-repeat:no-repeat;
  background-position:bottom center;
  color: #332928;
  font-weight: 600;
  text-decoration: none;
  border:none;
}
.menu-what-we-do {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50% 50%;	
	width:171px;
	height:115px;
	position:relative;
	float:left;
	margin:0 20px 19px 0;
	text-align:center;
}
.main-navigation ul ul .menu-what-we-do a {
	width:100%;
	text-align:center;
	text-transform:none;
	padding:32px 0 33px 0;
	display:block;	
}
.menu-what-we-do a img {
	display:none;	
}
.menu-what-we-do a:hover img {
	display:inline-block;	
}
.menu-what-we-do a span {
	font-size:18px;
	font-weight:700;
	color:#fff;
	line-height:50px;
}
.menu-what-we-do a:hover span {
	display:none;
}
#menu-what-we-do-forests {
	background-image:url(../jpg/forests.jpg);	
}
#menu-what-we-do-agriculture {
	background-image:url(../jpg/agriculture.jpg);	
}
#menu-what-we-do-water {
	background-image:url(../jpg/water.jpg);	
}
#menu-what-we-do-climate {
	background-image:url(../jpg/climate.jpg);	
}
#menu-what-we-do-biodiversity {
	background-image:url(../jpg/biodiversity.jpg);	
}
#menu-what-we-do-communities {
	background-image:url(../jpg/communities.jpg);	
}
#menu-what-we-do-finance {
	background-image:url(../jpg/finance.jpg);	
}
.mega-sub-menu h4 {
	color:#231F1F;
	font-size:16px;
}
.mega-sub-menu .btn-green {
	background-color:#131313;
	width:auto;	
	display:inline-block;
	margin:18px 0 0 -12px;
	float:left;
	clear:left;
}
.mega-sub-menu .btn-green:hover {
	background-color: #3d5420;	
}
#where-we-work-menu a {
	color:#131313;	
	line-height:45px;
	font-size:18px;
	text-transform:none;
	display:inline-block;
	float:left;
	clear:left;
	width:auto;
	transition:none;
}
#where-we-work-menu a:hover {
	background-image:url(../gif/nav-geo-underline.gif);
	background-repeat:repeat-x;
	background-position:0 90%;	
}
#mega-menu-item-text-5, #mega-menu-item-text-6 {
	padding-bottom:	30px;
}
#mega-menu-item-text-6 {
	background-repeat:no-repeat!important;
	background-position:70% 40%!important;
}
#mega-menu-wrap-Main-Menu #mega-menu-Main-Menu > li.mega-menu-megamenu > ul.mega-sub-menu li#mega-menu-item-text-5 {
	/* Just until we want to restore the Where We Work section to the megamenu... */
/*	width:61.5%; */
	width:100%;
	/* Just until we want to restore the Where We Work section to the megamenu... */
/*	border-right:1px solid #e6e2d6; */
	padding-right:10%;
}
#mega-menu-wrap-Main-Menu #mega-menu-Main-Menu > li.mega-menu-megamenu > ul.mega-sub-menu li#mega-menu-item-text-6 {
	width:38.5%;
	/* Just until we want to restore the Where We Work section to the megamenu... */
	display:none;
}
#site-navigation #mega-menu-wrap-Main-Menu #mega-menu-Main-Menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #site-navigation #mega-menu-wrap-Main-Menu #mega-menu-Main-Menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #site-navigation #mega-menu-wrap-Main-Menu #mega-menu-Main-Menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  background-color:transparent;
  background-image:url(../gif/nav-underline.gif);
  background-repeat:no-repeat;
  background-position:bottom center;
  color: #332928;
  font-weight: 600;
  text-decoration: none;
  border:none;
}
/* end main menu mega-menu stuff */
#email-signup-success-message, #email-signup-error-message {
	display:none;	
}
#email-signup-form-container {
	width:90%;
	max-width:500px;
	margin:40px auto 0 auto;
	padding:40px;
	background-color:#fff;
	position:relative;
	border:5px solid #3d5420;
}
#email-signup-form-container h2 {
	margin:0 0 24px 0;	
	color:#cc0000;
}
.email-list-option {
	display:inline-block;
	width:45%;
	margin-right:4%;	
}
.email-list-option label {
	padding-left:10px;
	font-size:14px;	
}
.control-group {
	margin-bottom:24px;	
}
.control-group:last-child {
	margin-bottom:0;	
}
.control-label {
	font-weight:600;	
}
#email-signup-form-container input[type="text"], #email-signup-form-container input[type="email"], #ec-form input[type="text"], #ec-form input[type="email"],
#ec-form select {
	border: 1px solid #b8b08d;
    color: #141414;
	line-height:40px;
	padding:0 15px; 	
	border-radius:0;
	font-size:14px;
	width:90%;
}
#ec-form input[type="text"], #ec-form input[type="email"], #ec-form select {
	float:left;
	margin-bottom:24px;
	max-width:400px;
	width:100%;
}
#ec-form select {
	height:40px;
	background:#fff;	
}
#ec-form label {
	display:block;
	float:left;
	width:100%;
}	
#ec-form .col25 {
	width:25%;
	float:left;
	padding-right:1%;
}
#ec-form input[type="checkbox"] {
	margin-bottom:18px;
}
#ec-form input[type="radio"] {
	margin-left:18px;
}	
.captcha_wrapper {
	margin:24px 0;	
}
.topical-approaches ul li a:hover {
	opacity:0.8;	
}
#mobile-top-nav, #mobile-donate-button, #mobile-charity-nav {
	display:none;	
}

/* footer.php styles */
	#page footer.site-footer {
		padding:0px;
	}
	.footer-row {padding:0 40px;}
	.footer-row * {color:#FFF;}
	
	.foot-menu {float:right; text-align:right;}
	
	.cn-logo { margin-right:27px;}
	.foot-quote {float:left; max-width:540px; font-size:16px; padding-left:67px; padding-top:30px;}
	#charity-navigator em {display:block; padding-bottom:8px; font-size:14px; font-style:normal; font-weight:700;}
	.foot-quote ul {padding:0;margin:0; list-style:none;}
	.foot-quote ul li {padding:1px 0; margin:0;}
	#charity-navigator {
		width:auto;
		float:left;	
		max-width:266px;
	}
	.footer-row-1 {
		  background-image: url("../png/paint_grey_white.png");
		  padding-top:75px;
		  background-position: center top;
		  background-repeat: repeat-x;
		  background-size: initial;
		  margin-top:-1px;
	}
	.footer-row-2 {clear:both; padding:27px; text-align:center; border-top:#433A39; margin-top:27px;}
	.footer-row-2 .copyright {color:#B8B08D; font-size:11px;}
	
	.bottom-navigation {
		padding-top: 27px;
	}
	#foot-menu {
		float: left;
		white-space: nowrap;
	}
	#foot-menu > li {
		display: inline-block;
		font-size: 13px;
		letter-spacing: 1px;
		padding: 7px 15px;
		text-transform: uppercase;
	}
	.foot-menu .social-media-menu > a {
		font-size: 100%;
		padding-left: 15px;
		padding-right: 0;
	}
/* end footer.php styles */

/* home page styles */
/* CSS Document for FT Hompage */

/* HOMEPAGE BANNER */
#hero-block.homepage-hero {
	background-image:url('../jpg/hut_and_hills.jpg');
	background-position: center bottom;
}
#hero-block .hero-wrapper.entry-header {
	padding-bottom: 250px;
	padding-top: 175px;
}
.single-blog #hero-block .hero-wrapper.entry-header, .post-type-archive-bbop_pubs #hero-block .hero-wrapper.entry-header, .single-bbop_pubs #hero-block .hero-wrapper.entry-header, .page-template-page-bbop-home #hero-block .hero-wrapper.entry-header, .page-template-page-bbop-page #hero-block .hero-wrapper.entry-header  {
	padding:100px 0 100px 0;
	background-image:url(../jpg/blog-header-bg.jpg);
	background-size:cover;
}
.page-template-page-bbop-home .hero-text, .page-template-page-bbop-page #hero-block .hero-text  {
	max-width:600px;
}

.single-blog #hero-block .hero-wrapper h1, .single-blog p.hero-text.blog-description {
	color:#fff;	
}
#hero-block.homepage-hero h1 {max-width:500px; line-height:70px;}

h1, h2, h3, h4, h5, h6 {
    overflow-wrap:normal;
}

/* HOMEPAGE Description */
.description-photos {
	float:left;
	padding:0 140px 100px 160px;
/*	margin-top:-170px; */
}
.description-wrapper {
	 background-image:url('../jpg/faint-mountain.jpg'); background-size:contain; background-position:bottom right; background-repeat:no-repeat;
}
.homepage-description {position:relative;}
.homepage-description p {font-size:110%;}
.description-block {
	padding:60px 0;
}

div.restrain-width, section.restrain-width {
	max-width:1280px;	
}
.single-blog .bigcenter {
	margin-left:-15%;
	max-width:130%;
}
.single-blog div.restrain-width, .single-blog section.restrain-width {
	max-width:840px;	
}
.single-blog .alignright {
	margin-right:-15%;
	margin-top:24px;
	margin-bottom:24px;	
}
.single-blog .alignleft {
	margin-left:-15%;
	margin-top:24px;
	margin-bottom:24px;	
}
.single-blog figure.alignright {
	margin-right:-15%;	
}
.single-blog figure.alignleft {
	margin-left:-15%;
}



/****** Ecosystem Marketplace Banner ********/
.em-promo {	background-image:url('../jpg/water-boat.jpg');
background-position: center center;
	padding:60px;
	position:relative;
	overflow:hidden;
	min-height:400px;
	margin:0;
	clear:both;
	background-size:cover;
}
.em-promo h2 {
	padding:14px 22px;
	margin:-60px 0 0 0;
	background-color:#D84F09;
	color:#FFF;
	display:inline-block;
	text-transform:uppercase;
	font-size:16px;
	font-weight:normal;
	float:left;
	font-family: "effra",sans-serif;
	letter-spacing:1px;
}
#main .em-promo a, #main .em-promo a:hover, #main .em-promo a:visited {color:#FFF; border-bottom:none; outline:none;}


.em-left {
	float:left;	
}

.em-right {
	float: right;
	padding-top: 30px;
}

.feature-em {position:absolute; bottom: 60px; color:#FFF; max-width:400px;}
.feature-em h3 {
	font-size: 50px;
	line-height: 1.2;
	margin:0;
}
.home .feature-em h3 {
	font-size:25px;	
	font-size:40px;
}
.feature-details {font-size:12px; text-transform:uppercase; letter-spacing:0.5px; padding-bottom:8px;}
.feature-type::before {
	display:inline-block;
	width:20px;
	height:18px;
	content:" ";
	background-image:url('../png/w-post.png');
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	margin-bottom:-4px;
	margin-right:5px;
}
.feature-type.feature-type-article::before {
	background-image:url('../png/w-post.png');
}
.feature-type.feature-type-video::before {
	background-image:url('../png/w-video.png');
}
.feature-type.feature-type-newsletter::before {
	background-image:url('../png/w-newsletter.png');
}
.feature-type.feature-type-report::before {
	background-image:url('../png/w-report.png');
}
.feature-type.feature-type-audio::before {
	background-image:url('../png/w-audio.png');
}
.em-fa-category {
	display:block;	
}
.em-fa-category .grid-item-label {
	position:relative;	
	display:inline-block;
	margin-bottom:12px;
}

.feature-details time.date {
	padding-left: 12px;
}
.em-other-headlines {
	top:0;
	right:0;
}
.secondary-feature-em {
	display:block;
	max-width:400px;
	color:#FFF;	
	margin-top:30px;
	text-shadow:0 0 10px rgba(0,0,0,0.5);
}
.secondary-feature-em h4 {
	font-family: "effra",sans-serif;
	padding: 0;
	margin: 0;
	font-size:32px;
	line-height:1.2;
}
.home .secondary-feature-em h4 {
	font-size:16px;	
	font-size:28px;
}
/************** HOMEPAGE PUBLICATIONS *************/
	/**** PUB ICONS ****/
.publication-categories {
	display: table;
	margin: auto;
	width: 80%;
	max-width:1050px;
}
.publication-categories > ul {display:table-row; padding:0; margin:0; list-style:none; width:100%;}
.publication-categories > ul > li {display:table-cell; text-align:center; width:14.285%;}
#main .publication-categories a {font-size:13px; font-weight:bold; color:#000; text-decoration:none;border-bottom:none;}
.publication-categories span {display:block;}

.topical-approaches {padding:100px 0; text-align:center;  color:#000; background-image:url('../jpg/sand-pattern.jpg'); background-size:cover;
	background-position: center bottom;}
.topical-approaches > p {max-width:550px; margin:auto; padding-bottom:60px; font-size:110%;}
.topical-approaches p {
	margin: 0 auto 40px;
	max-width: 600px;
}
#main .topical-approaches a {text-decoration:none;}

/************ SLIDER ***************/
.ft-slider {display:table; margin-top:30px; width:100%; height:379px;}	
.ft-slider * {transition:all 1s;}
.ft-slider-wrapper {display:table-row; height:100%;}	
.ft-slider-wrapper > * {display:table-cell; height:100%;}
.slider-button {width:23px; vertical-align:middle;}
.ft-slider-frames {position:relative; overflow:visible;height:100%;}
.ft-slider-frame {background:#FFF; position:absolute; width:calc(100% - 60px); height:379px; max-height:400px; left:30px; overflow:hidden;}
.ft-slider-img {float:left; height:100%; display:block; vertical-align:middle; width:25%;}
.ft-slider-img img {height:76%; margin-top:12%; opacity:0.2;}
.ft-slider-text { float:left; height:100%; display:table; vertical-align:middle; width:calc(75% - 90px); margin-left:30px; padding:0 30px; background-color:#fff; }

.ft-slider-frame:nth-child(2) {
	left:75px; 
	width:calc(100% - 90px);
}
.ft-slider-frame:nth-child(2) .ft-slider-img img {
	height:84%;	
	margin-top:8%;
	opacity:0.4;
}
.ft-slider-frame:nth-child(3) {
	left:120px; 
	width:calc(100% - 120px);
}
.ft-slider-frame:nth-child(3) .ft-slider-img img {
	height:92%;
	margin-top:4%;
	opacity:0.6;
}
.ft-slider-frame:nth-child(4) {
	left:175px; 
	width:calc(100% - 175px);
}
.ft-slider-frame:nth-child(4) .ft-slider-img img {
	height:100%;
	margin-top:0%;
	opacity:1;
	max-width:130%;
}

.ft-slider-img img {
	box-shadow:0 0 20px rgba(0,0,0,0.3);
}
#mobile-slider-read-more {
	display:none;	
}
/* end of home page styles */

.restrain-width {
	width:90%;	
}
.hero-wrapper {
	position:relative;
	bottom:-1px;	
}

/* board page styles */
.headshot-wrapper {width:150px; height:150px; overflow:hidden; border-radius:100px;}
article.type-team {
    padding-bottom: 50px;
    float: left;
    width: 33%;
}

.team-member {
    position: relative;
}
.post-type-archive-board .team-member {
	margin-bottom:50px;	
}
.team-member-label {
    position: absolute;
    left: 160px;
    width: 200px;
    top: 0;
}
.post-type-archive-board .headshot-wrapper {
	float:left;
	margin-right:15px;	
}
.post-type-archive-board .team-member-label {
	position:relative;
	left:0;
	float:left;
	margin-right:15px;	
}
.post-type-archive-board .board-member-excerpt {
	float:left;	
}
.post-type-archive-board .modal .team-member {
	width:100%;	
}
.team-member-label h4 {
    margin-bottom: 0;
    padding-bottom: 0;
}
/* end of board page styles */


/*initiatives page styles */
.page-template-custom-initiatives-page li.inactive {opacity:0.5;}
.page-template-custom-initiatives-page li.inactive:hover {opacity:1;}
.page-template-custom-initiatives-page .hero-sidemenu {position:absolute; right:0; bottom:-30px;}

.page-template-custom-initiatives-page .hero-sidemenu a {
    display: block;
    color: #FFF;
    padding: 10px 20px 10px 0;
    text-align: right;
    text-transform: uppercase;
    font-size: 15px;
    border: 1px solid #FFF;
    margin-top: 5px;
    padding: 12px 15px;
}

.page-template-custom-initiatives-page .collapseomatic {
    color:#D98B27;
    background-position: 100% 50%;
    padding: 0 20px 0px 0;
    display: inline-block;
    margin-left: 0;
    margin-bottom: 10px;
}


.page-template-custom-initiatives-page .releated-resources {padding:20px 40px; text-align:center;}
.page-template-custom-initiatives-page .releated-resources > a {
	display:inline-block;
    font-size: 12px;
    text-transform: uppercase;
    background-color: transparent;
    color: #141414;
    border: 1px solid #B8B08D;
	border-bottom: 1px solid #B8B08D !important;
    text-align: center;
    line-height: 40px;
    letter-spacing: 2px;
    padding: 0 30px;
    cursor: pointer;
    margin-right: 20px;
	text-decoration:none;
	transition:0.5s all;
}
.page-template-custom-initiatives-page .releated-resources > a:hover {
	color:#FFF;
	background-color:#B8B08D;
}
.page-template-custom-initiatives-page .hero-sidemenu {
	transition:1s all;	
}
.page-template-custom-initiatives-page .hero-sidemenu a {
	transition:0.5s all;	
}
.page-template-custom-initiatives-page .hero-sidemenu.keep-fixed {
	position:fixed;
	background-color:#eee;
	border-radius:4px 0 0 4px;	
	right:0px;
	padding:15px;
	top:200px;
	bottom:auto;
	box-shadow:0 0 30px;
}
.page-template-custom-initiatives-page .hero-sidemenu.keep-fixed a {
	color:#34622B;
	border:none;
}

.page-template-custom-initiatives-page .topic-text {padding-right:160px;}


.page-template-custom-initiatives-page .restrain-width h3 {
    border-bottom: 1px solid #999;
    padding-bottom: 8px;
    padding-top: 30px;
}

.page-template-custom-initiatives-page #main h4 {
    padding: 5px 0 0;
    margin: 25px 0 0;
}
.page-template-custom-initiatives-page #main p {
    margin: 12px 0 15px;
}
.page-template-custom-initiatives-page a.is-active {background-color:#B8B08D; color:#FFF;}

.page-template-custom-initiatives-page .subsection-headers {
	margin-right:-160px;	
	margin-top:60px;
	background-size:cover;
}
.page-template-custom-initiatives-page div.subsection-title {
	background-image: url("../png/paint.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: initial;
}

.page-template-custom-initiatives-page div.subsection-title h3, .page-template-custom-where-we-work-page div.subsection-title h3 {
	color:#FFF;
	border-bottom:none;
	padding:60px 0 90px;
	font-size:50px;
	font-weight:100;
	font-family:"effra",sans-serif;
	text-shadow:0 0 15px rgba(0,0,0,0.5);
}
.page-template-custom-initiatives-page .topic-categories a {border-bottom:none;}
/* end of initiatives page styles */
.publication-categories > ul > li.active {
	background-color: #e5e5e5;
	outline:none;
}
.publication-categories > ul > li * {
	outline:none;	
}
#top-menu > li {
    border-right: 1px solid #483f3e!important;
    display: block!important;
	float:left;
    font-size: 13px;
    padding: 0!important;
}
#top-menu > li a {
    color: #FFF;
	display: block;
	padding: 0 14px;
	line-height:34px;
}
#top-menu > li a:hover {
	background-color:#483f3e;
}
#masthead .menu-top-bar-container * {
    transition: all 0.5s;
}
.hero-wrapper h1 {
	line-height:1;	
	text-shadow:0 0 10px rgba(0,0,0,0.7);
}
#em-jobs, #em-sponsors {
	text-align:center;
	padding:66px 0 40px 0;
}	
#em-jobs .inner, #em-sponsors .inner {
	border-top:1px solid #e8e8e8;	
}
.em-job {
	width:30.79%;
	display:block;	
	float:left;
	text-align:left;
	border-bottom:1px solid #e8e8e8;
	padding-bottom:24px;
	margin-bottom:50px;
}
.em-job:nth-child(3n - 1) {
	margin-left:3.815%;
	margin-right:3.815%;
}
.em-job:nth-last-child(1), .em-job:nth-last-child(2) {
	border-color:#fff;	
}
#em-jobs h2 {
	line-height:1;
	margin:0;
	padding:55px 0 50px 0;	
}
#main .em-job-title a, #main .em-sponsor a {
	color:#131313;	
	border:none;
}
#main .em-job-title a:hover {
	text-decoration:underline;	
}
.em-job-location {
	color:#898989;
}
.em-sponsor {
	width:30%;
	padding:15px 1.66%;
	display:inline-block;	
	text-align:center;
}
.em-hero-block .hero-wrapper {
	padding-left:0;
	width:100%;
	margin:0;	
}
.em-hero-block .hero-wrapper .hero-content {
	width:45%;
	float:left;	
}
#hero-block.em-hero-block .hero-wrapper.entry-header {
	padding:95px 0;	
}
.em-hero-block .hero-text {
	margin-top:60px;
	font-size:24px;	
}
.hero-em-links {
	max-width:230px;
	width:40%;
	float:right;	
	padding-top:100px;
}
.hero-em-links a {
	display:block;
	padding-right:20px;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:24px;	
	background-image:url(../png/right-arrow.png);
	background-repeat:no-repeat;
	background-position:100% 50%;
	font-size:14px;
}
.hero-em-links a:visited {
	color:#fff;	
	opacity:1;
}
.hero-em-links a:hover {
	opacity:0.8;
}
.single-em_jobs #main .inner {
	padding-bottom:90px;	
}
.single-em_jobs .em-job-description {
	max-width:760px;	
}
.em-grid-item .climate-tag, .em-promo .climate-tag, .blog-label {
	background-color:#d74f09;	
}
.em-grid-item .agriculture-tag, .em-promo .agriculture-tag, .publications-label {
	background-color:#A49C7D;	
}
.em-grid-item .biodiversity-tag, .em-promo .biodiversity-tag, .news-label {
	background-color:#006666;	
}
.em-grid-item .communities-tag, .em-promo .communities-tag, .impact-label {
	background-color:#141414;	
}
.em-grid-item .finance-tag, .em-promo .finance-tag, .em-grid-item .finance-tag, .em-promo .investments-tag, .event-label {
	background-color:#98a393;	
}
.em-grid-item .forests-tag, .em-promo .forests-tag, .special-feature-label {
	background-color:#3D5421;	
}
.em-grid-item .water-tag, .em-promo .water-tag {
	background-color:#00303D;	
}
.em-grid-item .grid-item-category {
	color:#3d5421;
	text-transform:uppercase;
	letter-spacing:	1.61px;
}
.em-grid-item .grid-item-date {
	letter-spacing:	1.61px;
	font-size:14px;	
}
.page-template footer.site-footer {
	padding:0;
}	
.media-type-name {
	display:inline-block;
	margin-left:10px;
	margin-right:16px;
	font-size:14px;	
}
#em-series-container {
	background-size:cover;	
	position:relative;
}
.em-series-count {
	text-transform:uppercase;
	color:#fff;
	letter-spacing:2px;
	font-size:18px;
	display:inline-block;
	padding:12px 44px;
	line-height:1;
	position:absolute;
	top:0;
	left:0;
}	
.em-series-title h1 {
	padding:105px 58px 50px 58px;
	line-height:1.1;	
    font-size: 50px;
	font-weight:400;
	text-shadow:0 0 10px #000;
	color:#fff;
}
.em-promo div.restrain-width {
	max-width:1300px;	
}
.em-series-article {
	float:left;
	margin-left:3%;	
	width:21.3%;
	background:rgba(255,255,255,0.8);
	position:relative;
	margin-bottom:40px;
}
.em-series-article-number {
	display:inline-block;
	color:#fff;	
	line-height:32px;
	padding:0 13px;
	font-size:14px;
}
.em-series-article-date {
	display:inline-block;
	line-height:32px;	
	color: #898989;
	letter-spacing:1.5px;
	margin-left:15px;
	text-transform:uppercase;
	font-size:14px;
}
.em-series-article-title {
	padding:20px 24px 24px 24px;
}
#main .em-promo .em-series-article-title a {
	color:#000;
	font-size:22px;
	line-height:1.1;
	font-family: "capitolina",sans-serif;
}
#main .em-promo .em-series-article-title a:hover {
	text-decoration:underline;
}
.em-article-left {
	line-height:1.46;
	max-width:751px;
	float:left;
	width:62%;
	margin-bottom:10px;
}
.em-article-left h1 {
	line-height:1.25;	
}
.em-article-left address {
	margin-top:24px;	
}
.em-article-sidebar {
	max-width:380px;
	width:38%;
	float:right;	
	margin-top:20px;
}
.em-article-sidebar .sidebar-section {
	margin-bottom:45px;
	float:left;	
	width:100%;
}
.em-article-sidebar h2, .em-article-sidebar h3 {
	margin:0 0 6px 0;	
}
.single-featured_articles #main a:hover, .page-template-page-em #main a:hover {
	border-color:#fff;
	color:brown;	
}
.recent-em-article {
	margin-bottom:10px;
	margin-top:8px;
	line-height:1.25;
	clear:both;	
	float:left;
}
.sidebar-section {
	background-color:#e5e5e5;
	padding:30px 5.5%;	
	border-radius:6px;
}
.single-featured_articles #main .restrain-width {
	max-width:1280px;	
}
.em-home-link {
	padding-left:5.5%;	
}
.link-to-em-home {
	display:inline-block;
	margin-bottom:45px;	
}
#em-article-footer {
	margin-bottom:0px;
	display:none;	
}
#em-article-footer .em-article-sidebar {
	width:100%;
	max-width:100%;	
}
#em-article-footer .sidebar-section {
	width:31%;
	float:left;
	margin-right:2.3%;	
	padding:30px 2.5%;
}
#em-page-submenu ul {
	list-style:none;
	padding-left:0;
	margin-left:15px;	
	margin-bottom:0;
}
#em-article-footer .em-home-link {
	padding-left:0;
}	
.em-sidebar-thumb {
	float:left;
	width:auto;
	margin:-5px 10px 8px 0;	
}
.em-article-left .post_content .attachment-post-thumbnail, .em-article-left .post_content .wp-post-image {
	max-width:50%;
	float:right;	
	margin:0 0 15px 15px;
}
.em-article-left .post_content #home-grid .attachment-post-thumbnail, .em-article-left .post_content #home-grid .wp-post-image {
	margin:0;
	max-width:100%;
	float:none;
}
.page-template-page-em .site-main, .page-template-page-em-faqs .site-main {
	padding-bottom:80px;	
}
.page-template-page-em .hero-text, .page-template-page-em-faqs .hero-text {
	max-width:650px;	
}
.document-folders-section {
	padding-bottom:26px;	
}
.document-folder-and-contents {
	padding-left:50px;	
}
.document-folder {
	font-size:18px;
	font-weight:700;
	cursor:pointer;	
	margin-top:32px;
	min-height:36px;
	position:relative;	
}
.document-folder:hover {
	opacity:0.8;	
}
.document-folder:before {
	position:absolute;
	content:'';
	left:-50px;
	top:3px;
	width:41px;
	height:30px;
	background-size:100% 100%;	
	background-image:url(../png/folder-closed.png);
	background-image:url(../svg/folder-closed.svg), linear-gradient(transparent, transparent);
}
.active > .document-folder:before {
	background-image:url(../png/folder-open.png);
	background-image:url(../svg/folder-open.svg), linear-gradient(transparent, transparent);
}
.document-folder-contents {
	display:none;
	margin-top:26px;	
}
.document-folder-file-link {
	border:none!important;
	text-decoration:none!important;	
	display:block;
	min-height:30px;
	padding:0 0 0 34px;
	margin:0 0 8px 6px;
	background-repeat:no-repeat;
	background-size:25px 30px;
	background-position:0 0;
	
	background-image:url(../png/document.png);
	background-image:url(../svg/document.svg), linear-gradient(transparent, transparent);
}
.document-folder-file-link:hover {
	color:rgb(165,42,42);	
}

.q-and-a {
	width:86%;
	float:left;
}
.faq {
	padding-bottom:26px;	
	border-top:1px solid #555;
}

.plus-minus {
	max-width:34px;	
	width:14%;
	float:right;
	padding-top:28px;
	cursor:pointer;	
}
.plus-minus:hover {
	opacity:0.8;
}
.minus {
	display:none;	
}
.active > .minus, .active > .clear > .minus {
	display:block;	
}
.active > .plus, .active > .clear > .plus {
	display:none;	
}
.answer {
	display:none;
	margin-top:26px;	
}
.question {
	font-size:18px;
	font-weight:700;
	cursor:pointer;	
	margin-top:32px;
}
.question:hover {
	opacity:0.8;	
}
ul.ul-with-icons {
	list-style:none;
	padding-left:0;
	margin-left:0;	
}

ul.ul-with-icons li {
	background-size:70px auto;
	background-position:0 50%;
	padding-left:90px;
	min-height:80px;
	padding-top:20px;	
	background-repeat:no-repeat;
	background-size:70px auto;
}
#li-public-payment-systems {
	background-image:url(../jpg/public-payment-systems.jpg);
}
#li-formal-markets {
	background-image:url(../gif/formal-markets.gif);
	padding-top:10px;
}
#li-organized-private-deals {
	background-image:url(../gif/organized-private-deals.gif);
}
#li-surveys {
	background-image:url(../gif/surveys.gif);
	padding-top:10px;
}
#li-reports {
	background-image:url(../gif/reports.gif);
	padding-top:10px;
}
#li-webinar {
	background-image:url(../gif/webinar.gif);
	padding-top:10px;
}
#li-ideas {
	background-image:url(../gif/ideas.gif);
	padding-top:10px;
}
#li-donations {
	background-image:url(../gif/piggy-bank.gif);
	padding-top:30px;
}
#li-contract-us {
	background-image:url(../gif/handshake.gif);
	padding-top:15px;
}
.em-article-sidebar .subscribe-buttons {
	text-align:left;	
}
.sub-topic-entry, #ssection-0 {
	outline:none;	
}
#main .ft-slider-img a {
	border-bottom:none;	
}
#ft-slider-section {
	background-image:url(../jpg/faint-mountain.jpg);
	background-size:cover;
	padding:100px 0 120px 0;
}
.page-template-page-em-espanol #home-grid {
	padding:24px 0 120px 0;	
}
#main .support-actions a.btn-green {
	background-color: #D84F09;	
}
#main .support-actions a.btn-green:hover {
	background-color: #3D5420;	
}
#what-we-do-text {
	text-transform:none;
	padding-right:20px;	
}
.video-caption-style {
	font-size:12px;
	font-style:italic;
	display:block;
	margin-bottom:24px;
	margin-top:-24px;	
}
.event-map {
	height:180px;	
}
.event-map img {
	max-width:none;
}
.black-underline {
	border-bottom:1px solid #000;	
}
.imported-VN-intro-img {
	float:left;
	margin:0 20px 15px 0;	
}
.single-publications td, .single-publications th {
	padding:5px;	
}
#main .social-media-sidebar a {
	display:inline-block;
	border:none;
	padding:15px;
}
#main .social-media-sidebar a:hover {
	color:#000;
}
ul.staff-list {
	margin-left:0;
	padding-left:0;
	list-style:none;
}
.em-article-sidebar .bio {
	display:none;
}
.wpcf7 label, .wpcf7 span {
	max-width:100%;	
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width:360px;
	max-width:100%;	
}
.classy-class {
	color:#fff;	
}
/* if there is no hero image, more closely align the title with the page content */
header.entry-header > h1.entry-title {
	max-width:1000px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

section.error-404 {
	min-height:400px;	
}
.single-blog #primary, .single-featured_articles #primary {
	margin-top:	52px;
}
ul.share-buttons{
  list-style: none;
  padding: 0;
  margin-left:0;
}
#main ul.share-buttons a {
	border-bottom:none;	
}
ul.share-buttons li{
  display: inline;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.entry-content ul {
	padding-top:8px;	
}
#top-menu > li.em-news-top-bar a {
	color:#FCE3D8;	
}
.careers-link {
	float:right;
	margin-right:35px;
}
.careers-link a, .careers-link a:visited {
	display: block;
    padding: 0 14px;
    line-height: 34px;	
	color:#fff;
	border-left:1px solid #483f3e;
	border-right:1px solid #483f3e;
}
.careers-link a:hover {
	background-color:#483f3e;	
}
.top-navigation-email-signup {
	float:right;
	padding: 0 14px;
    line-height: 34px;	
	color:#fff;
	border-left:1px solid #483f3e;
	cursor:pointer;
}
.top-navigation-email-signup:hover {
	background-color:#483f3e;	
}
.top-navigation-email-signup img {
	margin-left:18px;
	position:relative;
	bottom:-2px;
	width:20px;
}
.careers-link a:hover {
	background-color:#483f3e;	
}
.page-template-page-email-opt-in header.entry-header > h1.entry-title {
	max-width:1334px;
}
#about-the-data {
	display:none;	
}
a.mapmarker-button {	 	 
padding-left: 35px !important;	 	 
background-image: url(../png/default_marker.png); 
}
a.mapmarker-button { padding:8px 24px 8px 35px!important; 
background-image: url(../png/default_marker.png); 
background-size: 14px 20px; 
background-position: 10px 10px;}
#initiatives-top-nav {display:none;}
.page-id-25200 .releated-resources {position: relative;top: -200px;margin-bottom:-100px; text-align:center;}
.page-id-25200 #main .releated-resources a { font-size:130%; background-color:#FFF;
 background-size: 14px 20px;	 	 
 background-position: 10px 10px;
 margin:0 5px;
 border-radius:40px;
 border-bottom:none;	 	 
}	 	 
#initiatives-top-nav {display:block;}	 	 
.page-id-25200 .releated-resources {position: relative;top: -200px; z-index:9999;	 	 
margin-bottom:-100px;}	 	 
.page-id-25200 .releated-resources a {font-size:130%; background-color:#FFF; padding:8px 16px 8px 16px; }	 	
.page-id-25200 #main .releated-resources a:hover {
	background-color:#3D5420;
	color:#fff;
}
.single-featured_articles #hero-block .hero-wrapper.entry-header, .post-type-archive-featured_articles  #hero-block .hero-wrapper.entry-header {
	background-image: url(../jpg/hero-em.jpg);
	background-size:cover;
	background-position:50% 50%;
	padding: 100px 0 100px 0;
}
.post-type-archive-featured_articles  .site-main .col-xs-6 {
	width:50%;	
	float:left;
}
.single-featured_articles .hero-text {
	max-width:550px;	
}
#sub-interests {
	margin-top:25px;
}
.page-template-page-email-opt-in .hero-wrapper h1 {
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);	
}
.ec-form-left {
	float:left;
	max-width:450px;
	width:100%;
	padding-right:4%;
}	
.ec-form-right {
	float:left;
	width:calc(100% - 450px);
}
.single-featured_articles #hero-block .hero-wrapper.entry-header, .post-type-archive-featured_articles  #hero-block .hero-wrapper.entry-header {
	position:relative;	
}
.single-featured_articles .hero-content, .post-type-archive-featured_articles  .hero-content {
	max-width:90%;	
}
#em-backlink {
	position:absolute;
	top:15px;
	left:2.5%;	
}
#em-backlink a {
	color:#fff;	
}
#em-backlink a:hover {
	text-decoration:underline;
}
.large-bold-lis li strong {
	font-size:18px;
}
.light-grey-box {
	padding:6px 30px;
	background-color:#e5e5e5;	
	margin-top:30px;
}
.advisory-board-sidebar {
	float:right;
	background-color:#e5e5e5;
	padding:6px 16px;
	width:25%;
	margin:24px 0 24px 40px;
}
.bbop-section {
	max-width:1000px;
	margin:0 auto 40px auto;
	width:90%;	
}

.bbop-page-labels a {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    background-color: transparent;
    color: #00928f!important;
    border: 1px solid #00928f;
    border-bottom: 4px solid #00928f !important;
    text-align: center;
    line-height: 40px;
    letter-spacing: 1px;
	font-weight:700;
    padding: 5px 0 0 0;
    cursor: pointer;
    margin: 0 5px 10px 5px;
    text-decoration: none;
    transition: 0.5s all;
	width:23.75%;
	box-sizing:border-box;
}
.bbop-page-labels a img {
	display:block;
	margin-top:5px;
}
.bbop-page-labels .active, .bbop-page-labels a:hover {
	background-color: #00928f;
	color:#fff!important;	
}
.bbop-info-box {
	width:31.33%;
	float:left;
	padding:0 18px;	
	text-align:center;
	margin:0 2% 30px 0;
	cursor:pointer;
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50% 50%;
}
.bbop-info-box:hover {
	opacity:0.8;
}
.bbop-info-box:nth-child(4) {
	margin-left:16.67%;
}
.bbop-info-box-img img {
	max-width:100px;	
}
.bbop-info-box-content {
	text-decoration:none;
	border:none;
	color:#00928f;
	font-weight:700;
	font-size:1.3rem;
	display:block;
	line-height:1.2;
	position:relative;
	z-index:1000;
	margin-bottom:8px;
}
.bbop-info-box-img {
	max-height:175px;
	overflow:hidden;	
}
.initiative-video-container {
	float:left;
	width:49.5%;
	padding:10px;
	margin:10px 0.25%;
	background-color:#000;
}
.ivc-title {
	font-size:20px;
	color:#fff;
	text-align:center;
	padding:5px;	
}
.ivc-caption {
	font-size:16px;
	color:#fff;
	text-align:center;	
	padding:5px;
}
a.bbop-btn {
	display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    background-color: transparent;
    color: #fff!important;
    border: 1px solid #fff;
    border-bottom: 1px solid #fff !important;
    text-align: center;
    line-height: 40px;
    letter-spacing: 2px;
    padding: 0 30px;
    cursor: pointer;
    margin: 0 5px 10px 5px;
    text-decoration: none;
    transition: 0.3s all;	
}
a.bbop-btn:hover {
	background-color:#fff;
	color:#3D5420!important;	
}
h2.bbop-h2 {
	font-family: "effra",sans-serif;	
	border-bottom:1px solid #e5e5e5;
	padding-bottom:20px;
}
.bbop-pub-thumb {
	float:left;
	width:auto;	
	margin:15px 25px 0 0;
}
.bbop-pub-excerpt {
	width:70%;
	width:calc(100% - 260px);	
	float:left;
}
.bbop-publication {
	padding:35px 0;	
}
.em-author-info {
	margin:40px 0;	
}
.em-author-info h3 {
	margin-bottom:8px;
	border-bottom:1px solid #e5e5e5;
}
.em-author-name {
	font-weight:700;	
}
.em-author-data {
	float:left;
	width:auto;	
}
.em-author-img {
	float:left;
	width:auto;	
}
.em-author-img img {
	display:block;
	border-radius:200px;
}
.page-template-page-bbop-home .hero-wrapper h1 {
	font-size:50px;	
}
.menu-em-left-container #primary-menu li:first-child {
	padding-left:50px;
}
.menu-em-right-container #primary-menu > li {
	display:inline-block;
}
.menu-em-right-container ul {
	list-style:none;
	padding-left:0;
	margin-left:0;	
	width:100%;
}
.page-template-page-ecosystem-marketplace-home #hero-block.em-hero-block .hero-wrapper.entry-header {
	padding:42px 0 30px 0;	
	background-image:none;
}
.page-template-page-ecosystem-marketplace-home #hero-block.em-hero-block {
	margin-bottom:0;	
}
.bbop-logo {
	margin-left:4px;
	margin-top:-40px;
	margin-bottom:40px;	
}
.em-mobile-menu {
	display:none;	
}

body.page-template-page-bbop-page .collapseomatic {
	display:block;	
}

.bbop-box, .bbop-resource-container {
	border:1px solid #009390;
	padding:10px;
	border-radius: 15px;
	margin-bottom:16px;
}
.bbop-resource-container {
	padding:10px 20px;	
}
.bbop-resource-container h2 {
	font-family: "effra",sans-serif;
	font-size:20px;
	color:#333;
	margin-top:0;
	margin-bottom:14px;
	padding-right:50px;
	line-height:32px;
	background-image:url(../png/bbop-logo-teal.png);
	background-repeat:no-repeat;
	background-position:100% 50%;
	background-size:100px auto;
}
.bbop-resource-container .collapseomatic {
	background-color:#00928f;
	color:#fff;
	border-radius:30px;
	padding:10px 30px 10px 44px;
	position:relative;
	z-index:50;
	margin-bottom:8px!important;
	font-weight:500;
	line-height:1.1;
	background-image:url(../png/bbop-icon-trans.png);
	background-position:8px 50%;
	background-size:25px 25px;	
}

.bbop-resource-container .collapseomatic:hover {
	background-color:#999;
	text-decoration:none;
}
.bbop-resource-container .collapseomatic_content {
	padding:10px 30px;
	background-color:#d8eeee;
	border:1px solid #00928f;
	margin-bottom:8px;
	border-radius:15px;
	margin-right:16px;
}
.bbop-box-left {
	float:left;	
	width:27.7%;
}
.bbop-box-subtitle {
    font-style:italic;
	max-width:190px;
	color:#666;	
}
.bbop-box-right {
	float:right;
	width:70%;
	padding:6px 50px;
	background-image:url(../png/bbop-icon-trans.png);
	background-size: 40px 40px;
	background-position:10px 10px;
	min-height:60px;
	border-radius:200px 75px 75px 200px;
	background-color:#00928F;
	color:#fff;
	position:relative;
	z-index:100;
}

.bbop-box-right-lg {
	padding-left:65px;
}
.bbop-box-right .download-link, .bbop-box-right-underneath .download-link, .bbop-box-right-sidebar .download-link, .bbop-box-light-button .download-link {
	position:absolute;
	right:10px;
	top:50%;
	transform:translateY(-50%);	
	width:30px;
	height:30px;
	cursor:pointer;
	opacity:0.7;
}
.bbop-box-right-underneath .download-link, .bbop-box-right-sidebar .download-link, .bbop-box-light-button .download-link {
	width:20px;
	height:20px;
	border:1px solid #00928f;
	border-radius:20px;	
	top:auto;
	transform:none;
	bottom:12px;
	right:14px;
}
.bbop-box-right-sidebar .download-link {
	bottom:10px;	
}
.bbop-box-light-button .download-link {
	bottom:2px;
	right:2px;		
}
.bbop-box-right .download-link:hover, .bbop-box-right-underneath .download-link:hover, .bbop-box-right-sidebar .download-link:hover {
	opacity:1.0;
}
.bbop-box-right .download-link img, .bbop-box-right-underneath .download-link img, .bbop-box-right-sidebar .download-link img {
	width:100%;
	height:auto;
}
.bbop-box-right .title {
	font-size:18px;
	font-weight:700;	
}
.bbop-box-title {
	color:#00928f;
	text-transform:uppercase;	
	font-weight:700;
}
.bbop-box-right-underneath {
	float:right;
	width:65%;
	background-color:#d8eeee;
	border:1px solid #00928f;
	color:#00928f;
	border-radius:10px;
	padding:40px 10px 10px 10px;
	margin-top:-30px;
	position:relative;
	z-index:50;
	margin-bottom:6px;
}
.bbop-box-light-button {
	background-color:#d8eeee;
	border:1px solid #00928f;
	color:#00928f;
	border-radius:30px;
	padding:3px 30px 3px 8px;
	position:relative;
	z-index:50;
	margin-bottom:2px;
	font-weight:500;
	line-height:1.1;
}
.bbop-box-right-container {
	width:70%;
	float:right;
	position:relative;	
}
.bbop-box-right-narrow {
	width:40%;
	float:left;
	margin-right:3%;
	padding-top:10px;
	font-weight:700;	
	padding-left:65px;
	background-position:6px 6px;
	background-size: 30px 30px;
	min-height:42px;
}
.bbop-box-right-narrow .download-link, .bbop-box-right-sidebar .download-link {
	width:20px;
	height:20px;
}
.bbop-box-right-sidebar .download-link-sm, .bbop-box-right-underneath .download-link-sm, .bbop-box-light-button .download-link-sm {
	background-color:#00928f;	
}

.bbop-box-right, .bbop-box-right-underneath, .bbop-box-right-sidebar, .bbop-box-light-button {
	cursor:pointer;	
}
.bbop-box-right:hover {
	background-color:#666;
}
.bbop-box-right-underneath:hover, .bbop-box-right-sidebar:hover, .bbop-box-light-button:hover {
	background-color:#ccc;	
}
.bbop-box-right-sidebar {
	position:absolute;
	width:33%;
	right:0;
	z-index:20;
	background-color:#d8eeee;
	border:1px solid #00928f;
	color:#00928f;
	border-radius:10px;
	padding:8px 40px 8px 30px;
	min-height:42px;
}
.bbop-box-right-sm {	
	padding-left:65px;
	background-position:6px 6px;
	background-size: 30px 30px;
	min-height:42px;
	padding-top:4px;
	padding-bottom:4px;
}
.bbop-box-right-sm .title {	
	line-height:1.1;
}
.bbop-box-right-sm .subtitle {	
	line-height:1.1;
	font-size:14px;
}
.bbop-box-right-with-sidebar {
	margin-right:30%;
}
.bbop-box-right-content-additional {
	margin-top:8px;	
}
.bbop-box-right-no-subtitle {
	padding-top:12px;		
}
.bbop-resources-buttons {
	text-align:center;	
}
#main .bbop-resources-buttons a {
	width:32%;	
	margin-right:1%;
	border-radius:20px;
	display:inline-block;
	background-color:#00928F;
	color:#fff;
	height:74px;
	line-height:74px;
	text-align:center;
	padding:0 15px;
	border-bottom:none;
	font-size:24px;
}
#main .bbop-resources-buttons a:hover {
	background-color:#666;
}
.bbop-resources-buttons a:nth-child(3n) {
	margin-right:0;
}
#bbop-rb2 {
	margin-top:24px;	
}
#main #bbop-rb2 a {
	width:19%;
	margin:10px 0.5%;
	float:left;
	display:block;
	background:none;
	height:auto;
	line-height:1.2;
	padding:0 6px;	
}
#main #bbop-rb2 a img {
	max-width:50%;
}
#main #bbop-rb2 a .bbop-rb2-link {
	background-color:#00928F;
	color:#fff;
	height:74px;
	line-height:1.2;
	text-align:center;
	padding:0 15px;
	border-radius:20px;
	text-align:center;
	font-size:20px;
	display:flex;
	align-items:center;
	justify-content: center;
}
#main #bbop-rb2 a:hover .bbop-rb2-link, #main #bbop-rb2 a .bbop-rb2-link:hover {
	background-color:#666;
}
.quotes-slider .quote {
	padding:20px 50px;
}	
.quotes-slider .quotation {
	color:#00928F;
	font-weight:700;
	font-size:24px;	
	line-height:1.3;
}
.quotes-slider .attribution {
	font-weight:700;
	margin-top:15px;	
}
.bbop-resource-container p {
	margin: 0 0 10px 0;	
}
.bbop-search input[type=search] {
	width:70%;	
	border:1px solid #ccc;
	background-position:20px 50%;
	padding:6px 10px 6px 70px;
	border-radius:10px;
}

.ftpf-nav {
	margin-bottom:30px;	
}
.ftpf-nav-left {
	width:49%;
	float:left;	
}
.ftpf-nav-right {
	width:49%;
	float:right;	
}

.ftpf-nav-menu ul {
	list-style:none;
	margin-left:0;
	padding:15px 0;	
	margin-bottom:0;
}
.ftpf-nav-menu ul li {
	padding-bottom:1px;
}
#main .ftpf-nav-menu ul a {
	border-bottom:none;
	display:block;
	padding:5px 20px;

}
#main .ftpf-nav-menu ul a:hover {
	background-color: #B8B08D;
	color:#fff;	
}
.ftpf-nav-title {
	font-size:20px;
	cursor:pointer;	
	text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #B8B08D;
    text-align: center;
    line-height: 40px;
    letter-spacing: 2px;
    padding: 0 5px;
}
.ftpf-nav-title:hover, .active .ftpf-nav-title {
	background-color: #B8B08D;
	color:#fff;	
}
.ftpf-nav-title-text {
	background-image:url(../png/ftpf-down-arrow.png);
	background-repeat:no-repeat;
	display:inline-block;
	padding-right:40px;
	background-size:30px auto;
	background-position:100% 50%;
}
.ftpf-nav-title .active {
	background-image:url(../png/ftpf-up-arrow-wt.png);	
}
.ftpf-nav-menu {
	display:none;
	border: 1px solid #B8B08D;
	border-top:none;
}
.active .ftpf-nav-menu {
		
}
.ftpf-tableau-container {
	width:90%;
	margin:0 auto 80px auto;	
	border:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	box-shadow: 6px 6px 10px #ccc;
}
.about-the-data-container {
	width:90%;
	margin:24px auto;
	text-align:center;
}	
.about-the-data-content {
	display:none;
	max-width:800px;
	text-align:left;	
	margin:0 auto;
}

.btn-floating-right {
	position:absolute;
	right:auto;
	left:83%;
	margin-top:50px;
	text-align:center;
	line-height:1.1;
	padding:12px 22px!important;
}
.ftpf-country-rr-name {
	font-size:20px;
	font-weight:bold;
	cursor:pointer;
	padding:0;	
	float:left;	
	width:100%;
	position:relative;
}
.ftpf-country-rr-name img.arrow {
	float:right;	
	display:block;
	position:absolute;
	top:20px;
	transform:rotate(0deg);
	transition:all 0.3s ease-out;
	right:18px;
}
.ftpf-country-rr .active img.arrow {
	transform:rotate(90deg);	
}
.ftpf-country-rr-name:hover {
	background-color:#f1f1f1;	
}
.ftpf-country-rr-name:hover .icon {
	opacity:0.8;	
}
.ftpf-country-rr-recommendations {
	display:none;
	background-color:#fff;
	padding:20px 20px 20px 40px;
	float:left;
	width:100%;
}	
.ftpf-country-rr-recommendations ol, .ftpf-country-rr-recommendations ul {
	margin-left:0;	
}

.ftpf-search {
	text-align:right;
	margin:0 0 24px 0!important;	
}
.ftpf-search label {
	margin-right:4px;
	font-size:20px;
}	
.ftpf-search input {
    background-image: url(../png/search.png);
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-size: 14px 14px;	
	padding-right:30px;
	width:33.33%;
	min-width:250px;
}


#slider-page-slider {
	width:100%;
	height:100%;
	min-height:100%;
	position:relative;
		
}
.slider-page-slider-slide {
	width:100%;
	background-size:cover;
	background-position:50% 50%;
	height:100%;	
}

#slider-page-slider button.slick-arrow {
	position:absolute;	
	bottom:110px;
	z-index:1000;
	width:65px;
	height:65px;
	text-indent:-9999px;
	background:rgba(0,0,0,0.7);
	background-repeat:no-repeat;
	border-radius:0;
	padding:0;
	outline:none;
}

.admin-bar #slider-page-slider button.slick-arrow {
	bottom:142px;	
}
#slider-page-slider button.slick-next {
	background-image:url(../png/slick-next.png);
	background-image:url(../svg/slick-next.svg), linear-gradient(transparent, transparent);
	left:167px;
}
#slider-page-slider button.slick-prev {
	background-image:url(../png/slick-prev.png);
	background-image:url(../svg/slick-prev.svg), linear-gradient(transparent, transparent);
	left:100px;
}
#slider-page-slider button.slick-arrow:hover {
	background-color:rgba(0,0,0,1.0);	
}
#slider-page-slider .slide-banner {
		background:rgba(43,79,102,0.85);
		color:#fff;
		width:100%;
		max-width:656px;
		float:right;
		margin-right:20px;
		margin-top:20px;
		padding:15px 15px 30px 30px;
		text-align:right;
}
#slider-page-slider .slide-banner h1 {
	line-height:1.5;	
}
#slider-page-slider .slide-banner .larger {
	font-size:1.3em;	
	line-height:1.2;
}
.ft-logo {
	position:absolute;
	margin-top:20px;
	left:20px;
	z-index:1000;
}
.wp-sponsor-banner {
	position:absolute;
	right:20px;
	bottom:110px;
	z-index:1000;
}
.slide-banner button {
	background-color:#2B4F66;
	border:1px solid #fff;	
	outline:none;
}
.slide-banner button:hover {
	background-color:#DA8B00;
}
#slider-page-slider .slick-dots {
	display:none!important;	
}
.slider-page-nav {
	background-color:#DA8B00;
	height:88px;
	position:fixed;
	width:100%;
	left:0;
	right:0;
	bottom:0;
	z-index:1000;
}
.slider-page-nav-logo, .slider-page-nav-items, .slider-page-nav-item {
	float:left;	
}
.slider-page-nav-items {
	width:calc(100% - 157px);
}	
.slider-page-nav-item {
	width:auto;
	max-width:11.11%;	
	color:#fff;
	padding:10px 15px;
	text-align:center;
	cursor:pointer;
	position:relative;
	height:88px;
	line-height:1.2;
	vertical-align:bottom;
}
.slider-page-nav-logo {
	cursor:pointer;	
}
.slider-page-nav-item:hover {
	background-color:#B57910;	
}
.page-template-page-slider-page {
	background-color:#fff;	
}
.slider-page-section {
	border-top:15px solid #333;
	padding:40px 0;
}	
.yellow-text {
	color:#DA8B00;	
}

.page-template-page-slider-page .slider-page-section h1, .page-template-page-slider-page .slider-page-section h2 {
	 color:#2B4F66;
}
.page-template-page-slider-page .slider-page-section table {
	border-bottom:1px solid #da8b00;
	border-left:1px solid #da8b00;	
}
.page-template-page-slider-page .slider-page-section th {
	text-align:left;
	padding:5px 10px;
	background-color:#da8b00;	
}
.page-template-page-slider-page .slider-page-section td {
	padding:5px 10px;	
	border-top:1px solid #da8b00;
	border-right:1px solid #da8b00;
	vertical-align:top;
}
.page-template-page-slider-page .slider-page-section tr:nth-child(even) {
	background-color:#FFE4B3;
}

.custom-tiles {
	cursor:pointer;
	text-align:center;
	font-weight:700;
	font-size:20px;	
}
.custom-tile {
	float:left;
	width:32%;
	padding:15px 0;	
	margin-right:2%;
	cursor:pointer;
	line-height:1.2;
}
.custom-tile:hover img {
	opacity:0.8;	
}
.custom-tile:hover {
	color:#B8B08D;	
}
.custom-tile:nth-child(3n){
	margin-right:0;	
}

.slide-in-button {
	transition:all 0.3s ease-out;
	position:fixed;
	left:100%;	
	cursor:pointer;
}
#slide-in-button.active {
	left:50%;
	transform:translateX(-50%);
	bottom:10%;	
}
.grecaptcha-badge {
	display:none;	
}


/* forest frontline box */
#support-forest-frontline {
	padding:30px;
	border:1px solid #000;	
}
.sff-content {
	margin:16px 0 0 0;	
}
.sff-donate-button {
	text-align:center;	
}
.kindful-donate-btn {
	background-color: #3D5420!important;
    border: none!important;
    border-radius: 100px!important;
    color: #fff!important;
    display: inline-block!important;
    font-family: effra, sans-serif!important;
    font-size: 13px!important;
    font-weight: bold!important;
    letter-spacing: 0.08em!important;
    padding: 12px 40px!important;
    text-transform: uppercase!important;
    line-height: 1!important;
    color: #fff!important;
    transition: all ease 0.5s;
}
.kindful-donate-btn:hover {
	background-color: #000!important;
}
/* end forest frontline box */


.pyidaungsu * {
	font-family: 'Pyidaungsu'!important;
}
.myanmar * {
	font-family:'MyanmarText'!important;	
}


/* timeline stuff */
#cd-timeline .announcement-169237 .cd-timeline-content {
	color:#fff;	
}
.cd-timeline-content .the-excerpt p:first-child {
	display:none;	
} 
#cd-timeline .cd-timeline-block.container-style-two {
	text-align:left!important;
}
.cd-timeline-content .the-excerpt {
	text-align:left;	
}
.timeline-announcement-left .extra-content.before, .timeline-announcement-left .extra-content.after h3 {
	text-align:right;	
}
.timeline-announcement-right .extra-content.before, .timeline-announcement-right .extra-content.after {
	text-align:left;	
}

@media screen and (max-width:820px){
	.timeline-announcement-left .extra-content.before, .timeline-announcement-left .extra-content.after, .timeline-announcement-left .extra-content.after h3 {
		text-align:left;	
	}
}
/* end of timeline stuff */

.square-btn {
	border-radius:0!important;
} 

.page .entry-content .cc-page-sidebar {
	max-width:320px;
	width:100%;
	float:right;
	padding:10px 0 20px 0;
	margin-left:200px;
}
#main .cc-page-sidebar a {
	border-bottom:none;
}	
#main a.cc-sidebar-btn, #main a.cc-sidebar-btn:visited {
	display:block;
	padding:8px 16px;
	width:100%;
	text-align:center;
	background-color:#3D5420;
	color:#fff;
	font-weight:700;
	margin-bottom:6px;
	transition:all 0.3s ease-out;
}
#main a.cc-sidebar-btn:hover {
	background-color:#000;
}
.cc-page-sidebar br {
	display:none;	
}
.cc-sidebar-give img {
	border:3px solid;
	border-color:rgb(0,102,102);	
}
.cc-page-sidebar a:hover img {
	opacity:0.85;	
}

.popup-content-left {
	float:left;
	width:48%;
	margin-right:2%
}
.popup-content-right {
	float:left;
	width:48%;
	margin-left:2%;	
}
.blog-category-entry {
	width:33.33%;
	float:left;
	padding-right:5%;
	margin-bottom:45px;	
}
.resilience-dispatch table {
	margin: 0 0 0 0;	
}


.post-type-archive-rd_series .email-signup-wrapper {
	margin:65px 0 90px 0;
}

.post-type-archive-rd_series #main h3 a {
	color:#3D5420;
}

#dafdirectdiv input {
	width:100%;	
}

.single-initiative-content {
	margin-bottom:85px!important;
}
.single-initiative-content-left {
	width:60%;
	float:left;	
}
.single-initiative-content-right {
	width:30%;
	float:right;	
}
.single-initiative-content-right h3 {
	font-size:24px;	
}

.single-initiative-content-right .flagship-projects__project {
	padding-top:19px;	
}
.single-initiative-content-right .flagship-projects__project__image img {
	max-width:220px;	
}

.initiative-feature {
	margin-bottom:30px;	
}
.initiative-feature-thumb {
	float:left;	
}
.initiative-feature-link {
	width:calc(100% - 165px);
	margin-left:15px;
	float:left;	
}
.initiative-feature-link a {
	display:inline-block;
	line-height:1.4;
	border:none!important;	
	font-size:20px;
}
.single-initiative-content-right a {
	border:none!important;
}
.single-initiative-content-right a:hover {
	opacity:0.8;	
}

.initiatives-list {
	padding:1px 0 10px;
	background-color:#f5f5f5;
	margin-bottom:50px;
}


.single-initiative-list {
	display:flex;
	flex-wrap:wrap;	
	justify-content:flex-start;
}
.single-initiative-list-item {
	flex:1 1 25%;	
	max-width:25%;
	padding:10px 15px 10px;
	cursor:pointer;
	margin-bottom:15px;
}
.single-initiative-list-item .initiatives-list-item-img-container {
	width:50%;	
}
.single-initiative-list.blog .initiatives-list-item-img-container {
	width:100%;	
}
.single-initiative-list-item .initiatives-list-item-title {
	font-size:18px;	
}
.single-initiative-list-item .initiatives-list-item-learn-more {
	font-size:14px;
}

.initiatives-list h2 {
	text-align:center;
	font-size:40px;	
}

.initiatives-list-item {
	width:25%;
	float:left;	
	padding:0 15px;
	margin-bottom:35px;
	cursor:pointer;
}
.initiatives-list-item-img-container {
	overflow:hidden;
	height:230px;	
}
.initiatives-list-item-img {
	height:230px;
	background-position:50% 50%;
	background-size:cover;	
	transition:all 0.3s ease-out;
}

.initiatives-list-item:hover .initiatives-list-item-img, .single-initiative-list-item:hover .initiatives-list-item-img {
	transform:scale(1.25);
	transform-origin:center center;
}

.initiatives-list-item-title {
	font-size:24px;
	font-weight:700;
	line-height:1.1;
	margin:10px 0;	
}
.initiatives-list-item-learn-more {
	font-size:20px;
	font-weight:700;	
}
.initiatives-list-item-learn-more a:hover {
	color:brown;
}
.single-initiative .initiative-sub-menu {
	padding:4px 0 16px 0;	
}

.ways-to-get-involved-list {
	background-color:#f5f5f5;
	margin-bottom:90px;
	margin-top:30px;
	padding:10px 0 40px 0;
}

.ways-to-get-involved-list .restrain-width {
	display:flex;
	justify-content:space-between;
}

.ways-to-get-involved-list-item {
	padding:15px;
	flex:1 1 33.33%;
	max-width:33.33%;
}

.ways-to-get-involved-list-heading {
	text-align:center;
	padding:20px 15px 5px 15px;
}

.ways-to-get-involved-list-item-desc h2 {
	line-height:1.2;
}
.ways-to-get-involved-list-item-desc h2 a {
	text-decoration:underline;
	color:#3D5420;
}

#hero-block {
	position:relative;	
}
.hero-wrapper {
	z-index:10;	
}
#hero-block .hero-block-background-div {
	position:absolute;
	z-index:5;
	top:0;
	right:0;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:50% 50%;	
}

.donate-header {
	display:inline-block;
	position: relative;
	max-width:161px;
}
.donate-header img {
	margin-top:10px;
	max-width:100%;	
}
.donate-header:hover .donate-header-options {
	transform:scale(1,1);
}
.donate-header-button {
	background-color: #D55013;
    border: none;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-family: effra, sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
    padding: 12px 40px;
    text-transform: uppercase;
    line-height: 1;
    cursor: pointer;
    text-align: center;
	transition:all 0.25s ease-out!important;
}
.donate-header-options {
	position:absolute;
	top:43px;
	right:-7px;
	z-index: 1000;
    background-color: #fff;
    padding: 7px;
    border-radius: 5px;
	transform:scale(0,1);
	transition:all 0.25s ease-out!important;
}
.donate-header-options a, .donate-header-options a:visited {
	background-color: #D55013;
    width: 270px;
    border: none;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-family: effra, sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.08em;
    padding: 12px 18px;
    text-transform: uppercase;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    margin-bottom: 1px;
	transition:all 0.25s ease-out!important;
}
.donate-header-button:hover, .donate-header-options a:hover {
	background-color: #332928;
}
.hover-image-with-text {
	float:right; 
	border:none!important;
	margin-bottom:24px;	
}
.hover-image-with-text img {
	margin-bottom:4px;
}
.hover-image-with-text:hover img {
	cursor:pointer;
	opacity:0.8;	
}
.hover-image-with-text span {
	display:inline-block; 
	padding-left:1.5em; 
	font-weight:bold;
}
.hover-image-with-text:hover span {
	opacity:0.8;	
}

	
@media (max-width:1800px) {
	.page-template-custom-initiatives-page .restrain-width  {
		max-width:960px;
	}	
}

@media (max-width:1630px) {
	.single-topics div.restrain-width {
		max-width:1000px;
	}
	#mega-menu-wrap-Main-Menu #mega-menu-Main-Menu > li.mega-menu-megamenu > ul.mega-sub-menu li#mega-menu-item-text-5 {
		padding-right:6%;
	}

}

@media (max-width:1530px) {
	#main .support-block {
		padding:0 5%;	
	}
	#mega-menu-wrap-Main-Menu #mega-menu-Main-Menu > li.mega-menu-megamenu > ul.mega-sub-menu li#mega-menu-item-text-5 {
		padding-right:0%;
	}
	#site-navigation #mega-menu-wrap-Main-Menu #mega-menu-Main-Menu > li.mega-menu-item {
		padding-left:30px;
	}
	.foot-quote {
		padding-left:20px;	
	}
	#foot-menu {
		margin-left:1em;
		padding-left:1em;
	}	
	
}
@media (max-width:1405px) {
	.charity-nav .foot-quote {
		font-size:14px;	
		padding-left:20px;
	}
	ul#foot-menu {
		padding-left:0;
		margin-left:0;	
	}
	.page-template-custom-initiatives-page .restrain-width  {
		max-width:800px;
	}	
}
@media (max-width:1390px) {
	#site-navigation #mega-menu-wrap-Main-Menu #mega-menu-Main-Menu > li.mega-menu-item {
		padding-left:15px;
	}
	.foot-menu {
		float:none;
		margin:0 auto;	
	}
	.charity-nav {
		width:100%;	
		clear:both;
	}
}
@media (max-width:1326px) {
	.single-topics .hero-sidemenu {
		display:none;
	}
}

@media (max-width:1250px) {
	.em-article-left {
		width:58%;	
	}
	.site-header .brand-banner {
		text-align:left;	
	}
	.page-template-page-ecosystem-marketplace-home .site-header .brand-banner, .page-template-page-em-publications .site-header .brand-banner, .page-template-page-em .site-header .brand-banner, 
	.single-featured_articles  .site-header .brand-banner {
			text-align:center;	
	}
	.site-header ul#mega-menu-Main-Menu {
		margin-left:20%!important;	
	}
	.site-header ul#mega-menu-Main-Menu #mega-menu-item-5 ul.mega-sub-menu {
		margin-left:-25%!important;
		width:125%!important;	
	}
	
	
	.page-template-custom-initiatives-page .hero-sidemenu a {
		font-size:12px;	
	}
	.advisory-board-sidebar {
		width:40%;	
	}
	.bbop-page-labels {
		text-align:center;
	}	
	.bbop-page-labels a {
		width:252px;	
	}
}
@media (max-width:1200px) {
	.single-blog .bigcenter {
		margin-left:auto;
		max-width:100%;	
	}
	.single-blog .alignright, .single-blog figure.alignright {
		margin-right:0;	
	}
	.single-blog .alignleft, .single-blog figure.alignleft {
		margin-left:0;	
	}
	.post-type-archive-pressroom .hero-content, .tax-news_type .hero-content {
		max-width:420px;
		background:rgba(0,0,0,0.1);
		float:left;
		padding:0 20px;
		border-radius:10px;
	}
	.tax-news_type .hero-content {
		max-width:100%;	
	}
	.publication-search-filters, .post-type-archive-blog #page div.topic-categories {
		margin-top:40px;
	}
	.single-pressroom .hero-content {
		background:rgba(0,0,0,0.1);
		padding:0 20px;
		border-radius:10px;
	}
	.subdocument {
		padding-left:30px;
		text-align:center;
		float:none;
		margin:0 auto;
	}	
	.subdocument .publication-thumb {
		margin:0 auto;	
		float:none;
		width:100%;
		text-align:center;
	}
	.subdocument .publication-thumb img {
		float:none;
	}
	.publication .subdocument h2.ptitle {
		line-height:1;
	}

	.post-type-archive-impacts #page .topic-categories {
		padding-top:30px!important;
		text-align:center;
	}
	#main .support-block {
		padding-bottom:80px;	
	}
	.support-block .support-text {
		width:47.5%;
		float:left;
		position:relative;
		margin-top:380px;
		bottom:auto;
	}
	.support-block .email-signup {
		width:47.5%;	
	}
	.team-member-label {
		width:60%;
		padding:0 10px;	
		left:150px;
		right:auto;
	}
	.post-type-archive-board .team-member-label {
		width:200px;	
	}
	.headshot-wrapper {
		width:40%;
		max-width:150px;
		max-height:150px;
		height:auto;	
	}
	.fellows-list .headshot-wrapper {
		max-height:150px;	
	}
	.fellows-list .board-member-excerpt {
		padding:0 10px;
	}	
	.fellows-list .team-member-label {
		max-width:100%;	
	}
	.post-type-archive-board .headshot-wrapper {
		width:auto;
	}
	.post-type-archive-board .board-member-excerpt {
	/*	width:calc(100% - 380px); */	
	}
	.headshot-wrapper img {
		display:block;	
	}
	.post-type-archive-team #main .restrain-width {
	    width:90%;	
	}
	.restrain-width, .page .entry-content > * {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.page .entry-content > .collapseomatic {
		padding: 0 16px 0 0!important;
	}
	#page .restrain-width {
		margin:0 auto;
		width:90%;
		padding:0;	
	}
	.publication-categories {
		width:100%;
	}	
	.em-left {
		float:left;	
	}
	.em-left, .em-right {
		max-width:400px;	
		width:46%;
	}
	.em-promo {
		padding-left:0;
		padding-right:0;
	}
	.feature-em {
		max-width:35%;	
	}
	.ft-slider-frame {
		background-color:transparent;	
	}
	
	.ft-slider-img {
		height:auto;
		background-color:#fff;
	}	
	.ft-slider-img a:hover {
		opacity:0.8;	
	}
	.ft-slider-img img {
		width:100%;
		max-width:100%;
		height:auto;
		display:block;
	}
	.ft-slider-frame:nth-child(3) .ft-slider-img img {
		height:auto;	
	}
	.ft-slider-frame .ft-slider-text {
		visibility:hidden;	
	}
	.ft-slider-frame:nth-child(3) .ft-slider-text {
		visibility:visible;	
		background-color:#fff;
	}
	.ft-slider-text {
		width:70%;
		margin-left:5%;
		display:block;
	}
	.ft-slider-frame {
		height:auto;	
	}
	.page-template-custom-initiatives-page .subsection-headers {
		margin-right:0;	
	}
	.page-template-custom-initiatives-page .topic-text {
		padding-right:0;	
	}
	.page-template-custom-initiatives-page #page .restrain-width {
		margin-left:2%;
		max-width:700px;
	}	
	.page-template-custom-initiatives-page div.subsection-title h3 {
		line-height:1.2;		
	}	
	.initiative-sub-menu a {
		padding:0 15px;
	}

}
@media screen and (max-width: 1080px) {
	.description-photos {display:none;}
	.post-type-archive-blog .hero-wrapper h1, .single-blog .hero-wrapper h1, .single-blog p.hero-text.blog-description, .post-type-archive-blog p.hero-text.blog-description,
	.page-template-page-bbop-home .hero-wrapper h1, .page-template-page-bbop-page .hero-wrapper h1, .page-template-page-bbop-home .hero-text, .page-template-page-bbop-page #hero-block .hero-text {
		margin-left:18px;	
	}
	.page .entry-content .cc-page-sidebar {
		margin-left:150px;
	}
}

@media (max-width:1023px) {
	.initiatives-list-item {
		width:50%;
	}
	.initiatives-list-item:nth-child(3){
		clear:left;
	}
	.page-template-page-ecosystem-marketplace-home .site-header .brand-banner, .page-template-page-em-publications .site-header .brand-banner, .page-template-page-em .site-header .brand-banner, 
	.single-featured_articles  .site-header .brand-banner {
		text-align:left;
		padding-bottom:36px;	
	}
	.page-template-page-ecosystem-marketplace-home .site-header .brand-banner {
		padding-bottom:14px;	
	}
	.menu-em-right-container, .menu-em-left-container {
		display:none;	
	}
	.initiative-video-container {
		width:100%;
	}
	.page-template-custom-initiatives-page .hero-sidemenu {
		display:none;	
	}
	.page-template-custom-initiatives-page #page .restrain-width {
		max-width:none;
		margin-left:auto;	
	}
	.ec-form-left, .ec-form-right {
		width:100%;
		padding:0;	
	}
	#initiatives-top-nav {
		background-image:none;
	}
	.single-topics .topic-text {
		padding-right:0; 
	}
	.subsection-headers {
		margin-right:0!important;	
	}
	.board-member-logo {
		display:none;	
	}
	.alt-board-member-logo {
		display:inline-block;
		width:50%;	
	}
	.alt-board-member-logo img {
		max-width: 100%;
    	max-height: 125px;
    	width: auto;
	}
	/*.publication {
		padding:25px 21%;	
	}
	.publication-thumb {
		margin-left:0;
		left:0;
		position:absolute;
		width:18%;
		float:none;
	}
	
	.publication .initiative-tags {
		margin-top:26px;
	}	*/
	.subdocument .publication-thumb {
		position:relative;	
	}
	.publication .subdocument  {
		padding-top:0;
	}
	.publication .subdocument h2.ptitle {
		margin-top:20px;
	}	
	.publication-thumb img {
		min-width:0;
	}
	.pubication-region {
		text-align:right;
	}
	#pub-sidebar {
		width:100%;	
		float:none;
		padding-top:0;
		margin:0 auto 40px auto;
	}
	.single-topics .releated-resources > a {
		margin-bottom:10px;
		margin-right:10px;
	}	
	#main #initiatives-top-nav a {
		line-height:18px;
		padding:14px 10px;	
	}
	#home-grid {
		padding:60px 0;	
	}
	button.menu-toggle {
		display:block;
		background-color:transparent;
		padding:8px 10px;
		float:right;
		margin-top:-79px;	
		margin-right:10px;
	}
	#the-hamburger, .toggled #the-x{
		display:block;	
	}
	#the-x, .toggled #the-hamburger{
		display:none;	
	}
	
	#mega-menu-wrap-Main-Menu #mega-menu-Main-Menu li.mega-menu-item > a.mega-menu-link {
		padding:7px 30px;	
		height:auto;
		border-bottom:1px solid #e5e2d5;
	}
	#mega-menu-wrap-Main-Menu #mega-menu-Main-Menu li.mega-menu-item-has-children > a.mega-menu-link {
		background-image:url(../png/menu-item-has-children.png);
		background-repeat:no-repeat;
		background-position:95% 50%;	
	}
	#site-navigation #mega-menu-wrap-Main-Menu #mega-menu-Main-Menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #site-navigation #mega-menu-wrap-Main-Menu #mega-menu-Main-Menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #site-navigation #mega-menu-wrap-Main-Menu #mega-menu-Main-Menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
		background-image:none;
		color:#3D5420;	
	}
	#site-navigation #mega-menu-wrap-Main-Menu #mega-menu-Main-Menu > li.mega-menu-item {
		padding-left:0;	
	}
	button.menu-toggle:hover {
		opacity:0.7;
	}
	.toggled #mega-menu-wrap-Main-Menu #mega-menu-Main-Menu {
		display:block;
		margin-left:0!important;
		left:0!important;	
		width:100%;
		background-color:#f1efe7;
		position:relative;
		z-index:50;
	}
	.toggled #mega-menu-wrap-Main-Menu #mega-menu-Main-Menu > li.mega-menu-flyout ul.mega-sub-menu {
		padding-top:0;	
	}
	.toggled #mega-menu-wrap-Main-Menu .mega-menu-toggle + #mega-menu-Main-Menu li.mega-menu-item > ul.mega-sub-menu {
		padding-top:0;	
	}
	.toggled .em-mobile-menu {
		display:block;
		position:relative;
	}
	.main-navigation.toggled .em-mobile-menu ul {
		display: block;
		margin-left: 0!important;
		left: 0!important;
		width: 100%;
		background-color: #f1efe7;
		position: relative;
		z-index: 50;
		text-align:center;
	}
	.main-navigation.toggled .em-mobile-menu ul li {
		float:none;
		display:block;	
	}
	.main-navigation.toggled .em-mobile-menu ul li a {
	    font-weight: 600;
    	letter-spacing: 0.03em;
    	text-transform: uppercase;
    	font-size: 15px;
		color: #332928;
		padding: 7px 30px;
    	height: auto;
   		border-bottom: 1px solid #e5e2d5;
	}
	#mega-menu-wrap-Main-Menu #mega-menu-Main-Menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-Main-Menu #mega-menu-Main-Menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-Main-Menu #mega-menu-Main-Menu > li.mega-menu-item > a.mega-menu-link:focus {
		background-image:none;	
	}
	.toggled .mega-sub-menu .textwidget {
		padding:0 18px;	
	}
	.menu-what-we-do {
		max-width:171px;
		width:46%;
		margin-left:2%;
		margin-right:2%;
	}
	.site-header ul#mega-menu-Main-Menu #mega-menu-item-5 ul.mega-sub-menu {
		width:100%!important;
		margin-left:0!important;
		padding:0!important;
		border-bottom:	1px solid #e5e2d5;
	}	
	#mega-menu-wrap-Main-Menu .mega-menu-toggle {
		display:none!important;	
	}
	#mega-menu-wrap-Main-Menu #mega-menu-Main-Menu > li.mega-menu-megamenu > ul.mega-sub-menu li#mega-menu-item-text-5, #mega-menu-wrap-Main-Menu #mega-menu-Main-Menu > li.mega-menu-megamenu > ul.mega-sub-menu li#mega-menu-item-text-6 {
		width:100%;
		padding-top:0;
	}
	article.type-team {
		padding-bottom:30px;
		width:50%;	
	}
	.post-type-archive-team #main .restrain-width {
		padding:0;	
	}
	/* filter block */
	.search-block .filter-options > li {
		width:100%;
	}
	.search-block .filter-options > li:first-child, .search-block .filter-options > li:last-child {
		width:49.9%;
		width:calc( 50% - 2px );
	}/* end filter block */
	.site-header .brand-banner .donate-and-search {
		right:120px;	
	}
	.site-header .brand-banner .main-navigation {
		top:129px;	
		margin-left:0;
		left:0;
	}
	#where-we-work-menu a {
		display:block;
		width:100%;	
	    border-bottom: 1px solid #e5e2d5;
		padding:4px 18px;
	}
	.mega-sub-menu .btn-green {
		margin-left:18px;	
	}
	.toggled .mega-sub-menu {
	}
	.board-member-logo {
	/*	display:none;	 */
	}
	.btn-green {
		margin-bottom:4px;	
	}
	.page .entry-content .cc-page-sidebar {
		margin-left:50px;
	}
	
	.single-initiative-content-right .initiative-feature-thumb {
		float:none;	
	}
	.single-initiative-content-right .initiative-feature-link {
		float:none;
		margin-left:0;
		width:100%;	
		font-size:14px;
	}
	.initiative-feature-link a {
		font-size:14px;	
	}
	.ways-to-get-involved-list .restrain-width {
		flex-wrap:wrap;
	}
	.ways-to-get-involved-list-item {
		flex:1 1 50%;	
		max-width:50%;
		width:50%;
	}
}
@media (max-width:767px) {

	#header-search {
		display:none;	
	}
	.donate-header-button {
		font-size:13px;
	}
	.fellows-list .board-member-excerpt {
		width:100%;	
	}
	.blog-category-entry {
		width:100%;
		padding-right:0;	
	}

	.page .entry-content .cc-page-sidebar {
		max-width:100%;
		margin-left:0;
		text-align:center;
	}
	.btn-floating-right {
		display:none!important;	
	}
	.page-template-page-ecosystem-marketplace-home .site-content {
		padding-top:0;	
	}
	#em-article-footer {
		display:block;	
	}
	#em-article-footer .sidebar-section {
		width:100%;
		margin-right:0;	
	}
	#ec-form .col25 {
		width:50%;
		padding-right:2%;
	}
	.alt-board-member-logo {
		max-width:140px;	
	}
	.bbop-info-box {
		width:100%;
		float:none;
		padding:70px 18px;	
		text-align:center;
		margin:0 0 24px 0;
	}
	.bbop-info-box:nth-child(4) {
		margin-left:0;
	}
	.post-type-archive-board .board-member-excerpt {
		width:100%;
		margin-top:15px;	
	}
	.em-job {
		width:44%;
	}
	.em-job:nth-child(3n - 1) {
		margin-left:0;
		margin-right:0;
	}
	.em-job:nth-last-child(3) {
		border-bottom:1px solid #e8e8e8;
	}
	.em-job:nth-child(2n - 1) {
		margin-right:6%;	
	}

	.single-topics .subsection-headers {
		margin-right:0;
	}	
	#pressroom-tabs div, #pressroom-tabs div:last-child {
		width:auto;
		padding: 0 10px;
		margin-bottom:6px;
		display:inline-block;
		float:none;
	}	
	#pressroom-tabs {
		text-align:center;	
	}
	.post-type-archive-pressroom .hero-content, .tax-news_type .hero-content {
		background:rgba(0,0,0,0.2);
	}	
	.post-type-archive-blog .hero-wrapper h1, .single-blog .hero-wrapper h1 {
		margin-top:10px;
	}
	.blog-search-block form.search-block > label {
		width:100%;
	}	
	#page .blog-featured {
		margin-bottom:20px;
	}
	#main .custom-pagination a {
		margin-bottom:8px;
	}
	.publication {
		padding:10px 0 25px 0;
		width:100%;	
	}
	.publication-thumb {
		width:100%;
		max-width:100%;
		position:relative;
	}
	.post-type-archive-publications .publication-thumb {
		padding-bottom:0;
	}
	.post-type-archive-publications .publication-region, #modal-content .publication-region {
		display:none;	
	}
	#main .pubication-region > a {
		display:none;
	}	
	.page-template-custom-support-page .two-col .right-column {
		display:inline-block;
		width:auto;	
		float:right;
		display:none;
	}
	.page-template-custom-support-page .two-col .center-column {
		width:100%;
		padding-right:0;
		display:block;	
	}
	.page-template-custom-support-page .donation-form {
		padding:15px;
	}
	table.styled td {
		width:16%;	
	}
	.page .entry-content > table.grant-table {
		 display:none;
		max-width:100%;
		padding:0;
	}
	.initiative-sub-menu a {
		margin-bottom:10px;
	}
	.page-template-custom-initiatives-page .hidden-content, .page-template-custom-where-we-work-page .hidden-content {
		clear:both;
	}	
	.page-template-custom-initiatives-page article.type-team {
		width:100%;
	}	
	.page-template-custom-initiatives-page div.subsection-title h3, .single-topics div.subsection-title h3, .page-template-custom-where-we-work-page div.subsection-title h3 {
		font-size:40px;	
		font-weight:300;	
	}	
	.single-topics div.subsection-title h3 {
		padding-left:0;	
	}
	.col50 {
		width:100%;
		margin:0;	
	}
	.team-member-label {
		position:relative;
		float:left;	
		left:auto;
	}
	.team-member {
		margin-bottom:24px;
	}
	#main ul {
		margin-left:15px;	
	}
	#main .email-signup-wrapper ul {
		margin-left:0;	
	}
	.email-signup-block .email-signup, .email-signup-block .find-errors {
		width:100%;
		display:block;
	}	
	#mobile-slider-read-more {
		display:none;	
	}
	.ft-slider-img {
		width:100%;	
	}
	.ft-slider-img img {
		width:auto;
		box-shadow:none;
	}
	.ft-slider-frame:nth-child(3) .ft-slider-img {
		visibility:visible;	
	}
	.ft-slider-frame .ft-slider-img {
		visibility:hidden;	
	}
	.ft-slider-text {
		width:100%;
		margin-left:0;	
		padding-left:0;
	}
	.ft-slider-frame:nth-child(3), .ft-slider-frame:nth-child(2), .ft-slider-frame {
    	left: 30px;
    	width: calc(100% - 30px);
	}
	.publication-categories > ul > li, .single-topics .topic-categories > ul > li, .post-type-archive-impacts .topic-categories > ul > li, .post-type-archive-publications .publication-categories > ul > li, .post-type-archive-blog .topic-categories > ul > li {
		width:24%;
		display:inline-block;	
		margin-bottom:24px;
	}
	.single-topics .topic-categories > ul, .publication-categories > ul, .post-type-archive-blog .topic-categories > ul {
		text-align:center;
	}
	.publication-search-filters, .post-type-archive-blog #page div.topic-categories {
		margin-top:20px;
	}	
	.topical-approaches {
		padding:45px 0;	
	}
	.em-left, .em-right {
		width:100%;
		max-width:100%;	
	}
	.em-left {
		padding-top:24px;
	}
	.em-right {
		padding-top:14px;	
	}
	.feature-em {
		position:relative;
		bottom:auto;
		max-width:100%;
	}
	footer .social-media-menu {
		float:none;
		padding:0;
		width:100%;
		text-align:center;
	}	
	footer .foot-menu {
		float:none;
		width:90%;
		margin:0 auto;
		text-align:center;	
	}
	footer ul#foot-menu {
		margin:0;
		padding:10px 0 25px 0;
		float:none;	
	}
	footer #foot-menu > li {
		padding:0;	
	}
	footer #foot-menu > li a {
		display:inline-block;
		padding: 7px 15px;
	}
	#page footer.site-footer {
		padding:0 0 40px 0;
	}
	.charity-nav {
		width:90%;
		margin:24px auto 0 auto;	
	}
	.charity-nav-logos {
		text-align:center;	
	}
	footer .foot-quote {
		float:none;
		width:100%;
		max-width:100%;
		text-align:center;	
		font-size:13px;
		padding-left:0;
		padding-top:0;
	}
	.foot-quote ul {
		padding-top:40px;
	}
	#foot-menu {
		white-space:normal;	
	}
	footer .foot-quote em {
		font-size:15px;
	}
	.footer-row-2 {
		margin-top:0;
		width:90%;
		margin-left:auto;
		margin-right:auto;	
	}
	footer .cn-logo {
		float:none;
		display:block;	
		margin-right:0;
		text-align:center;
		margin-bottom:10px;
	}
	footer .foot-quote ul li {
		padding-bottom:15px;
	}	
	.footer-row {
		padding:0;	
	}
	.footer-row-1 {
		padding-top:38px;	
	}
	.charity-nav {
		display:none;	
	}
	#mobile-charity-nav, #mobile-charity-nav .charity-nav {
		display:block;	
	}
	#content .hero-wrapper h1 {
		font-size:40px;
		line-height:1.2;
		font-weight:300;	
	}
	#content #hero-block .hero-wrapper.entry-header {
		padding-top:90px;
		padding-bottom:90px;	
	}
	#content .hero-wrapper {
		padding-left:5%;
		padding-right:5%;	
	}
	#content .description-block {
		padding:30px 0;	
	}
	p {
		margin:0 0 24px 0;	
	}
	.site-header {
		box-sizing:border-box;	
	}
	.site-header .brand-banner {
		padding-bottom:10px;
	}
	.site-header .brand-banner .donate-and-search {
		right:10px;	
	}
	.site-header .brand-banner .main-navigation {
		top:164px;	
	}
	.site-header #em-brand-banner.brand-banner {
		padding-bottom:14px;
	}	
	.site-header #em-brand-banner.brand-banner .main-navigation {
		top:150px;	
		z-index:1000;
	}
	button.menu-toggle {
		margin-top:-124px;	
	}
	a#main-logo {
		padding-bottom:10px;	
	}
	.site-header .brand-banner {
		padding-top:10px;
	}
	#mobile-donate-button {
		display:block;
	}
	.toggled #mobile-top-nav {
		display:block;
		background-color: #f1efe7;
		position:relative;
		z-index:50;
		text-align:left;
		padding:25px 0;
	}
	#mobile-top-nav #top-menu > li {
		border-right:none;
		display:block;
		width:100%;
	}
	#mobile-top-nav #top-menu > li a {
		color: #332928;
		text-shadow:none;
		font-size:16px;	
		width:100%
	}
	#mobile-top-nav .social-media-menu {
		float:left;	
		padding-left:20px;
		padding-top:10px;
	}
	#mobile-top-nav .social-media-menu > a {
		color:#131313;
		padding:0 10px;
		margin-left:0;
	}
	#mobile-top-nav #top-menu {
		margin-left:0;
		padding-left:16px;	
	}
	#mobile-donate-button .btn-green {
		border-radius:0;
		width:100%;
		text-align:center;	
	}
	#top-navigation, .donate-and-search .btn-green {
		display:none;	
	}
	.site-header .brand-banner {
		text-align:center;	
	}
	button.menu-toggle {
		float:left;	
		margin-left:10px;
	}
	.page-template-page-ecosystem-marketplace-home button.menu-toggle, .page-template-page-em-publications button.menu-toggle, .page-template-page-em button.menu-toggle, 
	.single-featured_articles  button.menu-toggle {
		float:right;	
	}
	.restrain-width {
		padding:0!important;	
	}
	.grid-item {
		padding: 0 1.27% 25px;
		width: 50%;
	}
	#main .support-block {
		height:auto;	
	}
	.support-block .support-text, .support-block .email-signup {
		width:100%;	
		margin:60px auto 0 auto;
		float:none;
		padding:24px 20px;
		background:rgba(61,84,32,0.5);
		border-radius:3px;
	}
	.ind-member-menu span {
		margin-bottom:6px;	
	}
	/* filter block */
	.search-block .filter-options > li:first-child, .search-block .filter-options > li:last-child {
		width:100%;
	}
	ul.search-tiles > li {
		width: calc(33.3% + 1px);	
	}
	/* end filter block */
	
	.em-article-left {
		width:100%;	
	}
	.em-article-sidebar {
		display:none;	
	}
	#em-article-footer .em-article-sidebar {
		display:block;	
	}
	.custom-tile {
		width:49%;	
	}
	.custom-tile:nth-child(3n) {
		margin-right:0;	
	}
	.custom-tile:nth-child(odd) {
		margin-right:2%;	
	}
	.custom-tile:nth-child(even) {
		margin-right:0;	
	}
	.single-initiative-content-left {
		float:none;
		width:100%;	
	}
	.single-initiative-content-right {
		float:none;
		width:100%;
	}
	.ways-to-get-involved-list-item {
		flex:1 1 100%;	
		max-width:100%;
		width:100%;
	}
}
@media (max-width:664px) {
	.advisory-board-sidebar {
		margin-left:0;
		margin-right:0;
		width:100%;	
	}
	.blog-two-column {
		width:100%;
		margin-right:0;
	}	

	#top-navigation .social-media-menu {
		float:left;	
		margin-left:20px;
	}
	.menu-top-bar-container {
		float:left;
		clear:left;	
	}
	.bbop-pub-thumb {
		max-width:50%;
	}	
	
}
@media (max-width:635px) {
	article.type-team {
		width:100%;	
	}
	#team-text-search, #team-language-select, #team-program-select {
		width:100%;
		margin-right:0%;
		margin-bottom:5px;	
	}
}
@media (max-width:530px) {
	#email-signup-form-container {
		padding:30px 20px;
	}
	#header-search .search-field {
		margin-right:0px;
	}
	.event-map {
		display:none;	
	}
	.event {
		padding-left:0;	
	}
	.bbop-search input[type=search] {
		width:100%;	
	}
	.bbop-search input[type="submit"] {
		margin-top:15px;	
	}
	
}

@media (max-width: 580px) {
	.donate-header {
		max-width:94px;	
	}
	.donate-header-button {
		padding:12px 18px;	
	}
}

@media (max-width:500px) {
	.bbop-pub-thumb {
		max-width:100%;
		width:100%;
	}	
	.bbop-pub-excerpt {
		width:100%;	
	}
	.headshot-wrapper {
		width:100%;	
	}
	.post-type-archive-team .modal {
		width:100%;	
	}
	#main ul {
		padding-left:5px;	
	}
	.initiative-sub-menu a, .single-topics .releated-resources > a, #pressroom-tabs div, #pressroom-tabs div:last-child#pressroom-tabs div, #pressroom-tabs div:last-child {
		 margin:0 0 5px 0;
		 width:100%;	
	}
	.ft-slider-text {
		padding-right:15px;	
	}
	.ft-slider-frame:nth-child(3), .ft-slider-frame:nth-child(2), .ft-slider-frame {
		left:15x;
	}
	.ft-slider h2 {
		font-size:22px;
		line-height:1.2;	
	}
	#main .ft-slider p {
		font-size:13px;
		line-height:1.22;	
	}
	.publication-categories > ul > li, .single-topics .topic-categories > ul > li, .publication-categories > ul > li, .post-type-archive-impacts .topic-categories > ul > li, .post-type-archive-publications .publication-categories > ul > li, .post-type-archive-blog .topic-categories > ul > li {
		width:32%;
	}
	.email-list-option {
		width:100%;
		margin-right:0;
	}
	.grid-item {
		width:100%;	
	}
	.em-job {
			width:100%;
			border-bottom:1px solid #e8e8e8!important;
			height:auto!important;
			margin-left:0!important;
			margin-right:0!important;
	}
	

	#modal .team-member-label {
		width:100%;	
		position:relative;
		margin-bottom:12px;
	}
	.ind-member-menu {
		text-align:left;	
	}
	/* filter block */
	ul.search-tiles span {
		display:none;	
	}
	/* end filter block */
}

@media (max-width: 420px) {
	.initiatives-list-item {
		width:100%;
	}
	#header-search .search-field:focus {
		max-width:50%;
		float:right;
		font-size:12px;	
	}
	#em-brand-banner {
		padding-left:5%;	
	}
	.custom-tile {
		width:100%;
		font-size:16px;	
	}
	.custom-tile:nth-child(odd) {
		margin-right:0;	
	}
	.charity-nav {
		width:100%;	
		clear:both;
	}
	
	
}

@media (max-height:700px) {
	.single-featured_articles #hero-block .hero-wrapper.entry-header, .post-type-archive-featured_articles  #hero-block .hero-wrapper.entry-header {
		padding:50px 0 30px 0;	
	}
}