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

a {
	color: #111580;
}

.header {
	display: flex;
	justify-content: center;
	padding: 20px 0;
}

.header-wrapper {
	background-color: #fff;
	border-bottom: 10px solid #111580;
}