/* main menu */
.header {
	padding-top: 10px;
	padding-bottom: 20px;
	/*border-bottom: 1px solid rgb(169, 169, 169);*/
}
.header > .row:nth-child(1) > a{
	float: left;
	height: 150px;
}
.header > .row:nth-child(1) > a > img {
	margin-top: 15px;
	margin-left: -10px;
	width: 250px;
}
ul.main_menu {
	position: relative;
	float: right;
	margin-top: 5px;
	width: 540px;
}
ul.main_menu > li {
	margin-left: 20px;
	display: inline-block;
	height: 30px;
}
ul.main_menu > li > a {
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #333333;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}
ul.main_menu > li:hover {
	border-bottom: 2px solid #333333;
}
.header > .row:nth-child(1) > nav > select { 
	display: none;
}

.header > .row:nth-child(1) > nav > select > option {
}


#pace_contact {
	position: absolute;
	right: 0;
	bottom: 15px;
	height: 60px;
}

#pace_contact > p {
	margin-bottom: 0px;
	text-align: right;
}

#mobile_menu {
	width: 100%;
}

@media (max-width: 800px) {
	.header > .row:nth-child(1) > nav > ul {
		display: none;
	}
	.header > .row:nth-child(1) > nav > select {
		display: block;
		width: 100%;
	}
	#pace_contact {
		right: 0;
		top: 10%;
	}
}

@media (max-width: 400px) {
	.header {
		padding-bottom: 0px;
	}
	.header > .row:nth-child(1) {
		height: 250px;
	}
	.header > .row:nth-child(1) > nav > ul {
		display: none;
	}
	.header > .row:nth-child(1) > nav > select {
		display: block;
		width: 350px;
	}
	.header > .row:nth-child(1) > a {
		float: none;
	}
	.header > .row:nth-child(1) > a > img {
		margin-top: 15px;
		margin-left: -10px;
		width: 300px;
	}

	#mobile_menu {
		position: absolute;
		bottom: -10px;
		width: 90%;
	}

	#pace_contact {
		position: relative;
		top: 0px;
		height: auto;
		width: 280px;
	}

	#do_not_print > div.header > div:nth-child(2) > h3 {
		margin-top: 5px;
		margin-bottom: 0.8rem;
	}
}