/* START : Agency Header Styles */

 /* ADDITIONS & OVERRIDES */

a.sm-buttons {
	width: 24px;
	height: 24px;
	background-image: url(../images/social-icons-sm.png);
	display:block;
	display:inline-block;
	margin-right:.5em;
	position:relative;
	/*top:.5em;*/ 
}
h3 a.sm-buttons  {top:0;}
	
a.sm-buttons.sm-twitter {
	background-position: -24px -31px;
}
a.sm-buttons.sm-facebook {
	background-position: -24px 0px
}
a.sm-buttons.sm-rss {
	background-position: -24px -361px;
}
table.mdta tr:nth-child(2n) td {
	background-color:#EFF3FA;	
}
table.mdta tr.highlight td,
div.highlight,
div.savings {
	background:#FFFF99 !important;
}
table.mdta th {
	background-color:#2B639E;
	color:#fff;
	text-align:left;
	font-weight:normal;
}
table.mdta th, table.mdta td {
	padding:.25em .25em .25em .5em;
}
dl.mdta dt {
	margin:1em 0 .5em 0;
	font-weight:bold;
}
table.mdta th.hours24,
table.mdta td.hours24{
	padding:0;	
	height: 22px;
	border-bottom: 3px solid #fff;
}
.hours24 div {
	float:left;
	width:4.16%;
	font-size:.7em;
	height: 100%;
}
.hours24 span {
	display:block;
	float:left;
	width: 10%;
	padding:.2em .5em;
}
div.hours24 {
	padding:.5em;
}
div.savings {
	border-radius: 100%;
	padding: 1em .5em;
	font-size: 1.5em;
	display: block;
	margin: .5em auto;
	text-align: center;
	clear: both;
	width: 2.5em;
	border:1px solid #EFF3FA;
}
.hours-overnight {background-color:#7575D0;color:#fff;}
.hours-peak {background-color:#2796D7;color:#fff;}
.hours-off-peak { background-color:#eee;}
/* forms */
form.mdta label {clear:both;font-weight:bold;}
form.mdta label input[type=text],
form.mdta .btn-full {
	width:95%;
	clear:left;
}
/* toll calculator */
.toll-steps {
	width:100%;
	overflow:hidden;
}
.toll-controls {
	float:right;
}
.toll-controls div span {
	display:none;
}
.toll-controls div {
	display:block;
	float:left;
	width:16px;
	height:16px;
	background:url(../images/toll-calc-sprite.png) top left no-repeat;
	cursor: pointer;
}
.toll-controls  div#toll_control_back {
	background-position: -2px 0px;
	display:none;
}
.toll-controls  div#toll_control_restart {
	background-position: -33px 0px;
}
#toll_progress {
	border:1px solid #84A4C7;
	width:100%;
	position:relative;
	top:-.5em;
	height:6px;
	overflow:hidden;
}
#toll_progress > div {
	background-color:#84A4C7;
	height: 100%;
}
.toll-transition,
#toll_progress>div {
-webkit-transition: all 500ms cubic-bezier(0.430, 0.005, 0.300, 1); /* older webkit */
-webkit-transition: all 500ms cubic-bezier(0.430, 0.005, 0.300, 1.265); 
   -moz-transition: all 500ms cubic-bezier(0.430, 0.005, 0.300, 1.265); 
     -o-transition: all 500ms cubic-bezier(0.430, 0.005, 0.300, 1.265); 
        transition: all 500ms cubic-bezier(0.430, 0.005, 0.300, 1.265);
}
.toll-progress-0 {width:0%;}
.toll-progress-1 {width:25%;}
.toll-progress-2 {width:50%;}
.toll-progress-3 {width:75%;}
.toll-progress-4 {width:100%;}
.toll-steps {
	/*width:400%;
	position:relative;*/
	overflow:hidden;
}
#toll_steps_container .toll-hidden {
	display:none;
}
#toll_steps_container {
	position:relative;
	width:600%;
	overflow:hidden;
}
#toll-steps-container:after,
.toll-steps:after {
	content:" ";
	clear:both;	
}
.toll-step{
	width:16.66%;
	display:block;
	left:0;
	position:relative;
	background-color:#fff;
	float:left;
}
.toll-step0{left:0;}
.toll-step1{left:-25%;}
.toll-step2{left:-50%;}
.toll-step4{left:-75%;}
.toll-step-hidden {left:100%;}
#toll_calculator_step1 ul,
#toll_calculator_step1 ul li,
#toll_calculator_step2 ul,
#toll_calculator_step2 ul li,
#toll_calculator_step2_1 ul,
#toll_calculator_step2_1 ul li,
#toll_calculator_step2_2 ul,
#toll_calculator_step2_2 ul li
  {
	list-style:none;
	margin:0;
	padding:0;
}
#toll_calculator_step1 li a,
#toll_calculator_step2 li a,
#toll_calculator_step2_1 li a,
#toll_calculator_step2_2 li a {
	font-size:1.25em;
	padding:.5em 1em;
	display:block;
	color:#333;	
}
#toll_calculator_step1 li a:hover,
#toll_calculator_step1 li a:active,
#toll_calculator_step2 li a:hover,
#toll_calculator_step2 li a:active,
#toll_calculator_step2_1 li a:hover,
#toll_calculator_step2_1 li a:active,
#toll_calculator_step2_2 li a:hover,
#toll_calculator_step2_2 li a:active {
	background-color:#EFF3FA;
	text-decoration:none;
}
#toll_calculator_step2 h4,
#toll_calculator_step2 img {
	margin:.5em 0;	
}
#toll_calculator_step2 p {
	font-size:.75em;
	margin:.5em 0;	
}
.small {font-size:.75em}
/* /toll calculator */

