/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
ol, ul {
	list-style: none;
}
ol	{
	list-style: decimal;
	padding: 0 0 0 20px;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
a img {
	border: none;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}


/* =Menu
--------------------------------------------------------------*/
#access {
	background: #000;
	display: block;
	margin: 0 auto;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header ul.sub-menu	{
	padding: 0.1vh 0 0vh 0;
	background: #000;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	margin: 0 2vw 0 0;
}
#access a {
	color: #ccc;
	display: block;
	line-height: 36px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#access ul ul {
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	float: left;
	width: 0vw;
	z-index: 99999;
}
#access ul ul li {
	min-width: 0px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul a {
	background: #000;
}
#access ul ul a {
	background: #000;
	line-height: 1em;
	padding: 1vh 1.5vw;
	width: 15vw;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #000;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	background: #000;
	color: #fff;
}

