article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
  background-color: #ffffff;
}
::-moz-selection {
  background: #cd1041;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #cd1041;
  color: #ffffff;
  text-shadow: none;
}
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 0;
  padding: 0;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
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%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
dd,
dt,
dl {
  margin: 0;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
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,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
em {
  font-size: 1em;
  margin: 0;
  padding: 0;
}
/* Header */
#my-rrtp-account {
  position: absolute;
  width: 300px;
  z-index: 100;
  right: 5%;

}

#my-rrtp-account  a {
  color: #fff;
  text-decoration: none;
}

#my-rrtp-account  a:hover {
  color: #fff;
  text-decoration: underline;
}

.my-rrtp-tab {
  background-color: #CD1042;
  padding: 5px 0px;
  text-align: center;
  margin-top: -10px;
  border-radius: 4px 4px 0px 0px;
  color: #fff;
  width: 200px;
  border: none;
  float: right;
  display: block;
  font:500 16px "franklin-gothic-urw", Arial!important;
  cursor: pointer;  
}

.my-rrtp-tab-content {
  background-color: #CD1042;
  padding: 20px;
  margin-top: -1px;
  text-align: left;
  border-radius: 0px 0px 4px 4px;
  color: #fff;
  display: block;
  font:500 14px "franklin-gothic-urw", Arial!important;
  height: auto;
  
}

.update-form-header {
  font:700 24px "franklin-gothic-urw-comp", Arial;
  text-transform:uppercase;
  color:#BF2E49;
  margin-bottom:10px;
}

.update-popup-style {
  margin:5px 10px 5px 10px;
  font:400 15px "franklin-gothic-urw", Arial!important;
}


.btn-red {
display: inline-block;
width:auto;
height: auto;
padding: 3px 15px 3px 15px;
border-radius: 4px;
color: #fff;
font-size: 14px!important;
font-family: "franklin-gothic-urw",sans-serif!important;
font-weight: 500!important;
font-style: normal;
text-align: center;
text-decoration: none;
text-transform: none;
box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.47) inset;
background: #CD1042;
float:none;
}

.btn-red:hover {
  color:#ffffff;
background-color: #BD0036;
}

.login-form-separator {
  background-color: #CD1042;
  display: block;
}

