/* @override http://planetark.org/css/style.css */

/* @override http://planetark.org/css/style.css */

/* @override http://www.planetark.com/css/style.css
	http://www.planetark.org/css/style.css */

/* @override http://new.planetark.org/css/style.css */

/* Import other css */
@import url('reset.css');


/* GENERAL ------------------------------------------------------------*/

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

.clearfix{ clear:both; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


.wrapper{
	margin: 0 auto; 
	position: relative;
}

body{
	background: url('../images/bg-bottom-background.png') bottom center no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	color: #8c8c8c;
}



body p{
	margin-bottom: 21px;

}

body a{
	color: #68ba73;

	/*-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;*/
	text-decoration: none;
}



#logo{
	display: inline-block;
	padding-top: 40px;
	padding-bottom: 30px;
}

#logo:hover{ opacity: 0.8;}

h1,h2,h3,h4,h5,h6{
	font-family: 'Yanone Kaffeesatz', Arial, sans-serif;
	font-weight: 400;
}

h1{ font-size: 48px;}

h2{ font-size: 36px; }

h3{ font-size: 24px; }

h4{ font-size: 21px; }

h5{ font-size: 18px; }

h6{ font-size: 14px; }


/*#main,
footer,
aside{ line-height: 1.5em; }*/


.wrapper, #feedGridContainer {
	width: 1320px;
}

header .wrapper {
	width: 100%;
	
}

footer .wrapper {
	width: 100%;
	z-index: +1;
}

.right{
	float: right;
}

.left{
	float: left;
}


.right:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#top-widget-holder,
footer,
aside{
    font-size: 12px;
    line-height: 1.5em;
}

.page-heading{
	text-align: left;
	margin-bottom: 15px;
	background: url(../img/div-line.png) repeat-x center center;
}

.page-heading span{
	padding: 0px 20px;
	margin-left: 20px;
}


/* WIDGETS------------------------------------------------*/

#top-widget-holder{
    z-index: 1000;
    position: relative;
    
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,.5);
    -o-box-shadow: 0px 1px 2px rgba(0,0,0,.5);
    box-shadow: 0px 1px 2px rgba(0,0,0,.5);
}

#top-widget{
	display: none;
}

#top-widget .padding{
	padding-top: 20px;
    padding-bottom: 30px;
}

#top-open{
	position: absolute;
	bottom: -42px;
	right: 0px;
	display: block;
	width: 42px;
	height: 42px;
	background: url(../img/top-open.png) no-repeat 0px 0px ;
	
	text-indent: -9000px;
}

#top-open.tab-closed{
	background-position: -44px 0px;	
}

/* Header Nav ------------------------------------------------------------*/

.header-nav	{
	background: url('../images/bg-header-strip.png') center left repeat-x;
	width: 100%;
/*	height: 45px;*/
	margin: 20px 0;
}

.header-nav .header-nav-inner	{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.header-nav img	{
	display: block;
}

.header-nav .logo, .header-nav .signup, .header-nav .donate	{
	float: left;
}

.header-nav .logo	{
	width: 228px;
}

.header-nav .logo img	{
	width: 228px;
}

.header-nav .signup	{
	width: 142px;
	margin-right: 1px;
}

.header-nav .donate	{
	width: 126px;
}

.header-nav .mobile-menu, .header-nav .globe-menu	{
	display: none;
	float: right;
}

.header-nav .mobile-menu	{
	margin-left: 30px;
}

.home-animation	{

}

.home-animation img	{
	width: 99%;
	max-width: 1626px;
}

/* DIVIDER ------------------------------------------------------------*/

.divider-section	{

}

.divider	{
	border-bottom: 1px solid #e4e4e4;
	width: 90%;
	margin: 0 auto;
}

.divider img{
	display: block;
	margin: 0 auto;
}

/* WIDGET COLS ------------------------------------------------------------*/

.widget-cols h4{
	margin-bottom: 21px;
}

.widget-cols>li{
	width: 220px;
	float: left;
	margin-right: 20px;
}

.widget-cols>li.fourth-col{
	margin-right: 0px;
}


/* COMBO NAVIGATION ------------------------------------------------------------*/
#comboNav {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
  float: left;
}

/* NAVIGATION ------------------------------------------------------------*/


nav{
	height: 30px;
}

.header-nav nav	{
	float: left;
	width: calc(100% - 540px);
	max-width: 630px;
	margin: 0 20px;
}

nav a{
	text-decoration: none;
}

