
/* components/article_template.html */

	.pullquote {
		margin-top:30px;
		margin-bottom:30px;
		font-size:25px;
		font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif; 
		font-weight: 300; 
		font-style: normal;
		padding-left:50px;
		background-image:url(/images/pullquote-quote.png);
		background-position:top left;
		background-repeat:no-repeat;
	}
	.article-info {
		margin-bottom:10px;
		font-family:Trocchi,serif;
		font-size:15px;
	}
	.article-info span{
		margin-right:30px;
	}
	.article-info span.article-type{
		color:#ababab;
	}
	.article-text strong{
		font-weight:700;
	}
	.article-text em{
		font-style:italic;
	}

	.article-text a{
		font-weight:700;
	}
	.lead-photo {
		position:relative;
	}
	.lead-photo img {
		margin:0 auto;
	}
	.lead-photo .photo_credit {
		left:0;
	}
	
	.digitopia-xsmall .embed-photo {
		width:100%!important;
	}
	
	.digitopia-xsmall .embed-photo img {
		width:100%!important;
		height:auto!important;
	}

	.digitopia-small .embed-photo {
		width:100%!important;
	}
	
	.digitopia-small .embed-photo img {
		width:100%!important;
		height:auto!important;
	}
	.addthis-layout {
		float:right;
	}
	.addthis-layout .at300b span, .addthis-layout .at300m span{
		margin-right:0px;
	}

/* components/gender-guide-docs.html */

	.guide-item {
		padding:5px 5px 5px 20px;
		text-transform:uppercase;
	}
	.guide-subitem {
		padding:5px 5px 5px 20px;
		margin-left:15px;
		text-transform:uppercase;
	}

/* components/revised-section.html */

	.category-slider-tab {
		cursor:pointer;
		height:62px;
		text-align:center;
		text-transform:uppercase;
		line-height:62px;
		overflow:hidden;
		color:#003c6f;
		padding:0 5px;
	}
	.category-slider-table {
		-webkit-box-shadow: 0 -2px 2px 2px #f1f1f1;
		box-shadow: 0 -2px 2px 2px #f1f1f1;	
	}
	.category-slider-tab span{
		display:inline-block;
		line-height:17px;
		vertical-align:middle;
		margin-left:3px;
		margin-right:3px;
	}
	.category-slider-tab.selected {
		color:#616161;
		background:#efefef;
	}
	.category-slider {
		height:327px;
		position:relative;
	}
	
	.category-slider-viewport {
		height:327px;
		overflow:hidden;
		position:relative;
		-webkit-box-shadow: 0 3px 2px 4px #f1f1f1;
		box-shadow: 0 3px 2px 4px #f1f1f1;
	}
	
	.category-slider-canvas {
		height:390px;
		position:absolute;
	}
	
	.category-slider-slide-content {
		height:327px;
		padding:50px 75px 50px 50px;
		display:none;
  }
  .category-slider-slide-content .photo_credit {
		background-color:#414141;
		color:white;
		padding:4px 8px;
		position:absolute;
		left:0px;
		bottom:15px;
  }
	.category-slider-slide-content .button-link{
		margin-top:10px;
		margin-left:510px;
	}
	.category-slider-slide-content .title{
		margin-left:510px;
		font-family:"Bree Serif",serif;
		font-size:16px;
		color:#414141;
	}
	.category-slider-slide-content .text{
		margin-top:10px;
		margin-left:510px;
		font-size:14px;
		color:#616161;
	}
	.category-slider-next {
		position:absolute;
		top:141px;
		right:20px;
		width:44px;
		height:44px;
		background-image:url(/images/circle-next.png);
		cursor:pointer;
		opacity:.7;		
	}

	.category-slider-prev {
		position:absolute;
		top:141px;
		left:20px;
		width:44px;
		height:44px;
		cursor:pointer;
		opacity:.7;
	}
	.category-slider-next:hover, .category-slider-prev:hover {
		opacity:1.0;
	}
	
	.main-category-boxes {
		margin-top:30px;
		margin-bottom:30px;
	}
	.main-category-boxes h2, .main-category-feature h2, .main-category-webinar h2  {
		font-family:"Bree Serif",serif;
		font-size:36px;
		font-weight:normal;
	}
	.main-category-boxes h2 {
		margin-bottom:20px;
	}
	.main-category-boxes .resource-item {
		font-family: Roboto,sans-serif;
		font-size:14px;
		font-weight:bold;
		text-transform:uppercase;
		padding-left:28px;
		margin-bottom:30px;
	}
	.main-category-webinar {
		background:#f6f6f6;
/*		background-image:url(/images/main-category-webinar-bg.png); */
		background-position:bottom right;
		background-repeat:no-repeat;
		margin-bottom:30px;
		padding-top:30px;
		padding-bottom:30px;
	}
	.main-category-date {
		font-family: Roboto,sans-serif;
		font-size:14px;
		color:#aeaeae;
		text-transform:uppercase;
	}
	.main-category-headline {
		font-family:"Bree Serif",serif;
		font-size:15px;
	}
	.main-category-item {
		margin-bottom:30px;
	}
	.main-category-feature {
		padding-top:30px;
		padding-bottom:30px;
		background:#f6f6f6;
	}
	.main-category-feature .header {
		font-family:"Bree Serif",serif;
		font-size:15px;
	}
	.main-category-feature .photo {
		width: 100%;
		height:300px;
		position:relative;
	}
	.main-category-feature .swipe-featurednews {
		background-image:url(/images/swipe-featurednews.png);
		width:271px;
		height:35px;
		color:white;
		font-family: Roboto,sans-serif;
		font-size:13px;
		position:absolute;
		right:-90px;
		padding-right:100px;
		bottom:10px;
		text-align:right;
		padding-top:8px;
	}
	.main-category-feature .divider {
		background-image:url(/images/featured-news-border.png);
		background-position:0px center;
		background-repeat:no-repeat;
		height:316px;
	}
	
	.digitopia-xs .main-category-feature .divider {
		background:none;
	}
	.main-category-feature .divider > div, .main-category-feature .divider > p {
		margin-left:15px;
	}
	.digitopia-xs .main-category-feature .divider > div, .digitopia-xs .main-category-feature .divider > p {
		margin-left:0;
	}
	
	.main-category-feature .heading, .main-category-webinar .heading {
		margin-bottom:30px;
	}
	.main-category-feature .date, .main-category-webinar .date {
		padding-top:20px;
		padding-bottom:20px;
		font-family: Roboto,sans-serif;
		font-size:20px;
		color:#aeaeae;
		text-transform:uppercase;
	}
	.main-category-feature .title, .main-category-webinar .title, .main-category-contact-info .title {
		font-family:"Bree Serif",serif;
		font-size:20px;
		line-height:23px;
	}
	.main-category-feature .title a, .main-category-webinar .title a, .main-category-contact-info .title a {
		color:black !important;
	}
	.main-category-feature .title { margin-bottom:10px; }
	.main-category-contact-info .text {
		margin-top:20px;
	}
	.main-category-contact-info {
		padding-top:100px;
	}

	.modal-overlay {
		position:fixed;
		top:0px;
		left:0px;
		right:0px;
		bottom:0px;
		background-color:black;
		opacity:.5;
		z-index:1000;
	}
	
	.video-popin {
		position:fixed;
		background-image:url(/images/homeani-bg.png);
		padding:16px;
		z-index:1001;
	}
	.video-content {
		height:315px;
		width:560px;
		text-align:center;
	}
	.video-close {
		text-align:right;
		cursor:pointer;
		position:absolute;
		top:-1px;
		right:0px;
	}
	
	.binary-pdf {
		background-image:url(/images/icon_pdf.png);
		background-repeat:no-repeat;
		background-position:left center;
	}
	.binary-docx, .binary-doc  {
		background-image:url(/images/icon_doc.png);
		background-repeat:no-repeat;
		background-position:left center;
	}
	.binary-xlsx, .binary-xls {
		background-image:url(/images/icon_xls.png);
		background-repeat:no-repeat;
		background-position:left center;
	}
	.binary-ppt {
		background-image:url(/images/icon_ppt.png);
		background-repeat:no-repeat;
		background-position:left center;
	}
	.sub-menu-mobile { 
		display: none ;
		margin-top:20px;
		margin-bottom:20px;
		font-family:Trocchi;
		font-size:18px;
		border-top:2px solid #ababab;
	}
	.sub-menu-mobile a .menu-item {
		border-bottom:2px solid #ababab;
		padding-top:10px;
		padding-bottom:10px;
		background-image:url(/images/icon-green-arrow.png);
		background-repeat:no-repeat;
		background-position: right center;
	}
	.sub-menu-mobile .menu-item div{
		padding-left:10px;
		padding-right:30px;
	}
	.digitopia-small .sub-menu-mobile { display: block }
	.digitopia-xsmall .sub-menu-mobile { display: block }



/* components/header.html */

	#super-header {
		background-color:#f15d22;
	}
	
	#super-header-content {
		text-align:right;
		height:46px;
	}
	#super-header-content > div {
		display:inline-block;
		margin-left:22px;
		position:relative;
	}	
	#super-header-content > div a{
			color:white;
			font-size:14px;
			letter-spacing:.25px;
	}
	#super-header .search input {
		border:none;
		background:#ca4e1d;
		border-radius:3px;
		width:235px;
		height:28px;
		color:white;
		padding:5px 1px 5px 10px;
		margin-top: 10px;
		font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
		font-size:10px;
	}
	#super-header .loupe {
		background-image:url(/images/loupe.png);
		background-size:cover;
		background-repeat:no-repeat;
		width:18px;
		height:18px;
		position:absolute;
		top:15px;
		right:10px;
	}
	#header {
		position:absolute;
		top:46px;
		width:100%;
		background-image:none;
		background-color:#1c3f74;
    	z-index:100;
	}
	
	#header-content {
		height:133px;
		position:relative;
	}
	#header-content .navigation {
		clear:left;
		margin-left:250px;
	}
	#header-content .logo {
		width:210px;
		height:85px;
		position:absolute;
		top:0;
		left:0;
		padding-top:25px;
	}
	#header-content .navigation {
		margin-top:41px;
	}
	#header-content > div > a > div {
		height:60px;
		border-left:thin solid #76c5e2;
		float:left;
		text-align:left;
		padding-top:10px;
		padding-left:20px;
		padding-right:29px;
		font-size:18px;
		line-height:21px;
		font-family: Roboto;
		letter-spacing:0px;
		color:white;
		text-transform:capitalize;
	}
	#header-content > div > a > div.navhover:hover {
		border-left:thin solid #f15d22;
		color:#f15d22;
	}
	#header-content > div > a > div:nth-of-type(1) {
		border-left:thin solid #76c5e2;
	}
	#header-content > div > a > div:nth-of-type(7) {
		border:none;
	}
	#header-content > div > div > span {
		display:inline-block;
		vertical-align:middle;
		font-size:16px;
		min-height:16px;
		line-height:20px;
	}
	#header-content > div > div > span a {
		color:#fff;
	}
	#header-content .donate {
		width:auto;
		height:auto;
		background:none;
		position:absolute;
		right:0px;
		top:50px;
		font-family: "Bree Serif",serif;
		font-size:20px;
		text-align:left;
		padding:4px 14px 6px 14px;
		background-color:#579b43;
		text-transform:uppercase;
		-webkit-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
	}
	#header-content .donate:hover {
		background-color:#295529;
	}
	#header-content .donate a{
		color:white;	
	}
	.not-digitopia-large #super-header {
		display:none!important;
	}
		
	.not-digitopia-large #header {
		display:none!important;
	}
	
	#mobile-header {
		position:fixed;
		display:none;
		background-color:#1c3f74;
		top:0px;
		height:57px;
		width:100%;
		color:white;
		z-index:9000;
		border-bottom:none;		
	}
	
	.not-digitopia-large #mobile-header {
		display:block;
	}
	#mobile-header .header-menu	{
		background-image:none;
		background-repeat:no-repeat;
		background-position:top right;
		height:57px;
		padding-top:20px;
		border-right:thin solid #76c5e2;
	}
	#mobile-header .header-search	{
		background-image:none;
		background-repeat:no-repeat;
		background-position:top left;
		height:57px;
		text-align:right;
		padding-top:20px;
		border-left:thin solid #76c5e2;
	}
	#mobile-header .header-logo	{
		text-align:center;
		height:57px;
		padding-top:7px;
	}
	
	#mobile-header-pulldown {
		display:none;
		list-style:none;
		margin:0;
		padding-top:17px;
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		z-index:999;
		background-color:#f15d22;
	}
	
	#mobile-header-pulldown > li {
		margin:0;
		padding:12px;
		border-top:thin solid white;
		font-size:13px;
	}
	#mobile-header-pulldown > li a{
		color:white;
	}
	
	#mobile-header-pulldown-button {
		cursor:pointer;
	}
	
	.digitopia-xsmall #squished-header{
		display:none!important;
	}
	.digitopia-small #squished-header{
		display:none!important;
	}
	.digitopia-medium #squished-header{
		display:none!important;
	}
	
	#squished-header {
		position:fixed;
		top:46px;
		width:100%;
		background-color:#1c3f74;
		display:none;
		z-index:9000;
		height:75px;
		font-size:16px;
		font-family: Roboto,sans-serif;
		letter-spacing:0px;
		text-transform:capitalize;
		clear:left;
		overflow:hidden;
	}
	#squished-header a{
		color:white;
	}
	#squished-header .logo {
		float:left;
		width:50px;
		margin-top:10px;
		margin-right:105px;
	}
	#squished-header .header-item {
		float:left;
		line-height:50px;
		margin-right:19px;
		padding-left:19px;
		margin-top:5px;
		border-left:thin solid #76c5e2;
	}
	#squished-header .header-item2 {
		float:left;
		line-height:50px;
		padding-left:14px;
		margin-top:10px;
	}
	#squished-header .header-item:nth-of-type(8) {
		margin-right:0px;
		line-height:15px;
	}
	#squished-header .header-item:hover {
		border-left:thin solid #f15d22;
		color:#f15d22;
	}
	#squished-header .header-item.search {
		margin-right:0px;
	}
	#squished-header .header-item span{
		line-height:20px;
		display:inline-block;
		text-align:left;
		vertical-align:middle;
	}
	#squished-header .header-item2 .donate {
		width:100px;
		height:35px;
		background:none;
		background-color:#729835;
		font-family: "Bree Serif",serif;
		font-size:16px;
		text-align:center;
		padding-left:0px;
		padding-top:9px;
		margin-top:7px;
		margin-bottom:8px;
		margin-left:10px;
		line-height:13px;
		position:relative;
		text-transform:uppercase;
		-webkit-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
	}
	#squished-header .header-item2 .donate:hover {
		background-color:#8bca26;
	}
	#squished-header .header-item .donate a{
		color:white;	
	}
	.nav-popover {
		position:absolute;
		display:none;
		z-index: 9000;
		background-color: transparent;
		width:195px;
		background-image:url(/images/rollover-curve.png);
		background-repeat:no-repeat;
		background-position: left top;
	}

	.nav-popover-content {
		background-color: #f15d22;
		margin-top:5px;
		width:auto;
		-webkit-box-shadow: 0 0 0px 0px rgba(0,0,0,.1);
		box-shadow: 0 0 0px 0px rgba(0,0,0,.1);	
		font-family:Roboto,sans-serif;
		font-size:16px;
		-webkit-border-radius: 0 10px 10px 10px !important;
		border-radius: 0 10px 10px 10px !important;	
	}
	.nav-popover .subnav-left {
		background-color:transparent;
		text-align:left;
		-webkit-box-shadow:none;
		box-shadow:none;	
		font-family: Roboto,sans-serif;
		padding:25px 0;
		color:white;
		font-size:16px;
	}
	.nav-popover .subnav-left a {
		color:white;
	}
	.nav-level-2 {
		width:200px;
		position:relative;
	}
	.nav-level-2 .nav-item {
		padding-left:20px;
		padding-top:8px;
		padding-bottom:8px;
		color:white;
	}
	.nav-level-2 .nav-item:hover {
		background-color:transparent;
		background-image:none;
		background-repeat:no-repeat;
		background-position:right center;
	}
	
	.nav-item {
		color:#428bca;
		cursor:pointer;
	}
	
	.nav-header {
		z-index: 9000;
		top: -10px!important;
	}

