/* MAIN NAV */
#nav ul#navmenu {
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
	display: flex;
	position: relative;
	z-index: 300;
}

#menu-button {
	display: none;
}

@media only screen and (max-width: 767px) {
	#menu-button {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

#nav ul#navmenu li {
	margin: 0;
	border: 0;
	padding: 0;
	display: flex;
	list-style: none;
}

#nav ul#navmenu ul {
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
	border-top: 0;
	position: absolute;
	left: 0;
	width: 100%;
	top: 50px;
	transition: all ease 0.3s;
	opacity: 0;
	visibility: hidden;
	background: #e6e2e4;
	display: flex;
}

#nav ul#navmenu li.default {
	display: none;
}

/* Hide Levels 3 & 4 */
#nav ul#navmenu ul ul {
	display: none;
	visibility: hidden
}

#nav ul#navmenu ul li {
	display: flex;
}

/* Root Menu */
#nav ul#navmenu a {
	padding: 0 1rem;
	color: #1E0013;
	line-height: 50px;
	display: flex;
	text-align: left;
	text-decoration: none;
	position: relative;
	font-weight: 700;
}

/* Root Menu Hover Persistence */
#nav ul#navmenu a:hover, #nav ul#navmenu li:hover a, #nav ul#navmenu a.selected {
	background: #E6E2E4;
	color: #1E0013;
}

/* 2nd Menu */
#nav ul#navmenu li:hover li a {
	text-transform: capitalize;
	border: 0 !important;
	background: #E6E2E4;
	color: #1E0013;
	position: relative;
	margin: 0px;
}

#nav ul#navmenu li li a:hover {
	color: #E1251B;
}

#nav ul#navmenu .ul2 a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: none;
}

/* Server 2019 */
#nav ul#navmenu .cp75950-1 a:before {
	background-image: url(../Userfiles/Nav-Icons/Windows-Server-2019.png);
}

/* Server 20016 */
#nav ul#navmenu .cp60739-1 a:before {
	background-image: url(../Userfiles/Nav-Icons/Windows-Server-2016.png);
}

/* Server 2008 */
#nav ul#navmenu .cp75951-1 a:before {
	background-image: url(../Userfiles/Nav-Icons/Windows-Server-2008.png);
}

/* Server Software */
#nav ul#navmenu .cp76718-1 a:before {
	background-image: url(../Userfiles/Nav-Icons/Windows-Server-Software-Defined.png);
}

/* SQL */
#nav ul#navmenu .cp54166-1 a:before {
	background-image: url(../Userfiles/Nav-Icons/SQL-Server.png);
}

/* Hardware */
#nav ul#navmenu .cp39635-1 a:before {
	background-image: url(../Userfiles/Nav-Icons/SQL-Server.png);
}

/* 3rd Menu */
#nav ul#navmenu li:hover li:hover li a {
	display: none;
	visibility: hidden
}

/* 3rd Menu Hover Persistence */
#nav ul#navmenu li:hover li:hover li a:hover, #nav ul#navmenu li:hover li:hover li:hover a {
	display: none;
	visibility: hidden
}

/* 4th Menu */
#nav ul#navmenu li:hover li:hover li:hover li a {
	display: none;
	visibility: hidden
}

/* 4th Menu Hover */
#nav ul#navmenu li:hover li:hover li:hover li a:hover {
	display: none;
	visibility: hidden
}

#nav ul#navmenu ul ul, #nav ul#navmenu ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	border: 0;
	left: 0;
}

/* Do Not Move - Must Come Before display:block for Gecko */
#nav ul#navmenu li:hover ul ul, #nav ul#navmenu li:hover ul ul ul {
	display: none
}

#nav ul#navmenu li:hover ul, #nav ul#navmenu ul li:hover ul, #nav ul#navmenu ul ul li:hover ul {
	opacity: 1;
	visibility: visible;
}

/* SUB NAV */
#sub-nav a:hover:after {
	display: none;
}

#sub-nav a:hover, #sub-nav a.selected {
	color: #F26A52;
}

.sub-nav-wrap {
	width: 100%;
	background: #64131E;
	position: sticky;
	top: 120px;
	z-index: 1;
}

#sub-nav {
	position: relative;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	#sub-nav {
		display: none;
	}
}

#sub-nav ul {
	display: flex;
	justify-content: space-evenly;
}

#sub-nav ul, #sub-nav li {
	display: flex;
	flex-direction: row;
	width: 100%;
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none
}

#sub-nav li {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	text-align: center;
}

#sub-nav li > span.l1, #sub-nav li span.lc, #sub-nav li span.rc {
	display: none;
}

#sub-nav a[href="#Video"]:before {
	background-image: url(../Userfiles/Nav-Icons/Video.png);
}

#sub-nav a[href="#Marketing"]:before {
	background-image: url(../Userfiles/Nav-Icons/Marketing.png);
}

#sub-nav a[href="#Licensing"]:before {
	background-image: url(../Userfiles/Nav-Icons/Licensing.png);
}

#sub-nav a[href="#Technical"]:before {
	background-image: url(../Userfiles/Nav-Icons/Technical.png);
}

#sub-nav a[href="#Sales"]:before {
	background-image: url(../Userfiles/Nav-Icons/Sales.png);
}

#sub-nav .l1 a {
	display: none
}

#sub-nav ul {
	position: relative;
	border-bottom: 0;
}