.popup-checkbox {
  width:auto;
  margin-top:-11px!important;
  box-shadow: none; 
}
.pulldown-button {
  display: inline-block;
  float: none;
  height: 29px;
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 5px 22px;
  width: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 0.950em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-font-smoothing: antialiased;
  border: 1px solid #23748e;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  -o-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  background-color: #058ead;
  background-image: -webkit-linear-gradient(top, #21b2d4, #058ead);
  background-image: -moz-linear-gradient(top, #21b2d4, #058ead);
  background-image: -ms-linear-gradient(top, #21b2d4, #058ead);
  background-image: -o-linear-gradient(top, #21b2d4, #058ead);
  background-image: linear-gradient(top, #21b2d4, #058ead);
  background-repeat: repeat-x;
  -webkit-background-size: 1px 60px;
  -moz-background-size: 1px 60px;
  -o-background-size: 1px 60px;
  background-size: 1px 60px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pulldown-button:hover {
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #23748e;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  -o-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  background-color: #058ead;
  background-image: -webkit-linear-gradient(top, #21b2d4, #058ead);
  background-image: -moz-linear-gradient(top, #21b2d4, #058ead);
  background-image: -ms-linear-gradient(top, #21b2d4, #058ead);
  background-image: -o-linear-gradient(top, #21b2d4, #058ead);
  background-image: linear-gradient(top, #21b2d4, #058ead);
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em;
}
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.background-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.wordpress-logo #wpadminbar .quicklinks {
  border-left: 0 !important;
}
.wordpress-logo #wp-admin-bar-wp-logo > .ab-item .ab-icon {
  background: url(extras/../ug-wp.png) no-repeat 0 0 transparent !important;
}
.wordpress-logo #wpadminbar.nojs #wp-admin-bar-wp-logo:hover > .ab-item .ab-icon,
.wordpress-logo #wpadminbar #wp-admin-bar-wp-logo.hover > .ab-item .ab-icon {
  background: url(../extras/ug-wp.png) no-repeat 0 -20px transparent !important;
}
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
iframe {
  border: none;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.aligncenter {
  float:none;
  display: block;
  margin:0 auto;
}
span.more-below {
  position: fixed;
  /*  bottom: -100px; */

  bottom: -4px;
  right: 310px;
  display: block;
  width: 54px;
  height: 48px;
  padding: 10px 5px;
  background-color: #CD1042;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #ffffff;
  font-size: 1em;
  font-family: "franklin-gothic-urw-comp-n4", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-image: url('../img/more-below.png');
  background-repeat: no-repeat;
  background-position: center 45px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1em;
  cursor: pointer;
  z-index: 999999999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-animation-name: Floatingx;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  span.more-below {
    background-image: url('../img/more-below@2x.png');
    background-size: 35px 15px;
  }
}
@-webkit-keyframes Floatingx {
  from {
    -webkit-transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, 10px);
  }
  to {
    -webkit-transform: translate(0, 0px);
  }
}
@-moz-keyframes Floating {
  from {
    -moz-transform: translate(0, 0px);
  }
  50% {
    -moz-transform: translate(0, 10px);
  }
  to {
    -moz-transform: translate(0, 0px);
  }
}
span.more-below:hover {
  background-color: #b40e3b;
}
input#searchsubmit,
a.button,
input.button {
  display: inline-block;
  height: 29px;
  padding: 0 25px;
  line-height: 28px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 0.875em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  border: 1px solid #23748e;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  -o-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  background-color: #058ead;
  background-image: -webkit-linear-gradient(top, #21b2d4, #058ead);
  background-image: -moz-linear-gradient(top, #21b2d4, #058ead);
  background-image: -ms-linear-gradient(top, #21b2d4, #058ead);
  background-image: -o-linear-gradient(top, #21b2d4, #058ead);
  background-image: linear-gradient(top, #21b2d4, #058ead);
  background-repeat: repeat-x;
  -webkit-background-size: 1px 60px;
  -moz-background-size: 1px 60px;
  -o-background-size: 1px 60px;
  background-size: 1px 60px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a.five-minute-prices,
a.predicted-prices,
a.pricing-table,
a.api {
  
  position: absolute;
  right: 99px;
  top: 10px;
  
  z-index: 100;
  height: 29px;
  padding: 0 10px 0 7px;
  line-height: 28px;
  border: 1px solid #BEBEBE;
}
a.five-minute-prices {
  right: 413px;
  padding: 0 10px;
}
a.predicted-prices {
  right: 275px;
  padding: 0 10px;
}
a.pricing-table {
   right: 147px; 
  padding: 0 10px;
}
a.predicted-prices span {
  position: absolute;
  width: 220px;
  left: 50%;
  top: 40px;
  margin-left: -110px;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 3px;
  z-index: 2000;
  color: #FFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  line-height: normal;
}
a.predicted-prices em,  a.five-minute-prices em {
  font-style: normal;
}
a.predicted-prices span:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.5);
}
a.predicted-prices:hover span {
  display: block;
}
.five-minute-info-popup span {
  position: absolute;
  width: 220px;
  /* left: 50%; */
  top: 74px;
  /* margin-left: -110px; */
  display: none;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 3px;
  z-index: 2000;
  color: #FFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  line-height: normal;
}
.five-minute-info-popup span.tooltip {
  color: #dedede;
  font-size: 1em !important;
  padding: 5px 3px;
  font-family: "franklin-gothic-urw", sans-serif;
  font-style: normal;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  text-align: center; 
}
.five-minute-info-popup span:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.5);
}
.five-minute-info-popup:hover span {
  display: block;
}
a.pricing-table span {
  padding: 0 0 0 20px;
  background-image: url('../img/pricing-table.png');
  background-repeat: no-repeat;
  background-position: center left;
}

/** Static sub pages **/
#prices-sub-header {
  text-align: right;
  position: absolute;
  top: 10px;
  right: 100px;
  overflow: visible;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  #prices-sub-header {
    right: initial;
    left: 20px;
    top: 50px;
  }
  #sub-header.chart {
    padding-top: 40px!important;
  }
}
/** Static sub pages **/


@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  a.pricing-table span {
    background-image: url('../img/pricing-table@2x.png');
    background-size: 20px 20px;
  }
}
a.white {
  color: #464646;
  border: 1px solid #949494;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  -o-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  background-color: #E6E6E6;
  background-image: -webkit-linear-gradient(top, #f9f9f9, #dcdcdc);
  background-image: -moz-linear-gradient(top, #f9f9f9, #dcdcdc);
  background-image: -ms-linear-gradient(top, #f9f9f9, #dcdcdc);
  background-image: -o-linear-gradient(top, #f9f9f9, #dcdcdc);
  background-image: linear-gradient(top, #f9f9f9, #dcdcdc);
}
input#searchsubmit,
a.blue,
input.blue {
  color: #FFF;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  -o-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  border: 1px solid #23748e;
  background-color: #037D98;
  background-image: -webkit-linear-gradient(top, #21b2d4, #037D98);
  background-image: -moz-linear-gradient(top, #21b2d4, #037D98);
  background-image: -ms-linear-gradient(top, #21b2d4, #037D98);
  background-image: -o-linear-gradient(top, #21b2d4, #037D98);
  background-image: linear-gradient(top, #21b2d4, #037D98);
}
input#searchsubmit,
a.big,
input.big {
  height: 52px;
  line-height: 51px;
  font-size: 1.25em;
}
a.blue:hover,
input.blue:hover {
  background-position: 0 -40px;
}
a.white:hover {
  background-position: 0 -80px;
  border-color: #909090;
}
html,
body {
  color: #464646;
  font-size: 1em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: normal;
  font-style: normal;
  min-width: 320px;
}
header,
#main,
footer {
  clear: both;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.container, #save-money {
  width: 100%;
  max-width: 1230px;
  padding: 0 30px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; 
}
header {
  min-height: 120px;
  padding: 0 0 18px;
}
header h1 {
  float: left;
  width: 329px;
  margin-right: 20px;
  margin-top: 18px;
}
header h1 img {
  display: block;
  max-width: 100%;
  -webkit-transition: all 0 ease-out;
  -moz-transition: all 0 ease-out;
  -o-transition: all 0 ease-out;
  transition: all 0 ease-out;
}
header nav#main-nav {
  margin: 43px 0 0 20px;
  float: left;
  -webkit-transition: all 0 ease-out;
  -moz-transition: all 0 ease-out;
  -o-transition: all 0 ease-out;
  transition: all 0 ease-out;
}
#login-form #msg {
  padding-top: 10px;
}
#login-container {
  display: block;
  padding: 30px 0;
  background-color: #5d656d;
  background-image: -webkit-linear-gradient(top, #69737b, #5d656d);
  background-image: -moz-linear-gradient(top, #69737b, #5d656d);
  background-image: -ms-linear-gradient(top, #69737b, #5d656d);
  background-image: -o-linear-gradient(top, #69737b, #5d656d);
  background-image: linear-gradient(top, #69737b, #5d656d);
}
#login-container form {
  float: left;
  width: 75%;
}
#login-container fieldset {
  clear: none;
}
#login-container legend {
  display: block;
  float: left;
  width: 15%;
  color: #ffffff;
  font-size: 2.2em;
  font-family: "franklin-gothic-urw-comp-n4", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: 44px;
}
#login-container label {
  float: left;
  clear: none;
}
#login-container input {
  float: left;
  clear: none;
  width: 35%;
  margin-right: 5%;
  background: #FFF;
}
#login-container input#login {
  display: inline-block;
  width: 15%;
  padding: 0 25px;
  margin: 0;
  height: 44px;
  line-height: 44px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 0.875em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  background-repeat: repeat-x;
  -webkit-background-size: 1px 60px;
  -moz-background-size: 1px 60px;
  -o-background-size: 1px 60px;
  background-size: 1px 60px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.25em;
  color: #FFF;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #23748e;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  -o-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  background-color: #058ead;
  background-image: -webkit-linear-gradient(top, #21b2d4, #058ead);
  background-image: -moz-linear-gradient(top, #21b2d4, #058ead);
  background-image: -ms-linear-gradient(top, #21b2d4, #058ead);
  background-image: -o-linear-gradient(top, #21b2d4, #058ead);
  background-image: linear-gradient(top, #21b2d4, #058ead);
}
#login-container input#login:hover {
  background-position: 0 -40px;
}
#login-container a.forgot-password {
  float: left;
  width: 25%;
  line-height: 44px;
  color: #FFF;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#login-container a.forgot-password:hover {
  color: #077992;
  text-decoration: none;
}
a.menu-toggle,
a.prices-toggle {
  display: block;
  float: right;
  width: 38px;
  height: 30px;
  background-color: #333;
  margin: 3px 10px 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #000;
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3);
  background-image: url('../img/menu-button.png');
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -999em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  color: #ffffff;
  font-size: 1em;
  font-family: "franklin-gothic-urw-comp-n4", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  a.menu-toggle,
  a.prices-toggle {
    background-image: url('../img/menu-button@2x.png');
    background-size: 30px 26px;
  }
}
a.prices-toggle {
  float: left;
  margin: 3px 0 0 10px;
  background-image: url('../img/prices-menu.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  a.prices-toggle {
    background-image: url('../img/prices-menu@2x.png');
    background-size: 30px 26px;
  }
}
a.menu-toggle.active,
a.prices-toggle.active {
  background-color: #000;
  color: #bcbcbc;
}
a.menu-toggle:after {
  line-height: 30px;
  position: absolute;
  left: -42px;
  content: "Menu";
  text-indent: 0;
}
a.prices-toggle:after {
  line-height: 30px;
  position: absolute;
  right: -70px;
  content: "Live Prices";
  text-indent: 0;
}
a.menu-toggle.active:after {
  content: "Close";
}
#mobile-nav-container {
  display: none;
  width: 100%;
  min-height: 40px;
  background: #828282;
  float: left;
  clear: both;
  /*  .box-shadow-inset(0, -1px, 0, 0, rgba(255,255,255,.15)); */

  background-color: #5d656d;
  background-image: -webkit-linear-gradient(top, #69737b, #5d656d);
  background-image: -moz-linear-gradient(top, #69737b, #5d656d);
  background-image: -ms-linear-gradient(top, #69737b, #5d656d);
  background-image: -o-linear-gradient(top, #69737b, #5d656d);
  background-image: linear-gradient(top, #69737b, #5d656d);
}
nav#mobile-nav {
  clear: both;
  display: none;
  width: 100%;
  margin: 0;
  padding: 10px 0 0;
}
header nav#main-nav ul {
  white-space: nowrap;
}
header nav#main-nav li {
  display: inline-block;
  margin-right: 30px;
}
header nav#main-nav li:last-child {
  margin: 0;
}
header nav#main-nav li a,
nav#mobile-nav li a {
  color: #555555;
  font-size: 1.125em;
  font-family: "franklin-gothic-urw-comp-n4", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

nav#mobile-nav li {
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
}
nav#mobile-nav li a {
  color: #FFF;
  display: block;
  line-height: 34px;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header nav#main-nav li a:hover {
  color: #C9C9C9;
}
header nav#main-nav li.current_page_item a {
  border-bottom: 2px solid #C9C9C9;
}
nav#mobile-nav li a:hover {
  color: #b2b2b2;
}
header a.button {
  float: right;
  display: inline-block;
  height: 29px;
  margin-top: 40px;
  padding: 0 22px;
  line-height: 28px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 0.875em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-font-smoothing: antialiased;
  border: 1px solid #23748e;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  -o-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  background-color: #058ead;
  background-image: -webkit-linear-gradient(top, #21b2d4, #058ead);
  background-image: -moz-linear-gradient(top, #21b2d4, #058ead);
  background-image: -ms-linear-gradient(top, #21b2d4, #058ead);
  background-image: -o-linear-gradient(top, #21b2d4, #058ead);
  background-image: linear-gradient(top, #21b2d4, #058ead);
  background-repeat: repeat-x;
  -webkit-background-size: 1px 60px;
  -moz-background-size: 1px 60px;
  -o-background-size: 1px 60px;
  background-size: 1px 60px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header a.login {
  margin-right: 15px;
  color: #464646;
  text-shadow: 0 1px 0 #FFF;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  -o-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  background-color: #dcdcdc;
  background-image: -webkit-linear-gradient(top, #f9f9f9, #dcdcdc);
  background-image: -moz-linear-gradient(top, #f9f9f9, #dcdcdc);
  background-image: -ms-linear-gradient(top, #f9f9f9, #dcdcdc);
  background-image: -o-linear-gradient(top, #f9f9f9, #dcdcdc);
  background-image: linear-gradient(top, #f9f9f9, #dcdcdc);
}
header a.enroll {
  float: none;
  margin-left: 30px;
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #23748e;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  -o-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  background-color: #058ead;
  background-image: -webkit-linear-gradient(top, #21b2d4, #058ead);
  background-image: -moz-linear-gradient(top, #21b2d4, #058ead);
  background-image: -ms-linear-gradient(top, #21b2d4, #058ead);
  background-image: -o-linear-gradient(top, #21b2d4, #058ead);
  background-image: linear-gradient(top, #21b2d4, #058ead);
}

header a.enroll:focus { 
  border: 2px solid #383838;
}

header a.login:hover,
header a.enroll:hover {
  background-position: 0 -30px;
}
header a.login:hover {
  border-color: #909090;
}
#slider {
  float: left;
  clear: both;
  width: 100%;
  min-height: 488px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 20px 0 40px;
  background: url(../img/slider-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  position: relative;
}
#slider .container {
  position: relative;
}
#slider h2 {
  max-width: 960px;
  padding: 40px 0 0;
  margin: 20px auto 40px;
  display: block;
  color: #ffffff;
  font-size: 3.4em;
  font-family: "franklin-gothic-urw-comp-n7", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  text-shadow: 0 -2px 1px rgba(0, 0, 0, 0.1);
  line-height: 40px;
  background: url(../img/star-bg.png) no-repeat center top;
}
#slider h2 span {
  width: 100%;
  display: inline-block;
  color: #ffffff;
  font-size: 0.64em;
  font-family: "franklin-gothic-urw-comp-n4", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  border-top: 1px solid #FFF;
  padding-bottom: 0px;
  line-height: 30px;
  margin-top: 20px;
  text-shadow: 0 -2px 1px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 600px) {
  #video {
    width: 280px;
    height: 157px;
  }
}
@media only screen and (min-width: 601px) {
  #video {
    width: 560px;
    height: 315px;
  }
}
.main-slider-nav .next,
.main-slider-nav .prev {
  position: absolute;
  top: 55%;
  width: 35px;
  height: 62px;
  text-indent: -999em;
  background-image: url('../img/slider-arrows.png');
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .main-slider-nav .next,
  .main-slider-nav .prev {
    background-image: url('../img/slider-arrows@2x.png');
    background-size: 70px 62px;
  }
}
.main-slider-nav .next:hover,
.main-slider-nav .prev:hover {
  opacity: 0.5;
}
.lt-ie9 .main-slider-nav .next:hover,
.lt-ie9 .main-slider-nav .prev:hover {
  filter: alpha(opacity=50);
}
.main-slider-nav .next {
  background-position: -35px 0;
  right: 12%;
}
.main-slider-nav .prev {
  background-position: 0 0;
  left: 12%;
}
.main-slider {
  clear: both;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  min-height: 200px;
  max-width: 700px;
  height: auto;
  margin: 0 auto;
}
.main-slider .slider {
  width: 100%;
  height: 100%;
}
.main-slider .slider .slide {
  float: left;
  width: 100%;
  max-width: 700px;
  min-height: 200px;
  height: auto;
  padding: 0;
  margin: 0;
}
.main-slider .slider .slide p {
  color: #ffffff;
  font-size: 1.2em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: 0 -2px 1px rgba(0, 0, 0, 0.1);
  line-height: 24px;
  margin-bottom: 30px;
}
.main-slider .slider .slide p.intro {
  color: #ffffff;
  font-size: 3.125em;
  font-family: "franklin-gothic-urw-comp-n7", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-shadow: 0 -2px 1px rgba(0, 0, 0, 0.1);
  line-height: 50px;
  margin: 0 0 20px;
}
#alerts {
  clear: both;
  width: 100%;
}
#alerts .container {
  max-width: 1170px;
  height: 170px;
  background-image: url('../img/alerts.png');
  background-repeat: repeat;
  background-position: center top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #alerts .container {
    background-image: url('../img/alerts@2x.png');
    background-size: 1170px 170px;
  }
}
#alerts .prices {
  border-top: 7px solid #cd1041;
  width: 25%;
  padding: 40px 0 0 3%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#alerts .prices p.price {
  color: #cd1041;
  font-size: 3.75em;
  font-family: "franklin-gothic-urw-comp-n7", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -3px;
  line-height: 50px;
  text-shadow: 0 1px 0 #FFF;
}
#alerts .prices p {
  color: #464646;
  font-size: 0.8em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-shadow: 0 1px 0 #FFF;
}
#alerts .prices p.price small {
  font-weight: 100;
  margin: 0 4px 0 0;
}
#alerts .prices p.price strong {
  color: #464646;
  font-size: .5em;
  font-weight: 400;
  letter-spacing: normal;
}
#alerts .continue {
  width: 17%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#alerts .prices.actual {
  margin: 0 2% 0 17%;
}
#alerts .prices.predicted {
  margin-right: 2%;
}
#alerts a.pricing-dashboard {
  display: block;
  position: relative;
  width: auto;
  min-width: 160px;
  height: 35px;
  line-height: 35px;
  margin-top: 64px;
  padding: 0 26px 0 10px;
  border: 1px solid #ddd;
  background-color: #cd1041;
  background-image: url('../img/white-arrow.png');
  background-repeat: no-repeat;
  background-position: right center;
  color: #FFFFFF;
  font-size: 1.125em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  text-align: center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #alerts a.pricing-dashboard {
    background-image: url('../img/blue-arrow@2x.png');
    background-size: 16px 13px;
  }
}
#alerts a.pricing-dashboard:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 15px;
  width: 50%;
  height: 20%;
  right: 10px;
  left: auto;
  -webkit-box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.7);
  -o-box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}

#alerts a.pricing-dashboard:hover:after {
  -webkit-box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.3);
}
.testimonial-nav {
  clear: both;
  position: relative;
  max-width: 1170px;
  width: 100%;
  height: 85px;
  margin: 0 auto 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.testimonial-nav .prev,
.testimonial-nav .next {
  position: absolute;
  bottom: 0;
  width: 13px;
  height: 17px;
  text-indent: -999em;
  background-image: url('../img/sprite.png');
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .testimonial-nav .prev,
  .testimonial-nav .next {
    background-image: url('../img/sprite@2x.png');
    background-size: 500px 500px;
  }
}
.testimonial-nav .prev:hover,
.testimonial-nav .next:hover {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.testimonial-nav .prev {
  right: 20px;
  background-position: 3px 0;
}
.testimonial-nav .next {
  right: 0;
  background-position: -15px 0;
}
.testimonial-slider {
  clear: both;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  max-width: 1170px;
  height: 400px;
  margin: 0 auto;
}
.testimonial-slider .slider {
  width: 100%;
  height: 100%;
}
.testimonial-slider .slider .slide {
  float: left;
  width: 330px;
  /*height: 400px;*/
  height: auto;
  padding: 20px;
  margin: 0 30px 0 0;
  border-top: 1px dotted #CCC;
}
.testimonial-slider .slider .slide img {
  float: left;
  width: 66px;
  height: 66px;
  margin: 0 20px 20px 0;
  /*  .border-radius(50%); */

  /*  .box-shadow(0 0 3px 0 rgba(0,0,0,.1)); */

}
.testimonial-slider .slider .slide p.name {
  color: #222222;
  font-size: 1.375em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-top: 20px;
}
.testimonial-slider .slider .slide p.name span {
  display: block;
  color: #a7a7a7;
  font-size: .63em;
  font-weight: 100;
}
.testimonial-slider .slider .slide blockquote {
  clear: both;
  color: #464646;
  font-size: 1em;
  font-family: "Georgia", "Arial", sans-serif;
  font-weight: 100;
  font-style: italic;
  line-height: 24px;
  text-indent: 28px;
  padding-top: 2px;
  background-image: url('../img/blockquote.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .testimonial-slider .slider .slide blockquote {
    background-image: url('../img/blockquote@2x.png');
    background-size: 21px 20px;
  }
}
#save-money {
  padding: 130px 0;
  background: url(../img/clouds.jpg) fixed no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#save-money h3 {
  float: left;
  width: 25%;
  margin-right: 15%;
  color: #cd1041;
  font-size: 7.5em;
  font-family: "franklin-gothic-urw-comp-n7", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: -2px;
  line-height: 90px;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
}
#save-money .content {
  float: left;
  width: 60%;
}
#save-money .content article {
  width: 100%;
  min-height: 180px;
  margin-bottom: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 200px;
}
#save-money .content article h4 {
  color: #cd1041;
  font-size: 1.75em;
  font-family: "franklin-gothic-urw-comp-n7", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 10px;
}
#save-money .content article h4 span {
  font-weight: 300;
}
#save-money .content article p {
  color: #464646;
  font-size: .95em;
  line-height: 22px;
}
#save-money .content article a,
#save-money .content article a:visited {
  color: #077992;
  text-decoration: underline;
}
#save-money .content article a:hover {
  color: #077992;
  text-decoration: none;
}
#save-money .content article.check-bill {
  background-image: url('../img/icon-check-bill.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #save-money .content article.check-bill {
    background-image: url('../img/icon-check-bill@2x.png');
    background-size: 180px 180px;
  }
}
#save-money .content article.get-details {
  background-image: url('../img/icon-get-details.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #save-money .content article.get-details {
    background-image: url('../img/icon-get-details@2x.png');
    background-size: 180px 180px;
  }
}
#save-money .content article.enroll {
  background-image: url('../img/icon-enroll.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #save-money .content article.enroll {
    background-image: url('../img/icon-enroll@2x.png');
    background-size: 180px 180px;
  }
}
#save-money .content article.save {
  background-image: url('../img/icon-save.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #save-money .content article.save {
    background-image: url('../img/icon-save@2x.png');
    background-size: 180px 180px;
  }
}
#save-money .content article.flip {
  background-position: right center;
  padding-right: 200px;
  padding-left: 0;
}
#reasons-to-enroll {
  background: #FFF;
}
#reasons-to-enroll .container {
  position: relative;
  z-index: 0;
}
#reasons-to-enroll .poll {
  position: relative;
  float: left;
  width: 25%;
  min-height: 800px;
  margin-right: 15%;
  background: #a40d34;
  padding: 0 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
}
#reasons-to-enroll .poll:before,
#reasons-to-enroll .poll:after {
  content: "";
  position: absolute;
  z-index: -2;
}
#reasons-to-enroll .poll:before {
  left: 0;
  right: 0;
  top: 10px;
  bottom: 10px;
  -webkit-border-radius: 25%;
  -moz-border-radius: 25%;
  border-radius: 25%;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6);
}
#reasons-to-enroll .wp-polls-ans {
  margin: 0 0 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #62081f;
}
#reasons-to-enroll a.view-results {
  display: inline-block;
  float: right;
  line-height: 28px;
  margin-top: 20px;
  color: #ffae88;
  font-size: 0.875em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#reasons-to-enroll a.view-results:hover {
  text-decoration: none;
}
#reasons-to-enroll .wp-polls .pollbar {
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  -o-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  background-color: #dcdcdc;
  background-image: -webkit-linear-gradient(top, #f9f9f9, #dcdcdc);
  background-image: -moz-linear-gradient(top, #f9f9f9, #dcdcdc);
  background-image: -ms-linear-gradient(top, #f9f9f9, #dcdcdc);
  background-image: -o-linear-gradient(top, #f9f9f9, #dcdcdc);
  background-image: linear-gradient(top, #f9f9f9, #dcdcdc);
  background-image: none;
}
#reasons-to-enroll .wp-polls-ul li {
  margin-bottom: 10px;
}
.question label {
  margin-top: -5px !important;
}
#reasons-to-enroll .poll {
  display: none;  
}
#reasons-to-enroll .poll h6 {
  color: #ffffff;
  font-size: 1.875em;
  font-family: "franklin-gothic-urw-comp-n7", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
}
#reasons-to-enroll .poll p {
  color: #ffffff;
  font-size: 1em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 10px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.75);
}
#reasons-to-enroll .poll .intro {
  margin: 0 -20px;
  border-bottom: 1px solid #830a2a;
  padding: 120px 20px 0;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url('../img/poll-bg.jpg') no-repeat center top #cd1041;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
