@charset "UTF-8";
/* Global Styles */

body {
	color: #716558;
	line-height: 1.5em;
	font-family: 'Alegrya-Sans', sans-serif;
	font-size: 14px;
}
.page {
	max-width: 980px;
	margin: 0px auto;
	position: relative;
	background-color: #fff;
}
h1 {
	display: none;
	/*
	color: #fff;
	margin: 0em 0em 0em 0em;
	height: 50px;
	width: 100%;
	line-height: 50px;
	font-size: 2em;
	font-weight: 500;
	text-align: right;
	font-variant: small-caps;*/
}
h2 {
	font-size: 1.5em;
	margin: 0em 0em 1em 0em;
	color: #00657f;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 5px;
	border-bottom: solid #716558 1px;
}
h3 {
	font-size: 1.25em;
	margin: 0em 0em 1em 0em;
	color: #00657f;
	clear: both;
}
h4{
	font-size: 1.25em;
	margin: 0em 0em 1em 0em;
	color: #316FF6;
	font-weight: bolder
}
p {
	margin: 0px 0px .75em 0px;
}
a {
	color: #00657f; text-decoration:none;
}
a:hover {
	color: #716558;
}
a.cta {
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
	margin: .5em 0 0 0;
	padding: 0px 12px 0px 0px;
	background: url(../images/cta_arrow.png) no-repeat right 0px top -2px;
}
a.cta:hover {
	background-position: right -52px;
}
footer {
	font-size: .85em;
	color: #716558;
	padding: 10px 10px 10px 25px;
	border-top: #716558 1px solid;
	max-width: 100%;
}
.articles ul {
	display: inline-block;
	clear: both;
	float: left;
}
nav a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-weight: none;
	font-size: 1em;
	letter-spacing: .5px;
}
nav a:hover {
	color: #11a7cc;
}
form {
	padding-bottom: 25px;
}
input[type=submit].button {
-webkit-appearance: none;
}
.clear-fix {
	clear: both;
}
