﻿/** Homepage Product List & Table **/
.productEligibilityIcons {
  height: 78px;
}

@media screen and (max-width: 838px) {
  .mobileIcons {
    float: left;
    max-width: 100px;
  }
}
@media screen and (max-width: 338px) {
  .mobileIcons {
    max-width: 70px;
  }
}

.limits {
  text-align: center;
}

/**** Equipment Page ****/
.in-progress .status {
  display: block;
  text-align: center;
  font-size: 1.3em;
  padding-bottom: 10px;
  float: left;
  width: 80%;
  color: red;
  margin-top: 0;
  margin-bottom: 5px;
}
.in-progress .totals, .in-progress .status {
  color: #ed1c24 !important;
}

/** Homepage Product List & Table **/
.products-list {
  display: none;
}
.products-list ul {
  list-style-type: none;
  margin: 0 0 50px;
  padding: 0;
}
.products-list ul li {
  border-bottom: 1px solid #f3f3f3;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.products-list ul li:after {
  clear: both;
  content: " ";
  display: block;
  float: none;
  width: 100%;
}
.products-list ul li strong {
  display: block;
  float: left;
  padding-right: 5%;
  width: 20%;
}

.one-done table tr {
  border-bottom: 1px solid #f3f3f3;
}
.one-done table tr:last-child {
  border-bottom: none;
}
.one-done .products-table td {
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 10px;
  width: 150px;
  text-align: center;
  vertical-align: central;
}
.one-done .products-table .row-title {
  width: 100px;
}
.one-done .products-table .col-title {
  background-color: #00aeef;
  color: #ffffff;
}
.one-done .equipment-line-item h4 a {
  width: 130%;
  margin-left: -20%;
  height: 75px;
  line-height: 75px;
}
@media (max-width: 976px) {
  .one-done .equipment-line-item h4 {
    width: 60%;
  }
}

/***************/
/* Primary Nav */
/***************/
#main_nav {
  background-color: #fff;
  margin-top: 12px;
}
#main_nav .navbar .nav > li > a {
  padding: 7px 1.5em;
  color: #000000;
}
#main_nav .navbar .nav > li > a:hover {
  color: #ed1c24;
}
#main_nav ul li a:visited, #main_nav ul li a:link {
  color: #000000;
}
#main_nav ul li a:hover {
  color: #da291c;
}
#main_nav .navbar .nav li.dropdown.open > .dropdown-toggle, #main_nav .navbar .nav li.dropdown.active > .dropdown-toggle, #main_nav .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background: transparent;
}
#main_nav .dropdown-menu {
  border-radius: 0;
}
#main_nav .dropdown-menu li a:hover {
  background: none;
  color: #707372;
}

.navbar-toggle {
  background-color: #ed1c24;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  background-color: #da291c;
  border-color: #da291c;
}

.footer {
  background-color: #888B8D;
  padding: 50px;
}
.footer #PrivacyPage, .footer #TCPage {
  color: #fff !important;
}

.body-container {
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
  max-width: 1366px;
  margin-top: 0px;
}

.site-content {
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
  max-width: 1166px;
  margin-top: 0px;
}

