
/***** Reset *****/

body{
    font-size: 20px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	-webkit-text-size-adjust: 100%;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ul {
	list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/***** Global *****/
body{
	font-family: Helvetica, Arial, "sans-serif";
	color: #1a1a1a;
	font-size: 20px;
}
.wrap{
	position: relative;
	width: 94%;
	max-width: 1024px;
	margin: 0 auto;
}
header{
	padding: 30px 0;
	border-bottom: 3px solid #7DAD17;
	font-size: 17px;
}
#header-main-logo{
	width: 30%;
	min-width: 200px;
	max-width: 288px;
	display: inline-block;
	transition: all 0.2s;
}
#header-main-logo:hover{
	opacity: 0.8;
}
#recycle4charityLogo{
	width: 100%;
	height: auto;
}
#header-nav{
	float: right;
	text-align: right;	
}
#header-nav-expand{
	display: none;
}
#header-nav li{
	display: inline-block;
}
#header-nav a{
	text-decoration: none;
	color: #1a1a1a;
	padding: 0 0 0 30px;
	line-height: 2;
}
#header-nav a:hover{
	color: #7DAD17;
	transition: all 0.2s;
}
#header-nav-main{
	font-size: 20px;
	font-weight: bold;
}
#header-nav-sub a{
	border-right: 1px solid #1a1a1a;
	padding: 0 15px;
}
#header-nav-sub li:last-child a{
	padding-right: 0;
	border-right: none;
}
main{
	background: #f4f4f4;
	padding: 0px 0 2px 0; /*30px 0 2px 0*/
}
section{
	margin-bottom: 30px;
}
h1, h2{
	border-bottom: 3px solid #7DAD17;
	display: inline-block;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
}
h2{
	font-size: 26px;
}
h3, h4{
	font-weight: bold;
	padding-bottom: 20px;
	font-size: 22px;
}
h4{
	font-size: 20px;
}
p{
	line-height: 1.4;
	margin-bottom: 20px;
}
p a,
.main-content li a{
	color: #01AEFA;
	text-decoration: none;
	border-bottom: 1px dotted #01AEFA;
}
p a:hover,
.main-content li a:hover{
	color: #000;
	border-bottom: 1px dotted #000;
	transition: all 0.2s;
}
strong{
	font-weight: bold;
}
.accent{
	color: #01AEFA;
}
.column{
	display: inline-block;
	vertical-align: top;
}
.column-thin{
	width: calc(25% - 15px);
}
.column-half{
	width: calc(50% - 15px);
}
.column-wide{
	width: calc(75% - 15px);
}
.column-left{
	margin-right: 15px;
}
.column-right{
	margin-left: 9px;
}
.column-v-align-middle{
	vertical-align: middle;
}
.box{
	border: 2px solid #e2e2e2;
	border-radius: 5px;
	padding: 30px;
	background: #fff;
}
.box p:last-child{
	margin: 0;
}
.box-link,
.box-image-link{
	display: block;
	text-decoration: none;
	color: #1a1a1a;
	margin-bottom: 30px;
	overflow: hidden;
}
.box-image-link{
	padding: 0;
}
.box-image-link:hover{
	opacity: 0.8;
	transition: all 0.2s;
}
.box-image-link:last-child{
	margin-bottom: 0;
}
.box-image-container{
	width: 100%;
	height: 90px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}
.box-image-text{
	text-align: center;
	padding: 12px;
	font-size: 18px;
	line-height: 1.6;
}
footer{
	padding: 30px 0 2px 0;
	border-top: 3px solid #01AEFA;
	background: #e2e2e2;
}
footer h2{
	border-bottom-color: #01AEFA;
}
#footer-nav a{
	line-height: 2;
	padding: 0 40px 0 0;
	text-decoration: none;
	color: #1a1a1a;
	font-size: 16px;
}
#footer-nav a:hover{
	color: #01AEFA;
	transition: all 0.2s;
}
#sub-footer{
	font-size: 12px;
	text-align: center;
}

