/* Slimmed 2026-07-08: the three "Custom CSS" blocks now come live (and page-
   correct) from the rebuilt mod_customcss module instances. Only the megamenu's
   own inline emissions remain here. */

/* recovered megamenu inline block 0 (the dead menu module emitted this on prod) */
#js-mainnav.blackwhite ul.level1 .childcontent { margin: -20px 0 0 270px; }

/* recovered megamenu inline block 4 (the dead menu module emitted this on prod) */
#jux_memamenu415 ul.megamenu li.haschild.megacss:hover>div.childcontent.adddropdown,
	 #jux_memamenu415 .childcontent.open>.dropdown-menu{
	 	opacity:1;
	 	visibility:visible;
	 	display:block;
	 	-moz-animation:fadeInDown 400ms ease-in ;
       	-webkit-animation: fadeInDown 400ms ease-in ;
       	animation:fadeInDown 400ms ease-in ;}
	}