@import url("font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Lato:300,400,900");

/* Reset */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike/* , strong */, sub, sup, tt, var, b, u, i, /* center, */ dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 14.5px;
		/* font: inherit */
/* 		font-family: "Times New Roman"; */
/* 		font-family: "Calibri"; */
		/* font-family: "Tahoma"; */
		font-family: Century Gothic;
		vertical-align: baseline;
		line-height: 2.5;
	}
	
/* 	a:link {
		text-decoration: none;
		color: #000099
	}
	a:visited {
		text-decoration: none;
		color: #0F723B
	}
	a:hover {
		text-decoration: underline;
		color: #0F723B;
	}
	a:active{
		text-decoration: underline;
		color: #000099;
	} */	
	
/* 	p {
		font-size: 14.5px;
		text-transform: uppercase;
	} */
	
	.twelve_pixel {
		font-size: 12px;
	}
	
	.twelve_point_five_pixel {
		font-size: 12.5px;
	}
	
	.thirteen_pixel {
		font-size: 13px;
	}	
	
	.thirteen_point_five_pixel {
		font-size: 13.5px;
		line-height: 2.5;
	}	
	
		.fourteen_pixel {
		font-size: 14px;
		line-height: 2.5;
	}	
	
	/* COPYRIGHT FOR LI*/
	.small_copyright {
		font-size: 11px;
	}	

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		/* inside controls how close the text is to the bullet */
		/* list-style-position: inside */
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* Containers */

	.container {
		margin-left: auto;
		margin-right: auto;
	}

	.container.\31 25\25 {
		width: 100%;
		max-width: 1750px;
		min-width: 1400px;
	}

	.container.\37 5\25 {
		width: 1050px;
	}

	.container.\35 0\25 {
		width: 700px;
	}

	.container.\32 5\25 {
		width: 350px;
	}

	.container {
		width: 1400px;
	}

	@media screen and (max-width: 1680px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 1500px;
			min-width: 1200px;
		}

		.container.\37 5\25 {
			width: 900px;
		}

		.container.\35 0\25 {
			width: 600px;
		}

		.container.\32 5\25 {
			width: 300px;
		}

		.container {
			width: 1200px;
		}

	}

	@media screen and (max-width: 1280px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 1200px;
			min-width: 960px;
		}

		.container.\37 5\25 {
			width: 720px;
		}

		.container.\35 0\25 {
			width: 480px;
		}

		.container.\32 5\25 {
			width: 240px;
		}

		.container {
			width: 960px;
		}

	}

	@media screen and (max-width: 980px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 118.75%;
			min-width: 95%;
		}

		.container.\37 5\25 {
			width: 71.25%;
		}

		.container.\35 0\25 {
			width: 47.5%;
		}

		.container.\32 5\25 {
			width: 23.75%;
		}

		.container {
			width: 95%;
		}

	}

	@media screen and (max-width: 855px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 118.75%;
			min-width: 95%;
		}

		.container.\37 5\25 {
			width: 71.25%;
		}

		.container.\35 0\25 {
			width: 47.5%;
		}

		.container.\32 5\25 {
			width: 23.75%;
		}

		.container {
			width: 95% !important;
		}

	}

	@media screen and (max-width: 736px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 125%;
			min-width: 100%;
		}

		.container.\37 5\25 {
			width: 75%;
		}

		.container.\35 0\25 {
			width: 50%;
		}

		.container.\32 5\25 {
			width: 25%;
		}

		.container {
			width: 100% !important;
		}

	}

