html, body{
    font-family: 'Open Sans', sans-serif !important;
	padding: 0; margin: 0;}
body {
    position: relative;
}
#internal_menu {
	background-color: orange;
	color: red;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	display: none;
	z-index: 11;
	position: absolute;
	left: 50%;
	top: 80%;
    width    : 800px;
    height   : 30px;
    margin-left : -400px; /* half of the width  */
	text-align: center;
}
#menu_choices {
	background-color: orange;
	color: red;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	padding: 0;
}
.middleDiv {
    position : absolute;    
    width    : 200px;
    height   : 200px;
    left     : 50%;
    top      : 50%;
    margin-left : -100px; /* half of the width  */
    margin-top  : -100px; /* half of the height */
	z-index: 10;
}
.tools_link:link, .tools_link:visited, .tools_link:hover {
	color: black;
}
.menu_link:link, .menu_link:visited, .menu_link:hover, .menu_link:link {
	color: red;
}
.menu_choice {
    list-style-type: none;
	display: inline;
}
/*HERO COVER*/
.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}