#reasons-to-enroll .poll form {
  float: left;
  clear: both;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #62081f;
}
#reasons-to-enroll .poll input {
  clear: both;
  float: left;
  margin: 2px 0 0 0;
  width: 10%;
  max-width: 20px;
  height: auto;
  padding: 0;
  display: block;
}
#reasons-to-enroll .poll .question {
  float: left;
  width: 100%;
  font-size: .85em;
  font-weight: 300;
  margin-bottom: 15px;
  border-bottom: 1px solid #830a2a;
  padding-bottom: 15px;
}
#reasons-to-enroll .poll input#submit,
#reasons-to-enroll .poll #more-info-form input#send {
  display: inline-block;
  height: 29px;
  width: auto;
  max-width: none;
  padding: 0 15px;
  margin-top: 20px;
  line-height: 28px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #464646;
  font-size: 0.875em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  text-shadow: 0 1px 0 #FFF;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #dcdcdc;
  background-image: -webkit-linear-gradient(top, #f9f9f9, #dcdcdc);
  background-image: -moz-linear-gradient(top, #f9f9f9, #dcdcdc);
  background-image: -ms-linear-gradient(top, #f9f9f9, #dcdcdc);
  background-image: -o-linear-gradient(top, #f9f9f9, #dcdcdc);
  background-image: linear-gradient(top, #f9f9f9, #dcdcdc);
  -webkit-background-size: 1px 60px;
  -moz-background-size: 1px 60px;
  -o-background-size: 1px 60px;
  background-size: 1px 60px;
  background-repeat: repeat-x;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  -o-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  outline: none;
}
#reasons-to-enroll .poll input#submit:hover,
#reasons-to-enroll .poll #more-info-form input#send:hover {
  background-position: 0 -40px;
}
#reasons-to-enroll .poll input#submit:active {
  background-color: #f9f9f9;
  background-image: -webkit-linear-gradient(top, #dcdcdc, #f9f9f9);
  background-image: -moz-linear-gradient(top, #dcdcdc, #f9f9f9);
  background-image: -ms-linear-gradient(top, #dcdcdc, #f9f9f9);
  background-image: -o-linear-gradient(top, #dcdcdc, #f9f9f9);
  background-image: linear-gradient(top, #dcdcdc, #f9f9f9);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
#reasons-to-enroll .poll label {
  float: left;
  clear: none;
  width: 90%;
  /*  display: inline-block; */

  color: #FFF;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.75);
}
#reasons-to-enroll .poll a.contact-expand {
  display: inline-block;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  margin: 0 0 30px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #e7c0ca;
  font-size: 0.875em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #5e071e;
  background-image: -webkit-linear-gradient(top, #7b102c, #5e071e);
  background-image: -moz-linear-gradient(top, #7b102c, #5e071e);
  background-image: -ms-linear-gradient(top, #7b102c, #5e071e);
  background-image: -o-linear-gradient(top, #7b102c, #5e071e);
  background-image: linear-gradient(top, #7b102c, #5e071e);
  -webkit-background-size: 1px 60px;
  -moz-background-size: 1px 60px;
  -o-background-size: 1px 60px;
  background-size: 1px 60px;
  background-repeat: repeat-x;
  border: 1px solid #5e071e;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2);
  -o-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2);
  position: relative;
  cursor: pointer;
}
#reasons-to-enroll .poll a.contact-expand:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 10px;
  border-top: 10px solid red;
  border-top-color: inherit;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#reasons-to-enroll .poll a.contact-expand:hover {
  border-top-color: #5e071e;
  background-position: 0 -40px;
}
#reasons-to-enroll .poll #more-info-form {
  display: none;
  width: 100%;
  padding: 0 4px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#reasons-to-enroll .poll #more-info-form p {
  margin: 0;
  padding: 0;
}
#reasons-to-enroll .poll #more-info-form br {
  display: none;
}
#reasons-to-enroll .poll #more-info-form label {
  float: left;
  width: 70px;
  height: 30px;
  margin-bottom: -30px;
  padding-right: 10px;
  line-height: 30px;
  background-image: url('../img/label.png');
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
  color: #ffffff;
  font-size: 1.2em;
  font-family: "franklin-gothic-urw-comp-n4", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 -2px 1px rgba(0, 0, 0, 0.1);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #reasons-to-enroll .poll #more-info-form label {
    background-image: url('../img/label@2x.png');
    background-size: 299px 48px;
  }
}
#reasons-to-enroll .poll #more-info-form input,
#reasons-to-enroll .poll #more-info-form textarea {
  float: left;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 5px 0 5px 85px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 4px solid rgba(0, 0, 0, 0.2);
  background-color: #dcdcdc;
  background-image: -webkit-linear-gradient(top, #f9f9f9, #dcdcdc);
  background-image: -moz-linear-gradient(top, #f9f9f9, #dcdcdc);
  background-image: -ms-linear-gradient(top, #f9f9f9, #dcdcdc);
  background-image: -o-linear-gradient(top, #f9f9f9, #dcdcdc);
  background-image: linear-gradient(top, #f9f9f9, #dcdcdc);
  border: none;
  -webkit-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  resize: none;
  color: #6E6E6E;
  font-size: 0.95em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 300;
  font-style: normal;
  outline-offset: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#reasons-to-enroll .poll #more-info-form input:focus,
#reasons-to-enroll .poll #more-info-form textarea:focus {
  outline: 4px solid rgba(0, 0, 0, 0.4);
}
#reasons-to-enroll .poll #more-info-form input {
  height: 30px;
}
#reasons-to-enroll .poll #more-info-form textarea {
  height: 100px;
  padding-top: 7px;
}
#reasons-to-enroll .reasons {
  float: left;
  width: 60%;
  margin-top: 70px;
  position: relative;
}
#reasons-to-enroll .reasons h5 {
  color: #cd1041;
  font-size: 3em;
  font-family: "franklin-gothic-urw-comp-n7", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#reasons-to-enroll .reasons ol {
  margin-left: auto;
  margin-right: auto;  
  width: 100%;
  margin-bottom: 50px;
}
#reasons-to-enroll .reasons ol li {
  color: #6E6E6E;
  font-size: 0.95em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 100;
  font-style: normal;
  line-height: 22px;
  padding: 9px 0;
  border-bottom: 1px dotted #CCC;
  padding-left: 34px;
}
#reasons-to-enroll .reasons ol li a {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin: 0 10px 0 -34px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 0.9em;
  font-family: "franklin-gothic-urw-comp-n4", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  background: #6a737b;
}
#reasons-to-enroll .reasons a.button {
  float: left;
  width: 47.5%;
  height: 52px;
  line-height: 51px;
  margin-bottom: 50px;
  font-size: 1.25em;
}
#reasons-to-enroll .reasons a.button.white {
  margin-left: 2.5%;
}
#reasons-to-enroll .reasons a.button.blue {
  clear: both;
  margin-right: 2.5%;
}
#reasons-to-enroll .reasons a.button.blue:focus {
  clear: both;
  margin-right: 2.5%;
}
#reasons-to-enroll aside {
  float: left;
  clear: both;
  width: 100%;
  padding: 0;
  padding: 30px 0;
  line-height: 30px;
  background-image: url('../img/pixel-bg.png');
  background-repeat: repeat;
  text-align: center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #reasons-to-enroll aside {
    background-image: url('../img/pixel-bg@2x.png');
    background-size: 2px 2px;
  }
}
#reasons-to-enroll aside p {
  color: #4E4E4E;
  font-size: 1.25em;
  font-weight: 100;
  text-shadow: 0 1px 0 #FFF;
}
#reasons-to-enroll aside p span {
  color: #6d6d6d;
  font-size: 1.3em;
  font-family: "franklin-gothic-urw-comp-n4", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
}
footer {
  clear: both;
  width: 100%;
  min-height: 56px;
  border-top: 1px solid #575e65;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
  -o-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
  background-color: #5d656d;
  background-image: -webkit-linear-gradient(top, #69737b, #5d656d);
  background-image: -moz-linear-gradient(top, #69737b, #5d656d);
  background-image: -ms-linear-gradient(top, #69737b, #5d656d);
  background-image: -o-linear-gradient(top, #69737b, #5d656d);
  background-image: linear-gradient(top, #69737b, #5d656d);
}
footer .container {
  background-image: url('../img/comed-footer.png');
  background-repeat: no-repeat;
  background-position: 60% 65%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  footer .container {
    background-image: url('../img/comed-footer@2x.png');
    background-size: 101px 98px;
  }
}
footer nav li {
  float: left;
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 5%;
}
footer nav a,
footer nav a:visited {
  color: #E6E6E6;
  font-size: 0.8em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  line-height: 54px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
footer nav li a:hover {
  color: #a3a3a3;
}
footer p.copyright {
  color: #d7d7d7;
  font-size: 0.8em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  line-height: 1rem;
  float: right;
  margin-top: 12px;
}
footer p.copyright a {
   color: #d7d7d7;
   font-size: 0.8em;
   font-family: 'franklin-gothic-urw', sans-serif;
   font-weight: 300;
   font-style: normal;
   text-decoration: none;
   text-transform: uppercase;
   text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
   line-height:1em; 
   -webkit-transition: all 0.2s ease-out;
   -moz-transition: all 0.2s ease-out;
   -o-transition: all 0.2s ease-out;
   transition: all 0.2s ease-out;
}
footer p.copyright a:hover {
    color: #a3a3a3;
}
#price-bar {
  display: block;
  clear: both;
  width: 100%;
  min-height: 60px;
  border-top: 1px solid #575e65;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
  -o-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
  background-color: #5d656d;
  background-image: -webkit-linear-gradient(top, #69737b, #5d656d);
  background-image: -moz-linear-gradient(top, #69737b, #5d656d);
  background-image: -ms-linear-gradient(top, #69737b, #5d656d);
  background-image: -o-linear-gradient(top, #69737b, #5d656d);
  background-image: linear-gradient(top, #69737b, #5d656d);
}
#price-bar .price-bar-bg {
  float: left;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-image: url('../img/bar-bulbs.png');
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #price-bar .price-bar-bg {
    background-image: url('../img/bar-bulbs@2x.png');
    background-size: 2000px 280px;
  }
}
#price-bar .container {
  min-height: 60px;
}
#price-bar .prices {
  width: 30.5%;
  margin: 10px 2.5% 10px 0;
  padding: 0 0 0 0;
  float: left;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px dotted #3d4247;
  -webkit-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.1);
  -o-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.1);
}
#price-bar .prices.instant {
  margin-right: 0;
  border: none;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  width: 33%;
}
p.price span,
#price-bar .prices p {
  float: left;
  color: #E3E3E3;
  font-size: 0.8em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 100;
  font-style: normal;
  margin: 15px 0 0 5px;
  /*  margin: 0; */

  padding: 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}

#price-bar .prices p.price {
  display: block;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  font-size: 1.875em;
  font-family: "franklin-gothic-urw-comp-n7", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  margin: 0;
  padding: 0;
}
/*
#price-bar .prices.actual p,
#price-bar .prices.predicted p {font-weight: 700;}
*/
/*
#price-bar .prices.instant p,
#price-bar .prices.instant p.price strong,
#price-bar .prices.instant p.price small,
#price-bar .prices.instant p strong {
  float: none;
  .gothic-compressed-bold(#CACACA, 1em, 400);
  height: auto;
  line-height: 46px;
  display: inline;
  margin: 0;
}
*/
#price-bar .prices p.price small {
  font-weight: 100;
  margin: 0 4px 0 0;
}
#price-bar .prices p.price strong {
  color: #dedede;
  font-size: 0.6em;
  font-family: "franklin-gothic-urw-comp-n4", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
}
#price-bar .prices.actual {
  margin-left: 0;
}
#price-bar a.button {
  font-size: .8125em;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  margin: 15px 0 0;
}
#sub-header {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  background-position: center bottom;
  z-index: 0;
  -webkit-box-shadow: inset 0 3px 10px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 3px 10px 0 rgba(0, 0, 0, 0.4);
  -o-box-shadow: inset 0 3px 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 3px 10px 0 rgba(0, 0, 0, 0.4);
}
.page-template-04-live-prices-php #sub-header {
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
}
.highcharts-container {
  background-image: url('../img/chart-bg.jpg');
  background-repeat: repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .highcharts-container {
    background-image: url('../img/chart-bg@2x.jpg');
    background-size: 100px 100px;
  }
}
#sub-header .container {
  height: 300px;
  position: relative;
  overflow: hidden;
}
#sub-header h1 {
  position: absolute;
  bottom: -55px;
  color: #ffffff;
  font-size: 11em;
  font-family: "franklin-gothic-urw-comp-n7", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}
