/* #superfish-1.sf-menu li {
	position: unset;
}
#superfish-1 .sf-depth-1.menuparent.sfHover:after,
#superfish-1 .sf-depth-1.sf-no-children:hover:after {
	font-weight: 400;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f0d8";
	z-index: 2;
	color: #666666;
	display: block;
	font-size: 37px;
	padding-top: 3px; 
	margin-bottom:  -35px;
	position: relative;
	left:  35%;
}
#superfish-1 .sf-depth-1 .sf-megamenu {
	width: 100%;
	position: absolute;
	left:  0;
	top: 105px;
	display: flex;
	justify-content: center;
}
#superfish-1 .sf-depth-1 .sf-megamenu .sf-megamenu-wrapper {
	max-width: 1500px;
	width:  100%;
}
#superfish-1 .sf-depth-1 .sf-megamenu .sf-megamenu-wrapper ol {
	display: flex;
}
#superfish-1 .sf-depth-1 .sf-megamenu .sf-megamenu-wrapper ol li {
	display: flex;
	flex-direction: column;
	width: auto;
}
#superfish-1 .sf-depth-1 .sf-megamenu .sf-megamenu-wrapper ol li a.sf-depth-2 {
	font-weight: 600;
}
#superfish-1 .sf-depth-1 .sf-megamenu .sf-megamenu-wrapper ol li .sf-megamenu-column ol {
	flex-direction: column;
} */