/* components/footer.html */

	.digitopia-large  #mobile-footer {
		display:none;
	}
	
	.not-digitopia-large  #footer {
		display:none;
	}
	
	#join-footer {
		background-image:none;
		background-color:#a0c8e4;
	}
	
	#join-footer-content {
		background-image:url(/images/prefooter-map.png);
		background-repeat:no-repeat;
		background-position: left center;
		text-align:left;
		padding-bottom:35px;
		padding-top:45px;
	}
	.digitopia-small #join-footer-content, .digitopia-xsmall #join-footer-content {
		font-size:16px;
		height:310px;
		padding-top:20px;
	}
	.join-footer-button {
		font-size:15px;
	}
	.join-footer-button button {
		background-color:#1c3f74;
		font-family:"Bree Serif",serif;
		font-size:22px;
		color:white;
		font-weight:normal;
		text-align:center;
		border-radius:10px;
		line-height:24px;
		padding:30px 25px;
	}
	.join-footer-button button:hover {
		background-color:#006bc6;
		color:white !important;
	}
	.join-footer-button a { color:white !important; }
	
	button .button-text {
		opacity:1.0;
	}
	#footer, #mobile-footer {
    	position:relative;
    	color:white;
		background-color:#1c3f74;		
	}
	#footer-content-top {
		padding-top:25px;
		padding-bottom:20px;
	}
	#footer-content-top > div {
		float:no-float;
		padding-top:5px;
		line-height:20px;
		letter-spacing:0;
		font-size:14px;
		height:120px;
		padding-bottom:0;
	}
	#footer-content-top .footer-top-head {
		font-family:"Bree Serif",serif;
		font-size:18px;
		text-transform:uppercase;
		font-weight:normal;
		margin-bottom:5px;
	}
	#mobile-footer .centered-1200 {
		padding-left:0;
		padding-right:0;
	}
	#mobile-footer .footer-top-head {
		font-family: "Bree Serif",serif;
		font-size: 24px;
		letter-spacing: 1px;
		margin-bottom: 20px;
		text-align: center;
		margin-top: 20px;
	}
	#mobile-footer .findus {
		text-align:center;
	}
	#mobile-footer .footer-contact {
		width:250px;
		margin:0 auto;
	}
	#mobile-footer .contact-fax {
		margin-bottom:20px;
	}
	#mobile-footer .footer-bottom {
		background-color:#f15d22;
		border-top:none;
	  	font-size:11px;
	  	text-align:center;
	  	padding-bottom:5px;
	}
	.footer-top-head.footer-mobile-rule {
		border-top:thin solid #999;
		padding-top:20px;
	}
	.social-container {
		clear:left;
		margin-top:10px;
		padding-top:12px;
	}
	.social-container-item {
		width:55px;
		height:35px;
		float:left;
		text-align:center;
	}
	.digitopia-xsmall .social-container-item {
		width:75px;
	}
	.digitopia-small .social-container, .digitopia-xsmall .social-container {
		overflow: hidden;
		width: 230px;
		margin-left: 0;
		margin-right: 0;
		margin: auto;
		margin-bottom: 20px;
    }
	
	.footer-contact {
		padding-left:27px;
		height:25px;
		line-height:25px;
		margin-bottom:8px;
		background-repeat:no-repeat;
		background-position:left 3px;
	}
	.contact-email { 
		background-image:url(/images/icon-email.png);
	}
	.contact-phone { 
		background-image:url(/images/icon-phone.png);
	}
	.contact-fax { 
		background-image:url(/images/icon-fax.png);
	}
	#footer-content-middle {
		height:96px;
		background-color:rgba(0,0,0,.3);
	}
	#footer-content-middle > div > div {
		display:inline;
	}
	#footer-content-middle > div > div > form {
		display:inline;
	}

	#footer-content-top > div > div > form > input {
		width:203px;
		border-radius:3px;
		border:white 4px solid;
		background:#fff;
		padding:5px;
		color:#176066;
		font-size:10px;
		line-height:10px;
		margin-top:7px;
	}
	#footer-content-top button {
		font-family: Roboto,serif;
		font-weight:bold;
		font-size:13px;
		margin-top:12px;
		border-radius: 4px;
		background-color:#9cabae;
		padding:8px 10px;
		border:none;
		color:white;
		line-height:10px;
		display:inline-block;
	}
	#footer-content-top button:hover {
		background-color:#677f84;
	}	
	#footer-content-bottom {
		height:60px;
    	background-color:#f15d22;
    	font-size:14px;
	}
	#footer-bottom {
		padding-top:17px;
	}
	#footer-content-bottom a{
		color:white;
	}

/* components/grant_list.html */

	.grant-item {
		margin-left:30px;
		font-size:12px;
		margin-bottom:30px;
	}
	.grant-title {
		font-family: Novecentosanswide-Medium,sans-serif;
		font-size:12px;
		text-transform:uppercase;
	}

/* components/calendar.html */

	.calendar-nav {
		opacity:.7;
		border-top:#bdbdbd solid thin;
		border-bottom:#bdbdbd solid thin;

	}
	.calendar-nav:hover {
		opacity:1.0;
		border-top:#bdbdbd solid thin;
		border-bottom:#bdbdbd solid thin;
	}
	.calendar-nav-text {
		font-family:Trocchi,serif;
		font-size:21px;
		border-top:#bdbdbd solid thin;
		border-bottom:#bdbdbd solid thin;
		line-height:70px;
	}
	.calendar-day {
		font-family:Trocchi,serif;
		font-size:19px;
		opacity:.5;
		line-height:41px;
	}
	.hidden-date {
		color:#eee;
	}
	.calendar-date {
		font-family:Trocchi,serif;
		font-size:19px;
		height:148px;
		border-right:#8f9091 thin solid;
		border-bottom:#8f9091 thin solid;
	}
	.calendar-date:nth-of-type(1), .calendar-date:nth-of-type(2), .calendar-date:nth-of-type(3), .calendar-date:nth-of-type(4), .calendar-date:nth-of-type(5), .calendar-date:nth-of-type(6), .calendar-date:nth-of-type(7) {
		border-top:#8f9091 thin solid;
	}
	.calendar-date:nth-of-type(7n+1) {
		border-left:#8f9091 thin solid;
	}	
	.calendar-date .number {
		padding-right:15px;
		padding-bottom:10px;
		text-align:right;
	}
	.calendar-date.events {
		background:#a8cbce;
	}
	.calendar-date .eventview {
		font-family: Novecentosanswide-Medium,sans-serif;
		font-size:21px;
		line-height:40px;
		padding-left:10px;
		padding-right:10px;
		margin:0 auto;
		margin-top:39x;
		display:inline-block;
		background:#267d84;
		border-radius:4px;
		color:white;
		margin-bottom:10px;
	}
	
	.event-overlay {
		display:none;
	}
	
	.event-popover .popover-content{
		padding:0;
	}
	.popover.event-popover {
		border-radius:0;
		padding:0;
	}
	.event-popover-item {
		padding:6px;
		font-size:15px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	}
	
	.event-popover-item:nth-child(even) {
		background: #d4e5e6;
	}

/* components/stove_table.html */

	.stoves .namecontainer .name {
		padding-left:32px;
	}
	.countryprofile.stoves .stats {
		text-align:left;
		padding-left:5%;
		padding-top:25px;
		font-size:12px;
		padding-right:15%;
		width:60%;
		float:left;
	}
	.countryprofile.stoves .name {
		line-height:45px;
	}
	.countryprofile.stoves .stats h2{
		margin-bottom:25px;
	}
	.countryprofile.stoves .namecontainer {
		width:40%;
		float:left;
		border-right:thin solid #c0c0c0;
	}
	.countryprofile.stoves .links {
		font-family: Novecentosanswide-Medium,sans-serif;
		font-size:12px;
		margin-bottom:20px;
	}

/* components/fuel_to_stove.html */

	.type-used {
		font-family:Trocchi,serif;
		font-size:15px;
		margin-bottom:10px;
		margin-top:20px;
	}
	.type-used-item {
		margin-top:15px;
	}

/* components/homepage-article.html */

	.greygradient {
background: -moz-linear-gradient(top,  rgba(51,51,51,0) 0%, rgba(51,51,51,0) 66%, rgba(51,51,51,0.6) 80%, rgba(51,51,51,0.98) 99%, rgba(51,51,51,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,0)), color-stop(66%,rgba(51,51,51,0)), color-stop(80%,rgba(51,51,51,0.6)), color-stop(99%,rgba(51,51,51,0.98)), color-stop(100%,rgba(51,51,51,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(51,51,51,0) 0%,rgba(51,51,51,0) 66%,rgba(51,51,51,0.6) 80%,rgba(51,51,51,0.98) 99%,rgba(51,51,51,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(51,51,51,0) 0%,rgba(51,51,51,0) 66%,rgba(51,51,51,0.6) 80%,rgba(51,51,51,0.98) 99%,rgba(51,51,51,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(51,51,51,0) 0%,rgba(51,51,51,0) 66%,rgba(51,51,51,0.6) 80%,rgba(51,51,51,0.98) 99%,rgba(51,51,51,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(51,51,51,0) 0%,rgba(51,51,51,0) 66%,rgba(51,51,51,0.6) 80%,rgba(51,51,51,0.98) 99%,rgba(51,51,51,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00333333', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
	height:100%;
}
.greygradient .excerpt {
	display:none;
}

/* components/navigation/technology-and-fuels.html */

	#technology-and-fuels-popover {
		top:98px;
		left:568px;
		border-left:none !important;
	}
	#technology-and-fuels-popover-squished {
		top:50px;
		left:250px;
		border-left:none !important;
	}

/* components/navigation/sector-resources.html */

	#sector-resources-popover {
		top:92px;
		left:696px;
		border-left:none !important;
	}
	#sector-resourcess-popover-squished {
		top:50px;
		left:750px;
		border-left:none !important;
	}

/* components/navigation/country-profiles.html */

	#country-profiles-popover {
		top:98px;
		left:250px;
		border-left:none !important;
	}
	#country-profiles-popover-squished {
		top:50px;
		left:250px;
		border-left:none !important;
	}

/* components/navigation/market-development.html */

	#market-development-popover {
		top:98px;
		left:689px;
		border-left:none !important;
	}
	#market-development-popover-squished {
		top:50px;
		left:650px;
		border-left:none !important;
	}

/* components/navigation/research-and-evaluation.html */

	#research-and-evaluation-popover {
		top:98px;
		left:449px;
		border-left:none !important;
	}
	#research-and-evaluation-popover-squished {
		top:50px;
		left:450px;
		border-left:none !important;
	}

/* components/navigation/impact-areas.html */

	#impact-areas-popover {
		top:98px;
		left:361px;
		border-left:none !important;
	}
	#impact-areas-popover-squished {
		top:50px;
		left:250px;
		border-left:none !important;
	}
	

/* components/navigation/about-us.html */

	#about-us-popover {
		top:92px;
		left:831px;
		border-left:none !important;
	}
	#about-us-popover-squished {
		top:50px;
		left:750px;
		border-left:none !important;
	}

/* components/navigation/about.html */

	#about-popover {
		top:98px;
		left:848px;
		border-left:none !important;
	}
	#about-popover-squished {
		top:50px;
		left:750px;
		border-left:none !important;
	}

/* components/navigation/what-we-do.html */

	#what-we-do-popover {
		top:92px;
		left:390px;
		border-left:none !important;
	}
	#what-we-do-popover-squished {
		top:50px;
		left:750px;
		border-left:none !important;
	}

