.leftNav {
	font-weight:300;
	position:fixed;
	z-index:998;
	top:0;
	left:0;
	height:100vh;
	width:250px;
	vertical-align:top;
	margin-left:0;
	overflow: auto;
	-webkit-overflow-y: scroll;
	-webkit-overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-backface-visibility: hidden;
	border:none;
	-ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll; 
	background:rgba(0,0,0,0.5);
	height:100%;
}

.leftNav::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.leftNavContainer {
	position:relative;
}

.btnMenu {
	min-width: 75px;
	position: relative;
}

.btnMenu a {
	display:block;
	width:100%;
	height:100%;
}

header.opaque .btnMenu::before {
	opacity:1;
}

.btnMenu a {
	background-size: auto 100%;	
	height: 75px;
	max-height: 75px;
	background-repeat:no-repeat;
	background-position:center center;
}

.leftNavClosed .btnMenu a {
	background-image: url(images/menu-closed.png);
}

.leftNavOpen .btnMenu a {
	background-image: url(images/menu-open.png);
}

.leftNavAnimate .leftNav, .leftNavAnimate .leftNav::after {
	transition: all 0.3s ease-in-out;
}

.leftNavClosed .leftNav {
	left:-250px;
}

.leftNavClosed .leftNav::after {
	left:71px;
}

.personabar-visible .leftNavClosed .leftNav::after {
	left:151px;
}

.leftNavOpen .leftNav::after {
	left:366px;
}

.personabar-visible .leftNavOpen .leftNav::after {
	left:446px;
}

.personabar-visible .leftNavOpen .leftNav {
	margin-left:80px;
}

.leftNavSocialIcons {
	border-bottom:2px solid rgba(255,255,255,0.2);
	padding-bottom:5px;
}

	.leftNavSocialIcons ul {
		list-style: none;
		margin: 0 auto;
		padding: 40px 10px;
		display: flex;
		border-bottom: 2px solid rgba(255,255,255,0.2);
		justify-content: right;
	}
	
	.leftNavSocialIcons ul li {
		margin:0 5px;
	}
	
	.leftNavSocialIcons ul li a {
		color: #000;
		background: rgba(255,255,255,0.5);
		padding: 10px;
		font-size: 18px;
		line-height: 18px;
		width: 36px;
		display: inline-block;
		text-align: center;
	}
	
	.leftNavSocialIcons ul li a:hover {
		background: rgba(255,255,255,0.85);
	}

.mainMenu ul {
	margin:0;
	padding:0;
}
	
	.mainMenu ul ul ul li {
		padding-left:30px;
	}

.mainMenu .topLevel li {
	padding:0;
	list-style:none;
	position:relative;
}

.mainMenu .topLevel > li {
	list-style:none;
	position:relative;
}

.mainMenu .topLevel > li::after {
	content:"";
	position:absolute;
	bottom:0;
	right:0;
	width:80%;
	border-bottom: 2px solid rgba(255,255,255,0.2);
}

.mainMenu .topLevel li .link {
	position:relative;
	text-align: right;
}

.mainMenu .topLevel li .link > a {
	position:relative;
	display:block;
	padding: 15px 37px 15px 15px;
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	font-size: 26px;
	line-height: 30px;
	background:none;
	cursor:pointer;
}

.mainMenu .topLevel > li > .link > a::after {
	content:"";
	position:absolute;
	z-index:1;
	top:0;
	right:12px;
	width:13px;
	height:100%;
	background:url('/Portals/_default/Skins/SMART/Nav-Left/images/menu-icon-closed.png') no-repeat center center;
	background-size:contain;
}

.mainMenu .topLevel > li.menuOpen > .link > a::after {
    background-image:url('/Portals/_default/Skins/SMART/Nav-Left/images/menu-icon-open.png');
}

.mainMenu .topLevel >li div:first-child {
	
}

.mainMenu .topLevel li li .link > a {
	
}

.mainMenu .topLevel > li.selected > div > a {
	color:#e47e3b;	
}

