#mega_menu{position:absolute;top:100%;margin-top:0;left:0;width:100%;padding:0;background:#fff;border:1px solid #ddd;border-top:none;display:none}#mega_menu a{font-size:1.2em}#mega_menu a:hover{background-color:#f5f5f5}#mega_menu>li{background:#fff}#mega_menu>li>a{border-top:1px solid #ddd;font-size:.9em}.sf-menu{margin:0;padding:0;list-style:none;float:left;margin-bottom:1em}.sf-menu *{margin:0;padding:0;list-style:none}.sf-menu li{position:relative;background:#fff;white-space:nowrap;-webkit-transition:background .2s;-o-transition:background .2s;transition:background .2s}.sf-menu li:hover{background:#cfdeff;-webkit-transition:none;-o-transition:none;transition:none}.sf-menu li:hover>ul{display:block}.sf-menu ul{position:absolute;display:none;top:100%;left:0;z-index:99;background:#fff;-webkit-box-shadow:2px 2px 6px rgba(0,0,0,.2);box-shadow:2px 2px 6px rgba(0,0,0,.2);min-width:12em}.sf-menu ul ul{top:0;left:100%}.sf-menu ul ul li{background:#fff}.sf-menu ul li{background:#fff}.sf-menu>li{float:left}.sf-menu li.sfHover{background:#cfdeff;-webkit-transition:none;-o-transition:none;transition:none}.sf-menu li.sfHover>ul{display:block}.sf-menu a{display:block;position:relative;border-top:1px solid #dfeeff;padding:.55em 1em;text-decoration:none;zoom:1}.sf-arrows .sf-with-ul{padding-right:2.5em}.sf-arrows .sf-with-ul:after{content:'';position:absolute;top:50%;right:1em;margin-top:-3px;height:0;width:0;border:5px solid transparent;border-top-color:#5f5a5a}.sf-arrows>li>.sf-with-ul:focus:after{border-top-color:#fff}.sf-arrows>li:hover>.sf-with-ul:after{border-top-color:#fff}.sf-arrows>.sfHover>.sf-with-ul:after{border-top-color:#fff}.sf-arrows ul .sf-with-ul:after{margin-top:-5px;margin-right:-3px;border-color:transparent;border-left-color:#5f5a5a}.sf-arrows ul li>.sf-with-ul:focus:after{border-left-color:#fff}.sf-arrows ul li:hover>.sf-with-ul:after{border-left-color:#fff}.sf-arrows ul .sfHover>.sf-with-ul:after{border-left-color:#fff}.sf-vertical{width:12em}.sf-vertical ul{left:100%;top:0}.sf-vertical>li{float:none}.sf-vertical li{width:100%}.sf-vertical.sf-arrows>li>.sf-with-ul:after{border-left-color:rgba(255,255,255,.5);margin-top:-5px;margin-right:-3px;border-color:transparent;border-left-color:#dfeeff;border-left-color:rgba(51,47,47,.5)}.sf-vertical.sf-arrows li>.sf-with-ul:focus:after{border-left-color:#fff}.sf-vertical.sf-arrows li:hover>.sf-with-ul:after{border-left-color:#fff}.sf-vertical.sf-arrows .sfHover>.sf-with-ul:after{border-left-color:#fff}.ot-overplay.active-menu main#main:after{content:"";position:fixed;left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,.3)}.ot-overplay.active-menu footer#footer:after{content:"";position:fixed;left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,.3)}#wide-nav>.flex-row>.flex-left{width:25%;min-width:245px;margin-right:15px}#mega-menu-wrap{width:100%;background:#1d71ab;position:relative}#mega-menu-title{padding:10px 0 10px 15px;font-size:15px;font-family:"Roboto Condensed",sans-serif;font-weight:700;color:#fff;cursor:pointer}#mega-menu-title i{margin-right:9px}#mega-menu .sub-menu{background:#fff}#header.header.has-sticky .header-wrapper.stuck #mega_menu{margin-top:0}#header.header.has-sticky .header-wrapper.stuck #mega_menu:not(.active){display:none}.ot-vm-hover:hover #mega_menu{display:block}#header.header #mega_menu.active{display:block}.home.ot-menu-show-home #mega_menu{display:block}.ot-vm-hover:hover #mega_menu{display:block}#header.header.has-sticky .header-wrapper.stuck #mega-menu-wrap:hover #mega_menu:not(.active){display:block}


