@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);

body {
	/*background-color: #fcf0be;
    background-color: rgba(75, 129, 199, 0.08); #eff3fa;*/
    min-width: 320px;
	background: #edecd9 url('https://msa.maryland.gov/msa/homepage/egov/img/bg-body.gif');
}
h1, h2
{
    margin: 0 0 20px 0;
    line-height: 100%;
}
ul 
{
    margin-bottom: 0;
}
/* Legacy skipNav container (actual visible skip link styling is in agency-header.css) */

.skipNav {
    position: absolute;
    left: 0;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

a:hover, a:focus {
    text-decoration: underline;
    outline: none;
}
  
.hidden {
    display: none;
}
.row-fluid {
    clear: both;
}
.mdgov_imgLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.mdgov_imgRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
/* [ ENTERPRISE TOP BAR ] 

#mdgov_TopSliverBar {
	color: #fff;
}

#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;
	font-size: 80%;
}
*/
/* =========================================================
   Settings nav (sliver links)
   ========================================================= */

#mdgov_settingsNav 
{
    margin: 0;
}

#mdgov_settingsNav li {
    margin-right: 10px;
}
		
#mdgov_settingsNav a,
#mdgov_settingsNav a:link {
	color: #fff;
}

/*
#mdgov_TopSliverBarContent {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
		
#mdgov_sliverRight a,
#mdgov_sliverRight a:link {
	color: #fff;
	padding-right: 10px;
}

/*
#mdgov_sliverRight li:hover a,
#mdgov_sliverRight li a:focus,
#mdgov_sliverRight li a:active,
#mdgov_sliverRight li a.active,               
    [tabindex]:focus-visible {
        outline: 3px solid #ffffff;
        outline-offset: 3px;
    
    position: relative;
    text-decoration: none;
}

*/
/*
#mdgov_sliverLeft {
	float: left;	
	white-space: nowrap;
}

#mdgov_sliverRight {
	white-space: nowrap;
	position: absolute;
	right: 2.5%;
	padding: 6px 0;
}
			
#mdgov_sliverRight a,
#mdgov_sliverRight a:link {
	border: none;
	margin: 0;
	position: relative;
	top: 0;
}
*/
/* =========================================================
   Branding block (content theme)
   ========================================================= */
   #agency_branding /* #agency_branding_subpage */ {
    padding: 40px;
    background-image: url(../img/bgblack50.png);

}
#agency_branding_subpage {
    padding: 20px;
}
#mdGov_logo {
    float: left;
    width: 140px;
    padding: 6px 0 0 20px;
    margin-top: -22px;
}
#agencyTitle {
    float: left;
    width: 540px;
    padding: 20px 0 0 40px;
}
#agencyLogo {
    float: right;
    width: 132px;
    padding: 15px 20px 0 0;
}
#agencyLogo_subpage {
    float: right;
    width: 150px;
    padding: 15px 20px 0 0;
}
.mdgov_socialNav {
    float: right;
    min-width: 200px;
    margin-top: 15px;
}
#footer_right .mdgov_socialNav {
    margin-top: 0;
}


/* =========================================================
   Primary content layout
========================================================= */

   #primary_content_Block {
    background-color: #fff;
    padding: 20px 0;
    float: left;
    width: 100%;
    }
    .primary_left_col_list 
    {
        margin-bottom: 20px;
    }
    #primary_left_col .mdgov_contentWrapper
    {
        padding: 0 0 0 20px;
    }
    #primary_middle_col  .mdgov_contentWrapper
    {
        padding: 0 0 0 20px;
        border-left: 1px solid #ccc;
    }
    #primary_right_col  .mdgov_contentWrapper
    {
        padding: 0 20px;
        border-left: 1px solid #ccc;
    }

    #primary_one_col  .mdgov_contentWrapper
    {
        padding: 0 20px;
    }
    #sub_primary_right_col {
        float: left;
        border-left: 1px solid #ccc;
        padding: 0 20px 20px 20px;
        margin-top: 20px;
    }
    #primary_content_Block h2 {
        font-size: 24px;
        line-height: 24px;
        
        /*font-family:Roboto, Arial, Helvetica, sans-serif;
        font-weight:300;*/
    }

    header h2{
        font-family:Roboto, Arial, Helvetica, sans-serif;
        font-weight:300;
    }



    /*==================================================*/
    /* =========================================================
    Links + text
    ========================================================= */

    .mdgov_contentWrapper a:link {
        color: navy;
        text-decoration: underline;
    }
        .mdgov_contentWrapper a {
            color: #000;
            text-decoration: none;
        }
    /***End - added 9/30/15***/

    p {
    /*font-size: 1.075em; was 1.095em changed on 9/30/15*/
    /*padding-bottom: 5px; removed on 4/22/15 */
    line-height: 1.5;
    }

    a {
    word-wrap: break-word;
    }
    a:visited{
        color:#A00017; /*blue: #0066FF*/
    } 

    h1 {
    font-family: roboto condensed;
    line-height: 1.5;
    font-weight: 400;
    /*color: #fff;
    background-color:#2b639e;*/
    /* background-color: #f5f5f5; */
    padding: 3px 0 0 0px;
    font-size: 1.75em;
    text-decoration: none !important;
    }

    h2 {
    font-family: roboto condensed;
    font-weight: 400;
    font-size: 1.5em;
    color:#444;
    text-decoration:none !important;
    }
    #secondary_content_Block h3 {
    font-size:.895em;
    color:#1c468e;
    }

    h4 {
    /*background-color: #E0F2F1 was #f5f5f5, like #edecd9 */; 
    /*padding:18px; */
    -moz-border-radius: 15px;
    border-radius: 5px;
    }

    h4 a {
    font-family: roboto condensed;
    font-weight: 400;
    font-size: 1.125em;
    line-height: 1.325;
    /*text-decoration: none !important;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ccc;
    list-style: none;*/
    }


   /*==================================================*/

   /* =========================================================
   Tables
   ========================================================= */
    table{
    padding: 4px;
    border: none;
    border-spacing: 0;
    }

    /* If this is intentional for your pages, keep it (but know it hides table headers) */
    table th{ display: none; }
    /*table a {
        color: #333 !important;
        }*/
	
	table h3 {
	font-size: 1em;
	font-family: roboto condensed;
	font-weight: 400;
	}
	table h4 a {
	font-size: 1em;
	font-family: roboto condensed;
	font-weight: 400;
	padding:3px
	}
	
	table td b {
	font-weight: 400;
	font-size: .895em;
	} /*used on mdglance.html */
	

    /*	tr {
    border:1px solid #333;
    border-spacing: 8px;
    }*/



	.mainTable td {
	border: 1px solid #333;
	padding-top: 8px;
	/*mmtoc.html*/
}
	.mainTable h3{
	font-size:1.2em;
	}
	


    .mainTable {
        /* background-color: #fff; */
        padding:4px;
        /*border:1px;
        *border-collapse: collapse;
    IE7 and lower 
        border-spacing: 0;*/
    }

    .mainTable td{
    border: 1px solid #333;
    padding-top: 8px;
    }

    .cell td /*mmtoc1.html*/{
        padding-left: 10px;
        border:none !important;
    }

    td{
    border: 1px solid #343E41;
    padding-top: 8px;
    }

    /* Responsive overflow wrapper */
    .mdgov_OverflowTable{
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    }

    .mdgov_OverflowTable table{
    width: 100%;
    }
   
    /* =========================================================
   Components / helpers
   ========================================================= */
    .uiMessage{
    padding: 20px;
    border-radius: 5px;
    background-color: #ffffcc;
    border: 1px solid #FFDEA3;
    text-align: center;
    }

    .hidden-accessible{
    position: absolute;
    left: 0px;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    }

    .centerContent{
    margin: 20px;
    text-align: center;
    }

    /* =========================================================
    Google Translate tweaks
    ========================================================= */
 .goog-te-gadget .goog-te-combo{
   margin: 4px 0;
   height: 26px;
 }
 
 a.goog-logo-link{ text-decoration: none !important; }
 
 /* =========================================================
   ACCESSIBILITY: CONTENT-AREA KEYBOARD FOCUS ONLY
   - nav focus styles are in agency-header.css
   ========================================================= */
#primary_content_Block a:focus,
#primary_content_Block a:focus-visible,
#primary_content_Block button:focus,
#primary_content_Block button:focus-visible,
#primary_content_Block input:focus,
#primary_content_Block input:focus-visible,
#primary_content_Block select:focus,
#primary_content_Block select:focus-visible,
#primary_content_Block textarea:focus,
#primary_content_Block textarea:focus-visible,
#primary_content_Block [tabindex]:focus,
#primary_content_Block [tabindex]:focus-visible{
  outline: 3px solid #000 !important;
  outline-offset: 3px !important;
}

