/*** AG June 24th ***/

p.high-brow-tagline {
    color: #27845D;
	margin: 0 0 1rem;
	font-size: 1.7rem;
}

span.make-heading-green {
	color: #27845D;
}

span.make-heading-orange {
	color: #D57400;
}

.cta-phone-section {
	gap: 0;
}

.make-text-orange {
	color: #D57400 !important;
}

.entry-content .tall-image-section  p a:not(.button){
	color: #D57400 !important;
}

.custom-phone-link  span {
	text-decoration: underline;
}

.custom-phone-link span {
	text-decoration-color: #D57400;
	text-underline-offset: 4px;
}

.google-review-section {
  display: flex;
   align-items: center; 
  /*align-items: flex-end;*/
  gap: 12px;
  /* gap: 24px; */
  font-family: Arial, Helvetica, sans-serif;
  color: #1a1a1a;
}

.google-review-section .google-review-score {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.google-review-section .google-review-score-number {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}

.google-review-section .google-review-stars {
  display: flex;
  gap: 3px;
  margin-top: 6px;
  color: #fbbc05;
  font-size: 16px;
}

.google-review-section .google-review-divider {
  align-self: stretch;
  width: 1px;
  background: #d9d9d9;
}

.google-review-section .google-review-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.google-review-section .google-review-count {
  margin: 0;
  /* font-size: 18px; */
  font-size: 12px;
  font-weight: 700;
}

.google-review-section .google-review-tagline {
  margin: 0;
  font-size: 13px;
  color: #666;
}




.rate-vs-grid {
  max-width: 600px;
  margin: 0 auto;
  padding: 36px 40px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.09);
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

.rate-vs-grid .rate-vs-grid-title {
  margin: 0 0 18px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #3c4a46;
}

.rate-vs-grid .rate-vs-grid-chart {
  margin-bottom: 24px;
}

.rate-vs-grid .rate-vs-grid-svg {
  width: 100%;
  height: auto;
  display: block;
}

.rate-vs-grid .rate-vs-grid-fill {
  fill: #f5eae5;
}

.rate-vs-grid .rate-vs-grid-utility {
  fill: none;
  stroke: #c05a34;
  stroke-width: 3.5;
  stroke-linecap: round;
}

.rate-vs-grid .rate-vs-grid-solar {
  fill: none;
  stroke: #2e7d5b;
  stroke-width: 4;
  stroke-linecap: round;
}

.rate-vs-grid .rate-vs-grid-dot-utility {
  fill: #c05a34;
}

.rate-vs-grid .rate-vs-grid-dot-solar {
  fill: #2e7d5b;
}

.rate-vs-grid .rate-vs-grid-axis {
  display: flex;
  justify-content: space-between;
  padding: 0 6px;
  margin-top: 6px;
  font-size: 14px;
  color: #9b9b9b;
}

.rate-vs-grid .rate-vs-grid-legend {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: fit-content;
  margin: 0 auto 22px;
  text-align: left;
}

.rate-vs-grid .rate-vs-grid-legend-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rate-vs-grid .rate-vs-grid-legend-line {
  width: 26px;
  height: 4px;
  border-radius: 2px;
  flex-shrink: 0;
}

.rate-vs-grid .rate-vs-grid-legend-line--utility {
  background: #c05a34;
}

.rate-vs-grid .rate-vs-grid-legend-line--solar {
  background: #2e7d5b;
}

.rate-vs-grid .rate-vs-grid-legend-label {
  font-size: 15px;
  font-weight: 700;
  color: #2b2b2b;
}

.rate-vs-grid .rate-vs-grid-caption {
  margin: 0 0 14px;
  font-size: 16px;
  color: #555555;
}

.rate-vs-grid .rate-vs-grid-cta {
  font-size: 16px;
  font-weight: 700;
  color: #2e7d5b;
  text-decoration: none;
  border-bottom: 2px solid #d6a93c;
  padding-bottom: 2px;
}



.solar-calc {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 28px;
  padding: 40px;
  box-sizing: border-box;
}

.solar-calc * {
  box-sizing: border-box;
}

.solar-calc .solar-calc-panel {
  background: #ffffff;
  border-radius: 20px;
  padding: 34px 38px;
}

.solar-calc .solar-calc-label {
  font-size: 23px;
  font-weight: 800;
  color: #1a1a1a;
}

.solar-calc .solar-calc-figure {
  font-size: 46px;
  font-weight: 800;
  color: #2e7d5b;
  margin: 4px 0 14px;
  line-height: 1;
}

.solar-calc .solar-calc-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background-color: #e8e8e8;
  background-image: linear-gradient(to right, #eaa75c, #c06a18);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  cursor: pointer;
  outline: none;
  margin: 6px 0 0;
}

.solar-calc .solar-calc-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #c06a18;
  border: 3px solid #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.solar-calc .solar-calc-slider::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #c06a18;
  border: 3px solid #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.solar-calc .solar-calc-slider::-moz-range-track {
  background: transparent;
}

