/**
 * normalize.css v3.0.2 | MIT License | git.io/normalize
 */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,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:700}dfn{font-style:italic}h1{font-size:2em;margin:.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:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;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-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/**
 * Clearfix by Nicolas Gallagher
 */
.row:before,.row:after,.clearfix:before,.clearfix:after{content:'';display:table}
.row:after,.clearfix:after{clear:both}
.row,.clearfix{zoom:1}

/**
 * Grid
 */
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}
body{font-size:100%;line-height:1.6875}
.grid{margin:0 auto;max-width:1200px;width:100%}
img{max-width:100%;height:auto;display:block;margin-left:auto;margin-right:auto}
.wfull{width:100%;max-width:100%}
.w320{max-width:320px}
.w640{max-width:640px}
.w960{max-width:960px}
.w900{max-width:900px; margin: 0px; padding: 0px 20px;}
.row{width:100%;}
.row .row{width:auto;margin:0 -20px}
.c1{width:8.33%}
.c2{width:16.66%}
.c3{width:25%}
.c4{width:33.33%}
.c5{width:41.66%}
.c6{width:50%}
.c7{width:58.33%}
.c8{width:66.66%}
.c9{width:75%}
.c10{width:83.33%}
.c11{width:91.66%}
.c12{width:100%}
.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c12{min-height:1px;float:left;padding-left:20px;padding-right:20px;position:relative}
.s1{margin-left:8.33%}
.s2{margin-left:16.66%}
.s3{margin-left:25%}
.s4{margin-left:33.33%}
.s5{margin-left:41.66%}
.s6{margin-left:50%}
.s7{margin-left:58.33%}
.s8{margin-left:66.66%}
.s9{margin-left:75%}
.s10{margin-left:83.33%}
.s11{margin-left:91.66%}
.end{float:right!important}


/*
 * Main Styles
 */

 a{
 	text-decoration: none;
 }

/* Nav Header */
#nav-header {
    
}

/* Header */
header{
	width: 100%;
	max-width: 200px;
	float: left;
	box-shadow: 0px 0px 5px #ccc;
	height: 100%;
	position: fixed;
	z-index: 99;
}
.logo {
	display: block;
	margin: 30px auto 20px;
	max-width: 160px;
}
.header-stripe{
	width: 210px;
	height: 60px;
	background: url('header-stripe.png') no-repeat top left;
	margin-bottom: 20px;
}
.header-stripe h3{
	font-family: "bree-serif-n4","bree-serif",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	margin: 0px;
	padding: 7px 0px;
	width: 200px;
}
.header-links{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.header-links li{
	margin-bottom: 5px;
}
.header-links li a{
	display: block;
	font-family: "bree-serif-n4","bree-serif",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #4e4e4e;
	text-decoration: none;
	padding: 8px 10px 10px 20px;
}
.header-links li.active a, .header-links li a:hover{
	background: #e6e7e8;
}
.header-donate-btn{
	display: block;
	width: 160px;
	height: 40px;
	font-family: "nimbus-sans-condensed-n7","nimbus-sans-condensed",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 21px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0.025em;
	color: #ffffff;
	text-transform: uppercase;
	background: #d44549;
	margin: 30px auto 0;

}
.header-donate-btn:hover{
	background: #c03135;
}

/* Main */
#main{
	padding-left: 200px;
	width: 100%;
	background: url('pattern-bg.png');
}

