h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px;
	font-family: inherit;
	font-weight: bold;
	line-height: 1.2;
	color: inherit;
	text-rendering: optimizelegibility;
}
h1 {
	font-size: 35.75px;
}
p {
	margin: 0 0 10px;
}
a {
	color: #017eba;
	text-decoration: none;
}

body {
	margin: 0;
	background-color: #e7e7e7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.375;
	color: #898989;
	font-weight: 300;
}

.page {
	background-color: #f4f4f4;
}

.header {
	display: table;
	max-width: 1170px;
	margin: auto;
	padding-top: 30px;
}

.logo {
	display: table-cell;
	width: 25%;
	background: #fff;
	border: 1px solid #e7e7e7;
	margin-bottom: 30px;
	min-height: 138px;
	position: relative;
}
.logo img {
	width: 85%;
	padding: 50px 25px 25px;
}

.menu {
	display: table-cell;
	width: 75%;
	vertical-align: top;
}
.menu ul {
	margin-top: 0;
	list-style: none;
	padding: 0;
}
.menu li a, .menu li {
	color: #515151;
	font-size: 14px;
	line-height: 40px;
	padding: 10px 30px;
	position: relative;
}
.menu li {
	padding: 0;
}
li.active {
	background-color: #f7f7f7;
}
li.active > a {
	color: #017eba;
}
li.active > a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	background: #017eba;
}

.content {
	max-width: 1170px;
	margin: auto;
	background-color: #fff;
	border: 1px solid #e7e7e7;
}
.maincontent {
	padding: 30px;
}
.content h1 {
	color: #2f2f2f;
	font-weight: 700;
	margin: 0 0 30px;
	text-transform: uppercase;
}
.formular {
	width: 300px;
}
.row label {
	display: inline-block;
	width: 100px;
}
.row input {
	width: 200px;
}
.row textarea {
	width: 300px;
}

.spacer {
	height: 30px;
}