/*---
    This style sheet contains company-specific styles. The centralized style sheet is located in
    /Sitemaps/Style/
    
Here is the way the style sheet is grouped. Please add the new style to the corresponding grouping...
 - RESET STYLES
 - FONT STYLES
 - MAIN STYLES
 - LINK STYLES
 - HEADER STYLES
 - TABLE STYLES
 - MAIN COLUMN STYLES
 - SIDEBAR COLUMN STYLES
 - LOADING STYLES
 - FORM STYLES
 - FOOTER STYLES
 - RESPONSIVE STYLES
 - PRINT SPECIFIC STYLES
 ---*/

/* ---------- MAIN STYLES ---------- */
.outageOptions a {
	font-size: 1em;
}
#weatherNotice {
	font-size: .875em;
}
#weatherNotice {
	border-radius: 4px;
}
#weatherNotice {
	background: url(../images/info_56.png) no-repeat;
	min-height: 32px;
	background-size: 32px 32px;
	border: 2px solid #005b9c;
}
.ltIE9 #weatherNotice {
	background-image: url(../images/warning_32.gif);
	border: 2px solid #005b9c;
}
#weatherNotice {
	padding: 20px 70px 20px 20px;
	clear: right;
	display: block;
	background-position: right 20px top 20px;
	max-width: 506px;
}
#elecEmergency .phoneNumber, #siteContent #elecEmergency .phoneNumber a[href^="tel:"] {
	color: #f00;
}
.outageHeading {
	display: block;
	margin-bottom: 10px;
}

/* ---------- TABLE STYLES ---------- */
#weatherNotice {
	margin: 20px 0px;
}
.siteOutageWarning {
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}
.siteOutageWarning h3 {
	margin: 0px;
	padding: 20px 0px 0px;
}

/* ---------- FORM STYLES ---------- */
.siteButton, .styledButton, .ui-EmulationUserStatus a {
	border-color: #003663;
	background-color: #003663;
}
.continueButton, .greenButton, .selectAccountButton, .ui-EmulationUserStatus a.selectDifferent {
	border: 2px solid #B80000;
	background-color: #B80000;
}
.greenButton:hover, .continueButton:hover, .languageSwitcher a:hover {
	border: 2px solid #B80000;
}
.languageSwitcher a {
	border-color: #B80000;
	background-color: #B80000;
}
.greenButton:hover, .continueButton:hover, .languageSwitcher a:hover {
	border: 2px solid #B80000;
}

/* ---------- FOOTER STYLES ---------- */
#siteFooterContainer .greenButton {
	background-color: #003663;
	border-color: #003663;
}

/* ---------- RESPONSIVE STYLES ---------- */
/* for 480px or greater */
@media screen and (min-width: 480px) {
	.naturewisePartners li {
		float: left;
		width: 50%;
	}
}
/* for 575px or greater */
@media screen and (min-width: 575px) {
	.naturewisePartners li {
		width: 40%;
		margin: 0px 10px;
	}
}
/* for 700px or greater */
@media screen and (min-width: 700px) {
  #siteTopNav ul li a:hover {
    background-color: #B80000;
  }
}
/* for 850px or greater */
@media screen and (min-width: 850px) {
	.siteOutageWarning {
		display: flex;
		padding: 0px 0px 0px 60px;
		background: url(../images/outages.png) no-repeat 10px 15px;
		background-size: 38px 50px;
		border-top-width: 0px;
	}
	.ltIE9 .siteOutageWarning {
		background-image: url(../images/outages.gif);
	}
	.siteOutageWarning_text {
		flex: 2;
	}
	.siteOutageWarning_chartContainer {
		padding-top: 10px;
		min-width: 250px;
		max-width: 250px;
		flex-basis: auto;
		flex-grow: 1;
	}
}
/* for 980px or greater */
@media screen and (min-width: 980px) {
	.siteOutageWarning {
		display: block;
	}
	.siteOutageWarning_chartContainer {
		padding-top: 0px;
		min-width: initial;
		max-width: initial;
	}
	.naturewisePartners li {
		width: 30%;
	}
}
/* for 1150px or greater */
@media screen and (min-width: 1150px) {
	.siteOutageWarning {
		display: flex;
	}
	.siteOutageWarning_chartContainer {
		padding-top: 10px;
		min-width: 250px;
		max-width: 250px;
	}
}
