/* COLORS- primary #8c1515- secondary #F47920- black              #35404d- link               #07b*/
@import url("//cihost.uberflip.com/scpd/client/stanford.css");

@import url("//cihost.uberflip.com/scpd/client/jquery.mmenu.css?ocf7c1");
@import url("//cihost.uberflip.com/scpd/client/jquery.mmenu.header.css?ocf7c1");
@import url("//cihost.uberflip.com/scpd/client/jquery.mmenu.positioning.css?ocf7c1");
/*@import url("//cihost.uberflip.com/scpd/client/scpd.min.css");*/
/* === RESETS ============================== */

html,
body {
	background: #fff;
/*
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
*/
}

.sticky-header{
	position:relative;
	    z-index: 6002;
}
#menu{
	    z-index: 9000;
}
#mm-m0-p0 {
    padding-top: 0px!important;
}
.mm-scpd {
    background: url(http://scpdweb.stanford.edu/sites/all/themes/stanford/scpd-destiny/images/css/mobile-navigation.png);
    color: #3f3b30;
}
.mm-scpd .mm-header {
    color: #ffffff;
    font-weight: 600;
    background: #8c1515;
    padding-top: 0;
    height: 44px;
}
#shoppingCartLink:hover{
	color:inherit;
}
.top-nav.fixed{
	position:fixed;
}
/* === ANIMATION ============================== */




/* === HEADER ============================== */



/* === TOP NAV ============================== */
.top-nav {
	position:static;
}
.top-nav .secondary-logo {
    display: none;
}
.top-nav .left-nav {
    margin: 0!important;
    left: 0!important
}



/*--Dropdowns--*/




/* === DESCRIPTION BLOCK ================== */



/* === LEVEL TWO ===========================*/




/* === TILES ============================== */

.tile.single.with-img .description h4.long-h3{
	display:block;
}
.tile{
	border-radius:7px;
}

/* === CTAs ============================== */




/* === FOOTER ============================== */

body>footer {
	display: none;
}

#footer {
	display: block;
	background: #444;
	color: #fff;
}

