@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);
/* HEADER STYELS */

body, body.webprogram {
	/*background-image: url('/img/eco/2015/100years.png');
	background-color: #faf9ec;
    background-repeat: repeat;*/
    color: #141412;
    line-height: 1.5;
    margin: 0;
	font-family: "Source Sans Pro",Helvetica,sans-serif;
	}
	
h1, h2, h3, h4, h5, h6	{
	font-family: "Source Sans Pro",Georgia,serif;
	}

h1 {
	font-family: "Source Sans Pro",Georgia,serif;
	color: #187ebf;
	text-transform: uppercase;
	border-bottom: none;
	}
	
.wrapper {
	background-color: transparent;
	}
.banner.wrapper {
	height: auto;
}

header {
	max-width: 960px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	/*padding-bottom: 34px;*/
}  

.container {
	max-width: 960px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.content ul {
  list-style-type: disc;
  margin-left: 30px;
}

.content ol {
  list-style-type: decimal;
  margin-left: 30px;
}

/* BANNER STYLES */

.mainBanner {
	/*background-image: url('/img/eco/2015/bg_desktop.jpg');*/
	background-repeat: no-repeat;
	height: 193px;
	border-bottom: 34px solid #72CDDA; /* Delete this border-bottom if you want the navigation bar bake */
	}

	@media (max-width: 980px) {
	
	.mainBanner {
		/*background-image: url('/img/eco/2015/bg_mobile.jpg');*/
		background-repeat: no-repeat;
		background-size: 100% auto;
		}
	}

		@media (max-width: 760px) {
		
		.mainBanner {
			/*background-image: url('/img/eco/2015/bg_mobile.jpg');*/
			background-repeat: no-repeat;
			display: block;
			padding-bottom: 0px;
			margin: 0 auto;
			text-align: center;
			}
		}
	.banner img {
		/*height: auto;*/
		height:125px;
		width: auto;
		}
		@media (max-width: 980px) {		
		.banner img {
			height: 210px;
			width: auto;
			}
		}
			@media (max-width: 760px) {
			.banner img {
				display: inline-block;
				height: 180px;
				width: auto;
				}
			}
.logo img{
	/*margin-top: -34px;
	float: left;*/
	}
	@media (max-width: 980px) {
	.logo img {
		/*margin-top: -37px;*/
		}
	}
		@media (max-width: 760px) {
		.logo img {
			margin-top: 0px;
			}
		}


@media (max-width: 640px) {
	.banner {
		display: none;
	}
}

.topbar {
	background-color: #72CDDA;
	height: 34px;
	width: 100%;
}


/* NAVIGATION STYLES */


.clientNavigation {
	background-color: #72CDDA;
	text-align: center;
	padding-right: 125px;
}

.clientNavigation ul {
	display: block;
}

.clientNavigation ul li {
	display: inline-block;
	position: relative;
}

.clientNavigation ul li a {
	color: #ffffff;
display: block;
font-size: 14px;
line-height: 1;
padding: 15px 12px;
text-decoration: none;
}

.clientNavigation ul li:hover a, .clientNavigation ul li a:focus {
	background-color: #09313f;
}

.clientNavigation ul li ul {
	display: none;
	
}
.clientNavigation ul li:hover ul {
	display: block;
	background-color: #09313f;
	border: 2px solid #f7f5e7;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	width: auto;
	z-index: 99999;
}

.clientNavigation ul li ul li {
	display: block;
	position: relative;
	text-align: left;
}

.clientNavigation ul li ul li a {
	color: #ffffff;
	display: block;
	font-size: 14px;
	line-height: 1;
	padding: 15px 12px;
	text-decoration: none;
	width: 150px;
}

.clientNavigation ul li ul li a:hover {
	background-color: #72cdda;
}

/* FOOTER STYLES */

.footer {
	border: none;
	background-color: transparent;
}

.footer p {
	border-top: 1px solid black;
	background-color: white;
	text-align: left;
	padding-left: 25px;
}