﻿@charset "utf-8";

.mdgov-agency {
	font-size: 1rem;
}
.mdgov-agency__name {
	font-size: 1.6em;
}
.card { 
	/*background-color: #ffe1a8;*/
	background-color: #FFF;

}
.card .more-info-icon {
	height: 100px;
	width: auto;
	float: left;
	margin-right: 1.25rem;
}
.prclose {
	text-align: center;
	font-weight: bold;
}
.image-container {
	text-align: center;
	width: 50%;
	float: right;
	margin: 0 0 10px 20px;
}
.image-container img {
	width: 100%;
	height: auto;
}
.iframe-container{
  	position: relative;
  	width: 50%;
  	padding-bottom: 28.12%; 
  	height: 0;
	margin-bottom: 30px;
}
.iframe-container iframe{
  	position: absolute;
  	top:0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}
.inpage-alert {
	background-color: #C8122C;
	padding: 5px 10px;
	color: white;
	font-weight: 700;
}
.inpage-alert a {
	color: #FFC838;
}

/*** TRAFFIC RELIEF PLAN ***/
.trp {
	padding-bottom: 100px;
}
.trp h1, .trp h2 {
	margin-top: 40px;
}
.trp h1 img, .trp h2 img {
	width: 100%;
	height: auto;
}
.trp .learnmore {
	text-align: right;
}
.trp .trp_program {
	border-top: 1px solid #1E1E1E;
	padding-top: 6rem;
    position: relative;
    clear: both;
    width: 100%;
	padding-left: 150px;
	margin-top: 80px;
    padding-top: 2rem;
	margin-bottom: 0;
}
.trp .trp_program:before {
	content: '';
    position: absolute;
    left: 0;
    top: -1px;
    height: 4px;
    width: 30%;
    background-color: #1E1E1E;
}
.trp .trp_program .roadsign {
	position: absolute;
	top: -30px;
	left: -10px;
}
.trp .trp_program h3 {
	margin-bottom: 0;
}

/*** POWER OF GO ***/
.pgo__desktop-heading {
	text-indent: -9999px;
	position: relative;
}
.pgo__mobile-heading {
	display: none;
}
.pgo__desktop-heading-image {
	position: absolute;
	top: 0;
	left: 0;
}
.pgo__mobile-heading-image {
	width: 100%;
	height: auto;
}
.pgo__desktop-title {
	background: url("../img/pgo-desktop-headline.png") no-repeat right top;
	height: 247px;
}
.pgo__desktop-logo {
	background: url("../img/pgo-desktop-logo.png") no-repeat right top;
	height: 183px;
}
.pgo__desktop-footer {
	text-indent: -9999px;
	position: relative;
}
.pgo__mobile-footer {
	display: none;
}
.pgo__desktop-footer-image {
	position: absolute;
	bottom: 0;
	right: 0;
}
.pgo__mobile-footer-image {
	width: 100%;
	height: auto;
}
.pgo__desktop-footer-bg {
	background: url("../img/pgo-desktop-footer-bg.png") no-repeat left top;
	height: 391px;
}
.pgo__desktop-gray-bar {
	background-color: #4f4f50;
	height: 32px;
}
.pgo__links:after {
  content: "";
  display: table;
  clear: both;
}
.pgo__link {
	width: 50%;
	float: left;
	text-align: center;
	margin-bottom: 30px;
}
.pgo__link img {
	width: 100%;
	height: auto;
	max-width: 657px;
}

