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

#menu, #menu-home {
	position: relative;
    z-index: 3;
    float: left;
    clear: both;
    width: 100%;
    height: auto;
	padding: 0em;
	padding-bottom: 2em;
	margin: 0em;
}
#menu-home {
	background-color: #363636;
}
#menu {
    background-color: #FFF;
}
#index-menu-padding {
    padding: 0em;
/*	margin-bottom: 1em;*/
}
.menu-column {
	width: 12.5em;
    height: auto;	
    float: left;
    padding: 0em;
    margin-top: 0em;
    margin-left: 1em;
    margin-right: .625em;
    margin-bottom: 0em;
}
@media only screen and (max-width: 36em) {
    .menu-column {	
    width: 94%;
    height: auto;
    }
}

/*=========INDEX PAGE LINK LIST STYLING===========*/
.menu-column ul {
	/*position: relative;*/
    list-style: none;
    font-family: "Exo 2", sans-serif;
    font-size: 1em;
	line-height: 1em;
	font-weight: 400; 	
	padding: 0em;
	margin: 0em;
}
.menu-column li {
	margin: 0em;
    margin-bottom: .5em;
}
.list-spacer {
    color: #363636;
}
.list-header {
    font-weight: 700;
    color: #FFF;
}


