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

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

a {
	color: #eda50b;
}

.container {
	width: 1110px;
}

body {
	background-color: #f4ebe5;
}

.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 {
	height: 128px;
	background-image: linear-gradient(180deg, rgba(35, 64, 143, 0.7) 0%, rgba(35, 64, 143, 0.5) 100%), url(banner-bg.jpg);
	background-size: cover;
	background-position: center;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, .1);
}