.footer .flex {
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.footer .flex .col.logos {
  max-width: 375px;
  text-align: left;
}

.footer .flex .col {
  flex: 1;
  -ms-flex: 1 0 auto;
}

.footer .flex .col.logos .pso-logo {
  margin-bottom: 30px;
  width: 100%;
}

.energystar {
  float: left;
  display: block !important;
  clear: both !important;
}

.energystar img {
  max-width: 105px;
  padding: 0px !important;
}

.footer .flex .col.contact {
  max-width: 300px;
  font-size: 22px;
  color: white;
  text-align: left;
}

.footer .flex .col.contact .phone {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.footer .flex .col.contact .email {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
}

.footer .flex .col.contact a {
  color: white;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.footer .flex .col.contact .social-icons a {
  color: #888B8D;
  margin-right: 5px;
}

.footer .flex .col.contact .social-icons a i.fa-facebook-f {
  padding: 5px 10px 5px 10px;
}

.footer .flex .col.contact .social-icons a i {
  background-color: white;
  border-radius: 100%;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(/Content/Programs/PSO/font/fa-brands-400.eot);
  src: url(/Content/Programs/PSO/font/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/Content/Programs/PSO/font/fa-brands-400.woff2) format("woff2"), url(/Content/Programs/PSO/font/fa-brands-400.woff) format("woff"), url(/Content/Programs/PSO/font/fa-brands-400.ttf) format("truetype"), url(/Content/Programs/PSO/font/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-facebook-f::before {
  content: "\f39e";
}

.fa-twitter::before {
  content: "\f099";
}

.footer .flex .col.contact .social-icons a i.fa-youtube {
  padding: 5px 5px 5px 5px;
}

.footer .flex .col.contact .social-icons a i.fa-twitter {
  padding: 5px 5px 5px 5px;
}

.fa-youtube::before {
  content: "\f167";
}

/*** Steps Callout ***/
/*** Steps Callout ***/
/*** Steps Callout ***/
a:active {
  color: #ffffff;
  text-decoration: none;
}

.steps-callout h4 a {
  color: #ffffff;
  text-decoration: none;
}
.steps-callout p {
  font-size: 12px; /* Adjusting this to vw so that it resizes*/
  line-height: 1.5em;
}

.steps-callout div .inner {
  background: #00aeef;
  color: #fff;
}

.steps-callout div .inner:after {
  border-left: 41px solid #00aeef;
}

.steps-callout div.current .inner:after,
.steps-callout div.previous .inner:after {
  border-left: 41px solid #1d794d;
}

.steps-callout div.current-highlight .inner:after,
.steps-callout div.previous-highlight .inner:after {
  border-left: 41px solid #ed1c24;
}

.steps-callout div .inner:before {
  border-left: 41px solid #fff;
}

.steps-callout div.current .inner,
.steps-callout div.previous .inner {
  background: #1d794d;
}

.steps-callout div.current-highlight .inner,
.steps-callout div.previous-highlight .inner {
  background: #ed1c24;
}

.steps-callout .inner,
.steps-callout > div,
.steps-callout > div.previous,
.steps-callout > div {
  background-image: none !important;
}

.steps-callout {
  background-color: transparent;
}

.steps-callout h4, .steps-callout p {
  color: #fff;
  position: relative;
}

/*****Home page*/
.bottomContent {
  margin: 0 auto;
}
.bottomContent h2.home {
  color: #707372;
  text-transform: uppercase;
}

.home-actions .span4.text-center div {
  margin: 0 auto;
  text-align: center;
  width: 95%;
}
.home-actions .homeBox {
  margin: 0 auto;
  padding: 30px 0;
  float: none;
}
.home-actions .homeBox .span4 {
  margin-left: 10px;
}

.homeBoxTopCap {
  border-top: 5px solid #ed1c24;
  width: 100%;
  margin-left: 0;
  -webkit-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  padding-bottom: 30px;
}

.home-actions .span12 {
  width: 100%;
  margin-left: 0;
}

.homeBoxBottomCap {
  border-top: 2px solid #ed1c24;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.homeBox.inner h2.home {
  margin-left: 30px;
}
.homeBox h3 {
  line-height: normal;
  height: 45px;
}

.homeBoxHome {
  text-align: center;
  margin: 0 auto;
}
.homeBoxHome h3 {
  font-size: 1.6em;
}
.homeBoxHome .product {
  padding: 10px 6px;
  border-left: 1px solid gray;
  text-align: center;
}
.homeBoxHome .product.first {
  border-left: 0;
}

/**********equipment list layout*************/
.equipment-sum-grp-hdr {
  background-color: #da291c;
}
.equipment-sum-grp-hdr.row-fluid {
  line-height: 50px;
}
.equipment-sum-grp-hdr.row-fluid.equipment-sum-grp-tagline {
  line-height: normal;
}

.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;
  text-decoration: none;
}

.equipment-sum-grp-hdrtxt .fa {
  margin-left: 20px;
  font-size: 1.5rem;
}

.equipment-sum-grp-hdrtxt a:link, .equipment-sum-grp-hdrtxt a:visited, .equipment-sum-grp-hdrtxt a:hover, .equipment-sum-grp-hdrtxt a:active {
  color: #FFFFFF;
  text-decoration: none;
}

.equipment-sum-grp-ftrtxt {
  color: black;
  font-weight: bold;
  line-height: 30px;
}

.equipment-sum-total-footer {
  background-color: #ed1c24;
}

.equipment-sum-total-txt {
  color: white;
  font-weight: bold;
  line-height: 60px;
}

.equipment_grid_child table th {
  background-image: none;
}
.equipment_grid_child table th span.k-link {
  font-weight: bold;
}

#recaptcha_privacy {
  font-size: 0.8em;
}

.news-header {
  background-color: #004990;
  margin-top: 20px;
}

.news-item {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

.news-item-header,
.news-item-text {
  font-size: 12px;
  width: 90%;
}

.survey-question-spacing {
  padding-bottom: 15px; /* NS: Added per request of Al*/
}
.survey-question-spacing label {
  clear: both;
  width: 100% !important;
}
.survey-question-spacing label.checkbox {
  clear: none;
  width: 25% !important;
  float: left;
}

#final-instruction-msg-display,
#final-instruction-msg-div {
  clear: both;
  float: left;
}

/*******kendo table override***************/
.k-block, .k-header, .k-grid-header, .k-toolbar, .k-grouping-header, .k-pager-wrap, .k-button, .k-draghandle, .k-treemap-tile, html .km-pane-wrapper .k-header {
  color: #333 !important;
}
.k-block .k-link, .k-header .k-link, .k-grid-header .k-link, .k-toolbar .k-link, .k-grouping-header .k-link, .k-pager-wrap .k-link, .k-button .k-link, .k-draghandle .k-link, .k-treemap-tile .k-link, html .km-pane-wrapper .k-header .k-link {
  text-decoration: underline;
}

.k-pager-wrap .k-link.k-state-selected, .k-pager-wrap .k-link.k-state-selected:hover {
  background-color: #ed1c24;
  border-color: #ed1c24;
}

.k-alt, .k-separator, .k-resource.k-alt, .k-pivot-layout > tbody > tr:first-child > td:first-child {
  background-color: #dbdbdb !important;
}

.k-grid td {
  color: #333;
  height: 40px;
}

.k-widget.k-grid {
  border-color: transparent;
}

.k-widget.k-grid th,
.k-widget.k-grid td {
  border: 1px solid #ddd;
}

.k-group, .k-grouping-header, .k-group-footer td, .k-grid-footer, .k-footer-template td, .k-widget .k-status, .k-calendar th, .k-dropzone-hovered, .k-widget.k-popup {
  color: #ffffff;
  background-color: #ed1c24;
}

.k-grid-header th.k-header:first-child, .k-grid tbody td:first-child, .k-grid tfoot td:first-child, .k-filter-row > th:first-child {
  border-left-width: 1px;
}

.k-grid-header th.k-header > .k-link {
  margin: 0;
}

.news-header {
  background-color: #da291c;
}

.news-item {
  background-color: #EEE6E1;
  color: #707372;
  font-size: 0.9em;
}
.news-item .news-item-text {
  font-size: 1em;
}

/****Login**********/
.livechat {
  text-align: right;
}
.livechat #lhnContainerDone {
  float: right;
}

.login-header {
  color: #636363;
}

html {
  background-color: #fff;
}

body {
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  color: #707372;
  overflow-x: hidden;
}

header {
  background: #fff;
}

.logo {
  height: 51px;
  width: 274px;
  padding-left: 20px; /*NS: Added for responsiveness issues*/
}

header .header .logo {
  height: auto;
  width: auto;
}

h5 {
  clear: both;
}

a:link, a:active, a:visited {
  color: #da291c;
}
a:hover {
  color: #707372;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.border-table td {
  border: 1px solid #ddd;
  padding: 1% 3%;
  width: 44%;
}

.inner p,
.row-fluid {
  clear: both;
  line-height: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #888b8d;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}

h1 {
  font-size: 1.75em;
}

h2 {
  text-transform: capitalize;
  font-size: 1.25em;
}

h4 {
  font-size: 1.25em;
}

/**********/
/* Header */
/**********/
header {
  margin-bottom: 5px;
  padding-top: 0;
}
header .container .header {
  padding-top: 1em;
}
header .site-name {
  background: url("../../../../../Content/Programs/PSO/images/Peak-Performer.png") no-repeat scroll center;
  height: 80px;
  width: 500px;
  text-indent: -9999em;
  display: block;
  float: right;
}
header .headerError .logo {
  background: url("/Content/Programs/PSO/images/logo.png") no-repeat scroll center;
  height: 71px;
  width: 450px;
  background-size: 450px 71px;
  margin-top: 20px;
}
@media screen and (max-width: 430px) {
  header .headerError .logo {
    background: url("/Content/Programs/PSO/images/logo.png") no-repeat scroll center;
    width: 160px;
    display: block;
    margin: 0 auto;
  }
}

#errorLayout header {
  background-color: #00aeef;
}
#errorLayout .container, #errorLayout #header_break {
  background-color: transparent;
}
#errorLayout .logo {
  background: url("../../../../../Content/Programs/PSO/images/logo.png") no-repeat scroll center;
  height: 51px;
  width: 274px;
  padding-left: 20px; /*NS: Added for responsiveness issues*/
}