#nav li{
	float: left;
	width: 15%;
	min-width: 70px;
	max-width: 105px;
	text-align: center;
	margin: 10px 0 0 0;
}
#nav li.wide{
	width: 25%;
	min-width: 110px;
	max-width: 130px;
}
#nav>li>a{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	display: block;
/*	overflow: hidden;*/
	padding: 0;
	/*text-shadow: 2px 2px 0px rgba(0, 0, 0, .6);*/
}


#nav>li.current-menu-item>a,
#nav>li.current_page_item>a{
	/*border-bottom: solid #ebebe8 5px;*/
}



/* sub navigation -----------------------------------------------------*/

#nav>li ul{
	display: block;
	margin-top: -10px;
	
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-o-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	
}

#nav>li ul li a{
	display: block;
	padding: 15px 20px;
	display: block;
	font-size: 11px;
	text-decoration: none;
}

#nav>li ul li a span{
	display: block;
}



/* BREADCRUMBS ------------------------------------------------------------*/

.breadcrumbs{
	position: absolute;
	overflow: hidden;
	top: -18px;
	left: 0px;
	height: auto;
	font-size: 11px;
}

.breadcrumbs a{
	text-decoration: none;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.breadcrumbs li{
	display: inline;
}


.breadcrumbs li strong{
	font-weight: bold;
	font-size: 21px;
}

/* CONTACT CONTENT ------------------------------------------------------------*/

#contactForm{
	position: relative;
	width: 700px;
	float: left;
	margin-right: 20px;
}

#contact-sidebar{
	position: relative;
	width: 200px; /* 220 - 20 padding */
	float: left;
	padding: 20px 10px 20px 10px;
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-o-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	box-shadow: 2px 2px 0px rgba(0,0,0,.2);
}

/* SIDEBAR ------------------------------------------------------------*/

#sidebar{
	position: relative;
	width: 200px; /* 220 - 20 padding */
	float: left;
	padding: 45px 10px 20px 10px;
	margin-top: -58px;
	margin-bottom: 40px;
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-o-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	box-shadow: 2px 2px 0px rgba(0,0,0,.2);
}

#sidebar .block{
	margin-bottom: 18px;
	padding-bottom: 5px;
}

#sidebar .block:last-child{
	border-bottom: none;
}

#sidebar h4,
#contact-sidebar h4{
	margin-bottom: 20px;
}

#sidebar li{
	margin-bottom: 7px;
}

/* HOME ------------------------------------------------------------*/

.home-block{
	float: left;
	margin-bottom: 20px;
	width: 1030px;
}

.home-block-heading{
	text-align: center;
	margin-bottom: 40px;
	background: url(../img/div-line.png) repeat-x center center;
}

.home-block-heading span{
	padding: 0px 20px;
}

.home-block .block-section{
	/*border-top: 1px solid #cccccc;*/
	/*margin: 30px auto;*/
	padding: 50px 0;
}

.block-section .content{
	/*margin-left: 50px;
	margin-right: 30px;*/
}
.block-section .images{
	margin: 50px 0 0 12px;
}

.home-block figure{
	float: left;
	margin: 0 10px 20px 10px;
	position: relative;
	overflow: hidden;
	line-height: 1.2em;
	
/*	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.2); 
    -moz-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
    -o-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
    box-shadow: 0px 0px 2px rgba(0,0,0,.2);*/
}

.home-block figure .thumb{
	display: block;
	
}


.home-block figure img{
/*	max-width: 100%;*/
/*	opacity: .999;*/
		
/*	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;*/
}

.home-block figure .thumb img{
	width: 330px;
}

.one-fifth-thumbs figure .thumb img	{
	width: 198px;
}

/*.home-block figure a:hover img{
	opacity: 0.5;
	line-height: 0em;
}
*/
.home-block .one-fifth-thumbs a:hover img, .home-block .one-sixth-thumbs a:hover img,
.content-resources a:hover img, .implementation-images a:hover img
 {
	opacity: 0.5;
	line-height: 0em;
}

.get-involved-button a img.default-img	{
	opacity: 1;
}

.get-involved-button a img.rollover	{
	opacity: 0;
}

.home-block figure.last{
	/*margin-right: 0px;*/
}