/* Grid */
/*Row deals with the pictures position*/
	.row {
		border-bottom: solid 1px transparent;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row > * {
		float: left;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row:after, .row:before {
		content: '';
		display: block;
		clear: both;
		height: 0;
	}

	.row.uniform > * > :first-child {
		margin-top: 0;
	}

	.row.uniform > * > :last-child {
		margin-bottom: 0;
	}

	.row.\30 \25 > * {
		padding: 0px 0 0 0px;
	}

	.row.\30 \25 {
		margin: 0px 0 -1px 0px;
	}

	.row.uniform.\30 \25 > * {
		padding: 0px 0 0 0px;
	}

	.row.uniform.\30 \25 {
		margin: 0px 0 -1px 0px;
	}

	.row > * {
		padding: 50px 0 0 50px;
	}

	.row {
		margin: -50px 0 -1px -50px;
	}

	.row.uniform > * {
		padding: 50px 0 0 50px;
	}

	.row.uniform {
		margin: -50px 0 -1px -50px;
	}

	.row.\32 00\25 > * {
		padding: 100px 0 0 100px;
	}

	.row.\32 00\25 {
		margin: -100px 0 -1px -100px;
	}

	.row.uniform.\32 00\25 > * {
		padding: 100px 0 0 100px;
	}

	.row.uniform.\32 00\25 {
		margin: -100px 0 -1px -100px;
	}

	.row.\31 50\25 > * {
		padding: 75px 0 0 75px;
	}

	.row.\31 50\25 {
		margin: -75px 0 -1px -75px;
	}

	.row.uniform.\31 50\25 > * {
		padding: 75px 0 0 75px;
	}

	.row.uniform.\31 50\25 {
		margin: -75px 0 -1px -75px;
	}

	.row.\35 0\25 > * {
		padding: 25px 0 0 25px;
	}

	.row.\35 0\25 {
		margin: -25px 0 -1px -25px;
	}

	.row.uniform.\35 0\25 > * {
		padding: 25px 0 0 25px;
	}

	.row.uniform.\35 0\25 {
		margin: -25px 0 -1px -25px;
	}

	.row.\32 5\25 > * {
		padding: 12.5px 0 0 12.5px;
	}

	.row.\32 5\25 {
		margin: -12.5px 0 -1px -12.5px;
	}

	.row.uniform.\32 5\25 > * {
		padding: 12.5px 0 0 12.5px;
	}

	.row.uniform.\32 5\25 {
		margin: -12.5px 0 -1px -12.5px;
	}

	.\31 2u, .\31 2u\24 {
		width: 100%;
		clear: none;
		margin-left: 0;
	}

	.\31 1u, .\31 1u\24 {
		width: 91.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 0u, .\31 0u\24 {
		width: 83.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\39 u, .\39 u\24 {
		width: 75%;
		clear: none;
		margin-left: 0;
	}

	.\38 u, .\38 u\24 {
		/* This line controls the green box width */
		width: 66.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\37 u, .\37 u\24 {
		width: 58.3333333333%;
		clear: none;
		margin-left: 0;
	}

	/* This controls the picture boxes inside the green box */
	.\36 u, .\36 u\24 {
		width: 50%;
		clear: none;
		margin-left: 0;
	}

	.\35 u, .\35 u\24 {
		width: 41.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\34 u, .\34 u\24 {
		width: 33.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\33 u, .\33 u\24 {
		width: 25%;
		clear: none;
		margin-left: 0;
	}

	.\32 u, .\32 u\24 {
		width: 16.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 u, .\31 u\24 {
		width: 8.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\31 2u\24 + *,
	.\31 1u\24 + *,
	.\31 0u\24 + *,
	.\39 u\24 + *,
	.\38 u\24 + *,
	.\37 u\24 + *,
	.\36 u\24 + *,
	.\35 u\24 + *,
	.\34 u\24 + *,
	.\33 u\24 + *,
	.\32 u\24 + *,
	.\31 u\24 + * {
		clear: left;
	}

	.\-11u {
		margin-left: 91.66667%;
	}

	.\-10u {
		margin-left: 83.33333%;
	}

	.\-9u {
		margin-left: 75%;
	}

	.\-8u {
		margin-left: 66.66667%;
	}

	.\-7u {
		margin-left: 58.33333%;
	}

	.\-6u {
		margin-left: 50%;
	}

	.\-5u {
		margin-left: 41.66667%;
	}

	.\-4u {
		margin-left: 33.33333%;
	}

	.\-3u {
		margin-left: 25%;
	}

	.\-2u {
		margin-left: 16.66667%;
	}

	.\-1u {
		margin-left: 8.33333%;
	}

	@media screen and (max-width: 1680px) {

	/* Be Careful: This controls the pictures as well */
		.row > * {
			padding: 40px 0 0 40px;
		}

		.row {
			margin: -40px 0 -1px -40px;
		}

		.row.uniform > * {
			padding: 40px 0 0 40px;
		}

		.row.uniform {
			margin: -40px 0 -1px -40px;
		}

		.row.\32 00\25 > * {
			padding: 80px 0 0 80px;
		}

		.row.\32 00\25 {
			margin: -80px 0 -1px -80px;
		}

		.row.uniform.\32 00\25 > * {
			padding: 80px 0 0 80px;
		}

		.row.uniform.\32 00\25 {
			margin: -80px 0 -1px -80px;
		}

		.row.\31 50\25 > * {
			padding: 60px 0 0 60px;
		}

		.row.\31 50\25 {
			margin: -60px 0 -1px -60px;
		}

		.row.uniform.\31 50\25 > * {
			padding: 60px 0 0 60px;
		}

		.row.uniform.\31 50\25 {
			margin: -60px 0 -1px -60px;
		}

		.row.\35 0\25 > * {
			padding: 20px 0 0 20px;
		}

		.row.\35 0\25 {
			margin: -20px 0 -1px -20px;
		}

		.row.uniform.\35 0\25 > * {
			padding: 20px 0 0 20px;
		}

		.row.uniform.\35 0\25 {
			margin: -20px 0 -1px -20px;
		}

		.row.\32 5\25 > * {
			padding: 10px 0 0 10px;
		}

		.row.\32 5\25 {
			margin: -10px 0 -1px -10px;
		}

		.row.uniform.\32 5\25 > * {
			padding: 10px 0 0 10px;
		}

		.row.uniform.\32 5\25 {
			margin: -10px 0 -1px -10px;
		}

		.\31 2u\28wide\29, .\31 2u\24\28wide\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28wide\29, .\31 1u\24\28wide\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28wide\29, .\31 0u\24\28wide\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28wide\29, .\39 u\24\28wide\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28wide\29, .\38 u\24\28wide\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28wide\29, .\37 u\24\28wide\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28wide\29, .\36 u\24\28wide\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28wide\29, .\35 u\24\28wide\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28wide\29, .\34 u\24\28wide\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28wide\29, .\33 u\24\28wide\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28wide\29, .\32 u\24\28wide\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28wide\29, .\31 u\24\28wide\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28wide\29 + *,
		.\31 1u\24\28wide\29 + *,
		.\31 0u\24\28wide\29 + *,
		.\39 u\24\28wide\29 + *,
		.\38 u\24\28wide\29 + *,
		.\37 u\24\28wide\29 + *,
		.\36 u\24\28wide\29 + *,
		.\35 u\24\28wide\29 + *,
		.\34 u\24\28wide\29 + *,
		.\33 u\24\28wide\29 + *,
		.\32 u\24\28wide\29 + *,
		.\31 u\24\28wide\29 + * {
			clear: left;
		}

		.\-11u\28wide\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28wide\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28wide\29 {
			margin-left: 75%;
		}

		.\-8u\28wide\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28wide\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28wide\29 {
			margin-left: 50%;
		}

		.\-5u\28wide\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28wide\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28wide\29 {
			margin-left: 25%;
		}

		.\-2u\28wide\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28wide\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (max-width: 1280px) {

		.row > * {
			padding: 40px 0 0 40px;
		}

		.row {
			margin: -40px 0 -1px -40px;
		}

		.row.uniform > * {
			padding: 40px 0 0 40px;
		}

		.row.uniform {
			margin: -40px 0 -1px -40px;
		}

		.row.\32 00\25 > * {
			padding: 80px 0 0 80px;
		}

		.row.\32 00\25 {
			margin: -80px 0 -1px -80px;
		}

		.row.uniform.\32 00\25 > * {
			padding: 80px 0 0 80px;
		}

		.row.uniform.\32 00\25 {
			margin: -80px 0 -1px -80px;
		}

		.row.\31 50\25 > * {
			padding: 60px 0 0 60px;
		}

		.row.\31 50\25 {
			margin: -60px 0 -1px -60px;
		}

		.row.uniform.\31 50\25 > * {
			padding: 60px 0 0 60px;
		}

		.row.uniform.\31 50\25 {
			margin: -60px 0 -1px -60px;
		}

		.row.\35 0\25 > * {
			padding: 20px 0 0 20px;
		}

		.row.\35 0\25 {
			margin: -20px 0 -1px -20px;
		}

		.row.uniform.\35 0\25 > * {
			padding: 20px 0 0 20px;
		}

		.row.uniform.\35 0\25 {
			margin: -20px 0 -1px -20px;
		}

		.row.\32 5\25 > * {
			padding: 10px 0 0 10px;
		}

		.row.\32 5\25 {
			margin: -10px 0 -1px -10px;
		}

		.row.uniform.\32 5\25 > * {
			padding: 10px 0 0 10px;
		}

		.row.uniform.\32 5\25 {
			margin: -10px 0 -1px -10px;
		}

		.\31 2u\28normal\29, .\31 2u\24\28normal\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28normal\29, .\31 1u\24\28normal\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28normal\29, .\31 0u\24\28normal\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28normal\29, .\39 u\24\28normal\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28normal\29, .\38 u\24\28normal\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28normal\29, .\37 u\24\28normal\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28normal\29, .\36 u\24\28normal\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28normal\29, .\35 u\24\28normal\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28normal\29, .\34 u\24\28normal\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28normal\29, .\33 u\24\28normal\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28normal\29, .\32 u\24\28normal\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28normal\29, .\31 u\24\28normal\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28normal\29 + *,
		.\31 1u\24\28normal\29 + *,
		.\31 0u\24\28normal\29 + *,
		.\39 u\24\28normal\29 + *,
		.\38 u\24\28normal\29 + *,
		.\37 u\24\28normal\29 + *,
		.\36 u\24\28normal\29 + *,
		.\35 u\24\28normal\29 + *,
		.\34 u\24\28normal\29 + *,
		.\33 u\24\28normal\29 + *,
		.\32 u\24\28normal\29 + *,
		.\31 u\24\28normal\29 + * {
			clear: left;
		}

		.\-11u\28normal\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28normal\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28normal\29 {
			margin-left: 75%;
		}

		.\-8u\28normal\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28normal\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28normal\29 {
			margin-left: 50%;
		}

		.\-5u\28normal\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28normal\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28normal\29 {
			margin-left: 25%;
		}

		.\-2u\28normal\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28normal\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (max-width: 980px) {

		.row > * {
			padding: 30px 0 0 30px;
		}

		.row {
			margin: -30px 0 -1px -30px;
		}

		.row.uniform > * {
			padding: 30px 0 0 30px;
		}

		.row.uniform {
			margin: -30px 0 -1px -30px;
		}

		.row.\32 00\25 > * {
			padding: 60px 0 0 60px;
		}

		.row.\32 00\25 {
			margin: -60px 0 -1px -60px;
		}

		.row.uniform.\32 00\25 > * {
			padding: 60px 0 0 60px;
		}

		.row.uniform.\32 00\25 {
			margin: -60px 0 -1px -60px;
		}

		.row.\31 50\25 > * {
			padding: 45px 0 0 45px;
		}

		.row.\31 50\25 {
			margin: -45px 0 -1px -45px;
		}

		.row.uniform.\31 50\25 > * {
			padding: 45px 0 0 45px;
		}

		.row.uniform.\31 50\25 {
			margin: -45px 0 -1px -45px;
		}

		.row.\35 0\25 > * {
			padding: 15px 0 0 15px;
		}

		.row.\35 0\25 {
			margin: -15px 0 -1px -15px;
		}

		.row.uniform.\35 0\25 > * {
			padding: 15px 0 0 15px;
		}

		.row.uniform.\35 0\25 {
			margin: -15px 0 -1px -15px;
		}

		.row.\32 5\25 > * {
			padding: 7.5px 0 0 7.5px;
		}

		.row.\32 5\25 {
			margin: -7.5px 0 -1px -7.5px;
		}

		.row.uniform.\32 5\25 > * {
			padding: 7.5px 0 0 7.5px;
		}

		.row.uniform.\32 5\25 {
			margin: -7.5px 0 -1px -7.5px;
		}

		.\31 2u\28narrow\29, .\31 2u\24\28narrow\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28narrow\29, .\31 1u\24\28narrow\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28narrow\29, .\31 0u\24\28narrow\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28narrow\29, .\39 u\24\28narrow\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28narrow\29, .\38 u\24\28narrow\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28narrow\29, .\37 u\24\28narrow\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28narrow\29, .\36 u\24\28narrow\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28narrow\29, .\35 u\24\28narrow\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28narrow\29, .\34 u\24\28narrow\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28narrow\29, .\33 u\24\28narrow\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28narrow\29, .\32 u\24\28narrow\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28narrow\29, .\31 u\24\28narrow\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28narrow\29 + *,
		.\31 1u\24\28narrow\29 + *,
		.\31 0u\24\28narrow\29 + *,
		.\39 u\24\28narrow\29 + *,
		.\38 u\24\28narrow\29 + *,
		.\37 u\24\28narrow\29 + *,
		.\36 u\24\28narrow\29 + *,
		.\35 u\24\28narrow\29 + *,
		.\34 u\24\28narrow\29 + *,
		.\33 u\24\28narrow\29 + *,
		.\32 u\24\28narrow\29 + *,
		.\31 u\24\28narrow\29 + * {
			clear: left;
		}

		.\-11u\28narrow\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28narrow\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28narrow\29 {
			margin-left: 75%;
		}

		.\-8u\28narrow\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28narrow\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28narrow\29 {
			margin-left: 50%;
		}

		.\-5u\28narrow\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28narrow\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28narrow\29 {
			margin-left: 25%;
		}

		.\-2u\28narrow\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28narrow\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (max-width: 855px) {

		.row > * {
			padding: 30px 0 0 30px;
		}

		.row {
			margin: -30px 0 -1px -30px;
		}

		.row.uniform > * {
			padding: 30px 0 0 30px;
		}

		.row.uniform {
			margin: -30px 0 -1px -30px;
		}

		.row.\32 00\25 > * {
			padding: 60px 0 0 60px;
		}

		.row.\32 00\25 {
			margin: -60px 0 -1px -60px;
		}

		.row.uniform.\32 00\25 > * {
			padding: 60px 0 0 60px;
		}

		.row.uniform.\32 00\25 {
			margin: -60px 0 -1px -60px;
		}

		.row.\31 50\25 > * {
			padding: 45px 0 0 45px;
		}

		.row.\31 50\25 {
			margin: -45px 0 -1px -45px;
		}

		.row.uniform.\31 50\25 > * {
			padding: 45px 0 0 45px;
		}

		.row.uniform.\31 50\25 {
			margin: -45px 0 -1px -45px;
		}

		.row.\35 0\25 > * {
			padding: 15px 0 0 15px;
		}

		.row.\35 0\25 {
			margin: -15px 0 -1px -15px;
		}

		.row.uniform.\35 0\25 > * {
			padding: 15px 0 0 15px;
		}

		.row.uniform.\35 0\25 {
			margin: -15px 0 -1px -15px;
		}

		.row.\32 5\25 > * {
			padding: 7.5px 0 0 7.5px;
		}

		.row.\32 5\25 {
			margin: -7.5px 0 -1px -7.5px;
		}

		.row.uniform.\32 5\25 > * {
			padding: 7.5px 0 0 7.5px;
		}

		.row.uniform.\32 5\25 {
			margin: -7.5px 0 -1px -7.5px;
		}

		.\31 2u\28narrower\29, .\31 2u\24\28narrower\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28narrower\29, .\31 1u\24\28narrower\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28narrower\29, .\31 0u\24\28narrower\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28narrower\29, .\39 u\24\28narrower\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28narrower\29, .\38 u\24\28narrower\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28narrower\29, .\37 u\24\28narrower\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28narrower\29, .\36 u\24\28narrower\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28narrower\29, .\35 u\24\28narrower\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28narrower\29, .\34 u\24\28narrower\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28narrower\29, .\33 u\24\28narrower\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28narrower\29, .\32 u\24\28narrower\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28narrower\29, .\31 u\24\28narrower\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28narrower\29 + *,
		.\31 1u\24\28narrower\29 + *,
		.\31 0u\24\28narrower\29 + *,
		.\39 u\24\28narrower\29 + *,
		.\38 u\24\28narrower\29 + *,
		.\37 u\24\28narrower\29 + *,
		.\36 u\24\28narrower\29 + *,
		.\35 u\24\28narrower\29 + *,
		.\34 u\24\28narrower\29 + *,
		.\33 u\24\28narrower\29 + *,
		.\32 u\24\28narrower\29 + *,
		.\31 u\24\28narrower\29 + * {
			clear: left;
		}

		.\-11u\28narrower\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28narrower\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28narrower\29 {
			margin-left: 75%;
		}

		.\-8u\28narrower\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28narrower\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28narrower\29 {
			margin-left: 50%;
		}

		.\-5u\28narrower\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28narrower\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28narrower\29 {
			margin-left: 25%;
		}

		.\-2u\28narrower\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28narrower\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (max-width: 736px) {

		.row > * {
			padding: 30px 0 0 30px;
		}

		.row {
			margin: -30px 0 -1px -30px;
		}

		.row.uniform > * {
			padding: 30px 0 0 30px;
		}

		.row.uniform {
			margin: -30px 0 -1px -30px;
		}

		.row.\32 00\25 > * {
			padding: 60px 0 0 60px;
		}

		.row.\32 00\25 {
			margin: -60px 0 -1px -60px;
		}

		.row.uniform.\32 00\25 > * {
			padding: 60px 0 0 60px;
		}

		.row.uniform.\32 00\25 {
			margin: -60px 0 -1px -60px;
		}

		.row.\31 50\25 > * {
			padding: 45px 0 0 45px;
		}

		.row.\31 50\25 {
			margin: -45px 0 -1px -45px;
		}

		.row.uniform.\31 50\25 > * {
			padding: 45px 0 0 45px;
		}

		.row.uniform.\31 50\25 {
			margin: -45px 0 -1px -45px;
		}

		.row.\35 0\25 > * {
			padding: 15px 0 0 15px;
		}

		.row.\35 0\25 {
			margin: -15px 0 -1px -15px;
		}

		.row.uniform.\35 0\25 > * {
			padding: 15px 0 0 15px;
		}

		.row.uniform.\35 0\25 {
			margin: -15px 0 -1px -15px;
		}

		.row.\32 5\25 > * {
			padding: 7.5px 0 0 7.5px;
		}

		.row.\32 5\25 {
			margin: -7.5px 0 -1px -7.5px;
		}

		.row.uniform.\32 5\25 > * {
			padding: 7.5px 0 0 7.5px;
		}

		.row.uniform.\32 5\25 {
			margin: -7.5px 0 -1px -7.5px;
		}

		.\31 2u\28mobile\29, .\31 2u\24\28mobile\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28mobile\29, .\31 1u\24\28mobile\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28mobile\29, .\31 0u\24\28mobile\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28mobile\29, .\39 u\24\28mobile\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28mobile\29, .\38 u\24\28mobile\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28mobile\29, .\37 u\24\28mobile\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28mobile\29, .\36 u\24\28mobile\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28mobile\29, .\35 u\24\28mobile\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28mobile\29, .\34 u\24\28mobile\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28mobile\29, .\33 u\24\28mobile\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28mobile\29, .\32 u\24\28mobile\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28mobile\29, .\31 u\24\28mobile\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28mobile\29 + *,
		.\31 1u\24\28mobile\29 + *,
		.\31 0u\24\28mobile\29 + *,
		.\39 u\24\28mobile\29 + *,
		.\38 u\24\28mobile\29 + *,
		.\37 u\24\28mobile\29 + *,
		.\36 u\24\28mobile\29 + *,
		.\35 u\24\28mobile\29 + *,
		.\34 u\24\28mobile\29 + *,
		.\33 u\24\28mobile\29 + *,
		.\32 u\24\28mobile\29 + *,
		.\31 u\24\28mobile\29 + * {
			clear: left;
		}

		.\-11u\28mobile\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28mobile\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28mobile\29 {
			margin-left: 75%;
		}

		.\-8u\28mobile\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28mobile\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28mobile\29 {
			margin-left: 50%;
		}

		.\-5u\28mobile\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28mobile\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28mobile\29 {
			margin-left: 25%;
		}

		.\-2u\28mobile\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28mobile\29 {
			margin-left: 8.33333%;
		}

	}

/* Basic */

	body {
		background: #f3f6fa;
	}

		body.is-loading *, body.is-loading *:before, body.is-loading *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	body, input, select, textarea {
		color: #7c8081;
		font-family: 'Lato', sans-serif;
		font-size: 15pt;
		font-weight: 300;
		letter-spacing: 0.025em;
		line-height: 1.75em;
	}

	a {
		-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		/* This changes the word AND the dotted line color */
		color: transparent;/* #3fb1a3 */
		text-decoration: none;
		/* This controls the dotted underline in links */
		border-bottom: dotted 1px;
	}
	
	/* This if for nested hyperlinks */
	h1 p a {
		-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		/* This changes the word AND the dotted line color */
		color: #fff;/* #3fb1a3 */
		text-decoration: none;
		/* This controls the dotted underline in links */
		border-bottom: dotted 1px;
		/* border-bottom-color:rgb(0,0,53); */
	}	
	
	/* This if for nested hyperlinks */
	li a {
		-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		/* This changes the word AND the dotted line color */
		color: #fff;/* #3fb1a3 */
		text-decoration: none;
		/* This controls the dotted underline in links */
		border-bottom: dotted 1px;
		/* border-bottom-color:rgb(0,0,53); */
	}		
	
	/* This if for nested hyperlinks */
	p a {
		-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		/* This changes the word AND the dotted line color */
		color: rgb(124,128,129);/* #3fb1a3 */
		text-decoration: none;
		/* This controls the dotted underline in links */
		border-bottom: dotted 1px;
		/* border-bottom-color:rgb(0,0,53); */
	}			

	/*This deals with the <strong> tag when 
	wanting a word to stick out in particular*/
	strong, b {
		font-weight: 900;
	}
 
	/* p, */ ul, ol, dl, table, blockquote {
		margin: 0 0 2em 0;
	}

	h2, h4, h5{
		color: inherit;
		font-weight: 300;
		line-height: 1.75em;
		margin-bottom: 1em;
		text-transform: uppercase;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
			color: inherit;
			text-decoration: none;
			border: 0;
		}
		
		/*This is when you hover over a link  */		
		h1 p a:hover{			
			text-decoration: none;
			border-bottom: dotted 1px;
			border-bottom-color: transparent;
		}		
		
		/*This is when you hover over a link  */		
		li a:hover{			
			text-decoration: none;
			border-bottom: dotted 1px;
			border-bottom-color: transparent;
		}			

		/*This is when you hover over a link  */		
		p a:hover{			
			text-decoration: none;
			border-bottom: dotted 1px;
			border-bottom-color: transparent;
		}			
		
		h2.personnel {
		color: inherit;
		font-weight: 300;
		line-height: 1.75em;
		margin-bottom: -.25em;
		text-transform: uppercase;
	}
		
		h3 {
			
		color: inherit;
		font-weight: 300;
		line-height: 1.75em;
		margin-bottom: 1em;
		font-weight:600;	
		text-transform: uppercase;
		}
		
		h3.personnel.upper {
			
		color: inherit;
		font-weight: 300;
		line-height: 1.75em;
		margin-bottom: 1em;
		font-weight:600;
		text-transform: capitalize;
		display: inline-block;
		}
		
		h3.personnel.lower {
			
			color: inherit;
			font-weight: 300;
			line-height: 1.75em;
			margin-bottom: 1em;
			font-weight:600;
			text-transform: lowercase;
			display: inline-block;
		}		
		
	h1 {
		color: inherit;
		font-weight: 300;
		line-height: 1.75em;
		margin-bottom: 1em;
		/* text-transform:uppercase; */
	}	

	h1.vision {
		color: inherit;
		font-weight: 300;
		line-height: 3em;
		margin-bottom: 1em;
		/* text-transform:uppercase; */		
	}

	h2 {
		font-size: 1.5em;
		letter-spacing: 0.1em;
	}

	h3 {
		font-size: 1.15em;
		letter-spacing: 0.025em;
	}

	h6 {
		color: inherit;
		font-weight: 300;
		line-height: 1.75em;
		margin-bottom: 1em;
		/* text-transform:uppercase; */
	}	
	
	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border-top: solid 1px rgba(124, 128, 129, 0.2);
		border: 0;
		margin-bottom: 1.5em;
	}

	blockquote {
		border-left: solid 0.5em rgba(124, 128, 129, 0.2);
		font-style: italic;
		padding: 1em 0 1em 2em;
	}

/* Section/Article */

ul.margin.left {
	
	margin-left: 60px;
}

/*This deals with alignment in articles*/
	section.special, article.special {
		text-align: center;
	}

	/* This deals with the bottom padding of the boxes in mission_values */
	/* As well as any padding inside the green boxes */
	header.major {
		padding-bottom: .5em;
		text-align:center;
		padding:25px;
	}
	
	header.padding.left {
		padding-left:165px;
		width:100%;
	}
	
	header.align.left {
		
		text-align:left;
		padding-bottom: .5em;
		padding: 25px;
	}
	
	/* This method is for the green box on each services projects page */
	header.padding.right {
		/* padding-right:69px; */
		/* margin-left: 6em; */
	}
	
	/* This if for Civil Engineering Description in the green box */
	header.foo_two {		
		padding-bottom: .5em;
		text-align:left;
		/* width: 50%; */
			float:left;
			padding:25px; 
	}	

	/* This deals with the spacing of non background image web pages */
	header.special {
		margin-bottom: 1.5em;
		padding-top: 1em;
		position: relative;
		text-align: center;
	}

	/* This deals with the spacing of background image web pages */
	header.special2 {
		margin-bottom: 1.5em;
		padding-top: 2em;
		position: relative;
		text-align: center;
	}	
	
/*header special controls the lines in the article before and after the fa-icon logo*/
/*  		header.special:before, header.special:after {
			border-bottom: solid 1.5px;
			border-top: solid 1.5px;
			content: '';
			height: 7px;
			opacity: 0.1;
			position: absolute;
			top: 13.00em;
			width: 15em;
		}
 */
		header.special:before {
			left: 0;
		}

		header.special:after {
			right: 0;
		}

		header.special h2 {
			margin-bottom: 0;
		}

		header.special h2 + p {
			margin-bottom: 0;
			padding-top: 1.5em;
		}

		/*This deals with the position of the fa-logo*/
		header.special .icon {
			cursor: default;
			height: 7em;
			left: 0;
			position: absolute;
			text-align: center;
			top: 3em;
			width: 100%;
		}

			/*This deals with the size of the fa-logo*/
			header.special .icon:before {
				font-size: 3.5em;
				opacity: 0.35;
			}

	footer > :last-child {
		margin-bottom: 0;
	}

	footer.major {
		padding-top: 3em;
	} 

/* Form */

	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea {
		-moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: none;
		border: solid 1px rgba(124, 128, 129, 0.2);
		color: inherit;
		display: block;
		padding: 0.75em;
		text-decoration: none;
		width: 100%;
		outline: 0;
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		textarea:focus {
			border-color: #83d3c9;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"] {
		line-height: 1em;
	}

	::-webkit-input-placeholder {
		color: inherit;
		opacity: 0.5;
		position: relative;
		top: 3px;
	}

	:-moz-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	::-moz-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	:-ms-input-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	.formerize-placeholder {
		color: rgba(124, 128, 129, 0.5) !important;
	}

/* Image */

	.image {
		border: 0;
		position: relative;
	}

		.image:before {
			background: url("images/overlay.png");
			content: '';
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
		}

		.image.fit {
			display: block;
		}

			.image.fit img {
				display: block;
				width: 100%;
			}

		.image.featured {
			display: block;
			margin: 0 0 1em 0;
		}

			/* This controls the image dimension of the smaller pictures*/
			/* This also controls how the image fits when the browser changes
			    Width */
			/* This controls the image when the screen is higher than 736px*/
/			.image.featured img {
				display: block;
				 height: 100%; 
				width: 100%;
			}

/* Icon */

	.icon {
		text-decoration: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon.circle {
			-moz-transition: all 0.2s ease-in-out;
			-webkit-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
			border: 0;
			border-radius: 100%;
			display: inline-block;
			font-size: 1.25em;
			height: 2.25em;
			left: 0;
			line-height: 2.25em;
			text-align: center;
			text-decoration: none;
			top: 0;
			width: 2.25em;
		}

			.icon.circle:hover {
				top: -0.2em;
			}

			.icon.circle.fa-twitter {
				background: #70aecd;
				color: #fff;
			}

				.icon.circle.fa-twitter:hover {
					background: #7fb7d2;
				}

			.icon.circle.fa-facebook {
				background: #7490c3;
				color: #fff;
			}

				.icon.circle.fa-facebook:hover {
					background: #829bc9;
				}

			.icon.circle.fa-google-plus {
				background: #db6b67;
				color: #fff;
			}

				.icon.circle.fa-google-plus:hover {
					background: #df7b77;
				}

			.icon.circle.fa-github {
				background: #dcad8b;
				color: #fff;
			}

				.icon.circle.fa-github:hover {
					background: #e1b89b;
				}

			.icon.circle.fa-dribbble {
				background: #da83ae;
				color: #fff;
			}

				.icon.circle.fa-dribbble:hover {
					background: #df93b8;
				}
				
			.icon.circle.fa-linkedin {
				background: #069;
				color: #fff;
			}

				.icon.circle.fa-linkedin:hover {
					background: #0d47a1;
				}
				
			.icon.circle.fa-envelope {
				background: #069;
				color: #fff;
			}

				.icon.circle.fa-envelope:hover {
					background: #0d47a1;
				}	

			.icon.circle.fa-envelope-o {
				background: #0f723b;
				color: #fff;
			}

				.icon.circle.fa-envelope-o:hover {
					background: #159d52;
				}				

		/* This controls the checkmarks at the bottom of the page */
		.icon.featured {
			/* cursor: default; */
			display: block;
			margin: 0 0 1.5em 0;
			/* opacity: 0.35; */
			text-align: center;
			/* This controls the color of the checkmarks at the bottom of the page */
			color: rgba(15,114,59,.50);
		}

			.icon.featured:before {
				font-size: 5em;
				line-height: 1em;
			}

		.icon > .label {
			display: none;
		}

/* List */

	ol.default {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol.default li {
			padding-left: 0.25em;
		}

	ul.default {
		list-style: disc;
		padding-left: 1em;
	}

		ul.default li {
			padding-left: 0.5em;
		}

	ul.icons {
		cursor: default;
	}

		ul.icons li {
			display: inline-block;
			line-height: 1em;
			padding-left: 0.5em;
		}

			ul.icons li:first-child {
				padding-left: 0;
			}

	ul.featured-icons {
		cursor: default;
		margin: -0.75em 0 0 0;
		opacity: 1;
		overflow: hidden;
		position: relative;
	}

		ul.featured-icons li {
			display: block;
			float: left;
			text-align: center;
			width: 50%;
		}

			/*This controls the fa-icons*/
			ul.featured-icons li .icon {
				display: inline-block;
				/*Size of fa-icons*/
				font-size: 5.25em;
				height: .25em;
				/*Line height is the distance between each icon*/
				line-height: 1.25em;
				width: 1em;
				color: rgba(0,0,153,.65);
			}

	ul.buttons {
		cursor: default;
	}

		ul.buttons:last-child {
			margin-bottom: 0;
		}

		/* This controls how the buttons can be on one line */
 		ul.buttons li {
			display: inline-block;
			padding: 0 0 0 1.5em;
		}

		
		/* This deals with the space between each button at the bottom of the 
			careers page. It can be used for any other page as well*/
 		ul.buttonspace li {
			display: inline-block;
			/* padding: 0 0 0 1.5em; */
		}
		
			ul.buttons li:first-child {
				padding: 0;
			}

/* 		This controls the borders of the "Welcome" Button
		Or called the "button fit scrolly" */
 		ul.buttons.vertical li {
			display: block;
			padding: 1.5em 0 0 0;
		}
/* 			This deals with vertical padding */
			ul.buttons.vertical li:first-child {
				padding: 0;
			}  

/* Table */

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

			table.default tbody tr {
				border-bottom: solid 1px rgba(124, 128, 129, 0.2);
			}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				font-weight: 400;
				padding: 0.5em 1em 0.5em 1em;
				text-align: left;
			}

			table.default thead {
				background: #7c8081;
				color: #fff;
			}

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		/*This controls the inside background of your buttons*/
		background: none;
		border: solid 1px;
		color: inherit;
		cursor: pointer;
		display: inline-block;
		font-size: 0.8em;
		font-weight: 900;
		letter-spacing: 2px;
		min-width: 18em;
		padding: 0 0.75em;
		line-height: 3.75em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
	}
		/*  This controls the "Welcome" button at the top of the page and
			the hovering mechanism*/
		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		.button:hover {
			background: rgba(188, 202, 206, 0.75) !important;
			border-color: inherit;
		}

		/* This controls the "Contact Us"  button at the bottom of the page*/
		input[type="button"].special,
		input[type="submit"].special,
		input[type="reset"].special,
		.button.special {
			background: #83d3c9;
			border-color: #83d3c9;
			color: #fff !important;
		}

			/* This controls the "Contact Us"  button when you hover your mouse over it*/
			input[type="button"].special:hover,
			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			.button.special:hover {
				background: #96dad1 !important;
				border-color: #96dad1 !important;
			}

		/*This deals with the welcome button or scrolly button*/
		/*fitting onto the page perfectly. */
		input[type="button"].fit,
		input[type="submit"].fit,
		input[type="reset"].fit,
		.button.fit {
			/*This controls the size of your "Welcome" box borders*/
			width: 500px;
			background: rgba(0,0,153,.35);
		}

		input[type="button"].small,
		input[type="submit"].small,
		input[type="reset"].small,
		.button.small {
			font-size: 0.7em;
			min-width: 14em;
			padding: 0.5em 0;
		}

/* Wrapper */

/*This controls the big green box on the home page*/
	.wrapper {
		margin-bottom: 5em;
		padding: 2.5em;
	}
	
	/*This controls the big green box on the home page*/
	.wrapper.upper {
		padding: 2.5em;
	}	

		.wrapper.style1 {
			padding: 0;
		}

		.wrapper.style2 {
			background-color: rgba(15,114,59,.52);/* #83d3c9; */
			background-image: url("images/light-bl.svg"), url("images/light-br.svg");
			background-position: bottom left, bottom right;
			background-repeat: no-repeat, no-repeat;
			background-size: 25em, 25em;
			color: #fff;
		}

			.wrapper.style2 .button:hover {
				background: rgba(255, 255, 255, 0.15) !important;
			}

			.wrapper.style2 .button.special {
				background: #fff;
				border-color: #fff;
				color: #83d3c9 !important;
			}

				.wrapper.style2 .button.special:hover {
					border-color: inherit !important;
					color: #fff !important;
				}
				
		.wrapper.style3_0 {
			background: #fff;
			color: inherit;
		}				

		/* Green */
		.wrapper.style3 {
			background: rgba(15,114,59,.52);/* #83d3c9; */
			color: #fff;  /* inherit;*/
			
		}

		/* Blue */
		.wrapper.style3_5 {
			background: rgba(0,0,153, .88);/* #83d3c9; */
			color: #fff;  /* inherit;*/
		}		
		
		.wrapper.style4 {
			background: #fff;
			color: inherit;
			padding: 4em;
		}
		
		.wrapper.style5 {
			background-color: rgba(15,114,59,.52);/* #83d3c9; */
			background-image: url("images/light-bl.svg"), url("images/light-br.svg");
			background-position: bottom left, bottom right;
			background-repeat: no-repeat, no-repeat;
			background-size: 25em, 25em;
			color: #fff;
		}
		
		/* This is for the Green Box at the top of civil projects */
		.wrapper.style6 {
			text-align:left;
			background-color: rgba(15,114,59,.52);/* #83d3c9; */
			background-image: url("images/light-bl.svg"), url("images/light-br.svg");
			background-position: bottom left, bottom right;
			background-repeat: no-repeat, no-repeat;
			background-size: 25em, 25em;
			color: #fff;
			
		}		

/* Header */

	@-moz-keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	@-webkit-keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	@-ms-keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	@keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	/* This controls the white bar at the top of the page */
	#header {
		background: #fff;
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.075);
		color: inherit;
		cursor: default;
		font-size: 0.8em;
		left: 0;
		/* With fa-icon, padding is 1em 1.5em */
		/* Without fa-icon, padding is 2.2em 1.5em */
		padding: 1em 1.5em;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
	}

		#header h1 {
			font-weight: 900;
			margin: 0;
		}

			#header h1 span {
				font-weight: 300;
			}

		#header nav {
			letter-spacing: 0.075em;
			position: absolute;
			right: 1.5em;
			text-transform: uppercase;
			top: 0.75em;
		}

			#header nav ul li {
				display: inline-block;
				margin-left: 1.5em;
			}

				#header nav ul li > ul {
					display: none;
				}

				#header nav ul li a {
					border: solid 1px transparent;
					color: inherit;
					display: inline-block;
					line-height: 1em;
					/*Padding is for the padding of the dropotron 
					at the top of the webpages */
					padding: 0.6em .3em;
					text-decoration: none;
				}

				#header nav ul li input[type="button"],
				#header nav ul li input[type="submit"],
				#header nav ul li input[type="reset"],
				#header nav ul li .button {
					font-size: 1em;
					min-width: 1em;
					width: auto;
				}

				/*This controls the font for the SUBMENU's*/
				#header nav ul li.submenu > a {
					text-decoration: none;
					font-weight: 900;					
				}

					#header nav ul li.submenu > a:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						font-family: FontAwesome;
						font-style: normal;
						font-weight: normal;
						text-transform: none !important;
					}

					#header nav ul li.submenu > a:before {
						/* '\f107' is what produces a less 
						than or equal to sign pointing
						downwards to replicate the
						dropdown arrow */
						content: '\f107';
						/*Padding is distance between dropdown arrow and wording.*/
						margin-right: .29em;
					}

				#header nav ul li.active > a, #header nav ul li:hover > a {
					-moz-transition: all 0.2s ease-in-out;
					-webkit-transition: all 0.2s ease-in-out;
					-ms-transition: all 0.2s ease-in-out;
					transition: all 0.2s ease-in-out;
					background: rgba(188, 202, 206, 0.15);
				}

				/*This controls the header weight for NON SUBMENU's*/
				#header nav ul li.current > a {
					font-weight: 900;
				}

		#header.reveal {
			-moz-animation: reveal-header 0.5s;
			-webkit-animation: reveal-header 0.5s;
			-ms-animation: reveal-header 0.5s;
			animation: reveal-header 0.5s;
		}

		#header.alt {
			-moz-animation: none;
			-webkit-animation: none;
			-ms-animation: none;
			animation: none;
			background: transparent;
			box-shadow: none;
			color: #fff;
			padding: 2em 2.5em;
			position: absolute;
		}
			/* This controls the header on the top of the pages*/
			#header.alt nav {
				right: 0.5em;
				top: 1.75em;
			}

				#header.alt nav ul li.active > a, #header.alt nav ul li:hover > a {
					border: solid 1px;
				}
