@import url("/templates/global.css");

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

a {
	color: #eda50b;
}

.container {
	width: 1110px;
}

body {
	background-color: #FFF;
}

.header-wrapper {
	background-color: #23408f;
}

.header {
	width: 100%;
}

.header__main {
	box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	border-bottom: 1px solid #162f6c70;
}

.header__main .container {
	display: flex;
	align-items: center;
	height: 128px;
}

.header__logo img {
	max-height: 69px;
}

.header__banner {
	display: none;
}