/* -- Welcome messaging styling - not in use --
.callout-smalltext {
	margin-bottom: 6px;
}
.callout-section {
	padding: 11px 15px;
}
-- End of Welcome message styling */

/* Custom CSS for the background and nav */
.home {
	background-color: #f6f6f6;
	/*
	This is the background image
	background-image: url("/media/background-images/trees.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: scroll;
	background-repeat: none;
    */
}
/* Important alerts alignment fix for MA
#alert .alert-module.grid-12 .alert-content {
	margin-top: -17px;
}
*/
/* hover image fix */
.main-nav .callout-dd.half:first-child,
.main-nav .callout-dd:first-child {
	padding-bottom: 10px;
}
/* page title margin fix */
.page-header .page-title span {
	margin-right: 0px;
}
/* font alignment button */
.font-toggle {
	margin: 0px 5px 0 0;
}
/* Remove blue-purple from banners */
.gradient-s,
.slide-container .slider2.flexslider .slides li:before {
	display: none;
}
/* Alert font size fix */
#alert .alert-wrapper .content p {
	font-size: 17px;
	line-height: 23px;
}
.alert-content {
	padding-top: 6px;
}
.alert-callouts {
	padding-top: 11px;
}
#alert .alert-title {    
	margin-top: 10px;
	margin-bottom: 10px;
}
.home .promo2-module.align-right {
	text-align: left;
}
.body-text,
.rte li,
.rte p,
.rte blockquote {
	color: black;
	font-size: 16px;
	line-height: 22px;
}
.article-grid article h2 {
	color: black;
	font-size: 16px;
	line-height: 22px;
}
.article ol,
.article p,
.article ul {
	color: black;
	font-size: 18px;
	line-height: 24px;
}
.intro,
.intro p {
	color: black;
	font-size: 22px;
	line-height: 28px;
}
.rte h3,
.tertiary-heading {
	color: black;
}
.accordion .panel .panel-content {
	font-size: 18px;
}
.accordion .panel .panel-body p {
	color: black;
}
.accordion .panel .panel-body ol li,
.accordion .panel .panel-body ul li {
	font-size: 16px;
	color: black;
}
.main-nav .mega-dropdown .link {
	color: black;
}
.rte table,
.table table {
	font-size: 18px;
	color: black;
}
.home .col2 {
	margin-top: 20px;
}
.home .footer {
	padding-top: 20px;
}

/* Ways to Pay */
.widget-holder {
	height: 355px;
}
.widget-content.half {
	height: 168px;
}
.widget-content p {
	color: black;
	font-size: 16px;
	line-height: 20px;
}
.widget-title span.icon,
.widget-title .fa {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-top: -15px;
	background-size: contain;
}
.widget-title .fa {
	height: 48px;
	width: 48px;
	font-size: 46px;
}
.widget-content.half .widget-title span.icon,
.widget-content.half .widget-title .fa {
	margin-top: 0;
	margin-bottom: 7.5px;
}
.widget-title span.icon.reportAGasEmergency {
	background-image: url("/media/icons/safety/report-gas-emergency-v2.svg");
}
.widget-title span.icon.email {
	background-image: url("/media/icons/contact_us/email-v2.svg");
}
.widget-title span.icon.tweet {
	background-image: url("/media/icons/contact_us/tweet-us-v2.svg");
}
.widget-title span.icon.call {
	background-image: url("/media/icons/contact_us/call-us-v2.svg");
}
.widget-title span.icon.locate {
	background-image: url("/media/icons/contact_us/locate-us-v2.svg");
}
.widget-title span.icon.mail {
	background-image: url("/media/icons/contact_us/mail-v2.svg");
}
.widget-title span.icon.customerSupport {
	background-image: url("/media/icons/contact_us/customer-support.svg");
}
.widget-title span.icon.outageReport {
	background-image: url("/media/icons/safety/electric.svg");
}

/* addresses where General Content Page Central Paginated Banner Modules have no bottom margin */
.main-col .slide-container {
	margin-bottom: 20px;
}

/* extend footer length from 600px to 700px */
.footer-links {
    float: left;
    list-style: none;
    padding: 0;
    margin-top: 9px;
    width: 700px !important;
}

/*removed bold treatment from footer text*/
.footer {
    padding-top: 40px;
    font-size: 12px;
    font-family: Source Sans Pro,Arial,sans-serif;
    font-weight: 500 !important;
}