/*----- PRIMARY MENU WRAPPER - Open -----*/
.primary-menu-wrapper {
	background: rgba(255, 255, 255, 0.97);
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
	width: 100%;
	z-index: 1;
}

.path-frontpage .primary-menu-wrapper {
	background: none;
}

.page-scroll .primary-menu-wrapper {
	background: rgba(255, 255, 255, 0.97);
	/* -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2); */
}

.path-frontpage .primary-menu-wrapper::after {
	background: rgba(0, 0, 0, 0.4);
	background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	content: '';
	display: block;
	height: 120%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.path-frontpage.page-scroll .primary-menu-wrapper::after {
	opacity: 0;
}

#primary-menu-inner {
	position: relative;
}

.primary-menu-wrapper .block .content {
	margin: 0 !important;
}

/*----- PRIMARY MENU WRAPPER - Close -----*/

/*----- AERO MAIN MENU - Open -----*/

/* RESET */
#page .aero-main-menu #superfish-main li a,
#page .aero-main-menu #superfish-main li.sf-depth-1,
#page .aero-main-menu #superfish-main {
	font-size: 1rem;
	float: none;
	margin: 0;
}

/* MENU SETUP */
#page .aero-main-menu #superfish-main {
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: flex-end;
	-moz-box-pack: flex-end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	min-height: 85px;
}

.page-scroll.hide-menu #page .aero-main-menu #superfish-main {
	min-height: 63px;
}

.page-scroll #page .aero-main-menu #superfish-main {
	min-height: 68px;
}

#page .aero-main-menu #superfish-main li a {
	border-radius: 0;
	color: #010133;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	font-weight: 500;
	position: relative;
	text-decoration: none !important;
	text-shadow: none;
	z-index: 2;
}
#page .aero-main-menu #superfish-main li a:hover {
	text-decoration: none !important;
}

#page .aero-main-menu #superfish-main li.sf-depth-1 {
	background-color: transparent;
}

#page .aero-main-menu #superfish-main li.sf-depth-1:first-child {
	display: none !important;
}

/* DEPTH 1 */
#page .aero-main-menu #superfish-main li.sf-depth-1 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	min-height: 50px;
}

#page .aero-main-menu #superfish-main li.sf-depth-1 > a {
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: none;
	border: none;
	color: #010133;
	font-size: 1.1rem;
	height: 100%;
	line-height: 1;
	padding: 0 0.789rem;
}

.path-frontpage #page .aero-main-menu #superfish-main li.sf-depth-1 > a {
	background: #00000010;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
	color: #fff;
}

.path-frontpage.page-scroll #page .aero-main-menu #superfish-main li.sf-depth-1 > a {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

.page-scroll #page .aero-main-menu #superfish-main li.sf-depth-1 > a {
	color: #010133;
}

#page .aero-main-menu #superfish-main li.sf-depth-1.active-trail > a {
	background-color: #dce4ed99;
}

.path-frontpage.page-scroll #page .aero-main-menu #superfish-main li.sf-depth-1.sfHover > a,
#page .aero-main-menu #superfish-main li.sf-depth-1.sfHover > a {
	background-color: #002676e6;
	color: #fff;
}

#page .aero-main-menu #superfish-main li.sf-depth-1 > a:hover {
	background-color: #004aae !important;
	color: #fff;
}

#page .aero-main-menu #superfish-main li.sf-depth-1.menuparent > a::after {
	content: '\f078';
	display: block;
	font-family: 'Font Awesome 6 Pro';
	font-size: 0.6rem;
	font-weight: 600;
	margin-left: 0.316rem;
	transform: translateY(0.065rem);
}

/* DEPTH 2 */
#page .aero-main-menu #superfish-main li.sf-depth-1 > ul {
	background-color: #fff;
	border-bottom: 5px solid #002676e6;
	border-top: 2px solid #004aae;
	max-width: 270px;
	padding: 10px;
	z-index: 1;

	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

#page .aero-main-menu #superfish-main .sf-depth-1.sfHover > ul {
	top: 100%;
}

#page .aero-main-menu #superfish-main li.sf-depth-1 ul li a {
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0.95rem;
	-webkit-box-pack: space-between;
	-moz-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	padding: 0.55em 0.85em 0.65em 0.85em;
}

#page .aero-main-menu #superfish-main li.sf-depth-1 ul li > a.is-active,
#page .aero-main-menu #superfish-main li.sf-depth-1 ul li.active-trail > a {
	/* background-color: #dce4ed99; */
	background-color: #e9eef3;
}

#page .aero-main-menu #superfish-main li.sf-depth-1 ul li.sfHover > a {
	background-color: #002676e6;
	color: #fff;
}

#page .aero-main-menu #superfish-main li.sf-depth-1 ul li a:hover {
	background-color: #004aae;
	color: #fff;
}

#page .aero-main-menu #superfish-main li.sf-depth-1 ul li.menuparent > a::after {
	content: '\f105';
	display: block;
	font-family: 'Font Awesome 6 Pro';
	font-size: 0.65rem;
	font-weight: 600;
	margin-left: 0.316rem;
}

/* DEPTH 3 */
#page .aero-main-menu #superfish-main li.sf-depth-1 > ul ul {
	background-color: #fff;
	border: 3px solid #004aae;
	padding: 0.526rem;
	z-index: 1;

	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

