.lec-chevron-up::before,
.lec-chevron-up-circle::before {
  transform: rotate(-90deg);
}

.lec-chevron-up::before {
  font: normal normal normal 14px/1 "LocalEnergyCodes";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f000";
  display: inline-block;
}

.lec-chevron-up-circle::before {
  font: normal normal normal 14px/1 "LocalEnergyCodes";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f001";
  display: inline-block;
}

.lec-chevron-down::before,
.lec-chevron-down-circle::before {
  transform: rotate(90deg);
}

.lec-chevron-down::before {
  font: normal normal normal 14px/1 "LocalEnergyCodes";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f000";
  display: inline-block;
}

.lec-chevron-down-circle::before {
  font: normal normal normal 14px/1 "LocalEnergyCodes";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f001";
  display: inline-block;
}

.lec-chevron-left::before,
.lec-chevron-left-circle::before {
  transform: rotate(180deg);
}

.lec-chevron-left::before {
  font: normal normal normal 14px/1 "LocalEnergyCodes";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f000";
  display: inline-block;
}

.lec-chevron-left-circle::before {
  font: normal normal normal 14px/1 "LocalEnergyCodes";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f001";
  display: inline-block;
}

.pageHead {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.pageHead .pageHeadInner {
  align-items: flex-end;
  max-width: unset;
}
.pageHead h1.site-logo {
  width: 90px;
  height: 50px;
  font-size: 0;
  line-height: 0;
  margin: auto;
  padding: 0;
}
.pageHead h1.site-logo a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/site/custom/packages/feature-photos/1.x/css/../images/site-logo.svg");
}
@media (max-width: 639px) {
  .pageHead .header-menu {
    display: none;
  }
}
.pageHead .pageHeadInner {
  display: flex;
  justify-content: flex-end;
  align-items: start;
  padding: 0 12px;
}
.pageHead .pageHeadCenter {
  flex: 1;
  order: 1;
  margin-right: 24px;
}
.pageHead .pageHeadLeft {
  order: 2;
  padding-right: 12px;
  border-right: 2px solid #151C22;
  margin-right: 12px;
}
.pageHead .pageHeadRight {
  order: 3;
  flex: 0 0 38px;
}
@media (min-width: 641px) {
  .pageHead {
    padding: 20px 0;
  }
  .pageHead .pageHeadInner {
    justify-content: space-between;
    padding: 0 20px;
  }
  .pageHead .pageHeadCenter,
  .pageHead .pageHeadLeft,
  .pageHead .pageHeadRight {
    margin: 0;
    padding: 0;
    border: none;
  }
  .pageHead .pageHeadCenter,
  .pageHead .pageHeadRight {
    flex: 1;
  }
  .pageHead .pageHeadLeft {
    margin: 0 36px;
  }
}

.pageTitle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  font-size: 1.125em;
  font-weight: 400;
  text-transform: none;
  line-height: 1.1111em;
  letter-spacing: 0;
  margin: 0;
}

body {
  --header-height: 74px;
  padding-top: var(--header-height);
}
body .pageHead {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 40;
}
@media (min-width: 641px) {
  body {
    --header-height: 90px;
  }
}

.featurePhotos {
  max-height: 875px;
  position: relative;
  width: 100%;
  padding-bottom: 85px;
  overflow: hidden;
}
.featurePhotos::before {
  content: "";
  display: block;
  padding-top: 58.92%;
}

.featurePhotos-slide,
.featurePhotos-img {
  max-height: 875px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
}
.featurePhotos-slide::before,
.featurePhotos-img::before {
  content: "";
  display: block;
  padding-top: 58.92%;
}

.featurePhotos-img {
  background-size: cover;
}

.featurePhotos-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -80px;
  left: 30px;
  width: 250px;
  height: 150px;
  padding: 20px;
  letter-spacing: 0.07em;
  background: white;
  border-radius: 10px;
  transition: opacity 0.5s ease-in-out;
}
.featurePhotos-caption h3 {
  font-size: 1em;
  margin: 0 0 15px 0;
}
.featurePhotos-caption p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5;
  font-size: 0.75em;
  margin: 0;
  text-align: center;
  line-height: 1.1667em;
}
.featurePhotos-caption a.featurePhotos-more {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 8px;
  line-height: 0;
}
.featurePhotos-caption a.featurePhotos-more i {
  color: #3D728A;
  font-size: 1em;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.featurePhotos-caption a.featurePhotos-more:hover i {
  border-color: #E7F0F3;
  background-color: #E7F0F3;
}
.featurePhotos-slide--current.mod_remove .featurePhotos-caption {
  opacity: 0;
}

.featurePhotos-slide,
.featurePhotos-img {
  transition: left 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), filter 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
}