.solar-calc .solar-calc-kwh-box {
  background: #cfe8d8;
  color: #1f3d2c;
  border-radius: 10px;
  padding: 14px;
  text-align: center;
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  margin-top: 22px;
}

.solar-calc .solar-calc-divider {
  border-top: 2px dashed #d5d5d5;
  margin: 26px 0;
}

.solar-calc .solar-calc-toggle {
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  text-decoration: underline;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 2.5rem;
}

.solar-calc .solar-calc-caret {
  transition: transform 0.2s ease;
  font-size: 14px;
}

.solar-calc.solar-calc-open .solar-calc-caret {
  transform: rotate(180deg);
}

.solar-calc .solar-calc-assumptions {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 18px;
}

.solar-calc.solar-calc-open .solar-calc-assumptions {
  display: grid;
}

.solar-calc .solar-calc-field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #444444;
  margin-bottom: 4px;
}

.solar-calc .solar-calc-field input {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  font-size: 14px;
}

.solar-calc .solar-calc-cta {
  display: block;
  width: 100%;
  margin-top: 22px;
  background: linear-gradient(180deg, #d98a35, #c5731f);
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.5px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
}

.solar-calc .solar-calc-results {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
}

.solar-calc .solar-calc-card {
  padding: 26px 30px;
  border-radius: 18px;
  color: #ffffff;
}

.solar-calc .solar-calc-card-label {
  font-size: 18px;
  font-weight: 700;
}

.solar-calc .solar-calc-card-sub {
  font-size: 14px;
  opacity: 0.7;
  margin-top: 2px;
}

.solar-calc .solar-calc-card-value {
  font-size: 40px;
  font-weight: 800;
  margin-top: 14px;
  line-height: 1;
}

.solar-calc .solar-calc-card--utility {
  background: linear-gradient(160deg, #28392f, #182621);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.solar-calc .solar-calc-card--solar {
  background: #2f6b4f;
}

.solar-calc .solar-calc-card--savings {
  background: linear-gradient(160deg, #e8a24a, #d98a35);
}

@media (max-width: 860px) {
  .solar-calc {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  .solar-calc .solar-calc-assumptions {
    grid-template-columns: 1fr;
  }
}

.content-icon-section {
    padding-bottom: 3rem;
}


@media (min-width: 768px) {
    .content-grid-section > .gb-container-inside > .gb-container-content {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 3rem;
        row-gap: 3rem;
    }
    .content-grid-section > .gb-container-inside > .gb-container-content > .gb-layout-columns-3,
    .content-grid-section > .gb-container-inside > .gb-container-content > .gb-layout-columns-3 > .gb-layout-column-wrap {
        display: contents;
    }
}


.content-grid-section .gb-block-layout-column {
    background: #FFFFFF;
    border-radius: 14px;
    padding: 2.5rem 2rem 2.75rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07);
    border-bottom: 4px solid transparent;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.content-grid-section .gb-layout-columns-3:first-of-type .gb-block-layout-column:first-child {
    border-bottom-color: #C8801F;
}

.content-grid-section .fa-icon-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: #DEF5EB;
    border-radius: 12px;
    margin-bottom: 1.5rem;
}

.content-grid-section .gb-block-layout-column-inner {
	padding: 2rem;
	border: 1px solid #E5E7EB;
	border-radius: 20px;
}

.content-grid-section .fa-icon-container svg,
.content-grid-section .fa-icon-container i {
    color: #27845D;
    fill: #27845D;
    width: 22px;
    height: 22px;
    font-size: 22px;
}

.content-grid-section .gb-block-layout-column h3 {
    color: #231F20;
    margin-bottom: 0.75rem;
}
.content-grid-section .gb-block-layout-column p {
    color: #5a5a5a;
    margin: 0;
}



.five-column-section {
    position: relative;
    overflow: hidden;
    /* padding: 4rem 0 7rem; */
}

/* the 5 cards are .wp-block-column, NOT .gb-block-layout-column */
.five-column-section .wp-block-column {
    position: relative;
    z-index: 1;
    background: #2d7a4e;
    border-radius: 18px;
    padding: 1.75rem 1.5rem 2rem;
}

/* number badge */
.five-column-section .fa-icon-container {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #AEFFDC;
    color: #27845D;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-bottom: 1rem;
}
.five-column-section .fa-icon-container svg {
    width: 16px;
    height: 16px;
}

/* text */
.five-column-section .wp-block-column h3 {
    color: #FFFFFF;
    font-size: 1.4rem;
    line-height: 1.2;
    margin: 0 0 0.6rem;
}
.five-column-section .wp-block-column p {
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
}

@media (min-width: 768px) {
    /* 5 across, real gaps */
    .five-column-section .wp-block-columns {
        flex-wrap: nowrap;
        gap: 1.5rem;
        align-items: flex-start;
    }
    .five-column-section .wp-block-column {
        flex: 1;
    }
    /* stagger: even cards drop down */
    .five-column-section .wp-block-column:nth-child(even) {
        transform: translateY(70px);
    }
    /* gold wave behind cards */
    .five-column-section::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 65%;
        transform: translateY(-50%);
        height: 95%;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 400' preserveAspectRatio='none'%3E%3Cpath d='M0,200 C100,40 200,40 300,200 C400,360 500,360 600,200 C700,40 800,40 900,200 C1000,360 1100,360 1200,200' fill='none' stroke='%23E0A92E' stroke-width='5'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
        z-index: 0;
        pointer-events: none;
    }
}

.faq-accordion-items .accordion {
	display: unset;
}

.faq-accordion-items .faq-accordion-items--column {
	/* margin-bottom: 3rem; */
	margin-bottom: unset;
    gap: unset;
}

.five-column-upper-section.gb-block-container {
    padding-bottom: 6rem;
}

.custom-accordion-section .faq-accordion-items .accordion-item:last-child {
	border-bottom: 1px solid #eee;
}

.custom-accordion-section  .accordion-header {
	height: 75px;
}

.our-services-section section.other-services {
    padding-bottom: 3rem;
}

.our-services-section a.button {
	color: #000;
	border: 2px solid #000;
}

.our-services-section a.button:hover {
	background-color: #b36200;
}







.google-review-block {
    padding: 40px 20px;
}

.google-review-block .grb__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
    gap: 28px;
    max-width: 1200px;
    margin: 0 auto;
}

.google-review-block .grb__card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
    padding: 32px;
}

