@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
}

main {
  margin: auto;
  width: 768px;
}

section {
  height: 1016px;
  border: 1px solid #b4b4b4;
  border-radius: 3px;
}

section .page-title-box {
  min-height: 12rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFCC33), to(white));
  background-image: linear-gradient(#FFCC33, white);
}

section .page-title-box h2 {
  padding: 1rem 1rem 1rem 1.5rem;
  font-size: 32px;
  font-weight: 300;
  color: #500000;
}

section .page-title-box-plain h2 {
  padding: 1rem 1rem 1rem 1.5rem;
  font-size: 32px;
  font-weight: 300;
  color: #500000;
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
}

main.inputs {
  margin: auto;
  width: 768px;
  margin-top: 2rem;
  margin-bottom: 50vh;
  padding-bottom: 1rem;
  background-color: #f4f4f4;
}

main.inputs h1 {
  padding-top: 1rem;
  text-align: center;
}

main.inputs fieldset {
  margin: 1rem;
  padding: 0 1rem 1rem 1rem;
}

main.inputs fieldset.array div.columns div {
  display: none;
}

main.inputs fieldset#array-1 div.columns div {
  display: block;
}

main.inputs fieldset .columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 1fr;
      grid-template-columns: 1.5fr 1fr;
}

main.inputs fieldset .columns .column-inputs h3 {
  margin: .5rem 0 0.5rem 0;
  font-size: 16px;
  font-weight: 400;
}

main.inputs fieldset .columns .column-inputs h4 {
  margin: 1rem 0 0.5rem 1rem;
  font-size: 14px;
  font-weight: 400;
}

main.inputs fieldset .columns .column-inputs h6 {
  margin: .5rem 2rem .5rem 0;
  font-size: 14px;
  font-weight: 400;
}

main.inputs fieldset .columns .column-inputs p {
  font-size: 14px;
  color: #777;
}

main.inputs fieldset .columns .column-inputs input {
  margin: .5rem 0 0rem 0;
  padding: 0.2rem 1rem;
  width: 300px;
  display: block;
}

main.inputs fieldset .columns .column-inputs label {
  margin-left: 1rem;
  font-size: 12px;
  color: #777;
  display: block;
}

main.inputs fieldset .columns .column-inputs button {
  margin-top: 1.2rem;
  padding: 4px 12px;
  display: block;
  text-transform: uppercase;
  border-color: #ddd;
}

main.inputs fieldset .columns .column-outputs h3 {
  margin: .5rem 0 0.5rem 0;
  font-size: 16px;
  font-weight: 400;
}

main.inputs fieldset .columns .column-outputs h6 {
  margin: .5rem 2rem .5rem 0;
  font-size: 14px;
  font-weight: 400;
}

main.inputs fieldset .columns .column-outputs p {
  font-size: 14px;
  color: #777;
}

main.inputs fieldset .columns .column-outputs .appendKWH::after {
  content: ' kwh';
}

main.inputs fieldset .columns .column-outputs iframe {
  display: block;
}

main.inputs fieldset .columns .column-outputs .chart-area {
  min-height: 200px;
}

main.inputs fieldset .columns .column-outputs img {
  width: 300px;
  height: 200px;
}

main.inputs fieldset .columns.boxed {
  margin-top: 1rem;
  padding: 0 1rem 1rem;
  background-color: #e0e0e0;
  border-radius: 5px;
}

.print-box {
  position: fixed;
  bottom: 20vh;
  left: 5vw;
}

.print-box .print-settings-box {
  margin: 2rem 0;
  max-width: 200px;
}

.print-box .print-settings-box h6 {
  margin-bottom: .5rem;
  font-size: 16px;
}

.print-box .print-settings-box ul {
  font-size: 14px;
  list-style: none;
}

.print-box .print-settings-box ul li {
  margin: 6px 0;
}

