/* 2010-Responsive-Design-Toolkit-User-Guide.docx Customizing Your New Site Step*/
.headerBgImg {
/*	background-image: url("http://news.maryland.gov/mema/wp-content/uploads/sites/7/2013/11/night_storm1.jpg"); */
	/****CHANGE HEADER BACKGROUND IMAGE HERE*****/
/*background-image: url("/wp-content/uploads/sites/7/2016/01/agencyHeaderBg-generic.jpg"); */

/* background-image: url("/wp-content/uploads/sites/7/2018/05/agencyHeaderBg-severe.jpg"); */

 background-image: url("/wp-content/uploads/sites/7/2016/12/winter_storm.jpg");

/* background-image: url("/wp-content/uploads/sites/7/2017/05/agencyHeaderBg-hurricaneseason.png"); */

	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
}

#mdgov_enterpriseNavigation {
	z-index: 10;
	width: 100%;
	clear: both;
	background-color: #2b639e; /****NAV LIST BACKGROUND COLOR*****/
}

#mdgov_TopSliverBar {
	width: 100%;
	z-index: 1000;
	min-height: 33px;
	background-color: #000;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #2b639e; /*******TOP BANNER SLICE COLOR CHANGE HERE*****/
	font-size: 80%;
}

#footer_block {
	background-color: #000;
	border-top: 4px #2b639e solid; /******FOOTER COLOR CHANGE HERE******/
	width: 100%;
	color: #fff;
}

#mdgov_mobileNavButton a {
	position: absolute;
	left: 0;
	height: 21px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #000;
	text-decoration: none;
	background-color: #2b639e;
	text-align: left;
	font-size: 165% !important;
	width: 100%;
	text-indent: 1.5%;
	padding: 6px 0;
	border-bottom: 4px solid #000;
}
		
/* Fix for Navigate up dropdown menu doesn't display properly - background should not be transparent */
.s4-breadcrumb-menu{
/* [RecolorImage(themeColor:"Light1")] */
 background:url("/_layouts/images/selbg.png") repeat-x left top;
/* [ReplaceColor(themeColor:"Light1",themeShade:"0.95")] */
 background-color:#f8f8f8;
/* [ReplaceColor(themeColor:"Light2-Medium")] */
 border-color:#94989f;
}
/* Fix for dropdown list height */
select {height:29px;}

/* Webparts (Page Viewer, XML Viewer and RSS Viewer) body color transparent look */
.ms-WPHeader, .ms-bottompagingline1, .ms-bottompaging  {background-color: transparent; } 
.ms-vb,
.ms-vb2,
.ms-alternating,
.ms-WPBody,
.ms-itmhover, .ms-vh2 {background-color: transparent !important;}