.home-block figcaption{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

figure .mobile-view	{
	display: none;
}

figure .mobile-view	iframe	{
	display: block;
}

img.rollover	{
	position: absolute;
	top: 0;
	left: 0;
}

img.lazy	{
	border-style:none;
}

.more-button	{
	display: block;
}

.more-button img	{
	display: block;
	float: right;
}

.more-button-arrow	{
	display: none;
	width: 90px;
	margin: 10px auto 0;
}

figure .news-heading	{
	padding: 10px;
}

figure .news-desc	{
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px;
}
figure .news-desc .more-button	{
	margin: 10px 0 0;
	text-align: right;
}
figure .news-desc {
	display: inline-block;
}

.view-all	{
	display: none;
	width: 415px;
	margin: 10px auto 0;
}

/* modernizr fix for ie 8 and earlier */

.no-opacity .home-block figcaption{
	display: none;
}

.no-opacity .home-block figure:hover figcaption{
	display: block;
}

.home-block figure .opener{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 999;
}

.opacity .home-block figure .opener{ display: none; }

.home-block figcaption strong,
.home-block figcaption span,
.home-block figcaption em{
	display: block;
	margin-left: 17px;
	margin-right: 17px;
}

.home-block figcaption strong{ 
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 7px;
	margin-top: 17px;
}

.home-block figcaption span{ 
	font-size: 11px;
	margin-bottom: 7px;
}

.home-block figcaption em{ 
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	position: absolute;
	bottom: 10px;
}

.home-block figcaption em{ font-weight: bold; }

.one-third-thumbs figure{ width: 320px; }

.one-fourth-thumbs figure{ width: 220px; }

.one-fifth-thumbs figure{
	width: 198px;
	margin: 0 5px 10px 5px;
}

.one-sixth-thumbs figure{
	width: 160px;
	text-align: center;
	margin: 5px;
	box-shadow: none;
}

.one-sixth-thumbs figure img{
/*	width: 140px;*/
	margin: 0 auto;
}

.more-link{
	margin-bottom: 0px;
}

/* HOME SIDE BLOCK ---------------------------------------------------*/

.home-side-block{
	float: right;
	width: 265px;
	margin-top: 145px;
	margin-right: 2%;
}
.sub-heading {
	/*margin-top: 20px;*/
	margin-bottom: 30px;
}
.home-side-block .sub-heading	{
	margin-top: 20px;
	margin-bottom: 0;
}

.sub-heading .first {
	margin-top: 0;
}
.sub-heading img {
	display: block;
}

.sub-heading.home-grown-news	{
	max-width: 520px;
}

.sub-heading.get-involved	{
	max-width: 521px;
}

.sub-heading.doing-world-of-good	{
	max-width: 379px;
}

.sub-heading.meet-our-family	{
	max-width: 279px;
}

.sub-heading.meet-our-partners	{
	max-width: 315px;
}

.section-button	{
	display: none;
}

.section-area	{
	display: block;
}

.home-side-block .side-item	{
	border: 1px solid #e5e5e5;
	padding: 10px;
	margin-top: 10px;
	font-size:0.7em;
}
.side-item a{
	color: #566e9e;
}
.side-item .left-col	{
	float: left;
	width: 15%;
	max-width: 32px;
	margin-right: 10px;
}
.side-item .right-col	{
	float: left;
	width: 80%;
	max-width: 210px;
}
.side-item .identity	{
	font-weight: bold;
}
.side-item .time	{
	color: #8899a8;
}
.side-item .side-content	{

}

.side-item.type2 .left-col	{
	width: 10%;
	max-width: 20px;
	margin-right: 5px;
}
.side-item.type2 .left-col img 	{
	width: 20px;
}
.side-item.type2 .right-col	{
	width: 90%;
	max-width: 215px;
	font-size: 0.8em;
}
.side-item.type2 .time	{
	display: inline-block;
	color: #8899a8;
	background: url('../images/ico-globe.png') right top no-repeat;
	padding-right: 10px;
	line-height: 1.0;
}
.side-item.type2 .side-content	{

}
.side-item.type2 .share-source	{
	padding-bottom: 2px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f5f5f5;
}
.side-item.type2 .shared-post	{
	margin: 10px auto;
}

.feature-item	{
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px;
}
.feature-item .more-button	{
	margin: 10px 0 0;
	text-align: right;
}

/* MAIN ------------------------------------------------------------*/

#main{
	padding-top: 40px;
	/*background: url(../img/oblique-lines.png) repeat-x;*/
	margin-bottom: 60px;
}

/* PORTFOLIO ------------------------------------------------------------*/

.portfolio-thumbs{
	width: 960px;
	padding-top: 20px;
}

.portfolio-thumbs figure{ width: 300px; }

