header .btn-more {
	border: 1px solid #a7a7a7;
	background-color: #fff;
	border-radius: 2px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	padding-top: 5px;
	position: absolute;
	right: 0;
	top: 25px;
}
header .hide {
	display: none;
}
header .dropdown > .depth_1.expand {
	display: block;
	width: 100%;
}
header .animated .dropdown-toggle {
	z-index: 999999;
	background-color: #FCA311;
}

/* Menu Trigger */
.mega-menu-parent > .dropdown-toggle {
	position: absolute;
	height: 44px;
	width: 46px;
	z-index: 999999;
	cursor: pointer;
	right: 0;
	top: 13px;
}
.mega-menu-parent > .dropdown-toggle:hover span {
	background-color: #ee5e23;
	color: #ee5e23;
}
span.nav-icon {
	transform: rotate(-90deg);
	color: #64696f;
	display: block;
	margin-left: 32px;
	text-align: center;
	margin-top: 0px;
	font-size: 10px;
	letter-spacing: -0.3px;
	text-transform: uppercase;
	font-weight: 600;
	height: 0;
	width: 0;
}
.dropdown-toggle span.icon-bar {
	display: block;
	margin: 9px 0;
	width: 34px;
	height: 3px;
	background-color: #64696f;
	margin-bottom: 2px;
	opacity: 1;
	left: 0;
	transition: .25s ease-in-out;
}
header .animated .top {
	transform: translateY(11px) rotateZ(45deg);
}
header .animated .bottom {
	transform: translateY(-12px) rotateZ(-45deg);
}
header .animated .middle {
	width: 0 !important;
}

/* General Menu Setup */
.menu-wrapper {
	display: flex;
	flex-direction: row;
	position: absolute;
	left: auto;
	z-index: 1000;
	float: none;
	margin: 0 auto;
	list-style: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-in-out;
	width: 0;
	transition: all 250ms ease-in-out 0ms;
}
.menu-wrapper.show {
	position: fixed;
	left: 0;
	width: 100%!important;
	float: none;
	top: 0;
	height: 100%;
	visibility: visible;
	opacity: 1;
	background: #fff;
	overflow: hidden;
	min-height: 100vh;
}
.menu-wrapper > .container {
  display: flex;
}
.admin-bar .menu-wrapper.show {
  top: 32px;
}
.menu-wrapper ul {
  transition: all 250ms linear 0ms;
}

header .depth_0 {
	height: 0;
	visibility: hidden;
}
.dropdown > .depth_1 {
	list-style: none;
	display: none;
	padding: 0;
}
.dropdown > .depth_1 li a {
	font-size: 0.85em;
	text-align:left;
}
.dropdown-menu a i {
	padding-left: 1em;
}
ul#top-menu ul.sub-menu {
	position: absolute;
	visibility: hidden;
}
ul#top-menu li ul.sub-menu li {
	background: #fff;
	padding: 0 0 15px;
}
ul#top-menu li ul.sub-menu li:first-of-type {
	padding-top: 20px;
}
ul#top-menu li ul.sub-menu li a {
	padding: 16px 20px;
	font-size: 15px;
	font-weight: 500;
	width: 260px;
}
ul#top-menu li ul.sub-menu li a:hover {
	color: #fb5b00;
}
#top-menu li:hover ul.sub-menu{
	visibility: visible;
	display: block;
	opacity: 1;
	margin-top: 10px !important;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	transition: all 0.2s ease-in-out;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
#top-menu-nav,#top-menu{
	float: none!important;
}
header .overlay {
	width: 100%;
	height: 100%;
	min-height: 100vh;
	background: #fff;
	z-index: 999998;
}

/* Left Side Menu */
.menu-wrapper .wp-block-image img {
	width:56% !important;
}
.menu-wrapper ul.mega-menu-wrapper ul:first-child li a {
	font-size: 2.5em;
	font-weight: bold;
	margin-left: 0;
}
.menu-wrapper ul.mega-menu-wrapper ul:nth-child(2).sub-menu a {
	font-size: 1em;
	font-weight: bold;
}
ul#menu-header-mega-left-bottom li {
	display: inline-block;
	margin-right: 1.2em;
}
ul#menu-header-mega-left-bottom li a {
	font-size: 0.8em;
	font-weight: normal;
	margin-left: 0;
}

/** Chevron Marker on Anchor Tags**/
.menu-wrapper ul ul ul li a:after,.menu-wrapper ul ul li a:after,.dropdown-menu a:after {
	font-family: "Font Awesome 6 Pro";
	font-weight: 300;
	content: "\f061";
	padding-left: 1em;
	font-size: 70%;
	transition: all 250ms ease-in-out 0ms;
}
.menu-wrapper .current_page_item a, .menu-wrapper ul ul ul li a:hover,.menu-wrapper ul ul ul li a:active,.menu-wrapper ul ul li a:hover,.menu-wrapper ul ul li a:active,.dropdown-menu li.dropdown a:hover,.dropdown-menu li.dropdown a:active {
	color: var(--mainColor);
}
.menu-wrapper ul ul ul li {
	display: inline-block;
	margin-right: 1.2em;
}

/* Right Side Menu */
.menu-wrapper ul:nth-child(2) {
	transition: all 250ms ease-in-out 0ms;
}
.menu-wrapper ul:nth-child(2).sub-menu{
	padding-top: 3vh;
}
.mega-menu-wrapper {
	background: #ffffff;
}
.menu-wrapper a:hover::after{
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
	display: inline-block;
}
.show .dropdown-menu.depth_0 {
	height: 100%;
	width: 50%;
	visibility: visible;
	overflow-y: scroll;
	position: relative;
	top: 96px;
	padding-top: 0;
	padding-bottom: 120px !important;
	height: 100vh;
}
.show .dropdown-menu.depth_0 h2 {
	display: none;
}
.et_header_style_left #et-top-navigation {
	position: relative;
	right: 65px; /* moving this over 65px to accommodate main menu */
}
ul.depth_0 > li.dropdown {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0.2em;
	width: 100%;
	position: relative;
}
.dropdown-menu {
	font-size: 1.2em;
	text-align:left;
	list-style: none;
}
.dropdown-menu a {
	display: block;
	width: 100%;
	font-weight: bold;
	text-decoration: none;
	color: var(--altColor);
	margin: 0.3em 0;
	flex-grow: 1;
	font-size: 1.2em;
	text-decoration: none;
	-webkit-transition: all 250ms ease-in-out 0ms;
	-moz-transition: all 250ms ease-in-out 0ms;
	-ms-transition: all 250ms ease-in-out 0ms;
	-o-transition: all 250ms ease-in-out 0ms;
	transition: all 250ms ease-in-out 0ms;
}
.dropdown-menu a img {
	margin-right: 1em;
	vertical-align: middle;
	height: 85px;
	width: 120px;
	object-fit: cover;
}


@media only screen and (max-width: 600px){
	.dropdown > .submenu {
		left: 0!important;
		position: relative;
	}
	.dropdown > .depth_1 {
		left: 0!important;
		position: relative;
		top: auto!important;
	}
	ul.navbar-nav > li {
		display: inline-block;
		background-color: lightblue;
	}
}