.mainMenu li.selected > .link, .mainMenu .topLevel li .link:hover {
	color:#fff !important;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.mainMenu .topLevel li .subLevel {
	display:none;
	padding-bottom: 30px;
}

.mainMenu .topLevel li .subLevel li .link {
	background:none !important;
}

.mainMenu .topLevel li .subLevel li .link a {
	color:#84d1f4;
	font-size:18px;
	padding: 12px 37px 12px 15px;
	line-height:normal;
	text-transform:none;
}

.mainMenu .topLevel li .subLevel.selected {
	display:block;
}

.mainMenu .topLevel li li.selected .link > a, .mainMenu .topLevel li li:hover .link > a {
	color:#e47e3b;
}

.mainMenu .topLevel li .subLevel a.selected {
	color:#e59126;
}

.mainMenu .topLevel > li > .link > a {
	color:#fff;
}

.mainMenu .topLevel > li > .link > a:hover {
	color:#e59126;
}

.mainMenu ul.topLevel > li > div.link a.selected {
	color:#e59126;
}

.mainMenu ul.topLevel > li > div.link:hover a.selected, 
.mainMenu ul.topLevel > li > div.link a.selected:hover {
	color:#fff;
}


.mainMenu .topLevel .expandedListNav > .link {
	background-color:#666262;
}

.mainMenu .topLevel .expandedListNav > .link > a {
	display:block;
	padding: 10px 15px;
	text-decoration:none;
	color:#fff !important;
	text-transform:uppercase;
	font-size:16px;
	line-height:20px;
}

.mainMenu .topLevel .expandedListNav .subLevel > ul > li {
	/*border-bottom: 1px solid #706d68;*/
}

.mainMenu .topLevel .expandedListNav .subLevel .link > a {
	display:block;
	padding: 10px 15px;
	text-decoration:none;
	color:#a9c052;
	text-transform:uppercase;
	font-size:16px;
	line-height:20px;y
	background:none;
}

.mainMenu .topLevel .expandedListNav .subLevel .selected .link > a {
	color:#e59023;
}

.mainMenu .topLevel .expandedListNav .subLevel .link:hover > a {
	color:#fff;
}

.mainMenu .topLevel .expandedListNav .subLevel .subLevel a {
	padding-left:15px;
}

.mainMenu .topLevel .expandedListNav .subLevel .subLevel .link > a {
	display:block;
	padding: 10px 15px;
	text-decoration:none;
	color:#a8a8a9;
	text-transform:none;
	font-size:14px;
	line-height:18px;
	background:none;
}

.mainMenu .topLevel .expandedListNav .subLevel .subLevel .link:hover {
	background:none;
}

.mainMenu .topLevel .expandedListNav .subLevel .subLevel .link:hover > a {
	color:#e59023;
}

.mainMenu .topLevel .expandedListNav .subLevel .subLevel .selected .link > a {
	color:#e59023;
}


.mainMenu .menuToggle {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30px;
}

.mainMenu .menuToggle a {
	display:none;
	width:30px;
	height:30px;
	position: relative;
	top: 50%;
	margin-top: -15px;
}

.mainMenu .menuToggle a.closed {
	display:block;
}

.mainMenu .link:hover .menuToggle a.closed {
	
}

.mainMenu .menuToggle.open a.closed {
	display:none;
}

.mainMenu .menuToggle.open a.open {
	display:block;
}

.mainMenu .link:hover .menuToggle.open a.open {
	
}


@media all and (max-width: 360px) {
	.leftNav {
		width:250px;
	}
	
	.leftNavHeader, .leftNavSubHeader, .leftNav .searchContainer, .mainMenu .topLevel > li {
		padding-left:15px
	}
	
	.mainMenu .topLevel li .link {
		padding-left:0;
	}
	
	.mainMenu .topLevel > li > .link {
		margin-left:0;
	}
	
	.mainMenu .topLevel li .subLevel li .link {
		padding-left:0;
	}
}