@charset "utf-8";
/* CSS Document */
body {
  background-color: #29384c;
  margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
  padding: 0;
  text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
  color: #ffffff;
  font-family: "circe", Arial, Helvetica, sans-serif;
  font-size: 13px;
}
a img {
  border: none;
}
img {
  border: none;
  max-width: 100%;
}
a {
  color: #00ccbb;
  text-decoration: none;
}
a:hover {
  color: #00ccbb;
}
.clear {
  float: none;
  clear: both;
}
.container {
  width: 1365px;
  margin-left: auto;
  margin-right: auto;
}
.topCTA_outer {
  background-color: #9dcc45;
}
.mapImage {
    height: 277px;
    width: 277px;
    overflow: hidden;
    border-radius: 200px; 
    -moz-border-radius: 200px; 
    -webkit-border-radius: 200px;
}
.pintotop {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 999999;
}
.topCTA {
  color: #29384c;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.nav_outer {
  background-color: #212f41;
}
.nav {
}
.hide_on_desktop {
        display: none;
    }

    .hide_this_on_desktop {
        display: none;
    }
.logo {
  display: block;
  float: left;
  width: 591px;
  margin-top: 22px;
  height: 64px;
}
.owens_logo {
  display: block;
  float: left;
  background-image: url(graphics/owens_logo_2.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 61px;
  height: 64px;
}
.main_logo {
  display: block;
  float: left;
  background-image: url(graphics/main_logo_2.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 426px;
  height: 64px;
}
.navigation {
  float: right;
  position: relative;
}
.navigation ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.navigation ul li {
  display: inline-block;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-left: solid 1px #204768;
}
.navigation ul li.first-item {
    border: none;
    padding-left: 0px;
}
.navigation ul li a,
.navigation ul li {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}
.articBlast_outer {
  padding-top: 54px;
  /*background-image: url(graphics/heroBG3.jpg);
  background-size: cover;
	background-position: bottom;*/
    background-color: #244969;
}
.articBlast {
  text-align: left;
  padding-bottom: 50px;
}
.articBlast_left {
    float: left;
    width: 60%;
}
.articBlast_right {
    float: left;
    width: 40%;
    text-align: center;
}
.articBlast h1,
.pageHeader h1 {
  /*color: #00CCBB; */
  color: white;
  text-shadow: #1f2f42 0px 0px 20px;
  font-size: 64px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 64px;
  text-align: left;
}
.articBlast h1 {
	color: #00ccbb;
    margin-top: 0px;
    margin-bottom: 0px;
}
.alt-container {
    background-color: #29384c;
    text-align: center;
}
.alt-container h4 {
    color: #9dcc45;
    font-family: Circe;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2.4px;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.alt-container .articBlast p {
    color: #ffffff;
    font-family: Circe;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
}
.pageHeader h1 span {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
}
.pintobottom {
  background-color: #1b2636;
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0px;
  left: 0px;
}
.pintobottom .owensLogo {
  display: none;
}
.pintobottom .mainFormContainer {
  width: 920px;
}
.articBlast .copy {
  margin-left: auto;
  margin-right: auto;
}
.articBlast p {
  color: white;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}
.mainFormContainer {
  text-align: left;
  width: 1060px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 34px;
  margin-bottom: 20px;
}
.mainFormContainer ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #006fbe;
  opacity: 1; /* Firefox */
}

.mainFormContainer :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #006fbe;
}

.mainFormContainer ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #006fbe;
}
.explainer {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
	color: #00ccbb;
}
.blast_icons img {
  margin-left: 30px;
  margin-right: 30px;
}

.mainFormContainer input[type="text"] {
    font-family: Circe;
  width: 97%;
    color: #006fbe;
    font-size: 26px;
    font-weight: 400;
  border: none;
  border-bottom: solid 4px #acacac;
  background-color: rgba(255,255,255);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
}
.mainFormContainer label {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 23px;
  display: block;
  text-transform: uppercase;
}
.owensLogo {
  float: left;
  width: 127px;
  margin-right: 15px;
  padding-top: 6px;
}
.blast_input {
  float: left;
  width: 973px;
}
.blast_submit {
  float: left;
  width: 72px;
  margin-left: 15px;
  padding-top: 0px;
}
.note {
  font-size: 15px;
}
.navigation ul li.chat {
  position: relative;
  margin-right: 0px;
  padding-right: 0px;
}
.dashboard_outer {
}
.superButton {
  margin-top: 70px;
  margin-bottom: 50px;
}
.artic_blast_span {
        font-size: 16px;
    
    }