/* -------------------- */

#mdgov_enterpriseSearch {
	margin: 0;
}
#mdgov_searchInput {
	width: 100%;
	font-size:115%;
	position: inherit;
}
@media(max-width:800px){
	table.mdta .hours24 div.hours-overnight,
	table.mdta .hours24 div.hours-peak,
	table.mdta .hours24 div.hours-off-peak {
		font-size:.6em;
	}
}
@media(max-width:500px){
	table.mdta .hours24 div.hours-overnight,
	table.mdta .hours24 div.hours-peak,
	table.mdta .hours24 div.hours-off-peak {
		/*font-size:1px;
		text-indent: -100%;
		white-space: nowrap;*/
		overflow: hidden;
		line-height: 1.3em;		
	}
	#block-mdta-block-3, #block-socialnavigationpolice {
		/*display: none;*/
	}
}
@media(max-width:480px) {
	#mdgov_enterpriseSearch .form-search {
		font-size:163%;
	}
}
/* END : Agency Header Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;	
	background-color: #eff3fa;
    min-width: 320px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
.container {
	/*max-width: 960px;*/
	margin: 0 auto;
	background-color: #FFFFFF;
}
#page_content {
	max-width: 1440px;
	margin: 20px auto 0 auto;
	z-index: 100;
    position: relative;
	overflow: hidden;
	height: 100%;
}
div#page_content:after {
	clear: both;
}
h1, h2
{
    margin: 0 0 20px 0;
    line-height: 100%;
}
h2:not(:first-of-type), h3 {
    margin-top: 30px;
}
table h3 {
    margin-top: 1em;
}
.front h2, table h2 {
	margin-top: 0;
}
img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}
/* SiteExecutive adds in an extra P tag every time you save. Hide it. */
#primary_content_Block > p.undefined:last-child {
    display:none;
}

