@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
	background-color: white;
	background-repeat: repeat-x;
}

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

.container {
	width: 1040px;
}

.header {
	display: block;
}

.header-wrapper {
	height: 153.07px;
	width: 100%;
	border-bottom: 44px solid black;
}

.header__logo {
	width: 300px;
	padding-bottom: 16.3px;
	padding-top: 21.7px;
}

.header__main {
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	color: #6a6b6c;
}

.header__main div {
	margin-top: 24.5px;
	text-align: right;
}

.header__main div p b {
	color: #132549;
	font-weight: 400;
}

.header__main div p {
	margin-bottom: 11px;
}

.header__main div svg {
	height: 13.5px;
	fill: currentColor;
	margin-top: -2.5px;
	padding-left: 9px;
}

.header__main div a {
	font-family: 'Muli', sans-serif;
	font-size: 12px;
	color: white;
	background-color: #d31800;
	padding: 10px 18px 8px;
	font-weight: 800;
	letter-spacing: 2px;
	text-align: center;
	border-radius: 5px;
}

.header__main div a svg {
	display: inline;
}

.header__main div a:hover {
	background-color: #182449;
	text-decoration: none;
}

.header__nav {
	background-color: black;
	display: flex;
	justify-content: space-between;
	padding: 0 30px;
}

.header__nav a {
	color: white;
	font-family: 'Roboto', sans-serif;
	line-height: 44px;
	font-weight: 500;
	font-size: 16px;
	padding: 0 20px;
}

.header__nav a:hover {
	text-decoration: none;
	background-color: #152549;
}

.main {
	padding-left: 0;
	padding-right: 0;
}