/* components/navigation/cooking-industry-catalyst.html */

	#cooking-industry-catalyst-popover {
		top:92px;
		left:511px;
		border-left:none !important;
	}
	#cooking-industry-catalyst-popover-squished {
		top:50px;
		left:650px;
		border-left:none !important;
	}

/* components/article-attachments.html */

	.article-related-header {
		border-bottom: thin solid #ababab;
		font-family: Roboto;
		font-size: 11px;
		padding-bottom: 7px;
		font-weight:bold;
		color:black;
	}
	.article-related-item {
    border-bottom: thin solid #ababab;
    list-style: none;
    font-size: 12px;
    line-height: 19px;
    padding-top: 6px;
    padding-bottom: 6px;
    }
.article-related-item a {
	color:#f15d22 !important;
}

/* components/article-photo.html */


	.embed-left { float:left;margin-right:30px;margin-bottom:10px;padding-right:10px;text-align:left;margin-left:-160px;}
	.embed-left img { border-left:3px solid #cfcfcf;padding-left:16px;}

	.digitopia-small .embed-left, .digitopia-xsmall .embed-left { margin-left:0; }
	
	.embed-center { text-align:left;width:100%;margin:0 auto; }
	.photo_caption { 
		text-align:center;
		padding: 5px 5% 10px 5%;
		font-size:14px;
		color:#777;
	}
	.photo_credit {
		background-color:#414141;
		color:white;
		padding:4px 8px;
		font-size:10px;
		position:absolute;
		left:19px;
		bottom:20px;
	}
	.digitopia-md .photo_credit, .embed-center .photo_credit {
		left:0;
	}
	.photo_wrapper {
		position:relative;
	}

/* components/fuel_table.html */

	.fuels .namecontainer .name {
		padding-left:32px;
	}
	.countryprofile.fuels .stats {
		text-align:left;
		padding-left:9%;
		padding-top:25px;
		font-size:12px;
		padding-right:15%;
		width:60%;
		float:left;
	}
	.countryprofile.fuels .name {
		line-height:25px;
		padding-top:10px;
		padding-bottom:10px;
		padding-right:10px;
	}
	.countryprofile.fuels .stats h2{
		margin-bottom:25px;
	}
	.countryprofile.fuels .namecontainer {
		width:40%;
		float:left;
		border-right:thin solid #c0c0c0;
	}
	.countryprofile.fuels .links {
		font-family: Novecentosanswide-Bold,sans-serif;
		font-size:12px;
		margin-bottom:20px;
		text-transform:uppercase;
	}

/* components/country_list.html */

	.allcountrydiv {
		clear:left;
		overflow:auto;
		padding-bottom:25px;
		margin-bottom:25px;
		border-bottom:thin solid #666;
	}
	.allcountrydiv .region, .allcountrydiv .country {
		float:left;
		width:50%;
	}
	.allcountrydiv .region {
		font-family:Trocchi,serif;
		font-size:20px;
	}

/* components/revised-related-news.html */

	.subcategory h3 {
		font-family:"Bree Serif",serif;
		font-size:24px;
		font-weight:normal;
	}
	.subcategory h2 {
		font-family:"Bree Serif",serif;
		font-size:36px;
		font-weight:normal;
	}
	.subcategory .related-news {
		position:relative;
		height:266px;
		width:100%;
		background-size:cover;
		overflow:hidden;
		background-repeat:no-repeat;
		float:left;
		-webkit-box-shadow: 2px 4px 5px 3px rgba(150,150,150,.6);
		box-shadow: 2px 4px 5px 3px rgba(150,150,150,.6);	
	}
	.subcataegory-relatednews {
		clear:left;
		overflow:auto;
		padding-bottom:20px;
	}
	.related-news.homefeatured .flag {
		right:0;
		padding-right:10px;
	}
	.related-news.homefeatured .date {
		padding-top:54px;
	}
	.related-news.homefeatured .title {
		position:absolute;
		line-height:21px;
		bottom: 20px;
		left: 0;
	}
	.whitetext {
		/* opacity:.8; */
	}
	.type-heading {
		font-family:"Bree Serif",serif;
		font-size:25px;
		margin-bottom:8px;
	}

/* components/show_focus_country.html */

	.focus_country_link {
		font-family:Trocchi;
		font-size:30px;
		margin-top:20px;
		margin-bottom:30px;
		text-align:center;
	}

/* components/focus-countries-grants.html */

.focus-country .infocontainer .list-item {
	padding:15px 35px 0 35px;
}
.focus-country .infocontainer .grant-item {
	margin-bottom:15px;
}

/* pages/impact-areas/women/gender-resource-guide.html */

	.guide-container {
		margin-bottom:55px;
	}
	.guide-headline {
		font-family:Trocchi;
		font-size:24px;
		color:#616161;
		margin-bottom:25px;
	}
	.digitopia-small .guide-headline, .digitopia-xsmall .guide-headline {
		margin-bottom:10px;
	}
	.guide-table {
		border-collapse:collapse;
		width:100%;
	}
	.digitopia-small .guide-table, .digitopia-xsmall .guide-table, .digitopia-small .guide-filter, .digitopia-xsmall .guide-filter {
		display:none;
	}
	.guide-info, .guide-docs {
		display:none;
	}
	.digitopia-small .guide-info, .digitopia-xsmall .guide-info, .digitopia-small .guide-docs, .digitopia-xsmall .guide-docs {
		display:block;
	}
	.guide-info {
		font-size:14px;
	}
	.guide-table th, .guide-table td {
		border:thin solid #c3c3c3;
	}
	.guide-table .guide-th-title {
		width:25%;
		font-family:Trocchi;
		font-size:15px;
		text-align:center;
		padding-top:25px;
		padding-bottom:25px;
	}
	.guide-table .guide-th-documents {
		width:75%;
		font-family:Trocchi;
		font-size:15px;
		padding-left:10%;
		padding-top:25px;
		padding-bottom:25px;
	}
	.guide-table td {
		padding:25px 25px 25px 35px;
		font-size:14px;
		vertical-align:top;
	}
	.guide-table td:nth-of-type(2) {
		padding-left:10%;
	}
	.guide-table td a, .guide-docs{
		font-family: Novecentosanswide-Bold,sans-serif;
		font-size:12px;
	}

/*(	.filter-item.guide-filter {
		width:169px !important;
	} */
	.filter-item.guide-filter label {
		width:110px;
	}
	.filter-item.guide-filter:nth-of-type(7) {
   	 margin-right: -15px;
	}
	
	.filter-item.guide-filter:nth-of-type(8) {
   	 margin-right: 0px;
	}
	.filter-item.all input[type="checkbox"]:checked + label span {
		background:url(/images/checkmark.png) 1px 2px no-repeat, #787878;
	}
	.filter-item.all  label span{
		border-color:#787878;
	}
	.filter-item.all  label span:hover{
		background-color:#787878;
	}

	.filter-item.guide-1 input[type="checkbox"]:checked + label span {
		background:url(/images/checkmark.png) 1px 2px no-repeat, #267d84;
	}
	.filter-item.guide-1 label span{
		border-color:#267d84;
	}
	.filter-item.guide-1 label span:hover{
		background-color:#267d84;
	}

	.filter-item.guide-2 input[type="checkbox"]:checked + label span {
		background:url(/images/checkmark.png) 1px 2px no-repeat, #e56120;
	}
	.filter-item.guide-2 label span{
		border-color:#e56120;
	}
	.filter-item.guide-2 label span:hover{
		background-color:#e56120;
	}

	.filter-item.guide-3 input[type="checkbox"]:checked + label span {
		background:url(/images/checkmark.png) 1px 2px no-repeat, #ffba00;
	}
	.filter-item.guide-3 label span{
		border-color:#ffba00;
	}
	.filter-item.guide-3 label span:hover{
		background-color:#ffba00;
	}

	.filter-item.guide-4 input[type="checkbox"]:checked + label span {
		background:url(/images/checkmark.png) 1px 2px no-repeat, #6e90a3;
	}
	.filter-item.guide-4 label span{
		border-color:#6e90a3;
	}
	.filter-item.guide-4 label span:hover{
		background-color:#6e90a3;
	}

	.filter-item.guide-5 input[type="checkbox"]:checked + label span {
		background:url(/images/checkmark.png) 1px 2px no-repeat, #da89a8;
	}
	.filter-item.guide-5 label span{
		border-color:#da89a8;
	}
	.filter-item.guide-5 label span:hover{
		background-color:#da89a8;
	}

	.filter-item.guide-6 input[type="checkbox"]:checked + label span {
		background:url(/images/checkmark.png) 1px 2px no-repeat, #723db4;
	}
	.filter-item.guide-6 label span{
		border-color:#723db4;
	}
	.filter-item.guide-6 label span:hover{
		background-color:#723db4;
	}
	.filter-item.guide-7 input[type="checkbox"]:checked + label span {
		background:url(/images/checkmark.png) 1px 2px no-repeat, #e56120;
	}
	.filter-item.guide-7 label span{
		border-color:#e56120;
	}
	.filter-item.guide-7 label span:hover{
		background-color:#e56120;
	}


/* pages/new-signup.html */

	.form-disabled {
		opacity: .5;
	}
	.form-errors {
		color: red;
	}
	

/* pages/testbench/animation.html */

	#animation-viewport {
		height:400px;
		width:100%;
		position:relative;
		overflow:hidden;
	}
	
	#animation-canvas {
		position:relative;
		width:3000px;
		height:400px;
	}
	
	.actor {
		position:absolute;
		border:thin dashed red;
	}
	
	.point {
		width:20px;
		height:20px;
		display:none
	}
	
	#point-1 {
		bottom:0px;
		left:130px;
	}

	#point-2 {
		bottom:0px;
		left:260px;
	}
	
	.line {
		stroke:rgb(255,0,0);
		stroke-width:8;
		opacity:0;
	}

	#point-3 {
		bottom:0px;
		left:390px;
	}

	#point-4 {
		bottom:0px;
		left:520px;
	}

	#point-5 {
		bottom:0px;
		left:650px;
	}

	#point-6 {
		bottom:0px;
		left:780px;
	}
	#point-7 {
		bottom:0px;
		left:910px;
	}
	#point-8 {
		bottom:0px;
		left:1040px;
	}
	#point-9 {
		bottom:0px;
		left:1170px;
	}
	#point-10 {
		bottom:0px;
		left:1300px;
	}
	#point-11 {
		bottom:0px;
		left:1430px;
	}	
		
	#one-hundred {
		top:50px;
		left:1560px;
		display:none;
	}


/* pages/testbench/test-component.html */

	.test-component {
		background-color:#666;
		color:white;
		padding:10px;
		overflow:auto;
		clear:left;
	}
	
	.test-component .pull-left {
		margin-right:10px;
		background-color:silver;
		height:100px;
		width:100px;
	}
	
	.responsive-xs .test-component {
		margin-top:30px;
	}
	

/* pages/sector-resources/sector-directory-edit.html */

	#partner-type-help { display:none; margin-top:600px; }
	.digitopia-small #partner-type-help, .digitopia-xsmall #partner-type-help { display:none !important; }
	.errors {
		color:red;
		font-weight:bold;
	}
	.form-group.partner-form {
		margin-left:0;
		margin-right:0;
		width:auto;
	}
	.form-group.partner-form input, .form-group.partner-form select {
		width:auto;
	}
	.form-group.partner-form label {
		text-align:left;
	}
	.form-group.partner-form input[type="radio"], .form-group.partner-form input[type="checkbox"] {
		vertical-align:middle;
		margin: 0 5px 0 5px;
	}
	select.form-control.partner-edit {
		height:200px;
	}
	.form-group.otherbox textarea {
		height:75px !important;
	}

/* pages/sector-resources/sector-directory-login.html */

	.form-group.conviologin {
		margin-left:0;
		margin-right:0;
	}
	.form-group.conviologin label {
		text-align:left;
	}
	

/* pages/sector-resources/reports-tools.html */

	.resource-filter {
		background:#f6f6f6;
		margin-bottom:20px;
		margin-top:20px;
		font-family:Trocchi,serif;
		font-size:15px;
	}
	.resource-filter .filterbox {
		margin-left:20px;
		display:inline-block;
	}
	.resource-filter .filterbox:nth-of-type(first) {
		margin-left:0;
	}
	.resource-filter select {
		border-radius:3px;
		border:#b0b0b0 2px solid;
		margin-top:5px;
		font-family: Novecentosanswide-Bold,sans-serif;
		font-size:12px;
		text-transform:lowercase;
		padding-top:2px;
		padding-bottom:2px;
		padding-left:5px;
		margin-bottom:15px;
	}
	.resource-filter option {
		font-family: Novecentosanswide-Bold,sans-serif;
		font-size:12px;
		text-transform:lowercase;
		padding-top:2px;
		padding-bottom:2px;
		padding-left:5px;
	}
	.featured-resources-header {
		font-family:Trocchi,serif;
		font-size:24px;
		margin-bottom:15px;
	}
	.featured-resource-item {
		clear:left;
		overflow:auto;
		-webkit-box-shadow: 0 3px 2px 4px #f1f1f1;
		box-shadow: 0 3px 2px 4px #f1f1f1;
		height:215px;
		margin-bottom:30px;
	}
	.featured-resource-left {
		width:130px;
		margin-right:15px;
		padding-bottom:15px;
		margin-left:-5px;
		float:left;
		padding-left:15px;
		margin-top:10px;
	}
	.featured-resource-right {
		width:165px;
		font-size:11px;
		padding-bottom:15px;
		float:left;
		padding-top:10px;
	}
	.featured-resource-right h2{
		font-family:"Bree serif",serif;
		font-size:12px;
		line-height:16px;
		margin-bottom:3px;
		margin-top:0px;
	}
	morelink {
		font-family: Roboto,sans-serif;
		font-weight:600;
		font-size:10px;
		text-transform:uppercase;
	}

