*{
	margin:0;
	padding:0;
}

.oe_overlay{
	
	position:fixed;
	top:0px;	
	width:100%;
	/*right:208px;
	height:597px;*/
}


ul.oe_menu{
	list-style:none;
	position:relative;
	width:auto;
	float:left;
	clear:both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
ul.oe_menu > li{
	width:100%;
	height:56px;
	/*height: 200px;*/
	/*display: inline;*/
	float:left;
	position:relative;
	text-align:center;
	vertical-align:middle;
	/*margin-right:5px;*/
	
}
ul.oe_menu > li > a{
	display:block;
	background-color:none;
	color:#333;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
	width: 100%;
	
	vertical-align:middle;
	padding:10px;
	margin: auto;
	
	/*text-shadow:0px 0px 1px #000;*/
	opacity:0.8;
	
}
ul.oe_menu > li > a:hover,
ul.oe_menu > li.selected > a{

	color:#288C8F;
	opacity:1.0;	
	
	
	
}

.oe_wrapper ul.hovered > li > a{
	background:#fff;
	text-shadow:0px 0px 1px #FFF;
}

ul.oe_menu div{
	position:absolute;
	top:64px;	
	width:100%;
	height:auto;	
	display:none;
	background-color: #B5E8E3;
	
}
ul.oe_menu div ul li a{
	text-decoration:none;
	width:100%;
	color:#000;
	font-weight:500;
	padding:10px;	
	display:block;
	font-size:14px;
	text-align:center;
	border-bottom:solid 1px #FFF;	
	
}
ul.oe_menu div ul.oe_full{
	width:100%;
}
ul.oe_menu div ul li a:hover{
	color:#333;
	background-color: #E0F5F3;
}
ul.oe_menu li ul{
	list-style:none;
	float:left;
	width: 100%;
	margin-right:10px;
}
li.oe_heading{
	color:#aaa;
	font-size:16px;
	margin-bottom:10px;
	padding-bottom:6px;
	border-bottom:1px solid #ddd;
}

.container h1.au {
	font-size: 150%;
	font-weight: normal;
	color:#000000;
	margin-bottom: 10px;
	margin-left: 24px;
	margin-top: 20px;
	background-color: #E0DDA7;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	
}

.u-image, .u-background-effect-image, .u-video-poster {
  object-fit: cover;
  display: block;
  vertical-align: middle;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