.skipNav {
    position: absolute;
}
.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;
}
a:hover, a:focus {
    text-decoration: underline;
    outline: 0;
}
.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;
	text-align: center;
}
/* [ ENTERPRISE TOP BAR ] */
#agency_links {
	background-color: #000;
}
#mdgov_TopSliverBar {
	color: #fff;
	width: 100%;
	z-index: 500;
	min-height: 33px;
	/*background-color: #000;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #2b639e;*/
	font-size: 80%;
	position: relative;
	margin: 0 auto;
}
#mdgov_settingsNav  {
    margin: 0;
}
#mdgov_settingsNav li {
    margin-right: 10px;
}		
#mdgov_settingsNav a,
#mdgov_settingsNav a:link {
	color: #fff;
}		
#mdgov_sliverRight a,
#mdgov_sliverRight a:link {
	color: #fff;
	padding-right: 10px;
	text-decoration: none;
}
#mdgov_sliverLeft {
	float: left;	
	white-space: nowrap;
}
#mdgov_sliverRight {
	white-space: nowrap;
	padding: 8px;
}			
#mdgov_sliverRight a,
#mdgov_sliverRight a:link {
	border: none;
	margin: 0;
	position: relative;
	top: 0;
}
#headerBackground {
    width: 100%;
    z-index: -1;
}
#headerBgSubpage {
    height: 100%;
    width: 100%;
    min-height: 110px;
    z-index: -1;
}
/*.headerBgImg {
	background-image: url("../../../../default/files/site_banner/mdta/mdta_banner_960.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}
.domain-baybridge .headerBgImg {
	background-image: url("../../../../default/files/site_banner/baybridge/baybridge_banner_960.jpg");
}
.page-police .headerBgImg {
	background-image: url("../../../../default/files/site_banner/police/police_banner_960.jpg");
}*/
#mdgov_homeLink a {
    display: block;
    text-align: center;
    width: 100%;
    height: 100px;
	background-image: url("../../../../default/files/site_banner/mdta/MDgov_Crown_Logo.png");
    background-repeat: no-repeat;
    background-size:100%;
    max-width:132px;
}
.page-police #mdgov_homeLink a {
	background-image: url("../../../../default/files/site_banner/police/MDgov_Crown_Logo_police.png");
}
#mdgov_homeLink a:focus,#mdgov_homeLink a:hover {
	background-image: url("../../../../default/files/site_banner/mdta/MDgov_Crown_Logo_Hover.png");
}
.page-police #mdgov_homeLink a:focus,#mdgov_homeLink a:hover {
    background-image: url("../../../../default/files/site_banner/police/MDgov_Crown_Logo_Hover_police.png");
}
#mdgov_agencyHeader {
    float: right;
}
#mdgov_agencyLogo {
    /*width: 60%;*/
    float: left;
}
#mdgov_agencyLogo img {
/*    max-height: 90px;
    position:relative;
    left:25px;*/
}
#mdgov_agencyTitle {
    margin-top: 20px;
}
.headerBgImgSubpage {
	background-image: url("../../../../default/files/site_banner/mdta_banner_960.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;
}
#agency_branding, #agency_branding_subpage {
    padding: 10px 20px 10px 20px;
    /*moved to 768 breakpoint*/
    /*background-image: url(../images/bgBlack65.png);*/    
}
#agency_branding {
	position: relative;
	/*background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwMy8xNi8xNV5PTl8AAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAAADUlEQVQImWNgYGAIAQAAWQBV/QTdygAAAABJRU5ErkJggg==');*/
}
#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;
}
.footerLinks ul {
    float: left;
    margin: 0 0 20px 0;
    padding: 0;
}
.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 {
    z-index: 10;
    float: right;
    min-height: 30px;
	box-sizing: border-box;
	margin: 0 0 0 2.5%;
	position: relative;
}
.header-inner #mdgov_enterpriseSearch {
    margin: 0 auto;/*inner pages override */
}
#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%;
}
.header-inner #mdgov_searchInput {
    width:100%; /*inner pages override */
}
.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;	
}
.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(/images/search.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    height: 40px;
}
.btn-primary {
	background-color: #000;
	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%;
	float: right;
	width: 300px;
	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(../images/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(../images/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 ] */

#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: 20px;
    line-height: 24px;
}
.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: 10px;
    margin: 0;
}
.cl_iconNav li {
    list-style: none;
    background-image: url("../images/nav_sprite.png");
    background-position: left -599px;
    background-repeat: no-repeat;
    color: #1c468e;
    padding-left: 15px;
}
.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:first-child {
    position: relative;
    display: block;
    float: left;
}
.rslides img {
    display: block !important;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}
