﻿/* Add here all your CSS customizations */

body {
	background-color: #FFF;
	color: #464646;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 17px;
	line-height: 26px;
	margin: 0;
}

p{
	color: #464646;
}

h2{
	color: #464646;
}

.page-header {
	background-color: #0093c2;
	border-bottom: 0;
	border-top: 0;
	margin: 0 0 35px 0;
	min-height: 50px;
	padding: 20px 0;
	position: relative;
	text-align: left;
}

.page-header h1 {
	border-bottom: 0;
	color: #FFF;
	display: inline-block;
	font-weight: 200;
	margin: 0 0 -25px;
	min-height: 37px;
	font-size: 2.6em;
	line-height: 46px;
	padding: 0 0 17px;
	position: relative;
}

#footer {
	background: #0093c2;
	border-top: 0;
	font-size: 0.9em;
	margin-top: 50px;
	padding: 70px 0 0;
	position: relative;
	clear: both;
}

#footer .footer-copyright p {
	color: #fff;
	margin: 0;
	padding: 0;
}

#footer.short {
	padding-top: 20px;
}