/* =========================================================
   Responsive adjustments (kept, but trimmed to non-header/nav)
   ========================================================= */
@media (max-width: 767px){
  iframe{ width: 100%; }

  #primary_left_col .mdgov_contentWrapper{ padding: 0 20px; }

  #footer_block{ text-align: center; }

  .footerLinks ul{
    display: block;
    width: 100%;
  }

  .footerLinks li{
    display: block;
    width: 100%;
    clear: both;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }

  .footerLinks li a{
    padding: 5px 0;
    display: block;
    width: 100%;
  }

  /* Custom: sidebar mobile style */
  .cl_subNav li a{
    background-color: #fff;
    background-image: url("../img/sprites/nav_sprite.png");
    background-position: left -599px;
    background-repeat: no-repeat;
    color: #08c;
    padding: 0px 15px;
  }

  .cl_subNav li a:hover{ background-color: #fff; }

  #secondary_left_col,
  #secondary_middle_col_lt,
  #secondary_middle_col_rt,
  #secondary_right_col{
    border-left: 0;
  }

  #primary_middle_col .mdgov_contentWrapper,
  #primary_right_col .mdgov_contentWrapper{
    border: 0;
    padding: 0 20px;
  }

  #primary_content_Block{
    margin-top: 20px;
    padding: 0;
  }

  #sub_primary_right_col{
    float: left;
    width: 95%;
    border-left: 0;
  }

  #footer_left{ padding-right: 20px; }
  #footer_right{
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
  }
}

@media (max-width: 480px){
  body{ padding: 0; }

  .container{ width: 100%; }

  .zipInput{ width: 130px; }

  .cl_socialNav{ float: none; }
}



#headerBackground {
    width: 100%;
    z-index: -1;
}
#headerBgSubpage {
    height: 100%;
    width: 100%;
    min-height: 110px;
    z-index: -1;
}
.headerBgImg {
    background-image: url(../img/statehouse_banner1.jpg); /*domewater1.jpg*/
    background-repeat:no-repeat;
    background-position: top center; /*was top center*/
    background-size: 120%;
	background-color:#0C0C0C;
   
}
#mdgov_homeLink a {
    display: block;
    text-align: center;
    width: 100%;
    height: 90px;
    background-image: url("../img/mdgov_crown_logo.png");
    background-repeat: no-repeat;
    background-size: 120px auto;
     
}
#mdgov_homeLink a:focus {
    background-image: url("../img/mdgov_crown_logo_hover.png");
}
#mdgov_agencyHeader {
    float: right;
}
#mdgov_agencyLogo {
    width: 55%;
    float: right;
}
#mdgov_agencyLogo img {
    max-height: 75px;
}
#mdgov_agencyTitle {
    margin-top: 20px;
}
.headerBgImgSubpage {
    background-image: url(../img/agencyheaderbg-generic.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}
#header.subpage {
    min-height: 110px;
}
#header_left {
    float: left;
    width: 160px;
    height: 117px;
}
#header_mid {
    float: left;
    width: 530px;
    height: 117px;
}
#header_right {
    float: right;
    width: 270px;
    height: 117px;
}
#header.subpage {
    min-height: 110px;
  }
  
  #headerBackground {
    width: 100%;
    z-index: -1;
  }
  #headerBgSubpage {
    height: 100%;
    width: 100%;
    min-height: 110px;
    z-index: -1;
  }
  .headerBgImg {
    background-image: url(../img/statehouse_banner1.jpg); /*domewater1.jpg*/
    background-repeat:no-repeat;
    background-position: top center; /*was top center*/
    background-size: 120%;
  background-color:#0C0C0C;
   
  }
  
  
  .headerBgImgSubpage {
    background-image: url(../img/agencyheaderbg-generic.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  #header.subpage {
    min-height: 110px;
  }
  


.footerLinks ul {
    float: left;
    margin: 0 0 20px 0;
    padding: 0;
	
	text-transform:uppercase; 
	font-size:90%;	
}
.footerLinks li {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #fff;
}
.footerLinks li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}
/* [ SEARCH ] */

#mdgov_enterpriseSearch {
    position: relative;
    z-index: 10;
    width: 100%;
    margin: 40px auto;
}
#mdgov_enterpriseSearch section header 
{
    position: relative;
}

#mdgov_enterpriseSearch section header .mdgov_moreLink 
{
    font-size: 55%;
    position: relative;
    top: -4px;
    left: 20px;
    color: #999;
}

.mdgov_inner #mdgov_enterpriseSearch {
    float: left;
}

.modal-backdrop {
	display: none;
	z-index: 1000;
}
	
#mdgov_enterpriseSearchContainer {
	margin: 0 auto;
	z-index: 1051;
	width: 95%;
	max-width: 960px;
}

#mdgov_searchContent 
{
    padding: 20px;
}

#mdgov_searchContent .cl_contentBlock:last-child {
    margin-bottom: 20px;
}
	
#mdgov_searchContent h2
{
    font-size: 150%;
    color: #900;
}
	
#mdgov_searchContent a i
{
    color: #ccc;
}
	
#mdgov_searchInput {
	z-index: 1001;
	position: relative;
	float: left;
	width: 60%;
	margin-right: 30px;
	font-size: 150%;
}

.mdgov_inner #mdgov_searchInput {
	margin-right: 0;
	font-size: 150%;
	z-index: 1060;
}

#mdgov_searchInput .mdgov_searchInputBox 
{
    color: #999;
	width: 100%;
	height: 47px;
	padding: 0px;
	box-sizing: border-box;
	text-indent: 10px;
	overflow: hidden;
	line-height: 45px;
	margin-bottom: 0;
	outline: none;
	font-size: 90%;
	border-radius: 5px;
	border: none !important;
	-moz-box-shadow: 0px 0px 5px 0px #000;
	-webkit-box-shadow: 0px 0px 5px 0px #000;
	box-shadow: 0px 0px 5px 0px #000;
	-webkit-appearance: none;
	font-family:roboto, arial;
	font-weight: 300;
}

.mdgov_inner #mdgov_searchInput .mdgov_searchInputBox {
	margin: 0;
}

#mdgov_searchInput .mdgov_searchButton {
    z-index: 1002;
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    padding: 4px 5px;
    font-size: 20px;
    border-radius: 0px 5px 5px 0px;
    border: none;
}

.mdgov_searchIcon {
    background-image: url(../img/icons/search.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    height: 40px;
}

.btn-primary {
	background-color: #2b639e;
	padding:8px;
	background-image: -moz-linear-gradient(top, #333, #000);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#000));
	background-image: -webkit-linear-gradient(top, #333, #000);
	background-image: -o-linear-gradient(top, #333, #000);
	background-image: linear-gradient(to bottom, #333, #000);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#000', GradientType=0);
	border-color: #000 #000 #000;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	color: #fff !important;
}

.btn-primary:hover, 
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #000;
  *background-color: #333;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #333 \3;
}

/* [ / SEARCH ] */

/* [ STATEWIDE ALERTS ] */

#mdgov_trendsAndAlerts p 
{
    margin: 0;
}

#mdgov_trendsAndAlerts a 
{
	color: #fff;
	font-size: 90%;
}

#mdgov_trendsAndAlerts 
{
	height: 46px;
	color: #fff;
	box-sizing: border-box;
	z-index: 1001;
	border-radius: 5px;
	overflow: hidden;
	font-size: 90%;
	box-shadow: 0px 0px 5px 0px #000;
	zoom: 1;
}


#mdgov_trendsAndAlerts.hasAlert {
	display: block !important;
	color: #000;
	background-color: #FC0;
}

#mdgov_trendsAndAlerts.hasAlert #mdgov_alerts a p {
    padding: 0px 40px 0px 0px;
}

#mdgov_trendsAndAlerts #mdgov_alerts,
#mdgov_trendsAndAlerts #mdgov_trending {
	margin: 6px 10px;
}

#mdgov_alerts p{
	clear: none;
}

#mdgov_trendsAndAlerts.hasAlert #mdgov_alerts {
	display: block;	
}
				
#mdgov_trendsAndAlerts.hasAlert #mdgov_trending {
	display: none;	
}
				
#mdgov_trendsAndAlerts.hasAlert #mdgov_alerts a {
	display: block;
    color: #000;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #000;
}

#mdgov_trendsAndAlerts.hasAlert #mdgov_alerts a:last-child {
	display: block;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}
				
#mdgov_trendsAndAlerts.hasAlert #mdgov_alerts a:hover,
#mdgov_trendsAndAlerts.hasAlert #mdgov_alerts a:active {
	text-decoration: none;
}

