header {
	font-weight: 300;
	margin-bottom: 10px;
}
header p {
	position: relative;
	left: 10%;
}
footer {
	/*background-color: #616161;*/
	border-top: 5px #616161 solid;
	/*color: #fff;*/
	height: 244px;
}
footer p {
	margin-bottom: 2px;
}
footer .col-sm-4 {
	padding-top: 10px;
}
.address {
	text-align: center;
}
.phone {
	color: #54bee3;
	font-size: 28pt;
	margin: 35px 5% -1% 0px;
}
.email {
	font-size: 21pt;
	margin: -10px 5% -1% 0px;
}
.static-banner-wrapper {
	background-color: #d8f3fc;
	margin-bottom: 5px;
}
.content {
	background: #d8f3fc;
	padding: 0px 15px 15px 15px;
	margin-bottom: 25px;
}
.contact-header {
	background: #4e454f;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	color: #FFF;
}
.contact-form {
	background: #54BEE3;
	padding: 10px;
	color: #FFF;
}
.contact-form input {
	width: 100%;
	min-height: 41px;
	font-size: 14pt;
}
.contact-form input[type="submit"] {
	color: #FFF;
	width: 30%;
	background: #4e454f;
	border-style: none;
	padding: 5px;
	font-size: 10pt;
	white-space: pre-wrap;
}
.center {
	text-align: center;
}