article.reachCodes .reachPath-contentHolder .beFancy_spinner {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
article.reachCodes .reachPath-content {
  min-height: 300px;
}

.reachPath-contentHolder {
  display: none;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 1em 0;
}

.reachCodes.mod_has-selection .reachPath-contentHolder {
  display: block;
}

.reachPath-requirements,
.mod_filtering .reachPath-requirements.mod_active {
  height: auto;
  overflow: visible;
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
}

.mod_filtering .reachPath-requirements {
  height: 0;
  overflow: hidden;
  transform: translateY(100px);
}

.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;
}

.reachPath-optionsForm {
  font-size: 0.875em;
}
.reachPath-optionsForm h4 {
  margin: 0;
}
.reachPath-optionsForm ul {
  padding: 0;
  margin: 0.25em 1em 1em 0.25em;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.reachPath-optionsForm li.customForm-radio,
.reachPath-optionsForm li.customForm-checkbox {
  list-style: none;
  margin: 0.5em 1em 0 0;
}
@media (min-width: 641px) {
  .reachPath-optionsForm {
    display: flex;
  }
}

.reachPath-requirementsHolder {
  margin-top: 26px;
}

.reachPath-optionsForm + .reachPath-requirementsHolder {
  margin-top: 0;
}

.reachCodes-intro {
  text-align: center;
  margin: 40px auto;
}

.reachPaths .content.cardRow {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 80px;
}

.reachCodes-mobilePathSelector {
  display: none;
}
.reachCodes-mobilePathSelector .card {
  flex: 1;
  text-align: center;
  line-height: 1em;
  padding: 0.5em;
}
.reachCodes-mobilePathSelector .card + .card {
  margin-left: 10px;
}
.reachCodes-mobilePathSelector .card-title {
  margin: auto;
}
.reachCodes-mobilePathSelector .currentPath {
  display: flex;
}
.reachCodes-mobilePathSelector .pathSelectionTrigger {
  font-size: 1.125em;
  font-weight: 600;
}
.reachCodes-mobilePathSelector .pathSelectionTrigger i {
  display: block;
  position: relative;
  top: 5px;
  font-size: 0.8em;
}

.reachCodes.mod_has-selection .reachPaths .content.cardRow {
  margin-bottom: 0;
}
.reachCodes.mod_has-selection .reachCodes-mobilePathSelector {
  display: flex;
}

.reachPaths .card {
  opacity: 1;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: all 0.4s ease-in-out;
}
.mod_has-selection .reachPaths .card {
  position: absolute;
  opacity: 0;
  transform: scale(0);
  z-index: 999;
}
.mod_has-selection .reachPaths .card.mod_active {
  z-index: 9999;
}

@media (min-width: 1025px) {
  .reachCodes-mobilePathSelector {
    display: none !important;
  }
  .reachCodes .reachPaths .card {
    opacity: 1;
    transform: scale(1);
    position: relative;
  }
}
.reachPath-pointers {
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  justify-content: space-around;
}
.reachPath-pointers > div {
  flex: 1;
  max-width: 172px;
}
.reachPath-pointers > div::after {
  content: "";
  display: block;
  background: white;
  width: 24px;
  height: 24px;
  border: 1px solid #cdcccc;
  border-bottom: none;
  border-left: none;
  position: relative;
  left: 50%;
  margin-left: -12px;
  transform: rotate(-45deg) scale(0);
  transition: transform 0.3s ease-in-out;
}
.reachPath-pointers > div:nth-child(n+3) {
  display: none;
}
.reachPath-pointers > div:first-child::after {
  transform: rotate(-45deg) scale(1);
}
@media (min-width: 1025px) {
  .reachPath-pointers > div:first-child::after {
    transform: rotate(-45deg) scale(0);
  }
  .reachPath-pointers > div.mod_active::after {
    transform: rotate(-45deg) scale(1);
  }
  .reachPath-pointers > div:nth-child(n+3) {
    display: block;
  }
}

[data-overflow-column=pros] .requirement-cons {
  display: none;
}
[data-overflow-column=pros] .requirement-adopters {
  display: none;
}

[data-overflow-column=cons] .requirement-pros {
  display: none;
}
[data-overflow-column=cons] .requirement-adopters {
  display: none;
}

[data-overflow-column=adopters] .requirement-pros {
  display: none;
}
[data-overflow-column=adopters] .requirement-cons {
  display: none;
}

.reachPath-content {
  padding-right: 0;
}
.reachPath-content .reachPath-requirements--empty {
  margin-left: -42px;
  padding: 0 1em;
}

.reachPath-requirementsHolder {
  font-size: 0.75em;
}

.reachPath-requirementsHolder > header {
  color: #c5beb3;
  text-transform: uppercase;
  display: grid;
  grid-template-columns: 25px 1fr 1fr;
  grid-gap: 1em;
  padding-left: 1em;
  position: sticky;
  top: var(--header-height);
  background: rgba(255, 255, 255, 0.95);
  z-index: 999;
}

.reachPath-requirement {
  position: relative;
  padding: 0.75em 1em;
  line-height: 1.3em;
  margin-bottom: 10px;
  background: #f7f7f7;
  border-bottom: 1px solid #d7d2cb;
  border-radius: 10px 0 0 10px;
  transition: background 0.25s ease-in-out;
  display: grid;
  grid-gap: 1em;
  grid-template-columns: 25px 1fr 1fr auto;
  grid-template-areas: "occupancy name overflow scroller" "toggler toggler toggler toggler";
}
.reachPath-requirement h2, .reachPath-requirement h3, .reachPath-requirement h4,
.reachPath-requirement ul, .reachPath-requirement ol {
  margin: 0;
}
.reachPath-requirement ul, .reachPath-requirement ol {
  padding-left: 0.8em;
  margin-left: 0.8em;
}
.reachPath-requirement li {
  margin-bottom: 0.5em;
}
.reachPath-requirement a {
  font-weight: 600;
}
.reachPath-requirement .requirement-occupancy {
  grid-area: occupancy;
}
.reachPath-requirement .requirement-name {
  grid-area: name;
}
.reachPath-requirement .requirement-pros {
  grid-area: overflow;
}
.reachPath-requirement .requirement-cons {
  grid-area: overflow;
}
.reachPath-requirement .requirement-adopters {
  grid-area: overflow;
}
.reachPath-requirement .requirement-toggler {
  grid-area: toggler;
}
.reachPath-requirement .requirement-hr {
  grid-area: hr;
}
.reachPath-requirement .requirement-resources {
  grid-area: resources;
}
.reachPath-requirement .requirement-downloadAll {
  grid-area: downloadAll;
}
.reachPath-requirement .requirement-ceeLink {
  grid-area: ceeLink;
}
.reachPath-requirement .requirement-scroller {
  grid-area: scroller;
}
.reachPath-requirement .requirement-occupancy {
  text-align: center;
  font-size: 1.3em;
}
.reachPath-requirement .requirement-occupancy i {
  display: block;
  margin-bottom: 0.25em;
  color: #3D728A;
}
.reachPath-requirement .requirement-name h3 {
  font-size: 1em;
  letter-spacing: 0;
}
.reachPath-requirement .requirement-example, .reachPath-requirement .requirement-occupancy {
  font-style: italic;
  margin-top: 0.5em;
  margin-bottom: 0;
}
.reachPath-requirement .requirement-adopters i.lec-ca-map-o {
  display: inline-block;
  font-size: 22px;
  vertical-align: bottom;
}
.reachPath-requirement .requirement-adopters a {
  display: inline-block;
  margin: 0.25em;
  line-height: 1.1em;
}
.reachPath-requirement .requirement-adopters a::after {
  content: ", ";
}
.reachPath-requirement .requirement-adopters a:last-child::after {
  content: none;
}
.reachPath-requirement .requirement-toggler {
  text-align: center;
  line-height: 1em;
}
.reachPath-requirement .requirement-toggler h4 a {
  text-transform: uppercase;
  font-weight: 700;
}
.reachPath-requirement .requirement-toggler p {
  margin: 0;
  text-transform: uppercase;
  font-size: 0.9em;
  border: none;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.reachPath-requirement:hover .requirement-toggler p {
  opacity: 1;
}

.reachPath-requirement .requirement-hr, .reachPath-requirement .requirement-resources, .reachPath-requirement .requirement-downloadAll, .reachPath-requirement .requirement-ceeLink {
  display: none;
}
.reachPath-requirement .requirement-hr {
  width: 100%;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.reachPath-requirement .requirement-resources .requirementResources-category {
  margin-top: 1.5em;
}
.reachPath-requirement .requirement-resources .requirementResources-category:first-child {
  margin-top: 0.5em;
}
.reachPath-requirement .requirement-resources .requirementResources-category ul {
  margin: 0.75em;
}
.reachPath-requirement .requirement-resources p.mod_empty {
  text-align: center;
  font-style: italic;
}
.reachPath-requirement .requirement-resources p.mod_empty a {
  font-weight: normal;
}
.reachPath-requirement .requirement-ceeLink a {
  line-height: 0;
}
.reachPath-requirement .requirement-ceeLink a img {
  height: 28px;
}
.reachPath-requirement .requirement-ceeLink a:hover img {
  filter: brightness(0) invert(1);
}
.reachPath-requirement .requirement-downloadAll {
  font-size: 1.16667em;
  font-weight: 700;
  text-align: center;
  align-self: end;
}
.reachPath-requirement .requirement-downloadAll a {
  display: inline-block;
  padding: 0.5em;
}
.reachPath-requirement .requirement-downloadAll i {
  font-size: 0.9em;
  margin-left: 0.25em;
}
.reachPath-requirement .requirement-scroller .live_click {
  color: #d7d2cb;
}
.reachPath-requirement .requirement-scroller .live_click i {
  font-size: 0.9em;
}
.reachPath-requirement .requirement-scroller .live_click i + i {
  margin-left: -0.35em;
}
.reachPath-requirement.mod_active {
  grid-template-areas: "occupancy name overflow scroller" "toggler toggler toggler toggler" "hr hr hr hr" "_1 resources resources resources" "_2 downloadAll downloadAll downloadAll" "_3 ceeLink ceeLink ceeLink";
}
.reachPath-requirement.mod_active .requirement-hr, .reachPath-requirement.mod_active .requirement-resources, .reachPath-requirement.mod_active .requirement-downloadAll, .reachPath-requirement.mod_active .requirement-ceeLink {
  display: block;
}
.reachPath-requirement.mod_hover {
  background: #E7F0F3;
}

@media (min-width: 769px) {
  .reachPath-content {
    padding-left: 2em;
    padding-right: 1em;
  }
  .reachPath-content .reachPath-requirements--empty {
    margin-left: -2em;
  }
  .reachPath-requirementsHolder > header {
    grid-template-columns: 25px repeat(4, 1fr);
  }
  .reachPath-requirementsHolder > header > div {
    display: block !important;
  }
  .reachPath-requirement {
    border-radius: 10px;
    grid-template-columns: 25px repeat(4, 1fr);
    grid-template-areas: "occupancy name pros cons adopters" "toggler toggler toggler toggler toggler ";
  }
  .reachPath-requirement .requirement-pros {
    display: block;
    grid-area: pros;
  }
  .reachPath-requirement .requirement-cons {
    display: block;
    grid-area: cons;
  }
  .reachPath-requirement .requirement-adopters {
    display: block;
    grid-area: adopters;
  }
  .reachPath-requirement .requirement-scroller {
    display: none;
  }
  .reachPath-requirement.mod_active {
    grid-template-areas: "occupancy name pros cons adopters" "toggler toggler toggler toggler toggler" "hr hr hr hr hr" "_1 ceeLink resources resources downloadAll";
  }
}

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

@charset "UTF-8";
.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: "";
  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: "";
  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: "";
  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: "";
  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: "";
  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: "";
  display: inline-block;
}

.customForm-radio input,
.customForm-checkbox input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.customForm-radio label,
.customForm-checkbox label {
  all: unset;
  cursor: pointer;
  position: relative;
}
.customForm-radio label::before,
.customForm-checkbox label::before {
  font: normal normal normal 14px/1 "LocalEnergyCodes";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  color: white;
  line-height: 13px;
  font-size: 8px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #d7d2cb;
  background-color: white;
  border-radius: 50%;
  margin: -4px 4px 0 0;
  transition: background-color 0.3s ease-in-out;
}
.customForm-radio label:hover::before,
.customForm-radio label:focus::before,
.customForm-radio input:focus + label::before,
.customForm-checkbox label:hover::before,
.customForm-checkbox label:focus::before,
.customForm-checkbox input:focus + label::before {
  background-color: #d7d2cb;
}
.customForm-radio input:checked + label::before,
.customForm-checkbox input:checked + label::before {
  content: "";
  background-color: #4B8CA6;
}

.customForm-checkbox label::before {
  border-radius: 5px;
}
.customForm-checkbox input:checked + label::before {
  content: "";
}
.customForm-checkbox input:checked + label::after {
  font: normal normal normal 14px/1 "LocalEnergyCodes";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  color: white;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.8);
  font-size: 0.7em;
  position: absolute;
  left: 3px;
  top: 4px;
}
/*# 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 */

