/****************
COLORS

dark blue: #002B7F;
light blue: #00A1ED;
light green: #8ABB2A;

FONTS
font-family: Montserrat, arialm sans-serif;

Regulat: font-weight: 400;
Medium: font-weight: 500;
semi-bold: font-weight: 600;
bold: font-weight: 700;

****************/
*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
q,
a,
blockquote,
div,
span {
  font-family: Montserrat, arial, sans-serif !important;
  /*color: #002B7F!important;*/
}

html {
  background-color: #fff;
}

.home *:not(font),
.home h1,
.home h2,
.home h3,
.home h4,
.home h5,
.home h6,
.home p,
.home q,
.home a:not(.mega-menu-link),
.home blockquote,
.home div,
.home span:not(.mega-indicator) {
  color: #002B7F !important;
}
.home *:not(font).light-blue-color,
.home h1.light-blue-color,
.home h2.light-blue-color,
.home h3.light-blue-color,
.home h4.light-blue-color,
.home h5.light-blue-color,
.home h6.light-blue-color,
.home p.light-blue-color,
.home q.light-blue-color,
.home a:not(.mega-menu-link).light-blue-color,
.home blockquote.light-blue-color,
.home div.light-blue-color,
.home span:not(.mega-indicator).light-blue-color {
  color: #00A1ED !important;
}

.dark-blue-bg *,
.dark-blue-bg h1,
.dark-blue-bg h2,
.dark-blue-bg h3,
.dark-blue-bg h4,
.dark-blue-bg h5,
.dark-blue-bg h6,
.dark-blue-bg p,
.dark-blue-bg q,
.dark-blue-bg a,
.dark-blue-bg blockquote,
.dark-blue-bg div,
.dark-blue-bg span {
  color: #fff !important;
}

#wp-toolbar.quicklinks a {
  color: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1,
.h1 {
  font-size: 50px;
}

h3,
.home h3 {
  font-size: 2.25em;
}

p,
li {
  font-weight: 500;
}

strong {
  font-weight: 700 !important;
}

a,
a:active,
a:hover,
a:visited {
  border-color: inherit !important;
}

.wysiwyg p,
.wysiwyg a,
.quarter-col p,
.quarter-col a,
.content-section p,
.content-section a,
.wysiwyg li,
.quarter-col li,
.content-section li {
  font-size: 24px;
}

p a {
  line-height: 100%;
}

a.cta-link {
  font-size: 30px;
  margin-top: 20px;
  display: inline-block;
}

.light-blue-bg {
  background-color: #00A1ED !important;
}

.dark-blue-bg {
  background-color: #002B7F !important;
}

.light-green-bg {
  background-color: #8ABB2A !important;
}

.make-light-blue {
  filter: brightness(0) saturate(100%) invert(46%) sepia(92%) saturate(1863%) hue-rotate(168deg) brightness(95%) contrast(104%);
}

.dark-blue-btn {
  background-color: #002B7F;
  color: white;
  border: none;
  text-transform: none;
  font-weight: 400;
  line-height: 1;
  height: 2.5rem;
  padding: 0 1rem;
  font-size: 1rem;
  min-width: 200px;
  max-width: 100%;
}

.light-green-color {
  color: #8ABB2A !important;
}

.content-section {
  padding-top: 75px;
  padding-bottom: 100px;
}

.content-section .quarter-col {
  padding-left: 2%;
  padding-right: 2%;
}

.light-blue-bg h2.centered-heading,
.dark-blue-bg h2.centered-heading,
.light-green-bg h2.centered-heading {
  color: #fff !important;
  font-size: 35px;
}

.dark-blue-bg * {
  color: #fff !important;
}

.dark-blue-bg a {
  color: #00A1ED !important;
}

.flex-center {
  display: flex;
  align-items: center;
}

.tips-icon-container {
  padding-top: 1em;
}

.tips-icon-container .tips-icon,
.page-header-icon {
  display: none;
}

.text-left {
  text-align: left !important;
}

hr {
  border-style: solid;
}

hr.hr-50 {
  width: 100%;
  max-width: 50px;
}

hr.hr-white {
  border-color: #fff !important;
}

hr.hr-light-blue {
  border-color: #00A1ED !important;
}

.fine-print {
  font-size: 12px !important;
}

.source {
  font-style: italic;
}

.source a {
  color: #002B7F;
}

a.cta-link {
  line-height: 1.5;
}

/**********
SITE COLOR UPDATES
***********/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #002B7F;
}

#header {
  background-color: #002B7F;
}

#desktop-main-nav .top-level-nav,
#desktop-main-nav .top-level-nav:visited,
#desktop-main-nav .top-level-nav:active,
#desktop-main-nav .top-level-nav:hover {
  color: #fff !important;
}

.home #desktop-main-nav .top-level-nav,
.home #desktop-main-nav .top-level-nav:visited,
.home #desktop-main-nav .top-level-nav:active,
.home #desktop-main-nav .top-level-nav:hover {
  color: #002B7F !important;
  color: #ffffff !important;
}

.accordian-tab-rebate,
.accordian-tab-rebate:hover {
  background-color: #00A1ED;
}

.accordian-tab-rebate a,
.accordian-tab-rebate a:active,
.accordian-tab-rebate a:hover,
.accordian-tab-rebate a:visited {
  color: #fff !important;
}