.mdgov_alertIcon {
	background-image: url(../img/icons/warning-sign.png);
    background-repeat: no-repeat;
    background-position: left;
    width: 35px;
    height: 35px;
	float: left;
	margin-right: 10px;	
    display: inline-block;
}
				
#mdgov_trendsAndAlerts h2 {
	clear: none;
	text-transform: uppercase;
	font-size: 100%;
	margin-bottom: 2px;	
	padding-bottom: 0;
	border-bottom: none;
}

#mdgov_trendsAndAlerts ul {
	width: 500px;
}

#mdgov_trendsAndAlerts li a {
	margin-right: 5px;	
}

#mdgov_trendsAndAlerts li:after {
	content: "\2022";
	margin-right: 5px;
}

#mdgov_trendsAndAlerts li:last-child:after {
	content: "" !important;
	margin-right: 0 !important;
}

#mdgov_alertCount p 
{
    font-size: 100%;
    border-radius: 5px;
    background-color: #900;
    border: 2px solid #FFF;
    position: absolute;
    top: 10px;
    color: #FFF;
    padding: 1px 9px;
    text-align: center;
    font-weight: bold;
    right: 10px;
}

/* [ STATEWIDE ALERTS ] */

/* [ AGENCY ALERTS ] */

#agency_trendsAlertsWrapper 
{
    position: relative;
}

#agency_trendsAndAlerts p 
{
    margin: 0;
}

#agency_trendsAndAlerts a 
{
	color: #fff;
	font-size: 90%;
}

#agency_trendsAndAlerts 
{
	height: 47px;
	color: #fff;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 1001;
	border-radius: 5px;
	overflow: hidden;
	font-size: 90%;
	box-shadow: 0px 0px 5px 0px #000;
	zoom: 1;
}

#agency_trendsAndAlerts.hasAlert {
	display: block !important;
	color: #000;
	/*background-color: #FC0;*/ /*Uncomment for a yellow background*/
	background-color: #000; /*black background*/
}

#agency_trendsAndAlerts.hasAlert #agency_alerts a p {
    padding: 0px 40px 0px 0px;
}

#agency_trendsAndAlerts #agency_alerts,
#agency_trendsAndAlerts #agency_trending {
	margin: 6px 10px;
}

#agency_alerts p{
	clear: none;
}

#agency_trendsAndAlerts.hasAlert #agency_alerts {
	display: block;	
}
				
#agency_trendsAndAlerts.hasAlert #agency_trending {
	display: none;	
}
				
#agency_trendsAndAlerts.hasAlert #agency_alerts a {
	display: block;
    color: #fff; /*Change color based on the background-color of your alert box*/
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #000;
}

#agency_trendsAndAlerts.hasAlert #agency_alerts a:last-child {
	display: block;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}
				
#agency_trendsAndAlerts.hasAlert #agency_alerts a:hover,
#agency_trendsAndAlerts.hasAlert #agency_alerts a:active {
	text-decoration: none;
}

.agency_alertIcon {
	background-image: url(../img/icons/warning-sign.png);
    background-repeat: no-repeat;
    background-position: left;
    width: 35px;
    height: 35px;
	float: left;
	margin-right: 10px;	
    display: inline-block;
}
				
#agency_trendsAndAlerts h2 {
	clear: none;
	text-transform: uppercase;
	font-size: 100%;
	margin-bottom: 2px;	
	padding-bottom: 0;
	border-bottom: none;
}

#agency_trendsAndAlerts ul {
	width: 500px;
}

#agency_trendsAndAlerts li a {
	margin-right: 5px;	
}

#agency_trendsAndAlerts li:after {
	content: "\2022";
	margin-right: 5px;
}

#agency_trendsAndAlerts li:last-child:after {
	content: "" !important;
	margin-right: 0 !important;
}

#agency_alertCount p 
{
    font-size: 100%;
    border-radius: 5px;
    background-color: #900;
    border: 2px solid #FFF;
    position: absolute;
    top: 10px;
    color: #FFF;
    padding: 1px 9px;
    text-align: center;
    font-weight: bold;
    right: 10px;
}

/* [ AGENCY ALERTS ] */



.mdgov_contentWrapper h1
{
	font-family:Roboto, Arial, Helvetica, sans-serif;
	font-weight:300;
}

.cl_base_hNav {
	list-style: none;
	clear: both;
	margin: 0;
	padding: 0;
}

.cl_base_hNav li {
    float: left;
    list-style: none;
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
}

.cl_base_hNav li a {
	/* LAYOUT */
	display: block;
	float: left;
}

.cl_iconNav {
    padding-left: 0px;
    margin: 0;
}
.cl_iconNav li {
    list-style: none;
    background-image: url("../img/sprites/nav_sprite.png");
    background-position: left -599px;
    background-repeat: no-repeat;
    color: #1c468e;
    padding-left: 15px;
}

/*** Montage Slide ***/
#mdgov_featuredMontage {
    margin: 0;
    padding: 0;
}
hgroup h2, hgroup h3 {
    font-size:22px !important; /*was 16px*/
    color:#000;
    font-weight: 300;
    margin:0 0 7px 0 !important;
    /*padding:0 !important;*/
	font-family:Roboto;
	border-bottom:1px solid #D2CB28; /*was #ff6600*/
	font-style:italic;
	/*background-color:#FF5E0F; if using bk color -font should be #fff*/
}
.rslides {
    position: relative;
    margin: 0 auto 40px;
}
	.rslides li {
		position: absolute;
		opacity: 0;
		width: 100%;
		left: 0;
		top: 0;
		margin-bottom: 5px !important;
		list-style: none;
		z-index: 0;
	}
	.rslides li a {
		text-decoration:none;
	}
	.rslides li:first-child {
		position: relative;
		display: block;
		float: left;
		padding-bottom: 7px; /*added 1/12/15*/
	}
	.rslides img {
		display: block !important;
		height: auto;/*350px; 1st was auto then 275px, 330px*/
		float: left;
		width: 100%;
		border: 0;
		
	}
	.rslideshow h3 {
		font-size:16px !important; /*was 15px*/
		color:#1c468e
	}
.rslides_tabs {
    padding: 5px;
    text-align: center;
    width: 100%
}
	.rslides_tabs li {
		display: inline;
		float: none;
		margin-right: 1px;
	}
	.rslides_tabs a {
		width: auto;
		padding: 5px 10px;
		height: auto;
		background: transparent;
		display: inline;
	}
	.rslides_tabs li:first-child {
		margin-left: 0;
	}
	.rslides_tabs li a {
		background: #333; /*like #2FD8E7*/
		border-radius: 10px; /*was 10px*/
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
		color: transparent;
		padding: 7px;
		font-size: 0;
		margin-right: 5px;
	}
	.rslides_tabs .rslides_here a {
		background: #fff; /*7c7c7c*/
		border: 2px solid #333;
	}
.zipInput {
    width: 140px;
    margin-right: 5px;
}
#secondary_content_Block {
	/*background:url(../img/secondary-bg1.jpg);*/
    background-color: #eee;
    width: 100%;
    border-bottom: 1px solid #ccc;
	 border-top: 3px #2b639e solid; 
}
#secondary_left_col {
    background-color: #eee;
    float: left;
    padding: 0 0 20px 20px;
    margin-top: 20px;
}
.leftMargin0 {
    margin-left:0 !important
}
#secondary_middle_col_lt,
#secondary_middle_col_rt {
    background-color: #eee;
    float: left;
    border-left: 1px solid #ccc;
    padding: 0 0 20px 20px;
    margin-top: 20px;
}
#secondary_right_col {
    background-color: #eee;
    float: left;
    border-left: 1px solid #ccc;
    padding: 0 20px 20px 20px;
    margin-top: 20px;
}
#secondary_content_Block h3 {
    font-size: 18px; /*was 16px*/
    line-height: 19px;
    margin: 10px 0 3px 0;
	
	font-family:Roboto;
	font-weight:400;
}
.secondary_image_block {
    height: 90px;
}
#footer_block {
    border-top: 6px #2b639e solid; /*was 4px*/
    color: #fff;
	background-color:#18253A; /*was 1e2e47*/
	font-size:.895em
}
#footer_block a {
    color: #fff;
}
#footer_left {
    padding: 20px 0 0 20px;
}
	#footer_left p{
	font-size:95%;
}
	
