/*** 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'; }
  

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 3.6em;
	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%;
}


/*** NRRPT SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	padding: 10px 1em;
	text-decoration: none;
}

.sf-menu ul a {
	padding: 2px 1em;
}
.sf-menu a:link, .sf-menu a:visited  {
	color: #fff;
}
.sf-menu a:active, .sf-menu a:hover  {
	color: #698fcd;
}
.sf-menu ul a:link, .sf-menu ul a:visited  {
	color: #fff;
}
.sf-menu ul a:active, .sf-menu ul a:hover  {
	color: #000;
}
.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	background: #999;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

#topNavMenu a.m1 {
	display: block;
	width: 30px;
	height: 26px;
	background:url(images/home_icon_tn.png) no-repeat 0 12px;
}

#topNavMenu a.m1 span {
	position: relative;
	left: -100000;
	display: none;
	
}

@media only screen and (max-width: 950px) {
    .sf-menu a {
		padding: 10px 7px;
		font-size: 13px;
    }
	.sf-menu ul li a {
		padding-top: 0;
		margin-top: 0;
		background: #698fcd;
	}
	.sf-menu ul {
		display: none;
	}
}

@media only screen and (max-width: 890px) {
    .sf-menu a {
		padding: 10px 5px;
		font-size: 12px;
    }
	#topNav nav ul li:hover > a {
		position: relative; 
		}
	#topNav nav ul li:hover > a:after {
		content: "";
		position: absolute;
		left: 20px;
		top: 40px;
		/*
		border-width: 0 10px 10px;
		border-style: solid;
		border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;*/
		display: block;
		width: 0;
		z-index: 999; }
}

#topNav {
	/* Begin modifications to Superfish menu */ }
#topNav nav #hamburger {
	display: none;
	cursor: pointer;
	font-size: 20px;
	margin-left: auto;
	padding-top: 10px;
	color: #fff; 
}
@media screen and (max-width: 810px) {
	#topNav nav #hamburger {
		display: block; } 
}

@media screen and (max-width: 810px) {
	#topNav nav ul {
		display: none;
		margin: 7px 0;
		padding: 0; } 
		}

@media screen and (max-width: 810px) {
	#topNav nav ul li {
		width: 100%;
		background: #c7dcf2;
		border-left: none;
		border-right: none;
		border-top: 1px solid #474747;
		border-bottom: 1px solid #141414;
		 }
	#topNav nav ul li:first-child {
		border-top: none; }
	#topNav nav ul li:last-child {
		border-bottom: none; } }

@media screen and (min-width: 810px) {
	#topNav nav ul li:hover > a {
		position: relative; }
	#topNav nav ul li:hover > a:after {
		content: "";
		position: absolute;
		left: 20px;
		top: 50px;
		/*** 
		border-width: 0 20px 20px;
		border-style: solid;
		border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;***/
		display: block;
		width: 0;
		z-index: 999; } }

@media screen and (max-width: 810px) {
	#topNav nav ul li ul {
		width: 100% !important; }
		}

@media screen and (min-width: 810px) {
	#topNav nav ul li ul li:hover a:after {
	border: none; } }