.content aside {
  float: left;
  position: relative;
  width: 26%;
  margin-top: 5px;
  margin-right: 10%;
  padding: 30px 0;
  max-width: 300px;
  /*background-image: url('../img/pixel-bg.png');*/
    background-color: #EBEBEB; 

  background-repeat: repeat;
  border-top: 6px solid #cd1041;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .content aside {
    background-image: url('../img/pixel-bg@2x.png');
    background-size: 2px 2px;
  }
}
.content aside.fixed {
  position: fixed;
  top: 0;
  width: 26%;
}
.content aside li {
  width: 100%;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}
.content aside li.current:after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-right: 17px solid #FFF;
  border-bottom: 12px solid transparent;
}
.content aside a {
  color: #067189;
  font-size: 1em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
}
.content section {
  float: right;
  width: 64%;
  padding-bottom: 50px;
}
.content section h2 {
  color: #cd1041;
  font-size: 3.125em;
  font-family: "franklin-gothic-urw-comp-n7", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: 40px;
  margin-bottom: 40px;
}
#faq-accordion .sub-accordion .st-content p,
section p,
section li {
  color: #6E6E6E;
  font-size: 1em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
  margin-bottom: 25px;
}
section ul,
section ol {
  margin-bottom: 25px;
  padding-left: 25px;
}
section li {
  list-style: disc;
  margin-bottom: 5px;
}
section hr {
  clear: both;
  border: none;
  border-bottom: 1px dotted #B2B2B2;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
#faq-accordion .sub-accordion .st-content a,
#faq-accordion .sub-accordion .st-content a:visited,
section a,
section a:visited {
  color: #077992;
  text-decoration: none;
}
#faq-accordion .sub-accordion .st-content a:hover,
section a:hover {
  color: #077992;
  text-decoration: underline;
}
#faq-accordion .sub-accordion .st-content ul {
  list-style: none;
  padding: 0 0 0 25px;
  margin: 0;
  border: none;
}
#faq-accordion .sub-accordion .st-content ul li {
  list-style: disc;
  padding: 0;
  margin: 0;
  border: none;
}
section ul.pictures li {
  float: left;
  list-style: none;
  width: 40%;
  padding-top: 160px;
  margin-right: 10%;
  margin-bottom: 30px;
  font-weight: 700;
  background-position: center top;
  background-repeat: no-repeat;
}
section ul.pictures li.carbon {
  background-image: url('../img/solar.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  section ul.pictures li.carbon {
    background-image: url('../img/solar@2x.png');
    background-size: 140px 140px;
  }
}
section ul.pictures li.power {
  background-image: url('../img/powerlines.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  section ul.pictures li.power {
    background-image: url('../img/powerlines@2x.png');
    background-size: 140px 140px;
  }
}
section blockquote {
  float: right;
  width: 170px;
  margin: 0 0 30px 30px;
  color: #6E6E6E;
  font-size: 1.75em;
  font-family: "franklin-gothic-urw-comp-n4", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
}
section blockquote p {
  color: #6E6E6E;
  font-size: 1em;
  font-family: "franklin-gothic-urw-comp-n4", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2em;
  margin-bottom: 0;
}
section img {
  max-width: 100%;
  margin-bottom: 20px;
  height:auto;   
}
.close-all,
.expand-all {
  float: right;
  margin-right: 10px;
}
.expand-all:after {
  content: "Expand All";
}
.close-all:after {
  content: "Close All";
}
/* FAQs Page */
a.print-faqs {
  float: right;
  padding-left: 10px;
  margin-bottom: 50px;
}
a.print-faqs span {
  display: block;
  height: 100%;
  width: 100%;
  padding-left: 20px;
  background-image: url('../img/print-faqs.png');
  background-position: left center;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  a.print-faqs span {
    background-image: url('../img/print-faqs@2x.png');
    background-size: 20px 20px;
  }
}
#faq-accordion {
  padding: 50px 0 0 0;
  margin-bottom: 20px;
}
#faq-accordion ul li {
  clear: both;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
#faq-accordion ul li .content {
  display: none;
}
#faq-accordion ul li h2.faq-title {
  display: block;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #af0e39;
  background-image: -webkit-linear-gradient(top, #ce1244, #af0e39);
  background-image: -moz-linear-gradient(top, #ce1244, #af0e39);
  background-image: -ms-linear-gradient(top, #ce1244, #af0e39);
  background-image: -o-linear-gradient(top, #ce1244, #af0e39);
  background-image: linear-gradient(top, #ce1244, #af0e39);
  -webkit-background-size: 1px 70px;
  -moz-background-size: 1px 70px;
  -o-background-size: 1px 70px;
  background-size: 1px 70px;
  background-repeat: repeat-x;
  border: 1px solid #9d0c33;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
#faq-accordion ul li h2.faq-title.active,
#faq-accordion ul li h2.faq-title:hover {
  background-position: 0 -35px;
}
#faq-accordion ul li h2.faq-title span {
  height: 36px;
  line-height: 36px;
  margin: 17px 0;
}
#faq-accordion ul li h2.faq-title .icon {
  float: left;
  width: auto;
  padding-left: 70px;
  color: #ffffff;
  font-size: 1.75em;
  font-family: "franklin-gothic-urw-comp-n7", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
  background-image: url('../img/faq-sprite.png');
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #faq-accordion ul li h2.faq-title .icon {
    background-image: url('../img/faq-sprite@2x.png');
    background-size: 34px 350px;
  }
}
#faq-accordion ul li.real-time .icon {
  background-position: 0 0;
}
#faq-accordion ul li.load-guard .icon {
  background-position: 0 -70px;
}
#faq-accordion ul li.central-air .icon {
  background-position: 0 -140px;
}
#faq-accordion ul li.alerts .icon {
  background-position: 0 -210px;
}
#faq-accordion ul li.billing .icon {
  background-position: 0 -280px;
}
#faq-accordion ul li h2.faq-title .open-close {
  float: right;
  width: 35px;
  text-indent: -9999em;
  background-image: url('../img/open-close.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #faq-accordion ul li h2.faq-title .open-close {
    background-image: url('../img/open-close@2x.png');
    background-size: 35px 70px;
  }
}
#faq-accordion ul li h2.faq-title.active .open-close {
  background-position: 0 -35px;
}
#faq-accordion .content {
  clear: both;
  display: none;
  padding: 30px 100px;
}
#faq-accordion .sub-accordion {
  clear: both;
}
#faq-accordion .sub-accordion ul {
  border-top: 1px dotted #b2b2b2;
}
#faq-accordion .sub-accordion li {
  clear: both;
  height: auto!important;
  border-bottom: 1px dotted #b2b2b2;
  padding: 15px 0;
  margin: 0;
  width: 100%;
}
#faq-accordion .sub-accordion a.sub-title {
  color: #077992;
  font-size: 1em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  padding: 0 0 0 20px;
  background-image: url('../img/blue-faq.png');
  background-repeat: no-repeat;
  background-position: left 5px;
  display: block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #faq-accordion .sub-accordion a.sub-title {
    background-image: url('../img/blue-faq@2x.png');
    background-size: 6px 10px;
  }
}
#faq-accordion .sub-accordion li.st-open a.sub-title {
  background-image: url('../img/blue-faq-open.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #faq-accordion .sub-accordion li.st-open a.sub-title {
    background-image: url('../img/blue-faq-open@2x.png');
    background-size: 10px 6px;
  }
}
#faq-accordion .sub-accordion .st-content {
  /*  clear: both; */

  /*  border-bottom: 1px dotted #b2b2b2; */

  /*  margin-bottom: 15px; */

  color: #6E6E6E;
  font-size: 1em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 26px;
  padding: 10px 20px 0;
}
aside.call-to-action {
  float: left;
  clear: both;
  width: 100%;
  padding: 30px 30px;
  margin-bottom: 20px;
  line-height: 30px;
  background-image: url('../img/pixel-bg.png');
  background-repeat: repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  aside.call-to-action {
    background-image: url('../img/pixel-bg@2x.png');
    background-size: 2px 2px;
  }
}
aside.call-to-action p {
  color: #545454;
  font-size: 1.25em;
  font-weight: 100;
  text-shadow: 0 1px 0 #FFF;
}
aside.call-to-action p span {
  color: #6d6d6d;
  font-size: 1.3em;
  font-family: "franklin-gothic-urw-comp-n4", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
}
aside.call-to-action a {
  color: #065C6F;
  text-decoration: none;
}
aside.call-to-action a:hover {
  color: #065C6F;
  text-decoration: underline;
}
/* Enroll Template */
hgroup.title-group {
  height: auto;
  min-height: 130px;
  padding-left: 200px;
  margin-bottom: 50px;
  background-image: url('../img/enroll-icon.png');
  background-repeat: no-repeat;
  background-position: left top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  hgroup.title-group {
    background-image: url('../img/enroll-icon@2x.png');
    background-size: 130px 130px;
  }
}
hgroup.title-group.contact {
  background: url('../img/string-cans.jpg') no-repeat left top;
}
hgroup.title-group.sorry {
  background: url('../img/rrtp-xtape-icon.png') no-repeat left top;
}
hgroup.title-group h2 {
  color: #cd1041;
  font-size: 3.125em;
  font-family: "franklin-gothic-urw-comp-n7", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 50px;
  margin-bottom: 20px;
}
hgroup.title-group h3 {
  color: #6E6E6E;
  font-size: 1.25em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 300;
  font-style: normal;
}
hgroup.title-group h4 strong {
  color: #6E6E6E;
  font-size: 1.25em;
  font-family: "franklin-gothic-urw-comp-n7", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 700;
  font-style: normal;
  white-space: nowrap;
}
hgroup.title-group h4 a,
hgroup.title-group h4 a:visited,
#header-peak2 a,
#header-peak2 a:visited {
  color: #077992;
  text-decoration: underline;
}
hgroup.title-group h4 a:hover {
  color: #077992;
  text-decoration: none;
}
.steps {
  /*padding: 50px 50px 50px 200px;*/
    padding: 50px 50px 20px 200px;
  /*
  .at2x('../img/pixel-bg.png', 2px, 2px);
  background-repeat: repeat;
*/

  margin-bottom: 20px;
  background: #EBEBEB;
}
.steps h2 {
  float: left;
  display: inline-block;
  margin: 0 0 0 -200px;
  padding: 0 40px 0 30px;
  width: auto;
  height: 48px;
  line-height: 48px;
  background-image: url('../img/label.png');
  background-repeat: no-repeat;
  background-position: right center;
  color: #ffffff;
  font-size: 1.5em;
  font-family: "franklin-gothic-urw-comp-n4", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 -2px 1px rgba(0, 0, 0, 0.1);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .steps h5 {
    background-image: url('../img/label@2x.png');
    background-size: 299px 48px;
  }
}
.steps h3 {
  float: left;
  display: inline-block;
  margin: 10px 0 50px;
  padding: 0;
  width: auto;
  /*  height: 48px; */

  line-height: 28px;
  color: #3e3e3e;
  font-size: 1.5em;
  font-family: "franklin-gothic-urw-comp-n4", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #FFF;
}
label {
  color: #555555;
  font-size: 1.2em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-shadow: 0 1px 0 #FFF;
  margin-bottom: 5px;
  float: left;
  clear: both;
}

