@charset "UTF-8";
@import url('grid/grid.css');
body{
	font-family: 'Open Sans',  Sans-serif;
	font-size: 85%;
	background-color: #262d35;
}
.lightbluebg{
	background-color: #d8dce7;
}
.darkbluebg{
	background-color: #262d35;
}
header{
	height: 145px;
	background-color: #262d35;
}
header >  div:first-child{
	background-image: url(../images/BannerStormCloud.png);
	background-repeat: no-repeat;
	position: relative;
	height: 145px;
	background-position: right top;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	color: #fff;
	font-size: 1.65em;
	
}
header > div:first-child:after{
	content: url('../images/BannerLightingBolt.png');
	position: absolute;
	right: 60px;
	top: 0;
}
header #logo{
	position: absolute;
	top: 10px;
}
header > div:first-child div > span:first-child{
	float: right;
	position: relative;
	top: 10px;
}
header > div:first-child div > span:first-child + span{
	margin-top: 25px;
	display: inline-block;
}
main{background-color: #fff;}
section[role='content'] section[role="wedesign"]{
	font-style: italic;
	font-weight: 400;
	font-size: 1.2em;
	margin-top: 15px !important;
}
section[role='request']{
	position: relative;
	z-index: 99;
}
section[role='request'] #request{
	position: absolute;
	top: 15px;
	left: 15px;
}
section[role='request']:after{
	position: absolute;
	right: -5px;
	content: url('../images/three-images.png');
	top: -32px;
}
section[role='About the President']{
	padding: 15px 0;
	color: #fff;
	position: relative;
	top: -5px;
	
}
footer{
		color: #fff;
		padding: 15px 0;
}
footer a{
	color: #fff;
}
footer img{
	position: relative;
	top: 4px;
	margin-left: 5px;
}
