/** Shopify CDN: Minification failed

Line 7:0 Unexpected "$"
Line 300:4 "marin-bottom" is not a known CSS property

**/
$body-font: ;
$body-weight: ;
$header-font: ;
$header-weight: ;
$button-font: ;
$button-weight: ;

$background-light: #fafafa;
$grey-rule: #979797;
$grey: #f3f5f8;
#$ekm-green: #c3d939;
$light-green: #def072;
$error-color: #e13333;
$success-color: #5bef6b;
$black: #000;
#$white: #fff;
$light-grey: #eeeeee;
$very-light-grey: #fafafa;
$dark-color: #4c4c4c;
$blue: #178cf9;
$dark-blue: #182231;
$inactive-border: #dcdddd;

$desktop-breakpoint: 1300px;
$tablet-breakpoint: 400px;

.StreamlineUtilitiesSection {
  width: 100vw;
  height: 286px;
  background-color: $grey;
  text-align: center;
  padding-top: 48px;
  display: flex;
  flex-direction: column;  
  align-items: center;
  margin-bottom: 64px;

  @media screen and (min-width: 1000px) {
    height: 299px;
    padding-top: 96px;
  }
}

.StreamlineUtilitiesSection--background-image {
  height: 234px;
  background-size: cover;
  
  @media screen and (min-width: 1000px) {
    height: 300px;
    padding-top: 100px;
  }
}

.StreamlineUtilitiesSection__title {
  font-size: 20px;
  font-weight: 600;
  width: 262px;
  margin-bottom: 32px;
  line-height: normal;

  @media screen and (min-width: 1000px) {
    font-size: 24px;
    width: auto;
  }
}

.StreamlineUtilitiesSection__title--white {
  color: #fff;
  margin-bottom: 24px;
}

.StreamlineUtilitiesSection__description {
  width: 335px;
  font-size: 16px;
  line-height: 1.56;

  @media screen and (min-width: 1000px) {
    width: 586px;
  }
}
.StreamlineUtilitiesSection__description--white {
  color: #fff;
  font-weight: 500;
  width: 265px;

  @media screen and (min-width: 1000px) {
    width: 588px;
    font-weight: 600;
  }
}

.BlueBulletPointSnippet {
  width: 225px;

   @media screen and (min-width: 1000px) {
    width: 262px;
  }
}

.BlueBulletPointSnippet__top-container {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
}

.BlueBulletPointSnippet__bullet-point {
  width: 4px;
  height: 25px; 
  background-color: $blue;
  margin-right: 16px;
}

.BlueBulletPointSnippet__title {
  width: 173px;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;

   @media screen and (min-width: 1000px) {
    width: 293px;
  }
}

.BlueBulletPointSnippet__description {
  font-size: 16px;
  line-height: 25px;
  width: 225px;
}

.BlueCtaSection {
  width: 100%;
  display: flex; 
  flex-direction: column; 
  align-items: center;
  background: linear-gradient(to right, #031426, #0b2167);
  text-align: center;
  padding: 56px 50px;
  margin-bottom: 48px;
  
  @media screen and (min-width: 1050px) {
    height: 148px;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 155px;
    margin-bottom: 120px;
  }
}

.BlueCtaSection__title {
  width: 275px;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 32px;

  @media screen and (min-width: 1050px) {
    margin-bottom: 0;
    width: auto;
    font-size: 24px;
  }
}

.BlueCtaSection__button {
  background-color: $blue;
  width: 170px;
  height: 42px;
  border-radius: 2px;
  display: flex; 
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #fff;

  &:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #fff;
  }

  @media screen and (min-width: 1050px) {
    font-size: 16px;
    height: 45px;
    width: 220px;
    font-size: 19px;
  }
}

.hero-image {
  height: 262px;
  width: 100vw;
  color: #fff;
  text-align: center;
  padding: 32px 30px 32px 30px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: cover;
  background-color: transparent;
  background-position: 30% 0%;
  background-repeat: no-repeat;
  margin-bottom: 50px;
  
  @media screen and (min-width: 1000px) {
    height: 556px;
    background-position: left;
    padding-top: 128px;
    padding-bottom: 97px;
    margin-bottom: 96px;
  }
}