#footer_block p {
	clear: both;
}
#footer_right {
    padding: 20px 20px 20px 0;
}
.cl_socialNav {
    float: right;
}
.cl_socialNav li {
    margin-left: 5px;
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
}
.cl_socialNav li:first-child {
    margin-left: 0;
}
.cl_socialNav li a {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(../img/sprites/social-icons.png);
    background-repeat: no-repeat;
    background-position: left 0;
    text-indent: -99999px;
}
.cl_socialNav li a.sm-facebook, .cl_socialNav_Small li a.sm-facebook {
    background-position: left 0;
}
.cl_socialNav li a.sm-facebook:hover, .cl_socialNav li a.sm-facebook:focus, .cl_socialNav li a.sm-facebook:active {
    background-position: right 0;
}
.cl_socialNav li a.sm-twitter {
    background-position: left -41px;
}
.cl_socialNav li a.sm-twitter:hover, .cl_socialNav li a.sm-twitter:focus, .cl_socialNav li a.sm-twitter:active {
    background-position: right -41px;
}
.cl_socialNav li a.sm-googleplus {
    background-position: left -82px;
}
.cl_socialNav li a.sm-googleplus:hover, .cl_socialNav li a.sm-googleplus:focus, .cl_socialNav li a.sm-googleplus:active {
    background-position: right -82px;
}
.cl_socialNav li a.sm-tumblr {
    background-position: left -121px;
}
.cl_socialNav li a.sm-tumblr:hover, .cl_socialNav li a.sm-tumblr:focus, .cl_socialNav li a.sm-tumblr:active {
    background-position: right -121px;
}
.cl_socialNav li a.sm-foursquare {
    background-position: left -161px;
}
.cl_socialNav li a.sm-foursquare:hover, .cl_socialNav li a.sm-foursquare:focus, .cl_socialNav li a.sm-foursquare:active {
    background-position: right -161px;
}
.cl_socialNav li a.sm-instagram {
    background-position: left -201px;
}
.cl_socialNav li a.sm-instagram:hover, .cl_socialNav li a.sm-instagram:focus, .cl_socialNav li a.sm-instagram:active {
    background-position: right -201px;
}
.cl_socialNav li a.sm-flickr {
    background-position: left -241px;
}
.cl_socialNav li a.sm-flickr:hover, .cl_socialNav li a.sm-flickr:focus, .cl_socialNav li a.sm-flickr:active {
    background-position: right -241px;
}
.cl_socialNav li a.sm-youtube {
    background-position: left -281px;
}
.cl_socialNav li a.sm-youtube:hover, .cl_socialNav li a.sm-youtube:focus, .cl_socialNav li a.sm-youtube:active {
    background-position: right -281px;
}
.cl_socialNav li a.sm-vimeo {
    background-position: left -321px;
}
.cl_socialNav li a.sm-vimeo:hover, .cl_socialNav li a.sm-vimeo:focus, .cl_socialNav li a.sm-vimeo:active {
    background-position: right -321px;
}
.cl_socialNav li a.sm-all {
    background-position: left -361px;
}
.cl_socialNav li a.sm-all:hover, .cl_socialNav li a.sm-all:focus, .cl_socialNav li a.sm-all:active {
    background-position: right -361px;
}
.cl_socialNav li a.sm-rss {
    background-position: left -481px;
}
.cl_socialNav li a.sm-rss:hover, .cl_socialNav li a.sm-rss:focus, .cl_socialNav li a.sm-rss:active {
    background-position: right -481px;
}
.cl_socialNav li a.sm-pinterest {
    background-position: left -521px;
}
.cl_socialNav li a.sm-pinterest:hover, .cl_socialNav li a.sm-pinterest:focus, .cl_socialNav li a.sm-pinterest:active {
    background-position: right -521px;
}
.cl_socialNav li a.sm-blogger {
    background-position: left -561px;
}
.cl_socialNav li a.sm-blogger:hover, .cl_socialNav li a.sm-blogger:focus, .cl_socialNav li a.sm-blogger:active {
    background-position: right -561px;
}
.cl_socialNav li a.sm-settings {
    background-position: left -601px;
}
.cl_socialNav li a.sm-settings:hover, .cl_socialNav li a.sm-settings:focus, .cl_socialNav li a.sm-settings:active {
    background-position: right -601px;
}
.cl_socialNav li a.sm-enewsletter {
    background-position: left -641px;
}
.cl_socialNav li a.sm-enewsletter:hover, .cl_socialNav li a.sm-enewsletter:focus, .cl_socialNav li a.sm-enewsletter:active {
    background-position: right -641px;
}
.cl_socialNav li a.sm-video {
    background-position: left -681px;
}
.cl_socialNav li a.sm-video:hover, .cl_socialNav li a.sm-video:focus, .cl_socialNav li a.sm-video:active {
    background-position: right -681px;
}
.cl_socialNav li a.sm-podcast {
    background-position: left -721px;
}
.cl_socialNav li a.sm-podcast:hover, .cl_socialNav li a.sm-podcast:focus, .cl_socialNav li a.sm-podcast:active {
    background-position: right -721px;
}
.cl_socialNavDirectory {
    float: right;
}
.cl_socialNavDirectory li {
    margin-left: 0;
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
}
.cl_socialNavDirectory li a {
    display: inline-block;
    width: 128px;
    height: 32px;
    background-image: url(../img/sprites/social_media_buttons.png);
    background-repeat: no-repeat;
    background-position: left 0;
    text-indent: -99999px;
}
.cl_socialNavDirectory li a.sm-directory, .cl_socialNavDirectory_Small li a.sm-directory {
    background-position: left -10px;
}
.cl_socialNavDirectory li a.sm-directory:hover, .cl_socialNavDirectory li a.sm-directory:focus, .cl_socialNavDirectory li a.sm-directory:active {
    background-position: right -10px;
}

#mdgov_iaNav {
    min-height: 1px;
}
.subnav_col {
    float: left;
    margin-top: 20px;
}
.cl_subNav {
    margin: 0;
    list-style: none;
    padding: 0;
}
.cl_subNav li a {
/*    background-color: #2b639e;*/
	background-color:#1e2e47;
	background:url(../img/bg-footer.gif) repeat-x 80 50;
    border-bottom: 1px solid #fff;
    color: #fff;
    display: block;
    padding: 10px;
}
.cl_subNav li a:hover {
    background-color: #000;
}
.cl_subNav li a.navTitle {
    background-color: #777;
    font-weight: bold;
    text-transform: uppercase;
}
.cl_subNav li a.active {
    background-color: #000;
}
.cl_subNav li a.active:after {
    background-image: url("../img/sprites/nav_sprite.png");
    background-position: left -474px;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    width: 10px;
}
#mdgov_iaNavTrigger a {
    position: absolute;
    top: 170px;
    text-decoration: none;
    padding: 10px 0 10px 0;
    background-color: #777;
    color: white;
    width: 100%;
    height: 22px;
    margin-right: auto;
}
#sub_primary_middle_col {
    float: left;
    padding: 0 0 20px 0;
    margin-top: 20px;
}
#two_col-left {
    float: left;
    padding: 20px 0 20px 20px;
    margin: 0;
}
#two_col-right {
    float: right;
    padding: 0 20px 20px 20px;
    margin: 0;
    border-left: 1px solid #ccc;
}
.left_col_list {
    float: left;
    margin-right: 24px;
}
.sec_item_img {
    float: left;
    margin: 0 20px 10px 0;
    max-width: 100%}
.centerContent {
    margin: 20px;
    text-align: center;
}



.mdgov_navSub 
{
	width: 0%;
	opacity: 0;
	max-height: 0px;
	/*overflow: hidden;*/
	position: absolute;
	left: -9999px;
	top: 39px;
	background-color: #fff;
	z-index: 1001;
	/*border-bottom: 4px solid #2b639e;*/
    -webkit-transition: max-height 0s ease, opacity .1s ease;
    -moz-transition: max-height 0s ease, opacity .1s ease;
    -o-transition: max-height 0s ease, opacity .1s ease;
    transition: max-height 0s ease, opacity .1s ease;
    transition-delay: .2s;
}

.mdgov_inner .mdgov_navSub 
{
    top: 39px;
    bottom: auto;
    border-top: none;
    border-bottom: 4px solid #08c;
}



.mdgov_navSubContainer 
{
    opacity: 0;
    max-height: 450px; /*was 250px*/
    height: 0px;
    padding: 20px 0;
    /*font-size: 90%;
    background-image: url(../img/backgrounds/megaMenuDivider.gif);*/
    background-repeat: repeat-y;
    background-position: 52.2%;
    background-clip: content-box;
    -moz-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    transition-delay: .2s;
		
	box-shadow: 0 0 15px 0 #3A3A3A;
	border-radius: 0 0 5px 5px;
}

