﻿@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
/*** Steps Callout ***/
/*** Steps Callout ***/
/*** Steps Callout ***/
.steps-callout div .inner {
  background: #ff6e1e;
  color: #fff;
}

.steps-callout div .inner:after {
  border-left: 41px solid #ff6e1e;
}

.steps-callout div.current .inner:after,
.steps-callout div.previous .inner:after {
  border-left: 41px solid #142c41;
}

.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;
}

.steps-callout div.current .inner,
.steps-callout div.previous .inner {
  background: #142c41;
}

.steps-callout div.current-highlight .inner,
.steps-callout div.previous-highlight .inner {
  background: #ed1c24;
}

.steps-callout h4, .steps-callout p {
  color: #fff;
  position: relative;
  padding-left: 0;
  text-align: center;
  width: 100%;
}

/**********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;
  }
}
table th {
  background-color: #0072cd;
  color: #fff;
  padding: 1em;
  border: 1px solid #ccc;
  text-align: center;
}
table td {
  border: 1px solid #ccc;
  padding: 1em;
}
table tr:nth-child(2n) {
  background-color: #ececec;
}

body {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.42857;
  color: #333;
  background-color: #fff;
  margin-bottom: 0;
}

header {
  background: url("../images/tilebg.png") repeat-y scroll right center;
  background-size: contain;
}

.main_headerbar {
  padding: 35px 20px !important;
}

.tagline {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  text-align: right;
}
.tagline h1 {
  margin-bottom: 0;
}

.tagline a {
  text-decoration: none;
}

.logo img,
.main_logo_div img {
  max-width: 250px;
  float: left;
}

.sub_headerbar {
  display: none;
}

#main_nav {
  background: #485263;
}
#main_nav .navbar {
  border: 0 !important;
}
#main_nav a {
  font-size: 18px;
  color: #fff;
  padding: 1rem 1.25rem;
}
#main_nav .dropdown-menu, #main_nav .dropdown-item {
  background: #142C41;
}
#main_nav .dropdown-menu a, #main_nav .dropdown-item a {
  font-size: 16px;
}
#main_nav .dropdown-menu:hover, #main_nav .dropdown-item:hover {
  background: #142C41;
  text-decoration: underline;
}
#main_nav button.btn-link {
  padding: 1rem 1.25rem;
  color: #fff !important;
  font-family: "Outfit";
}

.site-footer {
  background: url("../images/tilebg.png") repeat-y;
  padding: 20px 0;
  background-size: contain;
  height: auto;
}

footer p, footer a, footer li, footer li a {
  color: #fff;
  clear: both;
}
footer p:hover, footer a:hover, footer li:hover, footer li a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer_logo_div img {
  max-width: 300px;
  float: left;
}

.footer2_logo_div img {
  max-width: 130px;
  float: right;
  padding-top: 15px;
}

/** Forms **/
form label {
  text-align: left;
}

/****buttons*****/
.btn-primary, .btn-secondary {
  color: white;
  background: #c2448c;
  padding: 9px;
  border-radius: 9px;
  border: 0;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background: #862d60;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.nav-link, .nav-link:visited {
  color: #485263;
}

.nav-link:focus, .nav-link:hover {
  color: #485263;
}

.list-group-item.active {
  background: #485263;
  border-color: #485263;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.modal-dialog {
  max-width: 950px !important;
  margin: 1.75rem auto;
}

footer a.signinlink {
  color: #485263 !important;
}
footer .modal-content {
  white-space: normal;
  color: #000;
}
footer .modal-content p, footer .modal-content p a:link {
  color: #000;
}

.text-muted {
  color: white !important;
}

#intakeValidationSummary ul {
  list-style: none;
}

#validateValidationSummary ul {
  list-style: none;
}

@media (max-width: 786px) {
  /*  .form-floating > .form-select, .form-floating > .form-control {
       padding-top: 3.625rem;
       padding-bottom: .625rem;
   }*/
  .form-floating > .form-select,
  .form-floating > .form-control {
    /* height: 5rem;
      min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
      line-height: 1.25;*/
    min-height: 6.5rem;
  }
  .form-floating > label {
    word-wrap: normal;
  }
  .form-floating > label {
    white-space: normal;
  }
}
