@charset "UTF-8";

#wrapper {
	background-color: #EFF5F8;
	width: 100%;
	min-width: 740px;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#hero img {
	max-width: 96%;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 15px #999999;
	box-shadow: 1px 1px 15px #999999;
}

h1, h2 {
	color: #54533B;
	font-family: allura;
	font-style: normal;
	font-weight: 400;
}

h2 {
	text-align: center;
	font-size: 30px;
}
h3 {
	color: #54543B;
	padding-left: 10px;
}

#main {
	width: 65%;
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
}

#firebird_blurb {
	width:58%;
	float:right;
	margin-left:1%;
	margin-right:1%
}

#firebird img {
	max-width:38%;
	float:left;
	padding-top:30px;
}

#goodmorningglory {
	clear: both;
	padding-top: 20px;
	padding-bottom: 30px;
}

#goodmorningglory_blurb {
	width:58%;
	float:right;
	margin-left:1%;
	margin-right:1%;
}

#goodmorningglory img {
	max-width:38%;
	float:left;
	padding-top: 30px;
}

#sidebar {
	width:29%;
	float:right;
	margin-right:10px;
}

footer {
	clear: both;
	background-color: #85969D;
	padding-top: 3px;
	padding-bottom: 3px;
	text-indent: 6px;
}
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #343431;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
}
h1 {
	font-size: 72px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 25px;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #315171;
}
a:visited {
	color: #3F6993;
}
a:hover, a:active, a:focus {
	color: #055BBA;
}
#mainnav ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainnav a {
	width: 20%;
	display: block;
	float: left;
	text-align: center;
	background-color: #85969D;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
#mainnav a:hover, #mainnav a:active, #mainnaiv a:focus, #mainnav a.thispage {
	text-decoration: none;
	color: #6BB0FB;
}
h4 {
	color: #FFFFFF;
	background-color: #85969D;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	text-align: center;
}
h5 {
	color: #54543B;
	text-align: center;
}

#social_media ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#social_media a {
	width: 33.33%;
	display: block;
	float: left;
	text-align: center;
	background-color: #EFF5F8;
	padding-top: 10px;
	padding-bottom: 10px;
}

#firebirdlinks ul {
	list-style-type: none;
}

#firebirdlinks a {
	width: 50%;
	display: block;
	float: left;
	text-align: center;
	padding-bottom: 10px;
	color: #315171
}

#goodmorningglorylinks ul {
	list-style-type:none;
}

#goodmorningglorylinks a {
	width:50%;
	display:block;
	float:left;
	text-align: center;
	padding-bottom: 10px;
	color: #315171;
}

input {
	border: 2px solid #eeeeee;
	height: 15px;
	margin: 10px 0 0 0; 
	padding: 1%;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #333333;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 300;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	vertical-align: center;
}

#fname {
	width: 50%;
}

#lname {
	width: 50%;
}

#email {
	width: 75%;
}

#text {
	width: 100%;
	height:65px;
}

#checkbox {
	position: absolute;
	top: 0;
  	left: 0;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
}

.customCheck {
	width: 90%;
	float: left;
	margin-top: 20px;
	position: relative;
}

.customCheck label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
  	left: 0;
	background: #eee;
	border:1px solid #ddd;
}

.customCheck label:after {
	opacity: 0.2;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 5px;
	left: 4px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.customCheck label:hover::after {
	opacity: 0.5;
}

.customCheck input[type=checkbox]:checked + label:after {
	opacity: 1;
}

.robot {
	display: inline-block;
	position: relative;
	width: 60%;
	margin: 0 0 0 30px;
	line-height: 1em;
}

#submit {
	display: block;
	border: 0;
	width: 25%;
	height: 60px;
	margin: 30px auto 0;
	background: #eee;
	text-align: center;
	transition: background, color, .5s ease 0;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333333;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 400;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

#submit:hover {
	background: #DADADA;
	border: 1px #DADADA;
	color: #6BB0FB;
}