@charset "UTF-8";

/* Global Styles */

body {
	color: #575c7a;
	line-height: 1.5em;
	font-family: Open_Sans;
	font-size: 16px;
	background: #ffffff;
}

.page {
	max-width: 1920px;
	margin: 0px auto;
	position: relative; background-color: #ffffff;
}

@font-face {
  font-family: Open_Sans;
  src: url("fonts/OpenSans-Regular.ttf");
}

@font-face {
  font-family: Open_Sans_Light;
  src: url("fonts/OpenSans-Light.ttf");
}

h1 { color: #ffffff; margin: 0em 0em .5em 0em; font-size: 2.5em; font-weight: bold; text-align: center; }
h2 { font-size: 1.7em; margin: 0em 0em 1em 0em; }
h3 { font-size: 1.5em; margin: 0em 0em 1em 0em; }
h4 { color: #4d5a7d; margin: 0em 0em .5em 0em; font-size: 2.5em; font-weight: bold; }
h5 { color: #4d5a7d; margin: 0em 0em .5em 0em; font-size: 1.35em; font-weight: bold; }

p { margin: 0px 0px .75em 0px; }
a { color: #de9000; }
a:hover { color: #009eff; }
a.cta {
	text-transform: uppercase;
	font-size: .9em;
	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;
}
a.cta:hover { background-position: right -50px; }
footer { font-size: 1em; color: #ffffff; background-color: #202e54; padding: 10px 10px 10px 0px; text-align: center; }

.promo h3 { font-size: 1.9em; margin: 0; }
.promo p { line-height: 1.2em; font-size: .9em; margin-bottom: .5em; }

.promo { background-repeat: no-repeat; }

nav a {
	color: #757575;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	font-size: 1.25em;
}
nav a:hover { color: #202e54; }

.clear-fix { clear: both; line-height: 1px; }



