/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

.nav_box {
	border-bottom: 1px solid #ccc;
	padding:25px 0 0 0;
}

.span_nav_logo {
	width: 30%;
	padding: 0 0 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.span_nav_igation {
	width: 70%;
	padding: 10px 5px 0 0;
	margin: 5px 0 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

nav {
	height: 33px;
	width: 100%;
	font-size: 16px;
	color: #666;
	font-family: 'Oswald', Arial, sans-serif;
	letter-spacing: 1.125px;
	font-weight: 400;
	position: relative;
}

nav ul {
	padding: 0;
	margin: 0 auto;
	height: 33px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: 400;
	color: #666;
	display: inline-block;
	padding: 0 10px;
	margin: 1px 10px;
	text-align: center;
	text-decoration: none;
	line-height: 33px;
}
nav a.nav_select {
	color: #000;
}
nav li a {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav a:hover, nav a:active {
	color: #fff;
	background-color: #8c9c9d;
}

nav a#pull {
	display: none;
}



.span_subnav_title {
	width: 20%;
	min-width: 125px;
	padding: 0 0 0 20px;
	margin: 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.span_subnav_igation {
	width: 80%;
	padding: 0 0 0 15px;
	margin: 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.subnav_lead {
	height: 36px;
	width: 100%;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 1.125px;
	color: #d8d8d8 !important;
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: 400;
	position: relative;
}
.subnav_lead a {
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 1.125px;
	color: #d8d8d8 !important;
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: 400;
}
.subnav_lead a:hover {
	color: #fff !important;
}

subnav {
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: 400;
	width: 100%;
	font-size: 14px;
	line-height: 36px;
	letter-spacing: 1.125px;
	color: #d8d8d8;
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: 400;
	position: relative;
}

subnav ul {
	padding: 0;
	margin: 0;
}
subnav li {
	padding: 0 20px 0 0;
	margin: 0;
	display: inline;
	float: left;
}
subnav a {
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: 400;
	line-height: 36px;
	color: #d8d8d8;
	display: inline-block;
	text-align: center;
	text-decoration: none;
}
subnav li a {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
subnav a.subnav_select {
	color: #fff !important;
}
subnav a:hover, subnav a:active {
	color: #fff;
}



side_nav {
	padding: 0 0 16px 0;
}
side_nav h2 {
	padding: 0 0 20px 0;
}
.side_nav_hold {
	font-size: 14px;
	letter-spacing: 0.25px;
	line-height: 21px;
	color: #333;
	padding: 0 0 8px 0;
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}
.side_nav_hold a {
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.25px;
	color: #333;
	text-align: left;
	text-decoration: none;
}
.side_nav_pos {
	font-size: 14px;
	letter-spacing: 0.25px;
	line-height: 18px;
	color: #888 !important;
	text-align: left;
	text-decoration: none;
	font-weight: 300;
}
.side_nav_hold a:hover, footer_nav a:active {
	color: #da1a31 !important;
	text-decoration: none;
}
.side_nav_pos:hover {
	color: #da1a31 !important;
	text-decoration: none;
}
.side_nav_selected {
	color: #da1a31 !important;
}



.side_nav_hold_w_container {
	padding: 34px 0 0 20px;
}
.side_nav_hold_w {
	font-size: 14px;
	letter-spacing: 1.5px;
	line-height: 18px;
	color: #ccc;
	padding: 0 0 8px 0;
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
.side_nav_hold_w a {
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1.25px;
	line-height: 18px;
	color: #ccc;
	text-align: left;
	text-decoration: none;
}
.side_nav_hold_w a:hover {
	color: #fff !important;
	text-decoration: none;
}
.side_nav_hold_w_select {
	color: #fff !important;
}




footer_nav {
	font-size: 16px;
	letter-spacing: 1.125px;
	color: #333;
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: 400;
}

.footer_nav_full {
	display: block;
	padding: 30px 0 0 10px;
}
.footer_nav_sections {
	display: none;
}

footer_nav H4 {
	font-size: 14px;
	letter-spacing: 1.125px;
	line-height: 24px;
	color: #666;
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: 300;
	padding: 0px 0 5px 0;
	margin: 0;
}

footer_nav H4 a  {
	font-size: 14px;
	letter-spacing: 1.125px;
	line-height: 24px;
	color: #666;
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: 300;
	padding: 0;
}

footer_nav H4 a:hover  {
	color: #333;
}
footer_nav a {
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #666;
	display: inline-block;
	padding: 0px;
	margin: 0 0 4px 0;
	text-align: left;
	text-decoration: none;
}
footer_nav a:hover, footer_nav a:active {
	color: #333;
}

/* ******************************************
    Media Queries for screen less than 45em (768px)
****************************************** */
@media screen and (max-width: 768px) {

	.span_nav_logo {
		width: 35%;
		padding: 0 0 0 10px;
	}
	
	.span_nav_igation {
		width: 65%;
		margin: 0 0 20px 0;
	}
	nav {}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 33.333%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		/*border-bottom: 1px solid #576979;*/
		/*border-right: 1px solid #576979;*/
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 20px;
  	}
	.footer_nav_full {
		padding: 30px 0 0 20px;
	}
	.span_subnav_title {
		width: 100%;
		margin: 0;
		border-right: 0px solid #fff;
	}
	
	.span_subnav_igation {
		width: 100%;
		margin: 0;
	}
}


/* ******************************************
    Media Queries for screen more than 37.5em (600px)
****************************************** */
@media screen and (min-width: 600px) {

}

/* ******************************************
    Media Queries for screen less than 37.5em (600px)
****************************************** */
@media screen and (max-width: 600px) {

	.span_nav_logo {
		width: 40%;
	}
	
	.span_nav_igation {
		width: 60%;
		margin: 0 0 10px 0;
	}

	nav { 
  		height: auto;
		font-size: 13px;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		/*border-bottom: 1px solid #576979;*/
		/*border-right: 1px solid #576979;*/
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 15px;
  	}

	.subnav_lead {
		height: auto;
		font-size: 13px;
	}
	
	subnav {
		height: auto;
		font-size: 13px;
	}

	
	subnav li {
  		width: 45%;
		padding: 3px 0 3px 5px;
  		float: left;
  		position: relative;
	}
	.footer_nav_full {
		display: none;
	}
	.footer_nav_sections {
		display: block;
  		padding: 15px 0 0 0;
	}
	footer_nav H4 {
		padding: 7px 0 0 0;
	}
}

/* ******************************************
    Media Queries for screen less than 30em (480px)
****************************************** */
@media only screen and (max-width : 480px) {
	.span_nav_logo {
		width: 200px;
	}
	.span_nav_igation {
		width: 100%;
		margin: 0 0 5px 0;
	}
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
  	nav li {
  		width: 100%;
  		float: left;
  		position: relative;
  	}
	nav a#pull {
		display: block;
		width: 100%;
		position: relative;
	}
	nav a#pull:hover {
	background-color: #fff;
	border: 1px solid #fff;
	}
	nav a#pull:after {
		content:"";
		background: url('../images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	
	.footer_nav_sections {
		padding: 0 0 0 20px;
	}
}


/* ******************************************
    Media Queries for screen less than 22.5em (360px)
****************************************** */
	
@media screen and (max-width: 360px) {	

}