.portfolio-thumbs figure{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	line-height: 1.2em;
}

.portfolio-thumbs figure .thumb{
	display: block;
}

.portfolio-thumbs figure img{
	max-width: 100%;
	opacity: .999;
		
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.portfolio-thumbs figure a:hover img{
	opacity: 0.1;
	line-height: 0em;
}

.portfolio-thumbs figcaption{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.portfolio-thumbs figcaption strong,
.portfolio-thumbs figcaption span,
.portfolio-thumbs figcaption em{
	display: block;
	margin-left: 17px;
	margin-right: 17px;
}

.portfolio-thumbs figcaption strong{ 
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 7px;
	margin-top: 17px;
}

.portfolio-thumbs figcaption span{ 
	font-size: 11px;
	margin-bottom: 7px;
}

.portfolio-thumbs figcaption em{ 
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	position: absolute;
	bottom: 10px;
}


/* modernizr fix for ie 8 and earlier */

.no-opacity .portfolio-thumbs figcaption{
	display: none;
}

.no-opacity .portfolio-thumbs figure:hover figcaption{
	display: block;
}

.portfolio-thumbs figure .opener{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 999;
}

.opacity .portfolio-thumbs figure .opener{ display: none; }

/* PROJECT ------------------------------------------------------------*/


.project-heading{
	margin: 44px 24px 44px 0px;
}


.project-heading h2{
	float: left;
	margin-right: 20px;
}

.project-heading .launch{
	display: block;
	float: left;
	text-decoration: none;
	padding-top: 5px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


.project-description{
	float: left;
	width: 700px;
	margin-bottom: 70px;
	margin-right: 20px;
}

.project-info{
	float: left;
	width: 220px;
	margin-bottom: 70px;
}

.project-info strong{ font-weight: bold; }

.project-pager{
	overflow: hidden;
	margin: 0px;
	padding-bottom: 24px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 24px;
}

.project-pager a{
	text-decoration: none;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.project-pager a:hover{
	text-decoration: none;
}

.project-pager .prev-project{
	float: left;
}

.project-pager .next-project{
	float: right;
}

/* RELATED PROJECTS ---------------------------------------------------*/

.related-projects{
	display: block;
	width: 940px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 24px 0px 50px 0px;
}

.related-heading{
	font-weight: bold;
	margin: 0px 0px 24px 0px;
}

.related-projects .related-list{
	display: block;
}

.related-projects  figure{
	display: block;
	float: left;
	width: 220px;
	margin-right: 15px;
}

.related-projects  figure .last{
	/*margin-right: 0px;*/
}

.related-projects .thumb{
	display: block;
	margin-bottom: 12px;
	
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,.2); 
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	box-shadow: 2px 2px 0px rgba(0,0,0,.2); 
}

.related-projects .thumb:hover img{
	opacity: 0.15;
}

.related-projects figure img{
	max-width: 100%;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


/* CONTACT ------------------------------------------------------------*/


#map_canvas{
	display: block;
	height: 300px;
	width: 100%;
	margin-bottom: 24px;
	margin-top: 40px;	
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-o-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	box-shadow: 2px 2px 0px rgba(0,0,0,.2);
}

.map-content{
	margin-bottom: 60px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
}

.address-block li{
	padding-left: 20px;
}

.address-block .address{ background: url(../img/icon-address.png) no-repeat top left  }

.address-block .phone{ background: url(../img/icon-phone.png) no-repeat top left}

.address-block .mobile{ background: url(../img/icon-mobile.png) no-repeat top left }

.address-block .email{ background: url(../img/icon-email.png) no-repeat top left }

/* PAGE ------------------------------------------------------------*/

.floated-content,
.fullwidth-content{
	
}

/* BLOG ------------------------------------------------------------*/

.floated-content,
#posts-list,
#post-content{
	position: relative;
	width: 700px;
	float: left;
	margin-right: 20px;
}

#posts-list .page-heading,
.fullwidth-content .page-heading,
.floated-content .page-heading{
	margin-bottom: 35px;
}

#posts-list .entry-date{
	position: absolute;
	top: 0px;
	left: 23px;
	width: 97px;
	height: 97px;
	background: url(../img/date.png) no-repeat;
	font-family: 'Yanone Kaffeesatz', Arial, sans-serif;
}

#posts-list .entry-date .number{
	font-size: 50px;
	padding-top: 25px;
	text-align: center;
}

#posts-list .entry-date .year{
	text-align: center;
	padding-top: 10px;
}