.google-review-block .grb__stars {
    display: flex;
    gap: 6px;
    margin-bottom: 20px;
}

.google-review-block .grb__star {
    font-size: 26px;
    line-height: 1;
    color: #dcdcdc;
}

.google-review-block .grb__star.is-filled {
    color: #e0912f;
}

.google-review-block .grb__copy {
    font-style: italic;
    font-size: 18px;
    line-height: 1.5;
    color: #2d2d2d;
    margin: 0 0 28px;
}

.google-review-block .grb__person {
    display: flex;
    align-items: center;
    gap: 14px;
}

.google-review-block .grb__avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    flex-shrink: 0;
}

.google-review-block .grb__meta {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.google-review-block .grb__name {
    font-weight: 700;
    font-size: 17px;
    color: #1a1a1a;
}

.google-review-block .grb__state {
    font-size: 15px;
    color: #666;
}

@media (max-width: 900px) {
    .google-review-block .grb__grid {
        grid-template-columns: 1fr;
        max-width: 480px;
    }
}

.inner-section.form-section > .gb-layout-column-wrap .gb-block-layout-column:first-of-type,
.inner-section.form-section > .gb-layout-column-wrap .gb-block-layout-column:last-of-type {
    flex: 1 1 calc(50% - 4rem);
}

.form-container.gb-block-container {
    background-color: #fff;
    padding: 3rem;
    border-radius: 20px;
}

.wp-block-genesis-blocks-gb-container.check-list-container.gb-block-container {
    background-color: #fff;
    padding: 2.5rem;
    border-radius: 20px;
}


.we-install .wp-block-genesis-blocks-gb-container.check-list-container.gb-block-container{
	flex: 1;
}

.other-services *,
.other-services *::before,
.other-services *::after {
	box-sizing: border-box;
}

.other-services {
	width: 100%;
}

.other-services__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.other-services__card {
	display: flex;
	flex-direction: column;
	background: #ffffff;
	border: 1px solid #ececec;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.other-services__media {
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.other-services__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.other-services__body {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 20px;
}

.other-services__tag {
	align-self: flex-start;
	padding: 4px 12px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #4a7c59;
	background: #e3efe3;
	border-radius: 999px;
}

.other-services__heading {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	color: #1a1a1a;
}

.other-services__state {
	margin: 0;
	font-size: 16px;
	color: #555555;
}

@media (max-width: 1024px) {
	.other-services__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.other-services__grid {
		grid-template-columns: 1fr;
	}
}


.cta-phone-section > .wp-block-column:first-child {
    flex: 0 1 auto;
    flex-basis: auto;
    width: auto;
}

.cta-phone-section > .wp-block-column:nth-child(2) {
    padding-left: 20px;
}


.inner-section.tall-image-section a.button {
    margin: 0 0 0;
}

.tall-image-section .wp-block-image img {
	min-height: 525px;
}

.cta-phone-section .tto-custom-button a.button {
	padding: 1.1rem 2.5rem;
}

.entry-content ul.icon-list-section {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.entry-content ul.icon-list-section > li {
	list-style: none;
	position: relative;
	padding-left: 2em;
	margin-bottom: 1.5rem;
}

.icon-list-section li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.2em;
    width: 1.3em;
    height: 1.3em;
	background-color: #4a7c59;
	-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M21.801%2010A10%2010%200%201%201%2017%203.335'/%3E%3Cpath%20d='m9%2011%203%203L22%204'/%3E%3C/svg%3E") no-repeat center / contain;
	mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M21.801%2010A10%2010%200%201%201%2017%203.335'/%3E%3Cpath%20d='m9%2011%203%203L22%204'/%3E%3C/svg%3E") no-repeat center / contain;
}

.solar-calc .solar-calc-card {
    border: 1px solid #fff;
}

.lock-in-rate-section {
	max-width: 850px;
	margin-left: 3.5rem;
}

.content-grid-section .gb-block-layout-column-inner {
    position: relative;
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
}

/* .content-grid-section .gb-block-layout-column-inner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-bottom: 3px solid #e8920a;
	border-radius: 20px;
    pointer-events: none;
    transform: scaleX(0);
    transition: transform 0.35s ease;
}

.content-grid-section .gb-block-layout-column-inner:hover::after {
    transform: scaleX(1);
} */

.custom-image-resize.wp-block-image img {
    width: 100% !important;
}

p.custom-heading-green.has-text-color {
    margin-bottom: 0.8rem;
    font-weight: 700;
    font-size: 2rem;
}





.google-review-block-outter .gb-container-content {
  display: flex;
  align-items: center;
  gap: 32px;
}

.google-review-block-outter .ti-widget {
  flex: 0 0 200px;
}

.google-review-block-outter .google-review-block {
  flex: 1 1 auto;
  min-width: 0;
}

.google-review-block-outter .grb__grid {
  display: flex;
  gap: 20px;
  align-items: stretch;
}

.google-review-block-outter .grb__card {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
}

.google-review-block-outter .grb__person {
  margin-top: auto;
}


@media (max-width: 895px) {
		.google-review-block-outter .gb-container-content {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.google-review-block-outter .grb__grid {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
}


.left-right-list-section.inner-section > .gb-layout-column-wrap {
	width: 100% !important;
}

.left-right-list-section.inner-section {
	padding-bottom: unset;
}

.custom-accordion-section .faq-accordion-items .accordion-item {
	box-shadow: unset;
	border-radius: unset;
	border: unset;
	background-color: transparent;
	border-top: 1px solid #eee;
}


.custom-accordion-section .faq-accordion-items .accordion-item .accordion-header .accordion-button span:last-child {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.custom-accordion-section .faq-accordion-items .accordion-item .accordion-header .accordion-button span:last-child::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.8rem;
    height: 2.8rem;
    background-color: #e0e0e0;
    border-radius: 50%;
    z-index: 0;
}

.custom-accordion-section .faq-accordion-items .accordion-item .accordion-header .accordion-button{
	color: #27845D
}

.custom-accordion-section .faq-accordion-items .accordion-item .accordion-header .accordion-button span:last-child svg {
    position: relative;
    z-index: 1;
}

.other-services__body h3.other-services__heading {
    font-size: 2.3rem;
    margin: 0 0 0;
}

.custom-accordion-section h2.wp-block-heading {
    padding-bottom: 2.5rem;
}

.entry-content .form-section ul > li {
	list-style: none;
	position: relative;
	padding-left: 2em;
	margin-bottom: 1.5rem;
}

.entry-content .form-section ul > li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.2em;
	width: 1.3em;
	height: 1.3em;
	background-color: #fff;
	-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M20%206%209%2017l-5-5'/%3E%3C/svg%3E") no-repeat center / contain;
	mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M20%206%209%2017l-5-5'/%3E%3C/svg%3E") no-repeat center / contain;
}


@media (max-width: 895px) {
		.google-review-section {
		flex-wrap: wrap;
	}

	.cta-phone-section > .wp-block-column:first-child {
		padding-bottom: 1.5rem;
	}

	.cta-phone-section > .wp-block-column:nth-child(2) {
		padding-left: 0;
	}

	figure.custom-image-position {
		padding-top: 3rem;
	}

	.solar-calc .solar-calc-panel {
		padding: 20px 18px; 
	}

	.lock-in-rate-section {
		padding-bottom: 3rem;
		margin-left: 0;
	}

}


@media (max-width: 600px) {
  .solar-calc {
    grid-template-columns: minmax(0, 1fr);
    padding: 0;
    gap: 16px;
  }

  .solar-calc > * {
    min-width: 0;
  }

  .solar-calc .solar-calc-panel,
  .solar-calc .solar-calc-results {
    min-width: 0;
    max-width: 100%;
    padding: 18px 16px;
  }

  .solar-calc .solar-calc-figure { font-size: 34px; }
  .solar-calc .solar-calc-label  { font-size: 19px; }
  .solar-calc .solar-calc-cta { font-size: 12px; }
  .solar-calc .solar-calc-toggle {
	font-size: 16px;
  }

  .google-review-block-outter .ti-widget {
	flex: unset !important;
  }

  .solar-calc .solar-calc-card-value {
	font-size: 30px !important;
  }
}


.our-services-section h2.wp-block-heading {
    margin: 0 0 1.5rem;
}

.our-services-section .other-services {
	padding-top: 3rem ;
}

body .form-section a {
	color: #fff !important;
}













.tsc {
  position: relative;
  width: 100%;
  padding: 60px 16px;
  box-sizing: border-box;
}

.tsc *,
.tsc *::before,
.tsc *::after {
  box-sizing: border-box;
}

.tsc__carousel {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
}

.tsc__slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 0 48px;
  min-height: 230px;
}

.tsc__cert {
  margin-bottom: 28px;
}

.tsc__cert img {
  display: block;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  object-fit: cover;
}

.tsc__copy {
  margin: 0 0 32px;
  padding: 0;
  border: 0;
  font-style: italic;
  font-size: 28px;
  line-height: 1.35;
  font-weight: 400;
  color: #ffffff;
}

.tsc__copy p {
	color: #fff;
}

.tsc__person {
  display: flex;
  align-items: center;
  gap: 14px;
}

.tsc__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.tsc__meta {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.tsc__name {
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
}

.tsc__role {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}

.tsc .carousel-control-prev,
.tsc .carousel-control-next {
  width: auto;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  opacity: 1;
}

.tsc .carousel-control-prev { left: -12px; }
.tsc .carousel-control-next { right: -12px; }

.tsc__arrow-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #ffffff;
  font-size: 26px;
  line-height: 1;
  transition: background-color 0.2s ease;
}

.tsc .carousel-control-prev:hover .tsc__arrow-icon,
.tsc .carousel-control-next:hover .tsc__arrow-icon {
  background-color: rgba(255, 255, 255, 0.15);
}

.tsc .carousel-indicators {
  margin-bottom: 0;
  gap: 8px;
  bottom: -25px;
}

.tsc .carousel-indicators [data-bs-target] {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 0;
  background: #ffc47d;
  opacity: 0.3;
  text-indent: 0;
  margin: 0;
}

body .tsc .carousel-indicators .active {
  background: #ffc47d !important;
  opacity: 1;
}

@media (max-width: 600px) {
  .tsc__slide { padding: 0 30px; }
  .tsc__copy { font-size: 20px; }
  .tsc .carousel-control-prev { left: -4px; }
  .tsc .carousel-control-next { right: -4px; }
  .tsc__arrow-icon { width: 36px; height: 36px; font-size: 22px; }
}

.tsc {
  position: relative;
}

.tsc::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #004729;
  opacity: 0.85;
  z-index: 0;
  pointer-events: none;
}

.tsc__carousel {
  position: relative;
  z-index: 1;
}

.green-bg-testimonials-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #004729;
  opacity: 0.85;
  z-index: 0;
  pointer-events: none;
}