legend {
	color: #555555;
  font-size: 1.2em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-shadow: 0 1px 0 #FFF;
  margin-bottom: 5px;
  float: left;
  clear: both;
}

label span {
  color: #cd1041;
}
label small {
  font-size: .75em;
  font-style: italic;
}
input,
select,
textarea {
  float: left;
  clear: both;
  width: 100%;
  height: 44px;
  padding: 0 10px;
  margin: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #FFF;
  outline: none;
  outline-offset: 0;
  color: #6E6E6E;
  font-size: 1em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.75), inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.75), inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.75), inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  height: 150px;
  resize: none;
  padding: 10px;
}
select:focus,
input:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25), inset 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25), inset 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25), inset 0 2px 5px rgba(0, 0, 0, 0.1);
}
input#s {
  margin-bottom: 30px;
}
.group {
  width: 31%;
  margin: 0 2% 30px 0;
  float: left;
}
.intro {
  margin-bottom: 50px;
  max-width: 940px;
}
.intro h4 {
  color: #6E6E6E;
  font-size: 1.75em;
  font-family: "franklin-gothic-urw-comp-n4", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 15px;
  text-shadow: 0 1px 0 #FFF;
}
.intro p {
  color: #6E6E6E;
  margin-bottom: 15px;
  font-weight: 700;
  text-shadow: 0 1px 0 #FFF;
}
.intro a {
  color: #077992;
  text-decoration: underline;
}
.intro a:hover {
  color: #077992;
  text-decoration: none;
}
h3.fourohfour,
.steps legend.subtitle {
  float: left;
  clear: both;
  width: 97%;
  padding: 0;
  margin-bottom: 20px;
  color: #6E6E6E;
  font-size: 1.5em;
  font-family: "franklin-gothic-urw-comp-n4", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: 0 1px 0 #FFF;
}
.steps legend.subtitle small {
  font-style: italic;
}
.steps hr {
  width: 97%;
  clear: both;
  border: none;
  border-top: 1px solid #bbb;
  margin: 0 0 20px;
  padding: 10px 0 0;
}
.steps .group.name,
.steps .group.mailing {
  clear: both;
}
.steps .group.thin {
  width: 10%;
}
.steps .group.thick {
  width: 19%;
}
.terms ul {
  clear: both;
  padding: 0 0 0 25px;
}
.terms ul li {
  list-style: disc;
  color: #6E6E6E;
  font-size: 0.95em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-shadow: 0 1px 0 #FFF;
  margin-bottom: 10px;
}
input#submit,
input#promo_code_button,
input#promo_code_button2,
input#submit_recap
{
  display: inline-block;
  margin: 10px 0 70px 0;
  padding: 0 25px;
  height: 52px;
  line-height: 51px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 1.25em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3);
  -webkit-font-smoothing: antialiased;
  background-color: #058ead;
  background-image: -webkit-linear-gradient(top, #21b2d4, #058ead);
  background-image: -moz-linear-gradient(top, #21b2d4, #058ead);
  background-image: -ms-linear-gradient(top, #21b2d4, #058ead);
  background-image: -o-linear-gradient(top, #21b2d4, #058ead);
  background-image: linear-gradient(top, #21b2d4, #058ead);
  -webkit-background-size: 1px 60px;
  -moz-background-size: 1px 60px;
  -o-background-size: 1px 60px;
  background-size: 1px 60px;
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  -o-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #23748e;
}
input#submit:hover {
  background-position: 0 -40px;
}

input#submit:focus {
  border: 2px solid #383838;
}


.form input#submit {
  width: auto;
  margin: 0 0 50px;
}
.container.form {
  margin-bottom: 20px;
}
#live-prices aside.weather {
  float: left;
  width: 25%;
  margin-bottom: 30px;
  /*  background: gray; */

  /*  border-left: 1px solid #e5e5e5; */

}
.weather-forecast-widget-main {
  padding: 0;
  background-repeat: no-repeat;
  background-position: right center;
}
.weather-forecast-widget-head {
  color: #cd1041;
  font-size: 2em;
  font-family: "franklin-gothic-urw-comp-n4", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.weather-forecast-widget-format {
  display: none;
  float: right;
  position: relative;
  text-align: center;
}
.weather-forecast-widget-format a {
  color: #ffffff;
  font-size: 0.5em;
  font-family: "franklin-gothic-urw-comp-n4", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
  display: block;
  width: 24px;
  height: 20px;
  line-height: 20px;
  background: #cd1041;
}
.weather-forecast-widget-current {
  margin: 0;
}
.weather-forecast-widget-current-weather {
  display: block;
  color: #6E6E6E;
  font-size: .85em;
  margin-top: 5px;
}
.weather-forecast-widget-current-temp {
  color: #cd1041;
  font-size: 4em;
  font-family: "franklin-gothic-urw-comp-n4", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.weather-forecast-widget-current-icon {
  float: right;
  margin-bottom: 0px;
  margin-top: -10px;
}
.weather-forecast-widget-current-icon2 {
  height: 90px;
  width: 131px;
}
.weather-forecast-widget-current-condition {
  /*border-right-style:solid;*/

  /*border-right-width:1px;*/

  float: left;
  color: #6E6E6E;
}
.weather-forecast-widget-forecast-text {
  color: #cd1041;
  font-size: 1.5em;
  font-family: "franklin-gothic-urw-comp-n4", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
  border-top: 1px dotted #ddd;
  margin-top: 5px;
  padding-top: 5px;
}
.weather-forecast-widget-forecast {
  border-bottom: 1px dotted #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
  float: left;
  clear: both;
  width: 100%;
  color: #6E6E6E;
}
.weather-forecast-widget-forecast div {
  float: left;
  clear: both;
}
.weather-forecast-widget-forecast2 {
  font-size: 10pt;
  font-weight: bold;
}
.weather-forecast-widget-forecast .weather-forecast-widget-forecast-image {
  float: right !important;
  clear: none !important;
  margin-top: -30px;
}
.weather-forecast-widget-forecast-image2 {
  height: 50px;
  width: 73px;
}
#live-prices aside img {
  max-width: 100%;
}
#live-prices section {
  float: left;
  width: 70%;
  margin-right: 5%;
  margin-bottom: 30px;
}
#live-prices section .full {
  color: #6E6E6E;
}
#live-prices section h2 {
  color: #cd1041;
  font-size: 3.125em;
  font-family: "franklin-gothic-urw-comp-n7", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 50px;
}
.highcharts-title {
  color: #cd1041;
  /*font-size: 3.125em;*/
  font-family: "franklin-gothic-urw-comp-n7", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.75em!important;
  text-transform: uppercase;
}
#live-prices section .col {
  float: left;
  width: 47%;
  margin-right: 3%;
}
#live-prices section blockquote {
  width: auto;
  float: none;
  margin: 0 0 10px;
  line-height: 40px;
  font-size: 1.875em;
}
#contact-form {
  width: 768px;
  padding: 70px 100px 0;
  margin: 0 auto 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*
  .at2x('../img/pixel-bg.png', 2px, 2px);
  background-repeat: repeat;
*/

  background: #EBEBEB;
}
fieldset {
  clear: both;
}
#contact-form .group {
  float: left;
  width: 48%;
}
#contact-form .group.right {
  margin: 0 0 30px 2%;
}
.group.full,
#contact-form .group.full {
  width: 97%;
  margin: 0 0 30px;
}
#contact-form .group.state {
  width: 15%;
  margin: 0 2% 30px 2%;
}
#contact-form .group.zip {
  width: 29%;
  margin: 0 0 30px 2%;
}
#contact-form .group.full {
  width: 100%;
  margin: 0 0 30px;
}
.oneChoice {
  float: left;
  clear: both;
  width: 100%;
}
.oneChoice input {
  display: inline;
  width: 5%;
  max-width: 14px;
  min-width: 14px;
  height: auto;
  float: left;
  margin: 5px 10px 5px 0;
}
.oneChoice label {
  display: inline;
  width: 90%;
  float: left;
  clear: none;
  font-size: .95em;
}
label#tfa_Checkthegopaperl-L {
  margin-bottom: 20px;
}
.preField {
  margin-bottom: 10px;
}
.errMsg {
  display: none;
}
.errMsg span {
  color: #cd1041;
  font-size: .75em;
  margin-left: 5px;
  text-shadow: 0 1px 0 #FFF;
}
.errFld label {
  color: #cd1041;
  /*  background: @red; */

}
#search-results {
  clear: both;
  margin-bottom: 50px;
}
#search-results ol {
  padding-left: 0;
}
#search-results ol li {
  list-style: decimal;
  border-bottom: 1px dotted #CCC;
  padding: 15px 0;
  list-style-position: inside;
  color: #aaa;
}
#search-results ol li a {
  color: #077992;
  font-size: 1.125em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#search-results ol li a:hover {
  color: #077992;
  text-decoration: none;
}
#sub-header.chart {
  background-color: #EBEBEB;
  /*  .at2x('../img/chart-bg.jpg', 100px, 100px); */

  background-repeat: repeat;
}
#graph-container,
#message-container {
  /*min-width: 320px;*/
  height: 400px;
  margin: 0 auto;
}
#message-container p {
  text-align: center;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
  font-size: .75em;
  color: #cd1041;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 53px;
}
.chart nav {
  position: absolute;
  z-index: 1000;
  left: 20px;
  top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chart nav li {
  float: left;
  margin-right: -1px;
}
.chart nav li a {
  padding: 0 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  z-index: 99;
}
.chart nav li a:hover {
  z-index: 101;
}
.chart nav li a.blue {
  z-index: 102;
}
.chart nav li.first a {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.chart nav li.last a {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.avgrund-popin {
  position: absolute;
  background: #fff;
  padding: 10px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 50%;
  left: 50%;
  z-index: 1000;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.avgrund-overlay {
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 101;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
body.avgrund-ready,
.avgrund-ready .avgrund-popin,
.avgrund-ready .avgrund-overlay {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.avgrund-active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  /* overflow: hidden;  TIP: disables scrolling for long documents */

}
.avgrund-active .avgrund-popin {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.avgrund-active .avgrund-overlay {
  visibility: visible;
  opacity: .5;
  filter: alpha(opacity=50);
}
.avgrund-popin.stack {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.avgrund-active .avgrund-popin.stack {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.avgrund-active .avgrund-blur {
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -ms-filter: blur(1px);
  -o-filter: blur(1px);
  filter: blur(1px);
}
#tfa_AmerenElectricBi {
  position: relative;
}
.lengthIndicator {
  left: 0 !important;
  top: 4px !important;
  position: relative !important;
  clear: both;
  color: #464646;
  font-size: .75em;
}
#tfa_7945020484424-D,
#tfa_7945020484423-D,
#tfa_7945020484422-D,
#tfa_7945020484426-D,
#tfa_HowHeardOther-D,
#tfa_7945020484452-D,
#tfa_ReferralName-D {
  display: none;
}
#tfa_AmerenElectricBi .errMsg {
  display: block;
}
#tfa_AccountNumbernod-D-E.errMsg,
#tfa_MeterNumbertotal-D-E.errMsg {
  position: relative;
  display: table;
  float: left;
  font-size: 1.25em;
  margin-bottom: 15px;
  margin-top: -20px;
}
.required > .label::after {
  content: " *";
  color: #cd1041;
  font-size: 90%;
}
.supportInfo {
  float: right;
  margin: 65px 0 0;
}
.supportInfo a {
  color: #077992;
  text-decoration: underline;
}
.supportInfo a:hover {
  color: #077992;
  text-decoration: none;
}
label#tfa_GoPaperless-L {
  /*width: auto;*/
  display: block;
  min-height: 16px;
  padding: 6px 40px 10px 0;
  margin-top: -6px;
  background: url(../img/paperless-icon.png) no-repeat right top;
}
#pricing-table img.logo {
  float: none;
  display: none;
  margin: 0 0 20px;
  width: 159px;
  height: 40px;
}
@media print {
  #pricing-table {
    padding: 20px;
  }
  #pricing-table a.print,
  #pricing-table form {
    display: none;
  }
  #pricing-table img.logo {
    display: block;
  }
}
#pricing-table {
  padding: 70px;
}
#pricing-table p {
  color: #464646;
  font-size: 0.875em;
  font-family: "Georgia", "Arial", sans-serif;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 35px;
  line-height: 29px;
  float: left;
}
#pricing-table form {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
#pricing-table input,
#pricing-table label {
  float: left;
  clear: none;
  width: auto;
}
#ui-datepicker-div {
  font-size: 85%;
}
#pricing-table a.print {
  float: right;
}
#ui-datepicker-div select {
  width: inherit;
  height: inherit;
  clear: inherit;
  float: inherit;
  padding: inherit;
  margin: 0 5px 0 0;
}
a.popup-pricing-info {
  display: none
}
.popup-pricing-info-header,
#pricing-table label {
  float: left;
  color: #cd1041;
  font-size: 2em;
  font-family: "franklin-gothic-urw-comp-n7", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: 44px;
}
#pricing-table input {
  float: left;
  width: 250px;
}
#pricing-table span.date {
  float: right;
  clear: none;
  display: block;
}
#pricing-table input.button {
  width: 80px;
  padding: 0;
  margin: 5px 0 0 -85px;
  height: 34px;
  line-height: 32px;
  font-size: 1em;
}
#pricing-table table.prices {
  clear: both;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#pricing-table table.prices th,
