@charset "utf-8";
body {
	margin: 0px;
	color: #151515;
	font-family: "source-sans-pro;
	background-color: #EFF5F8;
}
#wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	min-width: 750px;
	max-width: 1250px;
}
#top {
	overflow: hidden;
	max-width: none;
}
#hero img {
	max-width: 100%;
}
h1, h2 {
	color: #5F78B0;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 600;
}


h1 {
	font-size: 72px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	margin-top: 0.5em;
	color: rgba(239,245,248,1.00);
}
#main {
	width: 63%;
	margin-left: 2%;
	float: left;
}
#sidebar {
	width: 29%;
	margin-left: 4%;
	float: left;
	top: -300px;
}




figure {
	display: block;
	width: 620px;
}
figure img {
	padding: 10px;
	-webkit-box-shadow: 1px 1px 15px #999999;
	box-shadow: 1px 1px 15px #999999;
}

figcaption {
	font-size: 0.875em;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-top: 0.5em;
}
.centered {
	margin-left: auto;
	margin-right: auto;
}
.floatleft {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
}
.floatright {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
}
footer {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2%;
	background-color: #43a6cb;
	color: #FFFFFF;
	clear: left;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FF944C;

}
a:hover, a:active, a:focus {
	color: #7F3300;
	text-decoration: underline;
}
#mainnav ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
#mainnav a  {
	width: 20%;
	display: block;
	float: left;
	text-align: center;
	text-transform: uppercase;
	background-color: #4D4D4D;
	color: rgba(255,255,255,1.00);
	padding-top: 6px;
	padding-bottom: 6px;
}
#mainnav a:hover, #mainnav a:active , #mainnav a:focus, #mainnav a.thispage{
	background-color: #43A6CB;
	text-decoration: none;
}
#hero article {
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	margin-left: 0px;
	right: 80%;
	top: 57px;
	background-color: rgba(77,77,77,1.00);
	border-radius: 20px;
	color: #FFFFFF;
	width: auto;
}
#hero {
	position: relative;
}
p {
	font-family:source-sans-pro#wrapper #main p {
}
#hero1 article {
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
}
#hero1 {
	position: relative;
	top: -324px;
}