/* Dropotron */

	.dropotron {
		background: #fff;
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.075);
		line-height: 2.25em;
		min-width: 13em;
		padding: 1em 0;
		text-transform: uppercase;
		margin-top: calc(-1em + 1px);
	}

		.dropotron.level-0 {
			font-size: 0.7em;
			font-weight: 400;
			/*Margin-top controls how far apart the drop down is
			from the dropotron button*/
			margin-top: 1.5em;
		}

			.dropotron.level-0:before {
				border-bottom: solid 0.5em #fff;
				border-left: solid 0.5em transparent;
				border-right: solid 0.5em transparent;
				content: '';
				left: 0.75em;
				position: absolute;
				top: -0.45em;
			}

		/*This takes care of the lines in between each
			dropotron topic */
		.dropotron > li {
			border-top: solid 1px rgba(124, 128, 129, 0.2);
		}

			.dropotron > li > a {
				-moz-transition: none;
				-webkit-transition: none;
				-ms-transition: none;
				transition: none;
				color: inherit;
				text-decoration: none;
				padding: 0 1em;
				border: 0;
			}

			.dropotron > li:hover > a {
				background: #83d3c9;
				color: #fff;
			}

			.dropotron > li:first-child {
				border-top: 0;
			}

/* Banner Top Background*/

 	@-moz-keyframes reveal-banner {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-webkit-keyframes reveal-banner {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-ms-keyframes reveal-banner {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@keyframes reveal-banner {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}
/*-----------------------------------The Index Page Banner-------------------------------------------------------------*/
/* The actual background banner*/
	#banner {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		/* Garvanza Infiltration Gallery.jpg 
		Garvanza Retention Chamber.JPG*/
		/* Torrance About Us.JPG */
		
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/Garvanza Retention Chamber_2.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
		
	#FrontPage {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/4 Markets Water Torrance.JPG");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#FrontPage .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */		
	
	#AboutUs {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/3 Services Water Resources Johnny Carson Park.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#AboutUs .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */		
	
	#History {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/Los Angeles Skyline.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#History .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */		
		
	#Mission_Values {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/1 Home Slide 3 Garvanza Ribbon Cutting.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#Mission_Values .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	
		
	#Employees {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		/* 8441.jpg */
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/Our People.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#Employees .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */			

	#Certifications {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/Owens Lake 2.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#Certifications .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */		

	#Services {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/LACo General Hospital.JPG");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#Services .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	

	#CivilServicesHome {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/Services Civil Engineering.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#CivilServicesHome .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */			

	#CivilServices1 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/Garvanza Park_2.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#CivilServices1 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	
		
	#CivilServices2 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/2 Smart & Final KFS Engineering.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#CivilServices2 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */		

	#CivilServices3 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/LACo General Hospital Main_2.JPG");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#CivilServices3 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */		

	#CivilServices4 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/Owens Lake 2.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 0em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#CivilServices4 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	
		
	#WaterServicesHome {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/3 Services Water Resources Johnny Carson Park.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#WaterServicesHome .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */			

	#WaterServices1 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/North Fork Matilija Creek_2.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#WaterServices1 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */		
		
		#WaterServices2 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/Eaton_2.PNG");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#WaterServices2 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	
		
		#WaterServices3 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/POLB2.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#WaterServices3 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	
		
		#WaterServices4 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/Temecula_2.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#WaterServices4 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	
		
		#StormwaterServicesHome {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/4 Markets Water Torrance.JPG");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#StormwaterServicesHome .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	

		#StormwaterServices1 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/9 EWMPs_2.JPG");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#StormwaterServices1 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	

		#StormwaterServices2 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/10 TOS 60 Optimization 3.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#StormwaterServices2 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	

		#StormwaterServices3 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/SB County Swale.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#StormwaterServices3 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	

		#StormwaterServices4 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/SDCRAA_2.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#StormwaterServices4 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	

		#EnvironmentalServicesHome {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/4 Markets Environmental Egret_2.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#EnvironmentalServicesHome .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	

		#EnvironmentalServices1 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/Caltrans Water Sampling_2.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#EnvironmentalServices1 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	

		#EnvironmentalServices2 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/Glendora_2.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#EnvironmentalServices2 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	

		#EnvironmentalServices3 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/JWA_2.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#EnvironmentalServices3 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	

		#EnvironmentalServices4 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/OC Sheriff_2.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#EnvironmentalServices4 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	

		#PMCMServicesHome {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/3 Services PMCM Termino.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#PMCMServicesHome .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	

		#PMCMServices1 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		/* LACDPW Roadway Repair.jpg */
		/* LACDPW Big Tujunga Wash Damage.jpg */
		/* LACDPW Street in Claremont.jpg */
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/17 LACDPW Project Management 3.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#PMCMServices1 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	

		#PMCMServices2 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/Garvanza Park_2.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#PMCMServices2 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	

		#PMCMServices3 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/LACDPW Construction Related_2.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#PMCMServices3 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	

		#PMCMServices4 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/20 Compton Creek Natural Park_2.JPG");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#PMCMServices4 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	
/* ///////////////////////////////////// */

		#TranspoPlanningServicesHome {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/LA River Bikeway 7.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#TranspoPlanningServicesHome .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	

		#TranspoPlanningServices1 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		/* LACDPW Roadway Repair.jpg */
		/* LACDPW Big Tujunga Wash Damage.jpg */
		/* LACDPW Street in Claremont.jpg */
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/LA River Bikeway 7.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#TranspoPlanningServices1 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	

		#TranspoPlanningServices2 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/Alhambra Valley Boulevard 1b.png");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#TranspoPlanningServices2 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	

		#TranspoPlanningServices3 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/LACDPW Construction Related_2.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#TranspoPlanningServices3 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	

		#TranspoPlanningServices4 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/20 Compton Creek Natural Park_2.JPG");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#TranspoPlanningServices4 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	

/* ////////////////////////////// */
		#MarketsHome {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/4 Markets Energy Serrano.JPG");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#MarketsHome .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */			
		
		#GovernmentMarketsHome {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/government_2.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#GovernmentMarketsHome .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	
				
		
		#GovernmentMarkets1 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		/*21 Fort Peck_2.JPG  */
		/* Fort Peck.JPG */
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/xIMG_2020.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#GovernmentMarkets1 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */		

		#GovernmentMarkets2 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/22 USAF SPCC_2.JPG");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#GovernmentMarkets2 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */			
		
		#WaterMarketsHome {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/WaterMarketsHome.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#WaterMarketsHome .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	

		#WaterMarkets1 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/Torrance North Well Field_2.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#WaterMarkets1 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	

		#WaterMarkets2 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/070.JPG");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#WaterMarkets2 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	

		#EnergyMarketsHome {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/energy_2.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#EnergyMarketsHome .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	

		#EnergyMarkets1 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/Owens Lake 2.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#EnergyMarkets1 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	

		#EnergyMarkets2 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/SCE_3_2.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#EnergyMarkets2 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	

		#TransportationMarketsHome {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/4 Markets Transportation Caltrans.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#TransportationMarketsHome .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	

		#TransportationMarkets1 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/DSCN3952_2.JPG");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#TransportationMarkets1 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	

		#TransportationMarkets2 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/FLV_California_train_2.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#TransportationMarkets2 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	

		#EnvironmentMarketsHome {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/Industrial_parks_Titelbild.JPG");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#EnvironmentMarketsHome .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	

		#EnvironmentMarkets1 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/OC Sheriff_2.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#EnvironmentMarkets1 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	

		#EnvironmentMarkets2 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/P1080623.JPG");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#EnvironmentMarkets2 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */			
	
		#LandDevelopmentMarketsHome {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/4 Markets Developmental Housing Tract.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#LandDevelopmentMarketsHome .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	

		#LandDevelopmentMarkets1 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/27 City Ventures Lyon Homes_2.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#LandDevelopmentMarkets1 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	

		#LandDevelopmentMarkets2 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/28 Persico_2.JPG");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#LandDevelopmentMarkets2 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */		

		#Careers {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/7 Contact Us.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#Careers .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */					

		#NewsHome {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/gray_blue_line_oval_background_hd-wallpaper-63407.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#NewsHome .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */		
		
		#News1 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/4 Markets Water Torrance.JPG");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#News1 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	

		#News2 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/070.JPG");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#News2 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */			

		
		#News3 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/IC100_Background.png");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#News3 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	

		#News4 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/CU_Main_Photo.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#News4 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	

		#News5 {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/BestFirms_Background.png");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#News5 .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	

		#ContactJP {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/28 Persico_2.JPG");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#ContactJP .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */		

		#ContactVB {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/28 Persico_2.JPG");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#ContactVB .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */		

		#ContactBY {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/28 Persico_2.JPG");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#ContactBY .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */		

		#ContactBW {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/28 Persico_2.JPG");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#ContactBW .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */		

		#ContactGG {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/28 Persico_2.JPG");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#ContactGG .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */	

		#SPCC {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/Million Air.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#SPCC .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */			
	
	#ContactUs {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */solid 1px rgba(124, 128, 129, 0.2);
		/*7 Contact Us is the name of the other background picture*/
		background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("images/overlay.png"), url("../../images/7 Contact Us.jpg");
		background-position: bottom left, bottom right, top left, top center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		color: rgb(0, 0, 53);
		cursor: default;
		/*padding controls the picture to cover the front*/
		padding: 13.5em 0;
		text-align: center;
	}
	
			/*  */
		/*The actual square block banner */
		/*And the animation to make the banner fade in*/
		#ContactUs .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		/*  */		
		
/*The actual square block banner */
/*And the animation to make the banner fade in*/
		#banner .inner {
 			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner .25s .25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			/* background changes the background of the block banner*/
			/* background: rgba(52, 27, 43, 0.5); */			
			/* background: rgba(15, 114, 59, 0.5); */
			/* color changes the color of the text and border*/
 			color: #fff
			display: inline-block;
			opacity: 0;
			padding: 2em; 
			text-align: center;
		}
		
/*The lines that go around C W E */
/* 			#banner .inner header {
				display: inline-block;
				border-bottom: solid 2px;
				border-top: solid 2px;
				margin: 0 0 2em 0;
				padding: 3px 0 3px 0;
			} */
/*The font to make C W E Bigger and thicker and extends the line break line*/ 
				#banner .inner header h2 {
					border-bottom: solid 2px;
					border-top: solid 2px;
					font-size: 2.5em;
					font-weight: 900;
					letter-spacing: 0.2em;
					margin: 0;
					padding-left: 0.05em;
					position: relative;
					text-transform: uppercase;
				} 
