@charset "utf-8";
/* RESPONSIVE MENU STYLING*/

.rMenu, .rMenu * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@font-face {
	font-family: 'cis-min-symbols';
	src: url('../font/cis-min-symbols.eot?58031876');
	src: url('../font/cis-min-symbols.eot?58031876#iefix') format('embedded-opentype'),  url('../font/cis-min-symbols.woff?58031876') format('woff'),  url('../font/cis-min-symbols.ttf?58031876') format('truetype'),  url('../font/cis-min-symbols.svg?58031876#cis-min-symbols') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ============================================= */
/* ============ MOBILE MENU STYLES ==============*/
/* ============================================= */
@media screen and (max-width: 550px) {
/*  --- mobile menu bar text ---  */
.nav-toggle:before {
	text-align: center !important;
}
}

@media screen and (max-width: 1049px) {
/*  --- mobile menu bar ---  */
.nav-toggle {
	text-decoration: none;
	text-indent: -9999px;
	position: relative;
	overflow: hidden;
	width: 100%;
	display: block;
	height: 55px;
}
/*  --- mobile menu bar text ---  */
.nav-toggle:before {
	color: #FFFFFF;  /* BAR TEXT COLOR*/
	font-size: 28px; /* BUTTON TEXT SIZE*/
	line-height: 55px; /* MATCH BAR HEIGHT ABOVE*/
	font-family: "cis-min-symbols", sans-serif;
	position: absolute;
	text-indent: 0;
	text-align: right;
	text-decoration: none;
	width: 100%;
	content: " Menu \e82d ";
	top: 0;
	left: 0;
	font-style: normal;
	font-weight: normal;
	speak: none;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*  --- mobile menu styles ---  */
.rMenu, .rMenu ul {
	list-style: none;
	width: 100%;
	display: block;
}
.rMenu ul li {
	width: auto;
	display: block;
}
/*  --- mobile top and drop level menu item styles  ---  */
.rMenu li a:link, .rMenu li a:visited {
	color: #fff; /* TEXT COLOR*/
	background-color: #BC8C06; /* BACKGROUND COLOR*/
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.50);
	text-decoration: none;
	padding: 10px 15px;
	display: block;
}
/*  --- mobile top and drop menu item hover styles  ---  */
.rMenu ul li:hover > a, .rMenu li.dropdown.opened > a.dropdown-toggle {
	color: #000000; /* HOVER TEXT COLOR*/
	/* [disabled]background-color: rgba(46,158,181,1.00); *//* HOVER BACKGROUND COLOR*/
	text-decoration: underline;
}
/* ------------------------------------------
   MOBILE MENU DROPDOWNS STYLES
--------------------------------------------- */
/*  --- adds a slight white gradient over dropdowns to distiguish them... may change to 0,0,0 for darker  ---  */
.rMenu .dropdown > ul > li > a:link, .rMenu .dropdown > ul > li > a:visited {
	padding-left: 2.5em;
	background-image: -webkit-linear-gradient(270deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.10) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.10) 100%);
	background-image: -o-linear-gradient(270deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.10) 100%);
	background-image: linear-gradient(180deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.10) 100%);
	font-size: 0.9em;
}
.rMenu .dropdown ul ul {
	border: 0;
	padding: 0;
}
.rMenu .dropdown > ul > li > ul > li > a:link, .rMenu .dropdown > ul > li > ul > li > a:visited {
	padding-left: 5em;
}
/*  --- mobile adds + and - to dropdowns  ---  */
.rMenu .dropdown-toggle:after {
	content: "+";
	font-size: 1.5em;
	line-height: 0.8;
	float: right;
}
.rMenu .dropdown.opened > .dropdown-toggle:after {
	content: "–";
}
/*  --- mobile operation styles  ---  */
.js .rMenu {
	clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	display: block;
	overflow: hidden;
	zoom: 1;
}
.js .rMenu .dropdown ul {
	clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	display: block;
	overflow: hidden;
	zoom: 1;
}
.rMenu.opened, .rMenu .dropdown.opened ul {
	max-height: 9999px;
}
.rMenu .dropdown.opened > ul, .rMenu .dropdown .dropdown.opened > ul {
	position: relative;
}
.rMenu, .dropdown-toggle {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	background-color: #BC8C06;
}
}


/* ============================================= */
/* ============ DESKTOP MENU STYLES ==============*/
/* ============================================= */
@media screen and (min-width: 1050px) {
nav.rMenu {
	width: 100%;
}
/* TOP MENU ITEMS CONTAINER */
.rMenu > ul {
	width: 100%;
	max-width: 1100px;
	list-style: none;
	margin: 10px auto 0px;
	position: relative; /* mega */
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-o-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
}
/* TOP MENU ITEMS */
.rMenu > ul > li {
	width: auto;
	position: relative;
	text-align: center;
	text-decoration: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	/* uncomment for same size elements	
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-grow: 1;
	-o-flex-grow: 1;
	flex-grow: 1;
*/
}
/* TOP MENU TEXT */
.rMenu > ul > li > a:link, .rMenu > ul > li > a:visited {
	z-index: 510;
	display: block;
	padding: 0px 7px;
	width: 100%;
	text-decoration: none;
	text-align: center;
	color: rgba(255,255,255,1.00);
	font-size: 14px;
}
.rMenu > ul > li:not(:first-child) > a {
	border-left: thin solid rgba(255,255,255,1.00);
}

/* TOP MENU TEXT HOVER*/
.rMenu > ul > li:hover > a {
	text-decoration: underline;
	color: rgba(0,0,0,1.00);
}
.rMenu .dropdown {
	position: relative;
}
/*###################################*/
/* FIRST LEVEL DROPDOWN */
/*###################################*/

.rMenu li.dropdown > ul {
	display: block;
	position: absolute;
	z-index: 600;
	width: 100%;
	min-width: 250px;
	left: 0px;
	top: 35px;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	font-size: 0.9em;
	background-color: rgba(83,183,89,1.00);
}
/* FIRST LEVEL DROPDOWN ITEMS STYLE */
.rMenu li.dropdown > ul > li {
	width: 100%;
	list-style-type: none;
}
/* FIRST LEVEL DROPDOWN MENU TEXT */	
.rMenu li.dropdown > ul > li > a:link, .rMenu li.dropdown > ul > li> a:visited {
	color: rgba(255,255,255,1.00);
	display: block;
	padding: 10px 15px;
	line-height: 20px;
	text-decoration: none;
	list-style-type: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.50);
	text-align: left;
	font-size: 13px;
}
/* FIRST LEVEL DROPDOWN MENU TEXT HOVER*/
.rMenu li.dropdown > ul > li:hover > a {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
	background-color: rgba(31,74,19,1.00);
}
/*###################################*/
/* SECOND LEVEL DROPDOWN */
/*###################################*/

.rMenu > ul > li.dropdown > ul > li.dropdown > ul {
	left: 98%;
	top: 5px;
}
/*arrows*/

.dropdown-toggle:after {
	font-family: "cis-min-symbols";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	margin-left: 0.5em;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	content: "\e811";
}
.dropdown ul .dropdown-toggle:after {
	content: "\e808";
}
/* desktop operation*/
.js .rMenu {
	position: relative;
	max-height: none;
	overflow: visible;
}
.js .rMenu .dropdown ul {
	display: none;
	max-height: none;
	overflow: visible;
}
.js .rMenu .dropdown:hover > ul {
	clip: auto;
	position: absolute;
	display: block !important;
}
.js .rMenu.closed, .js .rMenu.closed .dropdown ul {
	max-height: none;
}
.nav-toggle {
	display: none;
}
}