#posts-list article{
	position: relative;
	padding-left: 160px;
	margin-bottom: 40px;
}

#posts-list .feature-image,
#post-content .feature-image{
	width: 540px;
	margin-bottom: 21px;
	line-height: 0em;
	
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-o-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	box-shadow: 2px 2px 0px rgba(0,0,0,.2);
}

#posts-list .feature-image img,
#post-content .feature-image img{
	max-width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#posts-list .feature-image:hover img,
#posts-content .feature-image:hover img{
	opacity: 0.2;
}

#posts-list .post-heading{
	margin-bottom: 20px;
	line-height: 1.0em;
}

#posts-list .excerpt,
#posts-list .read-more{
	display: block;
	margin-bottom: 20px;
}

article .meta div{
	padding: 15px 10px 15px 30px;
	float: left;
	max-width: 170px;
}

article .meta .comments{
	border-left: 1px solid #cecece;	
	border-right: 1px solid #cecece;
	background: url(../img/icon-comments.png) no-repeat;
}

article .meta .user{
	background: url(../img/icon-user.png) no-repeat;
}

article .meta .categories{
	background: url(../img/icon-tags.png) no-repeat;
}

article .meta .categories,
article .meta .comments,
article .meta .user{
	background-position: 5px 12px;	
}

/* SINGLE ------------------------------------------------------------*/

.post-content{
	margin-bottom: 20px;	
}

.single-post .meta{
	margin-bottom: 50px;	
}

/* PAGE NAVIGATION ------------------------------------------------------------*/

.page-navigation{
	display: block;
	margin-left: 160px;
	margin-bottom: 0px;
}

.page-navigation a{
	display: block;
	padding: 14px 18px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-o-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	
	text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.8);
}

.page-navigation .nav-next{
	float: left;
}

.page-navigation .nav-previous{
	float: right;
}

/* PAGER ------------------------------------------------------------*/

.pager{
	overflow: hidden;
	display: block;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding-bottom: 70px;
}

.pager li{
	display: block;
	margin-right: 5px;
	float: left;
}

.pager li a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	text-decoration: none;
	width: 20px;
	border: 1px solid #ccc;
	line-height: 20px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pager .paged{
	float:right;
	font-style:italic;
}


/* SLIDER-HOLDER ------------------------------------------------------------*/

#slider-holder{
	padding-bottom: 50px;
}

.home-slider{
	float: left;
}

#slider-holder #headline{
	position: relative;
	float: right;
	width: 260px; /* 300 - 40 padding */
	min-height: 275px;
	margin-top: -58px;
	padding: 70px 20px 20px 20px;;
	
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-o-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	
	text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
}

#headline h1{ 
	margin-bottom: 30px;
	line-height: 1.0em;
}


#headline em#corner,
#sidebar em#corner{
	display: block;
	position: absolute;
	top:0px;
	left: -14px;
	width: 14px;
	height: 18px;	
	background: url(../img/sidebar-corner.png) no-repeat;
}


/* FOOTER ------------------------------------------------------------*/

footer	{
	font-size: 1.0em;
	color: #ffffff;
	height: auto;
}
footer a {
	color: #ffffff;
}

.footer-bottom{
	margin-top: 30px;
}

footer .wrapper,
.footer-bottom{
	padding-top: 40px;
}

/* FOOTER Social-Cols ------------------------------------------------------------*/

footer .wrapper .social-cols{
	width: 400px;
	margin: 60px auto;
}

footer .wrapper .social-cols .social-icon{
	float: left;
	width: 100px;
	text-align: center;
}

/* FOOTER Link-Cols ------------------------------------------------------------*/

footer .wrapper .link-cols{
	width: 70%;
	max-width: 800px;
	margin: 60px auto;
}

footer .wrapper .link-cols .link-item{
	float: left;
	width: 17%;
	min-width: 80px;
	/*max-width: 160px;*/
	max-width: 25%;
	text-align: center;
}


footer .wrapper .link-cols .link-item.wide {
	width: 30%;
	min-width: 140px;
	max-width: 200px;
}

/* FOOTER BOTTOM ------------------------------------------------------------*/

footer .footer-bottom{
	margin-bottom: 60px;
	text-align: center;
	border-top: none;
	padding-top: 10px;
}

footer .footer-bottom .left{
	width: 50%;
	padding-top: 10px;
	float: left;
}

footer .footer-bottom .right{
	width: 50%;
	float: right;
}

footer .footer-bottom .copyright{
	display: inline-block;
}

