@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);
/* HEADER STYELS */

body, body.webprogram {
	background-color: #ffffe0;
    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: #333;
	text-transform: uppercase;
	border-bottom: none;
	font-size: 2em;
	}

a {
  color: #1162b7;
  text-decoration: none; }

	
.wrapper {
	background-color: transparent;
	}
.banner.wrapper {
	height: auto;
}

header {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 34px;
}  

.container {

	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 {
    width: 100%;
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 15px;
	}

	@media (max-width: 980px) {
	
	.mainBanner {

		}
	}

		@media (max-width: 760px) {
		
		.mainBanner {

			}
		}
	.banner img {
		height: auto;
		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{

	}
	@media (max-width: 980px) {
	.logo img {

		}
	}
		@media (max-width: 760px) {
		.logo img {

			}
		}


@media (max-width: 640px) {
	.banner {
		display: none;
	}
}



/* 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: #000000;
	color: #ffffff;
}

footer > .container {
	width: 80%;
	max-width: 1080px;
	margin: auto;
	position: relative;
}

.footer-widget {
	    margin: 0 5.5% 5.5% 0;
}

#footer-widgets {
    padding: 6% 0 0;
}

.footer p {
	color: #c6c417;
	font-size: 1.2em;
	text-decoration: none;
}

.footer p a {
	color: #c6c417;
	text-decoration: none;
}

/* Social Icons */
	#top-header .et-social-icons { float: none; display: inline-block; }
	#et-secondary-menu .et-social-icons { margin-right: 20px; }
	#top-header .et-social-icons li { margin-left: 12px; margin-top: -2px; }
	.et-social-icons { float: right; }
	.et-social-icons li { display: inline-block; margin-left: 20px; }
	.et-social-icon a { color: #c6c417;  }
	.et-social-icon span { display: none; }
	#top-header .et-social-icon a { font-size: 14px; }


/* Social Media Follow Module */
ul.et_pb_social_media_follow { list-style-type: none !important; margin: 0 0 22px; padding: 0; }
.et_pb_social_media_follow li { float: left; margin-bottom: 8px; }
li.et_pb_social_icon a span { display: none; }

	/* Icons */
	.et-social-facebook a.icon:before { content: '\e093'; }
	.et-social-twitter a.icon:before { content: '\e094'; }
	.et-social-google-plus a.icon:before { content: '\e096'; }
	.et-social-pinterest a.icon:before { content: '\e095'; }
	.et-social-linkedin a.icon:before { content: '\e09d'; }
	.et-social-tumblr a.icon:before { content: '\e097'; }
	.et-social-instagram a.icon:before { content: '\e09a'; }
	.et-social-skype a.icon:before { content: '\e0a2'; }
	.et-social-flikr a.icon:before { content: '\e0a6'; }
	.et-social-myspace a.icon:before { content: '\e0a1'; }
	.et-social-dribbble a.icon:before { content: '\e09b'; }
	.et-social-youtube a.icon:before { content: '\e0a3'; }
	.et-social-vimeo a.icon:before { content: '\e09c'; }
	.et-social-rss a.icon:before { content: '\e09e'; }

		/* Bottom Bar */
	#footer-bottom { background-color: #1f1f1f; background-color: rgba(0, 0, 0, 0.32); padding: 15px 0 5px; }
	#footer-bottom a { -moz-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
	#footer-info { text-align: left; color: #666; padding-bottom: 10px; float: left; }
	#footer-info a { font-weight: 700; color: #666; }
	#footer-info a:hover { opacity: .7; }