/*** TRAC ***/
.trac-header-image {
	width: 100%;
	max-width: 1440px;
	height: auto;
}
.trac-header-bar {
	width: 100%;
	height: 24px;
	background: url("../img/trac_bar.png") no-repeat center top;
	margin-bottom: 30px;
}
#trac_accordion:after {
  content: "";
  display: table;
  clear: both;
}
#trac_accordion .trac_column {
	width: 47%;
	margin-right: 24px;
	float: left;
}
#trac_accordion .trac_module {
	padding: 30px;
    background-color: #dedede;
    color: black;
    margin-bottom: 22px;
    cursor: pointer;
}
#trac_accordion .trac_module h3 {
    color: black;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 900;
}
#trac_accordion .trac_module h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: black;
    font-weight: 900;
}
#trac_accordion .trac_module .trac_module_contents {
	margin-bottom: 0;
	margin-top: 10px;
	display: none;
}
#trac_accordion .trac_column:first-child .trac_module:first-child .trac_module_contents {
	display: block;
}

/* HOME NEWS ITEMS */
.home .news-item {
	position: relative;
	height: 200px;
}
.home .news-item .date-container {
	width: 74px;
	height: 74px;
	background: url("../img/news-shadow-box.png") no-repeat right bottom;
	position: absolute;
	top: 0;
	left: 0;
}
.home .news-item .date {
	position: absolute;
	width: 62px;
	height: 62px;
	top: 0;
	left: 0;
	background-color: #96090b;
	color: white;
	text-align: center;
	font-weight: 700;
	font-size: 34px;
	line-height: 26px;
}
.home .news-item .date .month {
	font-size: 18px;
}
.home .news-item .story-container {
	width: 78%;
	height: 100%;
	background: url("../img/news-story-shadow-box.png") no-repeat right bottom;
	position: absolute;
	top: 0;
	left: 92px;
}
.home .news-item .story {
	position: relative;
	width: 96%;
	height: 92%;
	top: 0;
	left: 0;
	background-color: #ffdfa1;
	color: black;
	text-align: left;
	padding: 20px 30px;
}
.home .news-item .story h3, .home .news-item .story p {
	margin-bottom: .4rem;
}
.sha-events .rssLink, .sha-single-event .rssLink {
	display: block;
    position: relative;
    overflow: visible;
    height: 35px;
    width: 35px;
    margin: 2px 2px 50px;
    text-indent: -99999px;
    background: #f7941e url(../img/icon-social-rss.svg) no-repeat center;
    transition: background-color 0.3s;
    border-radius: 50%;
    background-size: 35px 35px;
}
.sha-events .rssLink:after, .sha-single-event .rssLink:after {
    content: 'Subscribe to our Events Calendar';
    display: block;
    text-transform: uppercase;
    color: #666;
    font-size: 12px;
    font-weight: 500;
    width: 180px;
    height: 32px;
    padding-left: 10px;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    text-indent: 0px;
}
.SECalendarSmallCal {
  padding: 25px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.SECalendarSmallCal table {
  width: 100%
}
.SECalendarSmallCal .SECalendarDay {
  border: 0 !important;
  padding: 0 !important;
  text-align: center;
}
.SECalendarSmallCal .SECalendarDay a {
  color: #000;
  text-decoration: none;
  background-color: #ddd;
}
.SECalendarSmallCal .SECalendarDay a:hover, .SECalendarSmallCal .SECalendarDay.currentDay a:hover {
  text-decoration: underline
}
.SECalendarSmallCal .SECalendarSelectedWeek .SECalendarDay {
  background-color: #d1d1d1
}
.SECalendarSmallCal .SECalendarSelectedWeek .SECalendarDay.SECalendarSelectedDay {
  background-color: #860038;
  color: #fff;
}
.SECalendarSmallCal .SECalendarSelectedWeek .SECalendarDay.currentDay {
  background-color: #0287bf
}
.SECalendarSmallCal .SECalendarDay.pastDayOtherMonth a, .SECalendarSmallCal .SECalendarDay.futureDayOtherMonth a, .SECalendarSmallCal .SECalendarDay.pastDayOtherMonthWeekend a, .SECalendarSmallCal .SECalendarDay.futureDayOtherMonthWeekend a {
  background-color: #efefef
}
.SECalendarSmallCal .SECalendarDay.currentDay a {
  color: #fff;
  background-color: #5d6b80;
}
.SECalendarSmallCal .SECalendarDay.controls a {
  background-color: #CECECE
}
#SECalendarSmallCalPrevious a {
  background-image: url(../img/left_arrow.gif)
}
#SECalendarSmallCalMonth a {
  height: auto;
  text-indent: 0;
  width: auto;
  background-image: none;
}
.SECalendarSmallCal td {
  padding: 0 !important
}
.SECalendarSmallCal a {
  padding: 5px;
  display: block;
}
.SECalendarSmallCal td:hover {
  background-color: #0146ad
}
#SECalendarEventWrapper .SECalendarBackLink {
  display: none
}
#SECalendarEventWrapper div.SECalendarEventDetails {
  overflow: hidden;
}
#SECalendarEventWrapper {
  margin: 25px 0;
  width: 100%;
}
#SECalendarEventWrapper .SECalendarProperty, #SECalendarEventWrapper .SECalendarAddress, #SECalendarEventWrapper .SECalendarMapLink, #SECalendarEventWrapper .SECalendarContactName, #SECalendarEventWrapper .SECalendarContactEmail, #SECalendarEventWrapper .SECalendarContactPhone, #SECalendarEventWrapper .SECalendarLocation {
  display: block
}
#SECalendarEventWrapper .SECalendarContactName, #SECalendarEventWrapper .SECalendarContactEmail, #SECalendarEventWrapper .SECalendarContactPhone {
  margin: 0;
  padding: 0;
}
#SECalendarEventWrapper .SECalendarLocation {
  margin: 0;
  padding: 0 0 8px 0;
}
#SECalendarEventWrapper .SECalendarPropertyLabel {
  border-top: 1px solid #eaeaea;
  padding-top: 20px;
}
#SECalendarEventWrapper .SECalendarPropertyLabel:first-child {
  padding-top: 0;
  border-top: 0;
}
#SECalendarEventWrapper .SECalendarProperty {
  margin-bottom: 20px;
}
#SECalendarEventWrapper .SECalendarProperty p {
  margin: 0
}
.locations-link > a {
  font-size: 12px;
  text-transform: uppercase;
  color: #333;
  font-weight: 500;
}
.recurring-events {
  font-size: 12px;
  text-transform: uppercase;
  color: #333;
  font-weight: 500;
  width: 75px;
  padding-left: 30px;
  background: url(../img/recurring.svg) no-repeat left;
  background-size: 18px 18px;
}
.SECalendarFilter {
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 12px;
}
.SECalendarFilter a {
  text-transform: none;
  color: #FFF;
  background-color: #0072bc;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 3px;
  margin: 3px;
  font-size: 12px;
  line-height: 1;
  text-decoration: none!important;
}
.SECalendarFilter a:hover {
  background-color: #034486;
}
.SECalendarFilter a.SECalendarFilterSelected {
  background-color: #03304d;
}
.SECalendarFilter .rssLink {
  display: none;
}
.SECalendarDay {
  background-color: #cdd3d5;
  padding: 4px;
}
.SECalendarDay.controls {
  padding: 0px
}
.SECalendarDay.controls a {
  background-image: url(../img/right_arrow.gif);
  background-position: 13px 11px;
  background-repeat: no-repeat;
  min-width: 20px;
  display: block;
  overflow: hidden;
  text-decoration: none;
  text-indent: -1000px;
}
.SECalendarProperty {
  margin-top: 5px
}
.SECalendarPropertyLabel {
  margin-top: 5px;
  display: block;
  font-weight: bold;
}
.SECalendarDay a {
  color: #333
}
#SECalendarWrapper {
  margin: 0 auto
}
#SECalendarWrapper div.SECalendarEventTime {
  color: #343332
}
#SECalendarWrapper div.SECalendarEventName a {
  display: block;
  margin-top: 5px;
  color: #0047ad;
  text-decoration: none;
}
#SECalendarWrapper div.SECalendarEventName a:hover {
  text-decoration: underline
}
ul li.SECalendarNoEvent {
  color: #999;
  border-bottom: 0;
}
span.SECalendarEventName {
  display: block;
}
.sha-events .event-time {
	margin-bottom: 12px;
    font-size: 18px;
    color: #888;
    font-weight: 600;
    font-style: normal;
}
.sha-single-event h2 {
	font-size: 1.4em;
}
.top-story {
    margin: 20px 0;
}

