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

a {
	color: #0c488d;
}

.header-main-wrapper {
	width: 100%;
	margin: auto;
}

.header-wrapper {
	background-color: white;
}

.header__logo {
	width: 100%;
}

.main-wrapper {
	background-image: url('/templates/background_header.jpeg');
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 150px;
}

.header {
	width: 1250px;
	height: 91.2px;
	padding: 10px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header__links {
	display: inline-block;
	margin-right: 25px;
}

.header__links a {
	color: #004c66;
	padding: 22px 8.86px;
}

.header__links a:hover {
	color: #158b44;
	text-decoration: none;
}

.header__links a.printing {
	padding-right: 25px;
	color: #158b44;
}

.header__links a p {
	position: absolute;
	font-weight: 400;
	display: inline;
	right: 247px;
}