.ui-loader	{
	display: none;
}

/* CAMPAIGN ------------------------------------------------------------------------*/

.campaign {
	color: #3e3e3e;
}

.campaign .blog-title	{
	color: #3e3e3e;
	font-size: 1.4em;
	margin:50px 0 0;
}

.campaign .blog-copy	{
	color: #9bbee0;
	font-style: italic;
	margin:20px 0;
}

.campaign .wrapper	{
	width: 1001px;
}

.campaign .breadcrumb {
	font-size: 1.2em;
	color: #2c2c2c;
	margin-bottom: 20px;
}

.campaign .breadcrumb a {
	color: #0079c1;
}

.campaign .banner {
/*	background: url('../images/campaign/bg-campaign-banner.png') top left no-repeat;*/
/*	background-size: 1001px 309px;*/
	width: 1001px;
	height: auto;
/*	height: 309px;*/
}

.campaign .banner-left	{
	float: left;
	width: 272px;
	margin-left: 50px;
}

.campaign .banner-left .copy	{
	color: #ffffff;
	font-size: 0.95em;
	line-height: 1.2;
	margin-top: 10px;
}

.campaign .banner-right	{
	float: right;
	width: 240px;
	margin-top: 20px;
}

.campaign .sub-nav	{
	
}

.campaign .sub-nav li	{
	background-color: #c5c5c5;
	color: #ffffff;
	font-size: 1.1em;
	float: left;
	width: 166px;
	margin-right: 1px;
	margin-bottom: 1px;
	padding: 8px 0;
	text-align: center;
}

.campaign .sub-nav li.last	{
	margin-right: 0;
}

.campaign .sub-nav li a	{
	color: #ffffff;
}


/* BLOG ------------------------------------------------------------------------*/

.blog {
	color: #3e3e3e;
}

.blog .wrapper	{
	width: 1001px;
}

.blog .breadcrumb {
	font-size: 1.2em;
	color: #2c2c2c;
	margin-bottom: 20px;
}

.blog .breadcrumb a {
	color: #0079c1;
}

.blog .banner {
/*	background: url('../images/blog/bg-blog-banner.png') top left no-repeat;*/
/*	background-size: 1001px 309px;*/
	width: 1001px;
	height: auto;
/*	height: 309px;*/
}

.blog .blog-title	{
	color: #3e3e3e;
	font-size: 1.4em;
	margin:50px 0 0;
}

.blog .blog-copy	{
	color: #9bbee0;
	font-style: italic;
	margin:20px 0;
}

.social-status	{
	float: right;
	width: 250px;
}

.social-status .statue-item	{
	float: right;
}

.blog .content-block h5	{
	margin: 30px 0 20px;
}

.blog .content-1 {
	margin-bottom: 50px;
}

.blog .content-1 h5	{
	color: #69a2d5;
}

.blog .content-1 p {
	margin: 10px 0 20px;
}

.blog .implementation-images {
	float: right;
	width: 378px;
	margin-left: 20px;
}

.blog .implementation-images img {
	display: block;
	margin-bottom: 10px;
}

.blog .implementation-images .small	{
	float: left;
	margin-right: 4px;
}

.blog .implementation-images .small:last-child	{
	margin-right: 0;
}

.blog .testimonial	{
	border: 1px solid #e5e5e5;
	font-size: 1.5em;
	color: #3e8ecc;
	padding: 30px;
	margin-top: 60px;
}

.blog .content-resources	{
	width: 682px;
/*	margin: 80px auto;*/
	margin: 80px 5%;
}

.sub-heading.sub-heading-heading-you-may-be-interested	{
	max-width: 386px;
}


/* CONTENT ------------------------------------------------------------------------*/

.content-block	{
	float: left;
	width: 720px;
}

.content-block	.block-section	{
	
}

.content-block .content-heading	{
	font-size: 1.8em;
	color: #4f5455;
	margin: 30px 0;
}

.content-block .content-1	{

}

.content-block .content-1 .image	{
	float: left;
	width: 315px;
	margin-right: 20px;
}

.content-resources	{
	margin: 20px 0 50px 0;
}

.content-resources li	{
	float: left;
	}


.content-side-block {
	float: right;
	width: 263px;
/*	margin-top: 30px;*/
	
	margin-left: 1%;
}

.blog .content-side-block {
	width: 266px;
}
.blog .content-side-block {
	margin-top: 0;
}