.hero-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2px;
  margin-bottom: 12px;

  @media screen and (min-width: 1000px) {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 36px;
  }
}

.hero-description {
  font-size: 22px;
  line-height: 32px;
  max-width: 781px;
  min-width: 315px;
  margin-bottom: 32px;
  padding: 0;

  @media screen and (min-width: 1000px) {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 96px;
  }
}

.hero-button {
  background-color: $blue;
  width: 170px;
  height: 42px;
  border-radius: 2px;
  display: flex; 
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #fff;

  &:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #fff;
  }

  @media screen and (min-width: 1000px) {
    font-size: 16px;
    height: 45px;
  }
}

.WhiteCtaSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; 
  padding-top: 48px;
  background-color: #fff;

  @media screen and (min-width: 1050px) {
    background-color: $background-light;
    padding-top: 77px;
  }
}

.WhiteCtaSection__title {
  width: 321px;
  font-size: 26px;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 32px;

  @media screen and (min-width: 1050px) {
    marin-bottom: 24px;
    font-size: 36px;
    line-height: 50px;
    width: auto;
  }
}

.WhiteCtaSection__description {
  width: 246px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 48px;

  @media screen and (min-width: 1050px) {
    width: 450px;
    font-size: 24px;
  }
}

.WhiteCtaSection__button {
  margin-bottom: 72px;
  width: 170px;
  height: 42px;
  border-radius: 2px;
  background-color: $blue;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;

  &:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #fff;
  }

  @media screen and (min-width: 1050px) {
    height: 45px;
    font-size: 16px;
  }
}

.AccordionSection--mobile {
  display: flex;
  flex-direction: column;
  align-items: center;

  @media screen and (min-width: 1320px) {
    display: none;
  }
}

.AccordionSection__accordion-tile {
  transition: all 300ms;
}

.AccordionSection__accordion-tile--open {
  height: auto;
  width: 333px;
  background-color: #c3d939;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05), 0 1px 8px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
}

.AccordionSection__accordion-tile--closed {
  height: 68px;
  width: 333px;
  background-color: #fff;
  margin-bottom: 20px;
  border-left: 4px solid #dee3e9;
  box-sizing: border-box;
}

.AccordionSection__accordion-tile__title {
  margin: 16px 0 8px 21px;
  font-size: 20px;
  font-weight: 600;
  color: $dark-blue;
}

.AccordionSection__accordion-tile__title--closed {
  margin: 16px 0 8px 17px;
  color: #91979d;
}

.AccordionSection__accordion-tile__inner-container {
  transition: all 300ms;
}

.AccordionSection__accordion-tile__inner-container--closed {
  height: 0;
}

.AccordionSection__accordion-tile__inner-container--open {
  background-color: #fff;
  width: 325px;
  
  height: auto;
  margin-bottom: 4px;
  margin-left: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 2px;
  padding-top: 12px;
  transition: all 500ms;
}

.AccordionSection__accordion-tile--open__inner-container__description {
  width: 296px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 25px;
}

.AccordionSection__accordion-tile--open__inner-container__line {
  width: 80px;
  height: 1px;
  background-color: #dee3e9;
  margin-bottom: 32px;
}

.AccordionSection__accordion-tile--open__inner-container__sub-title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}

.AccordionSection__accordion-tile--open__inner-container__icon {
  margin-bottom: 30px;
}

.AccordionSection__accordion-tile--open__inner-container__image {
  width: 299px;
  height: 183px;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1), 0 4px 10px 0 rgba(0, 0, 0, 0.05), 0 1px 8px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #fff;
  margin-bottom: 24px;
}

.AccordionSection--desktop {
  display: none;

  @media screen and (min-width: 1320px) {
    display: flex;
    height: 584px;
    margin-bottom: 78px;
    padding: 0 48px;
    justify-content: center;
  }
}