/* pages/sector-resources/sector-directory.html */

	.partnerloginblock {
		border:thin solid #ccc;
		padding:20px;
	}
	
	.panel-footer.filterresults {
		font-family:Trocchi;
		font-size:14px;
	}
	.partner-filter {
		background:rgba(73, 84, 89, 0.8);
		margin-bottom:20px;
		margin-top:50px;
		font-family:Trocchi,serif;
		font-size:15px;
		color:white;
		position:relative;
		z-index:2;
	}
	.partner-filter .filterbox {
		display:inline-block;
	}
	.partner-filter .filterbox:nth-of-type(first) {
		margin-left:0;
	}
	.partner-filter select {
		border-radius:3px;
		border:#b0b0b0 2px solid;
		margin-top:5px;
		font-family: Novecentosanswide-Bold,sans-serif;
		font-size:12px;
		text-transform:lowercase;
		padding-top:0;
		padding-bottom:0;
		padding-left:5px;
		margin-bottom:15px;
		color:black;
	}
	.partner-filter ul li { 
		color:black;
	}
	.partner-filter option {
		font-family: Novecentosanswide-Bold,sans-serif;
		font-size:12px;
		text-transform:lowercase;
		padding-top:2px;
		padding-bottom:2px;
		padding-left:5px;
		color:black;
	}
	
	.filter-alpha.selected {
		background-color:grey!important;
		color:white;
		border:thin solid white !important;
	}
	#partner-map {
		height:300px;
	}
	
	#partner-map img {
		max-width: none;
	}
	
	#filter-alpha {
		list-syle:none;
	}

	#filter-alpha li {
		display:inline-block;
		padding:4px;
		margin:2px;
		border:thin solid black;
		border-radius:2px;
		cursor:pointer;
		background-color:#fff;
	}
	#filter-alpha li:hover {
		background-color:#eeeeee;
	}
	#filter-results {
		border:thin solid #eee;
	}
	#filter-results th {
		border-left:thin solid #999;
		text-align:center;
		vertical-align:center;
		vertical-align:middle;
	}
	#filter-results td {
		font-size:13px;
		border-top:thin solid #999;
		border-left:thin solid #999;
		text-align:center;
		vertical-align:middle;
	}
	#filter-results td:nth-of-type(5n+1), #filter-results th:nth-of-type(5n+1) {
		border-left:none;
	}
	#filter-results td a {
		font-weight:700;
	}
	#filter-results th {
		font-family:Trocchi;
		font-weight:normal;
	}


/* pages/search.html */

	.highlight {
		background-color:#eee;
	}
	.searchbox {
		border-bottom: thin solid #ababab;
		padding-bottom:20px;
		margin-bottom:30px;
		font-family: Trocchi,serif;
   		 font-size: 15px;
	}
	.searchbox select {
		border: 2px solid #b0b0b0;
		border-radius: 3px;
		font-family: Novecentosanswide-Bold,sans-serif;
		font-size: 12px;
		margin-bottom: 15px;
		margin-top: 13px;
		padding-bottom: 2px;
		padding-left: 5px;
		padding-top: 2px;
		text-transform: lowercase;
		margin-left:10px;
		margin-right:10px;
	}
	.searchbox input {
		border: 2px solid #b0b0b0;
		border-radius: 3px;
		margin-bottom: 15px;
		margin-top: 13px;
		padding-bottom: 2px;
		padding-left: 5px;
		padding-top: 2px;
		margin-left:10px;
		margin-right:10px;
	}

/* pages/funding-opportunities/index.html */

	.item-button.funding {
		right:35px;
	}

/* pages/news.html */

	.news-listgrid-container {
		width:250px;
		margin:0 auto;
		margin-top:-20px;
	}
	.news-listgrid-container .item {
		background-color:#ababab;
		color:white;
		font-family:Novecentosanswide-Medium,sans-serif;
		font-size:20px;
		border-radius:3px;
		line-height:42px;
		height:42px;
		width:105px;
		text-align:center;
		display:inline-block;
	}
	.news-listgrid-container .item:nth-of-type(1) {
		margin-right:16px;
	}
	.news-listgrid-container .item.gridliston {
		background-color:#006bc6;
	}
	.news-listgrid-container .item.gridliston:hover {
		background-color:#1c3f74;
		opacity:.7;
	}
	.related-news-heading {
		font-family:Trocchi,serif;
		font-size:25px;
		margin-top:20px;
	}
	.homefeatured .flag-alliance-news {
		background-color:#f15d22;
	}
	.homefeatured .flag-press-release {
		background-color:#1c3f74;
	}
	.homefeatured .flag-media-coverage {
		background-color:#729835;
	}
	.homefeatured .flag-partner-spotlight, .homefeatured .flag-leadership  {
		background-color:#f15d22;
	}
	.homefeatured .flag-sector-news {
		background-color:#1c3f74;
	}
	.homefeatured .list-item .title {
		margin-left:0;
	}

/* pages/resources/reports/fiveyears.html */

	.storiesofimpact {
		height:270px!important;
	}
	
	.lightbox-impact .lightbox-content{
		background-color:#444;
		color:white;
		font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
		font-weight:200;
		padding:0;
	}
	.lightbox-impact .lightbox-content .text {
		padding:30px;
		line-height:26px;
		font-size:15px;
	}
	.lightbox-impact .lightbox-content .text h3 {
		color:#fcaf17;
		font-size:24px;
		text-transform:uppercase;
	}
	.lightbox-impact .lightbox-content .text p {
		margin-top:20px;
	}
	.lightbox-impact .lightbox-content .text strong {
		text-transform:uppercase;
		font-size:13px;
	}
	.lightbox-impact .lightbox-content .text .alliance {
		font-family:Trocchi,serif;
		font-size:17px;
		line-height:28px;
	}
	
	.storiesofimpact .report-slider-item {
		background-color:#267d84;
		color:white;
		height:270px;
		border:thick solid #267d84;
	}
	
	.storiesofimpact-photo {
		background-color:silver;
	}
	
	.storiesofimpact-caption {
		position:absolute;
		width:100%;
		text-align:center;
		height:40px;
		bottom:0px;
		top:auto!important;
		background-color:#267d84;
		font-size:17px;
		text-transform:lowercase;
		padding-top:2px;
		font-family: Novecentosanswide-Medium;
		line-height:17px;
	}
	
	.ten-things {
		border:thin solid #FBAF17;
		background-color:white;
		font-size:15px;
	}
	
	.ten-things-number {
		color:#FBAF17;
		padding-left:20px;
		font-size:60px;
		font-weight:200;
	}
	
	.ten-things-text {
		padding:16px;
	}
	
	.group-left {
		float:left;
		margin-left:-100px;
		margin-top:100px;
	}

	.digitopia-xsmall .group-left {
		margin-left:-50px;
	}
	
	.digitopia-xsmall .group-left img {
		width: 40px!important;
		height: auto!important;
	}
	
	.group-right {
		float:right;
		margin-right:-100px;
		margin-top:100px;
	}
	
	.digitopia-xsmall .group-right {
		margin-right:-50px;
	}
	
	.digitopia-xsmall .group-right img {
		width: 40px!important;
		height: auto!important;
	}	
	
	.report-slider-arrow-container {
		width:60px;
	}
	
	.digitopia-xsmall .report-slider-arrow-container {
		width:40px;
	}
	
	.report-slider-arrow {
		width:100%!important;
		height:auto!important;
	}

	.ten-things-container {
		padding-top:20px;
		padding-bottom:40px;
	}
	
	.ten-things-container .report-slider {
		height:302px;
	}
	.ten-things-container .report-slider-viewport {
		height:302px;
	}
	.ten-things-container .report-slider-canvas {
		height:302px;
	}
	.ten-things-container .report-slider-item {
		height:302px;
	}
	
	.report-slider {
		height: 474px;
	}
	
	.report-slider-viewport {
		overflow:hidden;
		position:relative;
		height: 474px;
	}
	
	.report-slider-canvas {
		position:absolute;
		height: 474px;
	}
	
	.report-slider-item {
		height:474px;
		margin-right:20px;
		margin-left:20px;
		float:left;
		cursor:pointer;
	}
	
	#lightbox-container {
		display:none;
		background:rgba(0,0,0,.6);
		position:absolute;
		top:0px;
		left:0px;
		right:0px;
		bottom:0px;
		text-align:center;
		z-index:99999;
	}
	
	.lightbox-popin {
		display:none;
		position:static;
		margin:0px auto;
		width:813px;
		color:black;
		text-align:left;
		min-height:100px;
	}
	
	.lightbox-quote-box {
		background-color:#444;
		color:white;
		text-align:center;
		padding:20px;
		font-size:20px;
		font-weight:200;
	}
	.lightbox-quote {
		margin-top:25px;
		padding: 0 30px;
	}
	.lightbox-name {
		color:#FBAF17;
		text-transform:uppercase;
	}
	.lightbox-position {
		text-transform:uppercase;
		font-size:14px;
		padding: 0 40px;
	}
	
	.digitopia-xsmall .lightbox-popin {
		width:70%;
	}
	
	.lightbox-closer {
		position:relative;
		text-align:right;
		height:0px;
	}
	
	.lightbox-closer > img {
		position: absolute;
		right: -70px;
		top: -20px;
		cursor: pointer;
	}
	
	.lightbox-content {
		min-height:400px;
		background-color:#444;
		padding:20px;
	}
	.lightbox-content .lightbox-letters {
		padding:60px 60px 0 60px;
	}
	.lightbox-content .lightbox-letters div {
		font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
		font-size:22px;
		font-weight:200;
		color:#fcaf17;
		text-align:center;
		padding-bottom:25px;
		border-bottom:thin solid #fcaf17;
		margin-bottom:30px;
		text-transform:uppercase;
	}
	.lightbox-content .lightbox-letters p{
		line-height:27px;
		font-family:Trocchi,serif;
		font-size:17px;
		color:white;
	}
	.lightbox-content .lightbox-letters div.letter-names {
		text-align:left;
		font-size:16px;
		border-bottom:none;
		margin-top:40px;
		line-height:24px;
		margin-bottom:0;
	}
	#lightbox-next-five-years .lightbox-content {
		color:white;
		font-size:17px;
		padding: 67px 55px;
	 	font-family:Trocchi,serif;
		line-height: 26px;
	}
	#lightbox-next-five-years .lightbox-content h3{
	 	color:#fcaf17;
	 	font-weight:normal;
	 	font-size:22px;
	 	line-height:29px;
	 }
	#lightbox-next-five-years .lightbox-content p{
		margin-top:20px;
	}
	 #lightbox-next-five-years .lightbox-content .header {
	 	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	 	font-size:15px;
	 	font-weight:200px;
	 	text-transform:uppercase;
	 	color:#fcaf17;
	}
	#lightbox-next-five-years .lightbox-content .orange{
	 	color:#fcaf17;
	}
	.resource-report-headgraphic {
		position:relative;
	}
	.head-undergraphic {
		background-image:url(/images/reports/5year-top-tiny.png);
		background-size:cover;
		height:500px;
		width:100%;
		position:absolute;
		left:0;
	}
	.resource-report-headgraphic .container {
		padding-top:40px;

	}
	.resource-report-headgraphic .button-link {
		border:thin white solid;
		padding:10px 20px;
		font-size:17px;
		-webkit-border-radius: 10px 10px 10px 10px;
		border-radius: 10px 10px 10px 10px;	
		margin-top:30px;
	}
	.resource-report-quote {
		background-color: #616161;
		font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
		font-size: 20px;
		color: #FFFFFF;
		padding-top:40px;
		padding-bottom:40px;
		font-weight:200;
	}
	.resource-report-quote div{
		text-align:center;
	}
	.resource-report-quote .attribution { 
		font-weight: normal;
		font-size: 20px;
		text-transform: uppercase;
		color: #FBAF17;
	}
	.resource-report-quote .attribution-title { 
		font-weight: 400;
		font-size: 14px;
		text-transform: uppercase;
		/* color: #9A9A9A; */
	}
	.resource-report-download-bar {
		background:#1f363a;
		padding-bottom:50px;
		width:100%;
		position:relative;
		margin-bottom:30px;
		text-align:center;
	}
	
	.button-link {
		cursor:pointer;
	}
	
	.resource-report-download-bar .button-link {
		margin:0 auto;
		color:white;
		border:thin white solid;
		margin-top:50px;
		padding:20px 50px 20px 50px;
		font-size:17px;
		-webkit-border-radius: 10px 10px 10px 10px;
		border-radius: 10px 10px 10px 10px;	
	}
	.resource-report-users {
		background-color:#C0B49A;
		margin-top:2px;
		margin-bottom:2px;
		font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
		font-size: 17px;
		color: #4d4d4d;
		font-weight:200;
	}
	.resource-report-users .attribution{
		font-size: 20px;
		text-transform:uppercase;
	}
	.resource-addressing {
		padding-top:30px;
		padding-bottom:30px;
		clear:left;
		overflow:auto;
		padding-bottom:50px;
	}
	.resource-addressing .col-md-3.box {
		background-color:#e36024;
		border-left:thin solid #fff;
		color:#fff;
		margin-top:10px;
		padding:10px;
		height:177px;
		font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
		font-size: 14px;
		font-weight:200;
		line-height:17px;
	}
	.resource-addressing h1, .resource-report-what-people h1, .resource-report-bythenumbers h1, .resource-report-ourmodel h1, .resource-report-storiesofimpact h1, .resource-report-10things h1, .resource-report-next5years h1 {
		font-family: Trocchi,serif;
		font-size: 36px;
		font-weight: normal;
		color: #616161;
	}
	.quote-box {
		cursor:pointer;
	}
	.resource-report-storiesofimpact {
		padding-bottom:50px;
	}
	 .resource-report-what-people .quote-box {
		background-color:#1f6b71;
		color:white;
		height:233px;
		-webkit-border-radius: 8px 8px 8px 8px;
		border-radius: 8px 8px 8px 8px;
		margin-top:10px;
		margin-bottom:10px;
		padding:20px 7px;
		text-transform:uppercase;
		text-align:center;
		font-size:11px;
		line-height:17px;
	}
	 .resource-report-what-people {
	 	padding-top:30px;
	 	padding-bottom:30px;
	 }
	 .resource-report-what-people .quote-box div {
	 	font-weight:200;
	 	font-size:18px;
	 	line-height:22px;
	 	padding:4px 13px;	 	
	 	margin-top:20px;
	 	margin-bottom:20px;
	 }

	 .resource-report-headgraphic .linkbox {
	 	margin-top:50px;
	 	margin-bottom:60px;	
	 	text-align:center;
	 	color:white;
		font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
		font-size: 35px;
		font-weight:200;
	 }
	 .resource-report-bythenumbers, .resource-report-ourmodel, .resource-report-next5years {
		font-family: Trocchi,serif;
		font-size: 22px;
		color:#E36024;
		line-height:28px;
	}
	.resource-report-bythenumbers, .resource-report-ourmodel {
		padding-bottom:40px;
	}
	.resource-report-letters {
		margin-top:30px;
		margin-bottom:50px;
	}
	.resource-report-letters .lettersbox {
		background-color:#1f363a;
		color:white;
		padding:30px;
		font-family: Trocchi,serif;
		font-size: 17px;
		color:white;
		text-align:center;
		margin-top:20px;

	}
	.resource-report-letters .lettersbox .title {
		color:#c9e2ea;
		font-family: Novecentosanswide-Medium;
		font-size:17px;
		text-transform:uppercase;
		margin-bottom:20px;
	}
	.resource-report-letters .lettersbox .button-link, .resource-report-next5years .button-link {
		border:thin solid white;
		margin-top:20px;
		width:100%;
		padding-top:20px;
		padding-bottom:20px;
		font-size:17px;
		-webkit-border-radius: 10px 10px 10px 10px;
		border-radius: 10px 10px 10px 10px;	
	}
	.resource-report-next5years {
		padding-bottom:30px;
		padding-top:20px;
	}
	.resource-report-next5years .button-link {
		margin-top:0;
		width:100%;
		text-align:center;
		border-radius:10px;
		padding-top:20px;
		padding-bottom:20px;
	}
	.resource-report-next5years .next5orangeblock {
		background-color:#f7a319;
		font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
		clear:left;
		overflow:auto;
		text-align:center;
		margin-top:30px;
		margin-bottom:0px;
	}
	.resource-report-next5years .next5orangeblock .head {
		border-bottom:white thin solid;
		margin:30px 65px;
		color:white;
		font-size: 23px;
		font-weight:200;
		text-transform:uppercase;
		padding-bottom:25px;
		text-align:center;
	}
	.resource-report-next5years .next5orangeblock .item-block {
		width:165px;
		height:200px;
		float:left;
		margin:0 35px 15px 35px;
		font-size:14px;
		font-weight:200;
		color:#616161;
		line-height:18px;
	}
	.resource-report-next5years .next5orangeblock .item-block-spacer {
		display:block;
		width:75px;
		height:200px;
	}
	.digitopia-small .resource-report-next5years .next5orangeblock .item-block-spacer, .digitopia-xsmall .resource-report-next5years .next5orangeblock .item-block-spacer {
		display:none;
	}
	.report-slider-arrow {
		cursor:pointer;
	}

