<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
---------------------------------------------------------------
  Note that styles you apply to the main menu items are inherited by the sub menus items too.
  If you'd like to avoid this, you could use child selectors (not supported by IE6) - for example:
  .sm-simple-mega-menu &gt; li &gt; a { ... } instead of .sm-simple-mega-menu a { ... }
---------------------------------------------------------------*/


/* Menu box
===================*/

	.sm-simple-mega-menu {

	}

	.sm-simple-mega-menu &gt; li {
		position: unset !important;
	}

	ul.sm-simple-mega-menu-mega {
		max-width: 1600px !important;
		width: 1600px !important;
		margin-left: -2.5% !important;
	}

	ul.sm-simple-mega-menu-mega div.sm-simple-mega-menu-mega-wrapper {
		min-height: 300px;
	}

	div.megaitem {
		height: auto;
		width: 390px;
		padding: 5px;
		margin: 5px;
		float: left;
	}

	div.megaitem h2 {
		border-bottom: 1px solid #CACACA;
		padding-bottom: 5px;
		margin-bottom: 5px;
		color: #666;
		font: 400 13px/24px "Roboto",Arial,Helvetica,sans-serif;
	}

	div.megaitem div.megaiteminnerscroll {
	}

	ul.ullevel1 {
		position: relative !important;
		width: 390px !important;
		top: 0px !important;
		box-shadow: none !important;
		display: block !important;
	}

	.sm-simple-mega-menu ul {
		background-color: #FFFFFF;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		box-shadow: 0px 0px 8px 1px rgba(68, 68, 68, 0.5);
	}	

	.sm-simple-mega-menu a {
		color: #FFFFFF;
		font-size:16px;
		font-family:"PT Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
		text-decoration:none;
	}

	.sm-simple-mega-menu &gt; li {
		font-size: 16px;
	    border-right: 1px solid rgba(255, 255, 255, 0.07);
	    box-sizing: border-box;
	    display: table-cell;
	    padding: 0;
	    vertical-align: top;
	    line-height: 1.05em;
	    max-width: 999px;
	}

	.sm-simple-mega-menu &gt; li:first-child {
	}		

	.sm-simple-mega-menu &gt; li:hover, .sm-simple-mega-menu &gt; li.hoverli {
	}	

	.sm-simple-mega-menu &gt; li &gt; a {
		position: relative;
		display: block;
    	line-height: 1.2em;
    	padding: 8px 30px 10px 10px;	
	}

	.sm-simple-mega-menu &gt; li:hover &gt; a {
		background-color: #FFFFFF;
		color: #002147 !important;
		z-index: 10010;
	}

	.sm-simple-mega-menu &gt; li:hover &gt; a:hover {
		background-color: #3277AE;
		color: #FFFFFF !important;
	}

	.sm-simple-mega-menu &gt; li:first-child &gt; a {
	}	

	.sm-simple-mega-menu &gt; li:hover &gt; a &gt; span.sub-arrow {
		opacity: 0.9;
	}

	.sm-simple-mega-menu a span.sub-arrow {
		position:absolute;
		right:12px;
		top:50%;
		width:7px;
		height:5px;
		line-height:21px;
		background-image: url('../../images/smartmenu/marker-down-white.png');
		background-repeat: no-repeat;
		background-position: 0 0;
		overflow: hidden;
		text-indent: 1000px;
		margin-top: -3px;
		opacity: 0.7;
	}

	.sm-simple-mega-menu &gt; li:hover &gt; a &gt; span.sub-arrow {
		position:absolute;
		right:12px;
		top:50%;
		width:7px;
		height:5px;
		line-height:21px;
		background-image: url('../../images/smartmenu/marker-down-black.png');
		background-repeat: no-repeat;
		background-position: 0 0;
		overflow: hidden;
		text-indent: 1000px;
		margin-top: -3px;
		opacity: 0.7;
	}

	.sm-simple-mega-menu &gt; li:hover &gt; a:hover &gt; span.sub-arrow {
		position:absolute;
		right:12px;
		top:50%;
		width:7px;
		height:5px;
		line-height:21px;
		background-image: url('../../images/smartmenu/marker-down-white.png');
		background-repeat: no-repeat;
		background-position: 0 0;
		overflow: hidden;
		text-indent: 1000px;
		margin-top: -3px;
		opacity: 0.7;
	}

 	.sm-simple-mega-menu ul a span.sub-arrow {
		right:auto;
		background-image: url('../../images/smartmenu/marker-right-blue.png');
		left: 3px;
		height: 7px;
	}

 	.sm-simple-mega-menu ul li:hover &gt; a span.sub-arrow {
		right:auto;
		background-image: url('../../images/smartmenu/marker-right-white.png');
		left: 3px;
		height: 7px;
	}

	.sm-simple-mega-menu li ul li {
		border: 0 none;
		display: block;
		/*
		font-size: 0.938em;
		line-height: 1.05em;
		*/
		margin: 0;
		padding: 0;
	}

	.sm-simple-mega-menu li ul li a {
		/* border-bottom: 1px solid #e0ded9; */
		color: #666;
		display: block;
		/* padding: 1em 0.625em; */
		text-transform: none;
		font: 400 13px/24px "Roboto",Arial,Helvetica,sans-serif;
		padding: 8px;
	}

	.sm-simple-mega-menu li ul li a:hover, .sm-simple-mega-menu li ul li:hover &gt; a {
		background-color: #3277AE;
		color: #FFFFFF;
	}

/* Scrolling arrows containers for tall sub menus - test sub menu: "Sub test" -&gt; "more..." -&gt; "more..." in the default download package
===================*/

	.sm-simple-mega-menu span.scroll-up, .sm-simple-mega-menu span.scroll-down {
		position:absolute;
		display:none;
		visibility:hidden;
		overflow:hidden;
		border:solid #bbb;
		border-width:1px 0;
		background:#fff;
		height:22px;
		/* width and position will be automatically set by the script */
	}
	.sm-simple-mega-menu span.scroll-up-arrow, .sm-simple-mega-menu span.scroll-down-arrow {
		position:absolute;
		top:-2px;
		left:50%;
		margin-left:-8px;
		/* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
		width:0;
		height:0;
		overflow:hidden;
		border-width:8px; /* tweak size of the arrow */
		border-style:dashed dashed solid dashed;
		border-color:transparent transparent #555 transparent;
	}
	.sm-simple-mega-menu span.scroll-down-arrow {
		top:6px;
		border-style:solid dashed dashed dashed;
		border-color:#555 transparent transparent transparent;
	}

</pre></body></html>