.dashboard {
}
.dashboard.container {
  width: 1400px;
}
.columns_container {
  display: table;
}
.column {
  display: table-cell;
  padding-top: 28px;
  vertical-align: top;
}
.column.column1 {
  width: 720px;
  border-right: solid 1px #264d70;
}
.column.column2 {
  width: 719px;
}
.dashboard .column_heading {
  color: #9dcc45;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 35px;
}
#percent {
  color: #ffffff;
  font-size: 96px;
  font-weight: 200;
  text-align: center;
  line-height: 79px;
  position: relative;
  top: -38px;
}
#percent_of {
  font-size: 23px;
  font-weight: 200;
  margin-top: -30px;
}
.stats {
  width: 1064px;
  border-radius: 8px;
  background-color: #212f41;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.9);
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  text-align: left;
}
.stats_header {
  border-radius: 8px 8px 0px 1px;
  -moz-border-radius: 8px 8px 0px 1px;
  -webkit-border-radius: 8px 8px 0px 1px;
  background-color: #1a2635;
  padding-top: 13px;
  padding-bottom: 13px;
}
.stats_header h3 {
  color: #1e90e1 !important;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
}
.stat_desc {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  width: 160px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.stats_item {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 28px;
  padding-bottom: 28px;
  position: relative;
  text-align: center;
  float: left;
  width: 270px;
}
.stats_item.item3 {
  border: none;
}
.stats_item_gauge {
  width: 97px;
  height: 98px;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-image: url(graphics/gauges/allgauges.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.stats_item_gauge_pointer {
  width: 27px;
  height: 32px;
  background-image: url(graphics/gauges/pointer.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 20px;
  left: 30px;
  transform-origin: 19px 8px;
  transform: rotate(14deg);
  z-index: 2;
}
.stats_item_gauge.fill0 {
  background-image: url(graphics/gauges/0.jpg);
}
.stats_item_gauge.fill5 {
  background-image: url(graphics/gauges/5.jpg);
}
.stats_item_gauge.fill10 {
  background-image: url(graphics/gauges/10.jpg);
}
.stats_item_gauge.fill15 {
  background-image: url(graphics/gauges/15.jpg);
}
.stats_item_gauge.fill20 {
  background-image: url(graphics/gauges/20.jpg);
}
.stats_item_gauge.fill25 {
  background-image: url(graphics/gauges/25.jpg);
}
.stats_item_gauge.fill30 {
  background-image: url(graphics/gauges/30.jpg);
}
.stats_item_gauge.fill35 {
  background-image: url(graphics/gauges/35.jpg);
}
.stats_item_gauge.fill40 {
  background-image: url(graphics/gauges/40.jpg);
}
.stats_item_gauge.fill45 {
  background-image: url(graphics/gauges/45.jpg);
}
.stats_item_gauge.fill50 {
  background-image: url(graphics/gauges/50.jpg);
}
.stats_item_gauge.fill55 {
  background-image: url(graphics/gauges/55.jpg);
}
.stats_item_gauge.fill60 {
  background-image: url(graphics/gauges/60.jpg);
}
.stats_item_gauge.fill65 {
  background-image: url(graphics/gauges/65.jpg);
}
.stats_item_gauge.fill70 {
  background-image: url(graphics/gauges/70.jpg);
}
.stats_item_gauge.fill75 {
  background-image: url(graphics/gauges/75.jpg);
}
.stats_item_gauge.fill80 {
  background-image: url(graphics/gauges/80.jpg);
}
.stats_item_gauge.fill85 {
  background-image: url(graphics/gauges/85.jpg);
}
.stats_item_gauge.fill90 {
  background-image: url(graphics/gauges/90.jpg);
}
.stats_item_gauge.fill95 {
  background-image: url(graphics/gauges/95.jpg);
}
.stats_item_gauge.fill100 {
  background-image: url(graphics/gauges/100.jpg);
}
.fill0 .stats_item_gauge_pointer {
  transform: rotate(0deg);
}
.fill5 .stats_item_gauge_pointer {
  transform: rotate(14deg);
}
.fill10 .stats_item_gauge_pointer {
  transform: rotate(28deg);
}
.fill15 .stats_item_gauge_pointer {
  transform: rotate(42deg);
}
.fill20 .stats_item_gauge_pointer {
  transform: rotate(56deg);
}
.fill25 .stats_item_gauge_pointer {
  transform: rotate(70deg);
}
.fill30 .stats_item_gauge_pointer {
  transform: rotate(84deg);
}
.fill35 .stats_item_gauge_pointer {
  transform: rotate(98deg);
}
.fill40 .stats_item_gauge_pointer {
  transform: rotate(112deg);
}
.fill45 .stats_item_gauge_pointer {
  transform: rotate(126deg);
}
.fill50 .stats_item_gauge_pointer {
  transform: rotate(140deg);
}
.fill55 .stats_item_gauge_pointer {
  transform: rotate(154deg);
}
.fill60 .stats_item_gauge_pointer {
  transform: rotate(168deg);
}
.fill65 .stats_item_gauge_pointer {
  transform: rotate(182deg);
}
.fill70 .stats_item_gauge_pointer {
  transform: rotate(196deg);
}
.fill75 .stats_item_gauge_pointer {
  transform: rotate(210deg);
}
.fill80 .stats_item_gauge_pointer {
  transform: rotate(224deg);
}
.fill85 .stats_item_gauge_pointer {
  transform: rotate(238deg);
}
.fill90 .stats_item_gauge_pointer {
  transform: rotate(252deg);
}
.fill95 .stats_item_gauge_pointer {
  transform: rotate(266deg);
}
.fill100 .stats_item_gauge_pointer {
  transform: rotate(280deg);
}
.savingsGauge {
  width: 307px;
  background-image: url(graphics/savingsGauge/bg.jpg);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-repeat: no-repeat;
}
.savingsGaugeInner {
  width: 307px;
  height: 265px;
  background-image: url(graphics/savingsGauge/allgauges.png);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  margin-left: auto;
  margin-right: auto;
}
.savingsGaugeInner.fill0 {
  background-image: url(graphics/savingsGauge/0.png);
}
.savingsGaugeInner.fill5 {
  background-image: url(graphics/savingsGauge/5.png);
}
.savingsGaugeInner.fill10 {
  background-image: url(graphics/savingsGauge/10.png);
}
.savingsGaugeInner.fill15 {
  background-image: url(graphics/savingsGauge/15.png);
}
.savingsGaugeInner.fill20 {
  background-image: url(graphics/savingsGauge/20.png);
}
.savingsGaugeInner.fill25 {
  background-image: url(graphics/savingsGauge/25.png);
}
.savingsGaugeInner.fill30 {
  background-image: url(graphics/savingsGauge/30.png);
}
.savingsGaugeInner.fill35 {
  background-image: url(graphics/savingsGauge/35.png);
}
.savingsGaugeInner.fill40 {
  background-image: url(graphics/savingsGauge/40.png);
}
.savingsGaugeInner.fill45 {
  background-image: url(graphics/savingsGauge/45.png);
}
.savingsGaugeInner.fill50 {
  background-image: url(graphics/savingsGauge/50.png);
}
.savingsGaugeInner.fill55 {
  background-image: url(graphics/savingsGauge/55.png);
}
.savingsGaugeInner.fill60 {
  background-image: url(graphics/savingsGauge/60.png);
}
.savingsGaugeInner.fill65 {
  background-image: url(graphics/savingsGauge/65.png);
}
.savingsGaugeInner.fill70 {
  background-image: url(graphics/savingsGauge/70.png);
}
.savingsGaugeInner.fill75 {
  background-image: url(graphics/savingsGauge/75.png);
}
.savingsGaugeInner.fill80 {
  background-image: url(graphics/savingsGauge/80.png);
}
.savingsGaugeInner.fill85 {
  background-image: url(graphics/savingsGauge/85.png);
}
.savingsGaugeInner.fill90 {
  background-image: url(graphics/savingsGauge/90.png);
}
.savingsGaugeInner.fill95 {
  background-image: url(graphics/savingsGauge/95.png);
}
.savingsGaugeInner.fill100 {
  background-image: url(graphics/savingsGauge/100.png);
}
.savingsGaugeContent {
  position: absolute;
  width: 307px;
  top: 84px;
}
.savingsGaugeContentMiddle {
  color: #ffffff;
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 56px;
  text-align: center;
  text-transform: uppercase;
}
.savingsGaugeContentMiddle span {
  display: inline-block;
  position: relative;
  top: -26px;
}
.savingsGaugeContentMiddle #savingsAmt,
.savingsGaugeContentMiddle #savingsAmt2 {
  font-size: 65px;
  font-weight: 200;
  position: relative;
  top: 0px;
}
.savingsGaugeContentBottom {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  margin-top: -3px;
}
.savingsGaugeContentTop {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.savingsGaugeSavings {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
    margin-top: 48px;
}
.savingsGaugeLegend {
  margin-top: 10px;
    color: #bfc6ce;
    font-family: "Circe";
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.17px;
    line-height: 16px;
}
.savingsGaugeBottomBorder {
  border-bottom: solid 1px #264d70;
}
.savingsLegendText {
    display: inline-block;
    text-align: center;
    width: 90px;
}
.savingsLegendText1 {
    margin-left: 0px;
    margin-right: 0px;
}
.savingsLegendText2 {
    margin-left: 80px;
    margin-right: 0px;
}
.dashboardRightBottom {
  padding-top: 0px;
  padding-bottom: 70px;
}
.dashboardRightBottomContent {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  text-align: center;
  width: 330px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 71px;
}
.year_20_savings {
    width: 300px;
    height: 252px;
    position: relative;
    display: inline-block;
    background-image: url(graphics/20year.png);
    margin-bottom: 50px;
}
.year_20_savings_text {
    color: #ffffff;
    font-family: "Circe";
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.75px;
    line-height: 32px;
    width: 125px;
    top: 56px;
    right: 40px;
    position: absolute;
}
.year_20_savings_copy {
    color: #ffffff;
    font-family: "Circe";
    font-size: 16px;
    font-weight: 300;
    margin-top: 18px;
}
.formHeader {
    color: #00ccbb;
    font-family: "Circe";
    font-size: 54px;
    font-weight: 300;
    letter-spacing: -1.27px;
    line-height: 64px;
    margin-bottom: 0px;
}
.formCopy {
    color: #ffffff;
    font-family: "Circe";
    font-size: 20px;
    font-weight: 300;
}
.dashboardRightBottomContent span,
.dashboardRightBottomContent a {
  color: #9dcc45;
  font-weight: bold;
}
#howdid {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 14px;
  background-image: url(graphics/questionmark.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 35px;
  padding-top: 35px;
  padding-bottom: 35px;
  cursor: pointer;
  display: inline-block;
}
.buttonContainer.pointer {
  margin-top: 40px;
}
.buttonContainer.pointer a {
  padding-right: 21px;
}
.stats_item_content {
  float: left;
}
.stats_item_content_header {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 29px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.item1 .stats_item_content_header {
  color: #f33d21;
}
.item2 .stats_item_content_header {
  color: #fac000;
}
.item3 .stats_item_content_header {
  color: #9dcc45;
}
.stats_item_content_desc {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 18px;
}
.stats_item_content_link {
}
.stats_item_content_link a,
.stats_item_content_link span {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 23px;
  text-decoration: none;
  text-transform: uppercase;
  background-image: url(graphics/arrow.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 20px;
}
.stats_item_content_link.active a,
.stats_item_content_link.active span {
  color: #1e90e1;
  background-image: url(graphics/arrow_down.png);
  background-repeat: no-repeat;
  background-position: left 6px;
  padding-left: 20px;
  border-bottom: solid 4px #1e90e1;
  padding-bottom: 10px;
}
#main_graph {
  width: 720px;
  height: 317px;
  background-image: url(graphics/bellchart.jpg);
  position: relative;
}
#houseicon {
  width: 48px;
  height: 48px;
  background-image: url(graphics/houseicon.png);
  position: absolute;
  top: 284px;
  left: 0px;
}
#houseicon.percent_100 {
  left: 673px;
}
#houseicon.percent_95 {
  left: 668px;
  top: 283px;
}
#houseicon.percent_90 {
  left: 665px;
  top: 284px;
}
#houseicon.percent_85 {
  left: 612px;
  top: 261px;
}
#houseicon.percent_80 {
  left: 576px;
  top: 229px;
}
#houseicon.percent_75 {
  left: 540px;
  top: 98px;
}
#houseicon.percent_70 {
  left: 516px;
  top: 136px;
}
#houseicon.percent_65 {
  left: 468px;
  top: 61px;
}
#houseicon.percent_60 {
  left: 432px;
  top: 23px;
}
#houseicon.percent_55 {
  left: 396px;
  top: -1px;
}
#houseicon.percent_50 {
  left: 336px;
  top: -14px;
}
#houseicon.percent_45 {
  left: 324px;
  top: -12px;
}
#houseicon.percent_40 {
  left: 288px;
  top: -6px;
}
#houseicon.percent_35 {
  left: 252px;
  top: 13px;
}
#houseicon.percent_30 {
  left: 216px;
  top: 45px;
}
#houseicon.percent_25 {
  left: 180px;
  top: 92px;
}
#houseicon.percent_20 {
  left: 144px;
  top: 147px;
}
#houseicon.percent_15 {
  left: 108px;
  top: 130px;
}
#houseicon.percent_10 {
  left: 72px;
  top: 247px;
}
#houseicon.percent_5 {
  left: 36px;
  top: 273px;
}
#houseicon.percent_0 {
  left: 0px;
}
.welcomeBanner {
  padding-top: 33px;
}
.welcomeLeft {
  float: left;
  width: 420px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  margin-right: 157px;
}
.welcomeRight {
  float: left;
  width: 823px;
}
.welcomeBanner h1 {
  color: #9dcc45;
  font-size: 64px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 64px;
  margin: 0px;
  padding-top: 53px;
}
.welcomeBanner p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}
.welcomeStats h2 {
  color: #00ccbb;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}
.styleline {
  text-align: center;
  margin-top: 20px;
}
.bottomGradient {
  background: linear-gradient(
    0deg,
    rgba(14, 142, 228, 0.2) 0.03%,
    rgba(14, 142, 228, 0) 100%
  );
}
.paddingTop50 {
  padding-top: 50px;
}
.nextSteps {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 28px;
  max-width: 1150px;
}
.nextSteps h3 {
  color: #9dcc45;
  text-transform: uppercase;
  font-weight: bold;
}
.savingsRow {
  width: 1090px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}
.savingsCol {
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 32px;
  text-align: center;
  width: 520px;
  float: left;
  padding-top: 20px;
  font-weight: 300;
}
.savingsCol.first {
	width: 380px;
}
.savingsCol.middle {
  padding-top: 120px;
  width: 48px;
}
.savingsCol.last {
  margin-left: 20px;
  padding-top: 20px;
	width: 690px;
}
.savingsCol strong {
  color: #9dcc45;
  text-transform: uppercase;
  font-size: 24px;
}
.dukeColumn {
	color: #ffffff;
	font-weight: 300;
	font-size: 20px;
	letter-spacing: -0.22px;
	line-height: 32px;
}
.dukeColumn strong {
	font-weight: 700;
	font-size: 20px;
	color: #ffffff;
}
.dukeColumnHeader {
	color: #9dcc45;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1.6px;
	line-height: 28px;
	text-transform: uppercase;
}
.dukeImage {
	padding-top: 50px;
}
.welcomeStats {
  margin-top: 0px;
  margin-bottom: 70px;
}
.welcomeStatsLeft {
  float: left;
  width: 699px;
  border-right: solid 1px #264d70;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
}
.welcomeStatsRight {
  float: left;
  width: 700px;
}
.welcomeStatsIcons {
  padding-left: 125px;
  margin-top: 28px;
}
.welcomeStatsIconsLeft {
  float: left;
  width: 126px;
  margin-right: 20px;
}
.welcomeStatsIconsRight {
  float: left;
  text-align: left;
  width: 300px;
}
.welcomeStatsIconsRightTop {
  padding-top: 103px;
}
.welcomeStatsIconsRightMiddle {
  padding-top: 130px;
}
.welcomeStatsIconsRightBottom {
  padding-top: 126px;
}
.welcomeStatsRightTop {
  padding-top: 80px;
  padding-bottom: 50px;
}
.welcomeStatsRightBorder {
  border-bottom: solid 1px #264d70;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
#welcomeStatsTopNumber {
  color: #ffffff;
  font-size: 80px;
  font-weight: 200;
  line-height: 80px;
  text-align: center;
}
.welcomeStatsLowerText {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  text-align: center;
  margin-top: 10px;
}
.welcomeStatsRightBottom {
  padding-top: 50px;
  padding-bottom: 50px;
}
.welcomeStatsRightBottomBottom {
  padding-top: 50px;
}
.welcomeStory {
  border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  -webkit-border-radius: 0px 0px 4px 4px;
  width: 1060px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.storyHeader {
  background-color: #1a2635;
  color: #1e90e1;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 29px;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  text-transform: uppercase;
  padding-top: 27px;
  padding-bottom: 21px;
}
.storyContent {
  background-color: #212f41;
  padding-bottom: 25px;
}
.storyImage {
  padding-top: 12px;
  padding-bottom: 30px;
}
.storyMiddle {
  width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.storyLeft {
  width: 320px;
  color: #ffffff;
  float: left;
  font-size: 32px;
  font-weight: 300;
  line-height: 33px;
  text-align: center;
  padding-right: 58px;
  border-right: solid 1px #264d70;
}
.storyLeft .storyLower {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 40px;
}
.storyRight {
  width: 220px;
  float: left;
  color: #9dcc45;
  font-size: 80px;
  font-weight: 200;
  line-height: 43px;
  text-align: center;
  padding-left: 58px;
  padding-top: 33px;
}
.storyRight .storyLower {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  padding-top: 10px;
}
.storyBottom {
  padding-top: 40px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  text-align: center;
}
#welcomeStatsBottomNumber {
  color: #ffffff;
  font-size: 80px;
  font-weight: 200;
  line-height: 80px;
  text-align: center;
}
#welcomeStatsBottomNumberBottom {
  color: #ffffff;
  font-size: 80px;
  font-weight: 200;
  line-height: 80px;
  text-align: center;
}
h2 {
  color: #00ccbb;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
}
.gradient-bg {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#24496a+0,29384c+50,24496a+100 */
background: #24496a; /* Old browsers */
background: -moz-linear-gradient(top,  #24496a 0%, #29384c 50%, #24496a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #24496a 0%,#29384c 50%,#24496a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #24496a 0%,#29384c 50%,#24496a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24496a', endColorstr='#24496a',GradientType=0 ); /* IE6-9 */

}
.welcomePartners {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
    padding-bottom: 90px;
}
.welcomePartners p {
  width: 1045px;
  margin-left: auto;
  margin-right: auto;
}
.welcomePartnerList {
  padding-top: 20px;
}
.partner {
  float: left;
  margin-left: 40px;
  margin-right: 40px;
  width: 270px;
}
.partnerImage {
  margin-bottom: 19px;
}
.partnerContent {
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.welcomeData {
  text-align: center;
  margin-top: 30px;
}
.welcomeData p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  width: 1045px;
  margin-left: auto;
  margin-right: auto;
}
.welcomeData p strong {
  text-transform: uppercase;
  font-size: 20px;
  color: #9dcc45;
}
.welcomeDataImage {
  margin-top: 60px;
  margin-bottom: 30px;
}
.submit {
  background-image: url(graphics/submit2.png);
  width: 72px;
  height: 74px;
  background-position: 0px -74px;
  cursor: pointer;
}
.submit.active {
  background-position: 0px -74px;
}
.footer_outer {
  background-color: #212f41;
  margin-top: 50px;
}
#nextSteps .footer_outer {
  background-color: #212f41;
  padding-top: 40px;
  margin-top: 0px;
}
.footer {
  text-align: center;
  padding-top: 64px;
  padding-bottom: 50px;
}
.footer h2 {
  color: #15a1d6;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 29px;
  text-align: center;
}
.footer_social a {
  margin-left: 15px;
  margin-right: 15px;
}
.footer_links {
  display: none; /* hides the footer links */
  margin-top: 57px;
}
.footer_links a {
  color: #1e90e1;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 29px;
  text-align: center;
  margin-left: 26px;
  margin-right: 26px;
  text-decoration: none;
  text-transform: uppercase;
}

.our_company {
  margin-top: 40px;
  width: 250px;
  float: left;
  display: block;
}
.our_company a {
  color: #1e90e1;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 29px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.input_left {
  width: 45%;
  float: left;
  display: block;
}
.input_right {
  width: 45%;
  float: right;
  display: block;
}
.energystar {
  margin-top: 43px;
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
.energystar_image {
  float: left;
  width: 85px;
  margin-right: 25px;
}
.energystar_content {
  float: left;
  text-align: left;
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  width: 940px;
  padding-top: 49px;
}
.smallprint {
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.buttonContainer {
  margin-top: 12px;
}
.button {
  border-radius: 28px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 19px;
  padding-bottom: 15px;
  display: inline-block;
  padding-left: 42px;
  padding-right: 42px;
}
.button.blue {
  color: #ffffff;
  background: linear-gradient(135deg, #1e90e1 0%, #00ccbb 100%);
}
.overlayOverride {
  display: none;
  opacity: 1;
  background: linear-gradient(135deg, #1e90e1 0%, #00ccbb 100%);
  z-index: 1000;
  position: fixed;
  top: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
}
.ui-widget-overlay {
  display: none;
  opacity: 1;
  background: linear-gradient(135deg, #1e90e1 0%, #00ccbb 100%);
  z-index: 9999999;
}
.ui-widget-overlay.chartloader {
  display: block;
  opacity: 1;
  background: none;
  background-image: url(graphics/desktop_blur.jpg);
  background-size: cover;
  z-index: 9999;
  padding-top: 200px;
}
.chartloader #address {
  color: #9dcc45;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 35px;
}
#donutchart {
  margin-left: auto;
  margin-right: auto;
}
.loaderPercent span {
  display: none;
}
#loadingMessage {
  font-weight: 200;
  font-size: 48px;
  padding-top: 20px;
}
.howdid h2 {
  color: #ffffff;
  font-size: 47px;
  font-weight: 200;
  text-align: center;
  line-height: 55px;
  text-transform: none;
}
.overtop {
  position: relative;
  z-index: 99;
}
.howdid {
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
  text-align: center;
}
.howdidInner {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
}
#closeButton,
#closeButton2 {
  height: 48px;
  width: 48px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  background-image: url(graphics/close.png);
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
#configure,
#configure2 {
  cursor: pointer;
}
#startButton,
#startButton2,
#startButton3,
#startButton4 {
  cursor: pointer;
}
#overlay,
#overlay2 {
  overflow-y: auto;
}
.form {
  text-align: left;
  width: 844px;
  margin-left: auto;
  margin-right: auto;
}
.oneper {
  margin-top: 40px;
  margin-bottom: 40px;
}
.form input {
  color: #6ecfe1;
  font-size: 16px;
  line-height: 23px;
  background: transparent;
  border: solid 1px #25b8d1;
  border-bottom: solid 4px #6ecfe1;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  width: 608px;
}
.form input:active {
  color: #c3e8f3;
  border: solid 1px #c2e9f2;
  border-bottom: solid 4px #ffffff;
}
.form input:focus {
  color: #c3e8f3;
  border: solid 1px #c2e9f2;
  border-bottom: solid 4px #ffffff;
}
.form label {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
  display: block;
}
.form input[type="submit"] {
  cursor: pointer;
  border: solid 1px #ffffff;
  border-radius: 0px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 19px;
  padding-bottom: 15px;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  color: #1e90e1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfefe+47,fcfefe+100&1+0,0.54+100 */
  background: -moz-linear-gradient(
    left,
    rgba(252, 254, 254, 1) 0%,
    rgba(252, 254, 254, 0.78) 47%,
    rgba(252, 254, 254, 0.54) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(252, 254, 254, 1) 0%,
    rgba(252, 254, 254, 0.78) 47%,
    rgba(252, 254, 254, 0.54) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(252, 254, 254, 1) 0%,
    rgba(252, 254, 254, 0.78) 47%,
    rgba(252, 254, 254, 0.54) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfefe', endColorstr='#8afcfefe',GradientType=1 ); /* IE6-9 */
  font-family: "circe", Arial, Helvetica, sans-serif;
}
#overlay2 .form input[type="submit"]:disabled,
#overlay2 .form input[type="submit"]:disabled:hover,
#overlay2 .form input[type="submit"]:disabled:active,
#overlay2 .form input[type="submit"]:disabled:focus {
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  transition-delay: 1s;
  background: none;
  cursor: default;
  color: #74c3e8;
  border: solid 1px #74c3e8;
}
form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