.AccordionSection--desktop__image-content {
  background-color: #fff;
  height: 584px;
  width: 712px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05), 0 1px 8px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px 28px 0 28px;
  margin-right: 34px;
}

.AccordionSection--desktop__image-content__sub-title {
  width: 390px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}

.AccordionSection--desktop__image-content__icon {
  margin-bottom: 39px;
  height: 32px;
  width: 32px;
}

.AccordionSection--desktop__image-content__image {
  width: 653px;
  height: 400px;
}

.AccordionSection--desktop__tile {
  transition: all 300ms;
  height: 100px;
  border-left: 5px solid #fff;
  padding: 16px 41px 36px 0;

  &:hover {
    cursor: pointer;
  }

  &:hover .AccordionSection--desktop__tile__title {
    opacity: 1;
  }
}

.AccordionSection--desktop__tile--open {
  width: 330px;
  height: 190px;
  padding: 16px 41px 36px 48px;
  border-left: 5px solid #c3d939;
  margin-bottom: 40px;
}

.AccordionSection--desktop__tile__title {
  font-size: 24px;
  margin-bottom: 33px;
  opacity: .36;
  transition: all 300ms;
  font-weight: 600;
}

.AccordionSection--desktop__tile__title--open {
  opacity: 1;
}

.AccordionSection--desktop__tile__description {
  font-size: 16px;
  width: 508px;
  display: none;
}

.chart-container {
  height: auto;
  padding-bottom: 4px;
}

.chart-inner-container {
  height: auto;
}

.OptimizeSnippet {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 335px;
  height: 482px;
  border-radius: 2px;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1), 0 4px 10px 0 rgba(0, 0, 0, 0.05), 0 1px 8px 0 rgba(0, 0, 0, 0.1);
  padding-top: 24px;

  @media screen and (min-width: 1250px) {
    box-shadow: none;
    flex-direction: row;
    width: 100vw;
    height: auto;
    padding-top: 0;
    align-items: flex-start;
  }
}

.OptimizeSnippet__image {
  width: 286px;
  height: 214px;
  margin-bottom: 24px;

  @media screen and (min-width: 1250px) {
    width: 805px;
    height: 617px;
    margin-bottom: 0;
    margin-right: 68px;
  }
}

.OptimizeSnippet__text-container {
  width: 286px;

  @media screen and (min-width: 1250px) {
    width: 432px;
    margin-top: 145px;
  }
}

.OptimizeSnippet__title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  width: 266px;

  @media screen and (min-width: 1250px) {
    font-size: 24px;
    width: 366px;
    margin-bottom: 22px;
  }
}

.OptimizeSnippet__description {
  font-size: 16px;
  line-height: 25px;
}

.IndustryB-BulletPointSnippet {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 48px;

  @media screen and (min-width: 1220px) {
    flex-direction: row;
  }
}

.IndustryB-BulletPointSnippet__image {
  width: 375px;
  height: 243px;
  margin-bottom: 64px;

  @media screen and (min-width: 1220px) {
    width: 625px;
    height: 536px;
    margin-bottom: 0;
    margin-right: 64px;
  }
}

.IndustryB-BulletPointSnippet__grid {
  @media screen and (min-width: 1220px) {
    width: 528px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}

.IndustryB-BulletPointSnippet__grid__block {
  margin-bottom: 64px;
}

.IndustryB__BulletPointSection__green-line {
  background-color: $light-green;
  width: 98px;
  height: 3px;

  @media screen and (min-width: 1220px) {
    display: none;
  }
}

.EmbeddedMetersSnippet {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;

  @media screen and (min-width: 1220px) {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 43px;
  }
}

.EmbeddedMetersSnippet__image {
  width: 375px;
  height: 312px;
  margin-bottom: 48px;

  @media screen and (min-width: 1220px) {
    width: 805px;
    height: 617px;
    margin-bottom: 0;
    margin-right: 68px;
  }
}

.EmbeddedMetersSnippet__text-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;

  @media screen and (min-width: 1220px) {
    align-items: flex-start;
    text-align: left;
  }
}