/*This deals with the line spacing  */
			#banner .inner p {
				letter-spacing: 0.1em;
				margin: 0;
				text-transform: uppercase;
			}

				#banner .inner p a {
					color: inherit;
					font-weight: 400;
					text-decoration: none;
				}

			#banner .inner footer {
				margin: 2em 0 0 0;
			} 
/* Main */

	#main {
		/* background-image: url("images/dark-tl.svg"), url("images/dark-tr.svg"), url("images/dark-bl.svg"), url("images/dark-br.svg"); */
		background-position: top left, top right, bottom left, bottom right;
		background-repeat: no-repeat;
		background-size: 25em;
		padding: 1em 0em 2em 0em;
	}

		#main > :last-child {
			margin-bottom: 0;
		}

		/* This handles the border line in career center */
		#main .sidebar section {
			/* border-top: solid 1px rgba(124, 128, 129, 0.2); */
			margin: 3em 0 0 0;
			padding: 3em 0 0 0;
		}

			#main .sidebar section:first-child {
				border-top: 0;
				padding-top: 0;
				margin-top: 0;
			}

	body.index #main {
		padding-top: 0em;
	}

/* CTA Bottom Background*/

	#cta {
		background-attachment: scroll, scroll, scroll, fixed;
		background-color: /* #645862; */ solid 1px rgba(124, 128, 129, 0.2);
		background-image: url("images/light-tl.svg"), url("images/light-tr.svg"), url("images/overlay.png"), url("../../images/Owens Lake 2 Bottom.jpg");
		background-position: top left, top right, top left, bottom center;
		background-repeat: no-repeat, no-repeat, repeat, no-repeat;
		background-size: 25em, 25em, auto, cover;
		/* color: #fff; */
		padding: 3em;
		text-align: center;
	}

		#cta header {
			margin-bottom: 2em;
		}

