@font-face{font-family:FabricMDL2Icons;src:url(https://static2.sharepointonline.com/files/fabric/assets/icons/fabricmdl2icons-2.35.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/icons/fabricmdl2icons-2.35.woff) format("woff"),url(https://static2.sharepointonline.com/files/fabric/assets/icons/fabricmdl2icons-2.35.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

ul.menu {
  padding: 0;
  list-style: none;
  width: 100%;
  font-family: "Segoe UI" , Helvetica !important;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.4392156863);
  clear: both;
  display: table;
  margin-bottom: 100px;
}

ul.menu .SingleItem a {
  color: #ffffff;
  padding: 16px 0px 17px 30px;
}

ul.menu .SingleItem {
  

  border-bottom: 1px solid #000000;
  position: relative;
  width: 100%;
  color: #ffffff;
  box-sizing: border-box;
  min-height: auto;
  vertical-align: sub;
  background: rgba(255,255,255,0.1);
  clear: both;
}
ul.menu .SingleItem a:hover {
  background: rgba(255,255,255,0.25);
  transition: 300ms all;
  color: #ffffff;
}
ul.menu .list {
  border-bottom: 1px solid #000000;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  min-height: auto;
  vertical-align: sub;
  background: rgba(255,255,255,0.1);
  clear: both;
}
ul.menu .list:after {
  content: "\E974";
  font-family: FabricMDL2Icons;
  position: absolute;
  right: 17px;
  top: 17px;
  padding: 0px 5px;
  color: #ffffff;
}
ul.menu .list:before {
  /*content: "\f07b";*/
  font-family: FontAwesome;
  position: absolute;
  left: 17px;
  top: 17px;
  padding: 0px 5px;
  color: #ffffff;
}
	ul.menu .list a.menuanchorsubmenuhover {
		opacity: 1;
	}
	
	ul.menu .list a {
		text-decoration: none;
		color: #ffffff;
		padding: 16px 45px 17px 30px;
		display: block;
		height: 100%;
		box-sizing: border-box;
		opacity: 1;
	}
ul.menu .list.active .items a{
	opacity: 1;
}
ul.menu .list.active .items a.menuanchorsubmenuhover{
	opacity: 1;
}

	ul.menu .list a.menuanchormainmenuhover {
		 
		opacity: 1;
	}
	ul.menu .list.active a.menuanchormainmenuhover {
		 
		opacity: 1;
	}
ul.menu .list a:hover {
  background: rgba(255,255,255,0.25);
  transition: 300ms all;
  color: #ffffff;
}
ul.menu .list .items {
  height: 0px;
  overflow: hidden;
}
ul.menu .list .items a {
  padding: 17px 17px 17px 60px;
}
ul.menu .list .items a:hover {
   background: rgba(255,255,255,0.25);
  color: #ffffff;
  transition: 300ms all;
}
ul.menu .list:last-child {
  border-bottom: none;
}
ul.menu .active:after {
  content: "\E972";
  font-family: FabricMDL2Icons;
  position: absolute;
  right: 17px;
  top: 17px;
  padding: 0px 5px;
  color: #ffffff;
}
ul.menu .active:before {
  /*content: "\f07c";*/
  font-family: FontAwesome;
  position: absolute;
  left: 17px;
  top: 17px;
  padding: 0px 5px;
  color: #ffffff;
}
ul.menu .active > .items {
  display: block;
  background: rgba(0,0,0,0.5);
  padding: 0px;
  height: auto;
  color: #ffffff;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 200ms;
  clear: both;
  float: left;
  width: 100%;

}
ul.menu .active > .items {
	
}
ul.menu .active > .items li {
  padding: 0px;
  border-bottom: 1px solid #333333;
  list-style: none;
}
ul.menu .active > .items li:last-child {
  border-color: transparent;
  padding-bottom: 0px;
}
ul.menu .active > .items .active > .items {
  background-color: #2f4b67;
}
ul.menu .active > a {
  color: #ffffff;
  
}
ul.menu .active .list {
  background: #697d92;
}
ul.menu .active .list a {
  padding: 17px 0px 17px 45px;
}
.sidenav {
  height: 100%;
  height: 520px;
  height: 100vh;
  width: 25%;
  position: fixed;
  z-index: 20;
  top: 60px;
  left: 0;
  background-color: #333333;
  border:solid 1px #EEEEEE;
  overflow-x: hidden;
  padding-top: 0px;
}
#sidenavSheen {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: 3;
}

@media screen and (max-width: 768px) {
	.sidenav {
		width: 60%;
	}
}

	.RightSidenav {
		height: auto;
		width: 300px;
		position: fixed;
		z-index: 25;
		top: 60px;
		right: 20px;
		background-color: #333333;
		border: solid 1px #EEEEEE;
		overflow-x: hidden;
		padding-top: 0px;
	}

	.btnRightMenuSelectedState {
		border: solid 1px rgba(255,255,255,1) !important;
		color: rgba(0,0,0,1) !important;
		background: rgba(255,255,255,1) !important;
	}

.btnRightMenu:hover {
	border: solid 1px rgba(255,255,255,1);
	color: rgba(255,255,255,1);
	background-color: #fff;
}

	.btnRightMenu {
		width: 195px;
		height: 42px;
		line-height: 37px;
		background: transparent url('img/Component 138 – 145.png') 0% 0% no-repeat padding-box;
		opacity: 1;
		border: solid 1px rgba(255,255,255,0.5);
		color: rgba(255,255,255,0.5);
		border-radius: 21px;
		cursor: pointer;
	}

.btnRightMenu.selected {
	background-color:#fff;
	cursor:default;
}
		.btnRightMenu > a {
			width: 100%;
			Height: 100%;
			text-decoration: none !important;
			display: inline-block !important;
			color: rgba(255,255,255,0.5);
			border: solid 0px red;
			line-height:40px;
		}

		.btnRightMenu.selected > a {
			color:#000!important;
		}
			.btnRightMenu > a:hover {
				color: #ffffff !important;
			}

		.btnRightMenu > a:hover {
			color: #000 !important;
		}



/*** 9-2-23 ***/
.paddingT20{
	padding-top:20px;
}
.learner-btn {
	text-decoration: none;
	background: #222;
	height:60px;
}

	.learner-btn:hover, .learner-btn:focus {
		background: #fff;
		text-decoration: none;
	}
/*** 9-2-23 end ***/
.MenuItem {
	padding: 16px 0px 17px 35px;
}
	.MenuItem > a {
		text-decoration: none !important;
		color: #ffffff;
		display: inline-block;
		border: solid 0px red;
	}

		.MenuItem > a:hover {
			color: #ffffff;
		}
.marginL35{
	margin-left:35px;
}
.MenuItem {
	border-bottom: 1px solid #000000;
	position: relative;
	width: 100%;
	color: #ffffff;
	box-sizing: border-box;
	min-height: 25px;
	vertical-align: sub;
	background: rgba(255,255,255,0.1);
	padding: 16px 0px 17px 40px;
}

		.MenuItem:hover {
			background: rgba(255,255,255,0.25);
			transition: 300ms all;
			color: #ffffff;
			min-height: 25px;
		}

	.SepratorDiv {
		width: 100%;
		height: 10px;
		border-bottom: solid 1px rgba(255,255,255,0.5);
	}