/* pages/resources/reports/2017progress.html */

	.head-undergraphic-2017 {
		background-image:url(/images/reports/2017-top.jpg);
		background-size:cover;
		height:550px;
		width:100%;
		position:absolute;
		left:0;
		background-position:center top;
	}
	.digitopia-xsmall .head-undergraphic-2017 {
		background-position:-200px top;
		position:relative;
		background-position:70% bottom;
	}
	.2017progress-report-header { height:490px; }

	.digitopia-xsmall .2017progress-report-header {
		height:auto;
	}
	.resource-report-headgraphic .linkbox.linkbox2017 {
		margin-bottom:93px;
		margin-top:90px;
	}
	.digitopia-small .resource-report-headgraphic .linkbox.linkbox2017 {
		margin-top:50px;
	}
	.digitopia-xsmall .resource-report-headgraphic .linkbox.linkbox2017 {
		margin-bottom:20px;
		margin-top:-15px;
	}	
	.report-ceo-2017 {
		margin-top:3px;
		background-color:#05555c;
		padding-bottom:30px;
	}
	.report-ceo-2017 .lettersbox {
		color: white;
		font-family: Trocchi,serif;
		font-size: 17px;
		padding: 30px 30px 0 30px;
		text-align: center;
	}
	.report-ceo-2017 .title {
	   color: #87b8c1;
		font-family: Novecentosanswide-Medium;
		font-size: 16px;
		margin-bottom: 20px;
		text-transform: uppercase;
		letter-spacing:.5px;
    }
	.users2017 {
    	background-color:#05555c;
		margin-top: 1px;
		font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
		font-size: 15px;
		color: #ffffff;
		font-weight: 200;  
		line-height:24px;
	}
	.users2017 .title {
		font-size:23px;
		margin-bottom:20px;
		line-height:29px;
	}
	.users2017 p {
		font-style:italic;
		color:#92c6cf;
		line-height:19px;
	}
	.users2017 .photofeature1 {
		background-size:cover;
		background-repeat:no-repeat;
		height:345px;
	}
	.users2017 .col-md-5 {
		height:345px;
	}
	.digitopia-small .users2017 .col-md-5 , .digitopia-xsmall .users2017 .col-md-5 {
		height:auto;
	}
	.users2017 .photofeature2 {
		background-size:cover;
		background-repeat:no-repeat;
		height:400px;
	}
	.digitopia-xsmall .users2017 .photofeature1 {
		background-size:contain;
		background-repeat:no-repeat;
		height:240px;
	}
	.digitopia-xsmall .users2017 .photofeature2 {
		background-size:contain;
		background-repeat:no-repeat;
		height:240px;
	}
	.users2017 .photocredit {
		position:absolute;
		bottom:10px;
		font-family:'Gotham SSm A', 'Gotham SSm B', sans-serif;
		font-size:11px;
		font-weight:200;
		color:#92c6cf;
	}
    .globalhighlights2017 {
		font-family: Trocchi,serif;
    	font-size: 22px;
    	color: #ffffff;
    	line-height: 28px;
	}
    .globalhighlights2017 .topcontainer {
		border-bottom:thin solid #05555c;
	}
    .champions2017 {
    	color:#05555c;
		font-family: Trocchi,serif;
    	font-size: 22px;
    	line-height: 28px;
	}
	.champions2017-highlights .item {
		padding:10px;
		background-color:#636466;
		font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
		font-weight:200;
		font-size:12px;
		color:#ffffff;
		line-height:16px;
		height:255px;
	}
	.digitopia-small .champions2017-highlights .item {
		margin-bottom:9px;
		height:275px;
	}
	.digitopia-xsmall .champions2017-highlights .item {
		height:auto;
		width:90%;
		margin:0 auto;
		margin-bottom:20px;
		padding:top:8px;
		padding-bottom:8px;
	}
	
	.champions2017-highlights .item .top {
		height:150px;
		background-size:contain;
		background-repeat:no-repeat;
		text-align:center;
		background-position:center;
		margin-bottom:7px;
		width:100%;
	}
	.digitopia-xsmall .champions2017-highlights .item .top, .digitopia-small .champions2017-highlights .item .top {
		height:200px;
	}
	.ccforum2017 {
    	color:#05555c;
		font-family: Trocchi,serif;
    	font-size: 20px;
    	line-height: 27px;
    	color:#636466;
	}
	.ccforum2017 .ccforumphoto {
		height:350px;
		background-image:url(/images/reports/2017-ccforumphoto.png);
		background-size:cover;
		background-position:center center;
		background-repeat:no-repeat;
		margin-top:30px;
	}
	.ccforum2017 .ccforumfacts {
		background-color:#636466;
		height:300px;
		margin-bottom:50px;
		padding-left:5px;
		padding-right:5px;
	}
	.digitopia-medium .ccforum2017 .ccforumfacts {
		height:300px;
	}
	.ccforum2017 .ccforumfacts .report-slider, .ccforum2017 .ccforumfacts .report-slider-canvas, .ccforum2017 .ccforumfacts .report-slider-viewport {
		height:200px;
	}
	.ccforum2017 .ccforumfacts .report-slider-item {
		height:200px;
	}
	.2017highlights-container {
		height:320px;
	}
	.globalhighlights2017 .report-slider, .globalhighlights2017 .report-slider-canvas, .globalhighlights2017 .report-slider-viewport, .globalhighlights2017 .report-slider-item {
		height:320px;
	}
	.highlights-item {
		width:128px;
		height:20px;
		display:inline-block;
		text-align:center;
		color:#636466;
		font-family: Novecentosanswide-Medium,sans-serif;
		letter-spacing:1px;
		font-size:11px;
		text-transform:uppercase;
		line-height:16px;
		vertical-align:top;
	}
	.highlights-item p{
		padding-left:5px;
		padding-right:5px;
	}

	.digitopia-xsmall .ccforumfacts {
		height:auto;
	}
	 .ccforumfacts .report-slider-container .icon {
	 	display:inline-block;
	 	width:230px;
	 	height:200px;
	 	padding-top:35px;
	 	margin-left:10px;
	 }
	 .ccforumfacts .report-slider-container .icon img {
	 	width:100%;
	 	height:auto;
	 }
	 
	.digitopia-small .ccforumfacts .report-slider-container .icon {
		width:175px;
	}
	.digitopia-small .ccforumfacts .report-slider-container .icon img {
		width:175px;
	}
	.ccforumfacts .report-slider-container .stats2017 {
		display:inline-block;
		width:155px;
		border-left:2px solid #6ebfde;
		padding-left:8px;
	}
	.digitopia-small .ccforumfacts .report-slider-container .stats2017 {
		width:135px;
	}
	.ccforumfacts .report-slider-container .stats2017 img {
		width:135px;
		height:auto;
	}
	.digitopia-small .ccforumfacts .report-slider-container .stats2017 img {
		width:135px;
	}
	.digitopia-xsmall .ccforumfacts .report-slider-container, .digitopia-xsmall .globalhighlights2017 .report-slider-container {
		display:none;
	}
	.digitopia-small .globalhighlights2017 .report-slider-container {
		display:none;
	}
	.ccforumfacts .report-static-container {
	 	display:none;
	 }
	 .ccforumfacts .report-static-container .static-item {
	 	border-bottom: thin solid #ffffff;
	 	margin-left:10px;
	 	padding-bottom:20px;
	 	margin-bottom:20px;
	 	text-align:center;
	 }
	.digitopia-xsmall .report-static-container .static-item {
		width:90%;
		margin:0 auto;
		margin-bottom:20px;
	}
	 .ccforumfacts .report-static-container .static-item .static-graphic {
	 	display:inline-block;
	 	width:100px;
	 	
	 }
	 .ccforumfacts .report-static-container .static-item .static-text {
	 	display:inline-block;
	 	width:190px;
	 	padding-left:10px;
	 	border-left:thin solid #6ebfde;
	 }
	.digitopia-xsmall .ccforumfacts .report-static-container {
		display:block;
		margin-top:20px;
	}
	.globalhighlights2017 .report-static-container2 {
		display:none;
	}
	.digitopia-xsmall .globalhighlights2017 .report-static-container2, .digitopia-small .globalhighlights2017 .report-static-container2 {
		display:block;
		text-align:center;
	}
	.globalhighlights2017 .report-static-container2 .static-item {
	 	display:inline-block;
	 	width:150px;
	 	margin:7px;
	 	border:thin solid #636466;
	 	padding:7px;
	 	height:150px;
	 	text-align:center;
		color:#636466;
		font-family: Novecentosanswide-Medium,sans-serif;
		font-size:10px;
		text-transform:uppercase;
		line-height:13px;
		vertical-align:top;
	 }
	 .bythenumbers2017 p{
	 	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	 }
	 .digitopia-xsmall .bythenumber2017slider {
	 	display:none;
	 }
	 .bythenumber2017static {
	 	display:none;
	 }
	 .bythenumber2017static .static-item {
	 	text-align:center;
	 	margin-top:20px;
	 	margin-bottom:20px;
	 }
	 .digitopia-xsmall .bythenumber2017static {
	 	display:block;
	 }
	 .bythenumber2017static img {
	 	width:95%;
	 	height:auto;
	 }

