@import url("/templates/global.css");
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700');

body {
	background-color: #F2F2F2;
}

.t-primary-bgcolor {
	background-color: #2C729E;
}

a {
	color: #2C729E;
}

a:hover {
	color: #00A3C3;
}

.header-wrapper {
	background-image: url(header_bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
/* 	height: 200px; */
	margin-bottom: 30px;
}

.header__top {
	background-color: #174D6E;
	box-shadow: 0px 2px 19px rgba(0, 0, 0, 1);
}

.header__top .inner__nav {
	width: 980px;
	margin: auto;
	text-align: right;
	line-height: 48px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.header__top .inner__nav a {
	color: white;
	padding: 8px;
}

.header__top .inner__nav .social {
	float: right;
	padding-right: 30px;
}

.header__top .inner__nav .social a {
	color: #284354;
	background-color: #7D98A9;
	border-radius: 2px;
	font-size: 17px;
	width: 20px;
	height: 20px;
	padding: 2px;
	display: inline-block;
	text-align: center;
}

.header__bottom {
	width: 100%;
	background-image: url(header_bottom_bg.png);
	background-position: bottom center;
	background-repeat: repeat-x;
}

.header__bottom .inner {
	width: 980px;
	margin: auto;
	position: relative;
}

.header__logo {
	width: 246px;
	height: 71px;
	margin-top: 180px;
	margin-bottom: 10px;
}

.header__nav {
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin-bottom: 20px;
	border-right: 1px solid #666;
}

.header__nav a {
	color: white;
	font-size: 28px;
	width: 166px;
	height: 62px;
	padding: 10px 15px 0px;
	font-weight: 700;
	text-align: left;
	float: left;
	line-height: 28px;
	border-left: 1px solid #666;
	font-family: 'Source Sans Pro', sans-serif;
}

.header__nav a:hover {
	color: #2c729e;
	text-decoration: none;
}

.header {
	width: 100%;
}

.footer {
	height: 42px;
}

.footer-wrapper {
	background-color: #2C729E;
}