﻿/*** Steps Callout ***/
.chevron {
  display: none;
}

.section-content.application .steps-callout div .inner {
  background: #e77613;
  color: #fff;
}

.steps-callout div .inner:after {
  border-left: 40px solid #e77613;
  right: -39px;
}

.steps-callout div.current .inner:after,
.steps-callout div.previous .inner:after {
  border-left: 40px solid #004557;
  right: -39px;
}

.steps-callout div.current-highlight .inner:after,
.steps-callout div.previous-highlight .inner:after {
  border-left: 40px solid #ed1c24;
}

.steps-callout div .inner:before {
  border-left: 40px solid #fff;
}

.section-content.application .steps-callout div.current .inner,
.section-content.application .steps-callout div.previous .inner {
  background: #004557;
}

.section-content.application .steps-callout div.current-highlight .inner,
.section-content.application .steps-callout div.previous-highlight .inner {
  background: #ed1c24;
}

.steps-callout h4, .steps-callout p {
  color: #fff;
}
.steps-callout .current h4, .steps-callout .current p, .steps-callout .previous h4, .steps-callout .previous p {
  color: #fff;
  position: relative;
}

/**********equipment list layout*************/
.equipment-sum-grp-hdr {
  background-color: #142c41;
}

.equipment-sum-grp-footer {
  background-color: #eee;
}

.equipment-sum-ctor-hdr {
  background-color: #DCDCDC;
}
.equipment-sum-ctor-hdr .controls .alert-error {
  float: left;
  display: block;
  margin-top: 5px;
  margin-left: 5px;
}

.equipment-sum-grp-hdrtxt {
  color: white;
}

.equipment-sum-total-footer {
  background-color: #ff6e1e;
}

.equipment-sum-total-txt {
  color: white;
  font-weight: bold;
}

.equipment_grid_child table th {
  background-image: none;
  background-color: #142c41;
  color: #fff;
}
.equipment_grid_child table th span.k-link {
  font-weight: bold;
}

/************appliance landing page**************/
.grouping {
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  margin: 20px;
}

.grouping h5 {
  font-weight: bold;
  clear: both;
  padding-top: 10px;
}

