		.project-bg-brandHighlight {
			background: #1e597a;
		}
		.project-bg-brandHighlight .button {
			color:#fff;
		}
		.project-bg-brandHighlight .button .icon {
			fill: #fff;
		}
		.withBrandHighlight a {
			color: #1e597a;
		}
		.withBrandHighlight a .icon {
			fill: #1e597a;
		}
		.withBrandHighlight a:hover {
			color: #07d0fb;
		}
		.withBrandHighlight a:hover .icon {
			fill: #07d0fb;
		}
		.brandedCta, .cta {
			background: #1e597a;
			color: #fff;
		}
		.brandedCta:hover {
			background: #535454;
		}
		.brandedCta .icon {
			fill: #fff;
		}
		.rowBlock.bg-c-branded,
		.project-bg-brandHighlight {
			background:#1e597a;
			color: #fff; 
		}
		.project-bg-brandHighlight h1,
		.project-bg-brandHighlight h2,
		.project-bg-brandHighlight p,
		.project-bg-brandHighlight .slug,
		.rowBlock.bg-c-branded h2,
		.rowBlock.bg-c-branded p,
		.rowBlock.bg-c-branded .slug {
			color: #fff;
		}
		.rowBlock.bg-c-branded .cta {
			color: #fff;	
		}
		.rowBlock.bg-c-branded .cta .icon {
			fill: #fff;	
		}
		.rowBlock.bg-c-branded .cta:hover .icon {
			fill: #07d0fb;	
		}
		
		.brandOffsetBg {
			background: #bcbcbc;
			color: #fff;
		}
		.brandOffsetBg .icon {
			fill: #fff;
		}
		.brandOffsetBg:hover {
			color: #fff;
			background: #535454;
		}


.buttonSet .button {
	background: #f7f7f7;
	color: #535454;
}
.buttonSet .button:hover,
.buttonSet .button.active {
	background: #1e597a;
	color: #fff;
}
		
.pageIntroduction a span {
	border-bottom: 2px solid #1e597a;
}
.pageIntroduction a:hover span {
	border-bottom: 2px solid #07d0fb;
}

.bg-c-brand-light {
	background: #c0bdb5;
	color: #fff;
}
.bg-c-brand-light h2 {
		color: #fff;
	}