#shortdropdown.mdgov_navSubContainer ul li {
	float: left !important;
	width: 48%;
}
.mdgov_navSubContainer ul li {
	float: left !important;
	/*was width: 48%; */
	width:100%;
}

.mdgov_navSubContainer ul li a {
	color: #069 !important;
	display: block !important;
	float: none !important;
	padding: 0 0 5px 0 !important;
	margin: 0 20px 5px 0 !important;
	text-align: left !important;
	text-transform: none !important;
	border-bottom:1px dotted #ccc;
}

.mdgov_navSubContainer ul.cl_imageNavList li a {
	padding: 0 !important;
	margin: 0 20px 0 0 !important;
}

.mdgov_navSubContainer ul.cl_imageNavList li a:focus img {
	border: 2px solid #900;
}

.mdgov_navSubContainer ul li a:hover,
.mdgov_navSubContainer ul li a:focus {
	color: #000 !important;
}
/*tab navigation dropdown*/
.mdgov_navSubContainerContent {
	display: block;
	max-width: 760px; /*was 960px*/
	margin: 0 auto;
	text-align: left;
}

.mdgov_navSubContainerContent .span1,
.mdgov_navSubContainerContent .span2,
.mdgov_navSubContainerContent .span3,
.mdgov_navSubContainerContent .span4,
.mdgov_navSubContainerContent .span5,
.mdgov_navSubContainerContent .span6,
.mdgov_navSubContainerContent .span12 {
	display: block;
	min-height: 140px;
}

.mdgov_navSubRight .icon-twitter {
	margin-right: 10px;
}

.mdgov_navTweet {
	margin-bottom: 10px;
}

#top_banner  {
	width: 135px;
	padding-right:12px;
}
	#top_banner img {
		height: 70px !important;
	}

#governorBlock 
{
    margin: 20px 0 20px 20px;
}

.sectionMenu {
    margin-left: 10px;
}
.hidden-accessible {
    position: absolute;
    left: 0px;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.mobileButton 
{
    text-decoration: none !important;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
}
.mobileButton:after 
{
    content: "\00BB \0020";
    font-size: 150%;
    position: absolute;
    top: 2px;
    right: 10px;
}

/* [ Tablet-ish... ] */
@media (max-width: 767px) {
	
	iframe {
		width: 100%;
	}
    
	

    #mdgov_trendsAndAlerts.hasAlert,
    #mdgov_trendsAlertsWrapper {
        margin-top: 5px;
    }

    #mdgov_enterpriseSearch {
		margin: 20px auto;
	}
	
	#mdgov_searchInput {
        float: none;
    }

	.mdgov_inner #mdgov_enterpriseSearch {
		float: none;
		width: 100%;
		top: 0;
	}
	
	#mdgov_searchInput {
		width: 100%;
		margin-right: 0;
	}
	
	#mdgov_searchInput .mdgov_searchInputBox {
        font-size: 60%;
    }

    .mdgov_socialNav {
		top: 20px;
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	
	.mdgov_socialNav ul {
	    float: none;
		text-align: center;
	}
	
	.mdgov_socialNav ul li {
	    float: none;
		display: inline-block;
	}

    .mdgov_inner #mdgov_agencyHeader .mdgov_socialNav {
        display: none;
    }
	#primary_left_col .mdgov_contentWrapper {
    	padding: 0 20px 0 20px;
	}
    #footer_block {
        text-align: center;
    }

    .footerLinks ul {
        display: block;
        width: 100%;
    }
	
    .footerLinks li {
        display: block;
        width: 100%;
        clear: both;
        margin-left: 0;
        padding-left: 0;
        border-left: none;
    }
	
    .footerLinks li a {
        padding: 5px 0;
        display: block;
        width: 100%;
    }
	/*Custom removed sidebar background-color and arrow*/
    .cl_subNav li a {
  	list-style: none;
  	background-color:#fff;
    background-image: url("../img/sprites/nav_sprite.png");
    background-position: left -599px;
    background-repeat: no-repeat;
    color: #08c;
    padding: 0px 15px;
	}
		.cl_subNav li a:hover {
			background-color:#fff;
		}
	body#ssubject1 #s-subject1:after, body#ssubject2 #s-subject2:after, body#ssubject3 #s-subject3:after, body#ssubject4 #s-subject4:after, body#ssubject5 #s-subject5:after, body#ssubject6 #s-subject6:after, 
	.arrow_box:after   {
      display:none;
	}
}

@media(max-width:1200px) {

    #agencyTitle {
        float: left;
        width: 550px;
        padding: 10px 0 0 20px;
    }

}

@media(min-width:979px) {
    .hidden-desktop {
        position: absolute;
        left: -10000px;
        top: auto;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }
	#mdgov_mobileNavButton .show, #mdgov_mobileNavButton .hide {
		display:none;
	}
}

@media(max-width:979px) {
    body {
        padding-right: 0;
        padding-left: 0;
    }
    #header.subpage {
        min-height: 80px;
    }
    #header_left {
        height: 70px;
        width: 20%
	}
    #header_mid {
        clear: both;
        height: 60px;
        width: 100%
	}
    #header_right {
        margin-top: -130px;
        height: 70px;
        width: 80%
	}
    #header, #headerBackground, .headerBgImg {
        min-height: 130px;
    }
    .container {
        width: 100%}
    #searchInputBox, #searchInputBox_sub {
        font-size: 16px;
    }
    #main_search_block {
        margin-top: 20px;
    }
    #menu_bar {
        display: none;
    }
    #sub_primary_right_col {
        float: left;
        width: 30%}
    #sub_primary_middle_col {
        padding-left: 20px;
        padding-right: 20px;
    }

    
    #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;
    }
    #mdgov_mobileNavButton a span {
        position: absolute;
        font-size: 85%;
        font-weight: lighter;
    } 
	
	.mdgov_socialNav {
        margin-top: 20px;
    }

    .cl_socialNav {
	    list-style: none;
        padding: 0;
    }


    .cl_socialNav.vertical li {
	    margin-right: 0;
	    margin-bottom: 5px;
	    float: left;
	    display: block;
	    clear: both;
    }


    .cl_socialNav li a {
	    width: 24px;
	    height: 24px;
	    background-image: url(../img/icons/social-icons-sm.png);
    }

    .cl_socialNav li a.sm-twitter {
	    background-position: left -31px;
    }

    .cl_socialNav li a.sm-twitter:hover,
    .cl_socialNav li a.sm-twitter:focus,
    .cl_socialNav li a.sm-twitter:active {
	    background-position: right -31px;
    }

    .cl_socialNav li a.sm-googleplus {
	    background-position: left -61px;
    }

    .cl_socialNav li a.sm-googleplus:hover,
    .cl_socialNav li a.sm-googleplus:focus,
    .cl_socialNav li a.sm-googleplus:active {
	    background-position: right -61px;
    }

    .cl_socialNav li a.sm-tumblr {
	    background-position: left -91px;
    }

    .cl_socialNav li a.sm-tumblr:hover,
    .cl_socialNav li a.sm-tumblr:focus,
    .cl_socialNav li a.sm-tumblr:active {
	    background-position: right -91px;
    }

    .cl_socialNav li a.sm-foursquare {
	    background-position: left -121px;
    }

    .cl_socialNav li a.sm-foursquare:hover,
    .cl_socialNav li a.sm-foursquare:focus,
    .cl_socialNav li a.sm-foursquare:active {
	    background-position: right -121px;
    }

    .cl_socialNav li a.sm-instagram {
	    background-position: left -151px;
    }

    .cl_socialNav li a.sm-instagram:hover,
    .cl_socialNav li a.sm-instagram:focus,
    .cl_socialNav li a.sm-instagram:active {
	    background-position: right -151px;
    }

    .cl_socialNav li a.sm-flickr {
	    background-position: left -181px;
    }

    .cl_socialNav li a.sm-flickr:hover,
    .cl_socialNav li a.sm-flickr:focus,
    .cl_socialNav li a.sm-flickr:active {
	    background-position: right -181px;
    }

    .cl_socialNav li a.sm-youtube {
	    background-position: left -211px;
    }

    .cl_socialNav li a.sm-youtube:hover,
    .cl_socialNav li a.sm-youtube:focus,
    .cl_socialNav li a.sm-youtube:active {
	    background-position: right -211px;
    }

    .cl_socialNav li a.sm-vimeo {
	    background-position: left -241px;
    }

    .cl_socialNav li a.sm-vimeo:hover,
    .cl_socialNav li a.sm-vimeo:focus,
    .cl_socialNav li a.sm-vimeo:active {
	    background-position: right -241px;
    }

    .cl_socialNav li a.sm-all {
	    background-position: left -271px;
    }

    .cl_socialNav li a.sm-all:hover,
    .cl_socialNav li a.sm-all:focus,
    .cl_socialNav li a.sm-all:active {
	    background-position: right -271px;
    }

    .cl_socialNav li a.sm-rss {
	    background-position: left -361px;
    }

    .cl_socialNav li a.sm-rss:hover,
    .cl_socialNav li a.sm-rss:focus,
    .cl_socialNav li a.sm-rss:active {
	    background-position: right -361px;
    }

    .cl_socialNav li a.sm-pinterest {
	    background-position: left -391px;
    }

    .cl_socialNav li a.sm-pinterest:hover,
    .cl_socialNav li a.sm-pinterest:focus,
    .cl_socialNav li a.sm-pinterest:active {
	    background-position: right -391px;
    }

    .cl_socialNav li a.sm-blogger {
	    background-position: left -421px;
    }

    .cl_socialNav li a.sm-blogger:hover,
    .cl_socialNav li a.sm-blogger:focus,
    .cl_socialNav li a.sm-blogger:active {
	    background-position: right -421px;
    }

    .cl_socialNav li a.sm-settings {
	    background-position: left -451px;
    }

    .cl_socialNav li a.sm-settings:hover,
    .cl_socialNav li a.sm-settings:focus,
    .cl_socialNav li a.sm-settings:active {
	    background-position: right -451px;
    }

    .cl_socialNav li a.sm-enewsletter {
	    background-position: left -481px;
    }

    .cl_socialNav li a.sm-enewsletter:hover,
    .cl_socialNav li a.sm-enewsletter:focus,
    .cl_socialNav li a.sm-enewsletter:active {
	    background-position: right -481px;
    }

    .cl_socialNav li a.sm-video {
	    background-position: left -511px;
    }

    .cl_socialNav li a.sm-video:hover,
    .cl_socialNav li a.sm-video:focus,
    .cl_socialNav li a.sm-video:active {
	    background-position: right -511px;
    }

    .cl_socialNav li a.sm-podcast {
	    background-position: left -541px;
    }

    .cl_socialNav li a.sm-podcast:hover,
    .cl_socialNav li a.sm-podcast:focus,
    .cl_socialNav li a.sm-podcast:active {
	    background-position: right -541px;
    }
	#MobileNav:target #mdgov_mobileNavButton .show {display:inline;}
	#MobileNav:target #mdgov_mobileNavButton .hide {display:none;}
	#MobileNav:not(:target) #mdgov_enterpriseNavigation {display:none;}
	#MobileNav:target #mdgov_enterpriseNavigation {display:inherit; }
	
	.hidden-tablet, .hidden-phone{
		display:none
	}
	
}