/* Footer */

	#footer {
		background: #E8EEF4;
		color: #7c8081;
		/*Padding: Up Right Down Left*/
		padding: 2em 5em 2em 5em;
		text-align: center;
	}
	
	#footer .copyright {	
		font-size: 0.5em;
		line-height: 1.5em;
		}

			#footer .copyright a {
				color: inherit;
			}

			/*This takes care of that vertical line in the footer*/
 			#footer .copyright li {
				display: inline-block;
				margin-left: 1em;
				padding-left: 1em;
				/* border-left: dotted 1px; */
			} 

				#footer .copyright li:first-child {
					margin: 0;
					padding: 0;
					border: 0;
				}

/* Wide */

	@media screen and (max-width: 1680px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 14pt;
			}

		/* Section/Article */
		/* Padding between the banner and the start of the page*/
			header.special {
				padding-top: 1.5em;
				margin-bottom: 1.5em;
			}

				/* This deals with the spacing of background image web pages */
				header.special2 {
					margin-bottom: 1.5em;
					padding-top: 2em;
					position: relative;
					text-align: center;
				}				
			
	}

/* Normal */

	@media screen and (max-width: 1280px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 13pt;
				letter-spacing: 0.025em;
				line-height: 1.65em;
			}

			h1, h2, h3, h4, h5, h6 {
				line-height: 1.5em;
			}

		/* Section/Article */

			header.major {
				padding-bottom: 1.5em;
			}

			header.padding.left {
				padding-left:185px;
				width:100%;
			}

			header.padding.right {
				padding-right:69px;
			}


			footer.major {
				padding-top: 2em;
			}

		/* Wrapper */

			.wrapper {
				margin-bottom: 4em;
				padding: 4em 3em;
			}

				.wrapper.style4 {
					padding: 3em;
				}

		/* Header */

			#header nav ul li {
				margin-left: 1em;
			}

		/* Part One */
		/* Banner */

			#banner {
				background-attachment: scroll;
			}			

		/* About Us */
			#AboutUs {
				background-attachment: scroll;
			}			

		/* Front Page */
			#FrontPage {
				background-attachment: scroll;
			}			
		/* History */
			#History {
				background-attachment: scroll;
			}							
			
		/* Mission_Values */
			#Mission_Values {
				background-attachment: scroll;
			}			
			
		/* Employees */
			#Employees {
				background-attachment: scroll;
			}			
			
		/* Certifications */
			#Certifications {
				background-attachment: scroll;
			}						
			
		/*  Services */
			#Services{
				background-attachment: scroll;
			}		

		/* CivilServicesHome*/
			#CivilServicesHome {
				background-attachment: scroll;
			}
			
		/* CivilServices1 */
			#CivilServices1 {
				background-attachment: scroll;
			}

		/* CivilServices2 */
			#CivilServices2 {
				background-attachment: scroll;
			}		

		/* CivilServices3 */
			#CivilServices3 {
				background-attachment: scroll;
			}

		/* CivilServices4*/
			#CivilServices4 {
				background-attachment: scroll;
			}			
			
		/* WaterServicesHome */
			#WaterServicesHome {
				background-attachment: scroll;
			}	

		/*  WaterServices1*/
			#WaterServices1 {
				background-attachment: scroll;
			}	

		/* WaterServices2 */
			#WaterServices2 {
				background-attachment: scroll;
			}	

		/* WaterServices3 */
			#WaterServices3 {
				background-attachment: scroll;
			}	

		/* WaterServices4 */
			#WaterServices4 {
				background-attachment: scroll;
			}			

		/* StormwaterServicesHome */
			#StormwaterServicesHome {
				background-attachment: scroll;
			}	

		/* StormwaterServices1 */
			#StormwaterServices1 {
				background-attachment: scroll;
			}	

		/* StormwaterServices2 */
			#StormwaterServices2 {
				background-attachment: scroll;
			}	

		/* StormwaterServices3 */
			#StormwaterServices3 {
				background-attachment: scroll;
			}	

		/* StormwaterServices4 */
			#StormwaterServices4 {
				background-attachment: scroll;
			}	

		/*  EnvironmentalServicesHome*/
			#EnvironmentalServicesHome {
				background-attachment: scroll;
			}	

		/* EnvironmentalServices1 */
			#EnvironmentalServices1 {
				background-attachment: scroll;
			}	

		/* EnvironmentalServices2 */
			#EnvironmentalServices2 {
				background-attachment: scroll;
			}	

		/* EnvironmentalServices3 */
			#EnvironmentalServices3 {
				background-attachment: scroll;
			}	

		/* EnvironmentalServices4 */
			#EnvironmentalServices4 {
				background-attachment: scroll;
			}		

		/* PMCMServicesHome */
			#PMCMServicesHome {
				background-attachment: scroll;
			}	

		/* PMCMServices1 */
			#PMCMServices1 {
				background-attachment: scroll;
			}	

		/* PMCMServices2 */
			#PMCMServices2 {
				background-attachment: scroll;
			}	

		/*PMCMServices3  */
			#PMCMServices3 {
				background-attachment: scroll;
			}	

		/*PMCMServices4  */
			#PMCMServices4 {
				background-attachment: scroll;
			}
			
		/* TranspoPlanningServicesHome */
			#TranspoPlanningServicesHome {
				background-attachment: scroll;
			}	

		/* TranspoPlanningServices1 */
			#TranspoPlanningServices1 {
				background-attachment: scroll;
			}	

		/* TranspoPlanningServices2 */
			#TranspoPlanningServices2 {
				background-attachment: scroll;
			}	

		/*TranspoPlanningServices3  */
			#TranspoPlanningServices3 {
				background-attachment: scroll;
			}	

		/*TranspoPlanningServices4  */
			#TranspoPlanningServices4 {
				background-attachment: scroll;
			}	
			
		/*  MarketsHome*/
			#MarketsHome {
				background-attachment: scroll;
			}	

		/* GovernmentMarketsHome */
			#GovernmentMarketsHome {
				background-attachment: scroll;
			}	

		/* GovernmentMarkets1 */
			#GovernmentMarkets1 {
				background-attachment: scroll;
			}	

		/*GovernmentMarkets2  */
			#GovernmentMarkets2 {
				background-attachment: scroll;
			}				
			
		/* WaterMarketsHome */
			#WaterMarketsHome {
				background-attachment: scroll;
			}	
			
		/*WaterMarkets1  */
			#WaterMarkets1 {
				background-attachment: scroll;
			}	
			
		/*WaterMarkets2  */
			#WaterMarkets2 {
				background-attachment: scroll;
			}

		/* EnergyMarketsHome */
			#EnergyMarketsHome {
				background-attachment: scroll;
			}					

		/* EnergyMarkets1 */
			#EnergyMarkets1 {
				background-attachment: scroll;
			}

		/* EnergyMarkets2 */
			#EnergyMarkets2 {
				background-attachment: scroll;
			}			
			
			#TransportationMarketsHome {
				background-attachment: scroll;
			}			

			#TransportationMarkets1 {
				background-attachment: scroll;
			}			

			#TransportationMarkets2 {
				background-attachment: scroll;
			}	

		/*  EnvironmentMarketsHome*/
			#EnvironmentMarketsHome {
				background-attachment: scroll;
			}	

		/*EnvironmentMarkets1  */
			#EnvironmentMarkets1 {
				background-attachment: scroll;
			}	

		/*EnvironmentMarkets2  */
			#EnvironmentMarkets2 {
				background-attachment: scroll;
			}	

		/* LandDevelopmentMarketsHome */
			#LandDevelopmentMarketsHome {
				background-attachment: scroll;
			}	

		/* LandDevelopmentMarkets1 */
			#LandDevelopmentMarkets1 {
				background-attachment: scroll;
			}	

		/*LandDevelopmentMarkets2  */
			#LandDevelopmentMarkets2 {
				background-attachment: scroll;
			}		

		/* Careers */
			#Careers {
				background-attachment: scroll;
			}				

		/*  NewsHome*/
			#NewsHome {
				background-attachment: scroll;
			}	

		/* News1 */
			#News1 {
				background-attachment: scroll;
			}	

		/* News2 */
			#News2 {
				background-attachment: scroll;
			}				

		/* News3 */
			#News3 {
				background-attachment: scroll;
			}	

		/* News4 */
			#News4 {
				background-attachment: scroll;
			}	

		/* News5 */
			#News5 {
				background-attachment: scroll;
			}	

		/* ContactJP */
			#ContactJP {
				background-attachment: scroll;
			}	

		/*ContactVB  */
			#ContactVB {
				background-attachment: scroll;
			}	

		/*  ContactBY*/
			#ContactBY {
				background-attachment: scroll;
			}	

		/*ContactBW  */
			#ContactBW {
				background-attachment: scroll;
			}	

		/* ContactGG */
			#ContactGG {
				background-attachment: scroll;
			}	

		/* ContactTW */
			#ContactTW {
				background-attachment: scroll;
			}	

		/*ContactUs  */
			#ContactUs {
				background-attachment: scroll;
			}	

		/* SPCC */
			#SPCC {
				background-attachment: scroll;
			}				
			
		/* Part One */
		/*  */
			# {
				background-attachment: scroll;
			}			

		/* CTA */

			#cta {
				padding: 4em;
				background-attachment: scroll;
			}

		/* Footer */

			#footer {
				padding: 4em;
			}

	}

