html, body {
	padding:0;
	margin:0;
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
	-ms-text-size-adjust: none;
	width:100%;
}

header {
	min-height:15vw;
}

#BackgroundImage, nav>ul
{
	display: none;
}

nav {position:fixed}

#Logo {
	display:inline-block;
	width:90%;
	position:fixed;
	top:3vw;
	right:5vw;
	float:right;
}


div[id*=topbox], div[id*=bottombox] {
	position: relative !important;
	box-sizing: border-box !important;
	width: 100% !important;
	height: auto !important;
	left: 0 !important;
	top: 0 !important;
	background-color: #D3C8BB;
	color:#000;
}

#mobile-menu {display:block}
.mobile-menu li a.active {color:#00609d !important}

.mm-toggle {font-size:6vw !important}
div.mm-toggle-wrap {
	position:relative !important;
	display:block;
	float:left;
	color: #8b6d41;
	background-color:#fff;
	
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	box-shadow: none;
}

#Content {
	font-size: 4.5vw;
	width:100%;
	margin-top:54px;
}

h1 {
	font-size: 5.5vw;
}

.LayoutContainer {
	height: auto !important;
}

.xTendContentList {
	padding: 5px;
}


div[id*=topbox] img
{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height:auto;
}

div[id*=topbox] h1, div[id*=bottombox] h1 {
	background-color: #00609d;
	color: #fff;
	margin: -5px -5px 3px -5px;
}

div[id*=bottombox] img
{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height:auto;
}

.xTendContentList:first-of-type {
    margin-top: 0;
}

.xTendContentList.Text h1
{
	margin: -5px -5px 3px -5px;
}

img[style*=float], figure 
{
	max-width:40%;
	height:auto;
}

img {max-width:100%;}

figure img {
	width:100%;
	height:auto;
}

figcaption {
	display: none;
}

footer {
	display: none;
}

iframe {
	max-width:100%;
}