.page-title h1, .page-sub-title h1 {
  color: #fff;
  font-size: 2.1em;
  margin: 0;
}

.userInfo {
  text-align: right;
}

.header-account {
  list-style-type: none;
  float: right;
  font-weight: normal;
  margin: 0;
}
.header-account li {
  display: inline-block;
  margin-left: 2em;
}

.help-center {
  clear: both;
  float: right;
}

.headerHelp {
  float: right;
  color: #fff;
  clear: right;
  margin: 0px;
}

/********/
/* Form */
/********/
form label {
  text-align: left;
}

select option:disabled {
  color: #e1e1e1 !important;
}

.bigbutton {
  clear: both;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  width: 75px;
}

.newApp .bigbutton {
  background: url("../../../../../Content/Programs/PSO/images/apply_now_icon.png") no-repeat scroll 0 0;
}

.inProgApp .bigbutton {
  background: url("../../../../../Content/Programs/PSO/images/all_apps_icon.png") no-repeat scroll 0 0;
}

.subApp .bigbutton {
  background: url("../../../../../Content/Programs/PSO/images/submitted_icon.png") no-repeat scroll 0 0;
}

/****Inwin and Appliances*************/
.btn, .btn-primary, a.btn-primary, input.btn-default-action,
.btn:hover, .btn-primary:hover, a.btn-primary, input.btn-default-action:hover {
  background: #da291c;
  color: #fff !important;
  border-color: #ccc #bbb #aaa;
  text-shadow: none;
  border-radius: 8px;
  font-size: 1em;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  margin: 0 10px;
  box-shadow: none;
  text-transform: uppercase;
}

.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] {
  /*text-decoration: underline;   removed 7/12/16 per request from Reggie */
  background: #b51a0f !important;
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(224, 73, 62, 0.5);
}

.btn.btn-link {
  font-size: 0.9em;
}

.btn.cancel.btn-primary {
  color: #fff !important;
  border: 0; /* Added 7/12/16 per request from Reggie*/
}

.psobanner {
  margin-bottom: 50px;
  width: 100%;
  display: block;
  max-height: 300px;
  overflow: hidden;
  padding-top: 30px;
}

.modal-dialog {
  max-width: 750px;
}

#PrivacyPageModel p a, #TCPageModel p a {
  color: #da291c !important;
}

.k-grid-content,
.k-table-td,
.k-grid {
  font-family: Arial, Helvetica, sans-serif;
}
