/*
 * Bare CSS file for minimal Explorer UI consitency.
 */

@media screen {
	.print-only {
		display: none;
	}

	sup {
		display: none;
	}

}

nav.navbar {
	border-radius: 0 !important;
	border: none !important;
}

.uswds-banner {
	display: block;
	position: absolute;
	z-index: 1 /* display expanded over top of rest of banner */;
	background-color: #f0f0f0 /* matches .usa-banner, to avoid starting white while iframe loads */;
	border: none;
	width: 100%;
	height: 22px;
	top: 0 /* avoids mis-positioning briefly during page load */;
}
.uswds-banner.expanded {
	height: 167px;

	/* border and box shadow match .dijitDialog */
	border-bottom: 1px solid rgba(0,0,0,0.2);
	box-shadow: 0px 5px 15px rgba(0,0,0,0.5);
}
.uswds-banner + * {
	margin-top: 22px /* height of collapsed uswds banner */;
}
#banner {
	height: 64px;
	background-color: rgb(17,46,81);
	position: relative;
}

#banner .navbar-brand {
	color: white;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0.02em;
	white-space: nowrap;
	padding: 15px 15px 15px 0px;
}
#banner .navbar-brand img {
	height: 34px;
	margin-right: 15px;
	vertical-align: sub;
}
#banner .glyphicon-cog { font-size: 16px; }

#banner .navbar-link:hover { text-decoration: none; }

#banner #home_link,#banner #help_link {
	margin-left: .5em;
}

button#settings-link { padding: 0 }

/* phone screen! */
@media (max-width: 767px) {
	#banner .navbar-link span {
		position: fixed;
		left: -999px;
	}

	#banner a {
		padding-left: 1em;
		font-size: 16px;
	}
	#footer .links.links { margin-top: 7px; }
	#footer .links.links .fBr { display: block; }
}

#banner .linkbar {
	padding-top: 23px;
	font-size: 14px;
	line-height: 14px;
}


#footer {
	color: white;
	background-color: rgb(17,46,81);
	font-size: .9em;
	min-height: 64px;
	padding: .25em;
	line-height: 1.3em;
	margin-top: 10px;
	text-align: center;
}
#footer .links {
	padding: 0 0.5em;
	margin: 14px 0 0 0;
	position: relative;
	display: block;
	text-align: right;
}
#footer .links .fBr { display: none; }
#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover { color: white; }
