<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.App {
  text-align: center;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

/* @media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
} */

.footer{
  /* padding : 4%; */
  bottom: 0;
}

.blue32{
  color : #32A0EC;
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Split the screen in half */
.split {
  /* height: 100%; */
  width: 50%;
  /* position: fixed; */
  /* z-index: 1; */
  /* top: 0; */
  /* overflow-x: hidden; */
  /* margin: 0; */
  /* padding-top: 20px; */
}

.navBar {
  height: 100%;
  width: 20%;
  position: fixed;
  z-index: 1;
  top: 0;
  overflow-x: hidden;
  padding-top: 20px;
}

/* Control the left side */
.left {
  left: 0;
  float: left;
  /* background-color: #111; */
}

/* Control the right side */
.right {
  right: 0;
  float: right;
  /* background-color: red; */
}

/* If you want the content centered horizontally and vertically */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* Style the image inside the centered container, if needed */
.centered img {
  width: 150px;
  border-radius: 50%;
}


/* Firebase Auth custom styling */
ul.firebaseui-idp-list {
    display:inline-flex; 
    margin:0;  
}
li.firebaseui-list-item {
    padding: 0.5%;
    padding-right: .5em;
    margin-bottom: 0 !important;
}
#firebase-nav {
	position: absolute;
	right:0;
}

.firebaseui-card-content{
    padding-right: 0 !important;
    padding-left: 0 !important;
}
/* End Firebase Auth */

/* Dynamic Book Pages */
.bookCard {
    margin: auto;
    width: 60%;
}
.dynamicBookInfoCard {
	width:20%;
	display:inline-grid;
}
.dynamicBookCard {
	width : 75%;
	display:inline-grid;
	margin-left:5%;
}
/* Dynamic Book Pages */

.heading-margins {
    margin-top : 5%;	
}

.allroundmargin{
    margin-left : 30%;
    margin-right : 10%;
    margin-top : 0%;
}


.cardwidth {
    width : 60%;
    margin : 10%;
}

/* .flipcard-margin{
    margin : 3%;
} */

.inner-card-margin{
     margin-left : 27%;
     margin-right : 1%;
}

.card-margin-white{
      border-color : white !important;
}

.heading-style {
    margin-top : 0%;
    margin-left : 30%;
    margin-right: 15%;
    font-size : 30px;
    text-align : left;
}

.sub-heading-style {
    margin-top : 0.5%;
    margin-left : 30%;
    margin-right: 15%;
    text-align : left;
    color: #0089af;
}

.short-summary-style{
    margin-top : 0.5%;
    margin-left : 30%;
    margin-right: 15%;
    text-align : left;
}

.innercards{
    margin-top : 2%;
    margin-left : 30%;
    margin-right : 10%;
    padding : 2%;
    text-align : left;
}
/* TheFlipBookCSS *\

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  /* border: 1px solid #f1f1f1;
  position : absolute; */
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s; 
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front {
  position: relative;
  width: 100%;
  height: 100%; 
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

.flip-card-back {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; 
  max-width: fit-content;
  margin: auto;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: transparent;
  color: black;
}

/* Style the back side */
.flip-card-back {
  background-color : #6c757d;
  color: white;
  transform: rotateY(180deg);
}

a.nav-link {
    color: rgb(12, 33, 75);
}

/* Style the Solar Rebate */
.incentivesCA_header1 {
    /* text-align: left; */
    font-size: 2em;
    /* font-weight: bold; */
    /* text-decoration: underline; */
    text-decoration-color: rgb(58, 151, 238);
    /* font-family: verdana; */
    font-family: "Karla", sans-serif;
}
.incentivesCA_header2 {
    color: rgb(58, 151, 238);
    /* text-align: left; */
    /* font-family: verdana; */
    font-family: "Karla", sans-serif;
    font-size: 20px;
    padding: 1em;
}

.incentivesCA_body {
    text-align: left;
    /* font-family: verdana; */
    line-height: 1.5em;
    font-family: "Karla", sans-serif;
    /* text-align: justify; */
}

/* .rebates_table {
  border: 1px solid rgb(70, 68, 68);
} */
.costOfSolar, td, th{
  /* border:1px solid rgb(151, 147, 147) !important; */
}

.rebates_table, td, th{
    text-align: left;
    /* width: 50%; */
    padding: .5em !important;
    line-height: 1.5em;
    /* border:1px solid rgb(68, 66, 66); */
}

.rebates_table, tr:nth-child(even) {
  background-color: #f2f2f2;
  /* border:1px solid rgb(70, 68, 68); */
}

.table&gt;:not(caption)&gt;*&gt;* {
  padding: 1rem 1rem !important;
  /* border: 1px solid rgb(248, 219, 202) !important; */
}

.MuiTableCell-root{
  vertical-align: middle;
  text-align: center;
  /* border-style: groove;
  border-width: 2px; */
}

.MuiTableCell-root, th{
  width: 15%;
  font-size: 16px !important;
}

.MuiTableCell-root, td{
  text-align: center !important;
  font-size: 16px !important;
}

.MuiTableCell-alignRight{
  text-align: center !important;
}

.MuiSlider-root {
  padding: 10px 10px !important;
}

/* .rs-sidenav-collapse-in {
  width: 90% !important;
} */

.quote-text {
	font-size: 18px;
/* 	font-family: 'Amatic SC', cursive; */
	text-align: left;
	margin: 0 auto;
	width: 80%;
  margin-top: 10px;
  margin-bottom: 10px;

}

.fa-quote-left {
	position: relative;
	top: 34px;
}

.fa-quote-right {
	position: relative;
	bottom: 23px;
	float: right;
}

.quote-footer{
	margin: 10px 0 10px 0;
	font-size: 20px;
} 

/*Underline for article section title  */
.underline{
  border-bottom: 2px solid rgb(248, 112, 34);
  width: 100%;
  display: block;
  padding-bottom: 0;
  padding-top: 20px;
  margin-bottom: 20px;
}

.dropCaps:first-letter {
  /* float: left; */
  font-size: 28px;
  /* line-height: 1;
  font-weight: bold;
  margin-right: 9px;
  margin-bottom: 45px; */
  /* text-shadow: rgb(153, 69, 0) .05em .05em; */
}

/* Do Not Touch */
/* AppWide CSS */

.searchbox{
  margin-top : 7%;
  padding: 15px;
  width: 60%;
  /* max-width : 180em; */
  border-radius : 25px;
  background-color : #98979719;
  /* border-style : none; */
}

.hcolor-primary{
  color : #529d91;
}

.center-cropped {
  object-fit: none; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
}

.nav-item{
  font-size: large;
  font-weight: bold;
}


p {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  text-rendering: optimizelegibility !important;
  letter-spacing: .04em;
  word-spacing: 0.1em;
  line-height: 1.4;
}

.b-hvr{
  background-color: #2F5596;
  color: white;
}

.b-hvr:hover{
  background-color: black;
}

/*  mdl-button mdl-js-button mdl-button--raised firebaseui-idp-google firebaseui-id-idp-button */

.firebaseui-idp-button{
  border-radius: 40px !important;
}

.center-div {
  margin-left: auto;
  margin-right: auto;
  width: 8em;
}

/* ----------------------------------------------------------------
	Process Steps
-----------------------------------------------------------------*/

.process-steps {
	margin: 0 0 40px;
	list-style: none;
}

.process-steps li {
	float: left;
	position: relative;
	width: 25%;
	text-align: center;
	overflow: visible;
}

.process-steps.process-2 li { width: 50%; }
.process-steps.process-3 li { width: 33.33%; }
.process-steps.process-5 li { width: 20%; }

.process-steps li .i-circled { margin-bottom: 0 !important; }

.process-steps li .i-bordered { background-color: #FFF; }

.process-steps li h5 {
	margin: 15px 0 0 0;
	font-size: 16px;
	font-weight: 300;
}

.process-steps li.active h5,
.process-steps li.ui-tabs-active h5 {
	font-weight: 600;
	color: #F87022;
}

.process-steps li.active a,
.process-steps li.ui-tabs-active a {
	background-color: #F87022 !important;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-color: #F87022 !important;
}

.process-steps li:before,
.process-steps li:after {
	content: '';
	position: absolute;
	top: 30px;
	left: 0;
	margin-left: -26px;
	width: 50%;
	border-top: 1px dashed #DDD;
}

.process-steps li:after {
	left: auto;
	right: 0;
	margin: 0 -26px 0 0;
}

.process-steps li:first-child:before,
.process-steps li:last-child:after { display: none; }
/* ----------------------------------------------------------------
	Styled Icons
-----------------------------------------------------------------*/


.i-rounded,
.i-plain,
.i-circled,
.i-bordered,
.social-icon {
	display: block;
	float: left;
	margin: 4px 11px 7px 0;
	text-align: center !important;
	font-size: 28px;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	cursor: pointer;
	font-style: normal;
}

body:not(.device-touch) .i-rounded,
body:not(.device-touch) .i-plain,
body:not(.device-touch) .i-circled,
body:not(.device-touch) .i-bordered,
body:not(.device-touch) .social-icon {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.i-rounded,
.i-circled,
.i-bordered {
	width: 52px !important;
	height: 52px !important;
	line-height: 52px !important;
	background-color: #444;
	border-radius: 3px;
}

.i-bordered {
	border: 1px solid #555;
	line-height: 50px !important;
	background-color: transparent !important;
	color: #444;
	text-shadow: none;
}

.i-plain {
	width: 36px !important;
	height: 36px !important;
	font-size: 28px;
	line-height: 36px !important;
	color: #444;
	text-shadow: 1px 1px 1px #FFF;
}

.i-plain:hover { color: #777; }

.i-circled { border-radius: 50%; }

.i-light {
	background-color: #F5F5F5;
	color: #444;
	text-shadow: 1px 1px 1px #FFF;
	box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
}

.i-alt {
	/* background-image: url('images/icons/iconalt.svg'); */
	background-position: center center;
	background-size: 100% 100%;
}


.i-rounded:hover,
.i-circled:hover {
	background-color: #1ABC9C;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0 0 0 rgba(0,0,0,0.2);
}

.i-bordered:hover {
	background-color: #444 !important;
	color: #FFF;
	border-color: #444;
}


/* Icon Size - Small
-----------------------------------------------------------------*/

.i-small.i-rounded,
.i-small.i-plain,
.i-small.i-circled,
.i-small.i-bordered {
	margin: 4px 11px 7px 0;
	font-size: 14px;
}

.i-small.i-rounded,
.i-small.i-circled,
.i-small.i-bordered {
	width: 28px !important;
	height: 28px !important;
	line-height: 28px !important;
}

.i-small.i-bordered { line-height: 26px !important; }

.i-small.i-plain {
	width: 18px !important;
	height: 18px !important;
	font-size: 14px;
	line-height: 18px !important;
}


/* Icon Size - Small
-----------------------------------------------------------------*/

.i-medium.i-rounded,
.i-medium.i-plain,
.i-medium.i-circled,
.i-medium.i-bordered {
	margin: 6px 13px 9px 0;
	font-size: 21px;
}

.i-medium.i-rounded,
.i-medium.i-circled,
.i-medium.i-bordered {
	width: 36px !important;
	height: 36px !important;
	line-height: 36px !important;
}

.i-medium.i-bordered { line-height: 34px !important; }

.i-medium.i-plain {
	width: 28px !important;
	height: 28px !important;
	font-size: 20px;
	line-height: 28px !important;
}


/* Icon Size - Large
-----------------------------------------------------------------*/

.i-large.i-rounded,
.i-large.i-plain,
.i-large.i-circled,
.i-large.i-bordered {
	margin: 4px 11px 7px 0;
	font-size: 42px;
}

.i-large.i-rounded,
.i-large.i-circled,
.i-large.i-bordered {
	width: 64px !important;
	height: 64px !important;
	line-height: 64px !important;
}

.i-large.i-bordered { line-height: 62px !important; }

.i-large.i-plain {
	width: 48px !important;
	height: 48px !important;
	font-size: 42px;
	line-height: 48px !important;
}


/* Icon Size - Extra Large
-----------------------------------------------------------------*/

.i-xlarge.i-rounded,
.i-xlarge.i-plain,
.i-xlarge.i-circled,
.i-xlarge.i-bordered {
	margin: 4px 11px 7px 0;
	font-size: 56px;
}

.i-xlarge.i-rounded,
.i-xlarge.i-circled,
.i-xlarge.i-bordered {
	width: 84px !important;
	height: 84px !important;
	line-height: 84px !important;
}

.i-xlarge.i-bordered { line-height: 82px !important; }

.i-xlarge.i-plain {
	width: 64px !important;
	height: 64px !important;
	font-size: 56px;
	line-height: 64px !important;
}


/* ----------------------------------------------------------------
	Icon Overlay
-----------------------------------------------------------------*/

.i-overlay {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	/* background: rgba(0,0,0,0.2) url('images/grid.png') repeat; */
}

.i-overlay img,
.i-overlay i {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -24px 0 0 -24px;
	width: 48px !important;
	height: 48px !important;
	font-size: 48px;
	line-height: 1;
	color: #E5E5E5;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}

.i-overlay i {
	margin: -18px 0 0 -18px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 24px;
}

.on-hover.i-overlay { opacity: 0; }

body:not(.device-touch) .on-hover.i-overlay {
	-webkit-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

.on-hover.i-overlay:hover { opacity: 1; }

/* lazy import */

.divcenter {
	position: relative !important;
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.icon-sun2:before {
	content: "aa";
}

.icon-money:before {
	content: "💵";
}

.icon-dollar:before {
	content: "🏠";
}

.icon-calculator:before {
	content: "⚡";
}

.a {
  outline: none;
  text-decoration: none; 
}

.add{
  background-color: #37B625 !important; 
}

.add:hover{
  background-color: #77ec67 !important; 
}

.sub{
  background-color: #F77022 !important; 
}

.sub:hover{
  background-color: #ffa36e !important; 
}

.lh{
  line-height: 18px !important;
}

body{
  line-height: 18px !important;
}

.MuiSnackbarContent-root {
  color: black !important;
  display: flex;
  padding: 0px 0px !important;
  flex-grow: 1;
  font-size: 0.875rem;
  align-items: center;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.43;
  border-radius: 4px;
  letter-spacing: 0.01071em;
  background-color: white !important;
}

.MuiSnackbarContent-action {
  display: flex;
  align-items: center;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 5px !important;
}
.MuiSnackbarContent-message {
  padding: 2px 0 !important;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5em 1em 0.5em 1em !important;
  clear: both;
  font-weight: 400;
  font-size: medium;
  color: #212529;
  text-align: center !important;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-menu.show {
  display: block;
  border-radius: 5px;
  padding: 0 !important;
  background-color: #f0f8fa !important;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #1e2125;
  background-color: #6bbbf4 !important;
}</pre></body></html>