#pricing-table table.prices td {
  width: 50%;
  text-align: left;
  padding: 0 0 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#pricing-table table.prices th:nth-child(odd),
#pricing-table table.prices td:nth-child(odd) {
  width: 45%;
}
#pricing-table table.prices th:nth-child(even),
#pricing-table table.prices td:nth-child(even) {
  width: 55%;
}
#pricing-table table.prices.three-col th:nth-child(odd),
#pricing-table table.prices.three-col td:nth-child(odd) {
  width: 30%;
}
#pricing-table table.prices.three-col th:nth-child(even),
#pricing-table table.prices.three-col td:nth-child(even) {
  width: 30%;
}
#pricing-table table.prices tr {
  width: 100%;
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#pricing-table table.prices th {
  height: 50px;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 1.5em;
  font-family: "franklin-gothic-urw-comp-n7", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#pricing-table table.prices thead tr {
  width: 100%;
  border: 1px solid #575e65;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
  -o-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
  background-color: #5d656d;
  background-image: -webkit-linear-gradient(top, #69737b, #5d656d);
  background-image: -moz-linear-gradient(top, #69737b, #5d656d);
  background-image: -ms-linear-gradient(top, #69737b, #5d656d);
  background-image: -o-linear-gradient(top, #69737b, #5d656d);
  background-image: linear-gradient(top, #69737b, #5d656d);
}
#pricing-table table.prices tr {
  display: table;
  width: 100%;
  height: 34px;
  line-height: 34px;
}
#pricing-table table.prices tr td {
  border: 1px solid #cccccc;
  background: #f3f3f3;
  margin-bottom: 20px;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #CD1041;
  background: #F3EAEC;
}
.slickscrollcontainer {
  padding: 0;
  margin: 0px;
  background-color: #FFF;
}
.slickscroll_vertical_scrollbar {
  position: absolute;
  width: 10px;
  height: 80px;
  background: red;
  border-radius: 5px;
}
ul.table-nav {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dfdfdf;
}
ul.table-nav li {
  float: left;
  margin-right: 10px;
}
ul.table-nav a {
  border: 1px solid #dfdfdf;
  border-bottom: none;
  display: inline-block;
  padding: 0 20px;
  margin-bottom: -1px;
  line-height: 40px;
  background: #dfdfdf;
  color: #888;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  background-repeat: repeat-x;
  -webkit-background-size: 1px 60px;
  -moz-background-size: 1px 60px;
  -o-background-size: 1px 60px;
  background-size: 1px 60px;
}
ul.table-nav li.active a {
  background: #f9f9f9;
  color: #464646;
}
ul.table-nav a:hover {
  background-position: 0 -40px;
}
ul.table-nav li.print-button {
  float: right;
  margin: 0;
}
ul.table-nav li.print-button a.print {
  float: right;
  margin: 0;
  padding-left: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 28px;
  color: #464646;
  text-shadow: 0 1px 0 #FFF;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  -o-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.47);
  background-color: #dcdcdc;
  background-image: -webkit-linear-gradient(top, #f9f9f9, #dcdcdc);
  background-image: -moz-linear-gradient(top, #f9f9f9, #dcdcdc);
  background-image: -ms-linear-gradient(top, #f9f9f9, #dcdcdc);
  background-image: -o-linear-gradient(top, #f9f9f9, #dcdcdc);
  background-image: linear-gradient(top, #f9f9f9, #dcdcdc);
}
ul.table-nav li.print-button a.print span {
  display: block;
  height: 100%;
  width: 100%;
  padding-left: 20px;
  background-image: url('../img/print-faqs.png');
  background-position: left center;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  ul.table-nav li.print-button a.print span {
    background-image: url('../img/print-faqs@2x.png');
    background-size: 20px 20px;
  }
}
#tbody {
  display: block;
  width: 500px;
  height: 300px;
  background-color: #FFFFCC;
  overflow: hidden;
}

.alerts-scroller {
  position: relative;
  clear: both;
  background: url('../img/alerts-bg.png') repeat-x;
  width: 100%;
  line-height: 49px;
  height: 49px;
  color: #fff;
  font-weight: 100;
  text-shadow: -1px 0 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.alerts-scroller #text {
  position: absolute;
  white-space: nowrap;
}
a.previous-button,
a.next-button {
  display: block;
  position: absolute;
  width: auto;
  line-height: 23px;
  z-index: 20000;
  bottom: 16px;
  color: #ffffff;
  font-size: 1em;
  font-family: "franklin-gothic-urw-comp-n4", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /*
  background-color: #333;
  border: 1px solid #000;
  .box-shadow(0 1px 0 0 rgba(255,255,255,.3));
*/

  background-image: url('../img/historic-buttons.png');
  background-repeat: no-repeat;
  background-color: #21b2d4;
  border: 1px solid #23748e;
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  a.previous-button,
  a.next-button {
    background-image: url('../img/historic-buttons@2x.png');
    background-size: 13px 46px;
  }
}
a.previous-button:hover,
a.next-button:hover {
  background-color: #111;
  background-color: #058EAD;
}
a.previous-button {
  left: 10px;
  padding: 0 5px 0 15px;
  background-position: left bottom;
}
a.next-button {
  right: 10px;
  padding: 0 15px 0 5px;
  background-position: right top;
}
/***************** BEGIN SAVINGS COUNTER *************************/
#RRTP_counter {
   display: none; /* Removed per request from display 4/30/14 JMJ */
   position: absolute;
   right: 0px;
   top: -71px;
   z-index: 1;
   }
.counter_container {
   border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
   box-shadow: 1px 0 3px rgba(0, 0, 0, 0.4) inset;
   padding: 10px 15px;
   margin-bottom: 20px;
   text-align:right;

   font-family: 'franklin-gothic-urw-comp', sans-serif;
   width: auto;

   /* http://www.colorzilla.com/gradient-editor/#cc0f40+0,9c0820+100;Custom */
   background: #cc0f40; /* Old browsers */
   /* IE9 SVG, needs conditional override of 'filter' to 'none' */
   background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjMGY0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YzA4MjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
   background: -moz-linear-gradient(top, #cc0f40 0%, #9c0820 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc0f40), color-stop(100%,#9c0820)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, #cc0f40 0%,#9c0820 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, #cc0f40 0%,#9c0820 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top, #cc0f40 0%,#9c0820 100%); /* IE10+ */
   background: linear-gradient(to bottom, #cc0f40 0%,#9c0820 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0f40', endColorstr='#9c0820',GradientType=0 ); /* IE6-8 */
   }
#RRTP_counter .counter {
   color: white;
   display: block;
   padding: 0px 0 0 0px;
   font-weight: bold;
   text-rendering: optimizelegibility;
   font-size: 1.66em;
   line-height: 1em;
   }
#RRTP_counter .caption {
   margin:0; padding: 2px 0 0; color: white;
   display: block;
   font-size: 1.0em;
   }
#RRTP_counter .caption img {
   vertical-align:middle;
   }
.ui-tooltip {
    max-width: 150px;
    background:#EEEEEE;
    padding: 4px 8px;
    line-height:1.1em;
    border: #888888 2px solid;
    border-radius:4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
   z-index:100;
   }
.ui-widget {
    font-family: 'franklin-gothic-urw',sans-serif;
    font-size: 0.9em;
    line-height: 1.25em;
   }
/***************** END SAVINGS COUNTER *************************/


#enroll hgroup.title-group {
   margin-bottom: 10px;
   margin-top: 10px;
}


body.page-id-617 .wp-image-1746,
body.page-id-617 .wp-image-1747 {
   width:200px; 
   height:auto;
   margin: 1% 5%;
}










@media only screen and (max-width: 1230px) {
  header nav#main-nav {
    /* float: right; */
    clear: right;
    margin-top: 43px;
  }
  /*
  header a.button {
    margin-top: 23px;
  }
  */
  #slider #slider-container {
    padding: 0 20px;
  }
  #alerts .prices,
  #alerts .continue {
    width: 30%;
  }
  #alerts .prices.actual {
    margin-left: 0;
  }
  .testimonial-nav .prev {
    right: 40px;
  }
  .testimonial-nav .next {
    right: 20px;
  }
  #price-bar .prices {
    height: auto;
  }
  #price-bar .prices.actual {
    width: 30%;
  }
  #price-bar .prices.predicted {
    width: 30%;
  }
  #price-bar .prices.instant {
    width: 35%;
  }
  #price-bar .prices p {
    clear: both;
    margin: 0;
  }
}
@media only screen and (max-width: 1345px) {
  footer .container {
    background-position: 105% -25px;
  }
  footer p.copyright {
    float: none;
    clear: both;
  }
  footer p.copyright {
    line-height: 24px;
    padding: 8px 0;
  }
}
@media only screen and (max-width: 960px) {
  .steps h2 {
  float: left;
  display: inline-block;
  margin: 0;
  margin-right: 25px;
  padding: 0 40px 0 30px;
  width: auto;
  height: 48px;
  line-height: 48px;
  background-image: url('../img/label.png');
  background-repeat: no-repeat;
  background-position: right center;
  color: #ffffff;
  font-size: 1.5em;
  font-family: "franklin-gothic-urw-comp-n4", "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 -2px 1px rgba(0, 0, 0, 0.1);
}

  header h1 {
    width: 300px;
    margin-right: 0;
  }
  header nav#main-nav {
    /*    clear: both; */
    /*    float: left; */
    /*    width: 100%; */
    /*    text-align: right; */
    margin: 39px 0 0 20px;
  }
  header nav#main-nav li {
    margin-right: 25px;
  }
  header nav#main-nav li.home {
    display: none;
  }
  /*  header a.button {margin-top: 23px;} */
  #price-bar .prices.actual {
    margin-left: 0;
  }
  /*  #price-bar .prices {padding-right: 5%; margin-right: 5%;} */
  #price-bar a.button {
    margin-top: 25px;
  }
  #price-bar .prices p {
    clear: both;
    margin: 0;
  }
  .main-slider-nav .next {
    right: 5%;
  }
  .main-slider-nav .prev {
    left: 5%;
  }
  #save-money {
    padding: 50px 0;
  }
  #save-money .content {
    float: none;
    clear: both;
    margin: 0 auto;
    width: 80%;
  }
  #save-money h3 {
    width: 100%;
    float: none;
    font-size: 5em;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 30px;
  }
  #reasons-to-enroll .container {
    padding: 0;
  }
  #reasons-to-enroll .poll {
    float: left;
    clear: both;
    width: 100%;
  }
  #reasons-to-enroll .reasons {
    float: none;
    width: 100%;
    margin-top: 30px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #sub-header h2 {
    font-size: 10em;
  }
  .steps {
    padding: 50px;
  }
  .steps h5 {
    margin: 0 0 20px -50px;
    padding: 0 60px 0 50px;
  }
  .steps h6 {
    clear: both;
    margin-bottom: 20px;
  }
  #live-prices section blockquote {
    margin-bottom: 30px;
  }
  #live-prices section .col {
    width: 100%;
    float: none;
    margin: 0;
  }
  #live-prices aside.weather {
    float: none;
    width: 100%;
  }
  #live-prices section {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .popup-pricing-info-header,
  #pricing-table label {
    font-size: 1.25em;
  }
  p.popup-pricing-info-header {
    width: 100%;
  }
  p.popup-pricing-info-showagain {
    margin-top: 10px;
    font-size: 80%;
  }
  p.popup-pricing-info-showagain #showagain {
    height: 15px;
    width: 20px;
  }
}
@media only screen and (max-width: 768px) {
  header h1 {
    width: 240px;
  }
  header nav#main-nav {
    margin: 32px 0 0 0px;
  }
  header nav#main-nav li {
    margin: 0 15px 0 15px;
  }
  
  /* header a.button {margin-top: 30px;} */
  #price-bar .prices.actual,
  #price-bar .prices.predicted,
  #price-bar .prices.instant {
    width: 100%;
    margin: 10px 0 0;
    padding: 0 0 10px;
    border: none;
    border-bottom: 1px dotted #3D4247;
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
    -o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
  }
  /*
    #price-bar .prices.instant p,
    #price-bar .prices.instant p.price strong,
    #price-bar .prices.instant p.price small,
    #price-bar .prices.instant p strong {line-height: normal;}
  */
  #price-bar a.button {
    float: none;
    margin: 0 0 20px;
    display: table;
    clear: both;
  }
  .container {
    padding: 0 20px;
  }
  .main-slider-nav {
    display: none;
  }
  .main-slider .slider .slide p.intro {
    font-size: 2.5em;
  }
  .main-slider .slider .slide p {
    font-size: 1em;
  }
  #alerts .container {
    height: auto;
    float: left;
    padding-bottom: 20px;
  }
  #alerts .prices {
    width: 49%;
  }
  #alerts .prices.actual,
  #alerts .prices.predicted {
    margin: 0;
  }
  #alerts .prices.actual {
    margin-right: 2%;
  }
  #alerts .prices p.price {
    font-size: 3em;
  }
  #alerts .continue {
    clear: both;
    width: 100%;
  }
  #save-money h3 {
    font-size: 3.75em;
  }
  #save-money .content article {
    min-height: 120px;
    padding-top: 0;
    padding-left: 140px;
    margin-bottom: 50px;
    -webkit-background-size: 120px 120px;
    -moz-background-size: 120px 120px;
    -o-background-size: 120px 120px;
    background-size: 120px 120px;
    background-position: left top;
  }
  #save-money .content article.flip {
    padding-right: 140px;
    background-position: right top;
  }
  #reasons-to-enroll .reasons ol {
    margin: 0;
  }
  #reasons-to-enroll .reasons ol:last-of-type {
    margin-bottom: 30px;
  }
  #reasons-to-enroll .reasons a.button {
    width: 100%;
    margin: 0 0 20px!important;
    clear: both;
    margin-bottom: 25px;
  }
  #reasons-to-enroll aside p span {
    display: block;
  }
  #slider {
    height: 400px;
  }
  #slider h2 {
    font-size: 2.5em;
  }
  #sub-header .container {
    height: 200px;
  }
  #sub-header h2 {
    position: relative;
    width: 100%;
    text-align: center;
    bottom: -73px;
    font-size: 8em;
  }
  .content aside {
    float: none;
    width: 100%;
    max-width: none;
    margin: 0 0 50px;
    padding: 30px 30px 10px;
  }
  .content aside.fixed {
    position: relative;
  }
  .content aside li {
    width: auto;
    display: inline-block;
    padding: 0;
    margin-right: 5%;
  }
  .content aside li a {
    white-space: nowrap;
  }
  .content aside li.active:after {
    display: none;
  }
  .content aside li.current:after {
    display: none;
  }
  .content section {
    float: none;
    width: 100%;
    margin: 0;
  }
  #faq-accordion ul li p.faq-title {
    height: 50px;
    padding: 0 10px;
  }
  #faq-accordion .content {
    padding: 10px 0;
  }
  #faq-accordion ul li p.faq-title span {
    height: 18px;
    line-height: 18px;
  }
  #faq-accordion ul li p.faq-title .icon {
    background: none;
  }
  #faq-accordion ul li p.faq-title .open-close {
    width: 17px;
    -webkit-background-size: 17px 35px;
    -moz-background-size: 17px 35px;
    -o-background-size: 17px 35px;
    background-size: 17px 35px;
  }
  #faq-accordion ul li p.faq-title.active .open-close {
    background-position: 0 -18px;
  }
  #faq-accordion ul li p.faq-title span {
    margin: 15px 0;
  }
  #faq-accordion ul li p.faq-title .icon {
    font-size: 1em;
    padding-left: 0;
  }
  #faq-accordion ul li p.faq-title .open-close {
    font-size: 1em;
  }
  hgroup.title-group,
  hgroup.title-group.contact {
    background: none;
    padding: 0;
  }
  hgroup.title-group h3 {
    font-size: 1.25em;
    line-height: 1.42em;
    
  }
  hgroup.title-group h4 {
    font-size: 1em;
    line-height: normal;
  }
  .steps {
    padding: 30px 20px;
  }
  .steps h5 {
    margin: 0 0 30px -20px;
    padding: 0 30px 0 20px;
  }
  #contact-form {
    width: 100%;
  }
  #pricing-table {
    padding: 40px;
  }
  #pricing-table label {
    text-align: center;
    margin-bottom: 20px;
  }
  #pricing-table label,
  #pricing-table input {
    width: 100%;
  }
  #pricing-table span.date {
    float: none;
    clear: both;
    width: 60%;
    margin: 0 auto;
  }
  #pricing-table table.prices th {
    font-size: 1em;
    line-height: 1.1em;
  }
  span.more-below {
    display: none;
  }
  #RRTP_counter {
    display:none;
   } 
   #price-bar {
    display:block;
   }
}

