/*ul {
    font-family: "GothamBook","open_sansregular",Verdana,sans-serif;
}

h2 {
	font-family: 'gothambold1';
	font-weight:normal;
}*/
#ctlTopBar_mobileFindIt {
    display:none;
}

.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; */
    display:block;
    width:100%;
}



/*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;
}



/* -------------- @MEDIA -------------*/

/* ----------- iPhone 1-5S and GALAXY S3 ----------- */

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    #ctlTopBar_mobileFindIt {
        display: block;
    }
    #ctlTopBar_desktopFindIt {
        display:none;
    }
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    #ctlTopBar_mobileFindIt {
        display: block;
    }
    #ctlTopBar_desktopFindIt {
        display: none;
    }
}

/* ----------- SAMSUNG GALAXY S4 ----------- */

/* Portrait */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    #ctlTopBar_mobileFindIt {
        display: block;
    }
    #ctlTopBar_desktopFindIt {
        display: none;
    }
}

/* Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    #ctlTopBar_mobileFindIt {
        display: block;
    }
    #ctlTopBar_desktopFindIt {
        display: none;
    }
}


/* ----------- SAMSUNG GALAXY S5 ----------- */

/* Portrait */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    #ctlTopBar_mobileFindIt {
        display: block;
    }
    #ctlTopBar_desktopFindIt {
        display: none;
    }
}

/* Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    #ctlTopBar_mobileFindIt {
        display: block;
    }
    #ctlTopBar_desktopFindIt {
        display: none;
    }
}


/* ----------- iPhone 6 ----------- */

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    #ctlTopBar_mobileFindIt {
        display: block;
    }
    #ctlTopBar_desktopFindIt {
        display: none;
    }
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    #ctlTopBar_mobileFindIt {
        display: block;
    }
    #ctlTopBar_desktopFindIt {
        display: none;
    }
}

/* ----------- iPhone 6+ ----------- */
/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    #ctlTopBar_mobileFindIt {
        display: block;
    }
    #ctlTopBar_desktopFindIt {
        display: none;
    }
}

/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    #ctlTopBar_mobileFindIt {
        display: block;
    }
    #ctlTopBar_desktopFindIt {
        display: none;
    }
}

/* ----------- iPad ----------- */
/* Portrait */
@media only screen and (max-width : 1020px) and (min-width : 760px) {
    /* 768 x 1024 and 800 x 600 */
    #ctlTopBar_mobileFindIt {
        display: block;
    }
    #ctlTopBar_desktopFindIt {
        display: none;
    }
}
/* Landscape */
@media only screen and (max-width : 1050px) and (min-width : 1022px) {
    /* 1024 x 768 */
    #ctlTopBar_mobileFindIt {
        display: block;
    }
    #ctlTopBar_desktopFindIt {
        display: none;
    }
}