/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
/* Basic Styles */
body {
}
nav {
	width: 100%;
	position: relative;
	float: left;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight: 400;
}
nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: left;
}
nav li {
	display: inline;
	text-align: left;
}
nav a {
	font-size: 15px;
	color: #0E76BC;
	display: inline-block;
	text-align: right;
	text-decoration: none;
	background-repeat: no-repeat;
	background-color: #FFF;
	margin-right: 35px;
}
nav a:hover {
	text-decoration: underline;
	color: #a4141c;
}
.selected {
	color: #73ca30;
}
.last {
	margin-right: 0;
}
nav a#pull {
	display: none;
}
@media screen and (max-width: 820px) {

nav { 
	border-bottom: 0;
	width: 100%;
}
nav ul {
	display: none;
}
.first {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0E76BC;
}
nav a {
	width: 100%;
	color: #0E76BC;
	padding-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0E76BC;
	margin-left: 0;
	background-color: #FFF;
	text-align: center;
	text-indent: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
nav a:hover {
	color: #FFF;
	background-color: #C40F2F;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C40F2F;
}
nav li {
	display: block;
	float: none;
	width: 100%;
	position: relative;
	background-image: none;
	padding-left: 0px;
  	}
nav li a {
	padding-top: 10px;
	padding-bottom: 10px;
}	
nav a#pull {
	display: block;
	width: 100%;
	position: relative;
	padding-left: 0px;
	margin-left: 0px;
	text-indent: 0px;
	text-align: center;
	background-color: #C40F2F;
	/*border: 1px solid #977BC6;*/
	color: #977BC6;
	background-image: none;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 0;
}
.selected {
	color: #27a9e0;
}
}