/* Sections */
.section{
	padding-bottom: 50px;
}
.section-featured-image{
	width: 100%;
	height: 400px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 30px;
	position: relative;
    background-color: #929942;
;
}
.section-featured-image a{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
#section-1 .section-featured-image{
	height: 600px;
	background-position: left;
}
h2.section-title{
	font-family: "nimbus-sans-condensed-n4","nimbus-sans-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 42px;
	line-height: 44px;
	color: #0098ce;
	text-transform: uppercase;
	margin: 0px 0px 30px;
}
.section-content p{
	font-family: "nimbus-sans-n4","nimbus-sans",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	color: #4e4e4e;
	margin: 0px 0px 30px;
}
.section-content h6{
	font-family: "bree-serif-n7","bree-serif",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 23px;
	color: #4e4e4e;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0px;
}
.section-content h3{
	font-family: "nimbus-sans-condensed-n7","nimbus-sans-condensed",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 30px;
	color: #8cc63f;
	text-transform: uppercase;
	margin: 0px;
}
.section-content ul{
	font-family: "nimbus-sans-n4","nimbus-sans",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	color: #4e4e4e;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
.section-content h5{
	font-family: "nimbus-sans-n7","nimbus-sans",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	color: #4e4e4e;
	margin: 0px;
}
.section h4{
	font-family: "bree-serif-n7","bree-serif",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #4e4e4e;
	margin: 0px;
	background: #e4f2f2;
	text-align: center;
	padding: 15px 30px;
}
.section h4 a{
	color: #0098ce;
}

.section-sidebar{
	padding: 0px;
}
.section-sidebar h6{
	font-family: "bree-serif-n7","bree-serif",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #4e4e4e;
	letter-spacing: 0.025em;
	margin: 0px 0px 5px;
	text-align: center;
}
.section-sidebar p{
	font-family: "bree-serif-n4","bree-serif",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	color: #4e4e4e;
	letter-spacing: 0.025em;
	margin: 0px 0px 5px;
}
.section-sidebar p a{
	color: #0098ce;
}
.section-sidebar p img{
	margin-bottom: 10px;
}

.section .section-sidebar h4{
	padding: 20px;
	letter-spacing: 0.025em;
}

#section-1 .section-sidebar{
	margin-top: -165px;
	text-align: center;
}
#section-1 .section-content blockquote, #section-1 .section-content blockquote p,
#section-2 .section-content blockquote, #section-2 .section-content blockquote p{
	font-family: "bree-serif-n3","bree-serif",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 30px;
	padding: 0px;
	margin: 0px 0px 30px;
}
#section-1 .section-content blockquote, #section-1 .section-content blockquote p{
	color: #5a940d;
}
#section-1 .section-sidebar h6{
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.075em;
}
#section-2 .section-sidebar{
	margin-top: -290px;
	text-align: center;
}
#section-2 .section-sidebar p{
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
}
#section-2 .section-sidebar p em{
	display: block;
	max-width: 200px;
	margin: 20px auto 0;
}

#section-3 .section-content p strong{
	color: #0098ce;
}
#section-3 .section-content ul{
	margin-top: -30px;
}
#section-4 img{
	max-width: none;
}
#section-5 .section-sidebar p{
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}
#section-5 .section-sidebar h6 ~ p{
	width: 200px;
	margin: 0 auto;
}
#section-5 .section-content h4{
	margin-bottom: 50px;
}
#section-5 .section-content blockquote{
	border-left: 3px solid #8cc63f;
	padding: 0px 0px 0px 20px;
	margin: 25px 0px;
}

#section-5 .section-content blockquote p{
	font-family: "bree-serif-i3","bree-serif",sans-serif;
	font-style: italic;
	font-weight: 300;
	font-size: 16px;
	line-height: 23px;
	color: #4e4e4e;
	margin: 0px;
}
#section-5 .section-sidebar.additional{
	padding: 0px 20px;
}
.section-additional-sidebar{
	background: #e4f2f2;
	padding: 20px;
}
#section-5 .section-sidebar .section-additional-sidebar h6{
	margin: 0px 0px 20px;
}
#section-5 .section-sidebar .section-additional-sidebar h6 ~ h6{
	font-size: 16px;
}

.section-additional-sidebar h5{
	font-family: "bree-serif-n4","bree-serif",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	color: #4e4e4e;
	text-align: center;
	margin: 0px;
}
#section-7 .section-sidebar{
	padding: 0px 20px;
}
#section-7 .section-sidebar h4{
	text-align: left;
}
#section-7 .section-sidebar h4:first-child{
	padding-bottom: 0px;
}
#section-8{
	background: url('pattern-bg.png') #f9f8f4;
}
#section-8 .section-sidebar{
	margin-top: -230px;
	padding: 0px 20px;
}
#section-8 .section-sidebar blockquote, #section-9 .section-sidebar blockquote{
	padding: 0px;
	margin: 0px;
}
#section-8 .section-sidebar blockquote p, #section-9 .section-sidebar blockquote p{
	font-family: "bree-serif-i3","bree-serif",sans-serif;
	font-style: italic;
	font-weight: 300;
	font-size: 24px;
	line-height: 30px;
	color: #6ea821;
	margin: 0px 0px 30px;
}
#section-8 .section-content h4{
	background: #eff2e3;
}
#section-8 .section-content h4 a{
	color: #6ea821;
}
#section-9 .section-content ul{
	margin: 0px 0px 30px;
}
#section-9 .section-sidebar{
	padding: 0px 20px;
}
#section-9 .section-additional-sidebar{
	background: none;
	padding: 0px;
}
#section-9 .section-featured-image{
	background-size: contain;
}
#section-11 .section-content a{
	color: #0098ce;
}

