.nested-menu {
	z-index: 1000;
	width: 100%;
	padding: 0 10px;
}
@media only screen and (max-width: 999px) {
	.nested-menu {
		display: none;
	}
}
@media only screen and (min-width: 600px) {
	.nested-menu {
		padding: 0 20px;
	}
}
.fixed-nested-menu
	.nested-menu:not(.wp-block-sbc-blocks-nested-menu):not(
		.nested-menu-logo-top
	) {
	position: fixed;
	background-color: #1d191c;
	top: 0;
}
.nested-menu:not(.wp-block-sbc-blocks-nested-menu) {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
}
.nested-menu-logo-side .esi-button {
	max-width: 201px;
	margin-top: 0;
	height: 43px;
}
.nested-menu-body {
	height: 67px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 1200px;
	margin: auto;
}
.nested-menu-separator {
	height: 2px;
	width: 100%;
	background: hsla(0, 0%, 100%, 0.29);
	margin-top: 16px;
	margin-bottom: 13px;
}
.nested-menu-logo-top nav,
.nested-menu.menu-logo-top nav {
	justify-content: center;
}
.nested-menu-logo-side nav,
.nested-menu.menu-logo-side nav {
	justify-content: flex-end;
}
.nested-menu nav {
	width: 100%;
	display: flex;
}
.nested-menu-item {
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	display: flex;
	align-items: center;
}
.nested-menu-item:hover {
	color: var(--main-event-color);
}
.nested-menu-item:not(:last-child) {
	padding-right: var(--spacing);
}
.nested-menu-item-link.active {
	color: var(--main-event-color, --lang-color);
}
.nested-menu-bottom {
	display: none;
}
.nested-menu-bottom-wrapper {
	display: none;
	flex-wrap: wrap;
	position: fixed;
	z-index: 2000;
	height: calc(100% - 50px);
	width: 100%;
	top: 0;
	left: 0;
	background-color: #3d589b;
	align-content: center;
}
.nested-menu-bottom-wrapper.active {
	display: flex;
}
.nested-menu-bottom-wrapper__item {
	flex: 1 0 100%;
	padding: 0.925rem 0 0 2.185rem;
}
.nested-menu-bottom-wrapper__item a,
.nested-menu-bottom-wrapper__item span {
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	text-transform: lowercase;
}
.nested-menu-bottom-wrapper__item:first-letter,
.nested-menu-bottom-wrapper__item:first-line {
	text-transform: capitalize;
}
.nested-menu-bottom-wrapper__item.has-children {
	display: flex;
	flex-direction: column;
}
.nested-menu-bottom-wrapper__item.has-children .sub-menu {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 5px 0 0;
	list-style: none;
}
.nested-menu-bottom-wrapper__item.has-children .sub-menu > li {
	padding: 0;
}
.nested-menu-bottom-wrapper__item.has-children .sub-menu > li > a {
	color: #dbdbdb;
	display: block;
	padding: 5px 10px;
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 14px;
}
.nested-menu-bottom-wrapper__item.has-children.active .sub-menu {
	display: flex;
	flex-direction: column;
}
.nested-menu-bottom-wrapper__item > .esi-button {
	margin-top: 0;
	margin-bottom: 10px;
	max-height: 35px;
	display: inline-flex;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.nested-menu-bottom-wrapper__close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
@media only screen and (max-width: 999px) {
	.nested-menu-bottom {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1000;
		display: flex;
		height: 50px;
		width: 100vw;
		background-color: #ece3c6;
	}
	.nested-menu-bottom__item {
		flex-grow: 1;
		text-align: center;
		font-size: 12px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		cursor: pointer;
	}
	.nested-menu-bottom__item:not(:first-child)
		.nested-menu-bottom-nav__item-content {
		border-left: 1px solid #e1e1e1;
	}
	.nested-menu-bottom__item:not(.active) svg path {
		fill: #adadad;
	}
	.nested-menu-bottom__item:not(.active) img {
		filter: invert(76%) sepia(35%) saturate(13%) hue-rotate(90deg)
			brightness(85%) contrast(94%);
	}
	.nested-menu-bottom__item.active span {
		color: #3d589b;
	}
	.nested-menu-bottom__item.active svg path {
		fill: #3d589b;
	}
	.nested-menu-bottom__item.active img {
		filter: invert(24%) sepia(62%) saturate(1441%) hue-rotate(278deg)
			brightness(96%) contrast(85%);
	}
	.nested-menu-bottom__item:not(:last-child) {
		position: relative;
	}
	.nested-menu-bottom__item:not(:last-child):after {
		position: absolute;
		content: '';
		width: 1px;
		height: 70%;
		background-color: #e1e1e1;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
	}
	.nested-menu-bottom__item-content {
		color: #464646;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 0 15px;
		text-transform: uppercase;
		font-size: 9px;
		line-height: 11px;
	}
	.nested-menu-bottom__item-content .menu-icons {
		max-height: 15px;
		margin-bottom: 3px;
	}
	.nested-menu-bottom__item-content span {
		color: #adadad;
		font-weight: 600;
		margin-top: 0;
	}
	.nested-menu-bottom .material-icons,
	.nested-menu-bottom svg {
		max-width: 18px;
		max-height: 15px;
		margin-bottom: 6px;
	}
}
.nested-menu-bottom .has-children {
	position: relative;
}
.nested-menu-bottom .has-children:before {
	content: '';
	height: 30px;
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	bottom: -30px;
}
.nested-menu-bottom .has-children .sub-menu {
	min-width: 200px;
	padding: 0;
	background: var(--dropdown-bg-color, #030a0c);
	position: absolute;
	bottom: 100%;
	right: 0;
	margin: 0;
	content: '';
	display: none;
	transition: all 0.3s;
	list-style: none;
}
.nested-menu-bottom .has-children .sub-menu > li {
	padding: 0;
}
.nested-menu-bottom .has-children .sub-menu > li:not(:last-child) {
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.13);
}
.nested-menu-bottom .has-children .sub-menu > li:hover {
	background: var(--dropdown-bg-hover-color, #272f32);
}
.nested-menu-bottom .has-children .sub-menu > li > a {
	color: var(--dropdown-text-color, #dbdbdb);
	display: block;
	padding: 10px 15px;
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 16px;
}
.nested-menu-bottom .has-children .sub-menu > li > a:hover {
	color: var(--dropdown-text-hover-color, #dbdbdb);
}
.nested-menu-bottom .has-children.active .sub-menu {
	display: flex;
	flex-direction: column;
}
.nested-menu-items {
	display: flex;
	list-style: none;
}
.nested-menu-items .has-children {
	position: relative;
}
.nested-menu-items .has-children:before {
	content: '';
	height: 30px;
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	bottom: -30px;
}
.nested-menu-items .has-children .sub-menu {
	margin: 0;
	min-width: 200px;
	padding: 0;
	background: var(--dropdown-bg-color, #030a0c);
	position: absolute;
	top: 43px;
	left: 0;
	content: '';
	display: none;
	transition: all 0.3s;
	list-style: none;
}
.nested-menu-items .has-children .sub-menu > li {
	padding: 0;
}
.nested-menu-items .has-children .sub-menu > li:not(:last-child) {
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.13);
}
.nested-menu-items .has-children .sub-menu > li:hover {
	background: var(--dropdown-bg-hover-color, #272f32);
}
.nested-menu-items .has-children .sub-menu > li > a {
	display: block;
	padding: 10px 15px;
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 16px;
	color: var(--dropdown-text-color, #dbdbdb);
}
.nested-menu-items .has-children .sub-menu > li > a:hover {
	color: var(--dropdown-text-hover-color, #dbdbdb);
}
.nested-menu-items .has-children:hover .sub-menu {
	display: flex;
	flex-direction: column;
}
body:not(.esi-hall-of-fame):not(.esi-hall-of-fame-year)
	.nested-menu-logo-top
	.nested-menu-featured-logo {
	height: var(--logo-height);
}
body:not(.esi-hall-of-fame):not(.esi-hall-of-fame-year)
	.nested-menu-logo-top
	.nested-menu-featured-logo.col-md-4 {
	padding-right: 0;
	padding-left: 0;
}
body:not(.esi-hall-of-fame):not(.esi-hall-of-fame-year)
	.nested-menu-logo-top
	.nested-menu-featured-logo
	img {
	object-fit: cover;
	height: 100%;
	width: auto;
	max-height: 94px;
}
body:not(.esi-hall-of-fame):not(.esi-hall-of-fame-year)
	.nested-menu-logo-side
	.nested-menu-featured-logo {
	height: var(--logo-height);
}
body:not(.esi-hall-of-fame):not(.esi-hall-of-fame-year)
	.nested-menu-logo-side
	.nested-menu-featured-logo.col-md-3,
body:not(.esi-hall-of-fame):not(.esi-hall-of-fame-year)
	.nested-menu-logo-side
	.nested-menu-featured-logo.col-md-4 {
	padding-right: 0;
	padding-left: 0;
}
body:not(.esi-hall-of-fame):not(.esi-hall-of-fame-year)
	.nested-menu-logo-side
	.nested-menu-featured-logo
	img {
	object-fit: contain;
	height: 100%;
	width: auto;
	max-height: var(--logo-height);
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
body.esi-hall-of-fame-year .nested-menu-featured-logo,
body.esi-hall-of-fame .nested-menu-featured-logo {
	height: 48px;
}
body.esi-hall-of-fame-year .nested-menu-featured-logo.col-md-4,
body.esi-hall-of-fame .nested-menu-featured-logo.col-md-4 {
	padding-right: 0;
	padding-left: 0;
}
body.esi-hall-of-fame-year .nested-menu-featured-logo img,
body.esi-hall-of-fame .nested-menu-featured-logo img {
	object-fit: cover;
	height: 100%;
	width: auto;
	max-height: 48px;
}
@media only screen and (min-width: 1000px) {
	admin-bar.fixed-nested-menu
		.nested-menu:not(.wp-block-sbc-blocks-nested-menu),
	body.admin-bar.fixed-nested-menu .nested-menu {
		top: 32px !important;
	}
	.fixed-nested-menu .nested-menu {
		z-index: 1000;
	}
	.fixed-nested-menu .main-header {
		z-index: 0;
	}
}
.fixed-nested-menu main .main-cover {
	z-index: 1000;
}
.single-esi_event .esi-cover.main-cover-container {
	z-index: 10;
}
