﻿/* 2013-Responsive-Design-Toolkit-User-Guide.docx Customizing Your New Site Step*/

.headerBgImg {
background-image: url("/Style%20Library/egov/img/agencyHeaderBg-generic.jpg"); /****CHANGE HEADER BACKGROUND IMAGE HERE*****/
background-repeat: no-repeat;
background-position: top center;
background-size: 100%;
}
.headerBgImgSubpage {
    background-image: url("/Style%20Library/egov//img/agencyHeaderInt-generic1.jpg"); /****CHANGE SUB PAGE HEADER BACKGROUND IMAGE HERE*****/
    background-size: 100%;
    background-repeat: no-repeat;
}
#agency_branding, #agency_branding_subpage {
    padding: 20px;
    background-image: url(/Style%20Library/egov/img/bgBlack65.png);
}

#mdgov_homeLink a {
    display: block;
    text-align: center;
    width: 100%;
    height: 100px;
    background-image: url("/Style%20Library/egov/img/MDgov_Crown_Logo-Black.png");
    background-repeat: no-repeat;
   }
#mdgov_homeLink a:focus {
    background-image: url("/Style%20Library/egov/img/MDgov_Crown_Logo-Black-hover.png");
}

h1,h2,h3,h4 {
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-weight: bold;
}


#mdgov_enterpriseNavigation {
z-index: 10;
width: 100%;
clear: both;
background-color: #135490; /****NAV LIST BACKGROUND COLOR*****/
}
#mdgov_TopSliverBar {
width: 100%;
z-index: 1000;
min-height: 33px;
background-color: #000;
12
border-bottom-width: 4px;
border-bottom-style: solid;
border-bottom-color: #135490; /*******TOP BANNER SLICE COLOR CHANGE
HERE*****/
font-size: 80%;
}

#footer_block {
background-color: #000;
border-top: 4px #135490 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: #135490;
text-align: left;
font-size: 165% !important;
width: 100%;
text-indent: 1.5%;
padding: 6px 0;
border-bottom: 4px solid #000;
}

#secondary_right_rt_col {
    background-color: #eee;
    float: left;
    border-left: 1px solid #ccc;
    padding: 0 20px 20px 20px;
    margin-top: 20px;
}

    
#secondary_right_rt_col {
       padding:20px
       
}

.ms-rtestate-field h1, h1.ms-rteElement-H1, .ms-rtestate-field h2, h2.ms-rteElement-H2, .ms-rtestate-field h3, h3.ms-rteElement-H3, .ms-rtestate-field h4, h4.ms-rteElement-H4 {
    line-height: 1.4;
   /* instead of color: #0072C6 changing the reusable headers to black */
   color : #000000;
}
/**** Adjust heading sizes ***/
h1{
/*font-size:2em;*/
font-size:22px;
color:#000;
}
h2{
font-size:18px;
/*color:#0F0;*/
}
h3{
font-size:16px;
}
h4{
font-size:14px;
}

#primary_content_Block h2 {
    font-size: 18px;
    line-height: 20px;
}

/**** Turn visible focus indicators back on ***/
a:focus{
outline: 1px dashed;
}
.cl_socialNav li a{
outline: 0;
}

/**** Begin css for changes skipnav ***/
.skipNav {
position: absolute;
left: inherit;
top:inherit;
width: auto;
height: auto;
}
.skipNav a {
    position:relative;
    left: 0;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.show-on-focus:focus {
    display:block;
    top: 0px !important;
    width: auto;
    height: auto;
    padding: 7px 10px 6px 10px;
    background-color: #fff;
    z-index: 5;
}
#mdgov_searchInput .mdgov_searchInputBox {
color: #767676;
}
h2, h3, h4, .ms-h2, .ms-h3, .ms-h4, .ms-headerFont {
color: #000;
}

/***change active links color***/
a, .twitter-timeline, .link-item, .link-item a, .link-item a:link, .ms-rteForeColor-6, .ms-rteForeColor-2{
color: #135490;
}

/***change News Update font to match body***/
.link-item, .link-item a, .link-item a:link {
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}
/***hover/visited/focus link color***/
a:hover, a:focus {
color: #bb1122;
}
/***visited link color***/
a:visited {
color: #884488;
}