@import url("/templates/global.css");
.t-primary-bgcolor {
	background-color: #333;
}

a {
	color: #003F9E;
}

.header-wrapper {
	background-color: white;
	border-bottom: 40px solid #2d2d2d;
	margin-bottom: 20px;
}

.header__logo {
	max-width: 380px;
	padding: 20px 0;
}

.header__nav {
	margin-bottom: -30px;
}

.header__nav a {
	color: white;
	padding-right: 15px;
}

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