.EmbeddedMetersSnippet__title {
  width: 222px;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 32px;

  @media screen and (min-width: 1220px) {
    font-size: 24px;
    width: 427px;
    margin-top: 180px;
  }
}

.EmbeddedMetersSnippet__description {
  width: 335px;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 32px;

  @media screen and (min-width: 1220px) {
    width: 432px;
  }
}

.OverlappingCardSnippet {
  width: 335px;
  background-color: #fff;
  padding: 24px 25px 0px 24px;
  margin-bottom: 24px;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1), 0 4px 10px 0 rgba(0, 0, 0, 0.05), 0 1px 8px 0 rgba(0, 0, 0, 0.1);

  @media screen and (min-width: 1216px) {
    flex-direction: row-reverse;
    background-color: transparent;
    width: 1216px;
    align-items: center;
    position: relative;
    right: 54px;
    padding: 0;
    margin-bottom: 68px;
    box-shadow: none;
  }
}

.OverlappingCardSnippet__image {
  width: 286px;
  height: 214px;
  margin-bottom: 24px;

  @media screen and (min-width: 1216px) {
    width: 626px;
    height: 469px;
  }
}

.MeteringCard {
  text-align: left;
  width: 286px;
  box-shadow: none;

  @media screen and (min-width: 1216px) {
    background-color: #fff;  
    width: 541px;
    height: 304px;
    padding: 48px 61px 0 48px;
    position: relative;
    left: 88px;
    box-shadow: -10px 0 15px 0 rgba(0, 0, 0, 0.04);
  }
}

.MeteringCard--static {
  @media screen and (min-width: 1216px) {
    left: 0;
  }
}

.MeteringCard__card-title {
  width: 266px;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 12px;
  line-height: normal;

  @media screen and (min-width: 1216px) {
    font-size: 24px;
    width: 421px;
  }
}

.MeteringCard__card-line {
  display: none;

  @media screen and (min-width: 1216px) {
    display: block;
    margin-bottom: 25px;
    width: 64px;
    height: 2px;
    background-color: $black;
  }
}

.MeteringCard__grey-line {
  background-color: #dee3e9;
}

.MeteringCard__card-description {
  font-size: 16px;
  line-height: 1.56;
  margin-bottom: 50px;

  @media screen and (min-width: 1216px) {
    font-size: 18px;
    margin-bottom: 0;
  }
}

.ModernizeMarina {
  width: 100vw;
  height: 152px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 48px;
  background-size: cover;
  background-position: bottom;

  @media screen and (min-width: 1216px) {
    height: 244px;
    margin-bottom: 125px;
    background-position: 0;
  }
}

.ModernizeMarina__title {
  width: 288px;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;

  @media screen and (min-width: 1216px) {
    width: 662px;
    font-size: 28px;
    font-weight: 800;
  }
}

.IndustryC-BulletPointsSnippet {
  display: flex;
  flex-direction: column;
  align-items: center;

  @media screen and (min-width: 1216px) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    margin-bottom: 43px;
  }
}

.IndustryC-BulletPointsSnippet__text-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;

  @media screen and (min-width: 1216px) {
    text-align: left;
    align-items: flex-start;
  }
}

.IndustryC-BulletPointsSnippet__text-container__title {
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 32px;
  width: 262px;

  @media screen and (min-width: 1216px) {
    font-size: 24px;
    width: 344px;
  }
}

.IndustryC-BulletPointsSnippet__text-container__description {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 65px;
  width: 335px;

  @media screen and (min-width: 1216px) {
    width: 484px;
  }
}

.IndustryC-BulletPointsSnippet__image {
  height: 243px;
  width: 375px;
  margin-bottom: 64px;

  @media screen and (min-width: 1216px) {
    width: 565px;
    height: 483px;
    margin-bottom: 0;
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 2;
  }
}