.content-side-block .social-icon	{
	float: left;
	width: 24%;
	margin-top: 1px;
	margin-right: 1%;
}
.content-side-block .social-icon.last	{
	margin-right: 0;
}

.content-side-block .sub-heading	{
/*	margin-top: 20px;*/
	margin-bottom: 0;
}

/*.blog .content-side-block .sub-heading {
	margin-top: 0;
}*/

.content-side-block .sub-heading.first	{
	margin-top: 0;
}

.content-side-block .sub-heading img	{
	width: 263px;
}

.blog .content-side-block .sub-heading img	{
	width: 266px;
}

.content-side-block .sub-heading .small	{
	float: left;
}

.content-side-block .sub-heading .small.button1	{
	width: 129px;
}

.content-side-block .sub-heading .small.button2	{
	width: 136px;
}

.content-side-block .sub-heading .small img {
	width: 100%;
}

.content-side-block .side-item	{
	border: 1px solid #e5e5e5;
/*	padding: 10px;*/
	font-size:0.7em;
}

.content-side-block .feature-item	{
	text-align: center;
}

.blog .content-side-block .side-item {
	font-size: 1.0em;
/*	padding: 10px;*/
}

.blog .content-side-block .side-item .item{
	border-bottom: 1px solid #e4e4e4;
	margin-top: 10px;
	padding-bottom: 5px;
}

.blog .content-side-block .side-item .item:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.blog .side-item .image {
	float: left;
	margin: 0 10px 10px 0;
}

.blog .side-item .button {
	float: right;
}

.blog .content-side-block .feature-item	{
	text-align: left;
}
img.recycle	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.campaign .what-we-up-to	{
	margin: 20px 0 50px 0;
}

.campaign .what-we-up-to li	{
	position: relative;
	float: left;
	margin-right: 10px;
}

.campaign .what-we-up-to li img	{
	width: 152px;
}

.campaign .news	{
	margin: 20px 0 50px 0;
}

.campaign .news li	{
	display: block;
	float: left;
	margin-right: 10px;
}

.content-2 .sub-heading	{
	margin-top: 30px;
}

.content-2 .sub-heading.sub-heading-what-we-up-to	{
	max-width: 250px;
}

.content-2 .sub-heading.sub-heading-news	{
	max-width: 130px;
}

.content-2 .one-third-thumbs figure	{
	background-color: #ffffff;
	float: left;
	width: 314px;
	margin-right: 16px;
	margin-bottom: 18px;
}

.content-2 .one-third-thumbs figure .thumb img	{
	width: 314px;
}

.content-2 .one-third-thumbs figure:last-child	{
	margin-right: 0;
}

.content-2 figure	{
	position: relative;
}

.content-2 figure .news-heading	{
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 10px 0 0 10px;
}

.content-2 figure .news-desc	{
	font-size: 0.8em;
	padding-top: 5px;
	padding-bottom: 10px;
	line-height: 1.2;
}

.btn-overlay	{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background: #000000 url('../images/btn-share-me.png') center center no-repeat;
	opacity: 0.7;
	cursor: pointer;
}

/* -------- Gallery ------------ */
/*
.galleryWrapper	{
	background: url('../images/bg-gallery.png') top left;
	height: 380px;
	margin-top: 20px;
}

#galleryContainer	{
	position: relative;
	height: 298px;
	overflow: hidden;
	top: 37px;
}

#galleryContainer #container	{
	position: absolute;
}

#galleryContainer #container .gallery-tag	{
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
	height: 46px;
	width: 100%;
	color: #ffffff;
	font-size: 1.2em;
}

#galleryContainer #container .gallery-tag .tag-desc	{
	margin: 10px;
	padding-left: 40px;
	height: 25px;
	overflow: hidden;
}

#galleryContainer #container .gallery-tag .timeago-gallery	{
	position: absolute;
	right: 10px;
	top: 10px;
}

#galleryContainer #container .gallery-tag .tag-desc.facebook	{
	background: url('../images/gallery-facebook-icon.png') center left no-repeat;
}

#galleryContainer #container .gallery-tag .tag-desc.tumblr	{
	background: url('../images/gallery-tumblr-icon.png') center left no-repeat;
}

#galleryContainer #container .gallery-tag .tag-desc.twitter	{
	background: url('../images/gallery-twitter-icon.png') center left no-repeat;
}

#galleryContainer #container .gallery-tag .tag-desc.youtube	{
	background: url('../images/gallery-youtube-icon.png') center left no-repeat;
}

#galleryContainer #container .gallery-tag .tag-desc.instagram	{
	background: url('../images/gallery-instagram-icon.png') center left no-repeat;
}

#galleryContainer #container .gallery-tag .tag-desc.linedin	{
	background: url('../images/gallery-linedin-icon.png') center left no-repeat;
}


#galleryContainer #container .gallery-tag.half	{
	top: 102px;
}

#galleryContainer #container .gallery-tag.half .tag-desc	{
	width: 180px;
}

#galleryContainer #container .gallery-tag.full	{
	top: 254px;
}

#galleryContainer #container .gallery-tag.full .tag-desc	{
	width: 430px;
}

#galleryContainer .slide-left	{
	position: absolute;
	left: 0;
	top: 57px;
	background: url('../images/btn-slide-left.png') center left no-repeat;
	width: 78px;
	height: 186px;
	cursor: pointer;
	z-index: 10;
}

#galleryContainer .slide-right	{
	position: absolute;
	right: 0;
	top: 57px;
	background: url('../images/btn-slide-right.png') center left no-repeat;
	width: 78px;
	height: 186px;
	cursor: pointer;
	z-index: 100;
}*/

