.width-center-wrapper {
	width: 990px;
	margin: 0 auto;
}
.meta-background,
.footer-background {
	position: absolute;
	left: 0;
	width: 100%;
	height: 30px;
	background-color: rgb(216, 217, 218);
}
.meta-navigation {
	margin-bottom: 12px;
}
.meta-navigation,
.footer {
	position: relative;
	width: 100%;
	font-size: 11px;
	line-height: 28px;
	height: 30px;
}
.meta-navigation .left,
.footer .left {
	float: left;
}
.meta-navigation .right,
.footer .right {
	float: right;
}
.meta-navigation a,
.footer a {
	display: inline-block;
	color: #333;
}
.meta-navigation a:hover,
.footer a:hover {
	color: #00457e;
}
.head .logo {
	position: relative;
	z-index: 2;
}
.navigation {
	position: relative;
	display: inline-block;
	float: right;
	margin-top: 7px;
	z-index: 2;
}
.navigation a {
	font-size: 15px;
	font-weight: bold;
	font-family: "OpenSansCondensedBold", "Arial Narrow",Verdana, sans-serif;
	color: #336a98;
	text-transform: uppercase;
	margin: 0 9px;
	border-top: 5px solid transparent;
}
.navigation a:hover {
	border-top: 5px solid #6f7072;
	color: #6f7072;
	text-decoration: none;
}
.curve {
	position: relative;
}
.curve img {
	position: absolute;
    width: 1200px;
    margin-left: -600px;
    left: 50%;
    margin-top: 20px;
    right: 0;
	z-index: 1;
}
.content {
	position: relative;
	overflow: hidden;
}
.banner-image {
	margin-bottom: 15px;
}
.tile {
	display: inline-block;
	width: 33%;
}
.tile.twoColumns {
	width: 66%;
}
.tile.threeColumns {
	width: 100%;
}
.tile.last {
	padding-left: 0.5%;
}
.tile.first {
	padding-right: 0.5%;
}
.tile.threeColumns.last {
	padding-left: 0;
}
.tile.threeColumns.first {
	padding-right: 0;
}
.tile.parsed {
	display: inline-block;
	float: left;
}
.vertical-center-table {
	display: table;
	height: 100%;
}
.vertical-center-cell {
	display: table-cell;
	vertical-align: middle;
}
.tile-content {
	padding: 15px 10px;
}
.tile.first .tile-content {
	padding-left: 0;
	padding-right: 20px;
}
.tile.threeColumns .tile-content {
	padding-left: 0;
	padding-right: 0;
}
.tile.first.twoColumns .tile-content {
	padding-right: 10px;
}
.tile.last .tile-content {
	padding-right: 0;
	padding-left: 20px;
}
.tile.last.twoColumns .tile-content {
	padding-left: 10px;
}
.tile-content .padding {
	padding: 15px 10px;
}
.tile-content .padding.grey {
	background-color: rgb(238, 238, 238);
}
.text-tile table {
	border-collapse: collapse;
}
.fill-height {
	display: block;
	margin: -15px -10px -15px 0;
}
.image-tile img {
	width: 100%;
}
.vertical-center-table {
	width: 100%;
}
.vertical-center-table table {
	width: 100%;
}
.table-tile tr:first-child td {
	font-family: "OpenSansLight", Verdana, sans-serif;
	font-weight: normal;
	font-size: 22px;
	
	background-color: rgb(38, 87, 127);
	color: #fff;
}
.table-tile tr:not(:first-child) td:first-child {
	background-color: rgb(207, 219, 242);
}
.table-tile table td,
.table-tile table th {
	padding: 10px 10px;
}
.table-tile table td {
	background-color: rgb(236, 236, 236);
}