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

body {
	background-color: white;
}

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

a {
	color: #000;
}

.header__logo {
	height: 90px;
	width: 313px;
	margin: 15px 0 34px;
}

.header {
	width: 100%;
	margin-bottom: 30px;
}

.header-logo-wrapper, .main {
	width: 1180px;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
}

.header-nav-wrapper { 
	background-color: #171796;
}

.header__nav {
	display: flex;
	justify-content: space-around;
	width: 1180px;
	margin: auto;
	padding: 0 0px;
}

.header__nav a {
	color: white;
	font-family: 'Roboto Condensed';
	font-weight: 700;
	line-height: 56px;
	font-size: 18px;
	letter-spacing: 1px;
	text-align: center;
	flex-grow: 1;
	height: 54px;
	margin: 0 24px;
}

.header__nav a:hover {
	text-decoration: none;
	border-bottom: 5px solid #fcee23;
}

a.quicklinks {
	background-color: #fcee23;
	color: #171796;
	width: 200px;
	flex-grow: 0;
	margin: 0;
}

a.quicklinks:hover {
	border-bottom: 5px solid #171796;
}

.sidebar {
	margin-right: 50px;
}