body {
	color: #777676;
	background: #434343;
}
header {
	background: #00abbf;
	padding-bottom: 10px;
}
header img {
	width: 100%;
	height: auto;
}
.alert {
	text-align: center;
}
.container {
	background: white;
	padding: 20px;
	max-width: 940px;
	margin: 20px auto;
}
.blue-left {
	text-align: center;
}
.blue-body {
	padding: 20px;
	background: #f3f3f4;
}
.blue-header {
	margin: 10px 0 0;
	padding: 10px 0;
	border-top: 1px solid #f3f3f4;
	border-bottom: 1px solid #f3f3f4;
	text-transform: uppercase;
	color: white;
	font-size: 150%;
	background: #00abbf;
	text-align: center;
}
.blue-message .alert {
	margin: 0;
}
#contact_form {
	border: 1px solid #9f9f9f;
	padding: 10px;
}
#contact_form fieldset {
	margin: 0;
	border: 0;
	box-shadow: none;
	background: #ccc;
	padding: 10px;
}
#contact_form fieldset .small-9.columns {
	margin-left: 0 !important;
	padding-left: 0 !important;
}
#contact_form label {
	color: #323e62;
	font-size: 105%;
	line-height: 1.5;
	letter-spacing: 1px;
	padding-top: 5px;
}
.blue-form {
	padding: 5px;
	background: #9f9f9f;
	color: white;
	text-transform: uppercase;
	line-height: 1.4;
	font-size: 110%;
	text-align: center;
}
footer {
	padding-left: 60px;
	display: block;
	font-size: 110%;
	line-height: 1.4;
	margin-top: 20px;
	position: relative;
}
footer img {
	position: absolute;
	top: 0;
	left: 0;
}
.button {
	box-shadow: none !important;
	border-color: #0097a3 !important;
	text-shadow: none !important;
	letter-spacing: 1px;
	font-size: 110%;
	font-weight: bold;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00aabf+0,00aabf+50,0097a3+50,0097a3+100 */
background: #00aabf; /* Old browsers */
background: -moz-linear-gradient(top, #00aabf 0%, #00aabf 50%, #0097a3 50%, #0097a3 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top, #00aabf 0%,#00aabf 50%,#0097a3 50%,#0097a3 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #00aabf 0%,#00aabf 50%,#0097a3 50%,#0097a3 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aabf', endColorstr='#0097a3',GradientType=0 ) !important; /* IE6-9 */
}

.all-blue-img {
	padding-bottom: 25px;
	border-bottom: 1px solid #323e62;
}
.arrow-img {
	margin-top: 110px;
}
.text-mid,
.text-bottom {
	text-align: center;
	font-weight: bold; 
	padding-bottom: 20px;
}
.text-mid {
	text-align: center;
	font-size: 185%; 
	color: #323e62;
	text-transform: uppercase;
}
.text-bottom {
	margin-top: -20px;
	line-height: .9;
	color: #05689c;
	font-size: 220%;
}
.text-bottom .big {
	font-size: 280%;
}


label.error {
	font-size: 80% !important;
    font-weight: bold !important;
    color: red !important;
    margin-bottom: 5px !important;
}