<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* #Breakpoints
================================================== */
/* #Breakpoints
================================================== */
.off-grid-page .rel-wrapper .map-underlay, .who-we-are-page .section-one .map-underlay, .carousel-container .map-underlay, .hero-copy-container .map-underlay, .about-solar-page .section-one .map-underlay, .residential-page .section-one .map-underlay {
  background-image: linear-gradient(45deg, #f0f0f0 0%, #f0f0f0 20%, rgba(240, 240, 240, 0) 100%), linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0) 10%, #f0f0f0 100%), url("/static/images/salt-lake-city-map.png");
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
}

.about-solar-page .section-one .map-underlay, .residential-page .section-one .map-underlay {
  background-image: linear-gradient(45deg, #f0f0f0 0%, #f0f0f0 5%, rgba(240, 240, 240, 0) 100%), linear-gradient(to right, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0) 80%, #f0f0f0 100%), linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0) 10%, #f0f0f0 100%), url("/static/images/salt-lake-city-map.png");
}

.about-solar-page .section-two .aside-extra, .play-box, .page-icon {
  max-width: 200px;
  max-height: 200px;
  min-width: 150px;
  min-height: 150px;
  height: 15vw;
  width: 15vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-solar-page .section-two .aside {
  background: #F4CF52;
  font-family: aileron, sans-serif;
  max-height: 200px;
  min-height: 150px;
  height: 10vw;
  padding-left: 90px;
  padding-right: 90px;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
}

.about-solar-page .section-two .aside p {
  color: #fff;
}

.about-solar-page .flare, .who-we-are-page .section-one-image-container .flare, .section-referal .flare {
  background-image: url("/static/images/icons/flare.svg");
  background-size: cover;
}

.about-solar-page .flare, .who-we-are-page .section-one-image-container .flare, .section-referal .flare {
  z-index: 0;
  position: absolute;
  transform: translate3d(50%, 50%, 0);
  bottom: 0;
  right: 0;
  width: 180px;
  height: 186px;
}

.section-referal .flare {
  bottom: auto;
  right: auto;
  left: 0;
  top: 0;
  transform: translate3d(-50%, -50%, 0);
}

.about-solar-page .section-two .aside-extra:after, .who-we-are-page .section-three-image-container .waves:after, .page-icon .waves:after {
  content: "";
  position: absolute;
  background-image: url("/static/images/waves.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 80px;
  height: 20px;
  right: 0px;
  top: 8%;
}

@media (max-width: 769px) {
  .about-solar-page .section-two .aside-extra:after, .who-we-are-page .section-three-image-container .waves:after, .page-icon .waves:after {
    top: 15%;
    height: 12px;
    width: 50px;
  }
}

.page-icon .waves:after {
  background-image: url("/static/images/waves_dark.svg");
}

.hero-image-container {
  flex-basis: 45%;
  overflow: hidden;
}

.hero-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-copy-container {
  flex-basis: 55%;
  position: relative;
}

@media (max-width: 769px) {
  .hero-copy-container .map-underlay {
    opacity: .8;
    background-image: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, #f0f0f0 100%), url("/static/images/salt-lake-city-map.png");
  }
}

iframe {
  width: 95%;
  height: 47vh;
}

.responsive-object {
  position: relative;
}

.responsive-object iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-block {
  width: 100%;
}

.page-icon {
  position: absolute;
  width: 160px;
  height: 145px;
  min-height: auto;
  min-width: auto;
  top: 0;
  right: 0;
  background: #1B315F;
  background-position: center;
  background-repeat: no-repeat;
}

.page-icon .waves:after {
  top: 15%;
}

@media (max-width: 769px) {
  .page-icon {
    width: 110px;
    height: 97px;
    background-size: 50%;
    top: -37px;
  }
}

section.hero-section .flex-wrapper {
  max-height: 800px;
}

@media (max-width: 769px) {
  section.hero-section .flex-wrapper {
    flex-direction: column-reverse;
    max-height: 90000px;
  }
}

.no-max-height {
  max-height: inherit !important;
}

.mh-800 {
  max-height: 800px !important;
}

.address-section p {
  margin-top: 0;
  margin-bottom: 0;
}

.carousel-container {
  padding-top: 200px;
  position: relative;
  z-index: 1;
  display: flex;
}

.carousel-container .map-underlay {
  background-image: linear-gradient(to right, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0) 80%, #f0f0f0 100%), url("/static/images/salt-lake-city-map.png");
  opacity: .6;
  top: 50%;
}

.carousel-container .carousel-images {
  width: 45%;
  overflow: hidden;
}

.carousel-container .carousel-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-container .carousel-text {
  position: relative;
  width: 55%;
  top: -200px;
  min-height: 400px;
}

.carousel-container .carousel-text h4 {
  margin-top: -15px;
  color: #1B315F;
  font-family: aileron, sans-serif;
  font-size: 12px;
  letter-spacing: 2.8px;
  line-height: 24px;
  text-transform: uppercase;
}

.carousel-container .carousel-controls {
  position: absolute;
  top: 100px;
  left: 0;
  margin-left: -128px;
  margin-top: 89px;
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
}

.carousel-container .carousel-controls h2 {
  color: #fff;
}

.carousel-container .carousel-buttons {
  display: flex;
  box-shadow: 0 2px 2px 0 rgba(16, 24, 28, 0.02), 0 4px 4px 0 rgba(16, 24, 28, 0.02), 0 8px 8px 0 rgba(85, 93, 97, 0.02), 0 16px 16px 0 rgba(16, 24, 28, 0.02), 0 32px 32px 0 rgba(16, 24, 28, 0.02), 0 64px 64px 0 rgba(16, 24, 28, 0.02);
}

.carousel-container .carousel-buttons .btn:active, .carousel-container .carousel-buttons .btn:focus {
  outline: none;
}

.carousel-container .carousel-buttons .btn + .btn {
  border-left: none;
}

.carousel-container .slide-index {
  background: #F4CF52;
  width: 100%;
}

@media (max-width: 1080px) {
  .carousel-container .carousel-controls {
    left: auto;
    bottom: auto;
    right: 95%;
    top: 40px;
    width: 260px;
  }
}

@media (max-width: 769px) {
  .carousel-container {
    display: flex;
    flex-direction: column-reverse;
  }
  .carousel-container .slide-index {
    padding-bottom: 30px;
    padding-top: 10px;
  }
  .carousel-container .carousel-text {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    min-height: auto;
    padding-top: 110px;
    padding-bottom: 60px;
  }
  .carousel-container .carousel-images {
    width: 100%;
  }
  .carousel-container .carousel-controls {
    right: auto;
    left: 140px;
    top: auto;
    bottom: 100%;
    z-index: 1;
    transform: translateY(38%);
  }
  .carousel-container .carousel-buttons {
    transform: translate3d(33%, -35px, 0);
  }
}

@media (max-width: 769px) {
  .carousel-container {
    /* .carousel-container */
    padding-top: 100px;
  }
}

@media (max-width: 425px) {
  .carousel-container .carousel-controls {
    left: 128px;
    width: 200px;
  }
  .carousel-container .carousel-buttons {
    width: 260px;
  }
}

.section-referal .aside-wrapper {
  display: flex;
  align-items: center;
}

.section-referal .flex-wrapper {
  justify-content: flex-end;
}

.section-referal aside {
  position: relative;
  background: #1B315F;
  padding: 30px;
  padding-left: 90px;
  padding-right: 90px;
  margin-top: 150px;
}

.section-referal aside p {
  color: #fff;
}

.section-referal .flare {
  z-index: -1;
}

.section-referal .copy-container .flare {
  display: none;
}

.section-referal .aside-extra {
  position: absolute;
  background: #fff;
  color: #F4CF52;
  font-family: aileron, sans-serif;
  font-size: 80px;
  font-weight: bold;
  padding: 40px 40px;
  bottom: 100%;
  right: 0;
  z-index: 1;
  transform: translate(30%);
}

@media (min-width: 770px) and (max-width: 1080px) {
  .section-referal .aside-extra {
    right: 40px;
  }
  .section-referal aside {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 769px) {
  .section-referal .flex-wrapper {
    flex-direction: column;
  }
  .section-referal aside {
    z-index: 1;
    padding-top: 60px;
  }
  .section-referal .aside-extra {
    transform: translateY(40px);
    right: auto;
    left: 0;
  }
  .section-referal .flare {
    left: 100%;
  }
}

@media (max-width: 425px) {
  .section-referal aside {
    padding-left: 40px;
    padding-right: 40px;
  }
  .section-referal .aside-extra {
    max-width: calc(100% - 100px);
    font-size: 60px;
  }
}

.down-scroll-arrow {
  position: absolute;
  bottom: -40px;
  left: 40px;
  height: 40px;
  width: 40px;
  background: url("/static/images/icons/down-arrow.svg");
  background-size: cover;
}

@media (max-width: 769px) {
  .down-scroll-arrow {
    display: none;
  }
}

.full-width {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

section.success-stories .copy-contianer {
  background-color: #fff;
  padding: 120px;
  padding-bottom: 300px;
  margin-bottom: 120px;
}

section.success-stories .copy-contianer .wrapper {
  margin-left: 5vw;
}

section.success-stories .copy-contianer h2 {
  margin: 0;
}

@media (max-width: 769px) {
  section.success-stories .copy-contianer {
    padding: 60px 20px 300px;
  }
  section.success-stories .copy-contianer .wrapper {
    margin-left: 0;
  }
}

section.success-stories .cardgrid {
  margin-top: -350px;
}

.front-5 {
  z-index: 5;
}

.who-we-are-page section.section-one-padding {
  padding-top: 240px;
}

@media (max-width: 769px) {
  .who-we-are-page section.section-one-padding {
    padding-top: 50px;
  }
}

.who-we-are-page .section-one-image-container {
  position: relative;
  width: 45%;
}

.who-we-are-page .section-one-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.who-we-are-page .section-one-image-container .flare {
  z-index: -1;
}

@media (max-width: 769px) {
  .who-we-are-page .section-one-image-container {
    width: 100%;
    position: static;
  }
  .who-we-are-page .section-one-image-container .flare {
    right: 50%;
    transform: translate3d(50%, -25px, 0);
  }
}

@media (max-width: 425px) {
  .who-we-are-page .section-one-image-container .flare {
    transform: translate3d(50%, 25%, 0);
  }
}

.who-we-are-page .section-one-copy-container {
  position: relative;
  right: 0;
  top: -240px;
  flex-basis: calc(55% + 80px);
  margin-left: -80px;
}

@media (max-width: 769px) {
  .who-we-are-page .section-one-copy-container {
    position: static;
    right: auto;
    top: auto;
    width: 100%;
  }
}

.who-we-are-page .section-one-icon {
  position: absolute;
  right: 100%;
  top: 100px;
  background: #F4CF52;
  height: 250px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
}

.who-we-are-page .section-one-icon img {
  width: 40%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 769px) {
  .who-we-are-page .section-one-icon {
    top: 0;
    right: auto;
    left: 0;
  }
}

.who-we-are-page .section-one .map-underlay {
  background-image: linear-gradient(to left, #f0f0f0 0%, rgba(240, 240, 240, 0) 10%), linear-gradient(to right, #f0f0f0 0%, rgba(240, 240, 240, 0) 10%), linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0) 10%, #f0f0f0 100%), url("/static/images/salt-lake-city-map.png");
  top: 50%;
  left: 0;
  width: 100%;
  height: 80%;
  opacity: .6;
}

.who-we-are-page .section-two {
  padding-top: 0;
}

.who-we-are-page .section-two .flex-wrapper {
  align-items: flex-start;
}

.who-we-are-page .section-two .wrapper {
  max-height: 600px;
  overflow: auto;
}

@media (max-width: 769px) {
  .who-we-are-page .section-two .copy-container + .copy-container {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .who-we-are-page .section-two .flex-wrapper {
    flex-direction: column;
  }
}

@media (max-width: 425px) {
  .who-we-are-page .section-two {
    padding-top: 60px;
  }
}

.who-we-are-page .section-three {
  padding-bottom: 0;
}

@media (min-width: 770px) {
  .who-we-are-page .section-three .copy-container .wrapper {
    padding-right: 80px;
    max-width: 500px;
  }
}

.who-we-are-page .section-three-image-container {
  position: absolute;
  right: 0;
  top: 150px;
  z-index: 10;
  max-width: 50%;
}

.who-we-are-page .section-three-image-container img {
  width: 100%;
  height: auto;
}

.who-we-are-page .section-three-image-container aside {
  position: absolute;
  bottom: 100%;
  display: flex;
  color: #fff;
  width: 600px;
  max-width: 100%;
  z-index: 10;
}

.who-we-are-page .section-three-image-container .aside-extra {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1B315F;
  height: 145px;
  width: 166px;
  font-size: 50px;
  font-weight: bold;
  font-family: aileron, sans-serif;
}

.who-we-are-page .section-three-image-container .aside-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  background: #F4CF52;
}

.who-we-are-page .section-three-image-container .aside-content p {
  text-transform: uppercase;
  max-width: 300px;
  color: #FFFFFF;
  font-family: aileron, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 17px;
  padding: 0 10px;
}

@media (max-width: 769px) {
  .who-we-are-page .section-three-image-container {
    position: relative;
    max-width: none;
    width: 100%;
  }
  .who-we-are-page .section-three-image-container aside {
    width: 100%;
  }
  .who-we-are-page .section-three-image-container .aside-extra {
    order: 1;
  }
}

.who-we-are-page .memoriam-container {
  position: relative;
  padding: 0;
  margin-bottom: 60px;
  margin-top: -50px;
}

.who-we-are-page .memoriam-container .copy-container {
  flex-direction: column;
  justify-content: flex-start;
}

.who-we-are-page .memoriam-container .copy-container .scrollable {
  padding: 0 30px;
}

@media (max-width: 425px) {
  .who-we-are-page .memoriam-container .copy-container .scrollable {
    padding: 0 20px;
  }
}

.who-we-are-page .memoriam-container .flex-wrapper {
  width: 100%;
}

.who-we-are-page .memoriam-container .people {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  padding: 0 30px;
}

.who-we-are-page .memoriam-container .people .people-underlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
}

@media (max-width: 769px) {
  .who-we-are-page .memoriam-container .people {
    align-items: center;
  }
  .who-we-are-page .memoriam-container .people .people-underlay {
    width: 100%;
    height: 30px;
  }
}

@media (min-width: 770px) {
  .who-we-are-page .memoriam-container .people {
    padding-bottom: 50px;
  }
}

@media (max-width: 425px) {
  .who-we-are-page .memoriam-container .people {
    padding: 0;
  }
}

.who-we-are-page .memoriam-container .person {
  position: relative;
  flex-basis: calc(33% - 40px);
}

.who-we-are-page .memoriam-container .person h2 {
  font-size: 28px;
  margin-top: 10px;
}

@media (max-width: 1080px) {
  .who-we-are-page .memoriam-container .person h2 {
    font-size: 22px;
  }
}

@media (max-width: 769px) {
  .who-we-are-page .memoriam-container .person {
    flex-basis: auto;
    width: 100%;
  }
}

.who-we-are-page .memoriam-container img {
  box-shadow: 0 2px 2px 0 rgba(16, 24, 28, 0.02), 0 4px 4px 0 rgba(16, 24, 28, 0.02), 0 8px 8px 0 rgba(85, 93, 97, 0.02), 0 16px 16px 0 rgba(16, 24, 28, 0.02), 0 32px 32px 0 rgba(16, 24, 28, 0.02), 0 64px 64px 0 rgba(16, 24, 28, 0.02);
  width: 100%;
  height: auto;
}

@media (max-width: 769px) {
  .who-we-are-page .memoriam-container .people {
    flex-direction: column;
  }
  .who-we-are-page .memoriam-container .person {
    max-width: 350px;
  }
  .who-we-are-page .memoriam-container .person:last-child {
    padding-bottom: 30px;
  }
  .who-we-are-page .memoriam-container .person .photo-box {
    margin-top: 30px;
  }
  .who-we-are-page .memoriam-container .person h2 {
    margin-bottom: 30px;
  }
}

@media (max-width: 769px) {
  .who-we-are-page .section-one .section-one-icon {
    width: 150px;
    height: 170px;
  }
  .who-we-are-page .section-one .flex-wrapper {
    flex-direction: column;
  }
  .who-we-are-page .section-one .copy-container {
    margin: 0;
  }
  .who-we-are-page .section-three {
    margin-top: 120px;
  }
  .who-we-are-page .section-three .section-three-image-container {
    top: 0;
  }
  .who-we-are-page .section-three .aside-extra {
    transform: translateY(60px);
  }
  .who-we-are-page .section-three .aside-extra .waves:after {
    width: 80px;
    height: 20px;
  }
}

@media (max-width: 425px) {
  .who-we-are-page .section-three .aside-extra {
    font-size: 26px;
    line-height: 44px;
    width: 70px;
    overflow: hidden;
  }
  .who-we-are-page .section-three .aside-extra .waves:after {
    right: -10px;
    height: 12px;
    width: 50px;
  }
}

.commercial-page .flare {
  display: none;
}

.commercial-page .section-referal {
  z-index: -1;
}

.commercial-page .section-referal aside {
  margin-top: 0;
  top: -56px;
}

.commercial-page .page-icon {
  background-size: 40%;
}

.commercial-page .section-one {
  z-index: 1;
}

.commercial-page .section-one .copy-container {
  margin-top: -120px;
  padding-top: 240px;
}

@media (min-width: 770px) {
  .commercial-page .section-one .copy-container .wrapper {
    padding-right: 40px;
  }
}

.commercial-page .section-one .section-one-image-container {
  position: absolute;
  top: 0;
  left: 45%;
}

.commercial-page .section-one .section-one-image-container img {
  width: 100%;
  height: auto;
}

@media (max-width: 769px) {
  .commercial-page .section-one {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .commercial-page .section-one .map-underlay {
    display: none;
  }
  .commercial-page .section-one .copy-container {
    margin: 0;
    padding-bottom: 60px;
    padding-top: 40px;
  }
  .commercial-page .section-one .section-one-image-container {
    position: relative;
    left: auto;
  }
}

@media (max-width: 769px) {
  .commercial-page .carousel-container .carousel-controls {
    right: 0;
    left: auto;
  }
  .commercial-page .carousel-container .carousel-buttons {
    transform: translate3d(-50%, -15px, 0);
  }
  .commercial-page .section-referal {
    z-index: 1;
  }
  .commercial-page .section-referal .aside-extra .flare {
    display: none;
  }
  .commercial-page .section-referal .copy-container .flare {
    display: block;
    bottom: 0;
    right: 0;
    top: auto;
    left: auto;
    transform: translateY(50%);
  }
}

@media (max-width: 769px) and (max-width: 425px) {
  .commercial-page .carousel-container .carousel-controls {
    width: 200px;
  }
  .commercial-page .carousel-container .carousel-buttons {
    width: 260px;
    transform: translate3d(-30%, -15px, 0);
  }
}

.aside-alt {
  padding: 0 !important;
  position: inherit !important;
  max-width: 100%;
}

.aside-extra-alt {
  position: inherit !important;
  transform: none !important;
  max-width: 100% !important;
}

.aside-wrapper-alt {
  height: 100% !important;
  max-width: 100% !important;
  display: block !important;
}

.aside-bottom {
  width: 64%;
  position: relative;
  background: #1B315F;
  padding: 20px;
}

.aside-bottom p {
  color: white;
  text-align: center;
}

.residential-page .section-one {
  padding-bottom: 0;
}

@media (min-width: 770px) {
  .residential-page .section-one .copy-container .wrapper {
    padding-right: 40px;
  }
}

.residential-page .section-one .map-underlay {
  top: 48%;
  height: 120%;
  background-image: linear-gradient(45deg, #f0f0f0 0%, #f0f0f0 5%, rgba(240, 240, 240, 0) 100%), linear-gradient(to right, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0) 95%, #f0f0f0 100%), linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0) 10%, #f0f0f0 100%), url("/static/images/salt-lake-city-map.png");
}

.residential-page .section-one .section-one-image {
  display: flex;
  flex-direction: column;
  margin-left: -80px;
  width: calc(50% + 80px);
  height: calc(100% + 100px);
  margin-top: -100px;
  z-index: 10;
}

.residential-page .section-one .section-one-image .image-wrapper {
  position: relative;
}

.residential-page .section-one .section-one-image .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.residential-page .section-one .section-one-image aside {
  display: flex;
  justify-content: flex-end;
  flex-basis: 150px;
}

.residential-page .section-one .section-one-image aside .aside-wrapper {
  background: #1B315F;
  flex-basis: 475px;
  padding: 30px 70px;
}

.residential-page .section-one .section-one-image aside .aside-wrapper p {
  color: #fff;
}

@media (max-width: 1080px) {
  .residential-page .section-one {
    padding-top: 0;
  }
  .residential-page .section-one .section-one-image {
    position: relative;
    width: 50%;
    margin-left: 0;
  }
  .residential-page .section-one .copy-container {
    position: relative;
  }
}

@media (max-width: 769px) {
  .residential-page .section-one .flex-wrapper {
    flex-direction: column;
  }
  .residential-page .section-one .section-one-image {
    position: relative;
    width: 100%;
  }
  .residential-page .section-one .image-wrapper {
    padding: 100px 0 0;
  }
  .residential-page .section-one aside {
    transform: translateY(-30px);
    z-index: 10;
  }
}

@media (max-width: 425px) {
  .residential-page .section-one .image-wrapper {
    padding: 100px 0 0;
    background-color: #fff;
  }
}

.residential-page .section-referal {
  padding-top: 60px;
}

.residential-page .section-referal .flare {
  left: -10px !important;
  top: -28px !important;
}

.residential-page .section-referal aside {
  margin-top: 120px;
}

@media (max-width: 769px) {
  .residential-page .section-referal aside {
    margin-top: 150px;
  }
}

.residential-page .section-referal aside p {
  padding-top: 40px;
  padding-bottom: 40px;
}

.residential-page .section-referal aside .aside-extra {
  top: -150px;
  height: 185px;
}

.play-box {
  position: absolute;
  top: 50px;
  right: 100%;
  background: #F4CF52;
  z-index: 2;
}

.play-box a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.play-icon {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: solid 6px #DCB83E;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-icon img {
  width: 15px;
}

.about-solar-page .section-one .map-underlay {
  top: 60%;
  height: 80%;
  right: 0;
  width: 100%;
}

@media (max-width: 769px) {
  .about-solar-page .section-list-items {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.about-solar-page .video-section {
  padding-top: 110px;
}

.about-solar-page .video-section .copy-container {
  position: relative;
  top: -120px;
  width: 60%;
  margin-left: -60px;
  z-index: 1;
}

.about-solar-page .video-section .copy-container .flare {
  display: none;
}

.about-solar-page .video-section .image-container {
  position: relative;
  top: 0px;
}

.about-solar-page .video-section .image-container .play-box {
  display: none;
}

.about-solar-page .video-section .image-container .photo {
  position: relative;
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-solar-page .video-section span {
  padding-top: 20px;
  text-transform: uppercase;
  font-family: aileron, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2.8px;
  text-align: center;
  color: #fff;
}

@media (max-width: 769px) {
  .about-solar-page .video-section .play-icon {
    width: 60px;
    height: 60px;
  }
  .about-solar-page .video-section .copy-container {
    margin: 0;
    top: -10px;
    position: relative;
    width: 100%;
  }
  .about-solar-page .video-section .copy-container .flare {
    left: 50%;
    right: auto;
    transform: translate3d(-50%, 50%, 0);
    bottom: 10px;
    display: block;
  }
  .about-solar-page .video-section .copy-container .play-box {
    display: none;
  }
  .about-solar-page .video-section .image-container .flare {
    display: none;
  }
  .about-solar-page .video-section .image-container .play-box {
    display: flex;
    top: 35px;
  }
  .about-solar-page .video-section .flex-wrapper {
    flex-direction: column;
  }
  .about-solar-page .video-section .play-box {
    top: 0;
    right: 0;
  }
}

@media (max-width: 425px) {
  .about-solar-page .video-section {
    padding-bottom: 60px;
  }
}

.about-solar-page .section-two .copy-container {
  padding-top: 180px;
  padding-bottom: 180px;
}

.about-solar-page .section-two .aside-extra {
  position: absolute;
  right: 0;
  top: 185px;
  z-index: 10;
  min-width: 150px;
  min-height: 150px;
  color: #fff;
  font-family: aileron, sans-serif;
  font-size: 80px;
  font-weight: bold;
  background: #1B315F;
}

.about-solar-page .section-two aside {
  display: flex;
}

.about-solar-page .section-two aside .aside-extra {
  display: none;
}

.about-solar-page .section-two .aside {
  flex-grow: 1;
  z-index: 1;
}

.about-solar-page .section-two .aside p {
  max-width: 300px;
  color: #FFFFFF;
  font-family: aileron, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 17px;
}

.about-solar-page .section-two .image-container {
  display: flex;
  flex-direction: column;
  width: 40%;
  position: relative;
  top: 50px;
}

.about-solar-page .section-two .image-container img {
  transform: translate(-4vw);
  width: calc(100% + 4vw);
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1370px) {
  .about-solar-page .section-two .aside {
    padding-left: 20px;
    padding-right: 20px;
  }
  .about-solar-page .section-two .aside-extra {
    font-size: 70px;
  }
}

@media (max-width: 769px) {
  .about-solar-page .section-two .flex-wrapper {
    flex-direction: column-reverse;
  }
  .about-solar-page .section-two .image-container {
    width: 100%;
  }
  .about-solar-page .section-two .image-container {
    flex-direction: column-reverse;
    background: white;
  }
  .about-solar-page .section-two .aside-extra {
    display: none;
  }
  .about-solar-page .section-two aside .aside-extra {
    display: flex;
    position: relative;
    font-size: 26px;
    width: auto;
    min-width: 85px;
  }
}

@media (max-width: 769px) and (max-width: 425px) {
  .about-solar-page .section-two aside .aside-extra {
    top: -50px;
  }
}

@media (max-width: 425px) {
  .about-solar-page .section-two .copy-container {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .about-solar-page .section-two .aside {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.play-box {
  top: 150px;
}

#aside-two {
  position: relative;
  top: -100px;
}

@media (max-width: 769px) {
  #aside-two {
    top: -50px;
  }
}

#aside-one-mobile {
  top: -50px;
}

.off-grid-page .page-icon {
  background-size: 30%;
}

.off-grid-page .rel-wrapper .map-underlay {
  top: 60%;
  height: 700px;
  max-height: 80%;
  background-image: linear-gradient(45deg, #f0f0f0 0%, #f0f0f0 5%, rgba(240, 240, 240, 0) 100%), linear-gradient(to right, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0) 95%, #f0f0f0 100%), linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0) 10%, #f0f0f0 100%), url("/static/images/salt-lake-city-map.png");
}
</pre></body></html>