#menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#menu .submenu {
	list-style: none;
	display: none;
}

#menu li {
	float: left;
	position: relative;
	padding: 10px;
	cursor: hand;
}

#menu a {
    display: block;
    padding: 5px;
    color: #888;
    text-transform: uppercase;
    text-decoration: none;
}

#menu a:hover {
    color: #000;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	top: 30px;
	left: 0; /* Bring back on-screen when needed */
	background-color: #fff;
	list-style: none;
	position: absolute;
	z-index: 999999;
}

#menu ul li {
    cursor: hand;
    margin: 1px;
    padding: 10px;
    float: none;
}

#menu ul a {
    white-space: nowrap; /* Stop text wrapping and creating multi-line dropdown items */
    text-transform: capitalize;
    text-decoration: none;
}

#menu li:hover ul { /* Display the dropdown on hover */
	margin: 0px;
	padding: 0px;
	top: 50px;
	left: 0; /* Bring back on-screen when needed */
	background-color: #ddd;
	display:inline;
}

#menu li:hover a { /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    color: #000;
}

#menu li:hover ul a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-transform: capitalize;
    text-decoration: none;
}

#menu li:hover ul li:hover { /* Here we define the most explicit hover states--what happens when you hover each individual link. */
    background-color: #999;
}

#mobile_menu_container {
	display: none;
}

#vsp-nav {
	box-sizing: border-box;
	color: rgb(0, 48, 70);
	display: inline;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	height: auto;
	line-height: 20.02px;
	text-align: left;
	text-size-adjust: 100%;
	width: auto;
	-webkit-tap-highlight-color: rgba(0, 0, 0);
}

#ng-tns {
	box-sizing: border-box;
	color: rgb(0, 48, 70);
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	height: 67.4px;
	line-height: 20.02px;
	text-align: left;
	text-size-adjust: 100%;
	width: 1489.2px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#cont3 {
	box-sizing: border-box;
	color: rgb(0, 48, 70);
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	height: 67.4px;
	line-height: 20.02px;
	margin-left: 0px;
	margin-right: 0px;
	max-width: 1600px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	text-size-adjust: 100%;
	width: 1489.2px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#rpr {
	box-sizing: border-box;
	color: rgb(0, 48, 70);
	display: flex;
	flex-wrap: wrap;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	height: 67.4px;
	line-height: 20.02px;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
	text-align: left;
	text-size-adjust: 100%;
	width: 1519.2px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#col10 {
	box-sizing: border-box;
	color: rgb(0, 48, 70);
	display: block;
	flex-basis: 83.3333%;
	flex-grow: 0;
	flex-shrink: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	height: 67.4px;
	line-height: 20.02px;
	margin-left: 126.588px;
	max-width: 83.3333%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: static;
	text-align: left;
	text-size-adjust: 100%;
	width: 1266px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#mainnav {
	box-sizing: border-box;
	color: rgb(0, 48, 70);
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	height: 67.4px;
	line-height: 20.02px;
	text-align: left;
	text-size-adjust: 100%;
	width: 1236px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#navlist {
	align-items: center;
	box-sizing: border-box;
	color: rgb(0, 48, 70);
	display: flex;
	flex-basis: 0%;
	flex-grow: 1;
	flex-shrink: 1;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	height: 67.4px;
	justify-content: space-between;
	line-height: 20.02px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-block-end: 0px;
	margin-block-start: 0px;
	margin-bottom: 0px;
	margin-inline-end: 0px;
	margin-inline-start: 0px;
	margin-top: 0px;
	padding-bottom: 41px;
	padding-inline-start: 0px;
	padding-left: 0px;
	text-align: left;
	text-size-adjust: 100%;
	width: 1236px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#header_container {
	height: 165px;
}

.flexmenu {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	text-align: center;
	align-items: stretch;
	align-content: space-around;
}

@media only screen and (max-width: 840px) /* Mobile Phone */ {
	#header_container {
		width: 100%;
		margin: 0px auto;
	}

	#header_logo {
		width: 100px;
		height: 23.5px;
	}

	#menu.flexmenu {
		display: none;
	}

	#himcontainer {
		display: none;
	}

	#mobile_menu_container {
		display: inline;
		text-align: right;
		float: right;
	/*	margin-right: -25px; */
		width: 250px;
	}

	#mobile_menu_button {
	   display: block;
	   padding: 25px;
	   color: #888;
	   text-transform: uppercase;
	   text-decoration: none;
	   cursor: pointer;
	}

	#mobile_menu {
		display: none;
		list-style: none;
		padding: 0px;
		margin: 0px;
		right: 0px;
		float: left;
		position: absolute;
		z-index: 999999;
	}

	#mobile_menu .submenu{
		list-style: none;
		display: none;
	}

	#mobile_menu li {
		text-align: left;
		position: relative;
		padding: 10px;
		cursor: hand;
		background-color: #ddd;
	}

	#mobile_menu a {
		display: block;
		padding: 5px;
		color: #888;
		text-transform: uppercase;
		text-decoration: none;
	}

}
