<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------------------------
  |              barrowMenu.css               |  
  |            Created:2/12/2015              |
  |                REQUIRES                   |
  |                 jQuery                    |
  |              barrowMenu.js                |
  ---------------------------------------------*/

.colorFader{
position:relative;
}
#barrowMenu {
	list-style-type:none;
	font-size:1.5em;
	font-weight:bold;
	color:#fff;
} 
#barrowMenu a{
	color:inherit;
	/*font-size:1.9em;*/
	font-weight:bold;
}
#barrowMenu&gt;li{
	width:19%;
	display:inline-block;
	vertical-align:text-top;
	text-transform:uppercase;
}

#barrowMenu ul{
	list-style-type:none;
    list-style-position:inside;
    margin:0px;
	padding:0px;
	margin-top:0px;
}
#barrowMenu ul&gt;div{
	background-color:transparent;
}

#barrowMenu ul li{
    margin:0px;
	padding:2px 0px;
	background-color:#e6e2de;
	font-size:.8em;
	text-transform:none;
}
.subPic {
	height:15px;
	width:15px;
	}
.subPic IMG {
	width:15px;
	height:15px;
}
.arrow{
	background-color:transparent;
}
.arrow div{
        margin-left:45px;
	height:15px;
}

.hiddenSide{
display:none;
position:absolute;
right:0px;
top:0px;
margin-top:3px;
height:200px;
}


#colorChange{
	color:#FFF;
}
#siteSearcher{
margin-top:50px !important;
border:none;
background-color:#093254;
line-height:30px;
font-size:1.4em;
}
#searchParam{
border-bottom:2px #FFF solid;
}
.gsc-control-wrapper-cse{
background-color:#093654;
color:#FFF;
display:none;
width:50% !important;
z-index:6000 !important;
position:absolute !important;
top:161px !important;
right:0px !important;
}
.gsc-control-wrapper-cse a{
color:#FFF !important;
text-decoration:none !important;
}
.gsc-conrtol-wrapper-cse a b{
color:#FFF !important;
}
.gs-result .gs-title, .gs-result .gs-title * {
color:#FFF !important;
}
.gs-snippet{
color:#FFF !important;
}
.gs-spelling {
color:#FFF !important;
}
.gsc-cursor-page{
color:#FFF !important;
}
</pre></body></html>