.rebates {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.rebatecol {
  float: left;
}

.rebate {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-right: 60px solid #142c41;
  float: left;
}

.rebateInfo .total {
  background-color: #142c41;
  color: #fff;
  font-size: 2.2em;
  max-width: 220px;
  padding: 10px 15px;
  margin: 0 auto;
  text-align: center;
  float: left;
  height: 120px;
  min-width: 195px;
}

.psegicons {
  float: left;
  text-align: right;
}
.psegicons img {
  max-height: 120px;
}

.rebateInfo {
  float: right;
}

.rebateInfo.noborder {
  border-bottom: 0;
}

@media (max-width: 1200px) {
  .rebate {
    border-top: 41px solid transparent;
    border-bottom: 41px solid transparent;
    border-right: 40px solid #0079c1;
  }
  .rebateInfo .total {
    font-size: 1.6em;
    padding: 5px 10px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .psegicons img {
    max-height: 85px;
  }
}
@media (max-width: 767px) {
  .psegicons img {
    max-height: 85px;
  }
  .rebatecol {
    float: none;
  }
}
@media (max-width: 576px) {
  .psegicons {
    text-align: left;
    width: 30%;
  }
  .rebateInfo {
    width: 65%;
  }
  .grouping {
    border: none;
  }
}
@media (max-width: 400px) {
  .rebateInfo .total {
    min-width: 150px;
    max-width: 160px;
  }
}
@font-face {
  font-family: "Futura-Bold";
  src: url("../../../../../Content/Programs/RECO/fonts/Futura-Bold.eot");
  src: url("../../../../../Content/Programs/RECO/fonts/Futura-Bold.woff") format("woff");
  src: url("../../../../../Content/Programs/RECO/fonts/Futura-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}
html {
  font-size: 1em;
}

body {
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  color: #2a2a2a;
  font: 1em "Open Sans", sans-serif;
}

h5 {
  clear: both;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font: 1rem "Futura-Bold", sans-serif;
}

h1 {
  font-size: 50px;
  line-height: 62px;
}

@media only screen and (max-width: 440px) {
  h1 {
    font: 2.5rem/3.5rem "Futura-Bold", sans-serif;
  }
}
@media only screen and (min-width: 768px) {
  h1 {
    font: 2.7rem/3.2rem "Futura-Bold", sans-serif;
  }
}
h2, .section-content h2 {
  padding-top: 20px;
  line-height: 1em;
  text-transform: none;
  color: #2a2a2a;
  font: 2.1rem "Futura-Bold", sans-serif;
  word-break: break-word;
}

@media only screen and (min-width: 768px) {
  h2 {
    display: block;
    margin-bottom: 20px;
    font: 1.9rem "Futura-Bold", sans-serif;
  }
}
h4 {
  font-size: 1.25em;
}

p, label {
  color: #2a2a2a;
  font: 1rem/1.6rem "Open Sans", sans-serif;
}

p p {
  padding: 0;
}

h3, .section-content h3 {
  font: 1.9rem "Futura-Bold", sans-serif;
}

h3,
p:not(:last-child) {
  margin-bottom: 35px;
}

ul,
ol {
  list-style: none;
}

li {
  margin-bottom: 20px;
  line-height: normal;
}

li ul,
li ol {
  padding-bottom: 1px;
}

ol {
  counter-reset: elementcounter;
}

/**********/
/* Header */
/**********/
header {
  padding-top: 0;
  background-color: #fff;
  border-top: 30px solid #2a2a2a;
}
header .header {
  height: 90px;
  display: block;
  margin: 0;
}
header .header .logo {
  padding-top: 31px;
  display: block;
}
header .header .logo img {
  max-width: 100%;
}
@media only screen and (max-width: 990px) {
  header .header .col-md-3 {
    float: left;
  }
}

.page-title h1, .page-sub-title h1 {
  color: #fff;
  font-size: 2.1em;
  margin: 0;
}

/********/
/* Form */
/********/
/***********/
/* General */
/***********/
h1, h2 {
  color: #2a2a2a;
}

/* Gen */
.alert-warn {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
  padding: 20px;
  font-size: 1.3em;
  font-weight: bold;
}

.btn, .btn-primary, a.btn-primary, input.btn-default-action,
.btn:hover, .btn-primary:hover, a.btn-primary, input.btn-default-action:hover {
  height: auto;
  text-align: center;
  text-decoration: none;
  font: 1.1rem/1.2rem "Open Sans", sans-serif;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  padding: 0 25px;
  text-transform: uppercase;
  border-radius: 50px;
  background-color: #e77613;
  color: #fff;
  background-image: none;
  font-weight: 800;
  margin: 10px;
  border-color: transparent;
  line-height: 44px;
}

.btn:hover, .btn-primary:hover, a.btn-primary:hover, input.btn-default-action:hover,
.btn:active, .btn-primary:active, input.btn-default-action:active,
.btn:focus, .btn-primary:focus, input.btn-default-action:focus, .btn-primary.active,
.btn-primary.disabled, .btn-primary[disabled] {
  background: none;
  background-color: #d76610;
  color: #fff;
}

.btn.btn-link {
  font-size: 0.9em;
}

button.nav-link.btn {
  line-height: normal;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
  text-transform: none;
  font-weight: normal;
  padding: 0 10px;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.65) !important;
}

a.btn-secondary {
  color: #fff;
}

.btn.cancel {
  background-color: transparent;
  color: #004990;
  border: 2px solid #004990;
}

.btn.cancel.btn-primary {
  background-color: #4cbfe6;
  color: #fff;
}

@media (max-width: 500px) {
  .btn.btn-primary {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.k-filter-menu.k-popup .k-widget.k-dropdown.k-header,
.k-filter-menu.k-popup .k-widget.k-dropdown.k-header .k-dropdown-wrap.k-state-default {
  width: 90% !important;
}

.appliance #left p.message {
  color: red;
}

.k-pager-numbers .k-link, .k-pager-numbers .k-state-selected {
  line-height: 2.3em;
}

a.btn.disabled {
  color: #fff !important;
}

hr {
  color: #d7d7d7;
}

/**********/
/* Footer */
/**********/
/*******Footer*************/
footer {
  text-align: right;
  padding-top: 20px;
  background: #fff;
  margin-top: 30px;
  color: #fff;
}
footer .border-top {
  border-top: 1px solid #d7d7d7 !important;
}
footer .featureImg {
  text-align: right;
  max-width: 200px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 10px;
}
@media (max-width: 768px) {
  footer .featureImg {
    width: 20%;
  }
}
@media (max-width: 500px) {
  footer .featureImg {
    width: 30%;
  }
}
footer .container {
  padding-right: 50px;
  background: transparent;
}
footer .interior {
  background-color: #2a2a2a;
  text-align: center;
  padding: 50px;
}
.footer__secondary-items {
  display: inline-block;
  padding: 0 50px 0 0;
  text-align: center;
  font: 0.9rem/2rem "Open Sans", sans-serif;
  margin: 0;
}

.footer__secondary-item:not(:last-child) {
  margin-right: 80px;
}

.footer__secondary-item {
  display: inline-block;
}

.footer__secondary-link, .is-oru .footer__secondary-link {
  color: #fff !important;
}

.footer__disclaimer {
  display: inline-block;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 0.9em;
}