.entry-content .contact-widgets p a {
	color: #D57400;
}



.residential-template .site-header.shrink {
	background-color: var(--es-alt-two);
}

.custom-column-height .gb-block-container {
    height: 100%;
}



.solar-calc .solar-calc-card:last-child {
	border: unset;
}

.solar-calc .solar-calc-card:last-child .solar-calc-card-label {
    font-size: 12px;
    font-weight: 500;
}

@media (max-width: 895px) {
	.green-bg-testimonials-section .carousel-inner {
		width: 92%;
		margin: 0 auto;
	}
}

/* Shield testimonial carousel from theme's .entry-content blockquote styles */
.entry-content .tsc blockquote.tsc__copy,
.tsc .tsc__copy {
  background: transparent !important;
  color: #fff !important;
  transform: none !important;
  position: static !important;
  padding: 0 !important;
  margin: 0 0 32px !important;
  border: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  text-align: left !important;
}

.tsc .tsc__copy::before,
.entry-content .tsc blockquote.tsc__copy::before {
  content: none !important;
}

.tsc .tsc__copy p {
  color: #fff !important;
  margin: 0 !important;
}

.remove-top-space { margin-top: 40px !important; }

.tall-image-section:not(.gb-has-custom-background-color) .gb-is-vertically-aligned-center {
  align-self: start;
  padding-top: 4rem;
}

.partners-slider--container .swiper-button-prev,
.partners-slider--container .swiper-button-next {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

/*** End 321 CSS ***/