/* Narrow */

	@media screen and (max-width: 980px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 13pt;
				letter-spacing: 0.025em;
				line-height: 1.5em;
			}

		/* Section/Article */

			header br {
				display: none;
			}

			header.major {
				padding-bottom: 1em;
			}

			header.special {
				padding-left: 2.5em;
				padding-right: 2.5em;
			}
			
				/* This deals with the spacing of background image web pages */
				header.special2 {
					margin-bottom: 1.5em;
					padding-top: 2em;
					position: relative;
					text-align: center;
				}				
			
				header.special:before, header.special:after {
					width: 11em;
					top: 13em;
				}			

			footer.major {
				padding-top: 1.5em;
			}

		/* Wrapper */

			.wrapper {
				margin-bottom: 3em;
				padding: 3em 2.5em;
			}

				.wrapper.special br {
					display: none;
				}

				.wrapper.style1 {
					padding: 0 2.5em;
				}

				.wrapper.style2 {
					background-size: 15em;
				}

				.wrapper.style4 {
					padding: 2.5em;
				}

		/* Banner */

			#banner {
				background-size: 15em, 15em, auto, cover;
			}		

		/* Main */

			#main {
				background-size: 15em;
			}

		/* CTA */

			#cta {
				background-size: 15em, 15em, auto, cover;
				padding: 3em;
			}

	}

/* Narrower */

	#navPanel, #navButton {
		display: none;
	}

	@media screen and (max-width: 855px) {

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

			header.major {
				/* padding-bottom: 0.25em; */
					padding-bottom: .5em;
					text-align:center;
					padding:25px;
			}
			
			h1.vision {
				color: inherit;
				font-weight: 300;
				line-height: 3em;
				margin-bottom: 1em;
				/* text-transform:uppercase; */		
			}			

			header.special {
				margin-bottom: 1.5em;
				padding-top: 5em;
			}
			
				/* This deals with the spacing of background image web pages */
				header.special2 {
					margin-bottom: 1.5em;
					padding-top: 2em;
					position: relative;
					text-align: center;
				}				
			

				header.special:before, header.special:after {
					width: 8em;
					top: 12.50em;
				}

				header.special h2 + p {
					padding-top: 1.25em;
				}
				
				iframe {
					width:100%;
				}

		/* Section/Article */

			section {
				margin: 1em 0 1em 0;
			}

				section:first-child {
					margin-top: 0;
				}

		/* Button */

			input[type="button"].small,
			input[type="submit"].small,
			input[type="reset"].small,
			.button.small {
				font-size: 0.8em;
				min-width: 18em;
				padding: 0.75em 0;
			}

		/* List */

			ul.featured-icons {
				margin: 0;
			}

				ul.featured-icons li {
					display: inline-block;
					float: none;
					width: auto;
				}

					ul.featured-icons li .icon {
						font-size: 4em;
						width: 1.25em;
					}

			ul.buttons li {
				display: block;
				padding: 1em 0 0 0;
			}

		/* Part Two */
		/* Header */

			#header {
				display: none;
			}

		/* Banner */

			#banner {
				margin: 0;
			}	

		/* FrontPage */

			#FrontPage {
				margin: 0;
			}				

		/*  AboutUs*/

			#AboutUs {
				margin: 0;
			}
			
		/* History */

			#History {
				margin: 0;
			}			
			
		/*  Mission_Values*/

			#Mission_Values {
				margin: 0;
			}			
			
		/*  Employees*/

			#Employees {
				margin: 0;
			}		

		/* Certifications */

			#Certifications {
				margin: 0;
			}	

		/* Services*/

			#Services {
				margin: 0;
			}			

		/* CivilServicesHome*/

			#CivilServicesHome {
				margin: 0;
			}				
			
		/* CivilServices1*/

			#CivilServices1 {
				margin: 0;
			}	

		/* CivilServices2*/

			#CivilServices2 {
				margin: 0;
			}	

		/* CivilServices3*/

			#CivilServices3 {
				margin: 0;
			}	

		/* CivilServices4*/

			#CivilServices4 {
				margin: 0;
			}	
			
		/* WaterServicesHome*/

			#WaterServicesHome {
				margin: 0;
			}	

		/* WaterServices1*/

			#WaterServices1 {
				margin: 0;
			}	

		/*WaterServices2 */

			#WaterServices2 {
				margin: 0;
			}	

		/*WaterServices3 */

			#WaterServices3 {
				margin: 0;
			}	

		/*WaterServices4 */

			#WaterServices4 {
				margin: 0;
			}	

		/* StormwaterServicesHome*/

			#StormwaterServicesHome {
				margin: 0;
			}		

		/* StormwaterServices1*/

			#StormwaterServices1 {
				margin: 0;
			}		

		/* StormwaterServices2*/

			#StormwaterServices2 {
				margin: 0;
			}		

		/* StormwaterServices3*/

			#StormwaterServices3 {
				margin: 0;
			}		

		/*StormwaterServices4 */

			#StormwaterServices4 {
				margin: 0;
			}		

		/* EnvironmentalServicesHome*/

			#EnvironmentalServicesHome {
				margin: 0;
			}	

		/*EnvironmentalServices1 */

			#EnvironmentalServices1 {
				margin: 0;
			}	

		/* EnvironmentalServices2*/

			#EnvironmentalServices2 {
				margin: 0;
			}	

		/* EnvironmentalServices3*/

			#EnvironmentalServices3 {
				margin: 0;
			}	

		/* EnvironmentalServices4*/

			#EnvironmentalServices4 {
				margin: 0;
			}				
			
		/* PMCMServicesHome*/

			#PMCMServicesHome {
				margin: 0;
			}	

		/* PMCMServices1*/

			#PMCMServices1 {
				margin: 0;
			}	

		/* PMCMServices2*/

			#PMCMServices2 {
				margin: 0;
			}	

		/*PMCMServices3 */

			#PMCMServices3 {
				margin: 0;
			}	

		/*PMCMServices4 */

			#PMCMServices4 {
				margin: 0;
			}	

		/* TranspoPlanningServicesHome*/

			#TranspoPlanningServicesHome {
				margin: 0;
			}	

		/* TranspoPlanningServices1*/

			#TranspoPlanningServices1 {
				margin: 0;
			}	

		/* TranspoPlanningServices2*/

			#TranspoPlanningServices2 {
				margin: 0;
			}	

		/*TranspoPlanningServices3 */

			#TranspoPlanningServices3 {
				margin: 0;
			}	

		/*TranspoPlanningServices4 */

			#TranspoPlanningServices4 {
				margin: 0;
			}	


		/* MarketsHome*/

			#MarketsHome {
				margin: 0;
			}	

		/*GovernmentMarketsHome */

			#GovernmentMarketsHome {
				margin: 0;
			}	

		/* GovernmentMarkets1*/

			#GovernmentMarkets1 {
				margin: 0;
			}	

		/*GovernmentMarkets2 */

			#GovernmentMarkets2 {
				margin: 0;
			}				

		/* WaterMarketsHome*/

			#WaterMarketsHome {
				margin: 0;
			}		

		/* WaterMarkets1*/

			#WaterMarkets1 {
				margin: 0;
			}		

		/* WaterMarkets2*/

			#WaterMarkets2 {
				margin: 0;
			}	

		/* EnergyMarketsHome*/

			#EnergyMarketsHome {
				margin: 0;
			}					
			
		/*EnergyMarkets1 */

			#EnergyMarkets1 {
				margin: 0;
			}		

		/* EnergyMarkets2*/

			#EnergyMarkets2 {
				margin: 0;
			}		

		/* TransportationMarketsHome*/

			#TransportationMarketsHome {
				margin: 0;
			}	

		/*TransportationMarkets1 */

			#TransportationMarkets1 {
				margin: 0;
			}	

		/*TransportationMarkets2 */

			#TransportationMarkets2 {
				margin: 0;
			}		

		/* EnvironmentMarketsHome*/

			#EnvironmentMarketsHome {
				margin: 0;
			}

		/* EnvironmentMarkets1*/

			#EnvironmentMarkets1 {
				margin: 0;
			}

		/* EnvironmentMarkets2*/

			#EnvironmentMarkets2 {
				margin: 0;
			}

		/* LandDevelopmentMarketsHome*/

			#LandDevelopmentMarketsHome {
				margin: 0;
			}

		/* LandDevelopmentMarkets1*/

			#LandDevelopmentMarkets1 {
				margin: 0;
			}

		/* LandDevelopmentMarkets2*/

			#LandDevelopmentMarkets2 {
				margin: 0;
			}	

		/* Careers*/

			#Careers {
				margin: 0;
			}				
			
		/* NewsHome*/

			#NewsHome {
				margin: 0;
			}

		/* News1*/

			#News1 {
				margin: 0;
			}

		/* News2*/

			#News2 {
				margin: 0;
			}		

		/* News3*/

			#News3 {
				margin: 0;
			}

		/* News4*/

			#News4 {
				margin: 0;
			}

		/* News5*/

			#News5 {
				margin: 0;
			}

		/* ContactJP*/

			#ContactJP {
				margin: 0;
			}	

		/*ContactVB */

			#ContactVB {
				margin: 0;
			}	

		/*ContactBY */

			#ContactBY {
				margin: 0;
			}	

		/* ContactBW*/

			#ContactBW {
				margin: 0;
			}	

		/*ContactGG */

			#ContactGG {
				margin: 0;
			}	

		/* ContactTW*/

			#ContactTW {
				margin: 0;
			}	

		/* ContactUs*/

			#ContactUs {
				margin: 0;
			}	

		/* SPCC*/

			#SPCC {
				margin: 0;
			}				
			
		/* Part Two */
		/* */

			# {
				margin: 0;
			}				
			
		/* Wrapper */

			.wrapper.special-alt {
				text-align: center;
			}

			.wrapper.style4 {
				padding-bottom: 3em;
			}

		/* Main */

			#main {
				padding: 5em 0;
			}

				#main .sidebar {
					border-top: solid 1px rgba(124, 128, 129, 0.1);
					padding-top: 3em;
				}

					#main .sidebar section {
						border-top: 0;
						padding-top: 0;
					}

/* 			body.index #main {
				padding-top: 4.5em;
			} */

		/* CTA */

			#cta {
				margin: 0;
			}

		/* Footer */

			#footer {
				padding: 4em 1.5em;
			}

		/* Off-Canvas Navigation */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
			}

			#navButton {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 60px;
				left: 0;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 10001;
			}

				#navButton .toggle {
					text-decoration: none;
					height: 60px;
					left: 0;
					position: absolute;
					text-align: center;
					top: 0;
					width: 100%;
					border: 0;
					outline: 0;
				}

					#navButton .toggle:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						font-family: FontAwesome;
						font-style: normal;
						font-weight: normal;
						text-transform: none !important;
					}

					#navButton .toggle:before {
						color: #fff;
						content: '\f0c9';
						font-size: 1em;
						height: 40px;
						left: 10px;
						line-height: 40px;
						opacity: 0.5;
						position: absolute;
						top: 11px;
						width: 60px;
						z-index: 1;
					}

					#navButton .toggle:after {
						background: rgba(163, 169, 170, 0.75);
						border-radius: 2px;
						content: '';
						height: 40px;
						left: 10px;
						position: absolute;
						top: 10px;
						width: 60px;
					}
			/*Controls the navPanel*/
			/*translate handles the starting point of the navPanel*/
			/*Negative = More Left. Positive = More Right*/
			#navPanel {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(-280px);
				-webkit-transform: translateX(-280px);
				-ms-transform: translateX(-280px);
				transform: translateX(-280px);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 100%;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 280px;/*30em*//*------------------------------------------------------------------------------------*/
				z-index: 10002;
				background: #1c2021;
				color: #fff;
				font-size: 0.8em;
				letter-spacing: 0.075em;
				text-transform: uppercase;
				padding: 0.25em 0.75em 1em 0.75em;
			}

				#navPanel .link {
					border: 0;
					/*This handles the lines inbetween links*/
					border-top: solid 1px rgba(255, 255, 255, 0.05);
					color: inherit;
					display: block;
					height: 3em;
					line-height: 3em;
					opacity: 0.75;
					text-decoration: none;
				}

					#navPanel .link.depth-0 {
						font-weight: 900;
					}

					#navPanel .link:first-child {
						border-top: 0;
					}

				#navPanel .indent-1 {
					display: inline-block;
					width: 1em;
				}

				#navPanel .indent-2 {
					display: inline-block;
					width: 2em;
				}

				#navPanel .indent-3 {
					display: inline-block;
					width: 3em;
				}

				#navPanel .indent-4 {
					display: inline-block;
					width: 4em;
				}

				#navPanel .indent-5 {
					display: inline-block;
					width: 5em;
				}

			/*This handles the stuff to the right/outside of the navPanel*/	/*------------------------------------*/
			body.navPanel-visible #page-wrapper {
				-moz-transform: translateX(280px);
				-webkit-transform: translateX(280px);
				-ms-transform: translateX(280px);
				transform: translateX(280px);
			}

			/*This handles how far out the navButton gets pushed out*/
			body.navPanel-visible #navButton {
				-moz-transform: translateX(280px);
				-webkit-transform: translateX(280px);
				-ms-transform: translateX(280px);
				transform: translateX(280px);
			}

			body.navPanel-visible #navPanel {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}

	}