#mdgov_featuredMontage {
    margin: 0;
    padding: 0;
}
hgroup h2, hgroup h3 {
    font-size:16px !important;
    color:#000;
    font-weight: bold;
    margin:-10px 0 7px 0 !important;
    padding:0 !important
}
.rslideshow h3 {
    font-size:15px !important;
    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: #999;
    border-radius: 10px;
    color: transparent;
    padding: 7px;
    font-size: 0;
    margin-right: 5px;
}
.rslides_tabs .rslides_here a {
    background: #7c7c7c;
}
.zipInput {
    width: 140px;
    margin-right: 5px;
}
#secondary_content_Block {
    width: 100%;
    border-bottom: 0px solid #ccc;
	margin: 0 auto;
}
#secondary_content_Block #block-mdta-block-5 > div, #secondary_content_Block #block-secondarycontent > div {
	width: 100%;
    margin: 0 auto;
	/*max-width: 1440px;*/
	display: flex;
}
#secondary_left_col {
    background-color: #eee;
    float: left;
    padding: 0 0 20px 20px;
    margin-top: 20px;
}
.leftMargin0 {
    margin-left:0 !important
}
.container #secondary_content_Block .span4 {
	width: 25%;
	height: 100%;
}
#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;
	box-sizing: border-box;
}
.container #secondary_content_Block #secondary_middle_col_lt {
	padding:20px;
	margin: 0;
	background-color: #002d62;
	border-left: 0px solid #ccc;
	width: 50%;
}
#secondary_right_col {
    background-color: #eee;
    float: right;
    border-left: 0px solid #ccc;
    padding: 20px;
    padding-bottom: 0;
    margin: 0px;
}
#secondary_content_Block h3 {
    font-size: 16px;
    line-height: 19px;
    margin: 10px 0 3px 0;
}
.secondary_image_block {
    height: 90px;
}
#secondary_content_Block  .btn {
	display: block;
    width: 100%;
	cursor: pointer;
	padding: 8px;
	margin: 5px 0;
	box-sizing: border-box;
	text-align: center;	
}
#secondary_content_Block  .btn-block {
	color: #fff;
    background-color: #2b639e;
    border-color: #2b639e;	
	font-size: 16px;
	text-decoration: none;
}
#secondary_content_Block  .btn-blue {
	background-image: -moz-linear-gradient(top, #2b639e, #1c3160);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2b639e), to(#1c3160));
	background-image: -webkit-linear-gradient(top, #2b639e, #1c3160);
	background-image: -o-linear-gradient(top, #2b639e, #1c3160);
	background-image: linear-gradient(to bottom, #2b639e, #1c3160);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b639e', endColorstr='#1c3160', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#footer_block {
    background-color: #000;
    border-top: 4px #2b639e solid;
    width: 100%;
    color: #fff;
}
#footer_block a {
    color: #fff;
}
#footer_block .contextual-links a {
    color: #000;
}
#footer_left {
    padding: 20px 0 0 20px;
}
#footer_block p {
	clear: both;
}
#footer_block #block-tolls p {
	clear: none;
}
#footer_right {
    padding: 20px 20px 20px 0;
}
#block-multiblock-2, #block-translate {
	float: right;
	width: 25%;
}
#block-menu-menu-footer-menu, #block-mdta-block-6, #block-contactinfo, #block-contactinfomdta {
	float: left;
	width: 50%;
}
#block-tolls {
	width: 45%;
	display: inline-block;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    height: 100%;
}
#block-tolls .span4 {
	width: 100%;
	float: none;
}
#block-tolls h3 {
	margin-top: 10px;
}
#toll_rate_calc, #e_z_pass {
	clear: both;
	margin-top: 10px;
	overflow: hidden;
}
#e_z_pass em {
	white-space: nowrap;
}
.cl_socialNav {
    float: right;
	display: inline-block;
	margin: 5px 0 0 5px;
}
.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(../images/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(../images/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;
    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("../images/nav_sprite.png");
    background-position: left -474px;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    width: 10px;
}
.container  #footer_block .translate {
	float: right;
	margin-top: 15px;
	clear: right;
	width: 100%;
    text-align: right;
    padding-right: 20px;
}
.container  #footer_block .translate .translate_text {
	margin: 12px 0 5px 0;
}
#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%;
}
#footer_block .sec_item_img {
	max-width: none;
}
.centerContent {
    margin: 20px;
    text-align: center;
}
#mdgov_enterpriseNavigation {
	z-index: 10;
	width: 100%;
	clear: both;
	background-color: #2b639e;
}
#mdgov_enterpriseNavigation ul  {
    margin: 0;
    padding: 0;
	text-align:left;
	list-style:none;
	position: relative;
	display: block;
	border-bottom: 2px solid #fff;
}
#mdgov_enterpriseNavigation ul ul {
    margin-left: 20px;
}
#mdgov_enterpriseNavigation ul li {
	display: inline-block;
	*display: inline;
}
#mdgov_enterpriseNavigation ul.contextual-links li {
	display: block;
}
#mdgov_enterpriseNavigation ul li a {
	display: block;
	clear: both;
	padding: 10px 15px;
	color: #fff;
	text-transform: uppercase;
	background-color: transparent;
	text-decoration: none;
	z-index: 500;
    -webkit-transition: background-color .1s ease, color .1s ease;
    -moz-transition: background-color .1s ease, color .1s ease;
    -o-transition: background-color .1s ease, color .1s ease;
    transition: background-color .1s ease, color .1s ease;
    transition-delay: .2s;
	font-weight: 500;
	font-size: 16px;
}
#mdgov_enterpriseNavigation li:hover a,
#mdgov_enterpriseNavigation li a:focus,
#mdgov_enterpriseNavigation li a:active,
#mdgov_enterpriseNavigation li a.level0.active {
    background-color: #fff;
	color: #000;
	position: relative;
	text-decoration: none;
}
.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_enterpriseNavigation li a + .mdgov_navSub:hover,
#mdgov_enterpriseNavigation li a:hover + .mdgov_navSub,
#mdgov_enterpriseNavigation li a:focus + .mdgov_navSub,
#mdgov_enterpriseNavigation .mdgov_navSub.active {
    width: 100%;
    opacity: 1;
    max-height: 500px;
	left: 0;
}
.mdgov_navSubContainer {
    opacity: 0;
    max-height: 250px;
    height: 0px;
    padding: 20px 0;
    font-size: 90%;
    background-image: url(../images/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;
}
#mdgov_enterpriseNavigation li a + .mdgov_navSub .mdgov_navSubContainer:hover,
#mdgov_enterpriseNavigation li a:hover + .mdgov_navSub .mdgov_navSubContainer,
#mdgov_enterpriseNavigation li a:focus + .mdgov_navSub .mdgov_navSubContainer,
#mdgov_enterpriseNavigation .mdgov_navSub.active .mdgov_navSubContainer {
    opacity: 1;
    height: auto;
}
.mdgov_navSubContainer ul li {
	float: left !important;
	width: 48%;
}
.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;
}
.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;
}
.mdgov_navSubContainerContent {
	display: block;
	max-width: 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;
}
#governorBlock  {
    margin: 0;
	padding: 0;
	background-image: url(../images/md-flag-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	max-width: 500px;
}
#governorBlock a {
    height: 100%;
    align-items: flex-end;
    display: flex;
}
#governorBlock img {
    width: 100%;
}
.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;
}
#google_translate_element {
	float: right;
	padding-bottom: 10px;
}
iframe {
	border: 0px solid #eeeeee;
}