/***** home page *****/
#home-banner{
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;
	border-radius: 5px;
}
@-webkit-keyframes banner-background-animate{
  0%   { top: 0; }
  50% { top: -50%; }
  100% { top: 0; }
}
@-moz-keyframes banner-background-animate{
  0%   { top: 0; }
  50% { top: -50%; }
  100% { top: 0; }
}
@-o-keyframes banner-background-animate{
  0%   { top: 0; }
  50% { top: -50%; }
  100% { top: 0; }
}
@keyframes banner-background-animate{
  0%   { top: 0; }
  50% { top: -50%; }
  100% { top: 0; }
}
#home-banner-background{
	position: absolute;
	height: 150%;
	width: auto;
	min-width: 100%;
	top: 0;
	left: 0;
	z-index: 101;
	-webkit-animation: banner-background-animate 40s infinite;
	-moz-animation:    banner-background-animate 40s infinite;
	-o-animation:      banner-background-animate 40s infinite;
	animation:         banner-background-animate 40s infinite;
}
#home-banner-overlay{
	position: absolute;
	width: 100%;
	padding: 40px 0;
	top: 0;
	left: 0;
	z-index: 102;
	color: #fff;
	text-align: center;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.25);
}
#home-banner-captions{
	position: relative;
	height: 35px;
	margin: 40px 0 60px 0;
	font-size: 33px;
}
#home-banner-lower-container{
	display: inline-block;
	border-top: 2px solid #fff;
	padding: 30px 0 0 0;
}
#home-banner-link{
	color: #fff;
	border-bottom: none;
	font-size: 26px;
	text-align: left;
	text-decoration: none;
	line-height: 1.4;
}
#home-banner-link:hover{
	color: #f4f4f4;
	transition: all 0.2s;
}
@keyframes banner-text-animate-01{
  0%   { opacity: 1; }
  29%   { opacity: 1; }
  33% { opacity: 0; }
  96% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes banner-text-animate-02{
  0%   { opacity: 0; }
  29%   { opacity: 0; }
  33% { opacity: 1; }
  62% { opacity: 1; }
  66% { opacity: 0; }
  100% { opacity: 0; }
}
@keyframes banner-text-animate-03{
  0%   { opacity: 0; }
  62% { opacity: 0; }
  66% { opacity: 1; }
  96% { opacity: 1; }
  100% { opacity: 0; }
}
.home-banner-caption{
	display: block;
	position: absolute;
	width: 100%;
}
#banner-caption-01{
	opacity: 1;
	-webkit-animation: banner-text-animate-01 20s infinite;
	-moz-animation:    banner-text-animate-01 20s infinite;
	-o-animation:      banner-text-animate-01 20s infinite;
	animation:         banner-text-animate-01 20s infinite;
}
#banner-caption-02{
	opacity: 0;
	-webkit-animation: banner-text-animate-02 20s infinite;
	-moz-animation:    banner-text-animate-02 20s infinite;
	-o-animation:      banner-text-animate-02 20s infinite;
	animation:         banner-text-animate-02 20s infinite;
}
#banner-caption-03{
	opacity: 0;
	-webkit-animation: banner-text-animate-03 20s infinite;
	-moz-animation:    banner-text-animate-03 20s infinite;
	-o-animation:      banner-text-animate-03 20s infinite;
	animation:         banner-text-animate-03 20s infinite;
}

/*****My Account*****/
.my-account h3{
	margin-bottom: 40px;
}
.my-account h4{
	border-bottom: 2px solid #7DAD17;
	margin-bottom: 20px;
}
.statement .column{
	padding: 20px 0 20px 0;
	text-align: center;
	vertical-align: middle;
}
.statement-total,
.statement-yearly{
	padding: 20px 0 20px 0;
	text-align: center;
	width: calc(50% - 18px) !important;
	display: inline-block;
	vertical-align: middle;
	background: #7DAD17;
	border-radius: 5px;
	color: #fff;
}
.statement-total{
	margin-right: 15px;
}
.statement-yearly{
	background: #01AEFA;
	margin-left: 15px;
}
.statement-icon{
	padding-bottom: 12px;
	color: #567648;
}
.statement-yearly .statement-icon{
	color: #486f76;
}
.statement-chart{
	font-size: 12px;
	text-align: center;
}
.statement-table{
	display: relative;
	width: 100%;
}
.statement-table td{
	display: inline-block;
	vertical-align: bottom;
	width: 16%;
	padding: 5px 0 0 0;
	border: 2px solid #fff;
}
.statement-table-bars td{
	transition: all 0.2s;
	background-color: #7DAD17;	
	color: #fff;
	border-radius: 5px 5px 0 0;
}
.statement-table-bars td:last-child,
.statement-table-bars td:hover{
	background-color: #01AEFA;
	transition: all 0.2s;
}
.statement-chart a{
	padding: 12px 0 0 0;
	display: inline-block;
}
.account-link{
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 47px);
	font-size: 15px;
    padding: 14px;
}
.account-link:hover{
	color: #01AEFA;
	transition: all 0.2s;
}
.account-link-left{
	margin-right: 12px;
}
.account-link-right{
	margin-left: 9px;
}
.resources-link-text{
	font-size: 17px;
}
.resources:hover .resources-link-text{
	color: #01AEFA;
	transition: all 0.2s;
}

