<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** ESSENTIAL STYLES ***/
#menu {
	background-color:#8dbf41;
	margin-bottom:30px;
	z-index:23;
	top:0;
	padding-left:35px;
	}
.sf-menu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.sf-menu &gt; li:first-child {}
ul.sf-menu &gt; li {
	float: left;
	z-index: 10;
	position:relative;
	border-radius:0;
	padding:34px 17px;
	}
ul.sf-menu &gt; li &gt; a {
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	z-index: 1;
	position: relative;
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
	line-height:21px;
	font-weight:600;
	text-transform:uppercase;
}
ul.sf-menu &gt; li.current&gt;a, ul.sf-menu &gt; li&gt;a:hover, ul.sf-menu &gt; li.sfHover&gt;a, ul.sf-menu &gt; ul &gt; li.active&gt;a  {
	color:#31353d
	}
.sf-menu .sf-mega {
	display: none;
	z-index: 99;
	position: absolute;
	z-index: 5;
	background-color:#8dbf41;
	left:0;
	top:61px
}
/*** mega menu dropdown ***/
.sf-mega {
  padding:15px 0;
}
.sf-mega-section {
	display:table-cell;
	}
.sf-mega-section &gt;li {
	position:relative;
	padding:4px 20px;
	width:170px;
	line-height:20px;
	}
.sf-mega-section &gt;li a:hover, .sf-mega-section &gt;li.sfHover&gt;a {
	color:#31353d
	}
.sf-mega-section &gt;li a {
	color:#fff;
	}
.sf-mega-section &gt;li ul {
	position:absolute;
	left:170px;
	width:170px;
	background-color:#8dbf41;
	padding:15px 20px;
	top:-15px;
	z-index:10;
	display:none;
	}
.sf-mega-section &gt;li ul li{
	padding:4px 0px
	}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content:'\f107';
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	display: inline;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height:0px;
	height: auto;
	margin-top: 0;
	text-decoration: inherit;
	vertical-align: middle;
	width:1.45em;
	padding-left:3px;
	font-size:16px;
	color:#fff;
}
.sf-mega-section .sf-with-ul:after {
	content:'\f105';
	font-size:16px;
	}
.sf-arrows &gt; li &gt; .sf-with-ul:focus:after,
.sf-arrows &gt; li:hover &gt; .sf-with-ul:after,
.sf-arrows &gt; .sfHover &gt; .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
	}
/*****************************************************/
#menu-icon {
	background: #8dbf41;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 17px;
	font-weight: bold;
	line-height: 30px;
	padding:10px 17px;
	text-transform: uppercase;
	position:relative;
}
#menu-icon:after {
	float:right;
	content:"\f107";
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	display: inline;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	height: auto;
	line-height: normal;
	margin-top: 0;
	text-decoration: inherit;
	vertical-align: baseline;
	width: auto;
	display: inline-block;
	text-decoration: inherit;
	 text-align: center;
	width: 1.25em;
	font-size:26px;
	color:#fff;
	vertical-align:middle;
	}
#menu-icon.active:after {
	content:"\f106";
	}
.sf-menu-phone {display:none; position:absolute; width:100%; height:100%; z-index:99; padding:0 30px 0 0}
.sf-menu-phone li { 
	position: relative;
	
	background-color:#323232;
	}
  .sf-menu-phone li a { display: inline-block;  color: #fff;  border-bottom:1px solid #000;}
  .sf-menu-phone  li {   font-size: 19px; font-weight: bold; padding: 0; }
  .sf-menu-phone  li &gt; a {padding: 10px 15px; display: block;}
  .sf-menu-phone  li li  a {padding: 10px 15px 10px 25px; display: block; font-weight:600;}
  .sf-menu-phone  li li li a {padding: 10px 15px 10px 35px; display: block;}
  .sf-menu-phone li a:hover { color: #B90100; }
  .sf-menu-phone li li {font-size: 14px;}
  .sf-menu-phone li li.last { padding-bottom: 0 !important;  }
  .sf-menu-phone li i {
	position: absolute;
	display: block;
	top: 2px;
	right: 0;
	height: 24px;
	width: 24px;
  }
  .sf-menu-phone  li  i {top: 8px;color:#8dbf41; font-size:21px; padding:0 20px; right:5px}
  .sf-menu-phone  li i.icon-angle-up:before {content:'\f106' !important}
  .sf-menu-phone li i:hover { cursor: pointer; }
  .sf-menu-phone li i.opened { background-position: center 7px; }

  /** dropdown **/
  .sf-menu-phone ul {  width: auto;  padding: 0px 0px;  display: none;  }
  .sf-menu-phone  li.active &gt; a &gt; span {color: inherit;}
  .sf-menu-phone  li.active &gt; a,
  .sf-menu-phone  li:hover &gt; a { color: #fff; background: #4a4a4a; }

  .sf-menu-phone li li.active &gt; a,
  .sf-menu-phone li li a:hover {color: #ccc;}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  </pre></body></html>