.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
ul.sfnav li li {
	float: none;
	display: block;
}
.sf-menu li li a {
	display: block;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}



.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em;
	*width: 12em;
}
.sf-menu a {
	padding: .75em 1em;
	text-decoration: none;
	zoom: 1;
}
.sf-menu a {
	color: #000;
}
.sf-menu li {
	white-space: nowrap;
	*white-space: normal;
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	background: #fff;
}
.sf-menu ul ul li {
	background: #9AAEDB;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
}


.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: #dFeEFF;
	border-top-color: rgba(0,0,0,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white;
}
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF;
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}














/*** Initialize the icon font (home & menu button) ***/
@font-face {
	font-family: 'mindshare';
	src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/72900/mindshare.eot?95499031");
	src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/72900/mindshare.eot?95499031#iefix") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/72900/mindshare.woff?95499031") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/72900/mindshare.ttf?95499031") format("truetype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/72900/mindshare.svg?95499031#mindshare") format("svg");
	font-weight: normal;
	font-style: normal; }

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "mindshare";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
}
.icon-home:before {
	content: '\e800';
}
.icon-menu:before {
	content: '\e801';
}
.global nav #hamburger {
	display: none;
}

@media screen and (max-width: 992px) {

	div#header {
		position: relative;
	}
	div#header-navigation {
		margin-top: 0;
		position: absolute;
		text-align: left;
		top: 10px;
		right: 10px;
	}
	.sf-menu {
		float: none;
		display: none;
	}
	ul.sfnav li a:hover,
	ul.sfnav li a.active {
		color: #fff;
		background-color: #b4cd0d;
	}

	.global nav ul li .sub-indicator,
	.global nav ul li .top-menu ul li a .sub-indicator {
		right: 30px;
		top: 50%;
		margin-top: -2px;
		position: absolute;
		display: inline-block;
		content: '';
		width: 0;
		height: 0;
		border: 4px solid rgba(0, 0, 0, 0);
		border-top: 7px solid #dddddd;
	}
	.global nav {
		background: #fff;
		/** Bonus - here's how to do a double border ;) **/
		-webkit-box-shadow: 0px 0px 0px 0px #3a3a3a, 0px 8px 0px 0px #fff;
		-moz-box-shadow: 0px 0px 0px 0px #3a3a3a, 0px 8px 0px 0px #fff;
		box-shadow: 0px 0px 0px 0px #3a3a3a, 0px 8px 0px 0px #fff;
		min-height: 40px;
	}
	.global nav a {
		color: #000;
	}
	.global nav .sfnav a {
		color: #fff;
	}
	.global nav #hamburger {
		cursor: pointer;
		text-align: right;
		line-height: 46px;
		color: #000;
		display: block;
		font-size: 180%;
	}
	header.global nav ul {
		display: none;
		margin: 7px 0;
		padding: 0;
	}
	.global nav ul li {
		width: 100%;
		background: #2d2d2d;
		border-left: none;
		border-right: none;
		border-top: 1px solid #474747;
		border-bottom: 1px solid #141414;
	}
	.global nav .lev1 a {
		margin-left: 20px;
	}
	.global nav .lev1 a:before {
		content: "\2014\00a0\00a0";
	}
	.global nav ul li:first-child {
		border-top: none;
	}
	.global nav ul li:last-child {
		border-bottom: none;
	}
	.global nav ul li ul {
		width: 100% !important;
	}
	.global nav ul li ul li:hover a:after {
		border: none;
	}
}