/*****Toolkit*****/
.marketing-toolkit p{
	max-width: 800px;
}
.marketing-toolkit .box:first-child{
	margin-top: 40px;
}
.marketing-toolkit .box p{
	font-size: 17px;
}
.marketing-toolkit .float-right{
	float: right;
	margin: 0 0 30px 30px;
	max-width: 25%;
	height: auto;
}
.toolkit-asset{
	display: inline-block;
	vertical-align: bottom;
	margin: 10px 20px 0 0;
	line-height: 0;
}
.asset-poster,
.asset-logo{
	border: 1px solid #ddd;
}
.asset-logo{
	padding: 20px;
}
.toolkit-asset:hover{
	opacity: 0.5;
}
.toolkit-asset-img{
	max-width: 100%;
	height: auto;
}
.toolkit-example-text{
	margin: 20px;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 16px;
	background: #fdfdfd;
}
.toolkit-html-example{
	position: relative;
	display: inline-block;
	vertical-align: top;
	max-width: 40%;
}
.toolkit-html-code{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 20px 0;
	border-radius: 3px;
	max-width: 55%;
	padding: 5px 8px;
	background-color: #e2e2e2;
}
.toolkit-html-code code{
	background-color: #e2e2e2;
	font-size: 12px;
	font-family: courier, monospace;
	word-break: break-word;
	color: #1a1a1a;
}

@media only screen and (max-width: 1024px){
	
	body,
	#header-nav-main,
	.box-image-text{
		font-size: 16px;
	}
	.box-image-text{
		padding: 8px;
	}
	#header-nav-sub{
		font-size: 14px;
	}
	.box-image-container{
		height: 70px;
	}
	h1,
	#home-banner-captions{
		font-size: 29px;
	}
	h2,
	#home-banner-link{
		font-size: 22px;
	}
	#footer-nav a{
		font-size: 13px;
	}
	
}

@media only screen and (max-width: 900px){
	
	h1{
		font-size: 23px;
	}
	#header-main-logo{
		display: block;
		position: relative;
		margin: 0 auto 20px auto;
	}
	#header-nav{
		float: none;
		text-align: center;	
	}
	#header-nav a,
	#header-nav-sub li:last-child a{
		padding: 0 15px;
	}
	#home-banner{
		height: 300px;
	}
	#home-banner-captions{
		font-size: 23px;
		margin: 15px 0 30px 0;
	}
	#home-banner-lower-container{
		padding: 20px 0 0 0;
	}
	.statement-total,
	.statement-yearly{
		font-size: 15px;
	}
	.toolkit-html-example{
		display: block;
		width: 500px;
		max-width: calc(100% - 50px);
	}
	.toolkit-html-code{
		display: block;
		margin: 20px 20px 50px 20px;
		width: 700px;
		max-width: calc(100% - 50px);
	}
	
}

@media only screen and (max-width: 700px){

	#header-nav-sub{
		margin-top: 15px;
	}
	.main-content .column,
	#sub-footer .column{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.main-content .column-left,
	#sub-footer .column-left{
		margin-bottom: 30px;
	}
	.box-image-link{
		display: inline-block;
		width: calc(50% - 19px);
		vertical-align: top;
		margin-bottom: 0;
	}
	.box-image-link:last-child{
		margin-left: 24px;
	}
	.toolkit-example-text{
		margin: 20px 0;
	}
	
}

@media only screen and (max-width: 600px){
	
	header{
		padding-bottom: 0;
	}
	#header-nav{
		display: none;
	}
	#header-nav-sub{
		margin: 0;
	}
	#header-nav li{
		display: block;
	}
	#header-nav a,
	#header-nav-expand{
		display: block;
		padding: 16px 10px !important;
		text-align: center;
		font-weight: bold;
		line-height: 1.4;
		border-right: 0;
		border-top: 1px solid #ddd;
	}
	#header-nav a:hover,
	#header-nav-expand:hover{
		cursor: pointer;
	}
	h1{
		font-size: 20px;
		line-height: 1.2;
	}
	#footer-nav a{
		display: block;
		padding: 6px 0;
		border-bottom: 1px solid #fff;
	}
	.home-page{
		padding: 0 0 2px 0;
	}
	#home-banner{
		width: 108%;
		margin-left: -4%;
		border-radius: 0;
	}
	#home-banner-captions{
		font-size: 16px;
		line-height: 1.2;
		margin: 10px 0 20px 0;
	}
	#home-banner-lower-container{
		padding: 10px 0 0 0;
		margin: 0 20px;
	}
	.home-banner-content{
		width: 100%;
		margin: 0;
	}
	#home-banner-image{
		width: 100px;
		height: 100px;
	}
	#home-banner-link{
		font-size: 16px;
	}
}