@media(max-width:1200px) {
    #agencyTitle {
        float: left;
        width: 550px;
        padding: 10px 0 0 20px;
    }
	#footer_left {
		clear: left;
	}
}

@media(min-width:997px) {
    .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:997px) {
    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 {
        min-height: 130px;
    }
    .container {
        width: 100%;
		position: relative;
	}
    #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_enterpriseNavigation {
		width: 50%;
		z-index: 1001;
		position: absolute;
		top: 33px;
		left: 0;
		display: none;
	}	
	#mdgov_enterpriseNavigation ul {
		text-align:left;
	}	
	#mdgov_enterpriseNavigation ul li {
		display: block;
	}	
	#mdgov_enterpriseNavigation ul li a {
	    border-radius: 0;
	    background-color: #000;
		border-bottom: 1px solid #333;
		-webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
	}	
	.mdgov_inner #mdgov_enterpriseNavigation ul li a {
	    border-radius: 0;
    }	
	#home_menu_link {
		width: auto; 
		height: auto;
		background: none;
		text-indent: 0;
		display: inline-block;
		background-size: cover;
	}
    #mdgov_enterpriseNavigation li:hover a,
    #mdgov_enterpriseNavigation li a:focus,
    #mdgov_enterpriseNavigation li a:active,
    #mdgov_enterpriseNavigation li a.active {
    	background-color: #2b639e;
		color: #fff;
	}    
    #mdgov_mobileNavButton a {
        /*position: absolute;
        left: 0;*/
        height: 21px;
        color: #000;
        text-transform: uppercase;
        /*text-shadow: 1px 1px 2px #000;*/
        text-decoration: none;
        /*background-color: #2b639e;*/
        text-align: left;
        font-size: 125% !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;*/
		margin-left: 5px;
    } 	
	#mdgov_sliverRight {
		margin-left: 100px;
	}
	#agency_links {
		background-color: #2b639e;
	}
	#mdgov_mobileNavButton a {
		border-bottom: 0px solid #000;
		margin-top: 5px;
	}
	}