#sub-nav ul li:hover, #sub-nav ul li:active, #sub-nav ul li.selected {
}

#sub-nav li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	padding: .8rem 1rem;
	height: 80px;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	position: relative;
	font-weight: 700;
}

#sub-nav a:hover, #sub-nav a.selected {
	background: #871C23;
	color: #fff;
}

/* FOOTER NAV Basic, Level 1 only */
#footer ul#navmenu {
	margin: 0;
	padding: 0;
	display: flex;
}

@media only screen and (max-width: 767px) {
	#footer ul#navmenu {
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

#footer ul#navmenu li {
	display: flex;
	margin: 0;
	padding: 0;
	padding-right: 5px;
}

#footer ul#navmenu li:after {
	content: "|";
	padding-left: 5px;
	color: #D9D8D6;
}

#footer ul#navmenu li:last-of-type:after {
	display: none;
}

#footer ul#navmenu li:last-of-type {
	border-right: 0
}

#footer .l1 {
	margin: 0;
	padding: 0
}

#footer a {
	color: #FFB9A2;
}

/* HIDE LEVELS 2,3,5 */
#footer ul ul {
	display: none
}

/* Mobile Menu */
.efi-mobile-menu:before {
	content: "";
	height: 100px;
	display: block;
	margin: 0rem 1rem;
	box-sizing: border-box;
	background: url(../Userfiles/template/logo.svg) no-repeat left;
	background-position: left;
}

.efi-mobile-menu {
	width: 80%;
	max-width: 400px;
	position: fixed;
	background: rgba(31, 0, 19, 0.8);
	z-index: 9900;
	left: -100%;
	top: 0;
	display: block;
	transition: all ease 0.3s;
	height: 100vh;
}

body.efi-menu-open {
	overflow: hidden;
	position: absolute;
	width: 100%;
}

.efi-mobile-menu .default {
	display: none;
}

.efi-mobile-menu-inner {
	padding: 0 1rem;
	height: calc(100vh - 200px - 2rem);
	overflow: hidden;
	overflow: auto;
	scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
	-webkit-overflow-scrolling: touch;
}

.efi-mobile-menu-inner::-webkit-scrollbar-track {
	background-color: transparent;
}

.efi-mobile-menu-inner::-webkit-scrollbar {
	background-color: transparent;
}

.efi-mobile-menu-inner::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, 0.2);
}

body.efi-menu-open .efi-mobile-menu {
	left: 0;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0px 0px 100px #000;
}

body.efi-menu-open .efi-menu-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9800;
	cursor: pointer;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.efi-mobile-menu ul, .efi-mobile-menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
}

.efi-mobile-menu .efi-expanded + ul {
	display: block;
}

.efi-mobile-menu li a {
	text-decoration: none;
	width: 100%;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	line-height: 1;
	padding: 1rem;
	height: 50px;
	color: #fff;
	transition: background ease 0.3s;
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.efi-mobile-menu li a:hover {
	background: rgba(255, 255, 255, 0.1);
}

.efi-mobile-menu li a.efi-expanded {
	background: #fff !important;
	color: #333;
}

.efi-menu-expand {
	display: flex;
	margin-left: auto;
	flex-shrink: 0;
	align-content: center;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.2);
	text-align: center;
	width: 2.5rem;
	height: 2.5rem;
	transition: color ease 0.3s;
	border-radius: 100rem;
	transition: background ease 0.3s;
}

.efi-menu-expand:after {
	font-weight: 600;
	content: "+";
}

.efi-expanded .efi-menu-expand:after {
	content: "-";
}

.efi-menu-expand:hover {
	background: rgba(0, 0, 0, 0.4);
}

/* Level 1 */
.efi-mobile-menu > ul {
}

.efi-mobile-menu > ul > li > a {
}

/* Level 2 */
.efi-mobile-menu ul ul {
	display: none;
	background: rgba(0, 0, 0, 0.1);
}

.efi-mobile-menu ul ul > li > a {
}

/* Level 3 */
.efi-mobile-menu ul ul ul {
	display: none;
	background: rgba(0, 0, 0, 0.1);
}

.efi-mobile-menu ul ul ul > li > a {
}

/* Level 4 */
.efi-mobile-menu ul ul ul ul {
	display: none;
	background: rgba(0, 0, 0, 0.1);
}

.efi-mobile-menu ul ul ul ul > li > a {
}

.other-links {
	padding-top: 1rem;
}

.other-links a {
	text-decoration: none;
	display: block;
	color: #fff;
	padding: 1rem;
	font-size: 90%;
	opacity: 0.8;
}

.other-links .phone-link {
	display: none;
}

.efi-mobile-phone {
	width: 100%;
	color: #fff;
	font-size: initial;
	letter-spacing: 1px;
	box-sizing: border-box;
	text-align: center;
}

.efi-mobile-phone:empty {
	display: none;
}

.efi-mobile-phone a {
	display: block;
	font-size: 2rem;
	color: #fff;
	text-decoration: none;
}

.efi-mobile-social {
	padding: 2rem 2rem;
	text-align: center;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.efi-mobile-social:empty {
	display: none;
}

.efi-mobile-social a {
	text-decoration: none;
	padding: 0 1rem;
	color: #fff;
}

.efi-mobile-social a:hover {
	color: rgba(255, 255, 255, 0.5);
}