@media(min-width:767px) {
    .hidden-desktop2 {
        position: absolute;
        left: -10000px;
        top: auto;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }
}

@media(max-width:767px) {
	#mdgov_homeLink {
        width: 100%;
    }
    #mdgov_homeLink a {
        width: 150px;
        margin: 0 auto;
    }
    #mdgov_agencyLogo {
        display: none;
    }
    #mdgov_agencyTitle {
        text-align: center;
    }
    #secondary_left_col, #secondary_middle_col_lt, #secondary_middle_col_rt, #secondary_right_col {
        border-left: 0;
    }
    #primary_middle_col .mdgov_contentWrapper,
    #primary_right_col .mdgov_contentWrapper
    {
        border: 0;
		padding: 0 20px;
    }

    .hidden-phone {
        display: none !important;
    }

    #primary_content_Block {
        margin-top: 20px;
		padding: 0;
    }
    
    .primary_left_col_list 
    {
        margin-bottom: 0;
    }
   .mdgov_subNav,
   .subNavWrapper
   {
        margin-bottom: 20px;
   }
   
   .mdgov_subNav h2
   {
        margin: 0 !important;
   }
   
   .mdgov_subNav h2 a
   {
        display: block;
   }
   
   .mdgov_subNav .subNavWrapper ul
   {
        padding-left: 10px;
   }
   
    #header.subpage {
        min-height: 150px;
    }
    #main_search {
        width: 95%}
    #searchInputBox, #searchInputBox_sub {
        font-size: 13px;
    }
    #mdgov_iaNav {
        height: 0;
        overflow: hidden;
    }
    .mdgov_iaNavOpen {
        height: auto !important;
        overflow: visible !important;
    }
    #sub_primary_right_col {
        float: left;
        width: 95%;
        border-left: 0;
    }
    #footer_left {
        padding-right: 20px;
    }
    #two_col-left {
        padding-right: 20px;
    }
    #two_col-right {
        border-left: 0;
    }
    #mdgov_enterpriseNavigation {
        width: 100%;
        margin-left: 0;
    }
    #social_media_top {
        width: 100%;
    }
    #mdgov_agencyName {
        /*float: right;*/
        width: 120%;
        margin-left : 0px !important;
    }
    #mdgov_agencyHeader {
        float: none;
    }
    
    #footer_right {
        padding: 0 20px 20px 20px;
        margin: 20px 0 0 0;
    }
}

@media(max-width:480px) {
    body {
        padding: 0;
    }
    .container {
        width: 100%
	}
	#mdgov_agencyTitle {
    	padding: 0;
	}
    #main_search_block {
        margin: 10px;
    }
    .main_search_inner {
        margin-left: 10px;
    }
    #searchInputBox {
        height: 40px;
    }
    #searchInputBox_sub {
        width: 77%}
    #main_search a.btn {
        width: 30px;
        height: 21px;
    }
    #main_search_sub a.btn {
        width: 30px;
    }
    .zipInput {
        width: 130px;
    }
    .cl_socialNav {
        float: none;
    }
    #secondary_left_col, #secondary_middle_col_lt, #secondary_middle_col_rt {
        padding-right: 20px;
    }
    #sub_primary_middle_col {
        padding: 0 20px 20px 20px;
        margin-top: 20px;
    }
    #governorBlock {
    	width:90%;
    }
	#columnHeader.span3 {
	border-right:none !important; /*removes right border from 3 column headers */
	width:100% !important;
	}
	/*Social page*/
	a.wide, a.box {
    	width:125px;
        height: 120px;
    }
}

/*Custom (added these two media queries*/
@media (min-width: 768px) and (max-width: 1024px) {
	
	/*Social page
	a.wide, a.box {
    	width:125px;
        height: 120px;
    }*/
	/*Social page*/
	a.wide {
    	width:245px;
        height: 120px;
    }
    a.box {
    	width:125px;
        height: 120px;
    }
}
@media screen and (min-width: 500px) and (max-width: 800px) {
	
	/*Social page*/
	a.wide, a.box {
    	width:125px;
        height: 120px;
    }
}

	.uiMessage {
		padding:20px;
		border-radius:5px;
		background-color:#ffffcc;
		border:1px solid #FFDEA3;
		text-align:center;
	}
	
	.HideMontageImages img {
		display:none;
	}
	.HideMontageImages li {
		list-style: none;
		margin-bottom: 5px !important;
		left: 0;
		top: 0;
	}
	.HideMontageImages hgroup {
		/*border-bottom: 1px solid #ccc;*/
	}
	.HideMontageImages hgroup h2 {
		margin: 0 !important;
		padding: 0 !important;
	}
	.HideMontageImages hgroup h3 {
		margin: 0 0 10px 0 !important;
		padding: 0 0 10px 0 !important;
	}
	.fillImageButton {
		height: 19px;
		padding: 15px 19px 14px 19px;
	}
	.searchButtonDiv
	{
	  line-height:12px;
	  padding: 0 !important;
	  width: 58px !important;
	}
	
/******************** Custom Styles **********************/
/*.mdgov_contentWrapper{font-family: roboto condensed;}

	.mdgov_contentWrapper a {
		color: navy;
		text-decoration: underline;
	}removed on 9/30/15 to add the below*/
	
	/*****Underline links are being added to all <a name>'s. HTML are improperly tagged****/
		

	
	
	/*table a {
	color: #333 !important;
	}*/
	
	table h3 {
	font-size: 1em;
	font-family: roboto condensed;
	font-weight: 400;
	}
	table h4 a {
	font-size: 1em;
	font-family: roboto condensed;
	font-weight: 400;
	padding:3px
	}
	
	table td b {
	font-weight: 400;
	font-size: .895em;
	} /*used on mdglance.html */
	

/*	tr {
  border:1px solid #333;
  border-spacing: 8px;
  }*/



	.mainTable td {
	border: 1px solid #333;
	padding-top: 8px;
	/*mmtoc.html*/
}
	.mainTable h3{
	font-size:1.2em;
	}
	