.IndustryC-BulletPointsSnippet__bullet-point-container {

  @media screen and (min-width: 1216px) {
    display: flex;
    justify-content: space-between;
  }
}

.EvBanner {
  height: 629px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: center;
  background-size: cover;
  padding-top: 48px;

  @media screen and (min-width: 1216px) {
    align-items: flex-start;
    padding-left: 168px;
    padding-top: 120px;
    text-align: left;
    height: 724px;
    margin-bottom: 116px;
  }
}

.EvBanner__title {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1.64px;
  line-height: 24px;
  margin-bottom: 32px;

  @media screen and (min-width: 1216px) {
    margin-bottom: 21px;
  }
}

.EvBanner__sub-title {  
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 32px;
  width: 330px;
  font-weight: bold;

  @media screen and (min-width: 1216px) {
    width: 494px;
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 48px;
  }
}

.EvBanner__bullet-point-list {
  width: 301px;
  text-align: left;
  margin-bottom: 48px;

  @media screen and (min-width: 1216px) {
    font-size: 18px;
    line-height: 25px;
    width: 432px;
    margin-bottom: 32px;
  }
}

.EvBanner__bullet-point {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 16px;

  @media screen and (min-width: 1216px) {
    
  }
}

.EvBanner__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 45px;
  border: 2px solid #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  color: #fff;

  &:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #fff;
  }
}

.margin-bottom-zero {
  margin-bottom: 0;
}

.HomeIndustryLinks {
  display: flex;
  justify-content: center;
  padding-top: 32px;

  @media screen and (min-width: 1070px) {
    padding-top: 47px;
  }
}
.HomeIndustryLinks__grid {
  width: 100%;
  display: grid;
  grid-template-rows: auto;
  justify-items: center;
  grid-template-columns: 1fr 1fr;

  @media screen and (min-width: 630px) {
    width: 630px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  @media screen and (min-width: 1070px) {
    width: 1070px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

.HomeIndustryLinks__title-tile {
  height: 48vw;
  width: 48vw;
  background: linear-gradient(to bottom right, #c3d939, $blue);
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  grid-row-start: 1;

  @media screen and (min-width: 630px) {
    height: 200px;
    width: 200px;
  }

  @media screen and (min-width: 1070px) {
    grid-column-start: 3;
  }
}

.HomeIndustryLinks__title-tile__inner-container {
  height: 97%;
  width: 97%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  @media screen and (min-width: 630px) {
    height: 190px;
    width: 190px;
  }
}

.HomeIndustryLinks__title-tile__inner-container__title {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
}

.IndustryLinkTile {
  width: 48vw;
  height: 48vw;
  background: $background-light;
  margin-bottom: 10px;
  border: 1px solid $inactive-border;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 1px 0 0 rgba(194, 204, 209, 0.5);
  transition: box-shadow 300ms;
  padding-top: 31px;

  @media screen and (min-width: 630px) {
    padding-top: 61px;
  }

  &:hover {
    text-decoration: none;
  }

  @media screen and (min-width: 630px) {
    border-color: #c3d939;
    width: 200px;
    height: 200px;
  }
}

.IndustryLinkTile--hoverable {
  border-color: #c3d939;
  &:hover {
    box-shadow: 2px 2px 5px 2px rgba(194, 204, 209, 0.5);
  }
}

.IndustryLinkTile__icon {
  margin-bottom: 13%;
  
  @media screen and (min-width: 630px) {
    margin-bottom: 40px;
  }
}

.IndustryLinkTile__title {
  font-size: 16px;
  width: 140px;
  text-align: center;
  line-height: 25px;
  font-weight: 500;
  text-decoration: none;
  color: #353535;

  &:hover {
    text-decoration: none;
  }
}

.placeholder-tile {
  display: none;

  @media screen and (min-width: 1070px) {
    display: flex;
    height: 50px;
    width: 200px;
    background: $background-light;
    border-radius: 4px 4px 0 0; 
    border: 1px solid $inactive-border;
    border-bottom: none;
  }
}