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

body {
	background-color: white;
}

.t-primary-bgcolor {
	background-color: #5B3B00;
}

a {
	color: #6E5A06;
}

.container {
	width: 1162px;
}

#vpContactInfo {
	display: none;
}

.header-wrapper {
	background-color: #DBDBDB;
	border-bottom: 53px solid #5D5D5D;
	background: url('top_bg.png') no-repeat left center;
}

.header {
	font-family: 'Roboto Condensed';
}

.header__slogan h2 {
	float: right;
	clear: right;
	margin-top: 45px;
	font-size: 36px;
	font-weight: bold;
	color: #8b8b8b;
}

.header__info {
	float: right;
	margin-top: 3px;
	right: 0;
	color: #35600f;
	font-size: 16px;
}

.header__info a {
	color: #35600f;
}

.header__info span {
	padding-left: 21px;
}

.header__logo {
	padding: 33px 0 12px 5px;
}

.header nav {
	position: absolute;
	bottom: -37px;
	display: flex;
	justify-content: space-between;
	width: 1000px;
}

.header div {
	flex-grow: 1;
	white-space: nowrap;
	text-align: center;
}

.header nav a {
	color: white;
	font-size: 17px;
	line-height: 21px;
	padding-bottom: 4px;
}

.header nav a:hover {
	border-bottom: 2px solid #b7b7b7;
	text-decoration: none;
}

.header nav div:not(:last-child) {
	border-right: 1px solid white;
}

.main {
	margin-top: 20px;
}

.sidebar {
	width: 205px;
}