.media-image, .media-video	{
	cursor: pointer;
}

/* -------- /Gallery ------------ */


/* -------- Timeline ------------ */

#feedGridContainer	{
	margin: 0 auto;
}

.timeline-panel	{
	background-color: #f6f5f5;
}

.timeline-heading	{
	margin-bottom: 10px;
        border-bottom: 1px solid #999999;
}

.timeline-datetime	{	
	display: inline-block;
	float: right;
	background: url('../images/clock-icon.png') center left no-repeat;
	padding-left: 20px;
	margin-top: 12px;
    font-size: 0.9em !important;
}

.timeline-image	{
        background: #d3d3d3 url('../images/place-holder-2.png') center center no-repeat;
	margin-top: 10px;
}

.timeline-title.facebook	{
	background: url('../images/facebook-icon.png') top left no-repeat;
}

.timeline-title.tumblr	{
	background: url('../images/tumblr-icon.png') top left no-repeat;
}

.timeline-title.twitter	{
	background: url('../images/twitter-icon.png') top left no-repeat;
}

.timeline-title.youtube	{
	background: url('../images/youtube-icon.png') top left no-repeat;
}

.timeline-title.instagram	{
	background: url('../images/instagram-icon.png') top left no-repeat;
}

.timeline-title.linedin	{
	background: url('../images/linkedin-icon.png') top left no-repeat;
}

.feed-controls	{
	text-align: right;
	margin-top: 30px;
}

.control-button	{
	display: inline-block;
	margin-left: 10px;
}

.remove-button	{
	float: left;
}

/* -------- /Timeline ------------ */


/* -------- Homepage animation ------------ */

#canvas-container	{
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

#canvas-container #canvas	{
	width: 100%;
}

.animItemButton	{
	position: absolute;
	cursor: pointer;
	z-index: 1000;
/*	background: #cccccc;*/
}
/* -------- /Homepage animation ------------ */


/* -------- Event Popup ------------ */

#event-container	{
	position: absolute;
	background: #ffffff;
	display: none;
	width: 474px;
	z-index: 1001;
}

#event-container-inner	{
	position: relative;
}

.event-popup	{
	border: 1px solid #e5e5e5;
	padding: 20px;
}

.event-popup img	{
	width: auto;
}

.event-popup .event-title	{
	float: left;
	width: 150px;
	margin-right: 15px;
}

.event-popup .event-title .event-logo	{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.event-popup .event-image	{
	float: left;
	width: 267px;
}

#event-container .box-arrow	{
	position: absolute;
	left: -20px;
	top: 60px;
}

/* -------- /Event Popup ------------ */

/*Ian's additions*/
.content-block h3	{
	color: #69a2d5;
}

div.landingrow div.landing h3 a {
	color: #69a2d5;
}

div.block-section ul li 
	{
		list-style-type: none;
		padding: 0 0 0 15px;
		margin: 0 0 .5em 20px;
		background: url(/images/site/bullet2.gif) no-repeat 0 .5em;
}

h2
{
	font-size: 150%;
	margin: 0 0 .5em!important;
	color: #69a2d5;
/*	padding-top: 0;*/
}

strong{
	font-weight: bold;
/*	font-size: 18px;*/
	}
	
	em {
		font-style: italic;
	}
	
.content-resources li	{
	background: none!important;
	padding: 0!important;
}