@media(max-width:997px) and (min-width:767px) {
	.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;
    }
    header .cl_socialNav li a {
	    width: 24px;
	    height: 24px;
	    background-image: url(../images/social-icons-sm.png);
    }
    header .cl_socialNav li a.sm-twitter {
	    background-position: left -31px;
    }
    header .cl_socialNav li a.sm-twitter:hover,
    header .cl_socialNav li a.sm-twitter:focus,
    header .cl_socialNav li a.sm-twitter:active {
	    background-position: right -31px;
    }
    header .cl_socialNav li a.sm-googleplus {
	    background-position: left -61px;
    }
    header .cl_socialNav li a.sm-googleplus:hover,
    header .cl_socialNav li a.sm-googleplus:focus,
    header .cl_socialNav li a.sm-googleplus:active {
	    background-position: right -61px;
    }
    header .cl_socialNav li a.sm-tumblr {
	    background-position: left -91px;
    }
    header .cl_socialNav li a.sm-tumblr:hover,
    header .cl_socialNav li a.sm-tumblr:focus,
    header .cl_socialNav li a.sm-tumblr:active {
	    background-position: right -91px;
    }
    header .cl_socialNav li a.sm-foursquare {
	    background-position: left -121px;
    }
    header .cl_socialNav li a.sm-foursquare:hover,
    header .cl_socialNav li a.sm-foursquare:focus,
    header .cl_socialNav li a.sm-foursquare:active {
	    background-position: right -121px;
    }
    header .cl_socialNav li a.sm-instagram {
	    background-position: left -151px;
    }
    header .cl_socialNav li a.sm-instagram:hover,
    header .cl_socialNav li a.sm-instagram:focus,
    header .cl_socialNav li a.sm-instagram:active {
	    background-position: right -151px;
    }
    header .cl_socialNav li a.sm-flickr {
	    background-position: left -181px;
    }
    header .cl_socialNav li a.sm-flickr:hover,
    header .cl_socialNav li a.sm-flickr:focus,
    header .cl_socialNav li a.sm-flickr:active {
	    background-position: right -181px;
    }
    header .cl_socialNav li a.sm-youtube {
	    background-position: left -211px;
    }
    header .cl_socialNav li a.sm-youtube:hover,
    header .cl_socialNav li a.sm-youtube:focus,
    header .cl_socialNav li a.sm-youtube:active {
	    background-position: right -211px;
    }
    header .cl_socialNav li a.sm-vimeo {
	    background-position: left -241px;
    }
    header .cl_socialNav li a.sm-vimeo:hover,
    header .cl_socialNav li a.sm-vimeo:focus,
    header .cl_socialNav li a.sm-vimeo:active {
	    background-position: right -241px;
    }
    header .cl_socialNav li a.sm-all {
	    background-position: left -271px;
    }
    header .cl_socialNav li a.sm-all:hover,
    header .cl_socialNav li a.sm-all:focus,
    header .cl_socialNav li a.sm-all:active {
	    background-position: right -271px;
    }
    header .cl_socialNav li a.sm-rss {
	    background-position: left -361px;
    }
    header .cl_socialNav li a.sm-rss:hover,
    header .cl_socialNav li a.sm-rss:focus,
    header .cl_socialNav li a.sm-rss:active {
	    background-position: right -361px;
    }
    header .cl_socialNav li a.sm-pinterest {
	    background-position: left -391px;
    }
    header .cl_socialNav li a.sm-pinterest:hover,
    header .cl_socialNav li a.sm-pinterest:focus,
    header .cl_socialNav li a.sm-pinterest:active {
	    background-position: right -391px;
    }
    header .cl_socialNav li a.sm-blogger {
	    background-position: left -421px;
    }
    header .cl_socialNav li a.sm-blogger:hover,
    header .cl_socialNav li a.sm-blogger:focus,
    header .cl_socialNav li a.sm-blogger:active {
	    background-position: right -421px;
    }
    header .cl_socialNav li a.sm-settings {
	    background-position: left -451px;
    }
    header .cl_socialNav li a.sm-settings:hover,
    header .cl_socialNav li a.sm-settings:focus,
    header .cl_socialNav li a.sm-settings:active {
	    background-position: right -451px;
    }
    header .cl_socialNav li a.sm-enewsletter {
	    background-position: left -481px;
    }
    header .cl_socialNav li a.sm-enewsletter:hover,
    header .cl_socialNav li a.sm-enewsletter:focus,
    header .cl_socialNav li a.sm-enewsletter:active {
	    background-position: right -481px;
    }
    header .cl_socialNav li a.sm-video {
	    background-position: left -511px;
    }
    header .cl_socialNav li a.sm-video:hover,
    header .cl_socialNav li a.sm-video:focus,
    header .cl_socialNav li a.sm-video:active {
	    background-position: right -511px;
    }
    header .cl_socialNav li a.sm-podcast {
	    background-position: left -541px;
    }
    header .cl_socialNav li a.sm-podcast:hover,
    header .cl_socialNav li a.sm-podcast:focus,
    header .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; }
}

