<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
  -----------------------------------
  Slide-Out Menu
  by Project Seven Development
  www.projectseven.com
  Style Theme: 08 - Classic Dark
  -----------------------------------
*/

.p7SOM-08 ul {
	background-color: rgb(20,20,20);
	background: rgba(10,10,10,0.98);
}

/*Design View Background*/
.p7SOM-08.p7SOMnoscript ul {
	background: none !important;
	background-color: #000 !important;
}

/*Trigger Sizes*/
.p7SOM a.trig_closed,
.p7SOM a.trig_open {
	font-size: 110%;
}
.p7SOM ul ul a.trig_closed,
.p7SOM ul ul a.trig_open {
	font-size: 100%;
}
.p7SOM-08 ul ul {
	background-color: #000000;
}

.p7SOM-08 ul a {
	padding: 10px 22px;
	color: #AAA;
	text-decoration: none;
	border-radius: 0px !important;
	-webkit-transition: all linear .25s;
	transition: all linear .25s;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #000;
}
.p7SOM-08 ul ul a {
	padding: 8px 18px;
	border: none;
}

.p7SOM-08 ul a:hover,
.p7SOM-08 .som-header:hover {
	background-color: #D95A5A;
	color: #FFF;
}

.p7SOM-08 ul a.trig_open {
	background-color: #222;
	color: #FFF;
}
.p7SOM-08 a.trig_closed {
	background-image: url(img/som-right-medium.gif);
}
.p7SOM-08 ul ul a.trig_closed {
	background-image: url(img/som-right-medium.gif);
}
.p7SOM-08 a.trig_closed:hover {
	background-image: url(img/som-right-light.gif);
}
.p7SOM-08 a.trig_open {
	background-image: url(img/som-down-medium.gif);
}
.p7SOM-08 ul ul a {
	border-bottom: 1px dotted rgba(0,0,0,.25);
	font-size: .9em;
}

/*Level indentations */
.p7SOM-08 ul a {
	padding-left: 22px;
}
.p7SOM-08 ul ul a {
	padding-left: 26px;
}
.p7SOM-08 ul ul ul a {
	padding-left: 36px;
}
.p7SOM-08 ul ul ul ul a {
	padding-left: 48px;
}


/*CURRENT MARK */
.p7SOM-08 a.current_mark {
/*	font-weight: bold;	WF change */
color: #D2181F;
}

/*Toolbar */
.p7SOM-08.som-toolbar a {
	color: #BBB !important;
	background-color: #151515 !important;
	background: rgba(0,0,0,0.75);
	-webkit-transition: all linear .25s;
	transition: all linear .25s;
}
.p7SOM-08.som-toolbar a:hover {
	color: #EEE !important;
}
.p7SOM-08.som-toolbar.opened a {
	background-color: #555 !important;
	color: #777 !important;
}

/* Toolbar Icon Text */
.som-toolbar i {
/*    color: #fff;	WF change */
	color: #777;
    display: block;
    font-family: Arial,"Lucida Grande","Lucida Sans Unicode",sans-serif;
    font-size: 9px;
    font-style: normal;
    padding-top: 3px;
    text-transform: uppercase;
}

/*Menu Header */
.p7SOM-08 .som-header {
	background-image: url(img/som-menu-icon-light.png), url(img/som-close-dark.png) !important;
	background-color: #222;
	background-repeat: no-repeat, no-repeat !important;
	background-position: 4px center, 95% center !important;
	padding: 15px 20px;
	font-size: 1em;
	border-bottom: 1px solid #000;
	color: #BBB;
	-webkit-transition: all linear .25s;
	transition: all linear .25s;
}

 @media only screen and (min-width: 0px) and (max-width: 700px) {

.scalable {width: 100%;}

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