/* Mobile */

	@media screen and (max-width: 736px) {

		/* Basic */

			body {
				min-width: 320px;
			}

			h2 {
				font-size: 1.25em;
				letter-spacing: 0.1em;
			}

			h3 {
				font-size: 1em;
				letter-spacing: 0.025em;
			}

			p {
				text-align: justify;
			}
			/* This controls the image when the screen gets down to 736px*/
/* 			img {
				width: 10%;
				height: 10%; 
			} */

		/* Section/Article */

			header {
				text-align: center;
			}

				header.major {
					padding-bottom: 0;
				}

				header.special {
					margin-bottom: 1.5em;
					padding-left: 1.5em;
					padding-right: 1.5em;
				}
				
				/* This deals with the spacing of background image web pages */
				header.special2 {
					margin-bottom: 1.5em;
					padding-top: 2em;
					position: relative;
					text-align: center;
				}				
				
					header.special:before, header.special:after {
						width: 1em;
						top: 10.50em;
					}

					header.special .icon {
						font-size: 0.75em;
						top: 1.5em;
					}

				header p {
					text-align: center;
				}

			footer.major {
				padding-top: 0;
			}

		/* Icon */

			.icon.circle {
				font-size: 1em;
			}

		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			.button {
				max-width: 20em;
				width: 100%;
			}

				input[type="button"].fit,
				input[type="submit"].fit,
				input[type="reset"].fit,
				.button.fit {
					width: auto;
				}

		/* List */

			ul.icons li {
				padding-left: 0.25em;
			}

			ul.featured-icons li .icon {
				width: 1.1em;
			}

			ul.buttons {
				text-align: center;
			}

		/* Wrapper */

			.wrapper {
				margin-bottom: 2.5em;
				padding: 2.25em 1.5em;
			}

				.wrapper.special br {
					display: none;
				}

				.wrapper.style1 {
					padding: 0 1.5em;
				}

				.wrapper.style2 {
					background-size: 10em;
					padding: 2.25em 1.5em;
				}

				.wrapper.style4 {
					background-size: 10em;
					padding: 1.5em 1.5em 3em 1.5em;
				}
		
		/* Part Three */
		/* Banner */

			#banner {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#banner .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#banner .inner header h2 {
						font-size: 1.5em;
					}

					#banner .inner p {
						text-align: center;
					}

					#banner .inner br {
						display: none;
					}
					
		/* FrontPage*/

			#FrontPage {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#FrontPage .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#FrontPage .inner header h2 {
						font-size: 1.5em;
					}

					#FrontPage .inner p {
						text-align: center;
					}

					#FrontPage .inner br {
						display: none;
					}		

		/* About Us*/
			#AboutUs {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#AboutUs .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#AboutUs .inner header h2 {
						font-size: 1.5em;
					}

					#AboutUs .inner p {
						text-align: center;
					}

					#AboutUs .inner br {
						display: none;
					}	

		/* History */
			#History {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#History .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#History .inner header h2 {
						font-size: 1.5em;
					}

					#History .inner p {
						text-align: center;
					}

					#History .inner br {
						display: none;
					}		

		/* Mission_Values*/
			#Mission_Values {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#Mission_Values .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#Mission_Values .inner header h2 {
						font-size: 1.5em;
					}

					#Mission_Values .inner p {
						text-align: center;
					}

					#Mission_Values .inner br {
						display: none;
					}					

		/*  Employees */
			#Employees {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#Employees .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#Employees .inner header h2 {
						font-size: 1.5em;
					}

					#Employees .inner p {
						text-align: center;
					}

					#Employees .inner br {
						display: none;
					}				

		/*  Certifications*/
			#Certifications {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#Certifications .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#Certifications .inner header h2 {
						font-size: 1.5em;
					}

					#Certifications .inner p {
						text-align: center;
					}

					#Certifications .inner br {
						display: none;
					}	

		/*  Services*/
			#Services {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#Services .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#Services .inner header h2 {
						font-size: 1.5em;
					}

					#Services .inner p {
						text-align: center;
					}

					#Services .inner br {
						display: none;
					}	

		/* CivilServicesHome */
			#CivilServicesHome {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#CivilServicesHome .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#CivilServicesHome .inner header h2 {
						font-size: 1.5em;
					}

					#CivilServicesHome .inner p {
						text-align: center;
					}

					#CivilServicesHome .inner br {
						display: none;
					}	

		/*  CivilServices1*/
			# {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#CivilServices1 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#CivilServices1 .inner header h2 {
						font-size: 1.5em;
					}

					#CivilServices1 .inner p {
						text-align: center;
					}

					#CivilServices1 .inner br {
						display: none;
					}	

		/* CivilServices2 */
			#CivilServices2 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#CivilServices2 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#CivilServices2 .inner header h2 {
						font-size: 1.5em;
					}

					#CivilServices2 .inner p {
						text-align: center;
					}

					#CivilServices2 .inner br {
						display: none;
					}	

		/* CivilServices3 */
			#CivilServices3 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#CivilServices3 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#CivilServices3 .inner header h2 {
						font-size: 1.5em;
					}

					#CivilServices3 .inner p {
						text-align: center;
					}

					#CivilServices3 .inner br {
						display: none;
					}	

		/*  CivilServices4*/
			#CivilServices4 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#CivilServices4 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#CivilServices4 .inner header h2 {
						font-size: 1.5em;
					}

					#CivilServices4 .inner p {
						text-align: center;
					}

					#CivilServices4 .inner br {
						display: none;
					}				

		/* WaterServicesHome */
			#WaterServicesHome {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#WaterServicesHome .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#WaterServicesHome .inner header h2 {
						font-size: 1.5em;
					}

					#WaterServicesHome .inner p {
						text-align: center;
					}

					#WaterServicesHome .inner br {
						display: none;
					}	

		/* WaterServices1 */
			#WaterServices1 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#WaterServices1 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#WaterServices1 .inner header h2 {
						font-size: 1.5em;
					}

					#WaterServices1 .inner p {
						text-align: center;
					}

					#WaterServices1 .inner br {
						display: none;
					}	

		/* WaterServices2 */
			#WaterServices2 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#WaterServices2 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#WaterServices2 .inner header h2 {
						font-size: 1.5em;
					}

					#WaterServices2 .inner p {
						text-align: center;
					}

					#WaterServices2 .inner br {
						display: none;
					}	

		/* WaterServices3 */
			#WaterServices3 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#WaterServices3 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#WaterServices3 .inner header h2 {
						font-size: 1.5em;
					}

					#WaterServices3 .inner p {
						text-align: center;
					}

					#WaterServices3 .inner br {
						display: none;
					}	

		/* WaterServices4 */
			#WaterServices4 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#WaterServices4 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#WaterServices4 .inner header h2 {
						font-size: 1.5em;
					}

					#WaterServices4 .inner p {
						text-align: center;
					}

					#WaterServices4 .inner br {
						display: none;
					}	

		/*  StormwaterServicesHome*/
			#StormwaterServicesHome {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#StormwaterServicesHome .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#StormwaterServicesHome .inner header h2 {
						font-size: 1.5em;
					}

					#StormwaterServicesHome .inner p {
						text-align: center;
					}

					#StormwaterServicesHome .inner br {
						display: none;
					}	

		/* StormwaterServices1 */
			#StormwaterServices1 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#StormwaterServices1 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#StormwaterServices1 .inner header h2 {
						font-size: 1.5em;
					}

					#StormwaterServices1 .inner p {
						text-align: center;
					}

					#StormwaterServices1 .inner br {
						display: none;
					}	

		/* StormwaterServices2 */
			#StormwaterServices2 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#StormwaterServices2 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#StormwaterServices2 .inner header h2 {
						font-size: 1.5em;
					}

					#StormwaterServices2 .inner p {
						text-align: center;
					}

					#StormwaterServices2 .inner br {
						display: none;
					}	

		/* StormwaterServices3 */
			#StormwaterServices3 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#StormwaterServices3 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#StormwaterServices3 .inner header h2 {
						font-size: 1.5em;
					}

					#StormwaterServices3 .inner p {
						text-align: center;
					}

					#StormwaterServices3 .inner br {
						display: none;
					}	

		/* StormwaterServices4 */
			#StormwaterServices4 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#StormwaterServices4 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#StormwaterServices4 .inner header h2 {
						font-size: 1.5em;
					}

					#StormwaterServices4 .inner p {
						text-align: center;
					}

					#StormwaterServices4 .inner br {
						display: none;
					}				

		/* EnvironmentalServicesHome */
			#EnvironmentalServicesHome {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#EnvironmentalServicesHome .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#EnvironmentalServicesHome .inner header h2 {
						font-size: 1.5em;
					}

					#EnvironmentalServicesHome .inner p {
						text-align: center;
					}

					#EnvironmentalServicesHome .inner br {
						display: none;
					}	

		/* EnvironmentalServices1 */
			#EnvironmentalServices1 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#EnvironmentalServices1 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#EnvironmentalServices1 .inner header h2 {
						font-size: 1.5em;
					}

					#EnvironmentalServices1 .inner p {
						text-align: center;
					}

					#EnvironmentalServices1 .inner br {
						display: none;
					}	

		/*  EnvironmentalServices2*/
			#EnvironmentalServices2 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#EnvironmentalServices2 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#EnvironmentalServices2 .inner header h2 {
						font-size: 1.5em;
					}

					#EnvironmentalServices2 .inner p {
						text-align: center;
					}

					#EnvironmentalServices2 .inner br {
						display: none;
					}	

		/*  EnvironmentalServices3*/
			#EnvironmentalServices3 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#EnvironmentalServices3 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#EnvironmentalServices3 .inner header h2 {
						font-size: 1.5em;
					}

					#EnvironmentalServices3 .inner p {
						text-align: center;
					}

					#EnvironmentalServices3 .inner br {
						display: none;
					}	

		/*EnvironmentalServices4  */
			#EnvironmentalServices4 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#EnvironmentalServices4 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#EnvironmentalServices4 .inner header h2 {
						font-size: 1.5em;
					}

					#EnvironmentalServices4 .inner p {
						text-align: center;
					}

					#EnvironmentalServices4 .inner br {
						display: none;
					}						

		/* PMCMServicesHome */
			#PMCMServicesHome {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#PMCMServicesHome .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#PMCMServicesHome .inner header h2 {
						font-size: 1.5em;
					}

					#PMCMServicesHome .inner p {
						text-align: center;
					}

					#PMCMServicesHome .inner br {
						display: none;
					}	

		/*  PMCMServices1*/
			#PMCMServices1 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#PMCMServices1 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#PMCMServices1 .inner header h2 {
						font-size: 1.5em;
					}

					#PMCMServices1 .inner p {
						text-align: center;
					}

					#PMCMServices1 .inner br {
						display: none;
					}	

		/*  PMCMServices2*/
			#PMCMServices2 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#PMCMServices2 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#PMCMServices2 .inner header h2 {
						font-size: 1.5em;
					}

					#PMCMServices2 .inner p {
						text-align: center;
					}

					#PMCMServices2 .inner br {
						display: none;
					}	

		/*  PMCMServices3*/
			#PMCMServices3 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#PMCMServices3 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#PMCMServices3 .inner header h2 {
						font-size: 1.5em;
					}

					#PMCMServices3 .inner p {
						text-align: center;
					}

					#PMCMServices3 .inner br {
						display: none;
					}	

		/* PMCMServices4 */
			#PMCMServices4 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#PMCMServices4 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#PMCMServices4 .inner header h2 {
						font-size: 1.5em;
					}

					#PMCMServices4 .inner p {
						text-align: center;
					}

					#PMCMServices4 .inner br {
						display: none;
					}						
					
		/* TranspoPlanningServicesHome */
			#TranspoPlanningServicesHome {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#TranspoPlanningServicesHome .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#TranspoPlanningServicesHome .inner header h2 {
						font-size: 1.5em;
					}

					#TranspoPlanningServicesHome .inner p {
						text-align: center;
					}

					#TranspoPlanningServicesHome .inner br {
						display: none;
					}	

		/*  TranspoPlanningServices1*/
			#TranspoPlanningServices1 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#TranspoPlanningServices1 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#TranspoPlanningServices1 .inner header h2 {
						font-size: 1.5em;
					}

					#TranspoPlanningServices1 .inner p {
						text-align: center;
					}

					#TranspoPlanningServices1 .inner br {
						display: none;
					}	

		/*  TranspoPlanningServices2*/
			#TranspoPlanningServices2 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#TranspoPlanningServices2 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#TranspoPlanningServices2 .inner header h2 {
						font-size: 1.5em;
					}

					#TranspoPlanningServices2 .inner p {
						text-align: center;
					}

					#TranspoPlanningServices2 .inner br {
						display: none;
					}	

		/*  TranspoPlanningServices3*/
			#TranspoPlanningServices3 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#TranspoPlanningServices3 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#TranspoPlanningServices3 .inner header h2 {
						font-size: 1.5em;
					}

					#TranspoPlanningServices3 .inner p {
						text-align: center;
					}

					#TranspoPlanningServices3 .inner br {
						display: none;
					}	

		/* TranspoPlanningServices4 */
			#TranspoPlanningServices4 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#TranspoPlanningServices4 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#TranspoPlanningServices4 .inner header h2 {
						font-size: 1.5em;
					}

					#TranspoPlanningServices4 .inner p {
						text-align: center;
					}

					#TranspoPlanningServices4 .inner br {
						display: none;
					}						
					

		/*  MarketsHome*/
			#MarketsHome {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#MarketsHome .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#MarketsHome .inner header h2 {
						font-size: 1.5em;
					}

					#MarketsHome .inner p {
						text-align: center;
					}

					#MarketsHome .inner br {
						display: none;
					}		

		/*  GovernmentMarketsHome*/
			#GovernmentMarketsHome {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#GovernmentMarketsHome .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#GovernmentMarketsHome .inner header h2 {
						font-size: 1.5em;
					}

					#GovernmentMarketsHome .inner p {
						text-align: center;
					}

					#GovernmentMarketsHome .inner br {
						display: none;
					}		

		/* GovernmentMarkets1 */
			#GovernmentMarkets1 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#GovernmentMarkets1 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#GovernmentMarkets1 .inner header h2 {
						font-size: 1.5em;
					}

					#GovernmentMarkets1 .inner p {
						text-align: center;
					}

					#GovernmentMarkets1 .inner br {
						display: none;
					}		

		/* GovernmentMarkets2 */
			#GovernmentMarkets2 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#GovernmentMarkets2 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#GovernmentMarkets2 .inner header h2 {
						font-size: 1.5em;
					}

					#GovernmentMarkets2 .inner p {
						text-align: center;
					}

					#GovernmentMarkets2 .inner br {
						display: none;
					}							
					
		/*  WaterMarketsHome*/
			#WaterMarketsHome {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#WaterMarketsHome .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#WaterMarketsHome .inner header h2 {
						font-size: 1.5em;
					}

					#WaterMarketsHome .inner p {
						text-align: center;
					}

					#WaterMarketsHome .inner br {
						display: none;
					}	

		/*WaterMarkets1  */
			#WaterMarkets1 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#WaterMarkets1 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#WaterMarkets1 .inner header h2 {
						font-size: 1.5em;
					}

					#WaterMarkets1 .inner p {
						text-align: center;
					}

					#WaterMarkets1 .inner br {
						display: none;
					}	

		/* WaterMarkets2 */
			#WaterMarkets2 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#WaterMarkets2 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#WaterMarkets2 .inner header h2 {
						font-size: 1.5em;
					}

					#WaterMarkets2 .inner p {
						text-align: center;
					}

					#WaterMarkets2 .inner br {
						display: none;
					}		

		/*  EnergyMarketsHome*/
			#EnergyMarketsHome {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#EnergyMarketsHome .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#EnergyMarketsHome .inner header h2 {
						font-size: 1.5em;
					}

					#EnergyMarketsHome .inner p {
						text-align: center;
					}

					#EnergyMarketsHome .inner br {
						display: none;
					}	

		/* EnergyMarkets1 */
			#EnergyMarkets1 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#EnergyMarkets1 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#EnergyMarkets1 .inner header h2 {
						font-size: 1.5em;
					}

					#EnergyMarkets1 .inner p {
						text-align: center;
					}

					#EnergyMarkets1 .inner br {
						display: none;
					}	

		/* EnergyMarkets2 */
			#EnergyMarkets2 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#EnergyMarkets2 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#EnergyMarkets2 .inner header h2 {
						font-size: 1.5em;
					}

					#EnergyMarkets2 .inner p {
						text-align: center;
					}

					#EnergyMarkets2 .inner br {
						display: none;
					}				

		/* Part Three */
		/*  TransportationMarketsHome*/
			#TransportationMarketsHome {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#TransportationMarketsHome .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#TransportationMarketsHome .inner header h2 {
						font-size: 1.5em;
					}

					#TransportationMarketsHome .inner p {
						text-align: center;
					}

					#TransportationMarketsHome .inner br {
						display: none;
					}		

		/* Part Three */
		/* TransportationMarkets1 */
			#TransportationMarkets1 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#TransportationMarkets1 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#TransportationMarkets1 .inner header h2 {
						font-size: 1.5em;
					}

					#TransportationMarkets1 .inner p {
						text-align: center;
					}

					#TransportationMarkets1 .inner br {
						display: none;
					}		

		/* Part Three */
		/* TransportationMarkets2 */
			#TransportationMarkets2 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#TransportationMarkets2 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#TransportationMarkets2 .inner header h2 {
						font-size: 1.5em;
					}

					#TransportationMarkets2 .inner p {
						text-align: center;
					}

					#TransportationMarkets2 .inner br {
						display: none;
					}			

		/*  EnvironmentMarketsHome*/
			#EnvironmentMarketsHome {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#EnvironmentMarketsHome .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#EnvironmentMarketsHome .inner header h2 {
						font-size: 1.5em;
					}

					#EnvironmentMarketsHome .inner p {
						text-align: center;
					}

					#EnvironmentMarketsHome .inner br {
						display: none;
					}	

		/* EnvironmentMarkets1 */
			#EnvironmentMarkets1 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#EnvironmentMarkets1 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#EnvironmentMarkets1 .inner header h2 {
						font-size: 1.5em;
					}

					#EnvironmentMarkets1 .inner p {
						text-align: center;
					}

					#EnvironmentMarkets1 .inner br {
						display: none;
					}	

		/*EnvironmentMarkets2  */
			#EnvironmentMarkets2 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#EnvironmentMarkets2 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#EnvironmentMarkets2 .inner header h2 {
						font-size: 1.5em;
					}

					#EnvironmentMarkets2 .inner p {
						text-align: center;
					}

					#EnvironmentMarkets2 .inner br {
						display: none;
					}	

		/*LandDevelopmentMarketsHome  */
			#LandDevelopmentMarketsHome {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#LandDevelopmentMarketsHome .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#LandDevelopmentMarketsHome .inner header h2 {
						font-size: 1.5em;
					}

					#LandDevelopmentMarketsHome .inner p {
						text-align: center;
					}

					#LandDevelopmentMarketsHome .inner br {
						display: none;
					}	

		/* LandDevelopmentMarkets1*/
			#LandDevelopmentMarkets1 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#LandDevelopmentMarkets1 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#LandDevelopmentMarkets1 .inner header h2 {
						font-size: 1.5em;
					}

					#LandDevelopmentMarkets1 .inner p {
						text-align: center;
					}

					#LandDevelopmentMarkets1 .inner br {
						display: none;
					}	

		/*  LandDevelopmentMarkets2*/
			#LandDevelopmentMarkets2 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#LandDevelopmentMarkets2 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#LandDevelopmentMarkets2 .inner header h2 {
						font-size: 1.5em;
					}

					#LandDevelopmentMarkets2 .inner p {
						text-align: center;
					}

					#LandDevelopmentMarkets2 .inner br {
						display: none;
					}						
					
		/* Careers */

			#Careers {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#Careers .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#Careers .inner header h2 {
						font-size: 1.5em;
					}

					#Careers .inner p {
						text-align: center;
					}

					#Careers .inner br {
						display: none;
					}		

		/*  NewsHome*/
			#NewsHome {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#NewsHome .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#NewsHome .inner header h2 {
						font-size: 1.5em;
					}

					#NewsHome .inner p {
						text-align: center;
					}

					#NewsHome .inner br {
						display: none;
					}	

		/* News1 */
			#News1 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#News1 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#News1 .inner header h2 {
						font-size: 1.5em;
					}

					#News1 .inner p {
						text-align: center;
					}

					#News1 .inner br {
						display: none;
					}	

		/*  News2*/
			#News2 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#News2 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#News2 .inner header h2 {
						font-size: 1.5em;
					}

					#News2 .inner p {
						text-align: center;
					}

					#News2 .inner br {
						display: none;
					}			

		/* News3 */
			#News3 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#News3 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#News3 .inner header h2 {
						font-size: 1.5em;
					}

					#News3 .inner p {
						text-align: center;
					}

					#News3 .inner br {
						display: none;
					}	
		/* News4 */
			#News4 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#News4 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#News4 .inner header h2 {
						font-size: 1.5em;
					}

					#News4 .inner p {
						text-align: center;
					}

					#News4 .inner br {
						display: none;
					}	

		/* News5 */
			#News5 {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#News5 .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#News5 .inner header h2 {
						font-size: 1.5em;
					}

					#News5 .inner p {
						text-align: center;
					}

					#News5 .inner br {
						display: none;
					}	
		/* ContactJP */
			#ContactJP {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#ContactJP .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#ContactJP .inner header h2 {
						font-size: 1.5em;
					}

					#ContactJP .inner p {
						text-align: center;
					}

					#ContactJP .inner br {
						display: none;
					}	

		/* ContactVB */
			#ContactVB {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#ContactVB .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#ContactVB .inner header h2 {
						font-size: 1.5em;
					}

					#ContactVB .inner p {
						text-align: center;
					}

					#ContactVB .inner br {
						display: none;
					}	

		/*  ContactBY*/
			#ContactBY {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#ContactBY .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#ContactBY .inner header h2 {
						font-size: 1.5em;
					}

					#ContactBY .inner p {
						text-align: center;
					}

					#ContactBY .inner br {
						display: none;
					}	

		/* ContactBW */
			#ContactBW {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#ContactBW .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#ContactBW .inner header h2 {
						font-size: 1.5em;
					}

					#ContactBW .inner p {
						text-align: center;
					}

					#ContactBW .inner br {
						display: none;
					}	

		/* ContactGG */
			#ContactGG {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#ContactGG .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#ContactGG .inner header h2 {
						font-size: 1.5em;
					}

					#ContactGG .inner p {
						text-align: center;
					}

					#ContactGG .inner br {
						display: none;
					}	

		/*  ContactTW*/
			#ContactTW {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#ContactTW .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#ContactTW .inner header h2 {
						font-size: 1.5em;
					}

					#ContactTW .inner p {
						text-align: center;
					}

					#ContactTW .inner br {
						display: none;
					}	

		/*  ContactUs*/
			#ContactUs {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#ContactUs .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#ContactUs .inner header h2 {
						font-size: 1.5em;
					}

					#ContactUs .inner p {
						text-align: center;
					}

					#ContactUs .inner br {
						display: none;
					}	

		/* SPCC */
			#SPCC {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				#SPCC .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					#SPCC .inner header h2 {
						font-size: 1.5em;
					}

					#SPCC .inner p {
						text-align: center;
					}

					#SPCC .inner br {
						display: none;
					}						
					
		/* Part Three */
		/*  */
			# {
				background-size: 10em, 10em, auto, cover;
				padding: 6em 0;
			}

				# .inner {
					background: none;
					display: block;
					padding: 0 /* 1.5em */;
				}

					# .inner header h2 {
						font-size: 1.5em;
					}

					# .inner p {
						text-align: center;
					}

					# .inner br {
						display: none;
					}	
									
					
		/* Main */

			#main {
				background-size: 10em;
				padding: 3.5em 0 2.5em 0;
			}

/* 			body.index #main {
				padding: 2.5em 0 0 0;
			} */

			body.contact #main {
				padding-bottom: 0;
			}

		/* CTA */

			#cta {
				background-size: 10em, 10em, auto, cover;
				padding: 3em 1.5em;
			}

		/* Footer */

			#footer {
				padding: 3em 1.5em;
			}

				#footer .copyright li {
					display: block;
					margin: 1em 0 0 0;
					padding: 0;
					border: 0;
				}

		/* Off-Canvas Navigation */

			#navButton .toggle:before {
				top: 8px;
				left: 8px;
				width: 50px;
				height: 34px;
				line-height: 34px;
			}

			#navButton .toggle:after {
				top: 8px;
				left: 8px;
				width: 50px;
				height: 34px;
			}

	}