*,
:before,
:after {
  box-sizing: border-box;
}
body {
  font: normal 400 13px 'Open Sans Regular', 'Open Sans';
  padding: 0;
  margin: 0;
}
summary {
  display: revert;
  cursor: pointer;
}
summary:hover {
  text-decoration: underline;
}
.ev-site.mobile .company-wrapper-container {
  width: 100%;
  min-width: auto;
}
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border-radius: 4px;
  color: #333;
  font: normal 400 11px 'Open Sans Regular', 'Open Sans';
  outline: none;
  min-width: 90px;
  height: auto;
  padding: 6px;
  background-color: #fafafa;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  line-height: normal;
}
textarea[readonly] {
  background: #ddd;
}
img {
  max-width: 100%;
}
input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: inherit;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
input[type="text"]:focus {
  background: #fafafa;
  border-color: #999;
  outline: 0;
}
table {
  border-collapse: collapse;
}
a {
  text-decoration: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.hide {
  display: none;
}
.control.horiz .control-field {
  display: flex;
}
.control.horiz .input-radio {
  margin-right: 16px;
}
.gr {
  display: flex;
  align-items: center;
}
.relative {
  position: relative;
}
.flex-start {
  align-items: flex-start;
}
.flex-end {
  align-items: flex-end;
}
.flex-center {
  align-items: center;
}
.flex-shrink {
  flex: 0 1 auto;
}
.just-end {
  justify-content: flex-end;
}
.baseline {
  align-items: baseline;
}
.wrap {
  flex-wrap: wrap;
}
.stretch {
  align-self: stretch;
}
.grow {
  flex: 1;
}
.flex-row {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.flex-row .grow {
  flex: 1;
}
.flex-row.wrap {
  flex-wrap: wrap;
}
.flex-row .shrink {
  flex: 0;
}
.flex-row.vertical {
  flex-direction: column;
}
.flex-row.start {
  align-items: start;
}
.flex-row.baseline {
  align-items: baseline;
}
.flex-row.align-end,
.flex-row.end {
  align-items: flex-end;
}
.flex-row.top {
  align-items: start;
}
.flex-row.justify-center {
  justify-content: center;
}
.flex-row.space {
  margin-bottom: 10px;
}
.flex-row.space-between {
  justify-content: space-between;
}
.flex-row.window {
  position: relative;
}
.flex-row.window .blue-button.grey {
/*
      margin-left: 38px
      min-width: 200px
      */
/* LAST
      margin-left: 28px
      min-width: 180px
      */
  min-width: 140px;
  margin-left: 13px;
}
.flex-row.window .blue-button.grey.fas {
  width: 50px;
  min-width: auto;
}
.flex-row.window .max {
  font-size: 11px;
  color: #333;
}
.flex-row.window .abs {
  position: absolute;
  left: -80px;
  top: 12px;
}
.flex-row.window .abs.total {
  left: -94px;
  width: 250px;
  text-align: right;
}
.flex-row.hide {
  display: none;
}
.flex-row.area-sum .abs {
  top: 8px;
}
.flex-row.full-width {
  width: 100%;
  align-items: stretch;
}
.flex-row .big-tab {
  background: #efefef;
  border-top: $grey-border;
  border-right: $grey-border;
  padding: 18px 0 28px 0;
  text-align: center;
  flex-grow: 1;
  color: #222;
  text-transform: uppercase;
  cursor: pointer;
}
.flex-row .big-tab:last-child {
  border-right: none;
}
.flex-row .big-tab:hover:not(.active) {
  background: #e1e1e1;
}
.flex-row .big-tab.active {
  border-bottom: none;
  background: #fff;
  color: $blue;
}
.flex-hide {
  display: none;
}
.flex-start {
  align-items: flex-start;
}
.flex-safe {
  align-items: safe;
}
.flex-center {
  align-items: center;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.loading-mask,
.loading-mask-2,
.image-mask,
.white-out,
.modal-mask {
  position: fixed;
  background: none repeat scroll 0% 0% rgba(0,0,0,0);
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}
.loading-mask,
.loading-mask-2 {
  z-index: 1000;
}
.loading-mask.hide,
.loading-mask-2.hide {
  display: none !important;
}
.white-out {
  background: #fff;
  z-index: 999;
}
.image-mask,
.modal-mask {
  z-index: 10;
}
.loading-cancel,
.loading-blake {
  position: absolute;
  top: 50%;
  left: 50%;
}
.loading-cancel {
  margin-top: 35px;
  margin-left: -30px;
  font-size: 20px;
  color: #fff;
  border-bottom: 1px dotted #fff;
}
.loading-blake {
  -webkit-animation: spin 1.7s linear infinite;
  -moz-animation: spin 1.7s linear infinite;
  animation: spin 1.7s linear infinite;
  width: 56px;
  height: 56px;
  opacity: 1;
  margin-left: -28px;
  margin-top: -28px;
  user-select: none;
}
.loading-blake img {
  max-width: 100%;
}
::placeholder {
  color: #bbb;
}
.ud-border-c1.ud-apply,
.ud-border-c1 .ud-apply {
  border-color: #069;
}
.ud-bg-c3.ud-apply,
.ud-bg-c3 .ud-apply {
  background: #00639b;
}
.ud-bg-g9.ud-apply,
.ud-bg-g9 .ud-apply {
  background: #999;
}
.ud-bg-a4.ud-apply,
.ud-bg-a4 .ud-apply {
  background: #0c0;
}
.ud-fs1 {
  font-size: 13px;
}
.ud-fs2 {
  font-size: 15px;
}
.ud-fs3 {
  font-size: 16px;
}
.ud-fs4 {
  font-size: 18px;
}
.ud-fs5 {
  font-size: 20px;
}
.c3-tooltip {
  width: auto;
}
.image-upload-style .flex-row {
  flex-direction: column;
  align-items: start;
}
.image-upload-style .thumb-img {
  max-width: 150px;
}
.image-upload-style .image-upload-fm {
  display: none;
}
.image-upload-style .upload-image-btn,
.image-upload-style .up-btn-style {
  margin: 0 0 6px 0;
  background: #f2f2f2;
  border: 1px solid #ccc;
  font-size: 12px;
  color: #333;
  border-radius: 5px;
  padding: 8px;
  width: 150px;
}
.image-upload-style .upload-image-btn:hover,
.image-upload-style .up-btn-style:hover {
  background: #f2f2f2;
}
.image-upload-style .delete-image-btn {
  background: #ababab;
}
@-moz-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.m10 {
  margin: 10px;
}
.json-v {
  display: none;
}
.delete-link {
  color: #777;
  text-decoration: underline;
  cursor: pointer;
}
.delete-link:hover {
  color: #444;
}
button.cta-button,
a.cta-button {
  color: #fff;
  background: #00639b;
  border-radius: 4px;
  padding: 10px 26px;
  font-size: 14px;
  height: auto;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  font: "Open Sans";
  cursor: pointer;
  box-sizing: border-box;
  white-space: nowrap;
}
button.cta-button:hover,
a.cta-button:hover {
  background: #00639b;
}
.notice {
  display: inline-block;
  background: #fea;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 22px 44px;
  margin: 20px 0;
  font-size: 15px;
}
.notice a {
  text-decoration: underline;
}
.address-verification-msg {
  position: relative;
  margin: 0 0 5px 0;
  border-bottom: 1px solid #49d;
  padding: 0 10px;
  font-size: 14px;
  color: #49d;
  display: inline-flex;
  opacity: 0;
  user-select: none;
  display: inline-flex;
  align-items: baseline;
  background: #eee;
  border: 1px solid #ccc;
  transition: opacity 0.3s;
}
.address-verification-msg.show {
  opacity: 1;
  transition: opacity 0.3s;
}
.address-verification-msg .fa {
  display: none;
}
.address-verification-msg.not-found {
  border-color: #911;
  color: #444;
}
.address-verification-msg.not-found .fa {
  display: block;
  margin-right: 10px;
}
.address-verification-msg .text {
  height: 24px;
  line-height: 23px;
}
.bold {
  font-weight: bold;
}
.ital {
  font-style: italic;
}
.relative {
  position: relative;
}
.al {
  text-align: left;
}
.mt {
  margin-top: 10px;
}
.mr {
  margin-right: 10px;
}
.ml {
  margin-left: 10px;
}
.mb {
  margin-bottom: 10px;
}
.no-margin {
  margin: 0 !important;
}
option.grey {
  color: #bbb;
}
.module-fset {
  margin: 0 0 20px 0;
}
.fa-tooltip {
  display: inline-block;
  position: relative;
  margin-right: -12px;
  cursor: pointer;
  font-size: 15px;
}
.fa-tooltip .hover:hover .reveal {
  max-height: 400px;
  opacity: 1;
  transition: max-height 1s, opacity 0.2s;
  transition-delay: 0.5s;
  overflow: visible;
}
.fa-tooltip .hover:hover .fa-question-circle {
  color: #ccc;
  transition: color 0.3s;
}
.fa-tooltip .fa-question-circle {
  width: 24px;
  height: 20px;
  display: inline-block;
  position: relative;
  z-index: 115;
  top: 1px;
  text-align: left;
  font-size: 18px;
  color: #0055df;
  transition: color 0.3s;
}
.fa-tooltip .reveal {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.2s, max-height 0.1s ease 0.1s;
  position: absolute;
  z-index: 116;
  left: -197px;
  width: 220px;
  top: 18px;
}
.fa-tooltip.go-right .reveal {
  left: 0;
}
.fa-tooltip .content {
  text-align: left;
  color: #fff;
  padding: 6px;
  background: #222;
  border: 1px solid #eee;
  box-shadow: 0 0 6px -1px #777;
  border-radius: 6px;
  position: relative;
  font-weight: normal;
  z-index: 117;
  top: 6px;
  margin-bottom: 4px;
}
.fa-tooltip .fa-caret-up {
  font-size: 22px;
  position: relative;
  left: -10px;
  top: 6px;
  height: 6px;
  z-index: 118;
  line-height: 6px;
}
table.demand-table {
  border: none;
  border-collapse: unset;
  width: 100%;
}
table.demand-table textarea {
  height: 56px;
  width: 280px;
  margin: 0;
}
table.demand-table .charge,
table.demand-table .rate-apply {
  font-weight: bold;
}
table.demand-table .charge::before,
table.demand-table .rate-apply span::before,
table.demand-table .money div::before {
  content: "$";
}
table.demand-table .input-text {
  padding: 3px;
  margin: 0;
  min-width: auto !important;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  box-shadow: none;
}
table.demand-table tr {
  height: auto;
}
table.demand-table tr.mobile-only {
  display: none;
}
table.demand-table tr.th-2 textarea {
  width: 100%;
  height: 40px;
}
table.demand-table tr.th-2 td {
  font-weight: bold;
}
table.demand-table td {
  padding: 3px;
  margin: 0;
  line-height: inherit;
  border-bottom: 1px solid #333;
  vertical-align: middle;
  white-space: wrap;
  font-size: 13px;
}
table.demand-table td.t0 div,
table.demand-table td.t1 div,
table.demand-table td.t2 div,
table.demand-table td.t3 div {
  display: inline-block;
  width: 60px;
}
table.demand-table td.na {
  background: #999 !important;
}
table.demand-table td.bt {
  border-top: 1px solid #333;
}
table.demand-table td.bl {
  border-left: 1px solid #333;
}
table.demand-table td:first-child {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}
table.demand-table td:not(:first-child) {
  text-align: center;
  border-right: 1px solid #333;
}
table.demand-table td.spacer {
  padding: 0 6px;
  border: none;
  border-right: 1px solid #333;
  background: transparent;
}
table.demand-table td.no-border,
table.demand-table td.action {
  border: none;
  background: transparent;
}
table.demand-table tr:first-child td.spacer {
  border: none;
}
table.demand-table td.money {
  cursor: pointer;
}
table.demand-table td.money.selected {
  background: #bfdbab !important;
  font-weight: bold;
}
table.demand-table td.money:hover {
  background: #cfebbb !important;
}
table.demand-table.public td {
  padding: 10px 6px;
  white-space: wrap;
}
table.demand-table td.th-top {
  text-align: center;
  font-size: 20px;
  padding: 16px 0;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  opacity: 1;
  -webkit-animation: fadein 1s linear; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s; /* Firefox < 16 */
  -ms-animation: fadein 1s; /* Internet Explorer */
  -o-animation: fadein 1s; /* Opera < 12.1 */
  animation: fadein 1s;
}
.leaflet-marker-icon.fade-out,
.leaflet-marker-shadow.fade-out {
  opacity: 0;
  transition: opacity 0.5s;
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
}
.company-wrapper-container,
body {
  position: relative;
}
.ev-site .company-wrapper-image-wrapper,
.ev-site .company-wrapper-image-wrapper-row,
.ev-site .side-img {
  display: block;
  height: 100%;
}
.ev-site .side-images {
  display: flex;
  height: 100%;
  align-items: center;
}
.ev-site .img-center {
  flex: 1;
}
.ev-site .img-left {
  flex: 1;
}
.ev-site .img-right {
  flex: 0 0 auto;
}
.ev-site .side-img {
  position: relative;
  margin: 16px 0;
  display: flex;
  align-items: center;
}
.ev-site .side-img a {
  overflow: visible;
}
.ev-site.phone .side-img {
  flex: 0 0 35%;
  padding: 0 6px;
}
.ev-site.phone .img-center {
  flex: 1;
}
.ev-site.phone .side-img.img-right::after {
  font-size: 11px;
  right: 6px;
}
.side-images-outer {
  width: 100%;
}
.ev-site {
/* for iframes */
  height: auto;
  height: initial;
/* may need to be adjusted, looking at company logos */
/* SAVINGS */
/* SAVINGS FLEET */
/* SAVINGS PHEV */
/* SHARED */
}
.ev-site.detail-view header:not(.company-wrapper-header) {
  flex-direction: row-reverse;
  justify-content: space-around;
}
.ev-site .layout-header .header-text {
  position: static;
}
.ev-site .m-break,
.ev-site .m-per {
  display: none;
}
.ev-site .citations {
  font-size: 13px;
  margin: 20px 0;
}
.ev-site .compare .citations {
  margin: 20px;
}
.ev-site .ev-nav {
  background: #fff;
  border: 1px solid #ccc;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}
.ev-site .ev-nav li {
  border-right: 1px solid #ccc;
  display: flex;
  flex: 1 1 0;
  -ms-flex: 1 1 auto;
  flex-direction: column;
  flex-flow: column;
  align-items: center;
  max-width: 250px;
  width: 100%;
}
.ev-site .ev-nav li:last-child {
  border-right: none;
}
.ev-site .ev-nav li.home {
  display: inline-block;
  max-width: 35px;
}
.ev-site .ev-nav li a {
  color: #333;
  font: normal 700 9px "Open Sans Bold", "Open Sans";
  margin: auto;
  max-width: 250px;
  padding: 0.25rem 0.25rem;
  text-align: center;
  width: 100%;
  -ms-overflow-x: hidden;
  -ms-overflow-y: hidden;
}
.ev-site .ev-nav.short li {
  flex-basis: auto;
  justify-content: flex-start;
  max-width: 150px;
}
.ev-site .header {
  color: #069;
  margin: 0 20px 30px 20px;
  padding-top: 20px;
}
.ev-site .header h1 {
  margin: 0;
  line-height: 30px;
}
.ev-site .intro-text {
  margin-bottom: 30px;
}
.ev-site .landing-page .top-content {
  display: flex;
  justify-content: space-between;
}
.ev-site .landing-page .top-content .top-text {
  flex: 1 1 auto;
  padding: 0 10px 10px 50px;
}
.ev-site .landing-page .top-content .landing-image {
  flex: 1 0 auto;
}
.ev-site .landing-page .middle-content {
  display: flex;
  justify-content: center;
  margin: 40px 20px;
}
.ev-site .landing-page .middle-content .cta-btn {
  background-color: #069;
  border-radius: 4px;
  outline: none;
  padding: 0.5em;
  margin: 0 5px;
  line-height: 0;
  font-size: 24px;
  color: #fff !important;
}
.ev-site .landing-page .middle-content .cta-btn h3 {
  margin: 0 0 0 1em;
  display: inline-block;
  color: #fff;
  width: 142px;
  text-align: center;
}
.ev-site .landing-page .middle-content .cta-btn * {
  pointer-events: none;
  vertical-align: middle;
  line-height: 0;
}
.ev-site .landing-page .bottom-content {
  padding: 0 50px 10px 50px;
}
.ev-site .savings-style.wrapper {
  padding: 0 20px 20px 20px;
}
.ev-site .savings-style .header {
  margin: 0;
  padding-top: 20px;
}
.ev-site .savings-style .dealer-info {
  border: 1px solid #ccc;
  padding: 10px 14px;
  font-size: 14px;
  border-left: 4px solid #008cba;
  margin-bottom: 20px;
  line-height: 20px;
}
.ev-site .savings-style .zip-form {
  margin-bottom: 20px;
}
.ev-site .savings-style .zip-form .gr {
  align-items: flex-end;
}
.ev-site .savings-style .zip-form .control {
  margin: 0;
}
.ev-site .savings:not(.savings-images-outer) .body-text {
  margin-top: 50px;
}
.ev-site .savings:not(.savings-images-outer) .main-content {
  font-family: Open Sans;
  color: #333;
}
.ev-site .savings:not(.savings-images-outer) .b-hd {
  font-weight: bold;
  margin: 0 0 14px 0;
}
.ev-site .savings:not(.savings-images-outer) .cash {
  font-size: 22px;
  padding-right: 15px;
}
.ev-site .savings:not(.savings-images-outer) .p-top {
  margin: 45px 0;
}
.ev-site .savings:not(.savings-images-outer) .options label {
  font-size: 13px;
  margin: 0;
}
.ev-site .savings:not(.savings-images-outer) .options.multiple-rates label {
  margin-bottom: 6px;
}
.ev-site .savings:not(.savings-images-outer) .l-push {
  flex: 1 1 auto;
}
.ev-site .savings:not(.savings-images-outer) .l-block {
  width: 370px;
  text-align: right;
  margin-bottom: 0;
}
.ev-site .savings:not(.savings-images-outer) .r-block {
  width: 300px;
  text-align: left;
  margin-bottom: 0;
}
.ev-site .savings:not(.savings-images-outer) .control {
  position: relative;
}
.ev-site .savings:not(.savings-images-outer) .control:not(.first) {
  margin-left: 10px;
}
.ev-site .savings:not(.savings-images-outer) .control .l {
  font-size: 13px;
}
.ev-site .savings:not(.savings-images-outer) .input-row {
  margin-top: 30px;
  justify-content: space-between;
  align-items: flex-start;
}
.ev-site .savings:not(.savings-images-outer) select {
  width: 179px;
  margin: 10px 0 0 0;
  display: block;
  font-size: 13px;
}
.ev-site .savings:not(.savings-images-outer) .ref {
  font-size: 10px;
  color: #999;
}
.ev-site .savings:not(.savings-images-outer) .sources {
  margin-top: 100px;
  font-size: 11px;
  color: #999;
}
.ev-site .savings:not(.savings-images-outer) .bar-row {
  margin-top: 20px;
  height: 200px;
  align-items: flex-end;
}
.ev-site .savings.savings-fleet .bubble,
.ev-site .carbon.carbon-fleet .bubble {
  top: 128px;
}
.ev-site .savings.savings-fleet .bubble.push,
.ev-site .carbon.carbon-fleet .bubble.push {
  top: 280px;
}
.ev-site .savings-phev .test-wrapper .test {
  float: left;
  white-space: pre;
  margin: 0 40px 20px 0;
}
.ev-site .savings-phev .bar-row {
  margin-top: 84px;
}
.ev-site .savings-phev .h1 {
  margin-bottom: 12px;
}
.ev-site .savings-phev .h1 .input {
  display: inline-block;
}
.ev-site .savings-phev .input-row {
  margin-top: 16px;
}
.ev-site .savings-phev .pre-row .lcontrol,
.ev-site .savings-phev .pre-row .rcontrol {
  width: 370px;
}
.ev-site .savings-phev .pre-row .lcontrol {
  text-align: right;
}
.ev-site .savings-phev .pre-row .lcontrol .b3 {
  display: block;
  width: 100%;
}
.ev-site .savings-phev .pre-row .rcontrol .flex-row {
  align-items: baseline;
}
.ev-site .savings-phev .open-wrapper {
  margin-bottom: 12px;
}
.ev-site .savings-phev .open-close {
  color: #069;
  text-transform: uppercase;
  margin: 0 0 12px 0;
  cursor: pointer;
}
.ev-site .savings-phev .options input[type=radio] {
  margin: 0;
}
.ev-site .savings-phev .options label {
  font-size: 13px;
  line-height: normal;
  margin-bottom: 6px;
}
.ev-site .savings-phev .n2 {
  font-weight: normal;
  font-size: 24px;
}
.ev-site .savings-phev .n3 {
  font-size: 18px;
}
.ev-site .savings-phev .b3 {
  font-weight: bold;
  font-size: 18px;
}
.ev-site .savings-phev .m-break {
  display: block;
}
.ev-site .h1 {
  font-size: 27px;
  margin-bottom: 20px;
}
.ev-site .b1 {
  font-size: 40px;
  font-weight: bold;
}
.ev-site .b2 {
  font-size: 36px;
  font-weight: bold;
}
.ev-site .incentives .p {
  margin: 20px 0 0 0;
}
.ev-site .incentives .header {
  width: 960px;
  margin: 0;
}
.ev-site .incentives h1 {
  margin: 20px 0 0 0;
}
.ev-site .incentives h1.section {
  margin-top: 40px;
}
.ev-site .incentives .cta {
  background: #036;
  border-radius: 6px;
  padding: 12px 16px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-top: 30px;
  display: inline-block;
}
.ev-site .incentives .cta-btn {
  background-color: #069;
  border-radius: 4px;
  outline: none;
  padding: 0.5em;
  margin: 0 5px;
  line-height: 0;
  font-size: 24px;
  color: #fff !important;
}
.ev-site .incentives .cta-btn h3 {
  margin: 0 0 0 1em;
  display: inline-block;
  color: #fff;
  width: 142px;
  text-align: center;
}
.ev-site .incentives .cta-btn * {
  pointer-events: none;
  vertical-align: middle;
  line-height: 0;
}
.ev-site .incentives .final_cost {
  color: #069;
}
.ev-site .incentives .image-wrapper {
  min-height: 30px;
}
.ev-site .incentives .vehicle-image {
  max-width: 350px;
}
.ev-site .incentives .sources {
  font-size: 11px;
  color: #444;
  margin-top: 40px;
  text-align: right;
}
.ev-site .incentives .sources.mobile {
  display: none;
}
.ev-site .incentives .vehicle-select {
  font-size: 18px;
  font-weight: bold;
  height: auto;
  width: 400px;
  margin-top: 20px;
}
.ev-site .incentives .flex-row {
  font-size: 16px;
}
.ev-site .incentives .flex-row .l,
.ev-site .incentives .flex-row .r {
  width: 230px;
}
.ev-site .incentives .flex-row .r {
  text-align: left;
}
.ev-site .incentives .flex-row .l {
  margin-right: 20px;
  text-align: right;
}
.ev-site .incentives .col {
  width: 470px;
  margin: 0 0 0 20px;
  float: left;
}
.ev-site .incentives .col .header {
  width: auto;
}
.ev-site .incentives .col.center {
  text-align: center;
}
.ev-site .incentives .bar {
  background: #333;
  height: 3px;
}
.ev-site .promotions .tabs-stretchy .content {
  display: none;
}
.ev-site .promotions ul.toc {
  font-size: 1em;
  padding-left: 1em;
}
.ev-site .promotions ul.toc li {
  line-height: 1.5em;
  list-style-position: inside;
  list-style-type: none;
  text-indent: -1em;
}
.ev-site .installers .tabbed-list .tabs-content {
  padding: 0;
}
.ev-site .installers .list-item {
  padding: 20px;
}
.ev-site .installers .list-item .header {
  margin: 0 0 10px 0;
}
.ev-site .faq .main-content {
  margin: 20px;
  padding: 0 50px 10px 0;
}
.ev-site .hp-calculator .main-content .intro-text,
.ev-site .hpwh-calculator .main-content .intro-text {
  padding: 5px 20px;
}
.mobile-logo {
  display: none;
}
.bar-row .lcontrol,
.bar-row .rcontrol {
  display: flex;
  align-items: flex-end;
}
.input-row .lcontrol,
.input-row .rcontrol {
  display: flex;
}
.mobile.phone.detail-view:not(.w500) header {
  flex-direction: column;
  align-items: center;
}
.mobile.phone .ev-nav {
  display: block;
  width: 100%;
  border: none;
}
.mobile.phone .ev-nav li {
  max-width: none;
  border-right: none;
  border-bottom: 1px solid #ccc;
  width: 100%;
  display: block;
  text-align: center;
  height: auto;
  height: initial;
}
.mobile.phone .ev-nav li a {
  display: block;
  padding: 14px 0;
  max-width: none;
}
.mobile.tablet .ev-nav {
  width: 100%;
}
.mobile.tablet .ev-nav.single_row li {
  word-break: break-word;
  min-height: 44px;
  height: auto;
}
.mobile.tablet .ev-nav.stack3 {
  flex-wrap: wrap;
}
.mobile.tablet .ev-nav.stack3 li {
  flex-basis: 33.33%;
  flex-grow: 0;
}
.mobile.tablet .ev-nav.stack3 li:nth-child(3n+1),
.mobile.tablet .ev-nav.stack3 li:nth-child(3n+2) {
  border-right: 1px solid #ccc;
}
.mobile.tablet .ev-nav.stack4 {
  flex-wrap: wrap;
}
.mobile.tablet .ev-nav.stack4 li {
  flex-basis: 25%;
  flex-grow: 0;
}
.mobile.tablet .ev-nav.stack4 li:nth-child(4n+1),
.mobile.tablet .ev-nav.stack4 li:nth-child(4n+2),
.mobile.tablet .ev-nav.stack4 li:nth-child(4n+3) {
  border-right: 1px solid #ccc;
}
.mobile.tablet .ev-nav.staggered {
  flex-wrap: wrap;
}
.mobile.tablet .ev-nav.staggered li {
  white-space: nowrap;
}
.mobile.tablet .ev-nav li {
  max-width: none;
}
.mobile footer.fixed-width {
  width: 100%;
}
.mobile main {
  width: auto;
  width: initial;
}
.mobile .m-break {
  display: block;
}
.mobile .h1 {
  font-size: 24px;
  margin: 0 0 16px 0;
  text-align: left;
}
.mobile .b2 {
  font-size: 28px;
  white-space: nowrap;
}
.mobile .company-wrapper-footer {
  height: auto;
  height: initial;
  padding-bottom: 40px;
}
.mobile .company-wrapper-footer p {
  margin: 0 10px;
}
.mobile .header {
  text-align: left;
  margin: 0 10px 20px 10px;
  padding-top: 20px;
}
.mobile .header h1 {
  margin: 0;
}
.mobile .layout-header {
  width: 100%;
}
.mobile .layout-header .header-text {
  position: static;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}
.mobile .installers .right,
.mobile .installers .left {
  float: none !important;
}
.mobile .installers .right.logo,
.mobile .installers .left.logo {
  margin: 0 auto 10px auto;
  display: none;
}
.mobile .installers .right.logo.mobile-logo,
.mobile .installers .left.logo.mobile-logo {
  display: block;
}
.mobile .installers .tabbed-list {
  margin: 0;
}
.mobile .installers .tabbed-list .tabs-content {
  padding: 0;
}
.mobile .installers .list-item {
  padding: 10px;
}
.mobile .installers .list-item .header {
  margin: 0 0 10px 0;
  font-size: 15px;
  color: #333;
}
.mobile .installers .list-item .content .services,
.mobile .installers .list-item .content .details {
  margin: 0 0 10px 0;
}
.mobile .installers .list-item .content .details {
  margin: 0 0 10px 10px;
}
.mobile.phone #afdc-stations {
  margin: 10px;
}
.mobile.phone #afdc-stations .afdc-nav-tabs .afdc-nav-item .afdc-nav-link {
  font-size: 11px;
}
.mobile.phone main.charger-finder {
  min-height: auto;
  min-height: initial;
}
.mobile.phone main.charger-finder .row .header {
  margin: 10px 0;
}
.mobile.phone main.charger-finder .afdc-row {
  flex-direction: column;
  align-items: start;
  margin-bottom: 10px;
}
.mobile.phone main.charger-finder .afdc-row .details {
  margin: 0 0 10px 0;
  flex: auto;
}
.mobile.phone main.charger-finder .afdc-row .extra {
  margin: 16px 0;
}
.mobile.phone .panel.rebates-incentives .incentive-offer,
.mobile.phone .panel.rebates-incentives .right,
.mobile.phone .panel.rebates-incentives .program-details,
.mobile.phone .panel.rebates-incentives .buttons-and-links {
  float: none !important;
  clear: none;
}
.mobile.phone .top-tabs,
.mobile.w700 .top-tabs {
  display: flex;
  flex-direction: column;
}
.mobile.phone .top-tabs dd > a,
.mobile.w700 .top-tabs dd > a,
.mobile.phone .top-tabs dd.active > a,
.mobile.w700 .top-tabs dd.active > a {
  padding: 16px;
}
.mobile.phone .tabbed-list.acc-tabs,
.mobile.w700 .tabbed-list.acc-tabs {
  display: block;
}
.mobile.phone .tabbed-list.acc-tabs .tabs-stretchy,
.mobile.w700 .tabbed-list.acc-tabs .tabs-stretchy {
  display: block;
}
.mobile.phone .tabbed-list.acc-tabs .tabs-stretchy > dd,
.mobile.w700 .tabbed-list.acc-tabs .tabs-stretchy > dd {
  border: none;
  display: block;
  text-align: left;
  border-top: 1px solid #cbcbcb;
  border-left: 10px solid #cbcbcb;
}
.mobile.phone .tabbed-list.acc-tabs .tabs-stretchy > dd a,
.mobile.w700 .tabbed-list.acc-tabs .tabs-stretchy > dd a {
  padding: 10px;
  text-align: left;
}
.mobile.phone .tabbed-list.acc-tabs .tabs-stretchy > dd.active,
.mobile.w700 .tabbed-list.acc-tabs .tabs-stretchy > dd.active {
  border-left: 10px solid #069;
}
.mobile.phone .recommendation-library-details .panel,
.mobile.w700 .recommendation-library-details .panel {
  padding: 10px;
}
.mobile.phone .recommendation-library-details .recommendation .program-details,
.mobile.w700 .recommendation-library-details .recommendation .program-details {
  margin: 0;
}
.mobile.phone .promotions .tabbed-list,
.mobile.w700 .promotions .tabbed-list {
  border: none;
  width: auto;
  width: initial;
  margin: 10px;
}
.mobile.phone .promotions .tabbed-list.acc-tabs,
.mobile.w700 .promotions .tabbed-list.acc-tabs {
  margin: 10px 0 0 0;
}
.mobile.phone .promotions .tabbed-list.acc-tabs .content,
.mobile.w700 .promotions .tabbed-list.acc-tabs .content {
  padding: 10px;
  word-break: break-word;
}
.mobile.phone .promotions .tabbed-list.acc-tabs .tabs-content,
.mobile.w700 .promotions .tabbed-list.acc-tabs .tabs-content {
  padding: 0 !important;
  min-height: auto;
  min-height: initial;
}
.mobile.phone .promotions h2,
.mobile.w700 .promotions h2 {
  margin-bottom: 16px;
}
.mobile.phone .promotions .recommendation,
.mobile.w700 .promotions .recommendation {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}
.mobile.phone .promotions .recommendation-image,
.mobile.w700 .promotions .recommendation-image {
  max-width: 150px;
}
.mobile .faq .main-content {
  margin: 0 10px 20px 10px;
}
.mobile.phone .landing-page .top-content {
  flex-direction: column;
  margin: 0 10px;
}
.mobile.phone .landing-page .top-content .landing-image {
  margin: 20px auto;
}
.mobile.phone .landing-page .top-content .top-text {
  padding: 0;
}
.mobile .landing-page .header {
  margin: 10px 10px;
}
.mobile .landing-page .header h1 {
  margin: 0;
}
.mobile .landing-page .bottom-content {
  padding: 0;
  margin: 20px 10px 20px 10px;
}
.mobile.phone .demand-table tr.mobile-only {
  display: table-row;
}
.mobile.phone .demand-table td:nth-child(1):not(.th-top):not(.mobile-keep),
.mobile.phone .demand-table td:nth-child(2),
.mobile.phone .demand-table td:nth-child(8) {
  display: none;
}
.mobile.phone .demand-table td:nth-child(3) {
  border-left: 1px solid #333;
}
.mobile.phone .compare .vehicle-row {
  flex-direction: column;
}
.mobile.phone .compare .img {
  margin: 20px 0;
  order: 1;
}
.mobile.phone .compare .flex-1 {
  order: 2;
}
.mobile.phone .compare .desc {
  margin-top: 0;
}
.mobile.phone .compare .input-cols {
  flex-direction: column;
}
.mobile.phone .compare .input-cols .control {
  padding: 0;
  margin: 0;
}
.mobile.w800 .compare .sort-tip-w800 {
  display: flex;
  padding-right: 10px;
}
.mobile:not(.w800) .compare .sort-tip {
  display: flex;
}
.mobile:not(.w800) .compare .sort-tip-w800 {
  display: none;
}
.mobile.tablet:not(.w800) .compare .vehicle-row {
  flex-direction: row;
  align-items: center;
}
.mobile.tablet:not(.w800) .compare .input-cols {
  flex-wrap: wrap;
}
.mobile.tablet:not(.w800) .compare .col {
  flex-basis: auto;
  display: block;
}
.mobile.tablet:not(.w800) .compare .col .sort-group {
  text-align: left;
}
.mobile.tablet:not(.w800) .compare .col.year-row {
  display: flex;
  flex-basis: 100%;
}
.mobile.tablet:not(.w800) .compare .col.year-row .l {
  flex-basis: auto;
}
.mobile .compare .flex-1 {
  flex-direction: column;
}
.mobile .compare .vehicle-row .recommendation {
  height: auto;
  justify-content: flex-start;
  margin-top: 0;
}
.mobile .compare .results,
.mobile .compare .text,
.mobile .compare .header {
  margin: 0 10px 10px 10px;
}
.mobile .compare .header {
  padding-top: 20px;
  margin-bottom: 20px;
}
.mobile .compare .header h1 {
  margin: 0;
}
.mobile .compare .main-content {
  margin: 0;
}
.mobile .compare .col {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 10px;
}
.mobile .compare .col.year {
  align-items: flex-start;
}
.mobile .compare .col .l {
  flex-basis: 100%;
  padding-bottom: 10px;
}
.mobile .compare .col .control {
  flex-grow: 1;
}
.mobile .compare .col .sort-group {
  padding-right: 0;
}
.mobile .compare .col.year label {
  display: inline-block;
}
.mobile .recommendation-library-details .tabs-content .rebates-content {
  display: block;
}
.mobile .recommendation-library-details .tabbed-list .tabs-content .content {
  margin: 10px 0 10px 20px;
  width: auto;
}
.mobile .recommendation-library-details .tabbed-list .tabs-content .content h5 {
  display: none;
}
.mobile.phone .incentives .col {
  width: auto;
  width: initial;
  margin: 0 10px;
}
.mobile.phone .incentives .col-group {
  display: flex;
  flex-direction: column-reverse;
}
.mobile.phone .incentives .image-wrapper {
  min-height: auto;
}
.mobile.phone .incentives .header,
.mobile.phone .incentives h1.section {
  margin-top: 16px;
}
.mobile.phone .incentives .sources {
  display: none;
}
.mobile.phone .incentives .sources.mobile {
  display: block;
  margin: 40px 0;
}
.mobile.tablet .incentives .col-group {
  display: flex;
  justify-content: space-evenly;
  justify-content: space-between;
  margin: 0 10px;
}
.mobile.tablet .incentives .header {
  margin-top: 16px;
}
.mobile.tablet .incentives .rug {
  display: none;
}
.mobile.tablet .incentives .col {
  flex-basis: 40%;
  width: auto;
  margin: 0;
  float: none;
}
.mobile .incentives .content {
  text-align: left;
}
.mobile .incentives .flex-row .r,
.mobile .incentives .flex-row .l {
  width: auto;
  width: initial;
}
.mobile .incentives .header {
  width: auto;
  width: initial;
  margin: 0;
}
.mobile .incentives .vehicle-select {
  width: 100%;
  margin: 20px 0;
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bubble-style {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 14px 26px;
}
.ev-site.mobile.phone .savings .bubble,
.ev-site.mobile.tablet.w700 .savings .bubble {
  position: static;
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
  text-align: right;
  justify-content: space-between;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
}
.ev-site.mobile.phone .savings .bubble .p,
.ev-site.mobile.tablet.w700 .savings .bubble .p,
.ev-site.mobile.phone .savings .bubble .b1,
.ev-site.mobile.tablet.w700 .savings .bubble .b1 {
  width: auto;
  width: initial;
}
.ev-site.mobile.phone .savings .bubble .p,
.ev-site.mobile.tablet.w700 .savings .bubble .p {
  text-align: left;
}
.ev-site.mobile.phone .savings .bubble .b1,
.ev-site.mobile.tablet.w700 .savings .bubble .b1 {
  margin: 0 0 0 auto;
  white-space: nowrap;
  text-align: right;
}
.ev-site .savings .bubble {
  border: 1px solid #ccc;
  border-radius: 6px;
  position: absolute;
  top: 80px;
  right: 0;
  width: 227px;
  text-align: right;
  padding: 12px 26px;
  font-size: 11px;
}
.ev-site .savings .bubble.mobile {
  display: none;
}
.ev-site .savings .bubble.wide {
  width: 300px;
}
.w700.ev-site .savings .bubble,
.phone.ev-site .savings .bubble {
  width: 100%;
}
.ev-site .savings .bubble.push {
  top: 200px;
}
.ev-site .savings .bubble .unit {
  font-size: 30px;
}
.ev-site .savings .bubble .b1 {
  margin-right: 4px;
  text-align: right;
}
.ev-site .savings.savings-phev .caption-row {
  margin-top: 20px;
}
.ev-site .savings.savings-phev .caption-row > div {
  flex: 1 1 49%;
}
.ev-site .savings.savings-phev .caption-row > div:first-child {
  margin-right: 2%;
}
.phone.ev-site .savings.savings-phev .caption-row > div,
.w700.ev-site .savings.savings-phev .caption-row > div {
  flex: 1 1 auto;
}
.ev-site .savings.savings-phev .caption-row .p-left {
  width: auto;
}
.ev-site .savings.savings-phev .caption-row .bubble {
  position: static;
  flex: 1 1 auto;
}
.phone.ev-site .savings.savings-phev .caption-row .bubble,
.w700.ev-site .savings.savings-phev .caption-row .bubble {
  display: none;
}
.mobile.phone.ev-site .savings.savings-phev .bubble.mobile {
  display: flex;
}
.ev-site.tablet .savings:not(.savings-images-outer) .bubble {
  text-align: left;
  margin-right: 10px;
}
.w500 .savings .bubble {
  align-items: center;
}
.w500 .savings .bubble .p {
  width: auto;
  width: initial;
}
.solar-stats-table {
  border: 1px solid #ccc;
  padding: 6px;
}
.solar-stats-table .td {
  max-width: 200px;
  white-space: nowrap;
  overflow-x: clip;
  margin-right: 16px;
}
.solar-stats-table .td:not(:first-child) {
  padding-left: 30px;
}
.details-reveal,
.tax-reveal {
  display: none;
}
.tax-capt {
  margin-top: 7px;
}
.phone-br {
  display: none;
}
.phone .phone-br {
  display: block;
}
.bubble-radio:not(.flex-shrink) {
  flex: 1;
}
.bubble-radio.flex-shrink {
  margin-right: 40px;
}
.bubble-radio .control-field .flex-row {
  align-items: flex-end;
}
.bubble-radio.w-bubble .control-field .flex-row {
  align-items: flex-start;
}
.bubble-radio .image {
  max-width: 170px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.bubble-radio .one-option {
  cursor: pointer;
  transition: background 0.4s;
}
.bubble-radio .one-option.selected .bubble {
  transition: background 0.4s;
  color: #fff;
  background: #069;
}
.learn-style .bubble-radio.grow .one-option,
.slider-style .bubble-radio.grow .one-option {
  flex: 1;
}
.bubble-radio .hint {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
}
.bubble-radio .pad {
  padding: 5px 0;
  white-space: nowrap;
}
.bubble-radio.w-bubble .bubble {
  width: 80px;
  margin: 0;
}
.rate-debug {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.rate-debug .one-debug {
  margin: 0 10px 10px 0;
}
.rate-debug table td {
  border: 1px solid #ccc;
  padding: 4px 16px 4px 4px;
}
.solar-debug {
  margin-top: 30px;
}
.solar-debug .table {
  display: table;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.solar-debug .hi-row .cell {
  background: #eee;
}
.solar-debug .summer {
  background: #fed;
}
.solar-debug .winter {
  background: #f5e5ff;
}
.solar-debug .row {
  display: table-row;
}
.solar-debug .cell {
  display: table-cell;
  white-space: nowrap;
}
.solar-debug .first .cell {
  width: 150px;
}
.solar-debug .cell {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 3px;
}
.solar-body:not(.is-embed) {
  height: 100%;
}
.solar-body:not(.is-embed) .ev-page-boundary {
  height: 100%;
}
.solar-body.phone {
  height: auto;
}
.solar-body .company-wrapper-container {
  min-height: 100%;
}
.solar-saved-style .td {
  flex: 0 0 12.5%;
  padding-right: 1%;
}
.solar-saved-style .td.wide {
  flex: 0 0 70%;
}
.solar-dashboard-style .h {
  font-size: 16px;
  margin-bottom: 6px;
}
.solar-dashboard-style .val {
  font-weight: bold;
}
.solar-dashboard-style .input-text {
  width: 140px;
  box-shadow: none;
}
.solar-dashboard-style .filters {
  padding: 0 16px 16px 16px;
  border: 1px solid #ccc;
  margin: 0 0 40px 0;
  display: inline-block;
}
.solar-dashboard-style p {
  margin: 20px 0 0 0;
}
.solar-dashboard-style .results-container {
  display: block;
}
.solar-dashboard-style .col {
  display: flex;
  border: 1px solid #ccc;
  padding: 10px 0 0 10px;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}
.solar-dashboard-style .summary {
  border: 1px solid #ccc;
  margin: 0 10px 10px 0;
  padding: 6px;
  flex: 1;
  flex-basis: 30%;
}
.solar-dashboard-style .summary table {
  border: none;
  width: auto;
  margin-left: 30px;
}
.solar-dashboard-style .summary tr {
  border: none !important;
  height: auto;
}
.solar-dashboard-style .summary td {
  border: none;
  line-height: normal;
  padding: 4px 30px 4px 4px;
  font-size: 14px;
}
.solar-dashboard-style .summary tr.is-def td,
.is-def {
  background: #efe;
  border: 1px solid #ccc;
}
.flex-row.plus-minus {
  align-items: flex-start;
  flex-wrap: nowrap !important;
}
.solar-style {
  width: 100%;
  min-height: 100%;
  background: #fff;
  padding: 10px 16px;
/*
  textarea.other_text
    height: 32px
    font-size: 13px
    padding: 6px
    margin: 0
    width: 400px
    */
}
.solar-style .purchase-line,
.solar-style .graph-line {
  display: none;
}
.solar-style.hide-night-style .combined-line {
  display: block;
}
.solar-style.hide-night-style .purchase-line {
  display: table-row;
}
.solar-style.hide-night-style .day-line,
.solar-style.hide-night-style .percent-line {
  display: none !important;
}
.solar-style .yearly-sum-outer.mobile {
  display: none;
}
.phone .solar-style .yearly-sum-outer.mobile {
  display: block;
}
.solar-style .yearly-sum-outer.desktop {
  display: block;
}
.phone .solar-style .yearly-sum-outer.desktop {
  display: none;
}
.solar-style .yearly-sum {
  display: flex;
  align-items: center;
}
.solar-style .yearly-sum input {
  margin: 0 10px 0 0;
}
.solar-style .yearly-sum label {
  display: flex;
  border: 1px solid #ccc;
  padding: 3px 10px;
  border-radius: 16px;
  margin: 0 6px 10px 0;
  text-transform: none;
  font-size: 13px;
}
.solar-style .yearly-sum .rs {
  flex-direction: column;
}
.solar-style .input-text.battery-input,
.solar-style .battery-label {
  display: inline-block;
}
.phone .solar-style .input-text.battery-input {
  margin: 0;
}
.solar-style .battery-label {
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
}
.phone .solar-style .battery-label {
  line-height: 17px;
  height: auto;
}
.solar-style .plus-sym {
  cursor: pointer;
  margin: 0;
  font-size: 36px;
  flex-basis: 36px;
  margin-left: 6px;
}
.solar-style .plus-sym.disabled {
  color: #bbb !important;
}
.solar-style .flex-note .control-field {
  display: flex;
}
.solar-style .input-note {
  font-style: normal;
}
.solar-style .oo .ex {
  font-size: 12px;
  font-weight: normal;
}
.solar-style .battery-times {
  flex: 1;
  font-size: 15px;
}
.solar-style .battery-times .b {
  font-weight: bold;
}
.solar-style .battery-times .one {
  flex-basis: 100px;
}
.solar-style .other_text {
  width: 400px;
  box-shadow: none;
  padding: 4px;
  font-size: 13px;
  height: auto;
  margin: 0;
}
.solar-style .concise-row {
  display: flex;
  align-items: flex-start;
}
.solar-style .nav-handle-desktop {
  display: none;
}
.solar-style .nav-handle-phone {
  display: none;
}
.solar-style .details-open {
  padding-bottom: 0;
  margin-bottom: 4px;
  line-height: normal;
  display: inline-block;
  font-weight: bold;
}
.solar-style .reveal-center {
  text-align: center;
  margin: 0 0 10px 0;
}
.solar-style .sub-question .control-label {
  margin-top: 10px;
}
.solar-style .disclaimer {
  margin-top: 30px;
}
.solar-style .savings-mirror {
  margin-top: 6px;
}
.solar-style .est-pay .sys {
  font-size: 22px;
  white-space: nowrap;
  background: #069;
  color: #fff;
  border-radius: 4px;
  padding: 5px 14px;
}
.solar-style .est-pay .suffix {
  margin-left: 6px;
  font-size: 15px;
}
.solar-style .phone-br {
  display: none;
}
.solar-style .dis {
  cursor: not-allowed;
}
.solar-style .req:focus {
  border: 1px solid #b11;
}
.solar-style .empty {
  display: none;
}
.solar-style .est-row {
  display: flex;
  align-items: flex-start;
}
.solar-style .est-row .h1 {
  flex: 1;
}
.solar-style .review-btn {
  font-size: 18px;
  color: #069;
  cursor: pointer;
  transition: color 0.1s;
}
.solar-style .review-btn:hover {
  text-decoration: underline;
}
.solar-style .review-btn.sel {
  transition: color 0.1s;
  text-decoration: underline;
  color: #09d;
}
.solar-style .questions-open {
  margin: 0;
}
.solar-style .question-image {
  display: none;
}
.solar-style .questions-nav {
  border-top: 4px solid #444;
  width: 100%;
  padding: 10px 30px;
  justify-content: space-around;
  margin: 0 auto;
}
.solar-style .nav-handle-phone .questions-nav {
  padding: 10px;
}
.solar-style .nav-scale {
  width: 100%;
  display: flex;
}
.solar-style .nav-scale .first {
  flex: 1;
}
.solar-style .advance-btn {
  font-family: inherit;
  display: inline-block;
  border: none;
  background: #069;
  cursor: pointer;
  color: #fff;
  border-radius: 4px;
  padding: 10px 26px;
  text-transform: uppercase;
  transition: 0.3s background;
  font-size: 16px;
}
.solar-style .advance-btn.disabled {
  opacity: 1;
  background: #999;
  cursor: not-allowed;
}
.solar-style .advance-btn:not(.disabled):hover {
  transition: 0.3s background;
  background: #09c;
}
.solar-style .advance-btn.review-btn {
  padding: 12px 46px;
  font-size: 15px;
}
.solar-style .submit-wrapper {
  border: 1px solid #ccc;
  padding: 10px;
  display: inline-block;
}
.solar-style .submit-wrapper .h2 {
  margin-bottom: 20px;
}
.solar-style .submit-wrapper p {
  margin: 0;
}
.solar-style .submit-wrapper .save-disclaimer {
  color: #444;
  font-style: italic;
  margin-bottom: 20px;
}
.solar-style .submit-wrapper .control {
  margin: 0 10px 20px 0;
}
.phone .solar-style .submit-wrapper .control {
  margin: 0 0 10px 0;
  flex: 1 1 100%;
}
.solar-style .submit-wrapper .lm .control {
  margin-bottom: 5px;
}
.solar-style .submit-wrapper .input-text,
.solar-style .submit-wrapper select {
  height: auto;
  line-height: normal;
  box-shadow: none;
  font-size: 15px;
  padding: 4px 6px;
}
.solar-style .print-only,
.solar-style .print-only-1 {
  display: none;
}
.solar-style label {
  color: #222;
}
.solar-style ul {
  font-size: 13px;
  font-weight: normal;
  margin: 0 0 10px 0;
  list-style-type: none;
}
.solar-style li {
  margin: 0;
  line-height: 17px;
}
.solar-style .h1 {
  font-weight: bold;
  font-size: 26px;
  line-height: 20px;
  margin-bottom: 30px;
}
.solar-style .h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 17px;
  margin-bottom: 30px;
}
.solar-style br {
  line-height: 22px;
}
.solar-style .mbLess {
  margin-bottom: 20px;
}
.solar-style .mode-select {
  margin-bottom: 30px;
}
.solar-style .p {
  margin-bottom: 30px;
}
.solar-style .p.less {
  margin-bottom: 20px;
}
.solar-style .post-note {
  margin: 14px 0 0 0;
}
.solar-style .post-note.pre {
  margin: 0 0 14px 0;
}
.solar-style select {
  width: auto;
  min-width: none;
}
.solar-style .reset-prices {
  color: #069;
  cursor: pointer;
}
.solar-style .reset-prices.click {
  color: #09c;
}
.solar-style .gr {
  align-items: center;
}
.phone .solar-style .batt-outer {
  flex-direction: column;
}
.solar-style .batt-row {
  align-items: flex-start;
  margin: 20px 0 0 0;
}
.solar-style .batt-row select {
  height: auto;
  font-size: 15px;
}
.solar-style .batt-row.first {
  flex-basis: 52%;
}
.solar-style .batt-row .cost-input.c2 {
  font-size: 16px;
  height: auto;
  width: 90px;
}
.solar-style .batt-row .post-note.pre {
  display: none;
}
.solar-style .batt-row .bubble {
  padding: 8px 20px;
}
.solar-style .batt-row .control {
  margin-right: 0;
}
.solar-style .batt-row .one-option.last {
  margin-right: 10px;
}
.phone .solar-style .batt-row .options-after {
  display: flex;
}
.solar-style .print-btn {
  background: #069;
  border-radius: 6px;
  padding: 10px 26px;
  display: inline-block;
  color: #fff;
  margin: 0 20px 0 0;
  font-size: 18px;
  transition: background 0.3s;
}
.solar-style .print-btn:hover {
  transition: background 0.3s;
  background: #08b;
}
.solar-style .push {
  height: 200px;
  width: 100%;
}
.is-embed .solar-style .push {
  display: none;
}
.solar-style .one-option {
  margin: 0 6px 0 0;
}
.solar-style .one-option.selected .plus-sym {
  color: #fff;
}
.solar-style .one-option.last {
  margin: 0;
}
.solar-style .bubble {
  border: 1px solid #999;
  border-radius: 4px;
  padding: 14px 20px;
  text-align: center;
  white-space: nowrap;
}
.phone .solar-style .bubble {
  min-width: 60px;
  padding: 20px 6px;
}
.solar-style .hd {
  font-weight: bold;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 16px;
}
.solar-style .hd.less {
  line-height: 22px;
  margin-bottom: 20px;
}
.solar-style .hd.h2 {
  font-size: 18px;
}
.solar-style .note {
  text-transform: none;
  width: 70%;
  font-size: 13px;
  line-height: 16px;
}
.solar-style .learn-long {
  margin: 16px 0;
  font-size: 18px;
  line-height: 24px;
}
.solar-style .learn-long.p {
  font-size: 13px;
  line-height: 16px;
}
.solar-style .checklist .gr {
  margin: 0;
}
.solar-style .checklist .control {
  margin: 0 0 4px 0;
}
.solar-style .checklist input[type="checkbox"] {
  margin-top: 6px;
  margin-bottom: 6px;
}
.solar-style .checklist input {
  margin-right: 10px;
}
.solar-style .checklist label {
  display: flex;
  align-items: center;
  font-size: 13px;
}
.solar-style .control {
  margin: 0;
  margin-right: 20px;
  margin-bottom: 20px;
}
.solar-style .cost-control {
  margin: 0 12px 0 0;
}
.solar-style .cost-input,
.solar-style .solar-summary .input-text {
  padding: 4px 4px;
  width: 80px;
  font-size: 13px;
  height: auto;
  box-shadow: none;
  text-align: center;
}
.solar-style .cost-input.c2,
.solar-style .solar-summary .input-text.c2 {
  font-size: 15px;
  width: auto;
  padding: 6px 4px;
}
.solar-style .size-options {
  margin: 0 0 20px 0;
}
.solar-style .size-options .cost-input {
  width: 90px;
  font-weight: normal;
  font-size: 16px;
}
.solar-style .size-options .cost-input:disabled {
  border: none;
  background: none;
}
.solar-style .size-options .cost-input:disabled::placeholder {
  color: #999;
}
.solar-style .size-options .post-note.pre {
  margin: 0;
}
.solar-style .size-options .flex-row {
  align-items: flex-start;
  justify-content: space-between;
}
.solar-style .size-options .hint.flex-row {
  align-items: baseline;
}
.solar-style .size-options .est-cost {
  margin-left: 6px;
  line-height: normal;
}
.solar-style .size-options .options-after {
  margin-left: 6px;
}
.phone .solar-style .size-options .options-after {
  margin: 0;
}
.solar-style .size-options .one-option {
  flex: 0;
  font-size: 22px;
  font-weight: bold;
}
.solar-style .size-options .one-option .fa-pencil {
  display: none;
}
.solar-style .size-options .one-option .unit {
  font-size: 15px;
}
.solar-style .size-options .one-option.selected .fa-pencil {
  display: block;
  position: absolute;
  top: 6px;
  font-size: 13px;
  right: -15px;
  color: #333;
}
.solar-style .size-options .one-option.selected .cost-input {
  font-weight: bold;
  border: 1px solid #333;
}
.solar-style .size-options .one-option:last-child {
  flex: 0;
  margin: 0;
}
.solar-style .size-options .bubble {
  padding: 0;
  width: 90px;
  height: 90px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.solar-style .size-options .custom-size-outer {
  width: 180px;
}
.solar-style .size-options .custom-size-outer .input-text {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  width: 66px;
}
.solar-style .control-label {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.solar-style .system-cost {
  font-size: 13px;
  font-weight: normal;
}
.solar-style .summary-group {
  margin-bottom: 20px;
}
.solar-style .summary-group.sub {
  margin-top: 16px;
  margin-bottom: 16px;
}
.solar-style .summary-group.last {
  margin-bottom: 0;
}
.solar-style .summary-group .hd {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}
.solar-style .target {
  margin: 0 0 2px 16px;
  display: flex;
}
.solar-style .target.bv .value {
  font-weight: bold;
}
.solar-style .target.tm {
  margin-top: 16px;
}
.solar-style .target.indent {
  margin: 0 0 2px 32px;
}
.solar-style .target.s1 {
  font-size: 18px;
}
.solar-style .target.s1 .value {
  font-weight: bold;
}
.solar-style .target.s2 {
  font-size: 18px;
  font-weight: bold;
}
.solar-style .target.line .text,
.solar-style .target.line .value {
  border-top: 1px solid #444;
  margin-top: 5px;
  padding-top: 5px;
}
.solar-style .target.line .value {
  padding-right: 30px;
  margin-right: -30px;
}
.solar-style .target .text {
  flex-basis: 520px;
}
.solar-style .printable-details .hd {
  background: #eee;
  margin: 0 0 20px 0;
  padding: 4px 0 4px 16px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.phone .solar-style .printable-details .hd {
  margin: 0 -10px 20px -10px;
  padding: 4px 0 4px 10px;
}
.solar-style .printable-details .target {
  margin: 0 0 2px 0;
  display: flex;
}
.solar-style .printable-details .target.bv {
  font-weight: bold;
}
.solar-style .printable-details .target.tm {
  margin-top: 16px;
}
.solar-style .printable-details .target.indent {
  margin: 0 0 2px 0;
}
.solar-style .printable-details .target.s1 {
  font-size: 18px;
}
.solar-style .printable-details .target.s1 .value {
  font-weight: bold;
}
.solar-style .printable-details .target.s2 {
  font-size: 18px;
  font-weight: bold;
}
.solar-style .printable-details .target.line .text,
.solar-style .printable-details .target.line .value {
  border-top: 1px solid #444;
  margin-top: 5px;
  padding-top: 5px;
}
.solar-style .printable-details .target.line .value {
  padding-right: 30px;
  margin-right: -30px;
}
.solar-style .printable-details .target .text {
  flex-basis: 520px;
}
.solar-style .submit-title {
  margin-top: 20px;
}
.solar-style .opener {
  padding: 18px 16px 16px 16px;
}
.phone .solar-style .opener {
  padding: 0;
}
.solar-style .rem,
.solar-style .to-open.pad {
  padding: 0 16px;
}
.phone .solar-style .rem,
.phone .solar-style .to-open.pad {
  padding: 0;
}
.solar-style .year-wrapper {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 20px;
}
.solar-style .year-wrapper .h2 {
  margin-top: 1px;
}
.solar-style .year-wrapper .arrow-open {
  margin-right: 6px;
  margin-bottom: 3px;
  height: 8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #333;
  transition: transform 0.3s;
  cursor: pointer;
  margin-bottom: 0;
  margin-right: 14px;
}
.solar-style .year-wrapper .arrow-open.spun {
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.solar-style.saved-list {
  padding: 0;
}
.solar-style.saved-list .year-wrapper {
  border-top: none;
  padding-bottom: 10px;
}
.solar-style .link-hint {
  color: #069;
  margin: 10px 0 0 0;
  font-weight: bold;
}
.solar-style .opener {
  cursor: pointer;
  user-select: none;
}
.solar-style .opener:hover .link-hint {
  text-decoration: underline;
}
.solar-tou-style .graph-line {
  display: table-row;
}
.solar-tou-style .night-line {
  display: none;
}
.year-style-v1 .loan-section {
  margin-top: 3px;
}
.year-style-v1 .p {
  margin: 20px 0 0 0;
}
.year-style-v1 .solar-summary {
  padding: 0 0 20px 0;
}
.year-style-v1 .to-open {
  margin: 20px 0 0 0;
}
.year-style-v1 .to-open.extra {
  padding-bottom: 20px;
}
.year-style-v1 .h2 {
  margin: 0;
}
.year-style-v1 table tr:nth-of-type(even) {
  background: none;
}
.year-style-v1 .year-table-style {
  margin: 0 32px 42px 0;
  border: none;
}
.year-style-v1 .year-table-style td,
.year-style-v1 .year-table-style th {
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  padding: 2px 10px 2px 3px;
}
.year-style-v1 .year-table-style td.year,
.year-style-v1 .year-table-style th.year {
  padding-right: 50px;
}
.year-style-v1 .year-table-style th {
  font-weight: bold;
}
.year-style-v1 .year-table-style td:first-child {
  font-weight: bold;
}
.year-style-v1 .year-table-style .summary.line {
  border-top: 1px solid #444;
}
.year-style-v1 .year-table-style .summary td {
  font-weight: bold;
}
.year-style .flip-me {
  color: #f93;
}
.year-style .loan-section {
  margin-top: 3px;
}
.year-style .p {
  margin: 20px 0 0 0;
}
.year-style .to-open {
  margin: 20px 0;
}
.phone .year-style .to-open {
  margin-bottom: 0;
}
.year-style .h2 {
  margin: 0;
}
.year-style table tr:nth-of-type(even) {
  background: none;
}
.year-style .swatch {
  flex: 0 0 50px;
  text-align: center;
  color: #fff;
  padding: 2px 0;
  margin-right: 20px;
  align-self: baseline;
}
.year-style .swatch.blank {
  color: #333;
}
.year-style .year-legend {
  margin-top: 10px;
  font-size: 12px;
}
.year-style .year-legend .swatch {
  height: 23px;
  line-height: 21px;
}
.year-style .year-legend .group {
  flex: 1;
}
.year-style .year-legend .groups {
  display: flex;
  align-items: flex-start;
}
.phone .year-style .year-legend .groups {
  display: block;
}
.year-style .year-legend .r {
  margin-bottom: 6px;
}
.year-style .year-legend .r:last-child {
  margin-bottom: 0;
}
.year-style .year-legend .group {
  margin-right: 10px;
}
.year-table-style-v2 {
  margin: 0;
  border: none;
  width: 100%;
  table-layout: fixed;
}
.year-table-style-v2 .gr {
  align-items: flex-end;
}
.phone .year-table-style-v2 .desk-only {
  display: none;
}
.phone .year-table-style-v2 .summary .desk-only {
  display: block;
}
.year-table-style-v2 .input-title {
  display: none;
}
.year-table-style-v2.mobile-v {
  margin-bottom: 10px;
}
.year-table-style-v2 td,
.year-table-style-v2 th {
  min-width: 70px;
  font-weight: normal;
  font-size: 13px;
  line-height: normal;
  padding: 3px 6px 3px 3px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
.year-table-style-v2 td:nth-child(even) {
  background: #fff0e0;
}
.year-table-style-v2 .summary td:nth-child(even) {
  background: none;
}
.year-table-style-v2 td,
.year-table-style-v2 .top {
  border: 1px solid #bbb;
}
.year-table-style-v2 .last .top {
  border: none;
  font-size: 16px;
}
.year-table-style-v2 th {
  font-weight: bold;
}
.year-table-style-v2 .top-row .top {
  padding: 6px 0;
  font-size: 18px;
  text-align: center;
  background: #e5e5e9;
}
.mobile .year-table-style-v2 .top-row .top {
  font-size: 14px;
}
.year-table-style-v2 .top.sub {
  padding: 8px 0;
  text-align: center;
  font-size: 12px;
}
.year-table-style-v2 .top.sub.reg {
  border-bottom: 3px solid #444;
}
.year-table-style-v2 .input-row th {
  padding: 6px 6px 0 6px;
  height: 170px;
  white-space: normal;
  border: 1px solid #ccc;
}
.year-table-style-v2 .input-row .control {
  margin: 0 6px 10px 0;
}
.year-table-style-v2 .ital {
  font-weight: bold;
  font-style: normal;
}
.year-table-style-v2 td:first-child {
  font-weight: bold;
}
.year-table-style-v2 .summary .flip-me {
  display: none;
}
.year-table-style-v2 tr:hover td {
  background: #eee;
}
.year-table-style .push-th {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.year-table-style .push-th .grow {
  flex: 1;
  margin-top: 3px;
  font-weight: normal;
}
.year-table-style .each.cash {
  border-left: 4px solid #f93;
}
.phone .year-table-style .each.cash {
  border-left-width: 2px;
}
.year-table-style .last.lease,
.year-table-style td:last-child {
  border-right: 4px solid #f93;
}
.phone .year-table-style .last.lease,
.phone .year-table-style td:last-child {
  border-right-width: 2px;
}
.year-table-style .top.bord {
  border-bottom: 3px solid #f93;
}
.year-table-style .top-row .top.bord {
  border-bottom: 1px solid #ddd;
}
.year-table-style .top-row .top.bord {
  border-bottom: 1px solid #ddd;
}
.year-table-style .last .top.bord {
  border: none;
}
.year-table-style .summary .top.bord {
  border-top: 3px solid #f93;
  border-bottom: none;
}
.year-table-style .phone .top.bord {
  border-width: 2px;
}
.year-table-style .summary.line td {
  border: none;
  border-top: 2px solid #666;
  font-weight: bold;
}
.year-style .each.min {
  background: #fed;
}
.year-style .sum.min {
  background: #def;
}
.year-style .sum.solMin {
  background: #efd;
}
.year-style .swatch.eol {
  background: #eee;
}
.year-style .reach .reg,
.year-style .reach .year {
  color: #fff;
  background: #355;
  font-weight: bold;
}
.year-style .reach.s1 .cash.hi {
  background: #92d050;
  font-weight: bold;
}
.year-style .reach.s2 .loan.hi {
  background: #ffc000;
  font-weight: bold;
}
.year-style .reach.s4 .lease.hi {
  background: #b4c7e7;
  font-weight: bold;
}
.solar-summary .control {
  margin-top: 6px;
  margin-bottom: 6px;
}
.solar-summary .input-text {
  text-align: left;
}
.solar-summary .control-label {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 6px;
  white-space: normal;
}
.solar-style.slider-style {
  margin: 0 auto;
}
.solar-style.slider-style .nav-handle-phone {
  display: block;
}
.solar-style.slider-style .nav-handle-desktop {
  display: block;
}
.solar-style.slider-style .image-wrapper {
  width: 100%;
  margin: 0 auto;
}
.solar-style.slider-style .learn-long {
  font-size: 13px;
  line-height: normal;
  margin: 0 0 30px 0;
}
.solar-style.slider-style .post-note.pre {
  margin-bottom: 30px;
}
.solar-style.slider-style .questions-section,
.solar-style.slider-style .questions-nav {
  width: 100%;
}
.solar-style.slider-style .questions-section {
  position: relative;
  border: 1px solid #bbb;
  border-bottom: none;
  margin: 0 auto;
  overflow: hidden;
}
.solar-style.slider-style .questions-section .control-label,
.solar-style.slider-style .questions-section .hd {
  font-size: 20px;
  margin-bottom: 30px;
}
.solar-style.slider-style .questions-section .control {
  margin: 0;
}
.solar-style.slider-style .questions-section .one-option {
  margin-bottom: 6px;
}
.solar-style.slider-style .questions-section .p {
  margin: 0;
}
.phone .solar-style.slider-style .questions-section .p {
  margin-bottom: 10px;
}
.solar-style.slider-style .sub-question .control-label {
  font-size: 17px;
  margin: 16px 0 10px 0;
}
.solar-style.slider-style .sub-question .post-note.pre {
  margin: 0;
}
.solar-style.slider-style .x-translate {
  display: flex;
  width: 100%;
}
.solar-style.slider-style .bill-radio {
  margin-bottom: 30px;
}
.solar-style.slider-style .bill-radio .post-note {
  margin: 0;
}
.solar-style.slider-style .bill-radio .control-label {
  margin-bottom: 6px;
  font-size: 16px;
}
.solar-style.slider-style .bill-radio .one-option {
  width: 60px;
}
.solar-style.slider-style .bill-radio .bubble {
  padding: 12px 14px;
  font-size: 14px;
}
.solar-style.slider-style .one-question {
  border: 0 solid transparent;
  flex: 1 0 100%;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.solar-style.slider-style .one-question.center {
  text-align: center;
}
.solar-style.slider-style .empty {
  display: block;
  background-image: none;
}
.solar-style.slider-style .window {
  background: #fff;
  opacity: 0.9;
  padding: 30px;
  height: 292px;
  flex: 1;
  width: 100%;
}
.solar-style.slider-style .question-image {
  display: block;
  height: 146px;
}
.solar-style.slider-style .control-field .flex-row {
  flex-wrap: wrap;
}
.solar-summary .control-label {
  font-size: 13px;
}
.concise-summary {
  margin-bottom: 20px;
}
.concise-summary .target {
  align-items: center;
}
.concise-summary .value {
  font-size: 22px;
}
.concise-summary .value .npb {
  font-size: 16px;
}
.phone .concise-summary .value {
  font-size: 20px;
}
.concise-summary .est-bill .target .text {
  text-align: right;
  font-size: 15px;
  margin-right: 20px;
  border-top: 1px solid #fff;
  white-space: nowrap;
}
.mobile .concise-summary .est-bill .target .text {
  text-align: left;
  white-space: break-spaces;
}
.concise-summary .est-bill .target .value {
  flex-basis: 100px;
  text-align: right;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}
.concise-summary .est-years .target {
  margin-left: 84px;
}
.phone .concise-summary .est-years .target {
  margin-left: 10px;
}
.concise-summary .est-years .target .text {
  white-space: nowrap;
  margin-right: 30px;
  flex: 0;
}
.concise-summary .summary-group {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 0;
  align-self: stretch;
  flex: 1;
}
.concise-summary .summary-group:first-child {
  margin-right: 10px;
}
.phone .concise-summary .summary-group:first-child {
  margin: 0 0 10px 0;
}
.concise-summary .target {
  margin-left: 0;
}
.concise-summary .target .text {
  flex: 1;
}
.concise-summary .target.line {
  margin-bottom: 10px;
}
.concise-summary .target.line .text {
  padding: 5px 0 0 0;
}
.concise-summary .target.line .value {
  padding: 5px 0 0 0;
  margin-right: 0;
}
.solar-chart-style {
  margin-bottom: 16px;
  align-items: flex-end;
}
.solar-chart-style .chart-handle {
  flex: 1;
}
.solar-chart-style .bars {
  margin-right: 10px;
}
.solar-chart-style .bars,
.solar-chart-style .labels {
  display: flex;
}
.solar-chart-style .one-bar,
.solar-chart-style .one-label {
  margin: 0 6px 0 0;
  flex-basis: 8.3333%;
  position: relative;
}
.solar-chart-style .one-bar:first-child,
.solar-chart-style .one-label:first-child {
  margin-left: 6px;
}
.solar-chart-style .one-bar {
  height: 250px;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
.solar-chart-style .one-label {
  padding-top: 10px;
  text-align: center;
}
.solar-chart-style .color {
  width: 100%;
}
.solar-chart-style .a {
  z-index: 1;
  height: 100%;
  background: #ff0;
}
.solar-chart-style .b {
  z-index: 2;
  height: 100%;
  background: #f93;
}
.solar-chart-style .c {
  z-index: 3;
  height: 50%;
  background: #6c9aec;
}
.solar-chart-style .d {
  z-index: 5;
  height: 20%;
  background: #0c2;
}
.solar-chart-style .e {
  z-index: 4;
  height: 30%;
  background: #005386;
}
.solar-chart-style .f {
  z-index: 6;
  height: 10%;
  background: #224;
}
.solar-chart-style .legend {
  height: 16px;
  width: 16px;
  margin-right: 10px;
}
.phone .solar-chart-style .legend {
  margin-right: 0;
}
.solar-chart-style .mirror {
  font-weight: bold;
}
.tou-debug-table th,
.tou-debug-table td {
  text-align: left;
  border: 1px solid #ccc;
  padding: 1px 3px;
}
.chart-legend.alt {
  flex-basis: 421px;
  line-height: normal;
  border: none;
  margin: 0;
}
.phone .chart-legend.alt {
  flex-basis: auto;
}
.phone .chart-legend.alt .dark-row {
  align-items: flex-end;
}
.chart-legend.alt .rad {
  margin: 0;
}
.chart-legend.alt .dark-row {
  display: flex;
  align-items: baseline;
}
.chart-legend.alt select {
  min-width: auto;
  width: 60px;
}
.chart-legend.alt td {
  padding: 4px 10px 4px 0;
  font-size: 13px;
}
.chart-legend.alt td:last-child,
.phone .chart-legend.alt td {
  font-size: 12px;
}
.chart-legend.alt tr:nth-of-type(even) {
  background: none;
}
.chart-legend.alt .top {
  font-weight: bold;
}
.chart-legend.alt .line .td {
  border-bottom: 0.5px solid #ccc;
}
.chart-legend.alt .line.nb .td {
  border: none;
}
.mobile .ev-page-boundary {
  width: 100%;
}
.mobile .solar-boundary {
  padding: 10px;
}
.mobile .solar-style .questions-nav {
  width: 100%;
}
.mobile .solar-style .bubble {
  margin: 0;
}
.mobile .solar-style .w-bubble .one-option {
  flex: 0;
}
.mobile .solar-style .gr {
  flex-wrap: wrap;
}
.mobile .solar-style .control-field .flex-row {
  flex-wrap: wrap;
}
.mobile .solar-style .size-options .flex-row {
  justify-content: flex-start;
}
.mobile .solar-style .size-options .one-option {
  flex: 0;
  margin: 0 6px 12px 0;
}
.mobile .solar-style .one-option {
  margin-bottom: 6px;
}
.mobile .solar-style .batt-row .one-option {
  margin-bottom: 0;
}
.mobile .solar-chart-style {
  flex-direction: column-reverse;
}
.mobile .solar-chart-style .chart-handle,
.mobile .solar-chart-style .chart-legend {
  width: 100%;
}
.mobile .solar-chart-style .chart-legend {
  margin: 0 0 10px 0;
}
.mobile .solar-chart-style .chart-legend .flex-row {
  margin-bottom: 6px;
}
.mobile .solar-chart-style .chart-legend .block-1 {
  margin-right: 20px;
}
.mobile .solar-chart-style .chart-legend .block-2 {
  flex: 1;
}
.phone .year-style .to-open {
  margin-top: 10px;
}
.phone .year-style .year-word {
  display: none;
}
.phone .year-style .year-table td,
.phone .year-style .year-table th {
  font-size: 13px;
  white-space: nowrap;
  min-width: auto;
}
.phone .year-style .year-table td.year {
  padding-right: 10px;
}
.phone .year-style .loan-section {
  display: flex;
  margin-bottom: 30px;
}
.phone .year-style .loan-section .control {
  margin: 0 6px 6px 0;
}
.phone .solar-style .checklist .control,
.phone .solar-style .checklist span {
  flex: 1;
}
.phone .solar-style .checklist .other_text {
  width: 100%;
}
.phone .solar-style .concise-row {
  display: block;
  margin-top: 10px;
}
.phone .solar-style .control-label {
  line-height: normal;
  margin-bottom: 10px;
}
.phone .solar-style .to-open {
  flex-direction: column-reverse;
}
.phone .solar-style .other_text {
  width: auto;
}
.phone .solar-style .house-row .one-option {
  margin: 0 6px 6px 0;
  flex: 1 0 40%;
}
.phone .solar-style .house-row .flex-row {
  justify-content: center;
}
.phone .solar-style .concise .target .text {
  text-align: left !important;
}
.phone .solar-style .size-options .flex-row {
  justify-content: flex-start;
  align-items: end;
}
.phone .solar-style .size-options .savings-mirror {
  margin: 0;
}
.phone .solar-style .size-options .hint {
  margin-top: 4px;
  display: none;
  text-align: center;
}
.phone .solar-style .size-options .one-option {
  flex: 0;
  margin: 0 6px 6px 0;
}
.phone .solar-style .size-options .bubble {
  height: auto;
  font-size: 20px;
  font-weight: bold;
  height: 80px;
  flex: auto;
}
.phone .solar-style .size-options .copy-label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}
.phone .solar-style .size-options .cost-input {
  font-size: 13px;
}
.phone .solar-style .size-options .cost-input:not(.copy) {
  display: none;
}
.phone .solar-style .size-options .cost-input.copy {
  font-size: 20px;
  font-weight: bold;
  width: 120px;
}
.phone .solar-style .size-options .options-after .one-option {
  margin: 0 16px 0 0;
}
.phone .solar-style .year-wrapper {
  padding: 20px 10px;
}
.phone .solar-style .year-table {
  margin-right: 10px;
}
.phone .solar-style .year-table td {
  white-space: nowrap;
}
.phone .solar-style .year-table td,
.phone .solar-style .year-table th {
  font-size: 11px;
}
.phone .solar-style .year-table.cash td:first-child,
.phone .solar-style .year-table.loan td:first-child,
.phone .solar-style .year-table.cash th:first-child,
.phone .solar-style .year-table.loan th:first-child {
  display: none;
}
.phone .solar-style .h1 {
  line-height: 30px;
}
.phone .solar-style .text {
  flex-basis: auto;
}
.phone .solar-style .summary-group .input-text {
  text-align: right;
}
.phone .solar-style .target.s1,
.phone .solar-style .target.s2 {
  font-size: 14px;
}
.phone .solar-style .target .text {
  flex: 1;
}
.phone .solar-style .target .value {
  padding-right: 0;
  margin-right: 0;
}
.phone .solar-style .bill-radio .one-option {
  flex: 0;
}
.phone .solar-style .bill-radio .c {
  width: 60px;
}
.phone .solar-style .bubble-radio.w-bubble .bubble,
.phone .solar-style .cost-input {
  width: 60px;
}
.phone .solar-style .phone-br {
  display: block;
}
.phone .solar-style .flex-row {
  align-items: stretch;
}
.phone .solar-style .one-option {
  display: flex;
  flex-direction: column;
}
.phone .solar-style .one-option.copy-cost {
  margin: 0;
}
.phone .solar-style .one-option.copy-cost .savings-mirror {
  font-size: 14px;
  white-space: nowrap;
  margin-top: 6px;
}
.phone .solar-style .one-option.copy-cost .savings-mirror::before {
  content: 'After Tax Credit: ';
}
.phone .solar-style .bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.mobile-year-target {
  display: none;
  padding: 16px 6px 0 6px;
  margin: 0 0 20px 0;
}
.phone .mobile-year-target {
  display: block;
}
.mobile-year-target .th-empty {
  display: none;
}
.mobile-year-target .input-text {
  width: 70px;
}
.mobile-year-target .input-title {
  display: block;
  margin-right: 10px;
  flex: 0 0 60px;
}
.mobile-year-target .desk-only {
  display: none;
}
.mobile-year-target .input-row .grow {
  font-weight: normal;
  margin-bottom: 10px;
}
.mobile-year-target .input-row .control {
  margin: 0 4px 0 0;
}
.mobile-year-target .input-row .control-label {
  line-height: normal;
}
.mobile-year-target tr {
  display: block;
}
.mobile-year-target th {
  display: flex;
  align-items: flex-end;
  padding: 0;
  margin: 0 0 16px 0;
  white-space: nowrap;
}
.mobile-year-target th.last {
  margin-bottom: 0;
}
.w400 .mobile-year-target .control-label,
.w400 .mobile-year-target label {
  font-size: 11px;
  white-space: normal;
}
.w400 .mobile-year-target .input-text {
  width: 62px;
}
.w400 .mobile-year-target .input-title {
  margin-right: 6px;
  font-size: 11px;
}
.phone .solar-chart-style .one-label {
  font-size: 8px;
}
.phone .solar-style.slider-style .nav-handle-phone {
  display: block;
}
.phone .solar-style.slider-style .questions-section {
  width: auto;
}
.phone .solar-style.slider-style .window {
  flex: 0;
  padding: 10px;
  align-self: stretch;
}
.phone .solar-style.slider-style .x-translate {
  align-items: baseline;
}
.phone .solar-style.slider-style .questions-section {
  border: none;
}
.phone .solar-style.slider-style .question-image {
  height: auto;
  margin-top: 80px;
}
.phone .solar-style.slider-style .nav-handle-phone {
  width: 100%;
}
@media print {
  .ev-site main {
    padding: 0;
  }
  .solar-body.is-embed {
    width: 1000px;
  }
  .solar-body.is-embed .solar-module {
    margin-top: 80px;
  }
  .year-table-style-v2 td {
    padding: 2px 6px 2px 2px;
  }
  .solar-body .ev-nav {
    display: none;
  }
  .solar-style {
    padding: 0 80px 0 80px;
  }
  .solar-style .h1.mt {
    margin-top: 0;
  }
  .solar-style .h1,
  .solar-style .p {
    margin-bottom: 20px;
  }
  .solar-style .opener {
    padding: 0;
  }
  .solar-style .print-only {
    display: block;
  }
  .solar-style .no-print {
    display: none !important;
  }
  .solar-style .year-wrapper {
    border: none;
    padding: 0;
  }
  .solar-style .arrow-open {
    display: none;
  }
  .solar-style .link-hint {
    display: none;
  }
  .solar-style .may-print-2 .solar-summary {
    border: 1px solid #ccc;
  }
  .solar-style .to-open {
    margin-top: 20px;
    display: block !important;
  }
  .solar-style .to-open.pad {
    padding: 0;
  }
  .solar-style.print-1 .year-table {
    margin-top: 0;
  }
  .solar-style.print-1 .print-only-1 {
    display: block;
  }
  .solar-style.print-1 .may-print-1 {
    display: block;
  }
  .solar-style.print-1 .may-print-2 {
    display: none;
  }
  .solar-style.print-2 .print-only-1 {
    display: none;
  }
  .solar-style.print-2 .may-print-1 {
    display: none;
  }
  .solar-style.print-2 .may-print-2 {
    display: block;
  }
  .page-break:not(.first) {
    page-break-before: always;
  }
}
.ud-notate {
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 13px;
  color: #222;
  background: #feb;
  line-height: normal;
  border: 1px solid #777;
}
.ud-notate:hover {
  background: #cef;
}
.ud-notate .rel {
  position: relative;
}
.ud-notate .text {
  padding: 6px 30px 6px 6px;
}
.ud-notate .fa-close {
  position: absolute;
  right: 6px;
  top: 6px;
}
.ud-bg-a1 {
  background: #c60;
}
.ud-bg-gs10 {
  background: #ccc;
}
.ud-bg-c10 {
  background: #c80000;
}
.ud-header-sides {
  display: none;
}
.ud-header-sides-invert {
  display: block;
}
.ud-header-left-ht {
  height: 66px;
}
.ud-header-right-ht {
  height: 35px;
}
.ev-theme-notes-outer {
  inset: 0 0 0 0;
  position: absolute;
}
.ev-theme-notes {
  position: relative;
}
.ev-theme-style .image-upload-fm,
.ev-theme-style .id-group {
  display: none;
}
.ev-theme-style .flex-row {
  flex-direction: row;
}
.ev-theme-style .up-btn-style {
  width: auto;
  margin-left: 6px;
}
.ev-theme-style .sh {
  margin: 0 0 10px 0;
  font-weight: bold;
  text-transform: uppercase;
}
.ev-theme-style .toggle-style {
  padding: 4px 12px;
  border: 1px solid #333;
  cursor: pointer;
  display: inline-block;
  border-radius: 4px;
  margin: 10px 0 0 0;
  color: #333;
  user-select: none;
}
.ev-theme-style .toggle-style:hover {
  border-color: #6bf;
  color: #6bf;
}
.ev-theme-style .thumb-img {
  width: 60%;
  margin-bottom: 20px;
}
.ev-theme-style .theme-pane {
  width: 350px;
  position: fixed;
  z-index: 10;
  top: 20px;
  left: 20px;
  bottom: 20px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.extra-wide.ev-theme-style .theme-pane {
  width: 650px;
}
.ev-theme-style .info {
  font-weight: bold;
  margin: 10px 0;
}
.ev-theme-style .inner {
  width: 314px;
}
.extra-wide.ev-theme-style .inner {
  width: 614px;
}
.ev-theme-style .spin-arrow {
  margin-right: 6px;
  margin-bottom: 3px;
  height: 6px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #333;
  transition: transform 0.3s;
  cursor: pointer;
}
.ev-theme-style .spin-arrow.spun {
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.ev-theme-style .collapse {
  cursor: pointer;
  margin: 0 0 16px 6px;
  display: flex;
  width: 350px;
  background: #cde;
  margin: -10px 0 0 -10px;
  padding: 10px;
}
.extra-wide.ev-theme-style .collapse {
  width: 650px;
}
.ev-theme-style .embed-pane {
  background: #bbb;
  position: relative;
}
.ev-theme-style .preview {
  width: 200px;
  background: #ddd;
}
.ev-theme-style .saved-msg {
  margin: 10px 0 0 0;
  font-style: italic;
  color: #777;
}
.ev-theme-style .control {
  display: flex;
  margin: 0 0 10px 0;
  align-items: center;
}
.ev-theme-style .control,
.ev-theme-style .control-field {
  flex: 1;
}
.ev-theme-style .control-label {
  width: 100px;
  font-size: 13px;
  flex-basis: 150px;
}
.ev-theme-style label {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 11px;
  display: flex;
  align-items: center;
}
.ev-theme-style input[type=radio] {
  margin: 0 6px 0 0;
}
.ev-theme-style input[type=text] {
  height: auto;
  width: 140px;
  margin: 0;
  padding: 3px;
  box-shadow: none;
}
.ev-theme-style input[type=text]:focus {
  box-shadow: 0 0 6px 1px #cef;
}
.ev-theme-style textarea {
  width: 100%;
  height: 90px;
}
