@font-face {
	font-family: "icon-font";
	src: url(/jtip/resources/webfonts/icon-font.eot);
	src: url(/jtip/resources/webfonts/icon-font.eot?#iefix)
		format('embedded-opentype'), url(/jtip/resources/webfonts/icon-font.woff)
		format('woff'), url(/jtip/resources/webfonts/icon-font.ttf) format('truetype'),
		url(/jtip/resources/webfonts/icon-font.svg#icon-font) format('svg');
}

.icon-desktop:before,
.icon-menu-close:before,
.icon-menu:before,
.icon-mobile:before,
.icon-submenu-down:before,
.icon-submenu-right:before,
.icon-world:before,
.nav-button:before,
.nav-close:before,
.nav .nav-submenu > a:after,
.nav > ul > .nav-submenu > a:after {
	font-family: "icon-font";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	vertical-align: top;
}

.icon-desktop:before {
	content: "\E001";
}

.icon-menu-close:before {
	content: "\E002";
}

.icon-menu:before {
	content: "\E003";
}

.icon-mobile:before {
	content: "\E004";
}

.icon-submenu-down:before {
	content: "\E005";
}

.icon-submenu-right:before {
	content: "\E006";
}

.icon-world:before {
	content: "\E007";
}
a.nav-button,
a.nav-close {
	position: absolute;
	top: 0;
	width: 40px;
	height: 4.4rem;
	overflow: hidden;
	z-index: 902;
	cursor: pointer;
	text-decoration: none;
	line-height: 4.4rem;
	color: #fff;
	left:0px;
}

.nav-button:before,
.nav-close:before {
	display: block;
	text-align: center;
}

.nav-button {
	display: block;
	right: 1rem;
	font-size: 1.7rem;
}

.nav-button:before {
	content: "\E003";
}

.nav-close {
	display: none;
	right: 4rem;
	font-size: 1.9rem;
}

.nav-close:before {
	content: "\E002";
}
.navigation-section {
	float:left;
	width: 100%;
	background: rgb(38, 49, 71);
}
.nav {
	margin:0px;
	padding-top: 4.4rem;
	line-height: 4.4rem;
	/* background: rgb(58, 73, 106); */
	color: #fff;
}

/* .nav ul {
	background: rgb(58, 73, 106);
} */

.nav ul ul {
	background: rgb(58, 73, 106);
}

.nav ul ul ul {
	background: #382f29;
}

.nav ul ul ul ul {
	background: #40362f;
}

.nav ul ul ul ul ul {
	background: #493e36;
}

.nav li {
	border-top: 1px solid rgb(102, 116, 145);
	cursor: pointer;
	background:rgb(38, 49, 71);
}
.nav li ul li {
	background:rgb(121, 133, 159);
}
.nav li:hover > a,
.nav li.nav-active > a {
	color: #fff;
	background: rgb(83, 98, 131);
}

/* .nav .nav-submenu > ul {
	margin-left: 10px;
} */

.nav .nav-submenu > a {
	padding-right: 30px !important;
}

.nav a,
.nav a:hover,
.nav a:active,
.nav a:visited {
	padding: 0 15px 1px;
	color: #fff;
	text-decoration: none;
}

.nav .nav-submenu > a:after {
	position: absolute;
	display: block;
	right: 10px;
	top: 1px;
	content: "\E005";
}
/* change from 960px to 768px to reflect nav changes in ipad */
@media only screen and (min-width: 768px) {
	.nav-button {
		display: none;
	}
	
	.nav {
		padding: 0 !important;
	}
	
	.nav > ul > li {
		border-top: none;
	}
	
	.nav li > ul {
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	}
	
	.nav ul ul ul {
		border-radius: 0 6px 6px 6px;
	}
	
	.nav ul ul ul li:first-child {
		border-top: none;
	}
	
	.nav .nav-left > ul {
		border-radius: 6px 0 6px 6px;
	}
	
	.nav .nav-submenu li {
		min-width: 110px;
	}
	
	.nav .nav-submenu > ul {
		margin: 0;
	}
	
	.nav > ul > .nav-submenu > a:after {
		content: "\E005";
	}
	
	.nav .nav-submenu > a:after {
		content: "\E006";
	}

}

