@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'sourcesanspro';
	src: url('fonts/sourcesanspro-regular-webfont.eot');
	src: url('fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/sourcesanspro-regular-webfont.woff') format('woff'), url('fonts/sourcesanspro-regular-webfont.ttf') format('truetype'), url('fonts/sourcesanspro-regular-webfont.svg?#Zurich BT') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'sourcesanspro-semibold';
	src: url('fonts/sourcesanspro-semibold-webfont.eot');
	src: url('fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/sourcesanspro-semibold-webfont.woff') format('woff'), url('fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'), url('fonts/sourcesanspro-semibold-webfont.svg?#Zurich BT') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'sourcesanspro-bold';
	src: url('fonts/sourcesanspro-bold-webfont.eot');
	src: url('fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/sourcesanspro-bold-webfont.woff') format('woff'), url('fonts/sourcesanspro-bold-webfont.ttf') format('truetype'), url('fonts/sourcesanspro-bold-webfont.svg?#Zurich BT') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'sourcesanspro-extralight';
	src: url('fonts/sourcesanspro-extralight-webfont.eot');
	src: url('fonts/sourcesanspro-extralight-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/sourcesanspro-extralight-webfont.woff') format('woff'), url('fonts/sourcesanspro-extralight-webfont.ttf') format('truetype'), url('fonts/sourcesanspro-extralight-webfont.svg?#Zurich BT') format('svg');
	font-weight: normal;
	font-style: normal;
}
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: 'sourcesanspro';
}
a {
	text-decoration: none;
	outline: 0;
}
a:hover {
	text-decoration: none;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}
ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 20px;
}
.clear {
	clear: both;
}
.floatl {
	float: left;
}
.floatr {
	float: right;
}
.c_white {
	color: #fff;
}
.padt20 {
	padding-top: 20px;
}
.wrapper {
	width: 941px;
	margin: 0 auto;
}
.logo {
	margin-bottom: 30px;
}
header {
	padding-top: 35px;
	background: #003259;
	border: 1px solid #061a2a;
}
.content_container {
	color: #586D84;
	text-align: center;
}
.content_container h1 {
	padding-top: 20px;
	font-family: 'sourcesanspro-semibold';
	font-size: 60px;
	text-transform: uppercase;
}
.content_container h2 {
	padding: 10px 0px;
	font-size: 32px;
}
.content_container p {
	font-size: 16px;
	padding-bottom: 10px;
}
.content_container hr {
	padding: 0;
	width: 100%;
	height: 0px;
	border: none;
	border-top: 1px solid #DC780A;
	margin: 20px 0px;
}
.wfull{
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
table tr th{
	background-color: #ebebeb;
	padding: 20px 0px;
	border: 1px solid #d7d7d7;
	text-transform: uppercase;
	font-size: 14px;
	color: #003259;
	font-weight: normal;
}
table tr th:last-child {
	
}
table tr td {
	padding: 15px 0px;
	border: 1px solid #d7d7d7;
	font-size: 14px;
	color: #003259;
	vertical-align: middle;
}
table tr td:last-child {
}
@media only screen and (min-width : 761px) and (max-width : 960px) {
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
.padt20 {
	padding-top: 18px;
}
.wrapper {
	width: 95%;
}
.logo {
	margin-bottom: 20px;
}
.logo img {
	width: 220px;
}
header {
	padding-top: 25px;
}
.content_container h1 {
	padding-top: 15px;
	font-size: 48px;
}
.content_container h2 {
	padding: 8px 0px;
	font-size: 27px;
}
.content_container p {
	font-size: 15px;
	padding-bottom: 8px;
}
.content_container hr {
	margin: 15px 0px;
}
}

@media only screen and (max-width : 760px) {
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
.padt20 {
	padding-top: 15px;
}
.wrapper {
	width: 98%;
}
.logo {
	margin-bottom: 15px;
}
.logo img {
	width: 200px;
}
header {
	padding-top: 20px;
}
.content_container h1 {
	padding-top: 12px;
	font-size: 40px;
}
.content_container h2 {
	padding: 6px 0px;
	font-size: 24px;
}
.content_container p {
	font-size: 12px;
	padding-bottom: 6px;
}
.content_container hr {
	margin: 12px 0px;
}
}

@media only screen and (max-width : 599px) {
.floatl, .floatr {
	float: none;
}
.padt20 {
	padding-top: 5px;
}
.logo {
	margin-bottom: 0px;
}
header {
	padding: 10px 0px;
	text-align: center;
}
}