.cell td /*mmtoc1.html*/{
	padding-left: 10px;
	border:none !important;
}

.imgD {
  padding: 3px;
  border: 1px solid #d6d6d6;
  background-color: #fff;
}

#mdgov_searchInput .mdgov_searchInputBox 
{
width: 80%;
display: inline-block;
border: 1px solid #ccc;
   color:#333;
   font-weight:300;
   font-family:roboto;	
}
#footer_block{
  font-size: .895em;
  line-height: 1;
}
.footerLinks ul {
  text-transform: uppercase;
  font-size: 90%;
}

.responsivefooter {
	width:100% !important;
	font-size:.895em;
	/*background-color:#fff;
	used for /msa/text/footer.txt*/
}
	.responsivefooter b {
	font-weight:700;
	/*used for /msa/text/manualfooter.txt*/
	}

	.responsivefooter td {border:none}

.mdgov_OverflowTable {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.mdgov_OverflowTable table {
    width: 100%;
    /*white-space: nowrap;  Optional */
}

a:active {color:#0d0674}
a:visited {color:#a00017}
/*a:link {color:#06740d;}*/

/*Google Spanish Translator*/
.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
	height:26px;
}

a.goog-logo-link{
	text-decoration:none !important;
}



/* =========================================
   ACCESSIBILITY: SITE-WIDE KEYBOARD FOCUS
   ========================================= */

/* For keyboard users (modern browsers) 
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid #ffffff;   
  outline-offset: 3px;
}



/* =========================
   SEARCH: prevent wrapper ring
   ========================= */
.mm-search-form:focus-within {
  outline: none;
  box-shadow: none;
}

/* INPUT: focus ring INSIDE (won't merge, won't get clipped) */
.mm-search-input:focus-visible {
    outline: none;
    box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 5px #111;
  }

/* BUTTON: focus ring INSIDE the button so it shows even with overflow:hidden */
.mm-search-btn:focus,
.mm-search-btn:focus-visible {
  outline: 3px solid #fff !important;
  outline-offset: -3px !important;   /* draws inside */
  box-shadow: inset 0 0 0 5px #111 !important;  /* inside ring */
}

/* CONTENT AREA: make focus visible on white background (wins over global white outline) */
#primary_content_Block a:focus,
#primary_content_Block a:focus-visible,
#primary_content_Block button:focus,
#primary_content_Block button:focus-visible,
#primary_content_Block input:focus,
#primary_content_Block input:focus-visible,
#primary_content_Block select:focus,
#primary_content_Block select:focus-visible,
#primary_content_Block textarea:focus,
#primary_content_Block textarea:focus-visible,
#primary_content_Block [tabindex]:focus,
#primary_content_Block [tabindex]:focus-visible {
  outline: 3px solid #000 !important;
  outline-offset: 3px !important;
}

#mdgov_enterpriseNavigation a.level0[aria-current="page"] {
  border-bottom: 4px solid #d5b844;
  text-decoration: none;
}
/* Logo focus: visible ring that won't get clipped */
#mdgov_homeLink a:focus,
#mdgov_homeLink a:focus-visible{
  outline: 3px solid #000 !important;
  outline-offset: 4px !important;
}

/* If outline gets clipped anywhere, use box-shadow instead */
#mdgov_homeLink a:focus-visible{
    outline: 3px solid #ffffff !important;
    outline-offset: 1px !important;
  

}
/* Make image-links show focus */
#mdgov_agencyTitle a:focus-visible,
#mdgov_agencyTitle a:focus{
  outline: 3px solid #ffffff !important;
  outline-offset: 4px !important;
}

/* If the image itself needs the ring */
#mdgov_agencyTitle a:focus-visible img{
  outline: 3px solid #ffffff !important;
  outline-offset: 4px !important;
}

.mm-secondary-nav {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #ccc;
  }
  
 
  
 
    .mm-secondary-nav h2,
    .mm-secondary-nav h3,
    .mm-secondary-nav h4 {
    font-family: 'Calibri', Helvetica, Arial, sans-serif !important;
    font-size: 1.15rem !important;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    color:rgb(15, 15, 15);
    text-transform: uppercase;
    font-weight: 500;
  }
  .mm-secondary-nav ul {

   
    margin: 0;
  }
  
  .mm-secondary-nav li {
    margin: 0.25rem 0;
  }
  
  .mm-secondary-nav a,
  .mm-secondary-nav a:link
    {
        color:#0d0674            
        text-decoration: underline;
        text-underline-offset: 0.15em;
      }
  .mm-secondary-nav a:visited {
    color:#a00017
  }
  
 
  .mm-secondary-nav a:hover
    {
        text-decoration-thickness: 2px;
      }
  .mm-secondary-nav a:focus-visible {
    outline: 3px solid #fec232;
  outline-offset: 2px;
  }
  /* =========================
   Maryland Manual: small visual cleanup
   (safe override file)
   ========================= */
/*
.mm-breadcrumbs {
  margin: 18px 0 10px;
  font-size: 0.95rem;
}

.mm-breadcrumbs ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mm-breadcrumbs li::after {
  content: "›";
  margin-left: 8px;
  opacity: 0.65;
}

.mm-breadcrumbs li:last-child::after {
  content: "";
}

.mm-breadcrumbs a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.breadcrumb-nav {
  font-size: 1.5rem;
  margin: 18px 0 10px;
}
 

.breadcrumb-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}

.breadcrumb-arrow {
    opacity: 0.6;
    font-size: 0.9rem;
    line-height: 1;
    margin: 2px 0;
  }

  
.breadcrumb-level-1 {
 
  font-size: 1rem;
}

.level-2 {
  padding-left: 20px;
  font-size: 0.9rem;
}

.level-3 {
  padding-left: 40px;
  font-size: 1.3rem;

}
*/
.breadcrumb-list { list-style: none; padding: 0; margin: 0 0 1rem 0; }
.crumb { margin: 6px 0; }
.breadcrumb-level{ margin-bottom: 10px;}
.level-1 { font-size: 1.25rem; font-weight: 600 !important; }
.level-2 { font-size: 1.2rem; font-weight: 600 !important; }
.level-3 { font-size: 1.1rem; font-weight: 500 !important; }
.level-4 { font-size: 1rem; opacity: 0.75; font-weight: 400 !important; }
.last-level {opacity: 0.75; font-size: 1em; font-weight: inherit !important; }

.breadcrumb-nav {
  border-left: 4px solid #5a4747; /* neutral, non-semantic color */
  padding-left: 12px;
  margin-bottom: 1rem;
}

  .breadcrumb-level[aria-current="page"] {
  color: #1b1919 !important;
}
.separator {
  margin-right: 8px;
}

.mm-page-title {
  margin: 6px 0 14px;
}

/* Related links card */
.mm-related {
  margin: 28px 0 0;
  padding: 16px 18px;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  background: #fafafa;
}

.mm-related h2 {
  margin: 0 0 10px;
  font-size: 1.1rem;
}

.mm-related ul {
 
  margin: 0;
  padding: 0;
  columns: 2;              /* nice + compact */
  column-gap: 24px;
}

.mm-related li {
  break-inside: avoid;
  margin: 0 0 8px;
}

.mm-related a {
  display: inline-block;
  padding: 2px 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Make it 1 column on small screens */
@media (max-width: 700px) {
  .mm-related ul { columns: 1; }
}

/* Keyboard focus stays clear */
.mm-breadcrumbs a:focus-visible,
.mm-related a:focus-visible {
  outline: 3px solid #000;
  outline-offset: 3px;
}
/* Maryland Judges + Image layout */
.md-judges-layout {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  max-width: 80%;
 
}

/* Judges content stays left */
.md-judges-layout section {
  flex: 1;
}

/* Image stays right */
.md-judge-image {
  flex: 1;
  max-width: 350px;
}

.md-judge-image img {
  width: 100%;
  height: auto;
  display: block;
}

.md-judge-image figcaption {
  margin-top: 0.5rem;
  
  line-height: 1.4;
  color: #333;
}

/* Mobile-friendly: stack vertically */
@media (max-width: 768px) {
  .md-judges-layout {
    flex-direction: column;
  }

  .md-judge-image {
    max-width: 100%;
  }
}
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .section-divider {
    border-top: 1px solid #999;
    margin: 1.25rem 0;
  }

  

  /* =========================================================
  Court Boxes
  ========================================================= */

.court-box-nav {
 margin: 1.5rem auto;
}

.court-box-list {
 list-style: none;
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 padding: 0;
 margin: 0;
 border: 1px solid #666;
 align-items: stretch;
}

.court-box-list li {
 border-right: 1px solid #666;
 display: flex; /* allows the link to stretch full height */
}

.court-box-list li:last-child {
 border-right: none;
}

/* Default link style */
.court-box-list a {
 display: block;
 width: 100%;                 /* important when li is flex */
 padding: 0.5rem 0.75rem;
 text-align: center;
 font-weight: 600;
 text-decoration: none;
 color: #000;
}

/* Hover/focus */
.court-box-list a:hover,
.court-box-list a:focus {
 background-color: #e6e6e6;
 text-decoration: underline;
}

.court-box-list a:focus-visible {
 outline: 3px solid #000;
 outline-offset: -3px;
}
.court-box-list.court-box-single {
    grid-template-columns: 1fr;
  }
  .court-box-single .court-box-list {
    display: block;
    max-width: 400px;   /* controls box width */
    margin: 0 auto;     /* centers it */
  }
  
  .court-box-single .court-box-list li {
    text-align: center;
  }
  .court-box-legacy-4 .court-box-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid #666;
  }
  
  .court-box-legacy-4 .court-box-list li {
    border-right: 1px solid #666;
  }
  
  .court-box-legacy-4 .court-box-list li:last-child {
    border-right: none;
  }
  
  .court-box-legacy-4 .court-box-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.75rem;
  }