.featurePhotos-slide {
  --left: 0;
}
@media (min-width: 641px) {
  .hasSiteTools .pageContainer .featurePhotos-slide {
    --left: 64px;
  }
}

.featurePhotos-img--fixed {
  left: var(--left);
  position: fixed;
  top: 74px;
}
@media (min-width: 641px) {
  .featurePhotos-img--fixed {
    top: 90px;
  }
  .hasSiteTools .pageContainer .featurePhotos-img--fixed {
    width: calc(100% - 64px);
  }
}

.featurePhotos-slide--next {
  --left: 100vw !important;
  left: var(--left);
}
.featurePhotos-slide--next .featurePhotos-img {
  filter: grayscale(0.8) brightness(0.8);
}
.featurePhotos-slide--next .featurePhotos-caption {
  cursor: pointer;
  left: -23.4375%;
  opacity: 0.4;
}
.featurePhotos-slide--next:hover {
  left: 80vw;
}
.featurePhotos-slide--next:hover .featurePhotos-img {
  filter: grayscale(0.75);
}
.featurePhotos-slide--next:hover .featurePhotos-img--fixed {
  left: 85vw;
}
.featurePhotos-slide--next:hover .featurePhotos-caption {
  opacity: 0.75;
}

.featurePhotos-skip {
  display: none;
}

.featurePhotos-blurredBg {
  position: relative;
  background-color: #f7f7f7;
  padding-bottom: 2.25rem;
}

@media (min-width: 641px) {
  .featurePhotos {
    padding-bottom: 0;
  }
  .featurePhotos-caption {
    width: 500px;
    height: 220px;
    top: auto;
    bottom: 8%;
    left: 6.25%;
  }
  .featurePhotos-caption h3 {
    font-size: 1.375em;
  }
  .featurePhotos-caption p {
    font-size: 1em;
  }
  .featurePhotos-slide--next .featurePhotos-caption {
    left: -15%;
  }
  a.featurePhotos-skip {
    display: block;
    position: absolute;
    bottom: 40px;
    left: 50%;
    color: white;
    font-size: 1.75em;
    transition: all ease 0.3s;
  }
  a.featurePhotos-skip:hover {
    transform: scale(1.1);
    bottom: 35px;
  }
  .featurePhotos-blurredBg {
    margin-top: -20px;
    padding-top: 3.125em;
    backdrop-filter: blur(20px);
    background-color: rgba(247, 247, 247, 0.4);
  }
}
@media (min-width: 769px) {
  .featurePhotos-caption {
    bottom: 18%;
  }
}
/**
 * Attract Mode
 */
@media (min-width: 641px) {
  .attract.featurePhotos .featurePhotos-slide--next:not(:hover) .featurePhotos-caption {
    animation-name: featurePhotosAttractCaption;
    animation-duration: 13s;
    animation-delay: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.31, 0.8, 0.19, 1.51);
  }
}
@keyframes featurePhotosAttractCaption {
  0%, 10% {
    opacity: 0.4;
    left: -15%;
  }
  5% {
    opacity: 0.55;
    left: -18%;
  }
}

/*# scssSourceMappingURL=styles.css.map */

.energyUpdates {
  --updates-per-slide: 1;
}
.energyUpdates-inner {
  position: relative;
  height: var(--height, 100px);
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.energyUpdates-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateX(0);
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease-in-out;
}
.energyUpdates-slide:first-child {
  margin-left: 1rem;
}
.energyUpdates-slideInner {
  width: calc(100vw - 60px - 5rem);
  max-width: 870px;
}
.energyUpdates-slide--current.mod_remove {
  opacity: 0;
}
.energyUpdates-slide--next {
  opacity: 0.4;
  transform: translateX(calc(100vw - 60px - 2rem - var(--site-menu-offset, 0px)));
}
.energyUpdates-slide--next:hover {
  opacity: 0.75;
  transform: translateX(calc(100vw - 60px - 3rem - var(--site-menu-offset, 0px)));
}
.energyUpdates-slide--next .energyUpdates-card {
  cursor: pointer;
}
.energyUpdates-slide--next .energyUpdates-card:nth-child(2) {
  transform: translateX(200px);
}
.energyUpdates-card {
  position: relative;
  font-size: 0.6875em;
  line-height: 1.3846em;
  padding-left: 60px;
  padding-bottom: 20px;
  margin: 0;
  transition: transform 0.5s ease-in-out;
}
.energyUpdates-avatar {
  position: absolute;
  top: 12px;
  left: 17px;
  width: 35px;
  height: 35px;
}
.energyUpdates-sourceName {
  margin: 0;
  font-size: 1.1818em;
  font-weight: 700;
}
.energyUpdates-text {
  font-style: normal;
  padding: 0;
  margin: 0.5em 0 0 0;
  border: none;
}
@media (min-width: 641px) {
  .energyUpdates {
    --updates-per-slide: 2;
  }
  .energyUpdates-slideInner {
    width: calc(100vw - 60px - 5rem - 7% - var(--site-menu-offset, 0px));
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 7%;
    align-items: start;
  }
  .energyUpdates-slide--next .energyUpdates-slideInner {
    margin-left: 0;
  }
}
@media (min-width: 1135px) {
  .energyUpdates-slide:first-child {
    margin-left: 0;
  }
  .energyUpdates-slide--current .energyUpdates-slideInner {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 641px) {
  .attract.energyUpdates .energyUpdates-slide--next:not(:hover) {
    animation-name: energyUpdatesAttractNext;
    animation-duration: 13s;
    animation-delay: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.31, 0.8, 0.19, 1.51);
  }
}
@keyframes energyUpdatesAttractNext {
  0%, 10% {
    opacity: 0.4;
    transform: translateX(calc(100vw - 60px - 2rem - var(--site-menu-offset, 0px)));
  }
  5% {
    opacity: 0.55;
    transform: translateX(calc(100vw - 60px - 2.5rem - var(--site-menu-offset, 0px)));
  }
}