body.page-id-1618 blockquote {
   width: 33%;
}
body.page-id-1618 .wp-image-1664 {
   width: calc(66% - 30px); 
}

@media only screen and (max-width: 640px), only screen and (max-width: 480px) and (orientation: landscape) {

   body.page-id-1618 blockquote {
      width: 85%; float: none; padding: 1rem 0; border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; box-sizing: content-box; margin: 30px 10% 30px 5%;
   }
   body.page-id-1618 .content section blockquote p {
      margin-bottom:0;
   }
   body.page-id-1618 .wp-image-1664 {
      width: 100%; 
   }


  #my-rrtp-account {
    /*display: none !important;*/
    right: 0%;
    top: 144px;
  }
  .active-sympathetic{
    top: 394px!important;
}
  header h1 {
    margin: 0 auto;
    float: none;
    width: 100%;
    clear: both;
  }
  header h1 img {
    margin: 0 auto;
    max-width: 300px;
  }
  header nav#main-nav .menu-main-nav-container {
    display: none;
  }
  header .container {
    clear: both;
    float: left;
  }
  #mobile-nav-container {
    display: block;
  }
  header a.button {
    margin-top: 0;
  }
  header a.login,
  header a.enroll {
    text-align: center;
  }
  header a.login {
    width: 54%;
  }
  header a.enroll {
    /*width: 38%;*/
  }
  header a.login {
    margin-right: 4%;
  }
  header a.enroll {
    margin-left: 4%;
  }
  #slider {
    height: auto;
  }
  #slider h2 {
    font-size: 2em;
    line-height: 30px;
  }
  #slider h2 span {
    line-height: 20px;
    margin-top: 10px;
  }
  .main-slider .slider .slide p.intro {
    font-size: 2em;
    line-height: 28px;
  }
  #alerts .prices p.price {
    font-size: 2.5em;
    letter-spacing: 0px;
  }
  #alerts .prices p.price small {
    margin-left: 0;
  }
  #save-money h3 {
    font-size: 2em;
    line-height: normal;
  }
  #save-money .content {
    width: 100%;
  }
  #save-money .content article {
    min-height: 80px;
    padding-top: 0;
    padding-left: 100px;
    margin-bottom: 30px;
    /*    .background-size(80px, 80px); */
  
    -webkit-background-size: 80px 80px !important;
    -moz-background-size: 80px 80px !important;
    -o-background-size: 80px 80px !important;
    background-size: 80px 80px !important;
  }
  #save-money .content article.flip {
    padding-right: 0;
    padding-left: 100px;
    background-position: left 0;
  }
  #reasons-to-enroll .reasons h5 {
    font-size: 2em;
    text-align: center;
    margin-bottom: 10px;
  }
  #reasons-to-enroll aside p {
    font-size: 1em;
  }
  #reasons-to-enroll .poll a.contact-expand {
    width: 100%;
    margin-left: 0 auto 50px;
  }
  #reasons-to-enroll .poll a.contact-expand:after {
    right: 47.5%;
  }
  footer nav {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  footer nav {
    width: 100%;
  }
  footer nav ul {
    margin: 0 -20px;
  }
  footer nav li {
    clear: both;
    width: 100%;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
    padding: 0 20px;
  }
  footer nav a,
  footer nav a:visited {
    line-height: 30px;
    display: block;
    width: 100%;
  }
  footer .container {
    padding-top: 10px;
  }
  #alerts .prices {
    padding-top: 20px;
  }
  /*  #sub-header {background: none!important;} */
  #sub-header .container {
    height: auto;
  }
  #sub-header h2 {
    bottom: -20px;
    font-size: 4em;
  }
  .content aside {
    display: none;
  }
  .content section h3 {
    margin-bottom: 20px;
  }
  .content section p {
    margin-bottom: 20px;
  }
  .content section hr {
    margin-bottom: 30px;
  }
  /*  #faq-accordion ul li p.faq-title .open-close {display: none;} */
  .group {
    clear: both;
    width: 100%;
    margin: 0 0 20px;
  }
  .steps .group.thin {
    width: 30%;
  }
  .steps .group.thick {
    width: 60%;
  }
  .form input#submit {
    width: 100%;
  }
  input#submit {
    margin: 30px 0;
  }
  .supportInfo {
    float: none;
    margin: 0 0 30px;
  }
  #contact-form {
    padding: 30px 20px;
  }
  #contact-form .group,
  #contact-form .group.full,
  #contact-form .group.state,
  #contact-form .group.zip,
  #contact-form .group.full {
    width: 100%;
    margin: 0 0 30px !important;
  }
  #sub-header,
  a.print-faqs {
    margin-bottom: 10px;
  }
  .content section h3,
  #live-prices section h3 {
    font-size: 2em;
    line-height: 30px;
  }
  section blockquote,
  #live-prices section blockquote {
    font-size: 1.5em;
  }
  section blockquote {
    margin: 0 0 20px 20px;
  }
  section ul.pictures li {
    background: none!important;
    padding: 0;
    margin: 0 0 10px;
    width: auto;
    min-width: none;
    list-style: disc;
    font-weight: 300;
  }
  #graph-container,
  #message-container {
    height: 350px;
  }
  #sub-header.chart {
    padding-top: 65px;
  }
  .prices-sub-chart{
    height: initial;
  }
  .chart nav {
    width: 100%;
    left: 0;
    padding: 0 20px;
  }
  .chart nav li {
    width: 25%;
  }
  .chart nav li a {
    width: 100%;
  }
  a.five-minute-prices,
  a.pricing-table,
  a.predicted-prices {
    top: 43px;
  }
  a.predicted-prices {
    right: 118px;
  }
  a.five-minute-prices {
    right: 215px;
  }
  a.pricing-table {
    right: 17px;
  }
  .highcharts-title {
   /* font-size: .75em!important;*/
  }
  #pricing-table {
    padding: 30px;
  }
  #pricing-table span.date {
    width: 80%;
  }
  #ui-datepicker-div {
    font-size: 100%;
  }
  #pricing-table table.prices th {
    font-size: 1em;
  }
  a.predicted-prices em {
    display: none;
  }
  a.five-minute-prices em {
    display: none;
  }
  a.pricing-table span {
    padding: 0;
    background: none;
  }
  ul.table-nav {
    padding: 0 5px;
  }
  ul.table-nav li {
    margin-right: 5px;
  }
  ul.table-nav a {
    padding: 0 10px;
    font-size: .875em;
  }
  ul.table-nav li.print-button {
    display: none;
  }
  .highcharts-container image {
    display: none;
  }
  a.previous-button span,
  a.next-button span {
    display: none;
  }
   #enroll hgroup.title-group {
      margin-top: 0;
   }
  img.alignnone, 
  img.alignright,
  img.alignleft {
    float: none;
    margin: 0 0 20px 0 !important;
    width:100% !important;
  }
  
  
  #faq-accordion ul li h2.faq-title {
    overflow: hidden;
    height: auto;
    padding: 0px 22px;
  }
  #faq-accordion ul li h2.faq-title .icon {
    width: 85%;
    background-image: none;
    padding-left: 0;
    height:auto;
  }
  #sidebar-nav { 
    display:none;
  }
  #sub-header {
    width: 100%;
    margin-bottom: 1.5rem;
    height: 150px;
    background-size: cover;
	}
  .price-sub-chart{
    height: initial!important;
  }
  #sub-header .container {
    height: 100%;
  }
  #sub-header h1 {
    bottom: -24px;
    font-size: 80px;
  }
  #price-bar {
    display:none;
  }
  .content section h2 {
    margin-bottom: 20px;
    font-size: 2.5em;
  }

}


@media only screen and (max-width: 320px), only screen and (max-width: 320px) and (orientation: portrait) {
  .alignright,
  .alignleft {
    float: none;
    margin: 0 0 20px 0;
  }
  img.alignnone, 
  img.alignright,
  img.alignleft {
    float: none;
    margin: 0 0 20px 0 !important;
    width:100% !important;
  }
  #save-money .content article {
    background: none !important;
    padding: 0 !important;
  }
  #alerts .prices {
    clear: both;
    width: 100%;
    padding: 10px 0 20px;
  }
  #alerts a.pricing-dashboard {
    margin-top: 20px;
  }
  .testimonial-slider .slider .slide {
    width: 100%;
    margin: 0;
  }
  #reasons-to-enroll .poll input#submit {
    width: 100%;
  }
  section blockquote {
    float: none;
    margin: 0 0 30px;
    width: auto;
  }
  #pricing-table label {
    font-size: 1.5em;
  }
  #pricing-table {
    padding: 20px;
  }
  #pricing-table span.date {
    width: 100%;
  }
  a.five-minute-prices {
    right: auto;
    left: 17px;
  }
  a.predicted-prices {
    right: auto;
    left: 105px;
  }
  
  #faq-accordion ul li h2.faq-title {
    overflow: hidden;
    height: auto;
    padding: 0px 22px;
  }
  #faq-accordion ul li h2.faq-title .icon {
    width: 85%;
    background-image: none;
    padding-left: 0;
    height:auto;
  }
  
  #sidebar-nav { 
    display:none;
  }
  
  #sub-header {
  /*  height: 160px; */
    width: 100%;
    margin-bottom: 1.5rem;
  }
  #sub-header .container {
    height: 100%;
  }
  #sub-header h1 {
    bottom: -24px;
    font-size: 80px;
  }
  #price-bar {
    display:none;
  }
  #live-prices section h2, .content section h2 {
    margin-bottom: 20px;
    font-size: 2.5em;
    line-height: 40px;
  }
  #price-bar a.button {
    display: inline-block;
    width: 100%;
  }
}