.section-sidebar p a.donate-peru-btn{
	display: block;
	width: 100%;
	height: 60px;
	background: #d44549;
	font-family: "nimbus-sans-n7","nimbus-sans",sans-serif;
	font-style: normal;
	font-weight: 700;
	text-align: center;
	font-size: 18px;
	line-height: 60px;
	color: #ffffff ;
	border-radius: 2px;
	margin: 10px 0;
}
.section-sidebar p a.donate-peru-btn:hover{
	background: #c03135;
}
.section-sidebar p a.learn-more-btn{
	display: block;
	width: 100%;
	height: 50px;
	background: #0098ce;
	font-family: "nimbus-sans-n7","nimbus-sans",sans-serif;
	font-style: normal;
	font-weight: 700;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	color: #ffffff ;
	border-radius: 2px;
}
.section-sidebar p a.learn-more-btn img{
	display: inline;
	margin: 0px 15px 0px 0px;
}
.section-sidebar p a.learn-more-btn:hover{
	background: #0084ba;
}

.section-sidebar p a.planted-book-btn{
	display: block;
	width: 100%;
	height: 60px;
	background: #8cc63f;
	font-family: "nimbus-sans-n7","nimbus-sans",sans-serif;
	font-style: normal;
	font-weight: 700;
	text-align: center;
	font-size: 18px;
	line-height: 60px;
	color: #ffffff ;
	border-radius: 2px;
	margin: 15px 0 50px;
}
.section-sidebar p a.planted-book-btn img{
	display: inline;
	margin: 0px 15px 0px 0px;
}
.section-sidebar p a.planted-book-btn:hover{
	background: #78b22b;
}
.section-sidebar p a.start-garden-btn{
	display: block;
	width: 100%;
	height: 40px;
	background: #0098ce;
	font-family: "nimbus-sans-n7","nimbus-sans",sans-serif;
	font-style: normal;
	font-weight: 700;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	color: #ffffff ;
	border-radius: 2px;
	margin: 10px 0px;
}
.section-sidebar p a.start-garden-btn:hover{
	background: #0084ba;
}


#header-mobile, .button-mobile-wrap{
	display: none;
}

.button-mobile-wrap{
	width: 100%;
	font-family: "nimbus-sans-condensed-n7","nimbus-sans-condensed",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 25px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 15px 0;
	cursor: pointer;
}
.button-mobile-wrap.button-mobile-background-1{
	background: #82bc35;
	border-bottom: 1px solid #9eca64;
}
.button-mobile-wrap.button-mobile-background-2{
	background: #78b22b;
	border-bottom: 1px solid #97c35c;
}
.button-mobile-wrap.button-mobile-background-3{
	background: #6ea821;
	border-bottom: 1px solid #83b442;
}
.button-mobile-wrap.button-mobile-background-4{
	background: #649e17;
	border-bottom: 1px solid #7bab3a;
}
.button-mobile-wrap.button-mobile-background-5{
	background: #5a940d;
	border-bottom: 1px solid #72a331;
}
.button-mobile-wrap.button-mobile-background-6{
	background: #508a03;
	border-bottom: 1px solid #6a9a2a;
}
.button-mobile-wrap.button-mobile-background-7{
	background: #468000;
	border-bottom: none;
}
.button-mobile-wrap.button-mobile-background-8{
	background: #3c7600;
	border-bottom: none;
}
.button-mobile-wrap.button-mobile-background-9{
	background: #326c00;
	border-bottom: none;
}
.button-mobile-wrap.button-mobile-background-10{
	background: #2b5b01;
	border-bottom: none;
}
.button-mobile-wrap.button-mobile-background-11{
	background: #224701;
	border-bottom: none;
}
.button-mobile-wrap .c12{
	margin: 0px;
	position: relative;
}
.section, #section-1.section{
	display: block;
}
.mobile-title{
	float: left;
	max-width: 90%;
}
.mobile-arrow{
	position: absolute;
	top: 50%;
	margin-top: -7px;
	width: 22px;
	right: 30px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.mobile-arrow.opened{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.table {
	margin-bottom: 30px;
}
.table-section-bold {
	margin-top: 25px;
}
.section-content .table-row p{
	margin: 0px 0px 5px;
}
.table-cell-left{
	width: 80%;
	float: left;
}
.table-cell-right{
	width: 20%;
	float: left;
	text-align: right;
}
.section .financial-blue-box h4{
	background: none;
	padding: 0px;
	margin: 0px 0px 10px;
}
.financial-blue-box{
	font-family: "bree-serif-n7","bree-serif",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #4e4e4e;
	margin: 30px 0px;
	background: #e4f2f2;
	padding: 15px;
	border-radius: 2px;
}
#section-10 .c6 img{
	margin-bottom: 30px;
}
.section-content .financial-blue-box p{
	font-family: "bree-serif-n7","bree-serif",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #4e4e4e;
}
.financial-blue-box .table-cell-left p:before{
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 100%;
	margin-right: 5px;
}
.financial-blue-box .table-cell-left.before-circle-1 p:before{
	background: #929a3a;
}
.financial-blue-box .table-cell-left.before-circle-2 p:before{
	background: #e9513c;
}
.financial-blue-box .table-cell-left.before-circle-3 p:before{
	background: #0097ce;
}
.financial-blue-box .table-cell-left.before-circle-4 p:before{
	background: #00688a;
}


/* Mobile Content */
#section-9 .section-content .section-sidebar.additional,
#section-5 .section-content .section-sidebar.additional,
#section-5 .section-content .section-sidebar{
	display: none;
}