/* =========================================================
  Two-box version: 2 equal columns + taller centered boxes
  ========================================================= */

/* If only 2 boxes, make it 2 columns */
.court-box-list:has(li:nth-child(2):last-child) {
 grid-template-columns: repeat(2, 1fr);
}

/* If only 2 boxes, make them taller + vertically centered */
.court-box-list:has(li:nth-child(2):last-child) a {
 display: flex;
 align-items: center;
 justify-content: center;
 min-height: 35px;            /* adjust height here */
 padding: 0.75rem 1rem;
 text-align: center;
}

/* =========================================================
  Section links list
  ========================================================= */

.court-section-links {
 list-style: disc;
 padding-left: 1.25rem;
}

/* Optional spacing tweak */
.court-box-nav {
 margin-top: 1rem;
}

/* Stack on small screens */
@media (max-width: 768px) {
 .court-intro {
   grid-template-columns: 1fr;
 }
}

.court-sections-nav {
 grid-area: sections;
}

.court-about {
 grid-area: about;
}
/* =========================================================
   1) Universal figure pattern + 2-column layout
   ========================================================= */

.mm-uni-layout {
  display: flex;
  align-items: flex-start;
  gap: 1rem;          /* adjust spacing between left media and right text */
  max-width: 100%;
}

/* LEFT column (image + caption area) */
.mm-uni-figure {
  margin: 0;
  flex: 0 0 420px;    /* total width for (image + caption beside it) */
  max-width: 100%;
}

.mm-uni-figure-less {
    margin: 0;
    flex: 0 0 280px;    /* total width for (image + caption beside it) */
    max-width: 100%;
  }
  .mm-uni-figure-less-320 {
    margin: 0;
    flex: 0 0 320px;    /* total width for (image + caption beside it) */
    max-width: 100%;
  }

  .mm-uni-figure-less-180 {
    margin: 0;
    flex: 0 0 180px;    /* total width for (image + caption beside it) */
    max-width: 100%;
  }

  

/* Images */
.mm-uni-figure img,
.mm-figure img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Caption baseline */
.mm-caption {
  margin-top: 0.35rem;
  font-size: 1rem;
  line-height: 1.4;
  color: #333;
}

/* RIGHT column */
.mm-uni-body {
  flex: 1 1 auto;
  min-width: 0;
}

.mm-uni-body-less {
    margin: 0;
    flex: 0 0 350px;    
    max-width: 100%;
  }
  .mm-uni-body-mid {
    margin: 0;
    flex: 0 0 450px;    
    max-width: 100%;
  }
.mm-uni-body p {
  margin-top: 0;
}

/* Optional exception: caption beside image */
.mm-figure--side {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin: 0;
}

.mm-figure--side img {
  flex: 0 0 auto;
  width: 260px;       /* image width */
  max-width: 100%;
}

.mm-uni-layout .mm-uni-figure.mm-figure--side .mm-caption {
  margin-top: 0;
  max-width: 140px;   /* caption column width */
}
/* =========================================================
   Universal figure pattern + 2-column layout
   Add-on: RIGHT image variant
   ========================================================= */

/* Use when the image/caption should be on the RIGHT */
.mm-uni-layout--right {
  flex-direction: row-reverse;
}

/* Optional: keep spacing nice when reversed */
.mm-uni-layout--right .mm-uni-figure,
.mm-uni-layout--right .mm-uni-figure-less {
  margin: 0;
  
}
.mm-uni-layout--right .mm-uni-body {
    padding-right: 1rem;
  }
/* Mobile safety */
@media (max-width: 600px) {
  .mm-uni-layout {
    flex-direction: column;
  }

  .mm-uni-figure {
    flex: 1 1 auto;
    max-width: 100%;
  }

  .mm-figure--side {
    flex-direction: column;
  }

  .mm-figure--side img {
    width: auto;
  }

  .mm-uni-layout .mm-uni-figure.mm-figure--side .mm-caption {
    max-width: 100%;
  }
  .mm-uni-figure--wrap {
    float: left;
    margin: 0 1rem 0.5rem 0;
  }
}
/* =========================================================
   2) Biography layout: image LEFT + text right (always)
   ========================================================= */
   
   .mm-bio-layout {
    display: flex;
    align-items: flex-start;
    gap: 1rem; /* smaller gap */
  }
  
  .mm-bio-figure {
    flex: 0 0 200px;   /* fixed column */
    margin: 0;
  }
  
  .mm-bio-figure img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #bcbcbc;
    background: #fff;
  }
  .mm-bio-body {
    flex: 1 1 auto;
    min-width: 0;
  }
  .mm-bio-body p {
    margin-top: 0;
  }
  .mm-bio-layout-center {
    align-items: center;
  }
  
  /* Optional wrap version for selected bios */
  .mm-bio-figure--wrap {
    float: left;
    margin: 0 18px 12px 0;
    max-width: 200px;
  }
  
  .mm-bio-figure--wrap img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #bcbcbc;
  }
  
  .mm-bio-figure--wrap figcaption {
    font-size: 0.9rem;
    margin-top: 4px;
  }
.contact-list dt{
    font-weight: bold;
    margin-top: 1rem;
  }
  
  .contact-list dd{
    margin-left: 0;
    margin-bottom: 1rem;
  }
/* Clear before next major section */
.mm-clear {
  clear: both;
}

/* Mobile */
@media (max-width: 768px) {
  .mm-bio-figure--wrap {
    float: none;
    margin: 0 0 12px 0;
    max-width: 100%;
  }
}
/* Mobile stack */
@media (max-width: 768px) {
  .mm-bio-layout {
    flex-direction: column;
  }
  .mm-bio-figure {
    max-width: 360px;
  }
}

/* =========================================================
   3) Contact formatting
   ========================================================= */
address {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-style: normal;
  margin-left: 1.2rem;
}


.contact-accordion details {
    border-bottom: 1px solid #ccc;
    padding: 0.5rem 0;
  }
  
  .contact-accordion summary {
    font-weight: bold;
    cursor: pointer;
  }
  
  .contact-accordion summary:focus {
    outline: 2px solid #005ea2; /* use your focus color token if you have one */
  }
  .clerk-list{
  list-style: none;
    padding-left: 0;
    margin-left: 1.5rem;
  }
  .clerk-list ul {
    
    padding-left: 0;
    margin-left: 2rem;
  }

  /* =========================================================
Definition list formatting (used for judges' contact info)
  ========================================================= */
  .mm-definition-list dt {
    margin-top: 1.25rem;
    font-style: italic;
  }
  
  .mm-definition-list dd {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
  }
  /* =====================================================
   ORGANIZATIONAL STRUCTURE INDENTATION
   Used for divisions, sections, and nested units
   ===================================================== */

/* first level indent (divisions under leadership) */
.mm-indent {
  margin-left: 2rem;
  margin-top: 0.4rem;
}

  .mm-indent-2 {
    margin-left: 4rem;
  }
  
  .mm-indent-3 {
    margin-left: 6rem;
  }
  .mm-indent-4 {
    margin-left: 8rem;
  }
/* tighten spacing for nested headings */
.mm-indent h3,
.mm-indent h4 {
  margin-top: 0.6rem;
}

/* reduce paragraph spacing inside indents */
.mm-indent p {
  margin-top: 0.25rem;
}
.mm-subhead {
    font-size: 0.95rem;
    font-weight: 600;
    margin: 1rem 0 0.25rem;
  }