/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-bdlock; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


.social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.social-links li a {
  color: #717173;
  font-size: 12px;
  line-height: 30px;
  padding: 0 0 0 32px;
  background-position: left center;
  background-repeat: no-repeat;
  display: block;
}
.social-links li {
  margin: 3px 0;
}
.social-links li a.twitter { background-image: url(../img/twitter.png); }
.social-links li a.facebook { background-image: url(../img/facebook.png); }
.social-links li a.twitter:hover { color: #19c6f6; text-decoration: none; }
.social-links li a.facebook:hover { color: #315c9a; text-decoration: none; }

/* =============================================================================
   Base
   ========================================================================== 
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; 
  background-color: #fff;
  background-position: center top; 
  background-repeat: no-repeat;
}
body, button, input, select, textarea { font-family: "proxima-nova-soft",Verdana,sans-serif; color: #666; }
input, select, textarea { border: 1px solid #999;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
padding: 4px 5px;
}
input:focus, select:focus, textarea:focus { background-color: #fdf3e7; }

/*  Remove text-shadow in selection highlight: h5bp.com/i -These selection declarations have to be separate */
::-moz-selection { background: #52bcec; color: #fff; text-shadow: none; }
::selection { background: #52bcec; color: #fff; text-shadow: none; }

/* Links */
a { color: #ee3b33; 
-webkit-transition: color 0.15s linear;
-moz-transition: color 0.15s linear;
-o-transition: color 0.15s linear;
transition: color 0.15s linear;
text-decoration: underline;
}
a:visited { color: #ee3b33; }
a:hover { color: #333; }
a:focus { outline: thin dotted; }
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }

/* Typography */
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px dotted #c7ae93; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Lists */
ul, ol { margin: 1em 0; padding: 0; }
dd { margin: 0; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* Embedded content 
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e  */
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; padding: 0; margin: 0; }
/* Correct overflow not hidden in IE9  */
svg:not(:root) { overflow: hidden; }
/* Figures */
figure { margin: 0; }
/* Forms */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 */
legend { border: 0; *margin-left: -7px; padding: 0; }

/* 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers */
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
/* 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7 */
button, input { line-height: normal; *overflow: visible; }
/* Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7 */
table button, table input { *overflow: auto; }
/* 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS */
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
/* Consistent box sizing and appearance */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
/* Remove inner padding and border in FF3/4: h5bp.com/l  */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
/* 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing */
textarea { overflow: auto; vertical-align: top; resize: vertical; }
/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
/*  Tables */
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
/******
=global 
*******/
.left { float: left; }
.right { float: right; }
body {font:62.5% "proxima-nova-soft",Verdana,sans-serif;color: #000;}
a:link,a:visited {color: #f68026;text-decoration: none;}
a:hover, a:active {color: #333;text-decoration: underline;}
img {border:0;margin: 0px;padding: 0px;}
p {padding: 5px 0;font: 13px "proxima-nova-soft",Verdana,sans-serif;line-height: 1.6;color: #000; margin: 13px 0;}
h1, h2, h3 {padding: 3px 0;font-weight: 500;}
h1 {margin: 0; padding: 0 0 7px 0;font-size: 2.4em;}
h2 {margin: 0; padding: 0 0 3px 0;font-size: 1.8em;color: #333;}
h3 {font-size: 1.6em;color: #C91A19;}
h4 {font-size: 1.4em;font-weight: 600;color: #333;}
h5 {font-size: 1.2em;font-weight: 600;}
h6 {font-size: 1em;}
/******
=layout 
*******/
#wrapper { width: 100%; }
#container { width: 960px; margin: 0 auto; padding: 0 90px 30px 90px; }
.wrapper-inner { width: 100%; }
/*******
=content
********/
#content {float: left; margin: 35px 0 0 15px;width: 610px;}
.widepage #content { width: 935px; }
/*******
=CMS HTML
********/
.cms_html h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 1.13em;
	line-height: 1.4;
	color: #333;	
}
.cms_html h2.title {color: #8dc73f;font-size: 37px;}
.cms_html,.cms_html p,.cms_html ul,.cms_html ol {font: 13px/19px "proxima-nova-soft",Verdana,sans-serif;padding: 0;}
.cms_html p,.cms_html ul,.cms_html ol {	margin-bottom: 17px;}
.cms_html ul,.cms_html ol {	margin-left: 2.25em;}
.cms_html p.intro {	font-size: 26px;line-height: 1.3;color: #717173;margin-bottom: 20px;}
.callout .cms_html p {
  padding: 0;
  font: bold 11px/15px "proxima-nova-soft",Verdana,sans-serif;
  color: #717173;
}
.cms_html .calloutLink img{
  float: none;
  display: inline;
  margin: 0 0 0 5px;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE 8 hack */
  filter: alpha(opacity = 80); /* IE 5-7 hack */ 
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.cms_html .calloutLink:hover img,
.cms_html .calloutLink:active img {
  opacity: 1; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 hack */
  filter: alpha(opacity = 100); /* IE 5-7 hack */ 
}
.callout .cms_html h2,.callout .cms_html h2 a {
  margin-bottom: 10px;
  padding: 0;
  font: bold 18px/20px "proxima-nova-soft",Verdana,sans-serif;
  color: #717173;
}
.callout .cms_html h2 a:hover { color: #f68026; text-decoration: none; }
.callout .cms_html { padding-bottom: 0;font-weight: bold;}
.calloutimg .cms_html { float: right;width: 188px;}
/******
=header 
*******/
header { width: 1140px;height: 198px;margin: 0 auto;background: #fff url(../img/bg/header.png) no-repeat 0 0;}
header h1 { float: left; margin-left: 107px; }
header h1 img { box-shadow: 1px 1px 12px rgba(0,0,0,.2);}
/***********
=primary nav 
************/
header nav { float: left;}
header nav ul#toplevel {
  float: left;
  margin: 24px 0 0 40px;
  padding: 0 13px;
  position: relative;
}
header nav ul#toplevel li { float: left;margin: 0 13px;}
header nav ul#toplevel li a:link,header nav ul#toplevel li a:visited {
  padding: 8px 13px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4D4D4D;
  float: left;
  min-width: 70px;
}
header nav ul#toplevel li a:hover,header nav ul#toplevel li a:active { text-decoration: none; }
header nav ul#toplevel li#customers a:hover,header nav ul#toplevel li#customers a:active { color: #0f6db7; }
header nav ul#toplevel li#community a:hover,header nav ul#toplevel li#community a:active { color: #52bcec; }
header nav ul#toplevel li#smart a:hover,header nav ul#toplevel li#smart a:active { color: #8dc73f; }
header nav ul#toplevel li#renewable a:hover,header nav ul#toplevel li#renewable a:active { color: #71bf45; }
header nav ul#toplevel li#creative a:hover,header nav ul#toplevel li#creative a:active { color: #f68026; }
header h1 img.nav-customers { box-shadow: 1px 1px 42px #0f6db7; }
header h1 img.nav-community { box-shadow: 1px 1px 42px #52bcec; }
header h1 img.nav-smart { box-shadow: 1px 1px 42px #8dc73f; }
header h1 img.nav-renewable { box-shadow: 1px 1px 42px #71bf45; }
header h1 img.nav-creative { box-shadow: 1px 1px 42px #f68026; }
/*******
=top nav and releaved content zones
********/
#top-nav {
  width: 100%;
  border-bottom: 1px solid #6e6f71;
  background-color: #fff;
  z-index: 10;
  position: relative;
}
#top-nav nav {
  width: 960px;
  margin: 4px auto;
  padding: 0 90px;
}
#top-nav nav ul {
  display: block;
  float: right;
  list-style-type: none;
}
#top-nav nav ul li {
  float: left;
  padding: 0;
  margin: 0 0 0 3px;
}

#top-nav nav ul li a { 
  display: block;
  float: left;
  font-weight: bold;
  font-size: 17px;
  line-height: 17px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 12px 15px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  background-color: #f68026;
}
#top-nav nav ul li a:active,#top-nav nav ul li a:hover {text-decoration: underline;}
#top-nav nav ul li a#outage { background-color: #f68026; }
#top-nav nav ul li a#contact { background-color: #52bcec;}
#top-nav nav ul li a#account { background-color: #8dc73f; }
#top-nav nav form { float: right;margin: 8px 20px 0 0;}
#top-nav nav label {
  font-size: 13px;
  text-transform: uppercase;
  color: #717173;
  float: left;
  margin-top: 5px;
}
#top-nav nav #search_form_q {
  width: 165px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #999;
  font-size: 13px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  margin: 0 8px;
  float: left;
}
#top-nav nav .button {
  height: 17px;
  width: 16px;
  text-indent: -9999px;
  background: url(../img/button-search.png) no-repeat left bottom;
  border: none;
  float: left;
  margin-top: 3px;
}
/**********
=breadcrumb 
***********/
#breadcrumb {
  text-transform: uppercase;
  color: #5B676F;
  font: bold 12px "proxima-nova-soft",Verdana,sans-serif;
  padding: 0 0 15px 0;
  margin: 0;
}
#breadcrumb a {color: #888;}
#breadcrumb a.current {color: #000;}
/***************
=sidebar 
****************/
#sidebar {float: right;width: 310px;margin: 75px 0 0 0;}
#sidebar nav ul { border-top: 1px solid #000; padding: 0 0 10px 0; }
#sidebar nav ul li { margin: 0;border-bottom: 1px solid #000;}
#sidebar nav ul li a {
  display: block;
  padding: 10px 0;
  font: bold 21px/24px "proxima-nova-soft",Verdana,sans-serif;
  text-decoration: none;
  color: #5B676F;
  text-transform: uppercase;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 38px;
}
#sidebar nav ul li a { background-image: url(../img/bullet.png); }
#sidebar nav ul li a:hover,#sidebar nav ul li a.on { color: #8dc73f; }

#sidebar nav ul li a small,#sidebar nav ul li a small p {
  display: block;
  text-transform: none;
  font: normal 10px/14px "proxima-nova-soft",Verdana,sans-serif;
  padding: 0;
  margin: 0;
}
/********
=callouts
*********/
.callout {
  margin: 10px 0;
  border: 1px solid #ddd;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #fcfcfc;
  color: #717173;
  padding: 16px 10px 10px 10px;
}

.callout img {
  float: left;
  margin: 0 10px 10px 0;
  max-width: 90px;
}

 
/**********
=footer 
***********/

footer {
  background: #4a545b url(../img/bg/footer.jpg) repeat-x left top;
  width: 100%;
  clear: both;
  color: #fff;
  padding: 30px 0 40px;
}
footer section article {
  float: left;
  width: 580px;
}
footer section article h5 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
footer section article p {
  color: #fff;
  font-size:  12px;
  padding: 0 0 10px 0;
}
#sharethis {  float: right; text-align: right; width: 190px; margin: 10px; }
.st_facebook_custom,.st_twitter_custom,.st_sharethis_custom {
  padding: 13px 25px 0 0;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: 0 0;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE 8 hack */
  filter: alpha(opacity = 80); /* IE 5-7 hack */ 
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; 
}
.st_facebook_custom { background-image: url(../img/social/facebook.png); }
.st_twitter_custom { background-image: url(../img/social/twitter.png); }
.st_sharethis_custom { background-image: url(../img/social/sharethis.png); }
.st_facebook_custom:hover,.st_twitter_custom:hover,.st_sharethis_custom:hover {
  cursor: pointer;
  opacity: 1; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 hack */
  filter: alpha(opacity = 100); /* IE 5-7 hack */ 
}
footer a:link,footer a:visited {
  color: #fff;
  text-decoration: none;
}
footer a:active,footer a:hover { text-decoration: underline; }
footer nav, footer section {
  width: 930px;
  padding: 0 105px;
  margin: 0 auto;
}

footer nav ul li { 
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 9px;
  padding: 0 7px;
  border-left: 1px solid #fff;
}
footer nav ul li.first {border-left: none; padding-left: 0;}
footer nav #copyright {
  padding:20px 0 0 0;
  margin: 0;
  font-size: 10px;
  color: #fff;
}


/* MISC
--------------------------------------------- */
a img { border: none; }
/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #top-nav,.wrapper-inner,footer {min-width: 1140px;}
}
