/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " " !important;
    display: table !important;
}
.clearfix:after {
    clear: both !important;
}
.clearfix {
    *zoom: 1 !important;
}

/* Basic Styles */
nav {
	width: 100% !important;
	background-color: #42718E;
	font-size: 10pt !important;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: bold !important;
	position: relative !important;
	border-bottom: 2px solid #283744 !important;
}
nav ul {
	padding: 0 !important;
	margin: 0 auto !important;
	width: 100% !important;
}
nav li {
	display: inline !important;
	float: left !important;
	padding: none !important;
}
nav a {
	color: #fff;
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
nav li a {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}

nav a#pull {
	display: none;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 860px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #2a546f;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url(../img/nav-icon.png)no-repeat !important;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
}

/*Smartphone*/
@media only screen and (max-width : 860px) {
	nav li {
		display: list-item;
		float: left;
		width: 95%;
		padding: 10px 0px 0px 0px !important;
		font-family: 'Montserrat', sans-serif !important;
		font-size: 10px;
		font-weight: 400 !important; 
	}
	
	nav li:hover {
		display: list-item;
		float: left;
		width: 95%;
		padding: 10px 0px 0px 0px !important;
	}
	
	nav li a {
		border-bottom: 1px solid #fff;
	}
}