.top-story img, .sub-story img {
    max-width: 100%;
}

.sub-story {
    padding: 10px;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    margin-bottom: 50px;
}

@media (max-width: 1800px) {
	.home .news-item .story h3 {
		font-size: 1.2rem;
	}
	.home .news-item .story p {
		font-size: .9em;
	}
}
@media (max-width: 1490px) {
	.home .news-item .story-container {
		width: 68%;
	}
	.home .news-item .story {
		width: 94%;
	}
	.home .news-item .story h3 {
		font-size: 1rem;
	}
	.home .news-item .story p {
		font-size: .8em;
	}
	.home .news-item .date-container {
		left: 20px;
	}
	.home .news-item .story-container {
		width: 72%;
		left: 112px;
	}
}

@media (max-width: 1500px) {
	
	/*** POWER OF GO ***/
	.pgo__desktop-title {
		background-size: auto 100%;
		height: 222px;
	}
	.pgo__desktop-logo {
		background-size: auto 100%;
		height: 165px;
	}
	.pgo__desktop-footer-bg {
		background-size: auto 100%;
		height: 352px;
	}
	.pgo__desktop-heading-image {
		width: 706px;
		height: auto;
	}
	.pgo__desktop-footer-image {
		width: 635px;
		height: auto;
	}
}
@media (max-width: 1330px) {
	
	/*** POWER OF GO ***/
	.pgo__desktop-title {
		background-size: auto 100%;
		height: 198px;
	}
	.pgo__desktop-logo {
		background-size: auto 100%;
		height: 146px;
	}
	.pgo__desktop-footer-bg {
		background-size: auto 100%;
		height: 313px;
	}
	.pgo__desktop-heading-image {
		width: 627px;
		height: auto;
	}
	.pgo__desktop-footer-image {
		width: 565px;
		height: auto;
	}
}
@media (max-width: 1170px) {
	
	/*** POWER OF GO ***/
	.pgo__desktop-title {
		background-size: auto 100%;
		height: 173px;
	}
	.pgo__desktop-logo {
		background-size: auto 100%;
		height: 128px;
	}
	.pgo__desktop-footer-bg {
		background-size: auto 100%;
		height: 274px;
	}
	.pgo__desktop-heading-image {
		width: 549px;
		height: auto;
	}
	.pgo__desktop-footer-image {
		width: 494px;
		height: auto;
	}
	.pgo__link {
		width: 100%;
	}
	/**TRAC **/
	.iframe-container{
		position: relative;
		width: 100%;
		padding-bottom: 56.25%; 
		height: 0;
		margin-bottom: 30px;
	}

}
@media (max-width: 1025px) {
	
	/*** POWER OF GO ***/
	.pgo__desktop-title {
		background-size: auto 100%;
		height: 148px;
	}
	.pgo__desktop-logo {
		background-size: auto 100%;
		height: 110px;
	}
	.pgo__desktop-footer-bg {
		background-size: auto 100%;
		height: 235px;
	}
	.pgo__desktop-heading-image {
		width: 470px;
		height: auto;
	}
	.pgo__desktop-footer-image {
		width: 424px;
		height: auto;
	}
	#trac_accordion .trac_column {
		width: 100%;
		margin-right: 0;
		float: none;
	}

}
@media (max-width: 990px) {
	.mdgov-navBar__nav .mdgov-dropDown__panel .row .nav {
		display: none;
	}
	.mdgov-dropDown__panel .flex-fill {
		width: 100%;
		padding: 0 !important;
	}
	.mdgov-dropDown__panel h3 {
		font-size: 1rem;
		display: block;
		font-weight: 400;
		color: black;
		margin-bottom: 0;
		width: 100%;
	}
	.mdgov-dropDown__panel h3:hover {
	}
	.mdgov-dropDown__panel h3 a {
		padding: 1rem 1.5rem;
		display: inline-block;
		color: black;
		text-decoration: none;
		width: 100%;
	}
	.mdgov-dropDown__panel h3 a:hover {
		color: black;
		text-decoration: none;
		background-color: rgba(0,0,0,0.05);
	}
	.body-image {
		margin: 0 0 24px;
		width: 100%;
		height: auto;
		float: none;
	}
	.district-map {   
		position: static;
		left: 0;
		display: block;
	}
	/***priorities***/
	.four-core-priorities {
		background: #000000 url("../img/Core_4_Mobile.png") no-repeat top left;
		background-size: 100% auto;
		width: 100%;
		display: block;
		margin-bottom: 50px;
		padding: 600px 10% 10%;
	}
	.priority {
		float: left;
		margin-right: 60px;
		width: 240px;
		color: white;
		font-size: .8em;
		height: 200px;
	}
	.priority img {
		display: block;
		margin: 0 auto;
		width: 40%;
		height: auto;
	}
	.priority h2 {
		color: black;
		text-transform: uppercase;
		font-size: 1.2em;
		font-weight: 700;
		background-color: #f6b418;
		padding: 4px 6px;
		width: 100%;
		margin-bottom: 10px;
	}
	.priority h2+p {
		margin-top: 10px;
	}	
	.pgo__mobile-heading, .pgo__mobile-footer { 
		display: block;
	}
	.pgo__desktop-heading, .pgo__desktop-footer {
		display: none;
	}
}