/* pages/resources/reports/2016progress.html */

	.head-undergraphic-2016 {
		background-image:url(/images/reports/2016-top.png);
		background-size:cover;
		height:453px;
		width:100%;
		position:absolute;
		left:0;
	}
	.digitopia-xsmall .head-undergraphic-2016 {
		background-position:-200px top;
		position:relative;
	}
	#the-main-content .sharelink a {
		color:#1fbdc6;
	}
	.report-button-link-container {
		text-align:center;
	}
	.report-button-link {
	    font-family: Novecentosanswide-Medium,sans-serif;
		font-size: 15px;
		color: #fff;
		background: #267d84;
		border-radius: 8px;
		padding: 7px 20px;
		display: inline-block;
		text-transform: lowercase;
		margin-top:30px;
		border:thin solid white;
	}
	.report-ceo-2016 {
		margin-top:3px;
		background-color:#1f363a;
		padding-bottom:30px;
	}
	.report-ceo-2016 .lettersbox {
		color: white;
		font-family: Trocchi,serif;
		font-size: 17px;
		padding: 30px 30px 0 30px;
		text-align: center;
	}
	.report-ceo-2016 .title {
	   color: #c9e2ea;
		font-family: Novecentosanswide-Medium;
		font-size: 17px;
		margin-bottom: 20px;
		text-transform: uppercase;
    }
    .projecting-2016 h1, .stregthening-2016 h1, .chef2016 h1, .prioritize2016 h1, .progress2016 h1, .counting2016 h1 {
    	font-family:Trocchi,serif;
    	font-size:36px;
    }
    .projecting-2016 .item {
    	background-color:#03709f;
    	height:295px;
    	padding-top:20px;
		font-family: Novecentosanswide-Medium,sans-serif;
		color:white;
		font-size:18px;
    }
    .digitopia-xsmall .projecting-2016 .item {
    	margin-top:4px;
    	height:200px;
    }
    .projecting-2016 .item .icon {
    	width:50%;
    	height:80px;
    	margin:0 auto;
    	background-repeat:no-repeat;
    	background-position:center center;
    	background-size:contain;
    }
    .projecting-2016 .item .title {
    	text-align:center;
    	letter-spacing:.5px;
    	margin-top:10px;
    }
    .projecting-2016 .item .text {
		font-family: 'Gotham SSm A', 'Gotham SSm B',sans-serif;
		font-size:13px;
		padding:10px;
    }
	.users2016 {
    	background-color:#d5d5d5;
		margin-top: 3px;
		font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
		font-size: 16px;
		color: #4d4e4f;
		font-weight: 200;  
		line-height:24px;
	}
	.users2016 .title {
		font-size:25px;
		color:#03709f;
		margin-bottom:20px;
	}
	.users2016 .attribution {
		font-family: Novecentosanswide-Medium,sans-serif;
		margin-top:20px;
		font-size:14px;
		color:#717171;
	}
	.strengthening2016 {
		font-family: Trocchi,serif;
    	font-size: 22px;
    	color: #616161;
    	line-height: 28px;
	}
	.strengthening2016 .border {
		border-top:thin solid #03709f;
		margin-top:20px;
	}	
	.strengthening2016 .rowhead {
		font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
		font-size: 16px;
		color: #616161;
		font-weight: 200; 
		line-height:19px;
		text-align:center;
	}	
	.strengthening2016 .rowhead .title {
		font-family: Novecentosanswide-Medium,sans-serif;
		font-size:16px;
		color:#03709f;
		font-weight:600;
		margin-top:20px;
		margin-bottom:7px;
	}
	.strengthening2016 .new5 {
		width:20%;
		margin-top:20px;
		float:left;
	}
	.strengthening2016 .new4 {
		width:10%;
		margin-top:20px;
		float:left;
		height:150px;
	}
	.strengthening2016 .new5-disappear {
		.height:150px;
	}
	.digitopia-xsmall .strengthening2016 .new4, .digitopia-xsmall .strengthening2016 .new5-disappear {
		display:none;
	}
	.strengthening2016 .text {
		padding-left:35px;
		padding-right:35px;
		font-family: Novecentosanswide-Medium,sans-serif;
		font-size:12px;
		color:#03709f;
		font-weight:600;
		line-height:14px;
		text-align:center;
	}
	.digitopia-xsmall .strengthening2016 .new5 {
		width:100%;
		float:none;
	}
	.strenghticon2016 {
    	width:60%;
    	height:80px;
    	margin:0 auto;
    	background-repeat:no-repeat;
    	background-position:center center;
    	background-size:contain;
    	margin-bottom:20px;
	}
	.prioritize2016, .counting2016, .chef2016 {
		font-family: Trocchi,serif;
    	font-size: 22px;
    	color: #616161;
    	line-height: 28px;
    	color:white;
	}
	.prioritize2016 .report-slider {
		height:200px;
	}
	.prioritize2016 .report-slider-item {
		height:200px;
		background-color:white;
	}
	.prioritize2016 .prioritize-container .text {
		padding-left:140px;
		padding-right:10px;
		line-height:200px;
		height:220px !important;
		background-size:125px 125px;
		background-position: 10px center;
		background-repeat:no-repeat;
		font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
		font-size: 14px;
		color: #616161;
		font-weight: 200; 
	}
	.digitopia-xsmall .prioritize2016 .prioritize-container .text {
		background-size:25%;
		padding-left:30%;
		line-height:18px;
		padding-right:1px;
		background-position:3px 20px;
	}
	
	.prioritize2016 .prioritize-container .text span {
		line-height:19px;
		vertical-align:middle;
		display:inline-block;
	}
	.digitopia-xsmall .prioritize2016 .prioritize-container .text span {
		font-size:12px;
		line-height:15px;
		margin-top:-20px;
	}
	.advocacy-highlights .item {
		padding:10px;
		background-color:#434445;
		text-align:center;
		font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
		font-weight:200;
		font-size:14px;
		color:#76c5e2;
		line-height:16px;
		height:225px;
	}
	.digitopia-xsmall .advocacy-highlights .item {
		height:250px;
	}
	.advocacy-highlights .item .top {
		height:150px;
		background-size:contain;
		background-repeat:no-repeat;
		text-align:center;
		background-position:center;
		margin-bottom:10px;
		width:100%;
	}
	.digitopia-xsmall .advocacy-highlights .item .top {
		height:200px;
	}
	.counting2016 .item {
		display:inline-block;
	}
	.chef-container {
		background-color:#03709f;
		padding:10px;
		text-align:center;
		height:350px;
	}
	.chef-container .photo {
		width:100%;
		height:150px;
	}
	.chef-container .text {
		font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
		font-weight:700;
		font-size:12px;
		color:white;
		text-align:center;
		text-transform:uppercase;
		line-height:15px;
		margin-top:10px;
	}
	.chef-container .text div {
		color:#c9e2ea;
	}

	.chef2016 .report-slider-item, .chef2016 .report-slider-canvas, .chef2016 .report-slider-viewport, .chef2016 .report-slider {
		height:300px !important;
	}
	

/* pages/about/news/test.html */

	.list-item.newsarchive {
		padding: 0;
	}
	.list-item.newsarchive .newsthumbnail {
		height:150px;
		background-size: cover;
		background-repeat:no-repeat;
	}
	.list-item.newsarchive .title {
		font-size:14px;
		line-height:17px;
	}
	.list-item.newsarchive .subtitle {
		font-size:12px;
		line-height:16px;
		padding-left:0;
		color:#919191;
	}
	.news-sidebar-head {
		font-family:Trocchi,sans-serif;
		font-size:14px;
		font-weight:600;
	}

/* pages/about/champions-men.html */

	.list-item .ambassador.text {
		margin-top:20px;
	}

/* pages/donate/new-index.html */

	.donate-gradient {
		background: -moz-linear-gradient(left,  rgba(4,5,8,1) 0%, rgba(4,5,8,0) 6%, rgba(4,5,8,0) 7%, rgba(4,5,8,0) 93%, rgba(4,5,8,0) 94%, rgba(4,5,8,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(4,5,8,1)), color-stop(6%,rgba(4,5,8,0)), color-stop(7%,rgba(4,5,8,0)), color-stop(93%,rgba(4,5,8,0)), color-stop(94%,rgba(4,5,8,0)), color-stop(100%,rgba(4,5,8,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  rgba(4,5,8,1) 0%,rgba(4,5,8,0) 6%,rgba(4,5,8,0) 7%,rgba(4,5,8,0) 93%,rgba(4,5,8,0) 94%,rgba(4,5,8,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  rgba(4,5,8,1) 0%,rgba(4,5,8,0) 6%,rgba(4,5,8,0) 7%,rgba(4,5,8,0) 93%,rgba(4,5,8,0) 94%,rgba(4,5,8,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  rgba(4,5,8,1) 0%,rgba(4,5,8,0) 6%,rgba(4,5,8,0) 7%,rgba(4,5,8,0) 93%,rgba(4,5,8,0) 94%,rgba(4,5,8,1) 100%); /* IE10+ */
		background: linear-gradient(to right,  rgba(4,5,8,1) 0%,rgba(4,5,8,0) 6%,rgba(4,5,8,0) 7%,rgba(4,5,8,0) 93%,rgba(4,5,8,0) 94%,rgba(4,5,8,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#040508', endColorstr='#040508',GradientType=1 ); /* IE6-9 */
		width:100%;
		height:100%;
	}
	.donate-photo {
		 width:1200px;
		 height:380px;
		 margin:0;
		 margin:auto;
		 background-image:url(/images/donatew.png);
		 margin-bottom:30px;
		 margin-top:-20px;
		 background-repeat:no-repeat;
	}
	.at form .label-amount input[type="radio"]:checked+a {
   	 border-color: #579b43 !important;
   	 background-color: #579b43 !important;
	}
	.at .at-step.active {
    border-bottom-color: #76c5e2 !important;
	}
	.at .btn-at-primary {
    background-color: #76c5e2 !important;
	}

/* pages/events/webinars.html */

	.calendar-grid {
		width:339px;
		margin-bottom:30px;
	}
	.calendar-grid .item {
		width:150px;
	}
	.event-item .date {
		font-family:Trocchi,serif;
		font-size:52px;
		text-align:center;
		width:50%;
	}
	.event-item .date .day {
		width:40%;
		border-top:thin solid #b0b0b0;
		text-align:center;
		margin:0 auto;
		margin-top:10px;
	}
	.event-item .time {
		font-family:Trocchi,serif;
		font-size:17px;
	}
	.event-item .readmore {
		font-family: Novecentosanswide-Medium,sans-serif;
		font-size:15px;
		margin-top:20px;
	}
	.event-item .button-link {
		margin-top:20px;
	}

/* pages/events/index.html */

	.calendar-grid {
		width:339px;
		margin-bottom:30px;
		margin-top:50px;
	}
	.calendar-grid .item {
		width:150px;
	}
	.event-item .date {
		font-family:"Bree Serif",serif;
		font-size:52px;
		text-align:center;
		width:50%;
	}
	.digitopia-small .date, .digitopia-xsmall .date {
		font-size:20px;
		width:100%;
	}
	.event-item .date .day {
		width:40%;
		border-top:thin solid #b0b0b0;
		text-align:center;
		margin:0 auto;
		margin-top:10px;
	}
	.digitopia-small .event-item .date .day, .digitopia-xsmall .event-item .date .day {
		border-bottom:thin solid #b0b0b0;
		border-top:none;
		width:60%;
		padding-bottom:20px;
		margin-bottom:20px;
	}
	.event-item .time {
		font-family:"Bree Serif",serif;
		font-size:17px;
	}
	.event-item .readmore {
		font-size:15px;
		margin-top:20px;
	}
	.event-item .button-link {
		margin-top:20px;
	}
	
	.paginated .list-item {
		display:none;
	}
	
	.featured-events {
		height:220px;
		width:100%;
		margin:0 auto;
		margin-top:30px;
	}
	
	.featured-events-viewport {
		width:100%;
		height:100%;
		position:relative;
		overflow:hidden;
		-webkit-box-shadow: 0 3px 2px 4px #f1f1f1;
		box-shadow: 0 3px 2px 4px #f1f1f1;
	}
	
	.featured-events-canvas {
		top:0px;
		left:0px;
		clear:left;
		overflow:auto;
	}
	
	.featured-events-item {
		background-size: 60% ;
    	background-repeat: no-repeat;
		float:left;
		/*background-size: cover;*/
		height:220px;
	}
	.featured-events-item .title {
		font-family:"Bree Serif",serif;
		font-size:21px;
		line-height:23px;
	}
	.featured-events-item .date {
		font-family:"Bree Serif",serif;
		font-size:21px;
		line-height:27px;
		margin-bottom:20px;
	}
	.featured-events-item .featured-event-container {
		padding-left:400px;
		padding-right:80px;
		padding-top:30px;
		height:220px;
		overflow:hidden;
	}
	.featured-events-next {
		position:absolute;
		top:80px;
		position:absolute;
		right:20px;
		width:44px;
		height:44px;
		background-image:url(/images/circle-next.png);
		cursor:pointer;
		opacity:.7;		
	}
	.featured-events-prev {
		position:absolute;
		top:80px;
		position:absolute;
		left:20px;
		width:44px;
		height:44px;
		background-image:url(/images/circle-back.png);
		cursor:pointer;
		opacity:.7;		
	}
	.featured-events-next:hover, .featured-events-prev:hover {
		opacity:1.0;
	}
	.featured-events-item .whitegradient {
		background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.85) 41%, rgba(255,255,255,0.94) 45%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(41%,rgba(255,255,255,0.85)), color-stop(45%,rgba(255,255,255,0.94)), color-stop(48%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 41%,rgba(255,255,255,0.94) 45%,rgba(255,255,255,1) 48%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 41%,rgba(255,255,255,0.94) 45%,rgba(255,255,255,1) 48%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 41%,rgba(255,255,255,0.94) 45%,rgba(255,255,255,1) 48%,rgba(255,255,255,1) 100%); /* IE10+ */
		background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 41%,rgba(255,255,255,0.94) 45%,rgba(255,255,255,1) 48%,rgba(255,255,255,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
		width:100%;
		height:100%;
	}
	.gridmode { display:inline; }
	.digitopia-small .gridmode, .digitopia-xsmall .gridmode { display:none; }
	.listmode { display:none; }
	.digitopia-small .listmode, .digitopia-xsmall .listmode { display:inline; }

/* pages/country-profiles/focus-countries.html */

	.focusgradient-container {
		margin-top:-40px;
		position:relative;
		z-index:-1;
	}
	.focusgradient {
		position:absolute;
		width:100%;
		height:100%;
		top:0;
		left:0;
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 80%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(80%,rgba(255,255,255,0.4)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 80%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 80%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 80%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 80%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}
	.focusgradient-container .photo_credit {
		left:0;
		bottom:40px;
	}
	.focus-overview {
		margin-bottom:30px;
	}
	.focus-country .infocontainer {
		margin-bottom:50px;
	}
	.focus-country .heading {
		font-family:Trocchi,serif;
		font-size:25px;
	}
	.focus-news {
		height:250px;
		overflow:hidden;
		box-shadow: 2px 4px 5px 3px rgba(150, 150, 150, 0.6);
		margin-bottom:10px;
	}
	.focus-news.homefeatured .flag {
		right:15px;
		top:0px;
	}
	.focus-news.homefeatured .excerpt {
		font-size:12px;
	}
	.focus-news.whitetext.homefeatured .title {
		margin-top:60px;
	}
	.focus-country .styledlink a {
		font-family: Novecentosanswide-Bold,sans-serif;
    	font-size: 12px;
		text-transform: uppercase;
	}
	.focus-country .infocontainer .list-item.event-item {
		padding:30px 35px;
	}
	.focus-country .infocontainer.person-container {
		clear:left;
		overflow:auto;
		margin-bottom:0;
	}
	.focus-country .infocontainer .person-item {
		float:left;
		width:200px;
		padding:10px;
		text-align:center;
		margin-right:20px;
		margin-left:5px;
		margin-bottom:30px;
		height:200px;
	}
	.focus-country .infocontainer .person-item img, .focus-country .market-manager img {
		box-shadow: 0 2px 4px 4px #ddd;
	}


/* pages/country-profiles/all.html */

	.countryprofile {
		border:thin solid #c0c0c0;
		clear:left;
		margin-top:50px;
		overflow:auto;
		margin-bottom:50px;
	}
	.countryprofile .name {
		border-top: thin solid #c0c0c0;
		font-family: Trocchi,serif;
		font-size:15px;
		line-height:72px;
		padding-left:62px;
		background-repeat:no-repeat;
		background-position:20px center;
	}
	
	.countryprofile .name.on {
		background-color:#267d84;
	}
	.countryprofile .name.on a{
		color:white !important;
	}
	
	.countryprofile .name:nth-of-type(1) {
		border-top:none;
	}
	.countryprofile	.stats {
		width:100%;
		text-align:center;
		padding-bottom:30px;
	}
	
	.stats {
		display:none;
	}
	.countryprofile .name#info {
		background-image:url(/images/icon-info-off.png);
	}
	.countryprofile .name#health {
		background-image:url(/images/icon-health-off.png);
	}
	.countryprofile .name#cookstoves {
		background-image:url(/images/icon-cookstove-off.png);
	}
	.countryprofile .name#business {
		background-image:url(/images/icon-business-off.png);
	}
	.countryprofile .name#gender {
		background-image:url(/images/icon-gender-off.png);
	}
	.countryprofile .name#energy {
		background-image:url(/images/icon-energy-off.png);
	}
	.countryprofile .name#adoption {
		background-image:url(/images/icon-adoption-off.png);
	}
	.countryprofile .name.on#info {
		background-image:url(/images/icon-info-on.png);
	}
	.countryprofile .name.on#health {
		background-image:url(/images/icon-health-on.png);
	}
	.countryprofile .name.on#cookstoves {
		background-image:url(/images/icon-cookstove-on.png);
	}
	.countryprofile .name.on#business {
		background-image:url(/images/icon-business-on.png);
	}
	.countryprofile .name.on#gender {
		background-image:url(/images/icon-gender-on.png);
	}
	.countryprofile .name.on#energy {
		background-image:url(/images/icon-energy-on.png);
	}
	.countryprofile .name.on#adoption {
		background-image:url(/images/icon-adoption-on.png);
	}
	.stats h2 {
		font-family:Trocchi,serif;
		font-size:24px;
		font-weight:normal;
	}
	.stats table {
		font-size:14px;
		font-family: 'Gotham SSm A', 'Gotham SSm B',sans-serif;
		line-height:16px;
		margin-top:25px;
	}
	.stats table .type {
		text-align:right;
		width:60%;
		padding-right:15px;
		border-right:thin solid #99c2c5;
		font-weight:700;
		padding-top:3px;
		padding-bottom:3px;
	}
	.stats table .data {
		text-align:left;
		padding-left:15px;
		width:40%;
		font-weight:400;
		padding-top:3px;
		padding-bottom:3px;
	}

