/*ul {
    font-family: "GothamBook","open_sansregular",Verdana,sans-serif;
}

h2 {
	font-family: 'gothambold1';
	font-weight:normal;
}*/

.skipnav {
    display:none;
}

.finditMobile {
	width:100%;
	background-color:#444;
        font-family: 'Roboto', Arial, sans-serif;
}

.finditMobile ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.finditMobile li {
	background: #444 url("../images/icons/mobile-arrow.png") no-repeat scroll right center;
    border-bottom: 1px solid #222;
    border-top: 1px solid #666;
    margin: 0;
    padding: 1%;
    position: relative;
	color:#fff;
	text-transform:uppercase;
}

.finditMobile main li a {
 display:block;
 width: 88%;
 padding: 1%;
 text-decoration:none;
 color:#fff;
}

.finditMobile main li a:hover {
 text-decoration:underline;

}

.finditMobile a.button {
    background-color: transparent;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0;
}



/*SECONDARY PAGES*/
.csuf {
	width:96%;
	height:23px;
	background-color:#00274C;
	padding:2%;
}

.finditMobile h2 {
	width:96%;
	padding:3%;
	color:#fff;
	text-transform:uppercase;
	font-size:1.125em;
	background-color:#222;
}

footer {
	width:100%;
	height:15px;
	background-color:#00274C;
}