/*
=======================================
Styles
=======================================
*/




/*
Header photo
*/
#header-photo {
    position: relative;
}

#header-photo img.item-object {
    height: auto;
    width: 100%;
}

#header-photo .item-body {
    bottom: 40px;
    position: absolute;
}

#header-photo .item-body .item-heading {
    background: #004C97;
    color: #fff;
	display: inline-block;
    font-weight: bold;
    font-size: 26px;
    line-height: 1em;
    margin: 0 0 10px 0;
	padding: 15px 55px;
}

#header-photo .item-body .item-description {
    background: url("../images/alpha-bgs/opaque-60.png") repeat 0 0;
    color: #fff;
    line-height: 1.3em;
    padding: 10px 15px;
}

/* sub pages */
.not-front #header-photo {
}

.not-front #header-photo .item {
    min-height: 175px;
}

.not-front #header-photo img {
	/*display: none;*/
}

/* FNAL pages */
.not-front.hub-page.section-about #header-photo img.about {display: block;}
.not-front.hub-page.section-default #header-photo img.default {display: block;}
.not-front.hub-page.section-newsroom #header-photo img.newsroom {display: block;}
.not-front.hub-page.section-resources #header-photo img.default {display: block;}
.not-front.hub-page.section-science #header-photo img.science {display: block;}
.not-front.hub-page.section-visit #header-photo img.visit {display: block;}

/* FAW pages */
.not-front.hub-page.faw-homepage #header-photo img.faw-home {display: block;}


#header-photo .item-body.header-title {
	bottom: 30px;
	right: 0;
	text-align: right;
	width: 100%;
}

.not-front.not-hub-page #header-photo .item-body.header-title {
    bottom: 0;
}

#header-photo .item-body.header-title h1 {
	background: #004C97;
    border: none;
	color: #fff;
	display: inline-block;
	margin: 0;
	min-width: 45%;
	padding: 10px 30px;
	text-align: right;
}

/*
---------------------------
END: Header
---------------------------
*/



/*
Left Nav
---------------------
*/
#secondary-menu ul li {
	display: block !important;
}


/*
2nd level children
*/
#secondary-menu ul ul ul {
	display: block !important;
}



