/* [ GLOBAL TYPE SELECTORS ] */

html {
    background-color: #999;
}

body {
	color: #000;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	background-color: transparent;
    -webkit-font-smoothing: antialiased;
}

html.high-contrast body {
    color: #fff;
	background-color: transparent;
    background-image: none;	
}

body .handwriting {
    font-family: 'BlackJack', Script;
    font-size: 100%;
    position: relative;
    top: -15px;
    display: block;
    right: -15px;
    line-height: 1.8;
}

body .light .handwriting {
    color: #900;
    text-shadow: 1px 1px 1px #fff;
}

html.high-contrast body .light .handwriting {
    color: #ffd600;
    text-shadow: 1px 1px 1px #000;
}

body .dark .handwriting {
    color: #ffd600;
    text-shadow: 1px 1px 1px #000;
}

body .handwriting.inline {
    display: inline;
    right: 0;
    font-size: 110%;
    top: 0;
}

html, 
body,
#aspnetForm {
	width: 100%;
    height: 100%;
}

@-ms-viewport{ width: auto !important; } 

a, 
a:link,
.light a,
.light a:link,
.dark .light a, 
.dark .light a:link,
.ms-WPBody a:link {
	color: #369;
	text-decoration: none;
	outline: none;
    cursor: pointer;
}

html.high-contrast a, 
html.high-contrast a:link, 
html.high-contrast .light a, 
html.high-contrast .light a:link, 
html.high-contrast .dark .light a, 
html.high-contrast .dark .light a:link, 
html.high-contrast .ms-WPBody a:link {
	color: #ffd600;
}

.dark a, 
.dark a:link,
.dark .ms-WPBody a:link {
	color: #fff;
}

a:hover,
a:focus,
a:active,
.light a:hover,
.light a:focus,
.light a:active,
.ms-WPBody a:hover,
.ms-WPBody a:focus {
    color: #000;
    text-decoration: underline;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

a:visited,
.ms-WPBody a:visited,
.light a:visited {
    color: #369;
}

.dark a:visited,
.dark .ms-WPBody a:visited {
    color: #fff;
}

a.btn:visited,
.ms-WPBody a.btn:visited {
    color: #000;
}

html.high-contrast a:visited,
html.high-contrast .ms-WPBody a:visited,
html.high-contrast .light a:visited,
html.high-contrast .btn:visited, 
html.high-contrast .ms-WPBody a.btn:visited {
    color: #ffd600;
}

.mdgov_globalSiteWrapper h2, 
.mdgov_globalSiteWrapper h3, 
.mdgov_globalSiteWrapper h4, 
.mdgov_globalSiteWrapper h5, 
.mdgov_globalSiteWrapper h6 {
	font-family: 'Open Sans', sans-serif;
	clear: both;
    position: relative;
}

.mdgov_globalSiteWrapper h1 {
    margin-bottom: 20px;
    font-size: 250%;
    position: relative;
    font-weight: 100;
}

.mdgov_globalSiteWrapper h2 {
    font-size: 180%;
	margin-bottom: 15px;
}

.mdgov_globalSiteWrapper h3 {
	font-size: 150%;	
    margin-bottom: 15px;
}

.mdgov_globalSiteWrapper h4, 
.mdgov_globalSiteWrapper h5, 
.mdgov_globalSiteWrapper h6 {
	font-size: 100%;
	margin-bottom: 5px;	
}

p,
#mdgov_siteBodyContent p,
#mdgov_siteBodyContent ul,
#mdgov_siteBodyContent ol {
	margin-bottom: 20px;
	line-height: 1.5em;
}

.mdgov_globalSiteWrapper blockquote {
    font-style: italic;
    padding: 10px;
    clear: both;
    border: 1px dotted #ccc;
    background-color: #fff;
    border-radius: 5px;
    font-size: 80%;
    margin-bottom: 20px;
}

html.high-contrast .mdgov_globalSiteWrapper blockquote {
    border: 1px dotted #ffd600;
    background-color: #000;
    color: #ffd600;
}

