#Outline > header.Layer {
	height: auto;
	margin-bottom: 0;
	padding: 30px 0 0;
}
.logo {
	position: relative;
	top: 0; left: 0;
	width: 100%;
	height: 80px;
	overflow: hidden;
}
.logo img {
	position: relative;
	margin: 24px auto 0;
	width: 280px;
	height: auto;
}
#Outline > header.Layer p {
	top: 0;
	bottom: auto;
	text-align: center;
	padding: .5em 0;
	background: #e5e5e6;
	font-weight: bold;
}
#Outline > header.Layer nav {
	float: none;
	margin: 0;
	padding: 9px 0 0;
	height: 68px;
	background: #e5e5e6;
	box-sizing: border-box;
	overflow: hidden;
}
#Outline > header.Layer nav ul {
	position: relative;
	justify-content: center;
}
#Outline > header.Layer nav ul li {
	position: relative;
	margin: 0;
	width: 70px;
}
#Outline > header.Layer nav ul li img {
	position: relative;
	margin: 0 auto;
	width: 58px;
	height: auto;
}

footer ul {
    height: 37em;
}
footer ul li {
	font-size: 13px;
}