/* 
  -----------------------------------
  Slide-Out Menu
  by Project Seven Development
  www.projectseven.com
  Style Theme: 04 - Raised Light
  -----------------------------------
*/
.p7SOM-04 ul {
	font-family:'Figgins Sans W01'; font-weight:400; font-style:normal, "Gill Sans",  Helvetica, Arial, sans-serif;
	background-color: #EEE;
	background: #Ffeec6;
}

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

.p7SOM-04 ul ul {
	background-color: transparent;
	background: none;
}

.p7SOM-04 ul a {
	font-size: 120%;
	padding: 10px 18px;
	color: #595774;
	text-decoration: none;
	border-radius: 0px !important;
	-webkit-transition: all linear .25s;
	transition: all linear .25s;
}
.p7SOM-04 ul ul a {padding: 8px 18px;}
.p7SOM-04 ul a:hover {
	background-color: #FECC66;
	color: #C95046;
}
.p7SOM-04 ul a.trig_open {
	background-color: rgba(0,0,0,0.20);
	color: #000;
}
.p7SOM-04 a.trig_closed {
	background-image: url(img/som-right-dark.gif);
}
.p7SOM-04 ul ul a.trig_closed {
	background-image: url(img/som-right-dark.gif);
}
.p7SOM-04 a.trig_open {
	background-image: url(img/som-down-light.gif);
	background-color: #999;
	color: #FFF;
}
.p7SOM-04 ul ul a {
	font-size: 1.2em;
}

/*Level indentations */
.p7SOM-04 ul a {
	padding-left: 18px;
}
.p7SOM-04 ul ul a {
	padding-left: 24px;
}
.p7SOM-04 ul ul ul a {
	padding-left: 36px;
}
.p7SOM-04 ul ul ul ul a {
	padding-left: 48px;
}

/*Link Borders */
.p7SOM-04 ul li {
	border-top: 1px solid #FECC66;
	border-bottom: 1px solid #FECC66;
}
.p7SOM-04 ul ul li {
	border: none;
}
.p7SOM-04 a.trig_open {
	box-shadow: inset 0px 10px 6px 0px rgba(220,220,220,0.25);
}


/*CURRENT MARK */
.p7SOM-04 a.current_mark {
	font-weight: bold;
}

/*Toolbar */
.p7SOM-04.som-toolbar a {
	color: #fcf2cc !important;
	background-color: #fecc66 !important;
	background: rgba(90,90,90,0.75);
	-webkit-transition: all linear .25s;
	transition: all linear .25s;
	font-size: 2.25em;
	line-height: .65em;
}
.p7SOM-04.som-toolbar a:hover {
	color: #C95046 !important;
}
.p7SOM-04.som-toolbar.opened a {
	background-color: #fecc66 !important;
	color: #BBB !important;
}

/* Toolbar Icon Text */
.som-toolbar i {
	color: #C95046;
	display: block;
	font-family:'Figgins Sans W01'; font-weight:400, "Gill Sans",  Helvetica, Arial, sans-serif;
	font-style:normal  !important;
	font-size: 13px;
	padding-top: 3px;
	text-transform: uppercase;
	background: #fecc66;
}
/*Menu Header */
.p7SOM-04 .som-header {
	padding: .72em 18px;
	font-size: 1.3em;
    font-family:'Figgins Sans W01'; font-weight:700; font-style:normal, "Gill Sans",  Helvetica, Arial, sans-serif;
	background-image: url(img/som-close-light.png);
	border-bottom: 1px solid #DDD;
	background-color: rgba(0,0,0,0.20);
	color: #C95046;
	text-transform: uppercase;
	letter-spacing: .15em;
	-webkit-transition: all linear .25s;
	transition: all linear .25s;
	box-shadow: inset 0px 10px 6px 0px rgba(255,255,255,0.25);
}
.p7SOM-04 .som-header:hover {
	background-color: #fecc66;
	color:  #C95046;
}
/*Hamburger */
.som-toolbar.som-top-right {
	font-family:'Figgins Sans W01'; font-weight:700; font-style:normal, "Gill Sans",  Helvetica, Arial, sans-serif;
	right: .2em;
	top: .2em;
	border-radius: 0px 0px 0px 0px;
}
.som-toolbar.som-top-left a,
.som-toolbar.som-top-right a {
	padding: 0 .3em .2em .3em;
	border-radius: 0px 0px 0px 0px;
}
 @media only screen and (min-width: 0px) and (max-width: 700px) {

.scalable {width: 100%;}

}
