/*
Theme Name: Maryland Public Service Commission
Description: The template for the Maryland Public Service Commission 
Version: 1.0.1
Author: Daly Computers, Inc.
Author URI: https://www.daly.com/
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	background-color: #d1cab2; 
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 13px;
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
}

p {
	line-height: 19px;
	margin-bottom: 20px;
}

blockquote {
	font-weight: normal;
	margin: 0 3em;
}

blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}

blockquote cite {
	color: #666;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

ol {
	margin-bottom: 20px;
}

ul {
	margin-bottom: 20px;
}

h1, h2, h3, h4 {
	color: #280000;
	font-weight: normal;
}

h1 {
	font-size: 18px;
	margin-bottom: 10px;
}

h2 {
	font-size: 16px;
	font-weight: normal;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
}

a {
	color: #9a0000;
	text-decoration: none;
}

a:hover {
	color: #d60000;
}

sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;

  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;

  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}

.secondary {
	color: #750000;
	font-size: 16px;
}

/*Header*/

.frame {
	margin: 0 auto;
	width: 1040px;
	background-color: white;
	background: url('images/pattern-bg.jpg') #faf5ed;
	background-position: top;
	background-repeat: no-repeat;
}

.header {
	height: 132px;
	background: url('images/header.jpg') no-repeat;
}

.top-links {
	float: right;
	padding: 10px 5px;
	color: #4c4c4b;
	font-size: 9px;
	margin-right: 5px;
	letter-spacing: 1px;
}

.top-links a {
	color: #4c4c4b;
	font-size: 9px;
}

.top-links a:hover {
	color: #000000;
}

.top-links ul li {
	list-style-type: none;
	display: inline;
}

.top-links ul li#menu-item-10, .footer-links ul li#menu-item-16 {
	visibility: hidden;
}

.top-links ul li#menu-item-10 a, .footer-links ul li#menu-item-16 a {
	visibility: visible;
}

.menu-top-links-container {
	float: left;
}

.content-area {
	padding: 27px 0 0 20px;
}

/*Logo*/

.logo{
    background-image:url(images/dot.gif);
}

.psc-logo {
    width:205px;
    height:107px;
    margin-top: 10px;
	margin-left: 15px;
}

/*Navigation*/

.main-navigation {
	background-image: url('images/nav-row.jpg');
	height: 34px;
	width: 100%;
}

.main-navigation ul#main-nav {
	float: left;
	display: inline;
	width: 208px;
	text-align: center;
}

.main-navigation ul#main-nav li {
	list-style-type: none;
	padding-top:9px;
	height: 34px;
}

.main-navigation ul#main-nav li ul.sub-menu li {
	height: inherit;
}

.main-navigation ul#main-nav ul.sub-menu li.menu-item-depth-1 {
	padding-top: 5px;
}

.main-navigation ul#main-nav li a {
	color: white;
	font-size: 14px;
}

.main-navigation li.sfhover,
.main-navigation li:hover {
	position: relative;
	z-index: 1000;
	background-image: url('images/nav-overlay-button.jpg');
	background-repeat: no-repeat;
}

.main-navigation li:hover ul.sub-menu li {
	background-image: none;
}

.main-navigation ul,
.main-navigation .sfhover ul ul,
.main-navigation :hover ul  {
	display: none;
}

.main-navigation ul#main-nav ul.sub-menu {
	min-width: 200px;
	background-image: url('images/subnav-bg.jpg');
	text-align: left;
	padding: 10px;
	border: 3px solid black;
	position: fixed;
	top: 164px;
}

.main-navigation ul#main-nav li.menu-item ul.sub-menu li.menu-item {
	display: block;
	max-width: 200px;
}

.main-navigation ul#main-nav li.menu-item ul.sub-menu li.menu-item a {
	color: #750000;
	font-size: 12px;
	font-weight: bold;
	text-shadow: none;
}

.main-navigation ul#main-nav li.menu-item ul.sub-menu li.menu-item a:hover {
	color: #b20000;
}

.main-navigation ul#main-nav ul.sub-menu ul.sub-menu {
	display: list-item;
	border: none;
	width: auto;
	height: auto;
	margin: 0px auto;
	background-image: none;
	list-style-type: none;
	padding-top: 0px;
	position: inherit;
	float: left;
	clear: both;
	margin-left: -10px;
	top: 0;
}