form ul li {
  color: #aaaaaa;
  display: table;
  table-layout: fixed;
  position: relative;
  float: none;
  width: 335px;
  height: 63px;
  border: 1px solid #fff;
  margin-bottom: 10px;
  border-radius: 46px;
  -moz-border-radius: 46px;
  -webkit-border-radius: 46px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

form ul li input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
#overlay2 form ul li label {
  display: table-cell;
  position: relative;
  font-weight: 300;
  text-transform: none;
  font-size: 16px;
  padding-left: 40px;
  padding-right: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  letter-spacing: 1px;
  line-height: normal;
  width: 250px;
  vertical-align: middle;
}

form ul li:hover label {
  color: #ffffff;
}

form ul li .check {
  display: block;
  position: absolute;
  border: 1px solid #ffffff;
  border-radius: 100%;
  height: 26px;
  width: 28px;
  top: 17px;
  left: 10px;
  z-index: 5;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 2px;
}

form ul li:hover .check {
}
form ul li .checkmark {
  background-image: url(graphics/checkmark.png);
  width: 26px;
  height: 19px;
  position: absolute;
  right: 10px;
  top: 20px;
  display: none;
}
form ul li .check::before {
  display: none;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 28px;
  width: 28px;
  top: 0px;
  left: 0px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  z-index: 98;
}