.mdgov_globalSiteWrapper input,
.mdgov_globalSiteWrapper textarea {
    font-family: arial;
    -webkit-appearance: none;
}

/* [ SITE WRAPPERS ] */

.mdgov_globalSiteWrapper {
	position: relative;
	left: 0;
    width: 100%;
    top: 63px;
}

#mdgov_siteWrapper {
    position: relative;
    top: 0;
    z-index: 1;
    width: 100%;
    min-width: 320px;
    /* [ Restrict width and center ] 
    max-width: 1050px;
    margin: 0 auto;*/
}

/* [ SITE BODY ] */

#mdgov_body {
    position: relative;
    clear: both;
    z-index: 1;
    background-color: transparent;
}

.mdgov_inner #mdgov_body {
    padding: 20px 0;
}

#mdgov_siteBodyWrapper {
    margin: 0 auto;
}

#mdgov_contentTopPane ul {
	margin-top: 20px;
}

#mdgov_siteBodyBackground [class*="span"] > .cl_contentBlock_Padded {
	padding: 0 20px 20px 0;	
}

/* [ PAGE PARENT NAV ITEM ] */

#mdgov_pageParent {
	position: relative;
}

#mdgov_pageParent h2 {
	border-bottom: none !important;
	margin: 0;
	padding: 0;
}

#mdgov_pageParent h2 a {
    font-size: 80%;
    background-color: #000;
    display: block;
    color: #fff;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}

#mdgov_pageParent h2 a:hover,
#mdgov_pageParent h2 a:focus {
	background-color: #000;
	text-decoration: none;
}

#mdgov_pageHeader,
#mdgov_dynamicPageHeader {
	padding: 20px 20px 0 0;
}

#mdgov_pageHeader h1,
#mdgov_dynamicPageHeader h1 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

#mdgov_topMast {
    position: relative;
}

.mdgov_inner #mdgov_topMast {
    padding-bottom: 0;
}

/* [ ENTERPRISE TOP BAR ] */
#mdgov_TopSliverBar {
    font-size: 80%;
    position: fixed;
    width: 220px;
    top: 15px;
    left: 0;
    right: 0;
    background-color: transparent;
    color: #fff;
    min-height: 33px;
    z-index: 1010;
    margin: 0 auto;
    text-align: center;
    text-shadow: 1px 1px 2px #000;
}
		
#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_sliverLeft {
	float: left;	
	white-space: nowrap;
}

#mdgov_sliverRight {
	white-space: nowrap;
	float: right;
	padding: 10px 0;
    -webkit-transition: margin 500ms linear;
    -moz-transition: margin 500ms linear;
    -o-transition: margin 500ms linear;
    transition: margin 500ms linear;
}
			
#mdgov_sliverRight a,
#mdgov_sliverRight a:link {
	border: none;
	margin: 0;
	position: relative;
	top: 0;
}

#mdgov_settingsNav li {
	margin-right: 10px;
}

#mdgov_settingsNav li:last-child {
	margin-right: 0;
}

/* [ ENTERPRISE MASTHEAD ] */

#mdgov_enterpriseMastheadContainer {
	margin: 0 auto;
}

#mdgov_logo {
    display: block;
    padding: 20px 0;
    text-align: center;
}

#mdgov_logo img {
    width: 337px;
}

/* [ Messages ] */
.mdgov_uiMessage {
    padding: 20px;
    border-radius: 5px;
    background-color: rgb(255, 255, 204);
    border: 1px solid rgb(255, 222, 163);
}

.mdgov_uiMessage.mdgov_messageType_warn {
    background-color: #ffffcc;
    border: 1px solid #FFDEA3;
}

.mdgov_uiMessage.mdgov_messageType_error {
    background-color: #fff;
    border: 1px solid red;
}

.mdgov_uiMessage.mdgov_messageType_info {
    background-color: #fff;
    border: 1px solid blue;
}

.mdgov_uiMessage.mdgov_messageType_success {
    background-color: #fff;
    border: 1px solid green;
}

/* [ SITE FOOTER ] */

#mdgov_footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border-top: 4px solid #000;
    color: #fff;
    padding-bottom: 88px;
    background-image: url(../uploadedimages/black_bg_75.png);
}