.main-navigation ul#main-nav ul.sub-menu ul.sub-menu li:before {
	 content:'\2022';
	 padding-right: 5px;
}

.main-navigation ul#main-nav li.menu-item ul.sub-menu ul.sub-menu li.menu-item a {
	color: #750000;
	font-weight: normal;
	font-size: 12px;
}

.main-navigation .sfhover ul .sfhover ul.sub-menu,
.main-navigation :hover ul :hover ul.sub-menu {
	display: block;
	top: 34px;
}

.main-navigation .sfhover ul .sfhover ul.sub-menu li ul.sub-menu,
.main-navigation :hover ul :hover ul.sub-menu li ul.sub-menu {
	top: inherit;
}

.main-navigation .reset {
	clear: both;
}

.main-navigation ul#main-nav ul.sub-menu li.current_page_item {
	background-image: none;
}

div.first.column {
	width: inherit !important;
}

.lower-nav-items div.first.column {
	width: 50% !important;
}

@media (min-width: 580px) {

.menu-transportation-menu-container li#nav-menu-item-4 .sub-menu {
	margin-left: -507px;
}

.menu-transportation-menu-container li#nav-menu-item-4 .sub-menu .column .sub-menu {
	margin-left: inherit;
}
}

@media (min-width: 768px) {

.menu-transportation-menu-container li#nav-menu-item-4 .sub-menu {
	margin-left: -217px;
}

.menu-transportation-menu-container li#nav-menu-item-4 .sub-menu .column .sub-menu {
	margin-left: inherit;
}
}

/*Left-Hand Nav*/

#menu-homepage-left-links li ul {
    display: none;
}
 
#menu-homepage-left-links li ul {
	padding:0;
	margin:5px 0 0 20px;
}
 
#menu-homepage-left-links li li {
	padding: 6px 0px;
	border:0;
}

#menu-homepage-left-links li li:before {
	content:'\25B8';
	padding-right: 5px;
}


/*Additional Styles Provided by PSC*/

.lead {
	line-height: 20px;
}

.twitter-detail {
	font-size: 9px;
	color: #8b9398;
	line-height: 12px;
}

/*Footer*/

.footer {
	font-size: 12px;
	color: #676767;
	line-height: 25px;
	margin: 0 auto;
	width: 1010px;
	padding: 15px;
	clear: both;
}

.copyright {
	float: left;
}

.footer-links {
	float: right;
}

.footer-links ul li {
	display: inline-table;
}

.footer-links a {
	font-weight: bold;
}

.social-icons {
	float: left;
	margin-left: 100px;
}

.social-icons img {
	margin-right: 10px;
}

/*Alert Banner*/

.alert-banner {
	background: #f6ba1e;
    padding: 14px 0;
    text-align: center;
}

.alert-banner p {
	margin-bottom: 0;
    font-size: 16px;
}

.alert-banner a {
	color: #56130B;
}

/*Homepage*/

.left-sidebar {
	width: 240px;
	float: left;
}

.hp-left-links ul li {
	list-style-type: none;
	border-bottom: solid thin #d3cbc0;
	padding: 9px 0;
}

.hp-left-links ul li a {
	color: #b20000;
	font-size: 15px;
}

.hp-left-links ul li a:hover {
	color: #750000;
}

.case-search {
	margin-top: 40px;
}

.case-search ul {
	list-style-type: none;
	margin-bottom: 0;
}

.case-search ul li {
	display: inline;
}

.tab_content {
    display: none;
}

img.searchbar {
	margin-left: -10px;
	position: relative;
	top:-22px;
}

.search-tools {
	background: url('images/search-tools.jpg');
	background-repeat: no-repeat;
	height: 130px;
	min-height:130px;
	padding: 10px;
}

ul.more-tools-links {
	display: none;
	margin-top: 10px;
	font-size: 14px;
	margin-bottom: -10px;
}

ul.more-tools-links li {
	display: list-item;
	margin-left: 20px;
}

ul.more-tools-links li:before {
	content: '\25B8';
	padding-right: 5px;
}

.service-links {
	margin-top: 30px;	
	margin-bottom: 20px;
}

.main-homepage-area {
	margin-left: 23px;
	width: 492px;
	float: left;
}

.homepage-slider {
	padding: 0 4px;
}