.chart tr:nth-child(odd) {
  background-color: #def4fe;
}

.chart tr.legal,
.chart tr.table-head,
.legal {
  background-color: #fff;
}

.page-header.dark-blue-bg {
  padding: 60px 0;
  width: 100%;
}

.tips-callout {
  background-color: #8ABB2A;
}

.fact-sheet-bg {
  background-color: #00A1ED;
}

.page-template-contact_us .contact-right.light-blue-bg {
  color: #fff !important;
}

.page-template-contact_us .contact-right input[type=submit] {
  background-color: #002B7F;
}

a,
a:active,
a:hover,
a:visited {
  text-decoration: none;
  border-color: inherit;
}

a:active,
a:hover {
  color: inherit;
}

a:focus {
  border-color: #00A1ED;
  outline-color: #00A1ED;
}

.accordian-tab:before,
.question.accordian-tab-selected,
.question:active,
.question:hover,
.question:visited.accordian-tab-selected,
.question:visited:active,
.question:visited:hover {
  color: #00A1ED;
}

.tips-icon-container {
  padding-bottom: 60px;
}

.home .email-signup .container {
  padding-bottom: 0;
}

/**********
HEADER
**********/
header {
  min-height: 150px;
}

.home #header {
  background-color: transparent;
  position: absolute;
  height: 230px;
  width: 100%;
  z-index: 100;
  padding-top: 55px;
  padding-bottom: 25px;
}

.site-logo,
.site-logo:active,
.site-logo:hover,
.site-logo:visited {
  max-width: 247px;
  height: auto;
  z-index: 100;
  float: none;
  display: block;
  top: 0;
}

.home .site-logo,
.home .site-logo:active,
.home .site-logo:hover,
.home .site-logo:visited {
  width: 247px;
  max-width: 247px;
}

.home header .site-logo {
  color: #002B7F;
  font-size: 40px;
  font-family: Montserrat, arial, sans-serif;
  height: auto;
  top: 0;
}

.home .intro-feature-img {
  position: absolute;
  z-index: 1;
}

/* NAVBAR */
#open-mobile-nav path {
  fill: #fff;
}

.home #open-mobile-nav path {
  fill: #ffffff;
}

.home #desktop-main-nav {
  /*margin-top: -135px;*/
}

.mobile-main-nav {
  background-color: #002B7F;
}

.home .mobile-main-nav {
  padding-top: 40px;
}

#mobile-nav .top-level-nav,
#mobile-nav a,
#mobile-nav .mobile-label {
  color: #fff !important;
}

#mobile-nav {
  height: 100vh !important;
  background: #002B7F;
  top: 0;
  /*z-index: 100;*/
  width: 35%;
  padding-left: 0;
}

#mobile-nav .container {
  padding-top: 0;
}

#mobile-nav ul li:first-child {
  border-color: #fff;
}

.position-main-nav a {
  padding-right: 1rem;
}

#desktop-main-nav .top-level-nav,
#desktop-main-nav .top-level-nav:visited,
#desktop-main-nav .top-level-nav:active,
#desktop-main-nav .top-level-nav:hover {
  font-weight: 700;
  border-bottom: 0;
}

.home #desktop-main-nav .top-level-nav,
.home #desktop-main-nav .top-level-nav:visited,
.home #desktop-main-nav .top-level-nav:active,
.home #desktop-main-nav .top-level-nav:hover {
  font-size: 24px;
  margin-right: 50px;
}

#desktop-main-nav .mega-nav-box.mega-nav-open,
#desktop-main-nav .mega-nav-box {
  background-color: #002B7F;
  z-index: 10;
}

#desktop-main-nav .mega-nav-box.mega-nav-open {
  top: 20px;
  /*border-bottom: 1px solid #fff;*/
}

#desktop-main-nav .mega-nav-box.mega-nav-open,
#desktop-main-nav .mega-nav-box {
  background-color: transparent;
}

#desktop-main-nav .mega-items {
  padding-right: 15px;
}

.home #desktop-main-nav .mega-items {
  padding-right: 65px;
}

.mega-nav-box.mega-nav-open a,
.mega-nav-box.mega-nav-open a:active,
.mega-nav-box.mega-nav-open a:hover,
.mega-nav-box.mega-nav-open a:visited {
  color: #fff !important;
  font-weight: 700;
}

.home .mega-nav-box.mega-nav-open a,
.home .mega-nav-box.mega-nav-open a:active,
.home .mega-nav-box.mega-nav-open a:hover,
.home .mega-nav-box.mega-nav-open a:visited {
  color: #002B7F !important;
  color: #ffffff !important;
}

#desktop-main-nav .mega-nav-trigger:after {
  display: none;
}

.mobile-main-nav p.mobile-label {
  margin: 0 0 25px;
}

.mobile-main-nav .position-main-nav {
  position: relative;
  left: 0;
  top: 0;
}

.mobile-main-nav .menu-utility-nav-container {
  margin-top: 2rem;
}

#mobile-nav .menu-utility-nav-container li:first-child {
  padding-top: 2rem;
}

#mobile-nav #menu-utility-nav li {
  margin: 0;
}

