@import url("/templates/global.css");
body {
	background-color: white;
}

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

a {
	color: #17409e;
}

.header__logo {
	padding: 5px s
}

.header-wrapper {
	background-color: #195283;
	border-bottom: 30px solid white;
	box-shadow: 0 0 10px 1px #333;
	margin-bottom: 20px;
}