.middle-links {
	background: url('images/hp-main-resources-bg.png');
	background-repeat: no-repeat;
	width: 492px;
	margin-top: 7px;
	padding: 5px;
}

.middle-links ul {
	padding: 5px 10px;
	margin-bottom: 5px;
}

.middle-links ul li {
	list-style-type: none;
	color: #750000;
	font-size: 13px;
	margin-bottom: 7px;
}

.middle-links ul li h2.widgettitle {
	background-image: url('images/middle-links-title-bg.jpg');
	padding: 6px;
	color: #280000;
	font-weight: normal;
}

.consumers {
	width: 50%;
	float: left;
	margin: 0 -6px 0 1px;
}

.consumers ul li h2.widgettitle {
	margin-left: -9px;
	padding-left: 20px;
	margin-bottom: 5px;
}

.regulated-industries  ul {
	margin-left: 115px;
}

.regulated-industries ul li h2.widgettitle {
	margin-left: 115px;
	padding-left: 10px;
	margin-bottom: 5px;
}

.homepage-right-sidebar {
	background: url('images/hp-sidebar-right.png');
	margin-left: 770px;
	background-repeat: no-repeat;
	
}

.hp-search {
	padding: 15px;
}

.hp-search img {
	margin-right: 3px;
}

.hp-alerts ul {
	margin-bottom: 0px;
}

.hp-alerts ul li {
	list-style-type: none;
	padding: 10px 0px 10px 20px;
	background: url('images/alerts-bg.png');
	background-repeat: no-repeat;
	width: 115%;
	margin-left: -5px;
	color: #555555;
	min-height: 60px;
}

.hp-alerts ul li h2 {
	color: #7f5b27;
	font-style: italic;
	margin-bottom: 2px;
	font-weight: bold;
}

.hp-alerts ul li p {
	max-height: 40px;
	overflow: hidden;
	width: 250px;
	margin-bottom: 10px;
	line-height: inherit;
}

.hp-sidebar-widgets ul {
	padding: 0;
}

.hp-sidebar-widgets ul li {
	list-style-type: none;
	margin-bottom: 7px;
}

.hp-sidebar-widgets ul li h2.widgettitle {
	background-image: url('images/middle-links-title-bg.jpg');
	padding: 6px 6px 6px 15px;
	color: #280000;
	font-weight: normal;
	width: 229px;
	margin-bottom: 7px;
}

.hp-sidebar-widgets ul li a {
	font-size: 14px;
}

.hp-sidebar-widgets ul li div.textwidget ul li {
	margin-left: 15px;
}


.latest-tweets {
	padding: 0 10px;
}

.tweet-text {
	margin-bottom: 0px;
}

.hp-sidebar-widgets .latest-tweets ul li {
	border-bottom: thin solid gray;
}

.hp-sidebar-widgets ul li .tweet-details a {
	font-size: 10px;
	color: #8b9398;
}

.tweet-details {
	line-height: 15px;
}

.twitter-follow {
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
	top: -10px;
	position: relative;
}

.hp-sidebar-widgets ul li .twitter-follow a {
	font-size: 12px;
	margin-left: 20px;
	font-weight: bold;
}

/*Slider*/

#slideshow { 
    position: relative; 
	width: 484px;
	height: 204px;
}

#slideshow > div { 
    position: absolute; 
    background-repeat: no-repeat;
    padding: 85px 0 0 15px;
    width: 484px;
	height: 115px;
}

#slideshow > div h2 a {
	color: white;
	font-size: 18px;
}

#slideshow a {
	position: relative;
}

span.byline {
	color: #cccccc;
	font-style: italic;
}

span.byline a {
	color: white;
	font-style: normal;
	border-right: thin solid #ccc;
	padding-right: 5px;
}

.hearings {
	background-image: url('images/hearings.png');
}

.view-all {
	float: right;
	margin-right: 25px;
	margin-top: 15px;
}

.case-decisions {
	background-image: url('images/case-decisions.png');
}

.in-the-news {
	background-image: url('images/in-the-news.png');	
}

#slideshownav {
	position: relative;
	top: -24px;
	left: 10px;
}

#slideshownav a#nav0 {
	margin-right: 35px;
}

#slideshownav a#nav1 {
	margin-right: 35px;
}

/*Landing Page*/

.page-content-area {
	margin-left: 23px;
	width: 492px;
	float: left;
}