#page .aero-main-menu #superfish-main li.sf-depth-1 ul ul li.sfHover > a {
	background-color: #004aaee6;
	color: #fff;
}

#page .aero-main-menu #superfish-main li.sf-depth-1 ul ul li a:hover {
	background-color: #004aae;
	color: #fff;
}

/*----- AERO MAIN MENU - Close -----*/

/*----- RESPONSIVE - Open -----*/

/* MOBILE - Open */

@media screen and (max-width: 680px) {
	.region-we-mega-menu .navbar-toggle {
		right: 10px;
		top: 10px;
	}

	.user-account-menu ul.menu li:first-child,
	.user-account-menu ul.menu li:nth-child(2) {
		display: none !important;
	}

	#block-bartik-aeronet-account-menu ul.menu {
		float: left !important;
		padding: 0 0 0 5px !important;
	}

	#block-bartik-aeronet-account-menu ul.menu li a {
		padding: 5px 10px !important;
	}
}

/* MOBILE - Close */

/* TABLET - LANDSCAPE - Open */

@media screen and (max-width: 1024px) {
	/* Logo*/
	#site-logo-white,
	#site-logo,
	.page-scroll #site-logo-white,
	.page-scroll #site-logo {
		top: -26px;
		transform: scale(0.84);
	}

	.hide-menu.page-scroll #site-logo-white,
	.hide-menu.page-scroll #site-logo {
		top: 3px;
		transform: scale(0.54);
	}

	#page .aero-main-menu .sf-accordion-toggle {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: flex-end;
		-moz-box-pack: flex-end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: flex-end;
		justify-content: flex-end;
	}

	/* Menu */
	ul#superfish-main-accordion {
		margin: 0;
	}
	ul#superfish-main-accordion li a {
		border-radius: 0;
		display: block;
		float: none;
		font-weight: 500;
		margin: 1px 0 0 0;
		position: relative;
		text-align: left;
		text-decoration: none !important;
		text-shadow: none;
	}
	ul#superfish-main-accordion li a:hover {
		text-decoration: none !important;
	}

	ul#superfish-main-accordion li.menuparent > a::after {
		content: '\f078';
		display: block;
		font-family: 'Font Awesome 6 Pro';
		font-size: 0.6rem;
		font-weight: 600;
		right: 0.75rem;
		top: 50%;
		transform: translateY(-50%);
		position: absolute;
	}
	ul#superfish-main-accordion li.sf-depth-1 {
		background-color: #fff;
	}

	ul#superfish-main-accordion li.sf-depth-1 > a {
		background-color: #004aae;
		color: #fff;
	}
	ul#superfish-main-accordion li.sf-depth-1.active-trail > a {
		background-color: #3b7ea1;
		color: #fff;
	}

	ul#superfish-main-accordion li.sf-depth-1.sf-expanded > a {
		background-color: #c4820e;
	}

	ul#superfish-main-accordion ul.sf-has-clone-parent li {
		background-color: #fff;
		border-top: 1px solid #ddd;
	}
	ul#superfish-main-accordion ul.sf-has-clone-parent li.sf-depth-2 a {
		background-color: #fff;
		color: #004aae;
	}
	ul#superfish-main-accordion ul.sf-has-clone-parent li.sf-depth-3.active-trail > a,
	ul#superfish-main-accordion ul.sf-has-clone-parent li.sf-depth-2.active-trail > a {
		background-color: #dce4ed99;
	}

	ul#superfish-main-accordion ul.sf-has-clone-parent li.sf-depth-3.active-trail a.is-active,
	ul#superfish-main-accordion ul.sf-has-clone-parent li.sf-depth-2 > a.is-active,
	ul#superfish-main-accordion ul.sf-has-clone-parent li.sf-depth-2.active-trail a.is-active {
		background-color: #004aae;
		color: #fff;
	}
	ul#superfish-main-accordion
		ul.sf-has-clone-parent
		li.sf-depth-2.active-trail.menuparent
		> a.is-active.menuparent {
		background-color: #dce4ed99;
		color: #004aae;
	}
	ul#superfish-main-accordion li.sf-depth-1 > ul.sf-has-clone-parent > li.sf-clone-parent {
		display: none;
	}

	/* Toggle Navigation */
	#page .aero-main-menu a#superfish-main-toggle {
		align-items: center;
		background: #004aae;
		border: none;
		color: #fdb414;
		display: flex;
		height: 63px;
		justify-content: center;
		padding: 0;
		text-decoration: none !important;
		width: 63px;
	}

	#page .aero-main-menu a#superfish-main-toggle::after {
		content: '\f0c9';
		font-family: 'Font Awesome 6 Pro';
		font-size: 1.4rem;
		font-weight: 400;
		line-height: 1;
		position: relative;
		right: auto;
		top: 2px;
		transform: translate(0, 0);
		text-decoration: none !important;
	}

	#page .aero-main-menu a#superfish-main-toggle.sf-expanded::after {
		content: '\f00d';
	}

	#page .aero-main-menu a#superfish-main-toggle > span {
		display: none;
	}
}
/* TABLET - LANDSCAPE - Close */

/*----- RESPONSIVE - Close -----*/