/**
 * Media Queries
 */
@media only screen and (max-width:1400px) {
	.logo{
		margin: 20px auto;
	}
	.header-stripe{
		margin-bottom: 5px;
	}
	.header-donate-btn{
		margin: 15px auto 0;
	}
	.header-links li {
		margin-bottom: 1px;
	}
	.header-links li a{
		padding: 6px 10px 8px 20px;
	}

}
@media only screen and (max-width:960px) {
    .row .row .c1, .row .row .c2, .row .row .c3, .row .row .c4, .row .row .c5, .row .row .c6, .row .row .c7, .row .row .c8, .row .row .c9, .row .row .c10, .row .row .c11, .row .row .c12 { width: 100%; margin-bottom: 20px; }
    .row .row > div:last-child { margin-bottom: 0 !important; }
}

@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation: portrait) {
    .row { margin-bottom: 0 !important; }
    .c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12{ width: 100%; margin: 0 0 20px; }

    #section-1 .section-sidebar, #section-2 .section-sidebar, #section-8 .section-sidebar{
    	margin: 0px;
    }
    #section-4 img{
    	max-width: 100%;
    }
    #section-9 .section-sidebar.additional, #section-5 .section-sidebar{
		display: none;
	}
	#section-9 .section-content .section-sidebar.additional,
	#section-5 .section-content .section-sidebar.additional,
	#section-5 .section-content .section-sidebar{
		display: block;
		padding: 0px;
	}
}

@media handheld, only screen and (max-width: 500px), only screen and (max-device-width: 500px) and (orientation: portrait) {
	header, .read-more-wrap{
		display: none;
	}
	#header-mobile, .button-mobile-wrap{
		display: block;
	}
	#header-mobile{
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		width: 100%;
		z-index: 999;
		height: 110px;
	}
	#main{
		padding-left: 0px;
		margin-top: 110px;
	}
	.section, #section-1.section{
		height: auto;
		padding-bottom: 30px;
		display: none;
	}
	.w900{
		padding: 0px;
	}
	.section-featured-image, #section-1 .section-featured-image{
		height: 130px;
		margin-bottom: 15px;
	}
	#section-2 .section-sidebar p em{
		max-width: 80%;
	}
	h2.section-title{
		margin: 0px;
	}
	#header-mobile .c12{
		margin: 0px;
	}
	#header-mobile .logo{
		float: left;
		width: 165px;
		margin: 10px 0px 15px;
	}
	#header-mobile .header-donate-btn{
		width: 75px;
		height: 50px;
		line-height: 50px;
		border-radius: 2px;
		float: right;
		margin: 10px 0px 0px;
	}
	#header-mobile .header-stripe{
		width: 100%;
		height: 30px;
		background: #0098ce;
		margin: 0px;
	}
	#header-mobile .header-stripe h3{
		width: 100%;
		padding: 0;
		line-height: 27px;
	}
	.table-cell-left{
		width: 60%;
	}
	.table-cell-right{
		width: 40%;
	}



}