.breadcrumbs {
	font-size: 12px;
	color: #666666;
	font-style: italic;
	font-weight: bold;
	margin: 15px 0 20px 0;
}

.breadcrumbs a {
	font-style: normal;
}

.main-content ul {
	margin: 10px 25px;
}

.main-content li {
	margin-bottom: 10px;
}

.lower-nav {
	padding: 7px;
	background: url('images/lower-links-bg.png');
	background-repeat: repeat-y;
}

.lower-nav-items {
	background: #f7f6f0 url('images/lower-links-bg-padded.png');
	padding: 10px 10px 2px 10px;
	width: 460px;
	background-repeat: no-repeat;
}

.lower-nav ul#main-nav {
	margin-bottom: -14px;
}

.lower-nav ul#main-nav li.menu-item-home {
	list-style-type: none;
}

.lower-nav-items li.menu-item-4 a, .lower-nav li.menu-item-home a {
	display: none;
}

.lower-nav-items li.menu-item-4 ul.sub-menu a, .lower-nav li.menu-item-home ul.sub-menu a{
	display: inherit;
}

.lower-nav-items ul#main-nav li.menu-item {
	list-style-type: none;
}

.lower-nav-items ul#main-nav li.menu-item ul.sub-menu li.menu-item a {
	color: #750000;
	font-size: 12px;
	font-weight: bold;
	text-shadow: none;
}

.lower-nav-items ul#main-nav li.menu-item ul.sub-menu li.menu-item a:hover {
	color: #b20000;
}

.lower-nav-items ul#main-nav ul.sub-menu ul.sub-menu li {
	margin: 10px 0 10px 10px;	
}

.lower-nav-items ul#main-nav li.menu-item ul.sub-menu ul.sub-menu li.menu-item a {
	color: #750000;
	font-weight: normal;
	font-size: 12px;
}

.lower-nav-items ul#main-nav ul.sub-menu ul.sub-menu li a:before {
	content:'\2022';
	padding-right: 5px;
	margin-left: -5px;
}

/*Search Results*/

.search-results-area {
	margin-left: 270px;
	min-height: 700px;
}

.gsc-resultsHeader {
	clear: none !important;
}

.gsc-webResult:after {
	content: none !important;
}

/*Category*/

.the-excerpt p {
	margin-bottom: 0;
}

.read-more {
	margin-bottom: 20px;
}

/*Default WP Styles*/
/* == WP CSS - Comment Styles == */

/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
	
/*Misc Table CSS*/

.main-content table {
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:20px;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
.main-content table th {
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.main-content table th:first-child {
	text-align: left;
	padding-left:20px;
}
.main-content table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.main-content table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.main-content table tr {
	text-align: center;
	padding-left:20px;
}
.main-content table td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.main-content table td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.main-content table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.main-content table tr:last-child td {
	border-bottom:0;
}
.main-content table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.main-content table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.main-content table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

/*Electric Choice*/

body.electricchoice li.menu-item-10 a {
	display: none;
}

body.electricchoice li.menu-item-10 ul.sub-menu a {
display: inherit;
}

/*Copied from MVA*/

#mdgov_trendsAndAlerts.hasAlert {
	display: inline-block;
    color: #000;
    background-color: #FC0;
    height: 46px;
    box-sizing: border-box;
    z-index: 1001;
    border-radius: 5px;
    overflow: hidden;
    font-size: 90%;
    box-shadow: 0px 0px 5px 0px #000;
    zoom: 1;
    width: 327px;
    left: 340px;
    position: relative;
    top: -5px;
}

#mdgov_trendsAndAlerts.hasAlert #mdgov_alerts {
	display: block;
	margin: 6px 10px;
}

#mdgov_trendsAndAlerts.hasAlert #mdgov_alerts a {
	display: block;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
    color: #000;
}

.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;
    font-weight: bold;
}

#mdgov_trendsAndAlerts.hasAlert #mdgov_alerts a p {
    padding: 0px 40px 0px 0px;
    clear: none;
    margin: 0;
}

/*COVID Landing*/

.covid-landing .main-navigation, .covid-landing .top-links {
	display: none;
}

.covid-landing h1 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 24px;
}

.covid-landing h2 {
	font-size: 18px;
	margin-bottom: 18px;
}

.covid-landing p {
	font-size: 16px;
	line-height: 1.5;
}