/* CSS Document */
ul.dropdown-menu {
    min-width: 800px !important;
    top: 60px !important;
    border-radius: 11px !important;
}
.dropdown-menu::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    border-bottom: 15px solid #ffffff;
    top: -15px;
    left: 49.5%;
    z-index: 10000;
    overflow: visible;
    display: block;
}
#menu-item-3112 .dropdown-menu::before {
    left: 91%;
}
#menu-item-44 .dropdown-menu::before {
   
    left: 62.9%;
}
#menu-item-23 .dropdown-menu::before {
     left: 76.2%;
}
div#headerMainMobile {
	transition: top .5s ease !important;
}
div#headerMain {
	transition: top .5s ease !important;
}
.hasalert {
	padding-top: 43px;  
}
.hasalert div#headerMainMobile {
    top: 43px;
}
.hasalert div#headerMain {
    top: 52px;
}
.hasalert #headerMain.elementor-sticky--active {
    top: 50px !important;
}
#alertbox {
	max-height: 75px !important;
	transition: all .5s ease;
	overflow: hidden !important;
}
#alertbox.dismiss {
	max-height: 0 !important;
}
ul#menu-1-b3e4d2d > li .sub-arrow {
    position: absolute;
    right: 0;
}
@media (max-width:821px){
	.plus-nav-sticky {
    	min-height: 0 !important;
    	display: none !important;
	}
}