/*# scssSourceMappingURL=styles.css.map */

/* {{generatedBy}} by {{authorName}} {{authorEmail}}
 *
 * Import this file instead of _eco.scss to only load the variables from core and custom for use in your own SCSS file.
 *
 * 
 */
/* {{generatedBy}} by {{authorName}} {{authorEmail}}
 *
 * This document contains variable definitions with default values provided for all customizable aspects of the eco
 * system. The atoms, molecules, organisms, and modifiers within eco should be making use of these to provide a
 * consistent and easily customizable user interface.
 */
/* {{generatedBy}} by {{authorName}} {{authorEmail}}
 *
 * Use this document to override default values for core eco SCSS variables or define your own SCSS variables to be used
 * within your custom atoms, mixins, modifiers, molecules, organisms, and other project level SCSS.
 */
.molecule_mobileMenu {
  position: fixed;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  transition: width 0s linear 0.25s, height 0s linear 0.25s;
}
.molecule_mobileMenu > label,
.molecule_mobileMenu > .label {
  display: none;
}
.molecule_mobileMenu ul {
  list-style: none;
  padding-left: 0;
}
.molecule_mobileMenu ul li {
  border-bottom: 1px solid #dadfe1;
}
.molecule_mobileMenu ul li:last-child {
  border-bottom: 0;
}
.molecule_mobileMenu ul li > a,
.molecule_mobileMenu ul li > .atom_a {
  display: block;
  padding: 10px 0 10px 1.2em;
}
.molecule_mobileMenu ul li ul {
  border-top: 1px solid #dadfe1;
}
.molecule_mobileMenu ul li ul li > a,
.molecule_mobileMenu ul li ul li > .atom_a {
  display: block;
  padding: 10px 0 10px 3.2em;
}
.molecule_mobileMenu .molecule_toggleControl {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 44px;
  height: 44px;
  padding: 10px;
  text-align: center;
}
.molecule_mobileMenu > .molecule_children {
  background: #ffffff;
  position: absolute;
  top: 44px;
  bottom: 0;
  transition: left 0.25s ease-out;
  padding-bottom: 60px;
  width: 100vw;
  left: 100vw;
  overflow: auto;
}
.molecule_mobileMenu.mod_active {
  width: 100vw;
  height: 100vh;
  transition: width 0s, height 0s;
}
.molecule_mobileMenu.mod_active > .molecule_children {
  left: 0;
}

.molecule_mobileMenu {
  display: none;
}

@media only screen and (max-width: 640px) {
  body.mobileMenu-open {
    overflow: hidden;
  }

  .molecule_mobileMenu {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  body.mobileMenu-showOnTablet.mobileMenu-open {
    overflow: hidden;
  }

  .molecule_mobileMenu.showOnTablet {
    display: block;
  }
}
.molecule_mobileMenu.showOnAll {
  display: block;
}
.molecule_mobileMenu.showOnAll body.mobileMenu-showOnAll.mobileMenu-open {
  overflow: hidden;
}

@media only screen and (max-width: 768px) and (min-width: 641px) {
  .hasSiteTools .molecule_mobileMenu.mod_active {
    max-width: calc(100vw - 64px);
  }
}

/*# scssSourceMappingURL=styles.css.map */