html.high-contrast #mdgov_footer {
    background-image: none;
    background-color: #000;
}
	
#mdgov_footerContent {
    padding-top: 15px;
    padding-bottom: 15px;
}

#mdgov_footer a {
	display: block;
	color: #fff;
}

html.high-contrast #mdgov_footer a {
    color: #ffd600;
}
	
#mdgov_footer h2 {
    font-size: 110%;
	text-transform: uppercase;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	clear: both;
	border-bottom: 1px dotted #333;
}

#mdgov_copyright {
	margin-top: 20px;
}	

#mdgov_login {
	clear: both;
	margin: 20px auto;
	width: 130px;
}

@media (max-width: 767px) {
    
    #mdgov_TopSliverBarContent {
        padding: 0;
    }

}

@media (max-width: 979px) {
    	
	#mdgov_navSubWrapper {
		display: none;
	}
	
	#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: #900;
		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;
		top: 8px;
		font-size: 80%;
		font-weight: lighter;
	}
	
	#mdgov_footerContent {
		padding: 20px;
	}
	
}

/* [ Tablet-ish... ] */
@media (max-width: 991px) {

    #mdgov_topMast {
        height: auto;
    }   

    #mdgov_enterpriseMasthead {
        padding-top: 0;
    }
    
    .mdgov_globalSiteWrapper {
        width: 100%;
    }
    
    .cl_contentBlock_Padded {
        padding: 0  20px;
    }

	.mdgov_inner #mdgov_siteBodyBackground [class*="span"] > .cl_contentBlock_Padded {
		padding: 20px;
	}
	
	.mdgov_inner.mdgov_fullwidth_layout #mdgov_siteBodyBackground [class*="span"] > .cl_contentBlock_Padded {
		padding: 0;
	}
	
	.cl_twoColList {
		-webkit-column-count: 0;
		-moz-column-count: 0;
		column-count: 0;
	}

	.cl_threeColList {
		-webkit-column-count: 0;
		-moz-column-count: 0;
		column-count: 0;
	}
	
	.cl_filterInput {
		font-size: 100%;
	}

	#mdgov_pageHeader, #mdgov_dynamicPageHeader {
		padding: 20px 20px 0 20px;
	}
	
	#mdgov_siteBackgrounds div {
	    background-size: 200% auto;
	}
	
	#mdgov_siteBodyBackground {
	    background-image: none;
    }
	
	#mdgov_enterpriseLogo {
		margin-top: 60px;
	}
	
	a#mdgov_homeLink {
        width: auto;
        background-position: center;
    }
	    
    .ui-accordion-header a {
        border: none;
    }
	
}

@media (min-width: 768px) {

    #mdgov_logo {
        text-align: left;
    }

    #mdgov_enterpriseMasthead {
        background-image: url(../uploadedimages/black_bg_50.png);
    }
    
    #mdgov_enterpriseMastheadContent {
        padding: 20px 0;
    }

    #mdgov_TopSliverBar {
        position: relative;
        top: 0;
        width: 100%;
        background-color: #000;
        background-clip: content-box;
        border-bottom: 4px solid #333;
        border-bottom: 4px solid rgba(0, 0, 0, 0.3);
    }

    #mdgov_sliverRight {
	    margin-right: 70px;
    }

    .mdgov_globalSiteWrapper {
        top: 0;
    }

}

@media (min-width: 992px) {

    #mdgov_body {
        margin: 0;
    }

}

@media (min-width: 1200px) {
    
    #mdgov_TopSliverBar {
        width: 100%;
    }

    #mdgov_sliverRight {
	    margin-right: 0;
    }

}

@media (min-width: 1300px) {
    
    #mdgov_sliverRight {
        margin-right: 0;
    }

}

@media (min-width: 1400px) {
    
    html.full-width:not(.panelPersist)  #mdgov_sliverRight{
        margin-right: 60px;
    }

}

@media (min-width: 1600px) {
    
    html.full-width:not(.panelPersist)  #mdgov_sliverRight{
        margin-right: 0;
    }

}