.print-box button {
  padding: 1rem 4rem;
  border-radius: 5px;
  background-color: #af4a4a;
  color: white;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.print-box button:hover {
  cursor: pointer;
  color: #500000;
  background-color: #c48d8d;
}

@media print {
  .print-box {
    visibility: hidden;
  }
}

section.cover-page .column-block {
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 5fr;
      grid-template-columns: 3fr 5fr;
}

section.cover-page .cover-left-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 2fr 4fr 1fr 2fr;
      grid-template-rows: 2fr 4fr 1fr 2fr;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

section.cover-page .cover-left-column .logo {
  margin-top: 2rem;
  width: 180px;
  -ms-grid-column-align: center;
      justify-self: center;
}

section.cover-page .cover-left-column .logo img {
  width: 100%;
}

section.cover-page .cover-left-column .salesperson-info h3 {
  margin-bottom: .5rem;
  color: grey;
  text-align: center;
  color: #c48d8d;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: underline;
}

section.cover-page .cover-left-column .salesperson-info h4 {
  text-align: center;
  line-height: 1rem;
  color: #500000;
  font-size: 14px;
  font-weight: 400;
  text-shadow: 3px 3px 5px #d8d8d8;
}

section.cover-page .cover-left-column .title {
  background-color: #FFCC33;
  margin-left: 2.5rem;
  padding: 1rem 3rem 1rem 3rem;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  position: absolute;
}

section.cover-page .cover-left-column .title h5 {
  position: absolute;
  bottom: 12px;
  left: 54px;
  color: #500000;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

section.cover-page .cover-left-column .title h1 {
  font-size: 64px;
  color: #500000;
}

section.cover-page .cover-left-column .customer-info {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

section.cover-page .cover-left-column .customer-info h3 {
  margin-bottom: .5rem;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: underline;
}

section.cover-page .cover-left-column .customer-info h4 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-shadow: 3px 3px 5px #d8d8d8;
}

section.cover-page .cover-right-column {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 102, 255, 0.3)), to(rgba(51, 102, 255, 0.5))), url(../images/panels.jpg);
  background-image: linear-gradient(rgba(51, 102, 255, 0.3), rgba(51, 102, 255, 0.5)), url(../images/panels.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

section.details-page .details-box {
  margin: -7rem 1rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  justify-items: center;
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

section.details-page .details-box .details-block {
  padding: 1rem 1rem;
  height: 10rem;
}

section.details-page .details-box .details-block h4 {
  font-size: 11px;
  font-weight: 500;
  color: #222222;
  text-align: center;
  text-transform: uppercase;
}

section.details-page .details-box .details-block h3 {
  margin: 0rem 0rem 0.5rem 0rem;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

section.details-page .details-box .details-block h3 .system-size {
  font-weight: 800;
}

section.details-page .details-box .details-block h3 .system-cost {
  font-weight: 800;
}

section.details-page .details-box .details-block h3 .system-cost::before {
  content: "$";
}

section.details-page .details-box .details-block p {
  font-size: 14px;
}

section.details-page .details-box .cost-details {
  padding: 0 1rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

section.details-page .details-box .cost-details p {
  text-align: left;
}

section.details-page .details-box .cost-details .cost-val {
  font-weight: 600;
  text-align: right;
}

section.details-page .details-box .cost-details .cost-val::before {
  content: '$';
}

section.details-page .details-box .cost-details #systemRebate::before, section.details-page .details-box .cost-details #systemCredit::before {
  content: '($';
}

section.details-page .details-box .cost-details #systemRebate::after, section.details-page .details-box .cost-details #systemCredit::after {
  content: ')';
}

section.details-page .details-box .cost-details #systemFinalCost {
  text-decoration: overline;
}

section.details-page .system-image-box {
  margin: 1rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 400px 2fr;
      grid-template-columns: 1fr 400px 2fr;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  justify-items: left;
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

section.details-page .system-image-box .sys-image-block {
  display: block;
  -ms-grid-column-align: center;
      justify-self: center;
  border-radius: 5px;
}

section.details-page .system-image-box .sys-image-block img {
  margin: auto;
  width: 100%;
}

section.details-page .system-image-box .site-params-block {
  margin: 1rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

section.details-page .system-image-box .site-params-block h5 {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 600;
}

section.details-page .system-image-box .site-params-block h5 span {
  font-weight: 400;
}

section.details-page .system-image-box .site-params-block h6 {
  font-size: 12px;
  font-weight: 400;
}

section.details-page .system-image-box .site-params-block h6 span {
  margin-left: .5rem;
}

section.details-page .mat-lab-box {
  margin: 1rem 0 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  justify-items: center;
}

section.details-page .mat-lab-box .mat-lab-block {
  padding: 1rem 0;
  width: 90%;
  min-height: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

section.details-page .mat-lab-box .mat-lab-block h4 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
  color: lightgray;
}

section.details-page .mat-lab-box .mat-lab-block .mat-lab-contents {
  padding: 0 1rem;
}

section.details-page .mat-lab-box .mat-lab-block .mat-lab-contents h5 {
  font-size: 14px;
  font-weight: 600;
}

section.details-page .mat-lab-box .mat-lab-block .mat-lab-contents h6 {
  margin-left: .5rem;
  font-size: 12px;
  font-weight: 400;
}

section.details-page .mat-lab-box .mat-lab-block .mat-lab-contents p {
  margin-left: 10px;
  font-size: 12px;
}

section.details-page .mat-lab-box .mat-lab-block .mat-lab-contents .mat-val {
  font-weight: 600;
}

section.details-page .info-highlight {
  position: relative;
  margin: 4rem 3rem 4rem 5rem;
}

section.details-page .info-highlight img {
  position: absolute;
  top: -60px;
  left: -50px;
  width: 180px;
  z-index: -1;
  opacity: .1;
}

section.details-page .info-highlight .info-hglt-content h5 {
  margin-bottom: .5rem;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: underline;
}

section.details-page .info-highlight .info-hglt-content p {
  font-weight: 600;
}

section.details-page .info-highlight .info-hglt-content p span {
  font-weight: 700;
}

section.details-page .info-highlight .info-hglt-content h6 {
  font-size: 10px;
  font-weight: 400;
}

section.energy-page .energy-estimate-box {
  margin: -7rem 1rem 1rem;
  padding: 1rem 2rem;
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

section.energy-page .energy-estimate-box h3 {
  font-size: 11px;
  font-weight: 400;
  color: #222222;
  text-transform: uppercase;
  text-align: center;
}

section.energy-page .energy-estimate-box h4 {
  text-align: center;
  font-weight: 600;
}

section.energy-page .energy-estimate-box .energy-estimate-content {
  margin: .5rem auto;
  width: 60%;
  background-color: #FFCC33;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

section.energy-page .energy-estimate-box h5 {
  margin-top: 2rem;
  font-weight: 500;
}

section.energy-page .energy-charts-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.energy-page .energy-charts-box .chart-block {
  margin: 0 1rem;
  padding: 1rem 0;
  width: 50%;
  height: auto;
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

section.energy-page .energy-charts-box .chart-block h4 {
  margin: .5rem 0;
  text-align: center;
  font-weight: 700;
}

section.energy-page .energy-charts-box .chart-block .prod-table {
  margin: auto;
}

section.energy-page .energy-charts-box .chart-block table {
  font-size: 10px;
}

section.energy-page .energy-charts-box .chart-block table th {
  padding: 0 5px;
}

section.energy-page .energy-charts-box .chart-block table td {
  text-align: center;
}

section.energy-page .energy-charts-box .chart-block table #totalUsed, section.energy-page .energy-charts-box .chart-block table #totalProd {
  text-decoration: overline;
}

section.energy-page .energy-charts-box .chart-block iframe {
  margin: auto;
  margin-top: -0.5rem;
  display: block;
}

section.energy-page .energy-charts-box .chart-block h5 {
  margin: 0 2rem;
  font-weight: 500;
  text-align: center;
}

section.energy-page .energy-charts-box .chart-block h5 #percentSolar {
  font-weight: 700;
}

section.energy-page .energy-charts-box .chart-block h5 .per_bold {
  font-weight: 700;
}

section.energy-page .mixed-chart-box {
  margin-top: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.energy-page .mixed-chart-box .mixed-chart-block {
  margin: 1rem;
  width: 100%;
  height: 400px;
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

section.energy-page .mixed-chart-box .mixed-chart-block iframe {
  margin: auto;
  display: block;
}

section.financial-page .financial-box {
  margin-top: -7rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  justify-items: center;
}

section.financial-page .financial-box .financial-block {
  width: 90%;
  padding: 1rem 1rem;
  height: 10rem;
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

section.financial-page .financial-box .financial-block h4 {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

section.financial-page .financial-box .financial-block h3 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: underline;
}

section.financial-page .financial-box .financial-block h3 span {
  font-weight: 700;
}

section.financial-page .financial-box .financial-block p {
  text-align: center;
  font-size: 14px;
}

section.financial-page .financial-box .financial-details .financial-cost {
  margin-top: 1rem;
  font-size: 28px;
  font-weight: 600;
}

section.financial-page .financial-box .financial-details .financial-cost::before {
  content: '$ ';
}

section.financial-page .financial-chart-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.financial-page .financial-chart-box .line-chart-block {
  margin: 1rem;
  width: 100%;
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

section.financial-page .financial-chart-box .line-chart-block iframe {
  margin: auto;
  display: block;
}

section.financial-page .financial-chart-box .line-chart-block p {
  margin: 10px;
  text-align: center;
  font-size: 12px;
}

section.financial-page .info-highlight {
  position: relative;
  margin: 4rem 3rem 5rem 5rem;
}

section.financial-page .info-highlight img {
  position: absolute;
  top: -60px;
  left: -50px;
  width: 180px;
  z-index: -1;
  opacity: .1;
}

section.financial-page .info-highlight .info-hglt-content h5 {
  margin-bottom: .5rem;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: underline;
}

section.financial-page .info-highlight .info-hglt-content p {
  font-weight: 500;
}

section.financial-page .info-highlight .info-hglt-content p span {
  font-weight: 800;
}

section.financial-page .info-highlight .info-hglt-content h6 {
  font-size: 10px;
  font-weight: 400;
}

section.summary-page .summary-box {
  margin: 1rem;
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

section.summary-page .energy-summary-box {
  position: relative;
  margin-top: -7rem;
  padding: 2rem 3rem;
  min-height: 20rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  justify-items: center;
}

section.summary-page .energy-summary-box h2 {
  position: absolute;
  left: .5rem;
  top: 1rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  color: lightgrey;
}

section.summary-page .energy-summary-box h2 span {
  font-weight: 400;
}

section.summary-page .energy-summary-box h3 {
  margin-bottom: 1rem;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

section.summary-page .energy-summary-box h3 span {
  font-weight: 700;
}

section.summary-page .energy-summary-box .energy-summary-card {
  margin: .5rem;
  padding: 1rem;
  background-color: white;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

section.summary-page .energy-summary-box .energy-summary-card img {
  margin: 1rem auto;
  display: block;
}

section.summary-page .energy-summary-box .energy-summary-card p {
  margin-bottom: 4px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

section.summary-page .energy-summary-box .energy-summary-card .equivalent {
  font-size: 12px;
  font-weight: 400;
}

section.summary-page .financial-summary-box {
  position: relative;
  padding: 2rem 3rem;
  min-height: 20rem;
}

section.summary-page .financial-summary-box h2 {
  position: absolute;
  left: .5rem;
  top: 1rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  color: lightgrey;
}

section.summary-page .financial-summary-box h2 span {
  font-weight: 400;
}

section.summary-page .financial-summary-box h3 {
  margin-bottom: 2rem;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

section.summary-page .financial-summary-box h3 span {
  font-weight: 700;
}

section.summary-page .financial-summary-box .financial-block {
  margin: 0 1rem 1rem 1rem;
  padding: 0 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.summary-page .financial-summary-box .financial-block h5 {
  font-size: 20px;
}

section.summary-page .financial-summary-box .financial-block p {
  font-size: 12px;
}

section.summary-page .financial-summary-box .value-block {
  margin: 1rem 2rem;
  padding: .5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FFCC33;
  border-radius: 5px;
}

section.summary-page .financial-summary-box .value-block h4 {
  font-size: 32px;
}

section.summary-page .financial-summary-box .irr-block {
  margin: 1rem;
  padding: .5rem 5rem;
  text-align: center;
}

section.summary-page .financial-summary-box .irr-block h6 {
  font-size: 16px;
}

section.summary-page .financial-summary-box .irr-block p {
  font-size: 12px;
}

section.summary-page .warranty-summary-box {
  padding: 1rem 3rem;
}

section.summary-page .warranty-summary-box h4 {
  margin-bottom: 6px;
  font-weight: 400;
  text-decoration: underline;
}

section.summary-page .warranty-summary-box h5 {
  margin-left: 5px;
  font-weight: 400;
}

section.summary-page .warranty-summary-box h5 span {
  font-weight: 500;
}

section.about-page .about-container {
  margin: 2rem;
}

section.about-page img {
  margin: auto;
  width: 100%;
}
/*# sourceMappingURL=styleRedux.css.map */