#mobile-nav #menu-utility-nav a {
  padding: 0.7rem 2rem 0.7rem 0;
  display: block;
  position: relative;
  line-height: 1.2;
  font-weight: 700;
  font-size: 16px;
}

.home nav#menu .mega-menu-link,
.home nav#menu .mega-indicator {
  color: #ffffff !important;
}

nav#menu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1900px;
  margin: auto;
}
@media screen and (max-width: 1600px) {
  nav#menu > .container {
    padding-right: 10px;
  }
}

#desktop-main-nav {
  flex-grow: 1;
}
#desktop-main-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  line-height: 1.5;
}
#desktop-main-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item:last-child {
  margin-right: 0;
}
#desktop-main-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item:last-child > a.mega-menu-link {
  padding-right: 0;
}
@media screen and (max-width: 1600px) {
  #desktop-main-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 18px;
    padding: 0 5px;
  }
}

/**************
HOME PAGE
**************/
.home #page-body {
  overflow: hidden;
}

.home h2.centered-heading {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 35px;
}

.home h3 {
  margin: 1em 0;
}

/* HERO BANNER */
.home-banner-wrapper {
  padding-top: 200px;
  padding-bottom: 50px;
  background-color: transparent !important;
  /*background-image: url('/wp-content/uploads/2020/09/banner_home-scaled.jpg');*/
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent 40%), linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent 40%), linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 40%), url(/wp-content/uploads/2022/04/GettyImages-1221664205_Homepage.jpg);
  background-repeat: no-repeat;
  background-position: right 70%;
  background-size: cover;
  position: relative;
}

.home-hero h1 {
  color: #002B7F;
}

div.lead p,
p.lead,
p.p1,
p.p1 a {
  font-size: 30px;
}

.page-centered-header {
  background-image: none;
}

.home .page-centered-header {
  min-height: 600px;
}

.home-hero .page-centered-header .wysiwyg {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}
.home-hero .page-centered-header .wysiwyg h1 {
  color: #ffffff !important;
  font-size: 46px;
  margin-bottom: 30px;
}
.home-hero .page-centered-header .wysiwyg p {
  color: #ffffff !important;
  line-height: 1.5;
  font-size: 25px;
}

