body {
	margin: 0;
	font-family: Calibri, Verdana, Arial;
}
a {
	color: #203058;
	text-decoration: none;
}
header {
	position: fixed;
	z-index: 80;
	top: 0;
	left: 0;
	display: block;
	float: left;
	clear: both;
	width: 100%;
	height: 35px;
	min-height: 35px;
	background: #F6F6F6;
	box-shadow: 0 1px 5px #999;
}
header .main_logo {
	width: 130px;
	height: 26px;
	float: left;
	clear: left;
	background-repeat: no-repeat;
	margin: 4px 0 0 4px;
}
header h1 {
	font-family: Roboto;
	font-size: 20px;
	line-height: 70px;
	font-weight: 300;
	float: left;
	clear: none;
	margin: 0 0 0 6px;
}
header .customHeader {
	float: right;
	clear: right;
}
.form_container {
	width: 400px;
	max-width: 98%;
	margin: 180px auto;
	background: #2A5476;
	border-radius: 8px;
	padding: 20px;
	color: #fff;
}
input, textarea {
	display: block;
	width: 92%;
	background: #fff;
	border: 0;
	border-radius: 3px;
	height: 30px;
	line-height: 30px;
	padding: 0 4%;
	margin: 9px 0 0 0;
	color: #555;
	font-size: 16px;
}
input[type="checkbox"] {width:20px;height:20px;display:inline}
textarea {
	height: 90px;
	line-height: 20px;
	padding: 4px 2%;
	width: 96%;
}
.btn1 {
	background: #5bb8ff;
	color: #fff;
	width: 100%;
	padding: 0;
	cursor: pointer;
}
.links_row {
	display: block;
	height: 20px;
	margin-top: 9px;
}
form a {
	color: #fff;
	font-size: 14px;
	text-decoration: underline;
}
form p {
	margin: 0 0 5px 0;
}
.error {
	display: none;
	color: red;
	font-size: 12px;
}
footer {
	width: 100%;
	min-height: 200px;
	margin: 100px 0 0 0;
	padding: 50px 0 0 0;
	color: #fff;
}
footer .main_logo {
	background-repeat: no-repeat;
	background-position: center;
	float: none;
	width: auto;
	height: 100px;
	position: relative;
	margin: 0 auto;
}
footer a {color:#fff}
footer section {
	float: left;
	clear: none;
	width: 31.33333333%;
	padding: 0 1%;
}
footer section p {margin:0}
footer section.last p, footer section.last h1 {
	float: right;
	clear: right;
	text-align: right;
}
.left {display: block; float: left; clear: left;}
.right {display: block; float: right; clear: right;}

@media screen and (max-width: 649px) {
	header .customHeader {display:none}
}