<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* menubar POSITION 
bright = 		#006699
light = 		#F2F2F2
light grey = 	#737373
medium grey = 	#353535
dark grey = 	#252525
*/
.menu-top {
	float: right;
	margin-right:8px;
}
/* menubar BACKGROUND */
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}
/* menubar HEIGHT - BOTTOM MARGIN */
.navbar {
	border: 0px solid rgba(0, 0, 0, 0);
	margin-bottom: 0px;
	position: relative;
}
/* main button BACKGROUND */
.navbar-nav &gt; li &gt; a {
	background-color: transparent;
	-webkit-box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.0);
	box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.0);
}
ul#menu.menu li:first-child {
	border-left: 0px #000000 solid;
}
/* adjust FONT AWESOME line height */
ul#menu.menu li a i.fa {
	line-height: .9;
}
/* main button FONT STYLE */
.navbar-default .navbar-nav &gt; li &gt; a {
	color: #000000;
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	box-sizing: border-box;
	font-weight: normal;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	background: url('../graphics/menu-top.png') center -10px repeat-x, url('../graphics/menu-bottom.png') center 50px repeat-x;
}
/* main button HOVER*/
.navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus {
	color: #F2F2F2;
	background: url('../graphics/menu-top.png') center 0px repeat-x, url('../graphics/menu-bottom.png') center 35px repeat-x;
}
.navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus {
	color: #000000;
}
/* sub button POSITION */
.navbar-nav &gt; li &gt; .dropdown-menu {
	margin-top: 3px;
	box-sizing: border-box;
}
/* sub button FONT STYLE */
.dropdown-menu &gt; li &gt; a {
	color: #999;
	font-size: 12px;
	font-family: 'Open Sans',sans-serif;
	display: block;
	line-height: 1.4;
	white-space: nowrap;
	clear: both;
	border-left: 5px solid #ffffff;
	padding: 3px 20px 3px 20px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
/* sub button HOVER */
.dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:focus {
	text-decoration: none;
	color: #000000;
	background: #F2F3F4;
	border-left: 5px solid #006699;
	box-sizing: border-box;
	padding: 3px 25px 3px 15px;
}
/* SUBMENU BACKGROUND */
.dropdown-menu {
	background-clip: padding-box;
	background-color: #ffffff;
	border-radius: 0px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	margin: 3px 0 0;
	min-width: 180px;
	padding: 5px 0;
	z-index:10006;
}
ul#menu.menu li.dropdown ul.dropdown-menu li:first-child {
	border: 0px;
}
/* do not remove, or menu top sub sub menus will not function */
/* SUB FLYOUT BORDER STYLES */
.dropdown-submenu &gt; .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: 0px;
	border-radius: 0 6px 6px 0px;
	padding: 8px 0px;
}
.dropdown-submenu:hover &gt; .dropdown-menu {
	display: block;
}
/* SUB FLYOUT ARROWS */
.dropdown-submenu &gt; a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover &gt; a:after {
	border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left &gt; .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	border-radius: 6px 0 6px 6px;
}
.dropdown-submenu {
	position: relative;
}
/* SUB H5 */
.dropdown-menu h5 a {
	text-decoration: none;
	cursor: default;
	padding-left: 20px;
	color: #111111;
	text-shadow: 0px 1px 1px rgba(220, 212, 189, 0.5);
}
/*********************** MENU SIDE / START **************************************/
.menu-side {
	margin: 0px;
	padding: 0px;
}
ul.menuside li a {
	text-decoration: none;
}
ul.menuside, ul.menuside ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menuside {
	width: auto;
	height: auto;
}
.menuside ul li:last-child a {
	border-bottom: 0px solid #33373d;
}
.menuside &gt; li &gt; a:hover, .menuside &gt; li &gt; a.active {
	background: #1e5799;
}
.menuside &gt; li &gt; a.active {
}
.menuside &gt; li &gt; a:before {
	content: '';
	background-repeat: no-repeat;
	font-size: 36px;
	height: 1em;
	width: 1em;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -.5em 0 0 0;
}
.menuside &gt; li &gt; ul li a:before {
	content: '';
	font-size: 8px;
	color: #F2F2F2;
	position: absolute;
	width: 1em;
	height: 1em;
	top: 0;
}
ul.menuside li ul {
	margin-left: 15px;
}
/* menu side hover styles*/
ul.menuside li {
	margin: 3px 0px 3px 0px;
}
.menuside &gt; li &gt; a {
	color: #999999;
	font-size: 16px;
	font-family: 'roboto_condensedlight', Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 25px;
	font-weight: 600;
	padding: 5px 10px 5px 20px;
	background: #252525;
	-webkit-transition: color .2s ease-out, background .5s ease-in;
	transition: color .2s ease-out, background .5s ease-in;
	outline: 0;
	margin-bottom: -2px;
}
.downarrow {
	background-image: url('../graphics/menu-side-down-arrow.png')!important;
	background-position: right 10px!important;
	background-repeat: no-repeat!important;
}
.downarrow:hover {
	background-image: url('../graphics/menu-side-down-arrow.png')!important;
	background-position: right -130px!important;
	background-repeat: no-repeat!important;
}
/* menu side hover styles*/
.menuside &gt; li &gt; a:hover, .menuside &gt; li &gt; a.active {
	color: #ffffff;
	background: #000;
	outline: none;
}
/* menu side button styles */
.menuside &gt; li &gt; a {
	width: 100%;
	display: block;
	position: relative;
	border-radius: 4px;
}
/* menu side sub */
.menuside ul li a {
	background: transparent;
	background: rgba(0,0,0,0.1);
	border-radius: 4px;
	width: 100%;
	height: 2.75em;
	line-height: 2.75em;
	text-indent: 2.75em;
	display: block;
	position: relative;
	font-family: 'roboto_condensedlight', Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #006699;
	margin: 2px 0px 2px 0px;
	outline: none;
}
/* menu side sub background hover */
.menuside ul li a:hover {
	background: rgba(0,0,0,0.5);
	border-radius: 4px;;
}
/* menu side sub font hover */
.menuside &gt; li &gt; ul li:hover a, .menuside &gt; li &gt; ul li:hover a span, .menuside &gt; li &gt; ul li:hover a:before {
	color: #ffffff;
}


/*----------------------------------------------------------------------------*\
    Headhesive Specific Styles
/*----------------------------------------------------------------------------*/
.sticky-menubar--clone {
	position: fixed !important;
	top: 0;
	left: 0;
	background: #006699;
	border-bottom: 2px #252525 solid;
	height: 50px!important;
	min-height: 50px!important;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	z-index:1;
}
.sticky-menubar--clone .website-name {
	padding: 5px 55px 0px 14px;

}
.sticky-menubar--clone .tagline {
	margin-top: 15px;
}
.sticky-menubar--clone .navbar-default .navbar-nav &gt; li &gt; a {
	padding-bottom: 10px;
	padding-top: 15px;
}
/* main button HOVER*/
.sticky-menubar--clone .navbar-default .navbar-nav &gt; li &gt; a:hover{
	color: #252525;
	background: url('../graphics/menu-top.png') center -35px repeat-x, url('../graphics/menu-bottom.png') center 44px repeat-x;
}
.sticky-menubar--stick {
	/* Translate back to 0%; */
    -webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}
.sticky-menubar--unstick {
}
/* Main elem */
.sticky-menubar {
	background: #006699;
	height: 40px;
	width: 100%;
	position: relative;
}
@media (max-width: 992px) {
.sticky-menubar--clone {
	visibility: hidden;
	display: none;
}
}
.navbar-collapse {
	padding-left: 0px;
	padding-right: 0px;
}



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