.home-hero .page-centered-header .wysiwyg .intro-content-icon {
  width: 55px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.intro-feature-img {
  position: absolute;
  bottom: -130px;
  left: -120px;
  width: 500px;
  height: auto;
}

.intro-feature-img img {
  width: 100%;
  height: auto;
  max-width: 500px;
}

/* HOME SECTION - HYBRID HEATING */
.hybrid-heating > .container {
  overflow: visible !important;
}
.hybrid-heating .hybrid-links {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 600px) {
  .hybrid-heating .hybrid-links {
    gap: 30px;
  }
}
.hybrid-heating .fan-image {
  --fan-size: 37vw;
  --max-fan-size: 700px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999999;
  height: var(--fan-size);
  width: var(--fan-size);
  transform: translate(10%, 50%);
  pointer-events: none;
  max-width: var(--max-fan-size);
  max-height: var(--max-fan-size);
}
@media screen and (max-width: 1600px) {
  .hybrid-heating .fan-image {
    transform: translate(30%, 50%);
    --fan-size: 30vw;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .hybrid-heating .fan-image {
    right: -50px;
  }
}
@media screen and (max-width: 992px) {
  .hybrid-heating .fan-image {
    --max-fan-size: 250px;
    right: 0;
  }
}
@media screen and (max-width: 450px) {
  .hybrid-heating .fan-image {
    --fan-size: 40vw;
    transform: translate(30%, 80%);
  }
}

.hybrid-heating-content {
  max-width: 68.75%;
  margin: auto;
}

/* HOME SECTION - INCENTIVE PROGRAMS */
.home .incentive-programs {
  position: relative;
}
.home .incentive-programs > .container {
  overflow: visible !important;
}

.home .incentive-programs .residential-icon,
.home .incentive-programs .non-residential-icon {
  padding-top: 0;
  padding-bottom: 0;
}

.incentive-programs h3,
.incentive-programs p {
  text-align: center;
}

.incentive-programs img {
  max-width: 90px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.incentive-programs h3 {
  padding: 0;
}

.home .incentive-programs .cta-link {
  font-weight: 500;
}

.incentive-programs .left-col,
.incentive-programs .right-col {
  padding-left: 2.309148%;
  padding-right: 2.309148%;
  width: 33.3333333%;
}

.incentive-programs .left-col {
  margin-right: 0;
}

.home .incentive-programs .wysiwyg p:last-of-type {
  margin-bottom: 0;
}

.home .incentive-programs .section-feature-img {
  position: absolute;
}

.home .incentive-programs .section-feature-img.img-1 {
  /*right: -275px;
  top: 0;*/
  right: -500px;
  z-index: 15;
}

.home .incentive-programs .section-feature-img.img-2 {
  right: 0px;
  /*top: -155px;*/
  top: auto;
  bottom: -265px;
  z-index: 25;
  margin: 0;
  width: 30%;
}

.home .incentive-programs .section-feature-img img {
  margin: 0 0 0 auto;
  right: 0;
}

.home .incentive-programs .section-feature-img.img-1 img {
  border-radius: 50%;
  max-width: 900px;
  width: 100%;
  /*width: 90%;*/
}

.home .incentive-programs .section-feature-img.img-2 img {
  max-width: 535px;
  /*width: 100%;*/
  width: 100%;
}

.incentive-programs .separator-img-wrapper {
  display: none;
}

/* HOME SECTION - DISCOVER THE POWER */
.home .discover-the-power {
  padding: 0;
  background-color: #fff;
}

.home .discover-the-power .container {
  display: flex;
  max-width: 100% !important;
  padding: 0;
}

.home .discover-the-power .left-col,
.home .discover-the-power .right-col {
  width: 50%;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
}

.home .discover-the-power .right-col {
  padding: 5% 10%;
}

.home .discover-the-power .left-col {
  /*width: 50%;*/
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #00A1ED;
  color: #002B7F;
}

.home .discover-the-power .left-col h2 {
  color: #002B7F !important;
}

.home .discover-the-power .left-col ul {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.home .discover-the-power .right-col .bg-icon {
  position: absolute;
  bottom: -260px;
  right: -250px;
  max-width: 450px;
  width: 100%;
  height: auto;
}

.home .discover-the-power h2 {
  color: #00A1ED !important;
  padding-bottom: 0;
}

/*********
HOME - REASONS TO SWITCH SECTION
*********/
.home .reasons-to-switch .cta-wrapper {
  text-align: center;
  margin: 50px 0 0;
}

.home .reasons-to-switch {
  position: relative;
  z-index: 16;
}
.home .reasons-to-switch .section-feature-img.img-2 {
  position: absolute;
  left: 0px;
  top: auto;
  bottom: 0;
  z-index: 25;
  margin: 0;
  width: 30%;
  transform: translate(-30%, 50%);
}
.home .reasons-to-switch .section-feature-img.img-2 img {
  max-width: 535px;
  width: 100%;
  margin: 0 0 0 auto;
  right: 0;
}

/****************
HOME - CTA BAR SECTION
****************/
.home .cta-bar {
  padding-top: 75px;
  padding-bottom: 55px;
}

.home .cta-bar .section-content-wrapper {
  /*max-width: 1200px;*/
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.home .cta-bar .section-content-wrapper .section-intro {
  max-width: 1200px;
}

.home .cta-bar .section-content-wrapper .wysiwyg {
  max-width: 900px;
}

.home .cta-bar h3 {
  font-size: 3em;
  margin-top: 30px;
  margin-bottom: 20px;
}

.home .cta-bar hr {
  margin-bottom: 15px;
}

.home .cta-bar .section-intro {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.home .cta-bar .section-intro .wysiwyg {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.home .cta-bar .quarter-col .wysiwyg {
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
}

/****************
EMAIL SIGNUP SECTION
****************/
.email-signup {
  padding-top: 70px;
  padding-bottom: 70px;
}

.email-signup .container {
  padding-bottom: 3em;
}

.email-signup h2 {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 24px;
}

.email-signup .section-intro,
.email-signup form {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}

.email-signup .section-intro {
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-top: -20px;
  margin-bottom: 25px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.email-signup form > p {
  margin: 0;
  overflow: hidden;
}

.email-signup form label + br,
.email-signup form input + br {
  display: none;
}

.email-signup form label {
  display: none !important;
}

.email-signup form input,
.email-signup form .wpcf7-form-control-wrap {
  xfloat: left;
}

.email-signup form .wpcf7-form-control-wrap {
  width: 80%;
  max-width: 875px;
}

.email-signup form input.wpcf7-form-control {
  width: 100%;
}
.email-signup form input.wpcf7-form-control .gform_confirmation_message {
  padding: 10px;
  display: inline-block;
}

.email-signup form input {
  padding: 15px;
  font-size: 20px;
}

.email-signup .gfield_label {
  display: none !important;
}

.gform_confirmation_wrapper {
  text-align: center;
}

.xcrud {
  width: 20%;
  max-width: 200px;
  margin-left: 1%;
  margin-top: -36px;
  height: 55px;
}

.email-signup form button {
  background-color: #002B7F;
  color: #fff !important;
  line-height: inherit;
  height: auto;
  border: 1px solid #002B7F;
  width: 100%;
}

.email-signup form .screen-reader-response {
  display: none;
}

.email-signup form.invalid .wpcf7-response-output,
.email-signup form.unaccepted .wpcf7-response-output {
  clear: both;
  margin-top: 10px;
}

form input.wpcf7-not-valid {
  border-color: #f00 !important;
}

.email-signup form .wpcf7-response-output {
  background: #002B7F;
  color: #fff !important;
  border-color: #fff !important;
  padding: 15px;
}

.email-signup div.wpcf7-validation-errors,
.email-signup span.wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output {
  clear: both;
  font-size: 14px;
  font-weight: 600 !important;
  padding: 10px 15px;
  background: #fcd3d3 !important;
  color: #f00 !important;
  border: 1px #f00 solid !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
  float: left;
  border: none;
}

.email-signup .social-icons-wrapper {
  text-align: center;
  margin-top: 15px;
}

.email-signup .social-icons-wrapper .social-icon {
  border: none;
  width: 50px;
  height: 50px;
  margin-left: 50px;
  display: inline-block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.email-signup .social-icons-wrapper .social-icon:first-of-type {
  margin-left: 0;
}

.email-signup .social-icons-wrapper span.social-name {
  display: none;
}

.email-signup #gform_wrapper_1 .gform_footer {
  visibility: hidden;
  position: absolute;
  left: -100vw;
}

/*****
TIPS PAGE
*****/
.tips-callout .tips-callout-left-col {
  padding-top: 0.75rem;
}

.tips-callout .tips-callout-left-col strong {
  font-size: 22px;
  line-height: 165%;
}

.tips-callout a.cta-link {
  margin-top: 0;
}

/*************
FOOTER
*************/
footer .logo-wrapper {
  width: 30%;
  float: left;
}

footer .logo-wrapper img {
  width: 100%;
  max-width: 380px;
  height: auto;
}

footer .footer-nav-wrapper {
  float: right;
  width: 95%;
  margin-left: 5%;
  text-align: right;
}

footer .footer-nav-wrapper li {
  border: none;
}

footer .footer-nav-wrapper li {
  margin-right: 50px;
}

footer .footer-nav-wrapper li:last-of-type {
  margin-right: 0;
}

footer .footer-nav-wrapper a,
footer .footer-nav-wrapper a:hover,
footer .footer-nav-wrapper a:active,
footer .footer-nav-wrapper a:visited {
  font-weight: 500;
  text-decoration: none;
  border: none;
  color: #002B7F;
}

footer .footer-nav-wrapper a,
footer .footer-nav-wrapper a:hover,
footer .footer-nav-wrapper a:active,
footer .footer-nav-wrapper a:visited {
  font-size: 18px;
}

/*************
FACTS PAGE
*************/
.facts-section {
  padding-bottom: 85px;
}

/****************
MEDIA QUERIES
****************/
@media screen and (min-width: 70em) {
  .position-main-nav {
    top: 1em;
  }
  .home .position-main-nav {
    /*right: 0;*/
    top: 0.5rem;
  }
}
@media screen and (max-width: 2100px) {
  .container {
    max-width: 1900px !important;
  }
  .home .incentive-programs .section-feature-img.img-1 {
    right: -250px;
  }
  .home .incentive-programs .section-feature-img.img-1 img {
    max-width: 815px;
  }
  .home .incentive-programs .section-feature-img.img-2 {
    top: auto;
    bottom: -230px;
  }
  .home .incentive-programs .section-feature-img.img-2 img {
    max-width: 450px;
  }
  .home .reasons-to-switch .section-feature-img.img-2 img {
    max-width: 450px;
  }
}
@media screen and (max-width: 1600px) {
  .page-centered-header {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .home .page-centered-header {
    padding-top: 0;
    min-height: 500px;
  }
  .container {
    max-width: 1400px !important;
  }
  .mega-nav-unit.visible {
    /*padding-left: 70px;*/
  }
  .site-logo,
.site-logo:active,
.site-logo:hover,
.site-logo:visited {
    max-width: 175px;
  }
  .home .site-logo,
.home .site-logo:active,
.home .site-logo:hover,
.home .site-logo:visited {
    width: 175px;
  }
  .home #desktop-main-nav .top-level-nav,
.home #desktop-main-nav .top-level-nav:visited,
.home #desktop-main-nav .top-level-nav:active,
.home #desktop-main-nav .top-level-nav:hover {
    font-size: 18px;
    margin-right: 25px;
  }
  h1,
.h1 {
    font-size: 35px;
  }
  .home h2 {
    font-size: 35px;
  }
  h3,
.home h3 {
    font-size: 1.5em;
  }
  div.lead p,
p.lead,
p.p1,
p.p1 a {
    font-size: 20px;
  }
  .wysiwyg p,
.wysiwyg a,
.wysiwyg li,
.quarter-col p,
.quarter-col a,
.quarter-col li,
.content-section p,
.content-section a,
.content-section li {
    font-size: 18px;
  }
  a.cta-link {
    font-size: 22px;
  }
  #desktop-main-nav .mega-items {
    padding: 1rem 0;
  }
  .home #desktop-main-nav .mega-items {
    padding-right: 40px;
  }
  #mobile-nav .mega-nav-box {
    margin-top: 30px;
  }
  .mega-nav-box.mega-nav-open a,
.mega-nav-box.mega-nav-open a:active,
.mega-nav-box.mega-nav-open a:hover,
.mega-nav-box.mega-nav-open a:visited {
    font-size: 14px;
  }
  .home-hero .page-centered-header .wysiwyg {
    max-width: 900px;
    padding-top: 150px;
  }
  .home-hero .page-centered-header .wysiwyg .intro-content-icon {
    width: 35px;
  }
  .intro-feature-img img {
    max-width: 300px;
    bottom: -140px;
  }
  .home h2.centered-heading {
    /*font-size: 18px;*/
    font-size: 35px;
  }
  .home .incentive-programs .section-feature-img.img-1 {
    right: -325px;
    top: 25px;
  }
  .home .incentive-programs .section-feature-img.img-1 img {
    max-width: 600px;
  }
  .home .incentive-programs .section-feature-img.img-2 {
    /*top: -85px;*/
    top: auto;
    bottom: -150px;
  }
  .home .incentive-programs .section-feature-img.img-2 img {
    max-width: 300px;
  }
  .home .discover-the-power .right-col .bg-icon {
    position: absolute;
    bottom: -132px;
    right: -114px;
    max-width: 225px;
  }
  .email-signup {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .email-signup .container {
    padding-bottom: 0;
  }
  .email-signup .section-intro,
.email-signup form {
    max-width: 900px;
  }
  .email-signup form input[type=submit] {
    height: 70px;
  }
  .email-signup .social-icons-wrapper .social-icon {
    width: 35px;
    height: 35px;
  }
  .email-signup .social-icons-wrapper .social-icon {
    margin-left: 35px;
  }
  footer.site-footer {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  footer .logo-wrapper img {
    max-width: 190px;
  }
  footer .footer-nav-wrapper li {
    margin-right: 30px;
  }
  footer .footer-nav-wrapper a,
footer .footer-nav-wrapper a:hover,
footer .footer-nav-wrapper a:active,
footer .footer-nav-wrapper a:visited {
    font-size: 14px;
  }
}
@media screen and (max-width: 1500px) {
  .home .incentive-programs .section-feature-img.img-1 {
    right: -200px;
  }
}
@media screen and (max-width: 1400px) {
  /* NAV SLIDE OUT */
  .mobile-nav-open .slide-on-mobile,
.mobile-nav-open footer {
    left: -35%;
    /* to ensure main page content & footer is pushed to left of page when mobile nav opens */
  }
  .mobile-nav-open .slide-on-mobile {
    position: fixed;
    top: 0;
    height: 1000px;
    z-index: 100;
  }
  .mobile-nav-open footer {
    position: absolute;
    /* to ensure footer is pushed to bottom of page when mobile nav opens */
  }
  .home .discover-the-power .section-content-wrapper,
.home .discover-the-power .energy-partner {
    max-width: 500px;
    margin: auto;
  }
  .home .discover-the-power .left-col .section-content-wrapper {
    max-width: 100%;
  }
  .home .email-signup {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .home .incentive-programs .section-feature-img.img-1 {
    right: -200px;
  }
  /*.home .discover-the-power .left-col,*/
  .home .discover-the-power .right-col {
    padding: 5%;
    max-width: 1400px;
  }
  .email-signup .section-intro,
.email-signup form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
  .email-signup form input[type=submit] {
    height: 70px;
    margin-top: -30px;
  }
}
@media screen and (max-width: 1200px) {
  .home .container {
    max-width: 960px !important;
  }
  nav#menu .container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
  }
  #open-mobile-nav {
    display: block !important;
    text-decoration: none;
    border: none;
  }
  #desktop-main-nav {
    display: none !important;
  }
  .home .incentive-programs .section-feature-img.img-1 {
    /*right: -150px;*/
    right: -315px;
    top: 100px;
  }
  .home .incentive-programs .section-feature-img.img-1 img {
    /*max-width: 450px;*/
  }
  .home .discover-the-power .left-col .section-content-wrapper {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  .home .discover-the-power .left-col .section-content-wrapper img {
    display: none;
  }
  .home .cta-bar h3 {
    font-size: 2.5em;
  }
  footer .footer-nav-wrapper li {
    margin-right: 5px;
  }
  .home-hero .page-centered-header .wysiwyg {
    padding-top: 90px;
  }
  .home-hero .page-centered-header .wysiwyg h1 {
    font-size: 36px;
  }
  .home-hero .page-centered-header .wysiwyg p {
    font-size: 21px;
  }
}
@media screen and (min-width: 60em) {
  .home .container,
nav .container {
    max-width: 1900px;
  }
  h3.accordian-tab-rebate {
    padding: 8px 32px 8px 8px;
    padding: 0.5rem 2rem 0.5rem 0.5rem;
  }
}
@media screen and (max-width: 992px) {
  .home .container {
    max-width: 768px !important;
  }
  .site-logo,
.site-logo:active,
.site-logo:hover,
.site-logo:visited {
    width: 158px;
  }
  .home .site-logo,
.home .site-logo:active,
.home .site-logo:hover,
.home .site-logo:visited {
    width: 158px;
    height: auto;
  }
  .home #desktop-main-nav .top-level-nav,
.home #desktop-main-nav .top-level-nav:visited,
.home #desktop-main-nav .top-level-nav:active,
.home #desktop-main-nav .top-level-nav:hover {
    font-size: 14px;
    margin-right: 15px;
  }
  .home-banner-wrapper {
    padding-top: 60px;
    padding-bottom: 30px;
    background-position: right 90%;
    background-size: auto 120%;
  }
  .home .container {
    max-width: 1200px !important;
  }
  .page-centered-header {
    padding-bottom: 0px;
  }
  .intro-feature-img {
    bottom: -100px;
  }
  .intro-feature-img img {
    max-width: 250px;
    bottom: -140px;
  }
  /* NAV SLIDE OUT */
  .mobile-nav-open .slide-on-mobile,
.mobile-nav-open footer {
    left: -50%;
    /* to ensure main page content & footer is pushed to left of page when mobile nav opens */
  }
  #mobile-nav {
    width: 50%;
  }
  h1,
.h1 {
    font-size: 30px;
  }
  .home h2,
.home h2.centered-heading {
    /*font-size: 28px;*/
    font-size: 30px;
  }
  h3,
.home h3 {
    font-size: 1.25em;
  }
  div.lead p,
p.lead,
p.p1,
p.p1 a {
    font-size: 18px;
  }
  .wysiwyg p,
.wysiwyg a,
.quarter-col p,
.quarter-col a,
.content-section p,
.content-section a,
.wysiwyg li,
.quarter-col li,
.content-section li {
    font-size: 16px;
  }
  a.cta-link {
    font-size: 18px;
  }
  .home .content-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home h2.centered-heading {
    margin-bottom: 30px;
  }
  .home .quarter-col {
    width: 100%;
    max-width: 500px;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
    margin-bottom: 50px;
  }
  .home .quarter-col:last-of-type {
    margin-bottom: 0;
  }
  .home .quarter-col .cta-link {
    margin: 0;
  }
  .home .incentive-programs .section-feature-img.img-1 {
    right: -140px;
    display: none;
  }
  .home .incentive-programs .section-feature-img.img-1 img {
    max-width: 300px;
  }
  .home .incentive-programs .section-feature-img.img-2 {
    top: -55px;
  }
  .home .incentive-programs .section-feature-img.img-2 img {
    max-width: 200px;
    display: none;
  }
  .incentive-programs .separator-img-wrapper {
    margin: 50px auto;
    display: block;
  }
  .incentive-programs .left-col {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 50px;
    float: none;
  }
  .incentive-programs .left-col:last-of-type {
    margin-bottom: 0;
  }
  .incentive-programs .left-col .cta-link {
    margin: 0;
  }
  .incentive-programs .right-col {
    display: none;
  }
  .home .discover-the-power .left-col {
    /*display: none;*/
  }
  .home .discover-the-power {
    padding: 0;
  }
  .home .discover-the-power .container {
    max-width: 100% !important;
    display: block;
  }
  .home .discover-the-power .right-col,
.home .discover-the-power .left-col {
    width: 100%;
  }
  .home .discover-the-power .right-col {
    padding: 5%;
  }
  footer .flex-center {
    display: block;
  }
  footer .logo-wrapper {
    width: 100%;
    margin-bottom: 25px;
  }
  footer .logo-wrapper img {
    margin-left: auto;
    margin-right: auto;
  }
  footer .footer-nav-wrapper {
    text-align: center;
  }
  footer .footer-nav-wrapper li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .home .container {
    max-width: 90% !important;
  }
  .home .site-logo,
.home .site-logo:active,
.home .site-logo:hover,
.home .site-logo:visited {
    max-width: 135px;
  }
  .intro-feature-img {
    position: absolute;
    bottom: -50px;
    left: -85px;
  }
  .intro-feature-img img {
    max-width: 200px;
  }
  .home-hero .page-centered-header .wysiwyg {
    margin-bottom: 100px;
  }
  .home .quarter-col {
    max-width: 400px;
  }
  .home .incentive-programs .section-feature-img.img-2 img {
    max-width: 150px;
  }
  .home .incentive-programs .section-feature-img.img-2 {
    top: -45px;
    display: none;
  }
  .incentive-programs img {
    max-width: 75px;
  }
  .incentive-programs .separator-img-wrapper {
    margin: 50px auto;
    display: block;
  }
  /*.incentive-programs .separator-img-wrapper img {
     	max-width: 135px;
     }*/
  .home .discover-the-power .right-col .bg-icon {
    max-width: 200px;
  }
  .home .discover-the-power .left-col .section-content-wrapper {
    background-image: none !important;
  }
  .home .discover-the-power .left-col .section-content-wrapper img {
    display: block;
  }
  .email-signup form input.wpcf7-form-control {
    padding: 10px;
  }
  .email-signup form .wpcf7-form-control-wrap {
    width: 70%;
  }
  .email-signup form input[type=submit] {
    width: 28%;
    height: 60px;
  }
  /****************
  HOME - CTA BAR SECTION
  ****************/
  .home .cta-bar .section-intro .wysiwyg {
    width: 100%;
  }
  footer .footer-nav-wrapper li {
    margin-right: 10px;
  }
  footer .footer-nav-wrapper {
    float: right;
    width: 95%;
    margin-left: 0;
    text-align: center;
  }
  footer .footer-nav-wrapper a,
footer .footer-nav-wrapper a:hover,
footer .footer-nav-wrapper a:active,
footer .footer-nav-wrapper a:visited {
    font-size: 12px;
  }
}
@media screen and (max-width: 667px) {
  .home-banner-wrapper {
    padding-top: 100px;
    padding-bottom: 80px;
    background-position: 90% 80%;
    background-size: auto 130%;
  }
  .home-hero .page-centered-header .wysiwyg h1 {
    font-size: 32px;
  }
  .home-hero .page-centered-header .wysiwyg p {
    font-size: 16px;
  }
}
@media screen and (max-width: 650px) {
  /*.home .container {
  	max-width: 300px!important;
  }*/
  /* NAV SLIDE OUT */
  .mobile-nav-open .slide-on-mobile,
.mobile-nav-open footer {
    left: -90%;
    /* to ensure main page content & footer is pushed to left of page when mobile nav opens */
  }
  #mobile-nav {
    width: 90%;
  }
}
@media screen and (max-width: 500px) {
  /*.home .container {
  	max-width: 300px!important;
  }*/
}
#gform_confirmation_message_1 {
  background-color: #fff;
  max-width: 400px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 30px;
}

.pum.pum-theme-enterprise-blue .gfield_html,
.pum.pum-theme-enterprise-blue .side-button-wrap {
  display: none;
}
.pum.pum-theme-enterprise-blue .gfield {
  grid-column: 1/-1 !important;
}
.pum.pum-theme-enterprise-blue .pum-close {
  background-color: #00A1ED !important;
  color: #fff !important;
  font-weight: bold !important;
}
.pum.pum-theme-enterprise-blue input {
  font-weight: 500;
  border: 1px solid #00A1ED;
}
.pum.pum-theme-enterprise-blue input:focus {
  border-color: #002B7F !important;
}
.pum.pum-theme-enterprise-blue .gfield_label,
.pum.pum-theme-enterprise-blue form br {
  display: none !important;
}
.pum.pum-theme-enterprise-blue form {
  margin-top: 15px;
}
.pum.pum-theme-enterprise-blue .pum-title {
  font-weight: 700;
  font-size: 24px;
}
.pum.pum-theme-enterprise-blue .pum-content p {
  margin-bottom: 0;
  font-size: 15px;
}
.pum.pum-theme-enterprise-blue .gform_footer {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pum.pum-theme-enterprise-blue .gform_button {
  background-color: #002B7F;
  color: #fff !important;
  border: 1px solid #002B7F;
}
.pum.pum-theme-enterprise-blue .gform_button:hover {
  background-color: #00A1ED;
  border-color: #00A1ED !important;
}
.pum.pum-theme-enterprise-blue .gform_confirmation_message {
  font-weight: 500;
  background-color: #00A1ED;
  color: #fff !important;
  padding: 10px;
  margin-top: 15px;
  border-radius: 10px;
}

.page-template-sticky-bottom-cta #page-wrapper #page-body .container {
  padding-bottom: 40px;
}
.page-template-sticky-bottom-cta #page-wrapper #page-body .page-header.dark-blue-bg {
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.page-template-sticky-bottom-cta #page-wrapper #page-body .page-header.dark-blue-bg .container {
  padding-bottom: 0;
}
.page-template-sticky-bottom-cta #page-wrapper #page-body .sticky-bottom-cta {
  position: sticky;
  bottom: 0;
  z-index: 1;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .page-template-sticky-bottom-cta #page-wrapper #page-body .sticky-bottom-cta {
    position: relative;
  }
}
.page-template-sticky-bottom-cta #page-wrapper #page-body .sticky-bottom-cta .container {
  color: #002B7F;
}
.page-template-sticky-bottom-cta #page-wrapper #page-body .sticky-bottom-cta .container a {
  color: #002B7F;
}

