@charset "UTF-8";
/* CSS Document */

  /*** Get Google font for menu ***/
@import url(https://fonts.googleapis.com/css?family=Roboto);

/*** Core Superfish Menu Styles ***/
.sf-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #444;
}
.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em;
	color: #444;
 }
.sf-menu ul li {
    width: 100%; 
}
@media screen and (max-width: 800px) {
.sf-menu ul li {
    width: 75%; 
}
}
.sf-menu li {
    float: left;
    position: relative;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #bbbbbb;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;	  
}
.sf-menu a {
    display: block;
    position: relative; 
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
    left: 0;
    top: 2.5em;
}


/* Begin modifications to Superfish menu */   
.nav {
	float: left;
	display: block;
	background: #ffffff;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 600;
	border: 1px solid #aaa;
	border-radius: .25em;
	width: 100%;
	margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
.nav {
	position: relative;
	margin-bottom: 5px;
	z-index: 2;
} 
}
.nav ul li a {
    text-decoration: none;
   	color: #444;
    padding: 7px 22px 7px; 
}     
.nav ul li .arrow {
   	right: 7px;
    top: 50%;
    margin-top: -2px;
    position: absolute;
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #444; 
}
#bars {
	display: none;
	cursor: pointer;
    text-align: center;
    line-height: 46px;
    color: #444; 
}
@media screen and (max-width: 800px) {
#bars {
	display: block; 
} 
}
.nav ul {
	margin-left: 0;
	display: block; 
}
@media screen and (max-width: 800px) {
.nav ul {
   	display: none;
} 
}	  
.nav ul li {
    display: inline-block;
	line-height: 44px;
}  
@media screen and (max-width: 800px) {
.nav ul li {
	width: 100%;
}
}
@media screen and (max-width: 800px) {
.nav ul li a:hover {
	position: relative; 
	}
}      
.nav ul li ul {
    margin-top: 18px;
    background: #ffffff;
	padding: 0; 
	border: 1px solid #aaa;
	border-radius: .25em;
}
@media screen and (max-width: 800px) {
.nav ul li ul {
	width: 100% !important;
	z-index: 1;
}
}  
@media screen and (min-width: 801px) {
.nav ul li ul {
	width: 150% !important;
	z-index: 1;
}
}
.logout {
	float: right;
}