/* custom  menu vertical  */
#mega_menu.sf-vertical {
	padding-top: 30px;
    background: transparent;
    border: none;
    width: 233px !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
    display: block;
    z-index: -999;
}
#mega-menu-wrap:hover #mega_menu.sf-vertical {
	opacity: 1;
    visibility: visible;
    z-index: 999;
}
#mega_menu.sf-vertical .sub-menu {
	left: 100% !important;
	top: 30px !important;
	max-width: calc( 1240px - 233px );
	width: calc( 1240px - 233px );
    margin-top: unset !important;
    min-height: unset !important;
	z-index: 9999;
	padding: 15px 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header-wrapper.stuck #mega_menu.sf-vertical {
	padding-top: 27px;
}
.header-wrapper.stuck #mega_menu.sf-vertical .sub-menu {
	top: 27px !important;
}
#mega_menu.sf-vertical .has-dropdown.current-dropdown .sub-menu {
	z-index: 999999;
}
#mega_menu.sf-vertical > li {
	position: unset;
}
#mega_menu.sf-vertical > li > a i.icon-angle-down {
	display: none;
}
.nav-dropdown-has-border #mega_menu.sf-vertical .nav-dropdown {
    border: 1px solid #ddd;
    border-radius: 0;
}
#mega_menu.sf-vertical .sub-menu .ux-menu-link__link {
	border: none;
	padding: 0;
	min-height: 25px;
}
#mega_menu.sf-vertical .sub-menu a.ux-menu-link__link:hover {
	background-color: transparent;
	color: #ee4317;
}
#mega_menu.sf-vertical .sub-menu .ux-menu-title {
	min-height: 25px;
}
#mega_menu.sf-vertical .sub-menu .col {
	padding-bottom: 0;
}
#mega_menu a:hover {
	background-color: transparent !important;
}
@media only screen and (max-width: 767px) {
	.header-wrapper.stuck #mega_menu.sf-vertical {
		padding-top: 0;
	}
	#mega_menu.sf-vertical {
		padding-top: 0px;
		top: 100%;
	    left: 15px;
	    right: 15px;
	    margin: 0;
	    width: unset !important;
	    max-width: unset !important;
	    overflow-y: auto;
    	max-height: 70vh;
    	border: 1px solid #ddd;
    	-webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    	box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    	background-color: #fff !important;
	}
	#mega_menu.sf-vertical .sub-menu {
		top: 0px !important;
	}
	#mega_menu.sf-vertical .sub-menu {
	    top: 0px !important;
	    position: relative;
	    left: unset !important;
	    width: 100% !important;
	}
	#mega_menu.sf-vertical .sub-menu {
		height: 0;
		display: none;
		-webkit-transition: all 0.3s ease 0s;
	    -moz-transition: all 0.3s ease 0s;
	    -ms-transition: all 0.3s ease 0s;
	    -o-transition: all 0.3s ease 0s;
	    transition: all 0.3s ease 0s;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	    border-left: none !important;
	    border-right: none !important;
	}
	#mega_menu.sf-vertical .has-dropdown.current-dropdown .sub-menu {
		height: 100%;
		display: block;
	}
	#mega_menu.sf-vertical>li>a {
		display: inline-block;
	}
	#mega_menu.sf-vertical > li {
		position: relative;
	}
	#mega_menu.sf-vertical>li>a {
		display: inline-block;
		position: static;
	}
	#mega_menu.sf-vertical > li > a i.icon-angle-down {
	    display: block;
	    position: absolute;
	    right: 15px;
	    top: 0;
	    height: 39px;
	    width: 39px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	header #mega-menu-wrap #mega_menu.sf-vertical {
		opacity: 0 !important;
		visibility: hidden !important;
		z-index: -999 !important;
	}
	header #mega-menu-wrap.show--mega_menu #mega_menu.sf-vertical {
		opacity: 1 !important;
		visibility: visible !important;
		z-index: 999 !important;
	}
	header #mega-menu-wrap #mega-menu-title > i {
		width: 34px;
		height: 40px;
		position: relative;
	}
	header #mega-menu-wrap.show--mega_menu #mega-menu-title > i:before, 
	header #mega-menu-wrap.show--mega_menu #mega-menu-title > i:after {
	    content: "";
	    position: absolute;
	    top: 0;
	    height: 2px;
	    width: 100%;
	    left: 0;
	    top: 50%;
	    -webkit-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	    transform-origin: 50% 50%;
	    background-color: #fff;
	}
	header #mega-menu-wrap.show--mega_menu #mega-menu-title > i:before {
	    -webkit-transform: rotate3d(0, 0, 1, 
		45deg
		);
		    transform: rotate3d(0, 0, 1, 
		45deg
		);
	}
	header #mega-menu-wrap.show--mega_menu #mega-menu-title > i:after {
	    -webkit-transform: rotate3d(0, 0, 1, 
		-45deg
		);
		    transform: rotate3d(0, 0, 1, 
		-45deg
		);
	}
	header #mega-menu-wrap #mega_menu.sf-vertical .sub-menu {		
	    display: none;
	    height: 0 !important;
	    -webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		padding: 0;
	}
	header #mega-menu-wrap #mega_menu.sf-vertical .sub-menu > div {
	    padding: 15px 20px;
	}
	header #mega-menu-wrap #mega_menu.sf-vertical .sub-menu.show--sub-menu {		
		display: block;
		height: 100% !important;
		max-height: 100% !important;
		opacity: 1 !important;
	    -webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}


}