.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}



@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* Thank you page for Landing page form */
body.page-id-739 header a.enroll, 
body.page-id-739 header a.login,  
body.page-id-739 #price-bar,  
body.page-id-739 footer,  
body.page-id-739 aside.sidebar-nav
    {display:none;}
body.page-id-739 .zopim {display:none !important;}


.errFld .errMsg {display:block;}

/* Basic page template */
body.page-template-basic-page-template-php .enroll,
body.page-template-basic-page-template-php .login,
body.page-template-basic-page-template-php #my-rrtp-account {
   display:none;
}

body.page-template-basic-page-template-php header nav#main-nav {
    /*
    float: right;
    margin-right: 20px;
    */
    margin-top: 42px;
}

body.page-template-basic-page-template-php #sub-header {
    margin-bottom: 0px;
}

body.page-template-basic-page-template-php hgroup.title-group {
    max-width: 1000px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
}

body.page-template-basic-page-template-php header {
    min-height: 80px;
}

body.page-template-basic-page-template-php .content section {
    float: none;
}

body.page-template-basic-page-template-php hgroup.title-group h4 strong {
   white-space: initial;
}

body.page-template-basic-page-template-php a.prices-toggle{
   display:none;
}

body.page-template-basic-page-template-php .content .button.big.blue {
   color:#FFF;
   text-decoration:none;
}

body.page-template-basic-page-template-php .content .button.big.blue:hover {
   color:#FFF;
   text-decoration:none;
}

body.page-id-1618 #ComEd’s-EV-Cost-Calculator {
   text-transform:none;
}


/* for mobile */
iframe{
   max-width:100%;
}

/* minimal bootstrap 3.0 row/column code */
.bs-container, .bs-container-fluid, .row,
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9
{
    box-sizing: border-box;
}
.bs-container, .bs-container-fluid, .row::after, 
.bs-container, .bs-container-fluid, .row::before {
    box-sizing: border-box;
}
.bs-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
.bs-container {
    width: 750px;
}
}
@media (min-width: 992px) {
.bs-container {
    width: 970px;
}
}
@media (min-width: 1200px) {
.bs-container {
    width: 1170px;
}
}
.bs-container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.6667%;
}
.col-xs-10 {
    width: 83.3333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.6667%;
}
.col-xs-7 {
    width: 58.3333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.6667%;
}
.col-xs-4 {
    width: 33.3333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.6667%;
}
.col-xs-1 {
    width: 8.33333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.6667%;
}
.col-xs-pull-10 {
    right: 83.3333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.6667%;
}
.col-xs-pull-7 {
    right: 58.3333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.6667%;
}
.col-xs-pull-4 {
    right: 33.3333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.6667%;
}
.col-xs-pull-1 {
    right: 8.33333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.6667%;
}
.col-xs-push-10 {
    left: 83.3333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.6667%;
}
.col-xs-push-7 {
    left: 58.3333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.6667%;
}
.col-xs-push-4 {
    left: 33.3333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.6667%;
}
.col-xs-push-1 {
    left: 8.33333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.6667%;
}
.col-xs-offset-10 {
    margin-left: 83.3333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.6667%;
}
.col-xs-offset-7 {
    margin-left: 58.3333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.6667%;
}
.col-xs-offset-4 {
    margin-left: 33.3333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.6667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
}
.col-sm-12 {
    width: 100%;
}
.col-sm-11 {
    width: 91.6667%;
}
.col-sm-10 {
    width: 83.3333%;
}
.col-sm-9 {
    width: 75%;
}
.col-sm-8 {
    width: 66.6667%;
}
.col-sm-7 {
    width: 58.3333%;
}
.col-sm-6 {
    width: 50%;
}
.col-sm-5 {
    width: 41.6667%;
}
.col-sm-4 {
    width: 33.3333%;
}
.col-sm-3 {
    width: 25%;
}
.col-sm-2 {
    width: 16.6667%;
}
.col-sm-1 {
    width: 8.33333%;
}
.col-sm-pull-12 {
    right: 100%;
}
.col-sm-pull-11 {
    right: 91.6667%;
}
.col-sm-pull-10 {
    right: 83.3333%;
}
.col-sm-pull-9 {
    right: 75%;
}
.col-sm-pull-8 {
    right: 66.6667%;
}
.col-sm-pull-7 {
    right: 58.3333%;
}
.col-sm-pull-6 {
    right: 50%;
}
.col-sm-pull-5 {
    right: 41.6667%;
}
.col-sm-pull-4 {
    right: 33.3333%;
}
.col-sm-pull-3 {
    right: 25%;
}
.col-sm-pull-2 {
    right: 16.6667%;
}
.col-sm-pull-1 {
    right: 8.33333%;
}
.col-sm-pull-0 {
    right: auto;
}
.col-sm-push-12 {
    left: 100%;
}
.col-sm-push-11 {
    left: 91.6667%;
}
.col-sm-push-10 {
    left: 83.3333%;
}
.col-sm-push-9 {
    left: 75%;
}
.col-sm-push-8 {
    left: 66.6667%;
}
.col-sm-push-7 {
    left: 58.3333%;
}
.col-sm-push-6 {
    left: 50%;
}
.col-sm-push-5 {
    left: 41.6667%;
}
.col-sm-push-4 {
    left: 33.3333%;
}
.col-sm-push-3 {
    left: 25%;
}
.col-sm-push-2 {
    left: 16.6667%;
}
.col-sm-push-1 {
    left: 8.33333%;
}
.col-sm-push-0 {
    left: auto;
}
.col-sm-offset-12 {
    margin-left: 100%;
}
.col-sm-offset-11 {
    margin-left: 91.6667%;
}
.col-sm-offset-10 {
    margin-left: 83.3333%;
}
.col-sm-offset-9 {
    margin-left: 75%;
}
.col-sm-offset-8 {
    margin-left: 66.6667%;
}
.col-sm-offset-7 {
    margin-left: 58.3333%;
}
.col-sm-offset-6 {
    margin-left: 50%;
}
.col-sm-offset-5 {
    margin-left: 41.6667%;
}
.col-sm-offset-4 {
    margin-left: 33.3333%;
}
.col-sm-offset-3 {
    margin-left: 25%;
}
.col-sm-offset-2 {
    margin-left: 16.6667%;
}
.col-sm-offset-1 {
    margin-left: 8.33333%;
}
.col-sm-offset-0 {
    margin-left: 0;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}
.col-md-12 {
    width: 100%;
}
.col-md-11 {
    width: 91.6667%;
}
.col-md-10 {
    width: 83.3333%;
}
.col-md-9 {
    width: 75%;
}
.col-md-8 {
    width: 66.6667%;
}
.col-md-7 {
    width: 58.3333%;
}
.col-md-6 {
    width: 50%;
}
.col-md-5 {
    width: 41.6667%;
}
.col-md-4 {
    width: 33.3333%;
}
.col-md-3 {
    width: 25%;
}
.col-md-2 {
    width: 16.6667%;
}
.col-md-1 {
    width: 8.33333%;
}
.col-md-pull-12 {
    right: 100%;
}
.col-md-pull-11 {
    right: 91.6667%;
}
.col-md-pull-10 {
    right: 83.3333%;
}
.col-md-pull-9 {
    right: 75%;
}
.col-md-pull-8 {
    right: 66.6667%;
}
.col-md-pull-7 {
    right: 58.3333%;
}
.col-md-pull-6 {
    right: 50%;
}
.col-md-pull-5 {
    right: 41.6667%;
}
.col-md-pull-4 {
    right: 33.3333%;
}
.col-md-pull-3 {
    right: 25%;
}
.col-md-pull-2 {
    right: 16.6667%;
}
.col-md-pull-1 {
    right: 8.33333%;
}
.col-md-pull-0 {
    right: auto;
}
.col-md-push-12 {
    left: 100%;
}
.col-md-push-11 {
    left: 91.6667%;
}
.col-md-push-10 {
    left: 83.3333%;
}
.col-md-push-9 {
    left: 75%;
}
.col-md-push-8 {
    left: 66.6667%;
}
.col-md-push-7 {
    left: 58.3333%;
}
.col-md-push-6 {
    left: 50%;
}
.col-md-push-5 {
    left: 41.6667%;
}
.col-md-push-4 {
    left: 33.3333%;
}
.col-md-push-3 {
    left: 25%;
}
.col-md-push-2 {
    left: 16.6667%;
}
.col-md-push-1 {
    left: 8.33333%;
}
.col-md-push-0 {
    left: auto;
}
.col-md-offset-12 {
    margin-left: 100%;
}
.col-md-offset-11 {
    margin-left: 91.6667%;
}
.col-md-offset-10 {
    margin-left: 83.3333%;
}
.col-md-offset-9 {
    margin-left: 75%;
}
.col-md-offset-8 {
    margin-left: 66.6667%;
}
.col-md-offset-7 {
    margin-left: 58.3333%;
}
.col-md-offset-6 {
    margin-left: 50%;
}
.col-md-offset-5 {
    margin-left: 41.6667%;
}
.col-md-offset-4 {
    margin-left: 33.3333%;
}
.col-md-offset-3 {
    margin-left: 25%;
}
.col-md-offset-2 {
    margin-left: 16.6667%;
}
.col-md-offset-1 {
    margin-left: 8.33333%;
}
.col-md-offset-0 {
    margin-left: 0;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
}
.col-lg-12 {
    width: 100%;
}
.col-lg-11 {
    width: 91.6667%;
}
.col-lg-10 {
    width: 83.3333%;
}
.col-lg-9 {
    width: 75%;
}
.col-lg-8 {
    width: 66.6667%;
}
.col-lg-7 {
    width: 58.3333%;
}
.col-lg-6 {
    width: 50%;
}
.col-lg-5 {
    width: 41.6667%;
}
.col-lg-4 {
    width: 33.3333%;
}
.col-lg-3 {
    width: 25%;
}
.col-lg-2 {
    width: 16.6667%;
}
.col-lg-1 {
    width: 8.33333%;
}
.col-lg-pull-12 {
    right: 100%;
}
.col-lg-pull-11 {
    right: 91.6667%;
}
.col-lg-pull-10 {
    right: 83.3333%;
}
.col-lg-pull-9 {
    right: 75%;
}
.col-lg-pull-8 {
    right: 66.6667%;
}
.col-lg-pull-7 {
    right: 58.3333%;
}
.col-lg-pull-6 {
    right: 50%;
}
.col-lg-pull-5 {
    right: 41.6667%;
}
.col-lg-pull-4 {
    right: 33.3333%;
}
.col-lg-pull-3 {
    right: 25%;
}
.col-lg-pull-2 {
    right: 16.6667%;
}
.col-lg-pull-1 {
    right: 8.33333%;
}
.col-lg-pull-0 {
    right: auto;
}
.col-lg-push-12 {
    left: 100%;
}
.col-lg-push-11 {
    left: 91.6667%;
}
.col-lg-push-10 {
    left: 83.3333%;
}
.col-lg-push-9 {
    left: 75%;
}
.col-lg-push-8 {
    left: 66.6667%;
}
.col-lg-push-7 {
    left: 58.3333%;
}
.col-lg-push-6 {
    left: 50%;
}
.col-lg-push-5 {
    left: 41.6667%;
}
.col-lg-push-4 {
    left: 33.3333%;
}
.col-lg-push-3 {
    left: 25%;
}
.col-lg-push-2 {
    left: 16.6667%;
}
.col-lg-push-1 {
    left: 8.33333%;
}
.col-lg-push-0 {
    left: auto;
}
.col-lg-offset-12 {
    margin-left: 100%;
}
.col-lg-offset-11 {
    margin-left: 91.6667%;
}
.col-lg-offset-10 {
    margin-left: 83.3333%;
}
.col-lg-offset-9 {
    margin-left: 75%;
}
.col-lg-offset-8 {
    margin-left: 66.6667%;
}
.col-lg-offset-7 {
    margin-left: 58.3333%;
}
.col-lg-offset-6 {
    margin-left: 50%;
}
.col-lg-offset-5 {
    margin-left: 41.6667%;
}
.col-lg-offset-4 {
    margin-left: 33.3333%;
}
.col-lg-offset-3 {
    margin-left: 25%;
}
.col-lg-offset-2 {
    margin-left: 16.6667%;
}
.col-lg-offset-1 {
    margin-left: 8.33333%;
}
.col-lg-offset-0 {
    margin-left: 0;
}

}