@media (min-width: 768px) {
	.district-heading {
		position: relative;
		overflow: visible !important;
	}
	.priority {
		height: 220px;
		font-size: 1em;
	}
}
@media (max-width: 500px) {
	/***priorities***/
	.four-core-priorities {
		padding: 400px 10% 10%;
	}
	.priority {
		width: 280px;
		height: auto;
		font-size: .9em;
	}
}
@media (max-width: 375px) {
	/***priorities***/
	.four-core-priorities {
		padding: 300px 10% 10%;
	}
	.priority {
		width: 240px;
	}
}
@media (min-width: 992px) {
	/*** mega menu ***/
	.mdgov-dropDown__panel .row {
		flex-wrap: nowrap;
	}
	.mdgov-navBar__nav .mdgov-dropDown__panel .row .navl {
		display: block;
	}
	.mdgov-navBar__nav .nav-item .nav-link {
		font-size: .8em;
	}
	.mdgov-dropDown__panel h3 {
		font-size: .7em;
		margin-bottom: .5rem;
		background-color: #FFC838;
		color: black;
	}
	.mdgov-dropDown__panel h3:hover {
	}
	.mdgov-dropDown__panel h3 a {
		padding: .5rem 1rem;
		display: inline-block;
		color: black;
		width: 100%;
	}
	.mdgov-dropDown__panel h3 a:hover {
		color: black;
		text-decoration: none;
		background-color: #ffe1a8;
	}
	/*** changes height of carousel controls to match SHA graphic content ***/
	.carousel-control-prev, .carousel-control-next {
		height: calc(100% - 8.8rem)
	}
	/*** featured image ***/
	.body-image { 
		width: 50%;
		height: auto;
		float: right;
		margin: 0 0 30px 30px;
	}

    /***press releases***/
   
	.prsearch-container {
		margin-bottom: 24px;
	}
	.prsearch {
		padding: 6px;
		border: none;
		margin-top: 8px;
		font-size: 17px;
		float: left;
		width: 267px;
	}
	.prsearch-container button {
		padding: 6px 10px;
		margin-top: 8px;
		background: #ddd;
		font-size: 17px;
		border: none;
		outline: none;
		cursor: pointer;
		float: left;
	}
	.prsearch-container button:hover {
		background: #ccc;
	}
		
	/*** district page styles ***/
	.district-map {
		position: absolute;
		right: 0;
	}
	.district-column {
		width: 30%;
		float: left;
		margin-right: 5%;
	}
	.district-column h3 {
		font-size: 1.1em;
	}
	.district-column ul {
		margin: 0;
		padding: 0;
	}
	.district-column li {
		list-style-type: none;
		margin-bottom: .8em;
	}
	article.post .content-inner.district {
		padding-bottom: 0;
	}
	/*** sidebar styles ***/
	.sidebar h2 {
		font-size: 1.5em;
		margin-bottom: .4em;
	}
	.sidebar + p {
		margin-top: .4em;
	}
	.sidebar h3 {
		font-size: 1.3em;
		padding-bottom: 3px;
		border-bottom: 1px solid #a3a4a8;
	}
	/***priorities***/
	.four-core-priorities {
		background: url("../img/4-core-priorities-midres.png") no-repeat top left;
		background-size: 100% auto;
		height: 600px;
		width: 100%;
		display: block;
		margin-bottom: 50px;
		padding-left: 36%;
		padding-top: 60px;
	}
	.priority {
		float: left;
		margin-right: 60px;
		width: 240px;
		color: white;
		font-size: .8em;
		height: 200px;
	}
	.priority img {
		display: block;
		margin: 0 auto;
		width: 40%;
		height: auto;
	}
	.priority h2 {
		color: black;
		text-transform: uppercase;
		font-size: 1.2em;
		font-weight: 700;
		background-color: #f6b418;
		padding: 4px 6px;
		width: 100%;
		margin-bottom: 10px;
	}
	.priority h2+p {
		margin-top: 10px;
	}	
}
@media (min-width: 1080px) {
	.priority img {
		width: 50%;
	}
	.priority { 
		margin-right: 80px;
		height: 220px;
	}
}
@media (min-width: 1210px) {
	.mdgov-dropDown__panel h3 {
		font-size: .8em;
	}
	/***priorities***/
	.four-core-priorities {
		background: url("../img/4-core-priorities.png") no-repeat top left;
		background-size: 100% auto;
		height: 430px;
		padding: 0;
	}
	.priority {
		margin-right: 40px;
		width: 160px;
		margin-top: 80px;
	}
	.priority img {
		width: 80%;
	}
	.priority:first-child {
		margin-left: 30%;
	}
}
@media (min-width: 1310px) {
	.mdgov-dropDown__panel h3 {
		font-size: .9em;
	}
	/***priorities***/
	.four-core-priorities {
		height: 450px;
	}
	.priority {
		width: 180px;
		margin-top: 80px;
	}
}
@media (min-width: 1400px) {
	/***priorities***/
	.priority img {
		width: 90%;
	}
	.priority {
		margin-top: 90px;
	}
}
@media (min-width: 1530px) {
	/***priorities***/
	.four-core-priorities {
		height: 500px;
	}
	.priority {
		margin-right: 60px;
		width: 200px;
		margin-top: 80px;
		font-size: .9em;
	}
}
@media (min-width: 1680px) {
	/***priorities***/
	.four-core-priorities {
		height: 520px;
	}
	.priority {
		margin-right: 60px;
		margin-top: 100px;
	}
	.priority img {
		width: 100%;
		height: auto;
	}
}
@media (min-width: 1750px) {
	/***priorities***/
	.four-core-priorities {
		height: 570px;
	}
	.priority {
		margin-right: 80px;
		margin-top: 120px;
	}
}