@media(min-width:767px) {
    .hidden-desktop2 {
        position: absolute;
        left: -10000px;
        top: auto;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }
}
/* [ Tablet-ish... ] */
@media (max-width: 767px) {
	
	iframe {
		width: 100%;
	}
    /*.front #agency_branding, .front #agency_branding_subpage {
        background-image: url(../images/bgBlack50.png);
    }*/
	#mdgov_enterpriseNavigation {
		width: 100%;
		margin-left: 0;
	}	
	#mdgov_enterpriseNavigation nav ul li a {
        display: block;
        clear: both;
        padding: 12px 20px;
        color: #fff;
        text-transform: uppercase;
    }
    #mdgov_trendsAndAlerts #mdgov_alerts {
		margin: 4px 5px
	}
	#agency_branding {
		padding: 15px;
		margin-bottom: 20px;
	}
	#mdgov_trendsAndAlerts {
		height: auto;
		width: 225px;
	}
	#mdgov_trendsAndAlerts.hasAlert #mdgov_alerts a p {
		padding: 0 10px 0 0;
	}
    #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 {
		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;
    }
	.container #footer_block .translate {
		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%;
    }
	
    /*.headerBgImg {
		background-image: url("../../../../default/files/site_banner/mdta/mdta_banner_768.jpg");
        background-position: center center;
        background-size: cover;
    }
	.domain-baybridge .headerBgImg {
		background-image: url("../../../../default/files/site_banner/baybridge/baybridge_banner_768.jpg");
    }
	.page-police .headerBgImg {
		background-image: url("../../../../default/files/site_banner/police/police_banner_768.jpg");
    }*/
	#mdgov_homeLink {
        width: 19%;
    }
    #mdgov_homeLink a {
        width: 150px;
        margin: 0 auto;
    }
    #mdgov_agencyLogo {
         width: 23%;
    }
    #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;
        margin-bottom: 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, #mdgov_secondaryNav nav > ul .nolink a, #block-menu-menu-news-menu > h2 a.mobileButton, #mdgov_secondaryNav nav ul li a.mobileButton {
        display: block;
   }
   #mdgov_secondaryNav nav > ul .nolink {
	   margin: 0;
   }
   #mdgov_secondaryNav nav > ul > ul {
	   margin-bottom: 20px;
   }
   #mdgov_secondaryNav nav > ul > ul >ul {
	   margin-bottom: 0;
   }
   .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: 100%;
        margin-bottom: 1em;
    }
    #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%;
    }
	table.mdta {
		font-size: 0.9em;
	}	
	.mdgov_imgRight {
		float: none;
		display: block;
		margin: 0 auto 20px auto;
	}
}

	.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: 9px 19px;
	}
	.searchButtonDiv
	{
	  line-height:12px;
	  padding: 0 !important;
	  width: 58px !important;
	}
	
	/* START: Fix for google translate Bugs by Bhavani Vageeshwari */
	/* Fix for Original text popup in google translate - missing images in the background */
	#google-infowindow img { max-width: none; }
	
	/* Fix for Toll Calculator page step2 is not clickable in google translate */
	#toll_calculator_step2.toll-step ul li {
		font-size: 1.25em;
		padding: .5em 1em;
	}
	#toll_calculator_step2.toll-step ul li:hover {
		background-color:#EFF3FA;
		cursor: pointer;
	}
	#toll_result_render {
		display: none;
	}
	/* END: Fix for google translate Bugs by Bhavani Vageeshwari */
	
    /* smaller phones */
@media(max-width:430px) {
    .headerBgImg {
		background-position: center top;
	}
	table.mdta td ul {
		padding-left: 1.5em;
	}
}
a.blue {
	color: blue;
	text-decoration: underline;
}
a.red {
	color: red;
	text-decoration: underline;
}
a.red:hover {
	text-decoration: none;
}