form input[type="radio"]:checked ~ .check {
  background-color: #ffffff;
  color: #11a9d1;
  z-index: 99;
}
form input[type="radio"]:checked ~ li {
  border-color: red;
}
form input[type="radio"]:checked ~ .check::before {
  background: #ffffff;
}
form input[type="radio"]:checked ~ .checkmark {
  display: block;
}
#overlay2 form input[type="radio"]:checked ~ label {
  color: #ffffff;
  font-weight: normal;
}
form .complete ul li {
  border: 1px solid #74c3e8;
}
.section2 {
  display: none;
}
#overlay2 form .complete ul li label {
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  transition-delay: 1s;
  color: #74c3e8;
}
form .complete ul li .check {
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  transition-delay: 1s;
  border: 1px solid #74c3e8;
  color: #74c3e8;
}
#overlay2 form .complete input[type="radio"]:checked ~ label {
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  transition-delay: 1s;
  color: #74c3e8;
}
form .complete input[type="radio"]:checked ~ .check {
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  transition-delay: 1s;
  background-color: #74c3e8;
}
form .complete ul li .checkmark {
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  transition-delay: 1s;
  background-image: url(graphics/checkmark_gray.png);
}
.product {
}
.productBorder {
  width: 163px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 5px;
  border-top: solid 1px #535f6f;
}
.productImage {
}
.productTitle {
  color: #1e90e1;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.productDesc {
  color: #ffffff;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
}
.savingsBottom {
  margin-top: 49px;
}
.dashboard .savingsBottom .column_heading {
  margin-bottom: 10px;
}
.savingsBottom p {
  margin-top: 0px;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  margin-left: 100px;
}
.savingsBottom #address {
  text-align: left;
  margin-left: 100px;
}
.twoButtons .button.blue {
  background: none;
  background-color: #179cd9;
  padding-left: 110px;
  padding-right: 70px;
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer;
}
.twoButtons {
  margin-top: 60px;
}
.twoButtons .button.blue.callicon {
  background-image: url(graphics/call.png);
  background-repeat: no-repeat;
  background-position: 60px center;
  color: #fff;
}
.twoButtons .button.blue.chaticon {
  background-image: url(graphics/chaticon.png);
  background-position: 60px center;
  background-repeat: no-repeat;
  color: #fff;
}
.buttonSavingsBottom {
}
.lockin p {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
}
.lockin .form input {
  color: #6ecfe1;
  font-size: 16px;
  line-height: 23px;
  background-color: #264969;
  border: none;
  border-bottom: solid 4px #c9cdd2;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  width: 468px;
}
.lockin .form input:active {
  color: #c3e8f3;
  border: solid 1px #c2e9f2;
  border-bottom: solid 4px #ffffff;
}
.lockin p.required {
  color: #1e90e1;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 14px;
  text-align: right;
  padding-top: 20px;
}
.lockin .form input:focus {
  color: #c3e8f3;
  border: solid 1px #c2e9f2;
  border-bottom: solid 4px #ffffff;
}
.lockin .form label {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
  display: block;
}
.lockin .form input[type="submit"] {
  border-radius: 28px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 19px;
  padding-bottom: 15px;
  display: inline-block;
  padding-left: 42px;
  padding-right: 42px;
  color: #ffffff;
  background: linear-gradient(135deg, #1e90e1 0%, #00ccbb 100%);
  cursor: pointer;
  border-bottom: none;
  width: auto;
}
.buttonSavingsBottom a {
  background-color: #212f41;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
  margin-top: 50px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.savingsSummary_header h3 {
  color: #00ccbb;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
}
.savingsSummary_header {
  border-radius: 8px 8px 0px 1px;
  -moz-border-radius: 8px 8px 0px 1px;
  -webkit-border-radius: 8px 8px 0px 1px;
  background-color: #1a2635;
  padding-top: 13px;
  padding-bottom: 13px;
}
.savingsSummary {
  width: 578px;
  border-radius: 8px;
  background-color: #212f41;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.9);
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  text-align: left;
  margin-bottom: 20px;
}
.savingsSummary_item {
  border-bottom: solid 1px #213d59;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #212f41;
}
.savingsSummary_itemLeft {
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  float: left;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  width: 330px;
  padding-top: 10px;
}
.savingsSummary_itemRight {
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  float: left;
  color: #ffffff;
  width: 178px;
}
.savingsSummary_item.total {
  border: none;
  background-color: #212f41;
}
.total .savingsSummary_itemLeft {
}
.total .savingsSummary_itemRight {
  font-weight: bold;
}
.savingsSummaryFooter {
}
.calculated {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 20px;
  background-image: url(graphics/calculated_arrow.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
  display: inline-block;
  cursor: pointer;
}

.savingsSummaryFooter h2 {
  background-image: url(graphics/questionmark.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
}
.savingsSummaryFooter h2 {
  margin-top: 40px;
}
.savingsSummaryFooter {
  font-size: 16px;
}
.payasyousave {
  cursor: pointer;
}
.calculated.active {
  background-image: url(graphics/calculated_arrow_down.jpg);
}
.hideonLarge {
  display: none !important;
}
.showonMobile {
  display: none;
}
.mobileNav {
  float: left;
  width: 40px;
  height: 39px;
  background-image: url(graphics/mobileNav.jpg);
  background-repeat: no-repeat;
  display: none;
  cursor: pointer;
}
.mobileClose {
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-image: url(graphics/close.png);
  background-repeat: no-repeat;
  display: none;
  margin-top: 30px;
  margin-bottom: 60px;
}
.mobileChat {
  float: right;
  width: 41px;
  height: 39px;
  background-image: url(graphics/mobileChat.jpg);
  background-repeat: no-repeat;
  display: none;
  cursor: pointer;
}
.mobileLogo {
  display: none;
}
.stats_item_content_link {
  cursor: pointer;
}
.effects {
  background-color: #1a2635;

  top: 28px;
  left: -40px;
  width: auto;
  text-align: center;
  border-top: solid 1px #204b71;
  padding-bottom: 10px;
  display: none;
}
.effectItem {
  display: inline-block;
  width: 331px;
  text-align: center;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: table-cell;
  vertical-align: top;
}
#effects2 .effectItem {
  width: 506px;
}
#effects3 .effectItem {
  width: auto;
}
.articBlast_mobile {
    display: none;
    text-align: center;
}
.articBlast .articBlast_mobile h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -0.7px;
    line-height: 29px;
}
.effectItemIcon {
}
.effectItemTitle {
  margin-bottom: 10px;
}
.effectItemContent {
  font-weight: 300;
  color: #a1a6ac;
}
.effectsClose {
  background-image: url(graphics/effects_close.jpg);
  background-repeat: no-repeat;
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin-left: auto;
  margin-right: auto;
}
.phoneClose {
  background-image: url(graphics/effects_close.jpg);
  background-repeat: no-repeat;
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin-left: auto;
  margin-right: auto;
}
.explain {
  padding-bottom: 20px;
  text-align: left;
  margin-top: 20px;
  display: block;
}
.explainItem {
  width: 518px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.explain_header {
  color: #1e90e1;
  font-family: Circe;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.explainItem table {
  font-size: 16px;
  font-weight: 300;
  border-bottom: solid 1px #274a6a;
}
.explainItem table strong {
  font-weight: bold;
}
.explainItem table tr td {
  border-top: solid 1px #274a6a;
  padding-top: 10px;
  padding-bottom: 10px;
}
.explainBorder {
  border-top: solid 1px #274a6a;
}
.welcomeBanner.thanks h1 {
  color: #ffffff;
}
.welcomeBanner.thanks p {
  font-weight: bold;
  font-size: 22px;
}
.thanks .welcomeRight {
  padding-top: 40px;
}
.thanksMessage {
  margin-top: 30px;
  font-size: 22px;
}
.footer_outer.thanks {
  background-color: #29384c;
  margin-top: 0px;
}
.thanks .footer {
  padding-top: 24px;
}
#chat-button,
.mobileChat {
  cursor: pointer;
}
#comm100-float-button-2 {
  display: none !important;
}
.cycle-slideshow {
  width: 1045px;
  margin-left: auto;
  margin-right: auto;
}
.example-pager {
  font-size: 60px;
  line-height: 50px;
}
.example-pager span {
  cursor: pointer;
}
.cycle-pager-active {
  color: #15a0d6;
}
.widgetInner {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.widgetInner ol {
  text-align: left;
}
.widgetInner ol li {
  margin-top: 20px;
}
.nav_outer {
}
.nav_outer.loaderpage {
  z-index: 9999;
}
.dashboard_outer {
  padding-top: 25px;
}
.showPhone {
  background-color: #1a2635;
  font-size: 45px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
  display: none;
}
.three-columns {
	padding-top: 65px;
}
.column-third {
	text-align: center;
	float: left;
	width: 390px;
}
.column-middle {
	padding-left: 56px;
	padding-right: 56px;
	margin-left: 56px;
	margin-right: 56px;
	border-left: solid 1px #264e71;
	border-right: solid 1px #264e71;
	width: 351px;
}
.column-icon {
	margin-bottom: 35px;
}
.column-header {
	color: #9dcc45;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1.6px;
	line-height: 28px;
	text-transform: uppercase;
}
.column-content {
	color: #ffffff;
	font-weight: 300;
	font-size: 20px;
	letter-spacing: -0.22px;
	line-height: 32px;
}
.nextSteps {
	max-width: none;
}
.nextSteps h1 {
	color: #00ccbb;
}
.two_columns {
	
}
.two_columns_column {
	float: left;
	width: 50%;
	
}
.hide_on_desktop_2 {
    display: none;
}
.vertical_chart {
    padding-left: 47px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.vertical_chart h2 {
    color: #00ccbb;
    font-family: "Circe";
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -0.7px;
    line-height: 29px;
    text-align: center;
    text-transform: none;
    margin-bottom: 30px;
}
.vchart_container {
    display: table;
    
}
.vchart_left {
    display: table-cell;
    width: 9px;
}
.vchart_right {
    display: table-cell;
    padding-left: 20px;
    padding-bottom: 50px;
    text-align: left;
    position: relative;
}
.vchart_right_last {
    padding-bottom: 0px;
}
.vchart_left_1 {
    background-color: #1e90e1;
}
.vchart_left_2 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e90e1+0,00ad85+100 */
    background: #1e90e1; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e90e1 0%, #00ad85 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #1e90e1 0%,#00ad85 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #1e90e1 0%,#00ad85 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e90e1', endColorstr='#00ad85',GradientType=0 ); /* IE6-9 */
}
.vchart_left_3 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00ac63+0,9bcc45+100 */
    background: #00ac63; /* Old browsers */
    background: -moz-linear-gradient(top,  #00ac63 0%, #9bcc45 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #00ac63 0%,#9bcc45 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #00ac63 0%,#9bcc45 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ac63', endColorstr='#9bcc45',GradientType=0 ); /* IE6-9 */
}
.vchart_icon {
    position: absolute;
    top: -20px;
    left: -37px;
}
.vchart_title {
    color: #9dcc45;
    font-family: "Circe";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.28px;
    line-height: 21px;
    text-transform: uppercase;
    padding-bottom: 30px;
    padding-left: 23px;
}
.vchart_content {
    color: #ffffff;
    font-family: "Circe";
    font-size: 16px;
    font-weight: 300;
}
.address_data {
    color: #ffffff;
    font-family: "Circe";
    font-weight: bold;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.address_data_2 {
    color: #bfc6ce;
    font-family: "Circe";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.14px;
    line-height: 33px;
}
.text-center {
    text-align: center;
}
.mapImage {
    display: inline-block;
    margin-bottom: 25px;
}
.three_columns {
    
}
.three_columns_column {
    float: left;
    width: 455px;
}
@media (max-width: 1430px) {
	.container {
		width: 1250px;
	}
	.three-columns.container {
		width: 935px;
	}
}
@media (max-width: 1377px) {
  .navigation ul li {
    margin-left: 14px;
  }
  .navigation ul li a {
    font-size: 12px;
  }
}
@media (max-width: 1365px) {
  .container,
  .dashboard.container, .three-columns.container {
    width: 935px;
  }
  .articBlast h1,
  .pageHeader h1 {
    font-size: 50px;
    line-height: 55px;
  }
  .pintobottom .blast_input {
    width: 810px;
  }
  .welcomeLeft {
    margin-right: 37px;
  }
  .blast_input {
    width: 690px;
  }
  .welcomeRight {
    width: 473px;
    padding-top: 70px;
  }
  .thanks .welcomeRight {
    padding-top: 100px;
  }
  .savingsRow {
    width: 1000px;
  }
  .savingsCol {
    width: 470px;
  }
	.savingsCol.first {
		width: 330px;
	}
	.savingsCol.last {
		width: 650px;
	}
  .welcomeStatsIcons {
    padding-left: 0px;
  }
  .welcomeStatsLeft {
    width: 459px;
  }
  .welcomeStatsRight {
    width: 470px;
  }
  .welcomeStory {
    width: 820px;
  }
  .welcomePartners p,
  .welcomeData p {
    width: auto;
  }
  .cycle-slideshow {
    width: 993px;
  }
  .partner {
    width: 380px;
  }
  .energystar_content {
    width: 760px;
    padding-top: 19px;
  }
  .smallprint {
    width: auto;
  }
  .hideonMedium {
    display: none !important;
  }
  .hideonLarge {
    display: block !important;
  }
  .columns_container {
    display: block;
  }
  .column.column1 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    border: none;
    display: block;
  }
  .column {
    display: block;
  }
  .column.column2 {
    width: auto;
  }
  .stats {
    margin-top: 0px;
  }
  .dashboardRightBottom {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1431px) {
	.column-middle {
		margin-left: 25px;
		margin-right: 25px;
		padding-left: 25px;
		padding-right: 25px;
		width: 291px;
	}
	.column-third {
		width: 269px;
	}
}
@media (max-width: 1431px) {
    .logo {
        width: 291px;
        padding-top: 15px;
    }
    .main_logo {
        width: 244px;
        height: 37px;
    }
    .owens_logo {
        width: 36px;
        height: 37px;
    }
    .three_columns_column {
        width: 415px;
    }
}
@media (max-width: 1361px) {
    .three_columns_column {
        width: 311px;
    }
}
@media (max-width: 1000px) {
  .container,
  .dashboard.container, .three-columns.container {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
  }
  .welcomeBanner h1 {
    font-size: 48px;
    line-height: 44px;
    padding-top: 3px;
    margin-bottom: 400px;
  }
  .blast_input {
    width: 490px;
  }
  .savingsCol.middle {
    padding-top: 60px;
  }
  .pintobottom .blast_input {
    width: 530px;
  }
  .savingsRow {
    width: 100%;
  }
  .savingsCol {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
	.savingsCol.first {
		width: 251px;
		margin: 0px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		margin-bottom: 20px;
	}
	.savingsCol.last {
		width: 100%;
		margin: 0px;
	}
	.dukeImage {
		padding-top: 0px;
	}
  .mainFormContainer {
    width: 720px;
  }
  .pintobottom .mainFormContainer {
    width: 620px;
    margin-top: 24px;
  }
  .welcomeLeft {
    width: auto;
    float: none;
    background-image: url(graphics/welcomeBG.jpg);
    background-repeat: no-repeat;
    background-size: 590px;
    background-position: center 50px;
    margin-right: 0px;
  }
  .thanks .welcomeLeft {
    background-image: url(graphics/thanksBG.png);
    background-position: center 120px;
  }
  .welcomeRight,
  .hideonMobile {
    display: none;
  }
  .showonMobile {
    display: block;
  }
  .welcomeStatsIconsLeft {
    float: none;
    width: auto;
    margin-right: 0px;
  }
  .welcomeStatsLeft {
    float: none;
    width: auto;
  }
  .welcomeStatsRight {
    width: auto;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .welcomeStory {
    width: 95%;
  }
  .storyHeader {
    font-size: 17px;
  }
  .storyMiddle {
    width: auto;
    padding-right: 0px;
  }
  .storyRight {
    margin-top: 50px;
  }
  .storyLeft,
  .storyRight {
    width: auto;
    float: none;
    padding-right: 0px;
    padding-left: 0px;
  }
  .partner {
    width: 120px;
    margin-bottom: 30px;
    float: none;
    display: inline-block;
  }
  .energystar_content {
    width: 630px;
    padding-top: 19px;
    font-size: 13px;
    line-height: 23px;
  }
  .form {
    width: 350px;
  }
  .howdidInner {
    width: 350px;
  }
  .form input,
  .lockin .form input {
    width: 330px;
  }
  .lockin .form {
  }
  .energystar {
    width: auto;
  }
  .cycle-slideshow {
    width: auto;
  }
}
@media (max-width: 976px) {
    .three_columns_column {
        width: auto;
        float: none;
        clear: both;
        margin-bottom: 50px;
    }
    .hide_this_on_desktop {
        display: block;
    }
    .hide_this_on_mobile {
        display: none;
    }
}
@media (max-width: 945px) {
    .navigation ul li {
		padding-left: 10px;
		padding-right: 10px;
	}
	.two_columns_column {
		float: none;
		width: 100%;
        
	}
}
@media (max-width: 922px) {
	.column-middle {
		width: auto;
		float: none;
		border: none;
		margin-top: 30px;
		margin-bottom: 30px;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.column-third {
		width: auto;
		float: none;
		padding-left: 20px;
		padding-right: 20px;
	}
    .hide_on_desktop_2 {
        display: block;
    }
    .hide_on_mobile_2 {
        display: none;
    }
}
@media (max-width: 891px) {
	.navigation ul li {
		padding-left: 10px;
		padding-right: 10px;
	}
	.two_columns_column {
		float: none;
		width: 100%;

	}
}
@media (max-width: 837px) {
  .welcomeLeft {
    background-size: 490px;
    background-position: center 150px;
  }
  .welcomeBanner h1 {
    margin-bottom: 360px;
  }
  .topCTA {
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .articBlast h1,
  .pageHeader h1 {
    font-size: 34px;
    line-height: 34px;
  }
  .mainFormContainer {
    width: 530px;
  }
  .blast_input {
    width: 300px;
  }
  .mainFormContainer input[type="text"] {
    font-size: 20px;
      padding-top: 4px;
      padding-bottom: 4px;
  }
  .pintobottom .blast_input {
    width: 280px;
  }
  .pintobottom .mainFormContainer {
    width: 370px;
  }
  .articBlast .copy {
    width: auto;
  }
  .explainItem {
    width: auto;
  }
}
@media (max-width: 730px) {
  .nav_outer {
  }
  .dashboard_outer {
  }
  .navigation {
    float: none;
    position: absolute;
    margin-top: 0px;
    background-color: #212f41;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 800px;
    display: none;
    z-index: 9999;
  }
  .navigation ul li a {
    font-size: 23px;
  }
  .navigation ul li {
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 60px;
  }
  .navigation .chat {
    display: none;
  }
  .mobileNav {
    display: block;
    margin-left: 10px;
  }
  .mobileChat {
    display: block;
    margin-right: 10px;
  }
  .logo {
    margin-left: -111px;
    position: absolute;
    left: 50%;
    width: 196px;
    height: 23px;
    margin-top: -7px;
  }
  .owens_logo {
      display: none;
    width: 65px;
    height: 45px;
  }
  .main_logo {
    width: 196px;
    height: 23px;
    background-image: url(graphics/mobile_logo.png);
  }
  .mobileClose {
    display: block;
  }
  .mobileLogo {
    display: block;
    position: absolute;
    bottom: 20px;
  }
  .column.column1 {
    width: 500px;
  }
  #main_graph {
    zoom: 70%;
  }
  .nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .stats {
    width: 470px;
  }
  .effects {
    width: 470px;
  }
  .column.column2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .stats_item_content {
    width: 250px;
  }
    .articBlast_left, .articBlast_right {
        display: none; 
    }
    .articBlast_mobile {
        display: block;
        padding-right: 10px;
        padding-left: 10px;
    }
    .articBlast_outer {
        padding-top:4px;
    }
    .articBlast_mobile h1 {
        margin-bottom: 30px;
    }
    .articBlast.container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .articBlast.container h4 {
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 1.6px;
        line-height: 19px;
        text-transform: uppercase;
    }
    .hide_on_mobile {
        display: none;
    }
    .hide_on_desktop {
        display: block;
    }
    .articBlast h1 {
        margin-top: 40px;
    }
}
@media (max-width: 705px) {
  .energystar_content {
    width: 450px;
  }
  .widgetInner {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 630px) {
  .footer_links a {
    display: block;
    border-bottom: solid 1px #204768;
    padding-top: 18px;
    padding-bottom: 16px;
  }
  .footer_links {
    display: none; /* hides the footer links */
    margin-top: 27px;
  }
  .savingsSummary {
    zoom: 60%;
  }
  .savingsCol {
    width: auto;
  }
}
@media (max-width: 590px) {
  .welcomeLeft {
    background-size: 290px;
    background-position: center 146px;
  }
  .thanks .welcomeLeft {
    background-size: 290px;
    background-position: center 176px;
  }
  .welcomeBanner h1 {
    margin-bottom: 220px;
  }
  .topCTA {
    font-size: 8px;
  }
  .articBlast h1,
  .pageHeader h1 {
    font-size: 35px;
    line-height: 34px;
  }
    .formHeader {
    font-size: 35px;
    letter-spacing: -0.82px;
    line-height: 34px;
    }
  .articBlast p {
    font-size: 16px;
    line-height: 22px;
      font-weight: light;
  }
    .artic_blast_span {
        font-size: 12px;
        letter-spacing: -0.2px;
    }
    .lockin .form input {
        width: 93% !important;
    }
  .mainFormContainer {
    width: auto;
  }
  .owensLogo,
  .blast_input,
  .blast_submit {

    text-align: center;
    width: auto;
    margin-bottom: 10px;
  }
  .mainFormContainer input[type="text"] {
    width: 98%;
  }
  .blast_submit {
    margin-left: 20px;
  }
  .blast_icons img {
    max-width: 20%;
  }
  .pintobottom .blast_input {
    width: 220px;
    float: left;
  }
    .submit {
        width: 40px;
        height: 40px;
        background-image: url(graphics/submit_mobile.png);
        background-position: 0px 0px;
    }
    .blast_submit {
        width: 40px;
    }
    .blast_input {
        width: 280px;
    }
}
@media (max-width: 577px) {
  .energystar_content {
    width: 320px;
  }
}
@media (max-width: 515px) {
  .column.column1 {
    width: 310px;
  }
  #main_graph {
    zoom: 43%;
  }
  #percent {
    font-size: 56px;
  }
  .savingsGauge {
    zoom: 90%;
  }
  .stats {
    zoom: 60%;
  }
  .dashboardRightBottomContent {
    width: auto;
  }
  .button {
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .twoButtons .button.blue {
    padding-left: 60px;
    padding-right: 60px;
  }
  .twoButtons .button.blue.callicon,
  .twoButtons .button.blue.chaticon {
    background-position: 10px center;
  }
  .showPhone {
    font-size: 30px;
  }
  .calculated,
  .payasyousave {
  }
}
@media (max-width: 450px) {
  .energystar_content {
    width: auto;
    float: none;
  }
  .energystar_image {
    float: none;
    margin-right: 0px;
    text-align: center;
    width: auto;
  }
  .our_company {
    padding-top: 15px;
  }
}