/* pages/who-we-are/team.html */

	.our-team-boxes {
		margin-bottom:30px;
		width:202px;
		height:202px;
		overflow:hidden;
	}
	.our-team-boxes-background {
	}
	.our-team-boxes img {
		-webkit-box-shadow: -3px 3px 7px 2px #cccccc;
		box-shadow: -3px 3px 7px 2px #cccccc;	}
	.our-team-namebox {
		position:absolute;
		left:15px;
		bottom:0px;
		width:202px;
		height:202px;
		font-family:"Bree Serif",serif;
		color:white;
		font-size:12px;
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 33%, rgba(0,0,0,0.25) 66%, rgba(0,0,0,0.9) 100%, rgba(0,0,0,0) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(33%,rgba(0,0,0,0.1)), color-stop(66%,rgba(0,0,0,0.25)), color-stop(100%,rgba(0,0,0,0.9)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 33%,rgba(0,0,0,0.25) 66%,rgba(0,0,0,0.9) 100%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 33%,rgba(0,0,0,0.25) 66%,rgba(0,0,0,0.9) 100%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 33%,rgba(0,0,0,0.25) 66%,rgba(0,0,0,0.9) 100%,rgba(0,0,0,0) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 33%,rgba(0,0,0,0.25) 66%,rgba(0,0,0,0.9) 100%,rgba(0,0,0,0) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	}
	.our-team-namebox .name {
		font-size:14px;
	}
	.our-team-namebox .name-container {
		position:absolute;
		bottom:12px;
		left:17px;
		width:160px;
	}
	.leadership h2 {
		font-family:"Bree Serif",serif;
		font-size:20px;
		font-weight:bold;
	}
	
	.team-position {
		display:none;
		font-size:14px;
	}

/* pages/who-we-are/champions.html */

	.list-item .ambassador.text {
		margin-top:20px;
	}

/* pages/who-we-are/careers.html */

	.job-subtitle {
		font-family:Trocchi,serif;
		font-size:17px;
		margin-top:20px;
		margin-bottom:30px;
	}
	.job-text-search {
		display:inline-block;
	}
	.job-intro-text {
		display:inline-block;
		width:250px;
		font-family: 'Gotham SSm A', 'Gotham SSm B',sans-serif;
		font-weight:700;
	}
	.job-text-search input {
		font-family: 'Gotham SSm A', 'Gotham SSm B',sans-serif;
		font-size:15px;
		color:#cdcdcd;
		background-image:url(/images/search-loupe.png);
		background-repeat:no-repeat;
		background-position:right center;
		border:solid 2px #cdcdcd;
		border-radius:2px;
		padding:5px;
	}
	.job-filters {
		display:none;
/*		margin-bottom:30px; */
	}
	.item-button.jobs {
		right:35px;
	}

/* pages/cooking-industry-catalyst/campaign.html */

	.campaign {
		display:block;
	}
	.button-link-campaign {
		background: #267d84 none repeat scroll 0 0;
		border-radius: 3px;
		color: #fff;
		font-family: Novecentosanswide-Medium,sans-serif;
		font-size: 15px;
		padding: 7px 0px;
		text-transform: lowercase;
		text-align:center;
		width:100px;
    }
	.seemore {
		display:none;
	}
	.seeless {
		display:block;
	}
	.factoid-text {
	 	float:left;
	 	width:68%;
	 	margin-left:1%;
	 	color:white;
	 	padding:10px;
	 	background-color:rgba(1,87,93,.6);
	 	height:140px;
	 	-webkit-border-radius: 5px;
	 	border-radius: 5px;
	 	font-size:15px;
	 }
	 .digitopia-small .factoid-text, .digitopia-xsmall .factoid-text {
	 	font-size:12px !important;
	 }
	table.campaign {
		border-collapse:collapse;width:100%;
	}
	table.campaign th {
		font-family:Trocchi,serif;
		text-align:center;
		border:thin solid #fff !important;
		background-color:#eee;
		border-radius:7px;
		font-size:12px;
	}
	table.campaign td{
		border:thin solid #eee;
	}
	.campaign-table-title {
		font-family:Trocchi,serif;
		font-size:24px;
		margin-bottom:10px;
	}
	.digitopia-xsmall .campaign-table-title {
		font-size:16px;
	}

/* pages/index.html */

	.homefilter {
		background-color:#eeeeee;
		padding-bottom:100px;
	}
	.filters {
		margin-top:20px;margin-bottom:10px;
	}
	.homefeatured .feature {
		height:350px;
		background-color:#fff;
		-webkit-box-shadow: 2px 4px 5px 3px rgba(150,150,150,.6);
		box-shadow: 2px 4px 5px 3px rgba(150,150,150,.6);	
		overflow:hidden;
	}
	.homefeatured .feature .whitetext{
		height:350px;
		background-size:cover;
		background-repeat:no-repeat;
	}
	.homefeatured .col-sm-8,.homefeatured .col-sm-4 {
		padding:8px;
		position:relative;
	}
	.homefeatured.homefeatured-list .col-sm-8, .homefeatured.homefeatured-list .col-sm-4 {
		padding-left:15px;
	}
	.homefeatured .bigfeature {
		height:716px;
		background-color:#fff;
		-webkit-box-shadow: 2px 4px 5px 3px rgba(150,150,150,.6);
		box-shadow: 2px 4px 5px 3px rgba(150,150,150,.6);	
	}
	.homefeatured .bigfeature .whitetext{
		height:716px;
		background-size:cover;
		background-repeat:no-repeat;
	}
	.filter-item {
		display:inline-block;
		height:88px;
		text-align:center;
		background:url(/images/filter-separator-right.png);
		background-repeat:no-repeat;
		background-position:right top;
		padding-top:30px;
		vertical-align:middle;
		width:185px;
		margin-left:-44px;
		font-size:12px;
		line-height:16px;
		color:#757575;
		font-family:Roboto,sans-serif;
		text-transform:uppercase;
	}
	.filter-item:nth-of-type(1) {
		background:url(/images/filter-separator-right.png),url(/images/filter-separator-left.png);
		background-repeat:no-repeat,no-repeat;
		background-position:right top, left top;
		margin-left:-15px;
	}
	.filter-item:nth-of-type(7) {
		margin-right:-15px;
	}
	.filters input[type="checkbox"] {
		display:none;
	}
	.filters input[type="checkbox"] + label span {
		display:block;
		width:20px;
		height:20px;
		border-width:2px;
		border-style:solid;
		margin:0 auto;
		border-radius:4px;
		cursor:pointer;
		margin-bottom:9px;
	}
	.filter-item label {
		font-weight:400;
	}
	.filter-item.all input[type="checkbox"]:checked + label span {
		background:url(/images/checkmark.png) 1px 2px no-repeat, #787878;
	}
	.filter-item.all label span{
		border-color:#787878;
	}
	.filter-item.all label span:hover{
		background-color:#787878;
	}

	.filter-item.news input[type="checkbox"]:checked + label span {
		background:url(/images/checkmark.png) 1px 2px no-repeat, #267d84;
	}
	.filter-item.news label span{
		border-color:#267d84;
	}
	.filter-item.news label span:hover{
		background-color:#267d84;
	}

	.filter-item.events input[type="checkbox"]:checked + label span {
		background:url(/images/checkmark.png) 1px 2px no-repeat, #e56120;
	}
	.filter-item.events label span{
		border-color:#e56120;
	}
	.filter-item.events label span:hover{
		background-color:#e56120;
	}

	.filter-item.webinars input[type="checkbox"]:checked + label span {
		background:url(/images/checkmark.png) 1px 2px no-repeat, #ffba00;
	}
	.filter-item.webinars label span{
		border-color:#ffba00;
	}
	.filter-item.webinars label span:hover{
		background-color:#ffba00;
	}

	.filter-item.funding input[type="checkbox"]:checked + label span {
		background:url(/images/checkmark.png) 1px 2px no-repeat, #6e90a3;
	}
	.filter-item.funding label span{
		border-color:#6e90a3;
	}
	.filter-item.funding label span:hover{
		background-color:#6e90a3;
	}

	.filter-item.spotlight input[type="checkbox"]:checked + label span {
		background:url(/images/checkmark.png) 1px 2px no-repeat, #da89a8;
	}
	.filter-item.spotlight label span{
		border-color:#da89a8;
	}
	.filter-item.spotlight label span:hover{
		background-color:#da89a8;
	}

	.filter-item.reports input[type="checkbox"]:checked + label span {
		background:url(/images/checkmark.png) 1px 2px no-repeat, #723db4;
	}
	.filter-item.reports label span{
		border-color:#723db4;
	}
	.filter-item.reports label span:hover{
		background-color:#723db4;
	}

	.homefeatured .flag {
		position:relative;
		background-image:none;
		height:31px;
		width:auto;
		font-family:Roboto,sans-serif;
		font-size:14px;
		line-height:20px;
		color:white;
		margin-left:23px;
		text-align:left;
		padding-top:5px;
		text-transform:capitalize;
		text-shadow:none;
		-webkit-border-radius: 4px 4px 4px 4px;
    	border-radius: 4px 4px 4px 4px;
    	display:inline-block;
    	padding:4px 10px;
    	margin-top:20px;
	}
	.homefeatured .whitetext .flag {
		margin-top:0;
		margin-bottom:10px;
		margin-left:0;
	}
	.homefeatured .flag-news {
		background-color:#f15d22;
	}
	.homefeatured .flag-events {
		background-color:#1c3f74;
	}
	.homefeatured .flag-webinars {
		background-color:#729835;
	}
	.homefeatured .flag-funding {
		background-color:#f15d22;
	}
	.homefeatured .flag-spotlight {
		background-color:#1c3f74;
	}
	.homefeatured .flag-report {
		background-color:#729835;
	}
	.homefeatured .date {
		margin-left:25px;
		font-family:Novecentosanswide-Medium,sans-serif;
		font-size:15px;
		color:#aeaeae;
		text-transform:lowercase;
		padding-top:10px;
		height:22px;
	}
	.homefeatured .bigfeature .date {
		margin-left:70px;
		padding-top:85px;
	}
	.homefeatured .title {
		margin-left:25px;
		font-size:21px;
		font-family:Roboto,sans-serif;
		color:#000;
		line-height:28px;
		margin-top:20px;
		margin-right:20px;
		font-weight:700;
	}
	.homefeatured.homefeatured-list .title {
		margin-left:0px;
	}
	.homefeatured .feature .whitetext .title {
		position:absolute;
		bottom:30px;
		left:0px;
	}
	.homefeatured .bigfeature .title {
		margin-left:70px;
		font-size:29px;
		margin-top:100px;
		margin-right:100px;
		line-height:34px;
	}
	.homefeatured .bigfeature .whitetext .title {
		margin-left:20px;
		font-size:29px;
		margin-right:40px;
		position:absolute;
		bottom:30px;
		line-height:34px;
	}
	.homefeatured .excerpt {
		margin-left:25px;
		font-size:16px;
		font-family: 'Gotham SSm A', 'Gotham SSm B',sans-serif;
		color:#616161;
		margin-top:14px;
	}
	.homefeatured .bigfeature .excerpt {
		margin-left:70px;
		margin-top:31px;
	}
	.loadmore {
		text-align:center;
	}
	.loadmore button {
		padding:10px 55px 10px 20px;
		background-color:#579b43;
		color:white;
		font-family:Novecentosanswide-Medium,sans-serif;
		font-size:18px;
		border:none;
		border-radius:6px;
		letter-spacing:.25px;
		background-image:url(/images/load-more.png);
		background-repeat:no-repeat;
		background-position:90% center;
		margin-top:40px;
		margin-bottom:40px;
	}
	.loadmore button:hover {
		opacity:.8;
	}
	.feature-blank {
/*	 	background-image:url(/images/blank-background.png);
	 	background-repeat:no-repeat;
	 	background-position:bottom right;
	 	height:100%; */
		background:none;
	 }
	 
	.hero-graphic {
		height:450px;
		background-image: url(/images/reports/5year-top.jpg);
		background-size: cover;
		position: relative;
		width: 100%;
		background-position: top center;
	}
	.digitopia-xsmall .hero-graphic {
		position:relative;
		height:265px;
	}
	.hero-text-container {
		height:450px;
	}
	.digitopia-xsmall .hero-text-container {
		height:265px;
		margin-top:-10px;
		margin-bottom:35px;
	}
	.hero-text-box {
		background-color:rgba(226, 227, 226, .9);
		width:390px;
		height:370px;
		position:absolute;
		left:0;
		top:100px;
	}
	.digitopia-xsmall .hero-text-box {
		width:390px;
		height:300px;
		position:relative;
		width:100%;
		right:0;
		left:0;
		top:0;
	}
	.hero-text-headline {
	 	line-height:50px;
	 	/* color:#003c6f !important; */
	 	color:#f15d22;
	 	font-size:48px;
	 	border-bottom:none;
	 	margin-bottom:10px;
	 	text-align:left;
	 	text-transform:none;
	 	font-family:"Bree Serif",serif;
	 	text-shadow: 1px 1px 1px #000000;
	 	padding:0 20px 0 0;
	 }
	.digitopia-xsmall .hero-text-headline {
		font-size:26px;
		line-height:32px;
	}
	.hero-text {
		font-size:24px;
		margin-top:0px;
		line-height:29px;
		text-align:left;
		color:white;
		font-family:Roboto,sans-serif;
	 	text-shadow: 1px 1px 1px #000000;
	 	padding-right:20px;
	 }
*  	.digitopia-xsmall .hero-text {
		font-size:20px;
		line-height:25px;
		padding-right:25px;
	}
	 
	.hero-text-box-white {
	  background-color:rgba(226, 227, 226, 0.901961);
	}
	.hero-text-headline-white {
  		border-bottom-color:#6A6B6D;
  		color:#E36024;
	}
	.hero-text-white {
	 	color:#6A6B6D;
	}
	.hero-text-box-orange {
	  background-color:rgba(241, 93, 34, 0.901961);
	}
	.hero-text-headline-orange {
  		border-bottom-color:#FFFFFF;
  		color:#FFFFFF;
	}
	.hero-text-orange {
	 	color:#FFFFFF;
	}
	.hero-text-box-teal {
	  background-color:rgba(118, 197, 118, 0.901961);
	}
	.hero-text-headline-teal {
  		border-bottom-color:#FFFFFF;
  		color:#FBAF17;
	}
	.hero-text-teal {
	 	color:#FFFFFF;
	}
	.hero-text-box-green {
	  background-color:rgba(87, 155, 67, 0.901961);
	}
	.hero-text-headline-green {
  		border-bottom-color:#FFFFFF;
  		color:#FFFFFF;
	}
	.hero-text-green {
	 	color:#D9DEC0;
	}
	.hero-position-right {
		width:390px;
		height:auto;
		position:absolute;
		right:0;
		top:100px;
		display:inline:block;
	}
	.hero-position-left {
		width:390px;
		height:auto;
		position:absolute;
		left:0;
		top:100px;
		display:inline:block;
	}
	.hero-position-center {
		width:390px;
		min-height:170px;
		position:relative;
		margin:0 auto;
		top:100px;
	}
	.digitopia-xsmall .hero-position-right,  .digitopia-xsmall .hero-position-center, .digitopia-xsmall .hero-position-left{
		width:390px;
		height:300px;
		position:relative;
		width:100%;
		right:0;
		left:0;
		top:0;
	}


/* pages/partners/faq.html */

	.faq_answer {
		display:none;
		margin-left:20px;
	}

/* pages/partners/index.html */

	.partner-index-button, .partner-index-bottom-button  {
		background:#f15d22;
		border-radius: 3px;
		font-family: Roboto,sans-serif;
		font-size: 15px;
		text-transform: uppercase;
		text-align:center;
		color:white;
		line-height:40px;
		min-height:40px;
		margin-bottom:10px;
	}
	.partner-index-button {
		display:inline-block;
		width:125px;
		padding:0 3px 2px;
	}
	.partner-index-bottom-button {
		margin-top:30px;
		font-size:20px;
		padding-bottom:2px;
	}
	.partner-index-button span {
		line-height:15px;
		vertical-align:middle;
		display:inline-block;
	}

/* pages/technology-and-fuels/testing/protocols.html */

	.list-item .download_link {
		font-family: Roboto,sans-serif;
		font-weight:bold;
		font-size:12px;
		text-transform:uppercase;
		padding-left:28px;
		margin-bottom:10px;
		margin-left:30px;
	}
	.list-item .download_container {
		margin-top:30px;
	}
	.download_pdf, .download_PDF {
	 	background-image:url(/images/icon_pdf.png);
	 	background-repeat:no-repeat;
	 	background-position: center left;
	 }
	.download_xls, .download_XLS {
	 	background-image:url(/images/icon_xls.png);
	 	background-repeat:no-repeat;
	 	background-position: center left;
	 }
	.download_doc, .download_DOC, .download_docx, .download_DOCX {
	 	background-image:url(/images/icon_doc.png);
	 	background-repeat:no-repeat;
	 	background-position: center left;
	 }
	.download_ppt, .download_PPT {
	 	background-image:url(/images/icon_ppt.png);
	 	background-repeat:no-repeat;
	 	background-position: center left;
	 }

/* pages/technology-and-fuels/testing/centers.html */

	.cookstovetable {
		border:thin solid #ccc;
	}
	.cookstovetable th {
		text-align:center;
		font-family:Trocchi,serif;
		font-size:14px;
		font-weight:normal;
		padding:8px;
		border:thin solid #ccc;
	}
	.cookstovetable td {
		text-align:center;
		padding:8px;
		font-size:12px;
		border:thin solid #ccc;
	}
	.cookstovetable td a, .cookstovetable th a{
		font-weight:bold;
	}

/* pages/video.html */

	.video-list-container {
		clear:left;
		overflow:auto;
		padding-top:5px;
	}
	.video-list-item {
		-webkit-box-shadow: 0 2px 4px 4px #ddd;
		box-shadow: 0 2px 4px 4px #ddd;
		height:370px;
		overflow:hidden;
		margin-bottom:30px;
		font-size:12px;
		padding:10px;
	}
	.video-list-item .title {
		font-family:Trocchi,serif;
		font-size:18px;
		line-height:21px;
		margin-top:10px;
		margin-bottom:8px;
	}
	.video-channels {
		font-family:Trocchi,serif;
		font-size:18px;
	}
	.video-channels div {
		margin-bottom:10px;
	}

/* wrapper.html */

	body {
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		color:black;
	}
	
	.full-bleed {
	}
	
	.container {
		padding-left:0;
		padding-right:0;
	}
	
	.centered-1200 {
		margin:0 auto;
		width:1055px;
	}
	.centered-930 {
		margin:0 auto;
		width:960px;
	}
	
	.not-digitopia-large .centered-1200, .not-digitopia-large .centered-930 {
		width:auto;
		padding-right:11px;
		padding-left:11px;
	}
	
	#the-main-content {
		margin-top:120px;
		padding-bottom:50px;
	}
	#the-main-content a{
		color:#1c3f74;
	}
	
	#content {
		min-height:150px;
	}
	
	.content-top-padding {
		padding-top:10px;
	}
		
	.not-digitopia-large #the-main-content {
		margin-top:50px;
	}

	.not-digitopia-large #content {
		padding-top:0px;
	}

	.page-header {
		padding:30px 0 20px 0;
		border:none;
	}
	.page-header .centered-930 {
		border-bottom: 2px solid #76c5e2;
	}
	.page-header .breadcrumbs {
		font-family: Robots,sans-serif;
		font-size:12px;
		color:#b5b5b5;
		text-transform:uppercase;
		margin-top:5px;
	}
	.page-header .breadcrumbs a{
		color:#f15d22 !important;
	}
	.page-header h1 {
		font-family:"Bree Serif",serif;
		font-size:36px;
		color:#000000;
		margin-top:20px;
		margin-bottom:25px;
	}
	.button-link {
		font-family: Roboto,sans-serif;
		font-size:15px;
		color:#fff;
		background:#f15d22;
		border-radius:3px;
		padding:7px 20px;
		display:inline-block;
		text-transform:uppercase;
	}
	.button-link.download {
		padding-right:45px;
		background-image:url(/images/icon-downloadwhite.png);
		background-repeat:no-repeat;
		background-position:95% 50%;
	}
	.button-link a{
		color:#fff !important;
	}
	.button-link:hover {
		opacity:.7;
	}
	.list-item {
		-webkit-box-shadow: 0 2px 4px 4px #ddd;
		box-shadow: 0 2px 4px 4px #ddd;
		margin-bottom:30px;
		padding:30px 35px;
		overflow:auto;
		position:relative;
	}
	.list-item .title {
		font-family:"Bree Serif",serif;
		font-size:21px;
		line-height:24px;
		margin-bottom:7px;
	}
	.list-item .subtitle {
		font-family:"Bree Serif",serif;
		font-size:17px;
		line-height:21px;
	}
	.list-item .text {
		margin-top:30px;
	}
	.item-button {
		position:absolute;
		right:0px;
		bottom:35px;
	}
	.whitetext, .whitetext .date, a .whitetext .title, .whitetext a {
		color:#fefefe !important;
		text-shadow: 2px 2px 0px #000;
	}

	#transition-top {
		position:fixed;
		width:100%;
		top:0%;
		bottom:100%;
	}

	#transition-bottom {
		position:fixed;
		left: 40%;
		right: 40%;
		top:100%;
		background:rgba(0,0,0,.6);
		color:white;
		padding:1em;
		text-align:center;
		border-radius:4px;
	}

	.wait, .wait * {
		cursor: wait;
	}

	.article-related-header.sidenav-header {
		font-size:15px;
		letter-spacing:.5px;
	}
	

	.digitopia-small .category-slider {
		display:none;
	}
	.digitopia-xsmall .category-slider {
		display:none;
	}
	
	.digitopia-small .category-slider-table{
		display:none;
	}

	.digitopia-xsmall .category-slider-table{
		display:none;
	}


	.show-mobile {
		display: none;
	}
	
	.digitopia-xsmall .show-mobile {
		display:block;
	}

	.digitopia-small .show-mobile {
		display:block;
	}

	.hide-mobile {
		display: block;
	}

	.digitopia-xsmall .hide-mobile {
		display: none;
	}

	.digitopia-small .hide-mobile {
		display: none;
	}

	.digitopia-small .form-group-label, .digitopia-xsmall .form-group {
		width:100%;
	}
	.digitopia-small .form-group-label, .digitopia-xsmall .form-group-label {
		text-align:left;
	}
	.digitopia-small .homefeatured .bigfeature, .digitopia-xsmall .homefeatured .bigfeature {
		height:350px;
	}
	.digitopia-small .homefeatured .bigfeature .whitetext, .digitopia-xsmall .homefeatured .bigfeature .whitetext {
		height:350px;
	}
	.digitopia-small .homefeatured .bigfeature .date, .digitopia-xsmall .homefeatured .bigfeature .date  {
		margin-left:25px;
		padding-top:54px;
	}
	.digitopia-small .homefeatured .bigfeature .title, .digitopia-xsmall .homefeatured .bigfeature .title  {
		margin-left:25px;
		font-size:19px;
		margin-top:40px;
		margin-right:20px;
	}
	.digitopia-small .homefeatured .bigfeature .whitetext .title, .digitopia-xsmall .homefeatured .bigfeature .whitetext .title  {
		position:absolute;
		bottom:20px;
		left:0px;
	}
	.digitopia-small .homefeatured .bigfeature .excerpt, .digitopia-xsmall .homefeatured .bigfeature .excerpt  {
		margin-left:25px;
		margin-top:14px;
	}
	.digitopia-small .homefilter .filters, .digitopia-xsmall .homefilter .filters {
		display:none;
	}
	.digitopia-small .item-button, .digitopia-xsmall .item-button {
		position:relative;
		margin-left:15px;
		margin-top:20px;
		bottom:0;
	}
	.digitopia-small .donate-photo, .digitopia-xsmall .donate-photo {
	 width:100%;
	 }
	 
	 .editing {
	 	display:none;
	 }
