@import url(https://fonts.googleapis.com/css?family=Oswald:700);

body {
	background-color: white;
}

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

.container {
	width: 1140px;
}

.header__banner {
	padding: 21px;
}

.header {
	width: 100%;	
	padding: 0;
}

a {
	color: #335885;
}

.header__top__wrapper {
	padding: 5px 20px;
}

.header__top {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.header__nav > ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 3px 0;
}

.top_1 {
	display: flex;
	width: 33.33%;
	padding: 0 10px;
}

.top_1 img {
	width: 100%;
}

.top_2 {
	width: 33.24%;
	padding: 5px 5px 0;
}

.top_2 a {
	margin: 0 auto;
	color: #275b97;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 35.17px;
	padding: 8px 0;
	border: 2px solid #ce1028;
	border-radius: 5px;
	width: 300px;
	text-align: center;
	transition: 0.2s all linear;
}

.top_2 a:hover {
	color: white;
	background-color: #275b97;
	border-color: #275b97;
	text-decoration: none;
}

.top_2 i {
	font-size: 28px;
	width: 32.5px;
	margin-right: 8px;
}

a.top_3 {
	width: 33.43%;
	padding: 5px 5px 0;
	text-decoration: none;
}

.top_3 span {
	margin: 0 auto;
	color: white;
	display: block;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #275b97;
	font-size: 20px;
	font-weight: 700;
	line-height: 19.33px;
	padding: 17px 0;
	border-radius: 5px;
	width: 300px;
	text-align: center;
	transition: 0.2s all linear;
}

.top_3 span:hover {
	background-color: #ce1028;
}

.header__nav {
	width: 100%;
	display: flex;
	justify-content: right;
	background-color: #275b97;
	border-bottom: 5px solid #ce1028;
}

.header__nav a {
	color: white;
	font-size: 22px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: 700;
	padding: 10px 11px;
	line-height: 31.9px;
	text-decoration: none;
	margin-bottom: -0.9px;
}

.header__nav a:hover,
.header__nav a.active {
	background-color: #ce1028;
}

.header__nav span {
	width: 23.5%;
	padding: 12px 0 0 22px;
	display: flex;
}

.header__nav span a {
	font-size: 28px;
	padding: 0;
	margin-right: 10px;
	width: 28px;
	display: flex;
	justify-content: center;
}

.header__nav span a:hover {
	color: #ce1028;
	background-color: transparent;
}

.header__title {
	background-image: url('header-background.jpg');
    background-position: center 20.3px;
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.header__title div {
	background-color: rgba(0,0,0,0.58);
}

.header__title div span {
	line-height: 110.4px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: white;
	font-size: 36px;
	font-weight: 700;
	display: block;
}