﻿@charset "utf-8";

.mdgov-agency {
	font-size: 1rem;
}
.mdgov-agency__name {
	font-size: 1.6em;
}
.card { 
	background-color: #ffe1a8;
}
.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("../../../../OCImages/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;
}

@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***/
	.post-content {
		padding-left: 95px;
		position: relative;
	}
	article.post .post-meta {
		display: block;
		margin-bottom: 20px;
		border-right: 1px solid #E6E6E6;
		position: absolute;
		left: 0px;
		top: 0px;
		color: #1E1E1E;
	}
	article.post .post-meta .date {
		font-size: 12px;
		padding-bottom: 2px;
		margin-bottom: 12px;
		position: relative;
	}
	article.post .post-meta .month, article.post .post-meta .year {
		display: block;
		font-size: 17px;
		line-height: 10px;
		text-align: center;
		text-transform: uppercase;
		margin-bottom: 4px;
		padding: 0px;
		font-weight: 700;
	}
	article.post .post-meta .day {
		display: block;
		font-size: 30px;
		line-height: 29px;
		text-align: center;
		padding: 0px 12px 0px 12px;
		font-weight: 700;
		text-transform: uppercase;
	}
	article.post .content-inner {
		position: relative;
		margin-bottom: 50px;
		padding-bottom: 50px;
	}
	.post-featured-img {
		float: left;
    	margin-right: 30px;
	}
	.post-header {
		margin-bottom: 12px;
		font-size: 11px;
		color: #888;
	}
	article.post h2.title {
		margin-bottom: 2px;
	}
	article.post .post-header h1, article.post .post-header h2 {
		font-size: 24px;
		line-height: 30px;
	}
	.allprs {
		text-align: right;
		font-weight: 700;
	}
	.page-nav div {
		width: 40%;
		float: left;
	}
	/*.page-nav .next {
		text-align: right;
		float: right;
	}*/
	
	/*** Added the following */
	.page-nav div.Next {
		text-align: right;
		float: right;
	}
	.page-nav div.previous {
		text-align: left;
		float: left;
	}
 /*****/
	
	
	.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;
	}
}