.page-template-internal-page-template #page-wrapper #page-body .chart table {
  padding-bottom: 1em;
}
.page-template-internal-page-template #page-wrapper #page-body .legal {
  margin-top: 0;
}

.padded-one-column ul {
  padding: initial;
}

.full-width-extension {
  position: relative;
  padding: 1em 0;
}

.full-width-extension:before,
.full-width-extension:after {
  content: "";
  background-color: #012b7f;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.full-width-extension:before {
  left: 0;
  transform: translateX(-100%);
}

.full-width-extension:after {
  right: 0;
  transform: translateX(100%);
}

#page-body .container {
  overflow: hidden;
}

/*Hybrid Systems page*/
.extra-spacing *:not(li) {
  margin-bottom: 2rem;
}

@media screen and (min-width: 993px) {
  .max-80 {
    max-width: 80%;
  }
}

.why-hybrid {
  overflow-y: visible;
  overflow-x: clip;
  position: relative;
}
@media screen and (min-width: 60em) {
  .why-hybrid .container {
    max-width: 1900px;
  }
}
.why-hybrid .fan-image {
  --max-fan-size: 700px;
  position: absolute;
  top: 0;
  right: 0;
  width: 35vw;
  height: 35vw;
  transform: translate(20%, -50%);
  margin-top: 36px;
  max-width: var(--max-fan-size);
  max-height: var(--max-fan-size);
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .why-hybrid .fan-image {
    width: 30vw;
    height: 30vw;
  }
}
@media screen and (max-width: 992px) {
  .why-hybrid .fan-image {
    display: none;
  }
}
.why-hybrid .mobile-fan-image {
  display: none;
  transform: translate(0, -50%);
  margin: 0;
  --max-fan-size: 225px;
}
@media screen and (max-width: 992px) {
  .why-hybrid .mobile-fan-image {
    display: block;
  }
}

.three-col-grid {
  display: grid;
  grid-template: auto/1fr 1fr 1fr;
  column-gap: 45px;
  row-gap: 85px;
}
@media screen and (max-width: 992px) {
  .three-col-grid {
    grid-template-columns: 1fr;
  }
  .three-col-grid > div {
    max-width: 400px;
    margin: auto;
  }
  .three-col-grid .fan-placeholder {
    display: none;
  }
}

.hybrid-heat-cta {
  padding: 70px 0;
}
.hybrid-heat-cta h2 {
  margin-top: 0;
}

/*# sourceMappingURL=custom.css.map */
