.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #020202;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #005596;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

p {
  margin-top: 4px;
  margin-bottom: 20px;
  line-height: 24px;
}

a {
  color: #005596;
  font-weight: 500;
  text-decoration: underline;
}

a:hover {
  color: #009448;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 10px;
  list-style-type: disc;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  line-height: 24px;
  list-style-type: disc;
}

img {
  display: inline-block;
  max-width: 100%;
}

strong {
  color: #000;
  font-weight: 600;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.site-header {
  padding-top: 5px;
  padding-bottom: 0px;
  background-color: #fff;
}

.site-main {
  position: relative;
}

.site-footer {
  margin-top: 0px;
  padding-top: 8px;
  background-color: #b2b2b2;
}

.custom-container {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-container.footer-container {
  margin-bottom: 0px;
}

.custom-container.primary-nav-container {
  min-height: 25px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.custom-container.primary-nav-container.remove-container-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.custom-container.page-heading-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.custom-container.container-padding {
  padding-top: 20px;
  padding-bottom: 60px;
}

.custom-container.container-padding.cms-editable {
  padding-top: 0px;
  padding-bottom: 0px;
}

.custom-container.container-padding.cms-editable.col-padding {
  padding-top: 20px;
  padding-bottom: 60px;
}

.custom-container.container-padding.cms-editable.c-padding {
  margin-bottom: 49px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 1px none #000;
  border-radius: 10px;
  text-align: left;
}

.custom-container.cms-editable {
  padding-top: 0px;
  padding-bottom: 0px;
}

.custom-container.c-padding {
  padding-top: 20px;
  padding-bottom: 60px;
}

.custom-container.bottom-padding {
  padding-top: 20px;
  padding-bottom: 60px;
}

.hero-login-box {
  position: absolute;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 435px;
  height: 165px;
  padding: 20px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #005596;
  box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.3);
}

.hero-login-heading {
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.main-divblock-button {
  display: block;
  width: 138px;
  padding-top: 11px;
  padding-bottom: 11px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #00953b;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  text-align: center;
}

.main-divblock-button:hover {
  background-color: #005596;
  color: #fff;
}

.main-innerdiv {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 10%;
  width: auto;
  height: auto;
  margin-right: 20px;
  margin-left: 20px;
}

.hero-login-link {
  margin-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.footer-divblock {
  margin-left: 5px;
}

.footer-paragraph {
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 12px;
  line-height: 19px;
  font-style: normal;
}

.home-icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #005596;
  box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-decoration: none;
}

.home-icon-box:hover {
  background-color: #00953b;
}

.home-icon-box.responsive-height.remove-padding {
  height: 100px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-icon.position {
  position: absolute;
}

.home-icon-text {
  padding-left: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  text-transform: capitalize;
}

.home-icon-text.responsive-text {
  font-size: 20px;
}

.home-tile {
  overflow: hidden;
  width: 409px;
  height: 272px;
  margin-top: 10px;
  box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.3);
}

.top-navigation {
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
  list-style-type: none;
}

.top-nav-item {
  display: inline;
}

.top-nav-item.hide {
  display: none;
}

.hidden-search-btn {
  display: none;
}

.top-center-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.top-center-column.test {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.top-search {
  position: relative;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 9px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -o-object-fit: fill;
  object-fit: fill;
}

.top-search-label {
  min-width: 90px;
  color: #005596;
  font-size: 14px;
  text-align: center;
}

.search-input-2 {
  min-height: 34px;
  min-width: 320px;
  margin-bottom: 0px;
  margin-left: auto;
  border-radius: 15px;
}

.search-input-2.test {
  display: none;
}

.top-nav-link {
  padding-right: 5px;
  padding-left: 5px;
  border-right: 2px solid #005596;
  color: #005596;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
}

.top-nav-link.w--current {
  display: none;
}

.top-nav-link.no-border {
  padding-right: 5px;
  padding-left: 0px;
  font-weight: 400;
  text-align: center;
}

.top-nav-link.no-border.w--current {
  display: block;
}

.top-nav-link.no-border.mr {
  margin-right: 10px;
}

.top-nav-link.hide {
  display: none;
}

.no-border {
  border: 1px none #000;
}

.column-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-11.nav-top-right {
  left: -4.5em;
}

.icon-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.social-list-item {
  display: inline;
  margin-left: 10px;
}

.primary-nav-menu {
  float: none;
}

.primary-nav-toggle {
  margin-right: auto;
  margin-left: auto;
  padding: 13px 26px;
  color: #fff;
  text-transform: uppercase;
}

.primary-nav-toggle:hover {
  background-color: #00953b;
}

.primary-nav-toggle.w--open {
  background-color: #00953b;
}

.primary-nav-toggle.remove-hover-color {
  padding-right: 24px;
  padding-left: 24px;
}

.primary-nav-link {
  padding: 13px 15px 13px 16px;
  color: #000;
  text-transform: uppercase;
}

.primary-nav-link:hover {
  background-color: #009448;
  color: #fff;
}

.primary-nav-link.w--current {
  color: #fff;
}

.primary-nav-link.home {
  padding-right: 19px;
  padding-left: 21px;
  color: #fff;
}

.primary-nav-link.home:hover {
  color: #fff;
}

.primary-nav-link.home.w--current {
  font-weight: 500;
}

.primary-dropdown-link {
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}

.primary-dropdown-link:hover {
  background-color: #00953b;
  color: #fff;
}

.primary-dropdown-link.w--open {
  width: 242px;
}

.primary-dropdown-link.dropdown-width {
  width: 241px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.primary-dropdown-link.dropdown-width.remove-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.navbar {
  margin-top: 5px;
  margin-bottom: 0px;
  background-color: #005596;
}

.home-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 483px;
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/Asset-21.5x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-hero.test {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.home-hero.test.remove-video {
  display: block;
  overflow: hidden;
  max-width: 1260px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.footer-para-link {
  color: #000;
  text-decoration: none;
}

.footer-para-link:hover {
  text-decoration: underline;
}

.footer-para-link.link {
  font-size: 12px;
}

.mobile-only {
  display: none;
}

.dropdown-list.w--open {
  background-color: #005596;
}

.list {
  display: none;
}

.image {
  display: none;
}

.icon {
  margin-right: 10px;
}

.navbar-dropdown-icon {
  margin-right: 6px;
  font-size: 10px;
}

.icon-3 {
  margin-right: 10px;
}

.icon-4 {
  margin-right: 10px;
}

.icon-5 {
  margin-right: 10px;
}

.icon-6 {
  margin-right: 10px;
}

.icon-7 {
  margin-right: 10px;
}

.home-grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-grid.margin {
  margin-top: 40px;
}

.footer-grid {
  margin-top: 10px;
  margin-bottom: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bold-text {
  color: #000;
}

.bold-text-2 {
  color: #000;
}

.bold-text-3 {
  color: #000;
}

.bold-text-4 {
  color: #000;
}

.bold-text-5 {
  color: #000;
}

.bold-text-6 {
  color: #000;
}

.bold-text-7 {
  color: #000;
}

.environment-section {
  height: 250px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.environment-section.enviornment {
  background-image: url('../images/head-environment2.jpg');
  background-position: 50% 50%;
  background-size: 1366px;
  background-repeat: no-repeat;
}

.environment-section.carl-miller {
  background-image: url('../images/head-park2.jpg');
  background-position: 50% 50%;
  background-size: 1366px;
  background-repeat: no-repeat;
}

.environment-section.my-account {
  background-image: url('../images/head-my-account3.jpg');
  background-position: 50% 50%;
  background-size: 1366px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.environment-section.power-service {
  position: relative;
  background-image: url('../images/electric2-head3.jpg');
  background-position: 50% 50%;
  background-size: 1366px;
  background-repeat: no-repeat;
}

.environment-section.water-service {
  background-image: url('../images/head-my-account3.jpg');
  background-size: 1366px;
  background-repeat: no-repeat;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.environment-section.waster-water {
  background-image: url('../images/head-wastewater2.jpg');
  background-position: 50% 50%;
  background-size: 1366px;
  background-repeat: no-repeat;
}

.environment-section.carring-customer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/caring12-10.jpg');
  background-position: 50% 50%;
  background-size: 1366px;
  background-repeat: no-repeat;
}

.environment-section.about-us {
  background-color: transparent;
  background-image: url('../images/image.png');
  background-position: 50% 50%;
  background-size: 1366px;
  background-repeat: no-repeat;
}

.environment-section.compost {
  background-image: url('../images/compost12-10.jpg');
  background-position: 50% 50%;
  background-size: 1366px;
  background-repeat: no-repeat;
}

.environment-section.preventing-blockages {
  background-image: url('../images/wastewater12-10.jpg');
  background-position: 50% 50%;
  background-size: 1366px;
  background-repeat: no-repeat;
}

.environment-section.sewer-rates {
  background-image: url('../images/wastewater12-10.jpg');
  background-position: 50% 50%;
  background-size: 1366px;
  background-repeat: no-repeat;
}

.environment-section.recycle {
  background-image: url('../images/recycle-site-banner.jpg');
  background-position: 50% 50%;
  background-size: 1366px;
  background-repeat: no-repeat;
}

.body-section {
  overflow: visible;
  margin-top: 17px;
  margin-bottom: 22px;
  border-right: 1px none #000;
  border-bottom: 1px solid #005495;
  border-left: 1px none #000;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.body-section.remove-top-marging {
  margin-top: 20px;
  background-color: transparent;
}

.body-section.pbt {
  margin-top: 0px;
  padding-top: 16px;
  padding-bottom: 20px;
  background-color: transparent;
}

.page-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #005596;
  font-size: 36px;
  text-transform: capitalize;
}

.page-heading.cms-editable {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
}

.paragraph-2 {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 20px;
  float: left;
}

.body-divblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f0eaea;
}

.body-divblock.div_bg {
  background-color: #e5f5fa;
}

.column-12 {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid {
  padding: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: auto auto;
  border: 2px solid #dae4f4;
}

.gird-column {
  margin-bottom: 0px;
  padding: 20px 10px;
  border: 2px none #0a5794;
}

.gird-column.grid-bg {
  background-color: #dae4f4;
}

.gird-column.grig-bg {
  background-color: #0a5794;
  color: #fff;
}

.grid-3 {
  margin-right: 20px;
  margin-left: 20px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: #0a5794;
}

.grid-divbox {
  margin-left: 40px;
}

.rich-textbox-inner-padding {
  margin-top: 0px;
  font-size: 14px;
}

.grid-5 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  border: 1px solid #000;
  background-color: transparent;
}

.grid-6 {
  padding-top: 10px;
  padding-bottom: 10px;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: #0a5794;
}

.grid-7 {
  margin-bottom: 40px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  border: 1px solid #dae4f4;
}

.gridbox-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 1px;
  border-color: #000;
  text-align: center;
}

.gridbox-div.bg-color {
  margin-bottom: 0px;
  background-color: #0a5794;
  color: #fff;
}

.gridbox-div.grid-bg {
  background-color: #dae4f4;
}

.grid-8 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-column {
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-2 {
  text-align: left;
}

.contact-form-wrapper {
  margin-bottom: 40px;
  padding: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: rgba(185, 175, 175, 0.18);
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.35);
}

.form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-formbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(185, 175, 175, 0.18);
}

.contact-form-heading {
  color: #034e89;
  text-transform: capitalize;
}

.link {
  color: #005596;
  line-height: 30px;
}

.link:hover {
  color: #009448;
}

.heading-4.text-center {
  text-align: center;
}

.heading-4.text-center.border {
  border: 1px solid #034e89;
}

.heading-4.text-center.border:hover {
  background-color: grey;
  color: #fff;
}

.heading-4.text-center.border.hbg-color {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: grey;
  color: #fff;
  line-height: 24px;
}

.list-2 {
  padding-left: 20px;
}

.linkbox {
  min-width: 200px;
  padding: 0px 20px 20px 10px;
}

.nochange-hover {
  font-weight: 600;
}

.nochange-hover:hover {
  color: #000;
}

.bold-text-11 {
  color: #000;
}

.bold-text-12 {
  color: #000;
}

.bold-text-12.text-color {
  color: #fff;
}

.bold-text-13 {
  color: #000;
}

.bold-text-13.text-color {
  color: #fff;
}

.residential-box {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  box-shadow: 4px 4px 5px 1px rgba(35, 31, 32, 0.18);
}

.residential-box.top-marging {
  margin-top: 60px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.commericial-box {
  position: relative;
  margin-top: auto;
  margin-right: 20px;
  margin-left: 40px;
  padding-right: 10px;
  padding-left: 10px;
}

.commericial-box.margin-to-upper-table {
  margin-top: 60px;
}

.table-text {
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}

.table-paragraph {
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.column-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 102px;
  margin-bottom: 0px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #39b54a;
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
}

.col-paragraph {
  margin-bottom: 0px;
  font-size: 14px;
  text-transform: none;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-right: -10px;
  margin-left: -10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #39b54a;
  box-shadow: 0 7px 5px 1px rgba(35, 31, 32, 0.18);
}

.table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.table-column {
  padding-right: 0px;
  padding-left: 0px;
  border-style: none solid none none;
  border-width: 0px 1px 0px 0px;
  border-color: #d1d3d4;
  border-radius: 2px;
}

.column-text {
  margin-bottom: 0px;
  font-size: 20px;
}

.content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 26px 10px 26px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 0px 0px 1px;
  border-color: #d1d3d4;
}

.content-box.column-bg {
  background-color: #dae4f4;
}

.power-rate-table {
  margin-right: 0px;
  margin-left: 0px;
  box-shadow: 0 8px 5px 4px rgba(35, 31, 32, 0.18);
}

.tab-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  color: #fff;
}

.residentail-heading-box {
  position: absolute;
  left: 50%;
  top: -33px;
  z-index: 170;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 430px;
  height: 42px;
  margin-left: -215px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #005596;
}

.residentail-heading-box.commercial {
  top: 5px;
  right: auto;
}

.residentail-heading-box.power-rates {
  position: absolute;
  left: 50%;
  top: -8%;
  right: auto;
  bottom: auto;
  width: 412px;
  margin-left: -206px;
}

.dropdown-list-3 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  width: 300px;
  height: 178px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-list-3.w--open {
  left: 240px;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.table-divbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.table-divbox.table-footer {
  padding-left: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.table-divbox.column-bg {
  background-color: #dae4f4;
}

.table-text-box {
  color: #fff;
  text-transform: capitalize;
}

.column-textbox {
  font-size: 14px;
  text-transform: capitalize;
}

.column-textbox.main-heading {
  color: #39b54a;
  font-size: 20px;
  font-weight: 600;
}

.commercial-table {
  position: relative;
  margin-top: 60px;
  padding: 40px 10px 20px;
}

.table-textbox {
  font-size: 14px;
}

.column-23 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-24 {
  display: inline;
  padding-right: 0px;
  padding-left: 0px;
}

.column-25 {
  display: inline;
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-11 {
  font-size: 14px;
}

.text-block-12 {
  font-size: 14px;
}

.column-right-border {
  padding-right: 0px;
  padding-left: 0px;
  border-right: 1px solid rgba(187, 176, 176, 0.61);
}

.top-border {
  border-top: 1px solid #bbb0b0;
}

.outer-box {
  display: none;
}

.outer-box.desktop {
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9px;
  background-color: transparent;
}

.inner-box1.backflow1 {
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #fff;
}

.inner-box2.backflow2 {
  position: absolute;
  width: 2px;
  height: 16px;
  background-color: #fff;
}

.dropdown-list-5 {
  background-color: #005596;
}

.dropdown-list-color {
  background-color: #005596;
}

.background-video1 {
  display: block;
  width: 100%;
  height: 483px;
  border-top: 1px solid #005596;
}

.background-video1.hidevideo {
  display: none;
}

.background-video1.hide {
  display: none;
}

.html-embed {
  width: 15vw;
  max-width: 225px;
  margin-right: 0px;
  margin-left: 10px;
}

.search-box {
  position: relative;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #dfe1e5;
  border-radius: 18px;
  background-color: #fff;
}

.gsc-search-button {
  display: none;
}

.gsc-search-button.gsc-search-box {
  margin-bottom: 0px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.gsc-search-box.gsc-search-box-tools {
  margin-bottom: 0px;
}

.primary-link {
  color: #fff;
  text-decoration: none;
}

.primary-link:hover {
  color: #fff;
}

.column-26 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-27 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-28 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-29 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-30 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-31 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-p {
  margin-bottom: 0px;
}

.text-color {
  color: #fff;
}

.boder {
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
  background-image: url('../images/Outagescurrent-alerts.jpg');
  background-position: 50% 50%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.boder:hover {
  border: 4px solid #e54e39;
}

.boder.bg2 {
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
  background-image: url('../images/Caring-Customers.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease, background-color 200ms ease;
  transition: all 200ms ease, background-color 200ms ease;
}

.boder.bg2:hover {
  border-color: #e83b41;
}

.boder.bg1 {
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
  background-image: url('../images/Carl-Miller-Park.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.boder.bg1:hover {
  border-color: #e83b41;
}

.lightbox-link {
  margin-bottom: 20px;
}

.light-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.light-box-paragraph {
  margin-bottom: 0px;
}

.col-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.p-center {
  margin-bottom: 20px;
  padding-left: 0px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.text-box {
  display: block;
  padding: 30px 20px 20px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-5 {
  padding-right: 43px;
  padding-left: 43px;
  font-size: 22px;
  text-align: center;
}

.image-12 {
  margin-top: 20px;
}

.list-padding {
  padding-top: 10px;
  padding-left: 0px;
}

.accordion-wraper {
  position: relative;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.accordion-text {
  font-size: 18px;
  font-weight: 600;
}

.accordion-content {
  overflow: hidden;
}

.text-position {
  text-align: center;
}

.grant-img {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-billing {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.text-billing.text-style {
  padding-top: 0px;
  padding-bottom: 5px;
  color: #fff;
}

.billing-box {
  margin-top: 20px;
  padding: 50px 10px;
  background-color: #005596;
  box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.3);
}

.image-13 {
  height: 273px;
}

.alert-box {
  position: relative;
  display: block;
  overflow: hidden;
  height: 300px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-image: url('../images/img-4_03.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.alert-box:hover {
  border: 2px solid #009448;
}

.alert-box.saafty-and-strom {
  min-width: 0px;
  background-image: url('../images/img-5_03.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.alert-box.saafty-and-strom:hover {
  border-width: 4px;
  border-color: #e54e39;
}

.alert-box.current-alert {
  background-image: url('../images/img-6_03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.alert-box.current-alert:hover {
  border-width: 4px;
  border-color: #e54e39;
}

.alert-box.outage-map {
  width: auto;
  background-image: url('../images/img-4_03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.alert-box.outage-map:hover {
  border-width: 4px;
  border-color: #e54e39;
}

.alert-text-box {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 15px 30px;
  background-color: #19924a;
}

.alert-text {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
}

.par-info-box {
  padding: 0px 10px 10px;
}

.par-info-box.bg-col1 {
  padding-bottom: 6px;
  background-color: #fafffc;
}

.par-info-box.bg-col2 {
  padding-right: 37px;
  padding-bottom: 12px;
  padding-left: 26px;
  background-color: #f0f8ff;
}

.par-info-box.bg-col3 {
  padding-left: 23px;
  background-color: transparent;
}

.list-margin {
  padding-left: 0px;
}

.remove-marging {
  margin-top: 0px;
  margin-bottom: 1px;
}

.remove-pading {
  padding-right: 0px;
  padding-left: 0px;
}

.link-block {
  width: 406px;
}

.onlin-reserve {
  padding-top: 30px;
  padding-bottom: 30px;
}

.hide_show-box {
  position: relative;
}

.columns-3 {
  padding-top: 10px;
}

.park-rule-box {
  padding: 10px;
}

.park-rule-box.style {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 33px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.park-rule-box.bg-no {
  padding-top: 0px;
  background-image: radial-gradient(circle farthest-corner at 100% 50%, transparent, #fff), url('../images/not-allowed_4not-allowed_03.png');
  background-position: 0px 0px, 20% 50%;
  background-size: auto, 125px;
  background-repeat: repeat, no-repeat;
}

.park-rule-box.bg-yes {
  background-image: radial-gradient(circle farthest-corner at 100% 50%, transparent, #fff), url('../images/allowed_4allowed_03.png');
  background-position: 0px 0px, 20% 50%;
  background-size: auto, 125px;
  background-repeat: repeat, no-repeat;
}

.park-img {
  margin: 0px 10px 0px 40px;
  padding-top: 0px;
  padding-bottom: 9px;
}

.park-img.marging {
  margin-top: 52px;
  margin-left: 40px;
  padding-top: 24px;
}

.park-text {
  padding-top: 0px;
  padding-bottom: 14px;
  font-size: 16px;
  list-style-type: none;
}

.right-imge {
  margin-bottom: 10px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  float: right;
}

.bg-color {
  margin-bottom: 24px;
  padding: 10px;
  background-color: #005596;
  color: #fff;
}

.bg-color:hover {
  background-color: #005596;
}

.bg-color.management-team {
  background-color: rgba(0, 85, 150, 0.5);
}

.btn-continue {
  margin-top: 16px;
  margin-bottom: 0px;
  padding: 12px 25px;
  border-radius: 20px;
  background-color: #034e89;
  color: #fff;
  text-align: center;
}

.btn-continue:hover {
  background-color: #009448;
  color: #fff;
}

.btn-continue.hide {
  display: none;
}

.btn-continue.margin {
  margin: 5px 10px;
}

.how-it-work-box {
  position: relative;
}

.button-2 {
  position: absolute;
  margin-top: -11px;
  margin-left: 148px;
  text-transform: capitalize;
}

.button-2.btn-click {
  margin-top: 0px;
  margin-bottom: 18px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px;
  background-color: #005596;
  color: #fff;
}

.button-2.btn-click:hover {
  background-color: green;
  color: #fff;
}

.list-item {
  padding-bottom: 4px;
}

.hide {
  display: none;
}

.column-37 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-38 {
  padding-right: 0px;
  padding-left: 0px;
}

.columns-4 {
  display: inline;
}

.heading_4 {
  font-size: 18px;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bold-p {
  padding: 10px;
  background-color: #e0e0e0;
  color: #000;
  font-size: 17px;
  line-height: 30px;
  text-align: left;
}

.column-bg {
  background-color: #39b54a;
  font-size: 20px;
}

.slide-5 {
  background-color: #f6f6f6;
  background-image: url('../images/01-cwet.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.slider {
  width: 800px;
  height: 500px;
}

.column-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-6 {
  background-image: url('../images/02-cwet.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.slide-7 {
  background-image: url('../images/03-cwet.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url('../images/04-cwet.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.slide-9 {
  background-image: url('../images/05-cwet.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.slide-10 {
  background-image: url('../images/06-cwet.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.slide-11 {
  background-image: url('../images/01-history.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.slide-12 {
  background-image: url('../images/10-history.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.slide-13 {
  background-image: url('../images/08-hostory.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.slide-1 {
  background-image: url('../images/02-history.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.body {
  font-family: 'Open Sans', sans-serif;
}

.columns-5 {
  padding-top: 20px;
}

.heading5 {
  font-size: 18px;
  font-weight: 600;
}

.sublist {
  padding-left: 10px;
  list-style-type: none;
}

.sublist2 {
  margin-left: 70px;
  list-style-type: square;
}

.heading-column {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 27px;
}

.content-inner-box {
  min-height: 115px;
  padding: 8px 10px 0px;
  background-color: rgba(198, 236, 181, 0.6);
}

.content-inner-box.padding {
  padding-top: 10px;
  padding-bottom: 0px;
}

.more-content {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.more-content-box {
  display: none;
  padding: 10px;
}

.more-content-box2 {
  display: none;
  padding: 10px;
}

.more-content-box3 {
  display: none;
  padding: 10px;
}

.p-remove-marging {
  margin-bottom: 0px;
}

.width {
  border: 1px solid #000;
}

.conetent-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: rgba(198, 236, 181, 0.6);
}

.content-text {
  font-size: 13px;
}

.heading-6 {
  color: #005596;
}

.heading-7 {
  color: #005596;
}

.content-box-bg {
  margin-top: 20px;
  padding: 10px;
  background-color: #dce4f3;
}

.content-box-bg.add-margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.content-box-bg.add-margin.changebg {
  padding-bottom: 14px;
  background-color: #e1ecd4;
}

.see-more {
  display: none;
  width: 100%;
  min-height: 115px;
  cursor: pointer;
}

.column-content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c6ecb5;
}

.inner-content {
  padding: 10px 10px 10px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.inner-text {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
}

.rich-text-block {
  padding-top: 15px;
  padding-bottom: 10px;
}

.mycol {
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph-3 {
  padding-top: 24px;
}

.paragraph-4 {
  padding-top: 14px;
  border-top: 2px solid #000;
  font-style: normal;
}

.slide-14 {
  background-image: url('../images/03-history.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.slide-15 {
  background-image: url('../images/04-history.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-16 {
  background-image: url('../images/05-history.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-17 {
  background-image: url('../images/06-history.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-18 {
  background-image: url('../images/07-history.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-2 {
  background-image: url('../images/08-hostory.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pop-image {
  cursor: pointer;
}

.popup-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  padding-top: 100px;
  background-color: rgba(0, 0, 0, 0.8);
}

.div-block-9 {
  margin-right: auto;
  margin-left: auto;
}

.image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-btn {
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.popup-wrapper2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  padding-top: 100px;
  background-color: rgba(0, 0, 0, 0.8);
}

.close-btn2 {
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.popup-image2 {
  cursor: pointer;
}

.popup-img3 {
  cursor: pointer;
}

.popup-wraper3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  padding-top: 100px;
  background-color: rgba(0, 0, 0, 0.8);
}

.close-btn3 {
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.popup-img4 {
  cursor: pointer;
}

.popup-wraper4 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  padding-top: 100px;
  background-color: rgba(0, 0, 0, 0.8);
}

.close-btn4 {
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.popup-img5 {
  cursor: pointer;
}

.popup-wraper5 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  padding-top: 100px;
  background-color: rgba(0, 0, 0, 0.8);
}

.close-btn5 {
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-wrapper.background-color {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #dae4f4;
}

.award-grid {
  margin-top: 100px;
  margin-bottom: 40px;
  padding-top: 20px;
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 15px;
  -ms-grid-columns: minmax(200px, 0.5fr) 1fr;
  grid-template-columns: minmax(200px, 0.5fr) 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
}

.image-warper.background-color {
  background-color: #dae4f4;
}

.award-bold-text {
  font-size: 20px;
}

.list-item-space {
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 23px;
  list-style-type: none;
}

.image-14 {
  background-color: #dae4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.column-41 {
  padding-left: 36px;
  background-color: #e9f8eb;
}

.column-42 {
  padding-left: 36px;
  background-color: #f0f8ff;
}

.list-3 {
  list-style-type: decimal;
}

.list-4 {
  list-style-type: decimal;
}

.number-list-item {
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-type: decimal;
}

.list-item-7 {
  list-style-type: decimal;
}

.list-item-8 {
  list-style-type: decimal;
}

.order-list {
  margin-top: 44px;
  background-color: #f0f8ff;
  list-style-type: square;
}

.left-img {
  margin-right: 40px;
  float: left;
}

.footer-column {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-13 {
  padding-bottom: 11px;
  font-weight: 300;
}

.award-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dae4f4;
  text-align: left;
}

.award-wraper.no-bg {
  background-color: transparent;
}

.award-wraper.no-bg.mottom {
  margin-bottom: 60px;
}

.award-wraper.mtop {
  margin-top: 32px;
  padding-left: 0px;
  text-align: left;
}

.html-embed-mbottom {
  margin-bottom: 16px;
  padding-bottom: 13px;
  padding-left: 30px;
  background-color: rgba(0, 85, 150, 0.16);
  text-align: center;
}

.col-content-wraper {
  text-align: center;
}

.col-text-wraper {
  text-align: center;
}

.col-border {
  margin-right: 10px;
  margin-left: 10px;
  border: 1px solid #000;
}

.col-border._w-row {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
}

.remove-col-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.column-43 {
  padding-left: 0px;
}

.water-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 1px solid #dae4f4;
}

.energy-wrape {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-wraper {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #0a5794;
}

.commercial-col {
  margin-top: 40px;
}

.negative-icon {
  display: none;
}

.paragraph-6 {
  margin-bottom: 3px;
}

.columns-6 {
  margin-top: 22px;
}

.list-item-9 {
  list-style-type: none;
}

.list-item-10 {
  list-style-type: none;
}

.list-item-11 {
  margin-bottom: 15px;
  padding-left: 0px;
  list-style-type: none;
}

.list-item-12 {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 23px;
  list-style-type: none;
}

.column-44 {
  background-image: url('../images/allowed_6allowed_05.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 1;
}

.paragraph-7 {
  margin-top: 27px;
  margin-bottom: 20px;
}

.list-5 {
  padding-left: 21px;
}

.list-6 {
  background-color: #f0f8ff;
}

.list-7 {
  list-style-type: disc;
}

.list-item-13 {
  list-style-type: disc;
}

.mylist {
  padding-left: 20px;
}

.background-video2 {
  display: block;
  width: 100%;
  height: 483px;
}

.background-video2.hide {
  display: none;
}

.newcol {
  padding-right: 0px;
  padding-left: 0px;
}

.main-col {
  margin-top: 10px;
  margin-bottom: 20px;
}

.img-box {
  min-height: 115px;
  background-image: url('../images/power-200x100.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.img-box.secondbg {
  background-image: url('../images/water2-200x100.jpg');
}

.img-box.thirdbg {
  background-image: url('../images/wastewater2-200x100.jpg');
}

.paragraph-8 {
  background-color: transparent;
}

.image-15 {
  border: 1px solid #000;
}

.image-16 {
  border: 1px solid #000;
}

.image-17 {
  border: 1px solid #000;
}

.image-18 {
  border: 1px solid #000;
}

.image-19 {
  border: 1px solid #000;
}

.image-20 {
  border: 1px solid #000;
}

.image-21 {
  border: 1px solid #000;
}

.image-22 {
  border: 1px solid #000;
}

.image-23 {
  border: 1px solid #000;
}

.image-24 {
  border: 1px solid #000;
}

.list-item-14 {
  margin-top: 48px;
}

.list-8 {
  margin-bottom: 0px;
}

.list-9 {
  padding-left: 29px;
}

.list-10 {
  padding-left: 36px;
}

.list-11 {
  margin-left: 21px;
}

.paragraph-9 {
  margin-bottom: 57px;
}

.list-12 {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 6px;
  padding-left: 36px;
  background-color: #e6edf3;
  list-style-type: none;
}

.list-item-15 {
  margin-top: 2px;
  margin-left: 62px;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 0px;
  border-bottom: 1px dashed #005495;
  background-color: transparent;
}

.paragraph-10 {
  margin-bottom: 0px;
  padding-bottom: 20px;
}

.div-block-10 {
  min-height: 50px;
  margin-top: 0px;
  margin-bottom: 28px;
  padding-top: 0px;
  padding-bottom: 11px;
}

.div-block-11 {
  margin-bottom: 19px;
}

.paragraph-11 {
  margin-top: 25px;
}

.paragraph-11.heading-6 {
  font-size: 16px;
}

.list-item-16 {
  margin-top: 13px;
}

.div-block-12 {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 36px;
}

.heading-8 {
  margin-bottom: 147px;
}

.div-block-13 {
  margin-top: 15px;
}

.div-block-14 {
  min-height: 85px;
  margin-bottom: 0px;
}

.button-3 {
  margin-top: 24px;
  border-radius: 20px;
  background-color: #005596;
}

.button-3:hover {
  background-color: #007f01;
  color: #fff;
}

.div-block-15 {
  min-height: 85px;
  margin-top: 9px;
  padding-top: 0px;
}

.text-block-14 {
  width: 65%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-25 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-16 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.grid-9 {
  -ms-grid-rows: auto minmax(auto, 1fr);
  grid-template-rows: auto minmax(auto, 1fr);
}

.rich-text-block-2 {
  width: 65%;
}

.rich-text-block-3 {
  width: 65%;
}

.paragraph-12 {
  width: 65%;
}

.rich-text-block-4 {
  width: 65%;
}

.paragraph-13 {
  margin-top: 29px;
  text-align: center;
}

.paragraph-14 {
  margin-bottom: 17px;
  font-style: normal;
  text-align: left;
}

.text-block-15 {
  margin-top: 31px;
  margin-bottom: 24px;
  color: #9c1111;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.italic-text {
  font-style: italic;
}

.paragraph-15 {
  font-style: italic;
}

.paragraph-16 {
  text-align: center;
}

.paragraph-17 {
  margin-top: 0px;
  margin-bottom: 33px;
  padding-top: 20px;
  padding-bottom: 25px;
  border: 1px none #000;
  color: #000;
  font-size: 16px;
  line-height: 2px;
  font-weight: 400;
  text-align: left;
}

.link-2 {
  text-align: right;
}

.div-block-17 {
  margin-bottom: 20px;
  text-align: left;
}

.div-block-18 {
  margin-bottom: 20px;
  text-align: left;
}

.link-3 {
  text-decoration: underline;
}

.columns-7 {
  margin-top: 17px;
  text-align: center;
}

.link-4 {
  font-weight: 400;
}

.link-5 {
  font-style: normal;
}

.link-6 {
  font-weight: 600;
}

.column-45 {
  border: 1px solid #000;
  text-align: center;
}

.bold-text-15 {
  font-style: normal;
}

.paragraph-18 {
  margin-bottom: 0px;
  font-style: normal;
}

.text-block-16 {
  margin-bottom: 8px;
}

.text-block-17 {
  margin-bottom: 12px;
}

.text-block-18 {
  margin-bottom: 12px;
}

.text-block-19 {
  margin-bottom: 12px;
  text-align: right;
}

.div-block-19 {
  height: 8px;
  margin-bottom: 11px;
  background-color: #005495;
}

.div-block-20 {
  text-align: center;
}

.div-block-21 {
  margin-bottom: 6px;
}

.link-7 {
  text-align: center;
}

.div-block-22 {
  border: 1px solid #000;
  text-align: center;
}

.column-46 {
  border: 1px solid #000;
  text-align: center;
}

.text-block-20 {
  margin-bottom: 5px;
  font-style: italic;
}

.columns-8 {
  border: 0px none #000;
}

.columns-9 {
  border: 0px none #000;
}

.ways-to-help {
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}

.div-block-24 {
  border-bottom: 1px none #000;
}

.text-block-21 {
  margin-bottom: 28px;
}

.text-block-22 {
  margin-bottom: 33px;
  font-size: 15px;
  line-height: 13px;
}

.italic-text-2 {
  font-style: italic;
}

.paragraph-19 {
  margin-bottom: 6px;
}

.paragraph-20 {
  padding-right: 0px;
  padding-left: 30px;
}

.paragraph-21 {
  padding-right: 364px;
  color: #b92121;
}

.list-13 {
  padding-left: 68px;
}

.image-26 {
  margin-top: 20px;
  padding-bottom: 0px;
}

.grid-10 {
  grid-column-gap: 205px;
  grid-row-gap: 6px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
}

.grid-11 {
  grid-column-gap: 0px;
  -ms-grid-columns: 1.5fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
}

.html-embed-2 {
  margin-top: 24px;
  margin-bottom: 1px;
}

.heading-9 {
  margin-top: 0px;
}

.heading-10 {
  margin-top: 0px;
}

.column-47 {
  text-align: center;
}

.column-48 {
  text-align: center;
}

.column-49 {
  text-align: center;
}

.columns-10 {
  margin-bottom: 32px;
}

.paragraph-22 {
  margin-top: 0px;
  font-size: 14px;
}

.image-27 {
  margin-top: 14px;
}

.list-item-17 {
  margin-bottom: 94px;
}

.slider-2 {
  color: transparent;
}

.image-28 {
  color: transparent;
}

.right-arrow-2 {
  display: none;
  overflow: visible;
}

.icon-10 {
  overflow: hidden;
  -o-object-fit: fill;
  object-fit: fill;
}

.left-arrow {
  display: none;
}

.slide-19 {
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.slide-20 {
  border-style: solid;
  border-width: 2px;
  border-color: #186b48;
}

.column-50 {
  padding-right: 27px;
}

.link-8 {
  padding-right: 8px;
  font-size: 15px;
}

.paragraph-23 {
  margin-bottom: 9px;
  font-size: 15px;
  text-align: left;
}

.bold-text-16 {
  font-size: 16px;
  text-align: left;
}

.column-51 {
  padding-top: 2px;
}

.bold-text-17 {
  font-size: 16px;
}

.column-52 {
  text-align: left;
}

.paragraph-24 {
  margin-bottom: 16px;
  color: #a72828;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.column-53 {
  text-align: right;
}

.column-54 {
  text-align: center;
}

.column-55 {
  text-align: left;
}

.columns-11 {
  margin-bottom: 17px;
}

.link-9 {
  text-align: center;
}

.link-10 {
  text-align: center;
}

.div-block-25 {
  margin-bottom: 6px;
  text-align: center;
}

.link-11 {
  padding-right: 40px;
}

.link-12 {
  padding-left: 40px;
}

.bold-text-18 {
  font-size: 15px;
}

.link-13 {
  font-style: normal;
}

.heading-11 {
  color: #005596;
  font-size: 16px;
}

.column-56 {
  background-color: #e2ebf3;
}

.columns-12 {
  background-color: transparent;
}

.column-57 {
  background-color: transparent;
}

.column-58 {
  background-color: #e2ebf3;
}

.column-59 {
  background-color: #fff;
}

.heading-12 {
  margin-top: 0px;
  font-size: 14px;
  text-align: center;
}

.paragraph-25 {
  text-align: center;
}

.html-embed-3 {
  text-align: center;
}

.button-4 {
  position: static;
  display: block;
  margin-bottom: 14px;
  float: none;
  clear: none;
  border-radius: 16px;
  background-color: #005596;
  text-align: center;
}

.button-4:hover {
  background-color: #009616;
  color: #fff;
}

.paragraph-26 {
  margin-top: 36px;
}

.heading-13 {
  font-size: 16px;
}

.paragraph-27 {
  margin-top: 15px;
  color: #005596;
}

.paragraph-28 {
  margin-top: 19px;
}

.div-block-26 {
  margin-top: 16px;
}

.link-14 {
  font-size: 16px;
}

.paragraph-29 {
  margin-bottom: 3px;
  text-align: center;
}

.paragraph-30 {
  text-align: center;
}

.paragraph-31 {
  text-align: center;
}

.paragraph-32 {
  margin-top: 17px;
  margin-bottom: 12px;
}

.paragraph-33 {
  margin-top: 18px;
  margin-bottom: 23px;
  border-style: none;
  border-width: 1px 1px 2px;
  border-color: #000;
  font-size: 17px;
  text-align: center;
}

.bold-text-19 {
  color: #ac1313;
}

.link-15 {
  font-size: 18px;
}

.bold-text-20 {
  font-size: 16px;
}

.heading-14 {
  margin-top: 0px;
}

.html-embed-4 {
  margin-top: 14px;
  margin-bottom: 26px;
  text-align: center;
}

.text-block-23 {
  margin-top: 20px;
  margin-bottom: 25px;
  text-align: center;
}

.paragraph-34 {
  margin-bottom: 7px;
  color: #301212;
  font-size: 17px;
  text-align: center;
}

.columns-13 {
  margin-top: 20px;
}

.column-60 {
  padding-left: 10px;
}

.paragraph-35 {
  margin-top: 20px;
  margin-bottom: 0px;
  border-left: 1px none #000;
  line-height: 20px;
  text-align: center;
}

.columns-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.link-16 {
  text-align: center;
}

.column-61 {
  border-right: 1px solid #000;
  text-align: center;
}

.link-17 {
  text-align: center;
}

.column-62 {
  text-align: center;
}

.column-63 {
  border-left: 1px solid #000;
}

.paragraph-36 {
  margin-bottom: 23px;
}

.div-block-27 {
  text-align: center;
}

.paragraph-37 {
  color: #c42424;
  text-align: center;
}

.list-item-18 {
  margin-bottom: 11px;
}

.list-item-19 {
  margin-bottom: 12px;
}

.list-14 {
  margin-left: 30px;
}

.paragraph-38 {
  margin-top: 40px;
}

.paragraph-39 {
  margin-top: 29px;
}

.img-box-recycle {
  min-height: 115px;
  background-image: url('../images/world-in-hand.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.img-box-recycle.secondbg {
  background-image: url('../images/water2-200x100.jpg');
}

.img-box-recycle.thirdbg {
  background-image: url('../images/wastewater2-200x100.jpg');
}

.link-block-2 {
  width: 100%;
  height: 0%;
  background-image: url('../images/truegas2_1truegas2.png');
  background-position: 0px 0px;
  background-size: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-40 {
  padding-top: 0px;
}

.paragraph-41 {
  font-size: 12px;
  line-height: 14px;
}

.paragraph-42 {
  margin-top: 48px;
  margin-bottom: 4px;
}

.link-18 {
  font-size: 16px;
  font-weight: 700;
}

.column-64 {
  margin-top: 0px;
}

.link-19 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-28 {
  margin-bottom: 24px;
}

.div-block-29 {
  margin-bottom: 24px;
}

.text-block-24 {
  margin-bottom: 16px;
  border-bottom: 1px none #000;
  color: #000;
  font-size: 17px;
  text-align: center;
}

.div-block-30 {
  margin-right: 0px;
  margin-left: 0px;
  text-align: center;
}

.text-block-25 {
  margin-top: 5px;
}

.link-20 {
  font-size: 16px;
}

.image-29 {
  height: 500px;
  min-height: 500px;
  margin-bottom: 9px;
}

.div-block-31 {
  min-height: 500px;
}

.right-arrow-3 {
  min-height: 500px;
}

.slide-21 {
  width: 900px;
  height: 500px;
  min-height: 500px;
  min-width: 900px;
}

.columns-15 {
  min-height: 500px;
  margin-left: auto;
}

.image-30 {
  display: block;
  overflow: visible;
  width: 100%;
  min-width: 900px;
  -o-object-fit: fill;
  object-fit: fill;
}

.slider-3 {
  max-width: 900px;
  min-height: 500px;
}

.div-block-32 {
  margin-right: 0px;
  margin-left: 0px;
}

.paragraph-43 {
  margin-left: 53px;
  padding-left: 0px;
}

.div-block-33 {
  margin-right: 152px;
  padding-left: 219px;
  text-align: left;
}

.slider-4 {
  min-height: 500px;
}

.image-31 {
  margin-bottom: 4px;
  padding-bottom: 0px;
  text-align: center;
}

.slide-22 {
  width: 900px;
}

.container {
  height: auto;
  max-width: none;
  min-height: auto;
  border-left: 1px solid #005596;
}

.paragraph-44 {
  margin-right: 0px;
  padding-right: 24px;
  padding-left: 24px;
  text-align: center;
}

.slide-23 {
  width: 100%;
  text-align: center;
}

.right-arrow-4 {
  min-height: 500px;
}

.slider-5 {
  width: 100%;
  height: 100%;
  min-height: 500px;
  min-width: 500px;
}

.image-32 {
  text-align: center;
}

.slide-24 {
  overflow: visible;
  max-height: none;
  min-height: 500px;
  text-align: center;
}

.column-65 {
  margin-top: -7px;
}

.columns-16 {
  margin-top: 29px;
}

.image-33 {
  margin-bottom: 0px;
}

.slider-6 {
  min-height: 500px;
  background-color: #fff;
}

.image-34 {
  text-align: center;
}

.slide-25 {
  background-image: url('../images/05.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

.image-35 {
  text-align: center;
}

.slide-26 {
  text-align: center;
}

.slide-27 {
  text-align: center;
}

.slide-28 {
  text-align: center;
}

.slide-29 {
  text-align: center;
}

.slide-nav {
  background-image: url('../images/Kids-Castle-renovations.pdf');
  background-position: 0px 0px;
  background-size: auto;
}

.slider-7 {
  background-image: url('../images/05.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-30 {
  background-image: url('../images/05.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.paragraph-45 {
  margin-top: 24px;
}

.slide-nav-2 {
  background-image: url('../images/04.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.image-36 {
  -o-object-fit: fill;
  object-fit: fill;
}

.slide-31 {
  bottom: 0px;
  float: none;
  text-align: center;
}

.slider-8 {
  width: auto;
  height: 100%;
  background-color: #fff;
  color: #fff;
}

.slide-nav-3 {
  text-align: center;
}

.image-37 {
  text-align: center;
}

.slide-32 {
  text-align: center;
}

.slide-33 {
  text-align: center;
}

.slide-34 {
  text-align: center;
}

.slide-35 {
  text-align: center;
}

.column-66 {
  border-right: 1px solid #000;
}

.paragraph-46 {
  text-align: left;
}

.pay-by-text-section {
  height: 250px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.pay-by-text-section.enviornment {
  background-image: url('../images/head-environment2.jpg');
  background-position: 50% 50%;
  background-size: 1366px;
  background-repeat: no-repeat;
}

.pay-by-text-section.carl-miller {
  background-image: url('../images/head-park2.jpg');
  background-position: 50% 50%;
  background-size: 1366px;
  background-repeat: no-repeat;
}

.pay-by-text-section.my-account {
  overflow: auto;
}

.pay-by-text-section.power-service {
  background-image: url('../images/head-power2.jpg');
  background-position: 50% 50%;
  background-size: 1366px;
  background-repeat: no-repeat;
}

.pay-by-text-section.water-service {
  background-image: url('../images/head-water2.jpg');
  background-position: 50% 50%;
  background-size: 1366px;
  background-repeat: no-repeat;
}

.pay-by-text-section.waster-water {
  background-image: url('../images/head-wastewater2.jpg');
  background-position: 50% 50%;
  background-size: 1366px;
  background-repeat: no-repeat;
}

.pay-by-text-section.carring-customer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/caring12-10.jpg');
  background-position: 50% 50%;
  background-size: 1366px;
  background-repeat: no-repeat;
}

.pay-by-text-section.about-us {
  background-color: transparent;
  background-image: url('../images/image.png');
  background-position: 50% 50%;
  background-size: 1366px;
  background-repeat: no-repeat;
}

.pay-by-text-section.compost {
  background-image: url('../images/compost12-10.jpg');
  background-position: 50% 50%;
  background-size: 1366px;
  background-repeat: no-repeat;
}

.pay-by-text-section.preventing-blockages {
  background-image: url('../images/wastewater12-10.jpg');
  background-position: 50% 50%;
  background-size: 1366px;
  background-repeat: no-repeat;
}

.pay-by-text-section.sewer-rates {
  background-image: url('../images/wastewater12-10.jpg');
  background-position: 50% 50%;
  background-size: 1366px;
  background-repeat: no-repeat;
}

.pay-by-text-section.recycle {
  background-image: url('../images/recycle-site-banner.jpg');
  background-position: 50% 50%;
  background-size: 1366px;
  background-repeat: no-repeat;
}

.pay-by-text-section.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding-top: 48px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/header.png'), radial-gradient(circle farthest-corner at 50% 50%, #fff, #bac7e1);
  background-position: 82% 80%, 0px 0px;
  background-size: auto 95%, auto;
  background-repeat: no-repeat, repeat;
}

.heading-15 {
  font-family: 'Open Sans', sans-serif;
}

.head__pay-by-text {
  width: 1170px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.heading__pay-by-text {
  font-family: 'Aller rg', sans-serif;
  color: #005596;
  font-size: 41px;
  line-height: 54px;
  font-weight: 400;
}

.pbt__features-grid {
  display: -ms-grid;
  display: grid;
  max-width: 960px;
  margin: 29px auto;
  padding-top: 25px;
  padding-bottom: 25px;
  justify-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 30%;
  -ms-flex: 0 30%;
  flex: 0 30%;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 10px 0px 0px 10px;
  background-color: #fff;
}

.grid__block {
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33%;
  -ms-flex: 0 33%;
  flex: 0 33%;
  text-align: center;
}

.grid__block.featured {
  min-height: 270px;
}

.feature__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
}

.feature__heading {
  color: #005596;
  font-size: 25px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.tick {
  margin-bottom: 15px;
}

.section__enroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 55px;
  padding-bottom: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 85, 150, 0.37);
  border-radius: 10px;
  background-color: rgba(0, 85, 150, 0.08);
  box-shadow: -25px 0 45px 0 rgba(0, 0, 0, 0.13);
}

.enroll__icon {
  margin-bottom: 25px;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.enroll__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.enroll__content-text {
  margin-bottom: 30px;
  color: #e83b41;
  font-size: 30px;
  line-height: 38px;
}

.enroll__text-row {
  display: block;
  color: #333;
}

.enroll__text-row.large {
  color: #e83b41;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

.enroll__text-row.small {
  margin-top: 5px;
  color: #999;
  font-size: 16px;
  line-height: 22px;
}

.enroll__brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pbt__brand {
  margin-bottom: 22px;
}

.paragraph {
  font-size: 16px;
}

.paragraph.blue {
  color: #005596;
}

.pbt__social_links {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 960px;
  margin-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.body__pbt {
  background-color: #f0f4fa;
}

.pbt__social-link {
  width: 100%;
  height: 100%;
  border: 1px none #000;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-weight: 600;
  text-decoration: none;
}

.pbt__social-link:hover {
  color: #e83b41;
}

.pbt__social-link.facebook {
  padding-left: 30px;
  background-image: url('../images/ico-fb.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.pbt__social-link.twitter {
  padding-left: 30px;
  background-image: url('../images/twitter-icon1.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.pbt__social-link.instagram {
  padding-left: 30px;
  background-image: url('../images/instagrm-icon1.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.pbt__social-link.youtube {
  padding-left: 30px;
  background-image: url('../images/youtube-icon1.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.pbt__social-link.youtube:hover {
  color: #e83b41;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.paragraph-47 {
  font-size: 16px;
  text-align: center;
}

.bold-text-21 {
  color: #f70c0c;
}

.paragraph-48 {
  margin-top: 42px;
  color: #9c1111;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.columns-17 {
  margin-top: 12px;
}

.column-67 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-68 {
  padding-right: 75px;
}

.column-69 {
  margin-top: 5px;
}

.text-block-26 {
  margin-top: 26px;
  margin-bottom: 19px;
  color: #005696;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.columns-18 {
  margin-top: 24px;
}

.paragraph-49 {
  padding-right: 23px;
}

.heading-16 {
  text-align: center;
}

.image-38 {
  text-align: center;
}

.column-70 {
  border: 1px solid #000;
  text-align: center;
}

.column-71 {
  border: 1px solid #000;
  text-align: center;
}

.column-72 {
  border: 1px solid #000;
  text-align: center;
}

.column-73 {
  margin-bottom: 19px;
  border: 1px solid #000;
  text-align: center;
}

.image-39 {
  text-align: right;
}

.column-74 {
  text-align: center;
}

.paragraph-50 {
  text-align: center;
}

.paragraph-51 {
  font-size: 0px;
}

.paragraph-52 {
  font-size: 0px;
}

.paragraph-53 {
  color: #005596;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
}

.bold-text-22 {
  color: #005596;
  font-size: 26px;
}

.columns-19 {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 22px;
  padding-left: 22px;
}

.paragraph-54 {
  color: #005596;
  font-size: 18px;
}

.bold-text-23 {
  color: #005596;
  font-size: 22px;
}

.italic-text-3 {
  color: #005596;
  font-size: 20px;
  font-style: italic;
}

.paragraph-55 {
  color: #005596;
}

.list-item-20 {
  padding-bottom: 8px;
  text-align: left;
}

.list-item-21 {
  padding-bottom: 8px;
  text-align: left;
}

.list-item-22 {
  text-align: left;
}

.list-15 {
  color: #005596;
  font-size: 20px;
}

.paragraph-56 {
  font-size: 20px;
}

.paragraph-57 {
  color: #005596;
  font-size: 20px;
  font-weight: 400;
}

.link-21 {
  font-size: 22px;
  font-weight: 600;
}

.paragraph-58 {
  color: #005596;
  font-size: 24px;
}

.bold-text-24 {
  color: #005596;
}

.heading-17 {
  margin-top: 6px;
  margin-bottom: 15px;
  padding-left: 0px;
  color: #005596;
  text-align: center;
}

.list-item-23 {
  text-align: left;
}

.list-item-24 {
  text-align: left;
}

.list-item-25 {
  text-align: left;
}

.column-75 {
  color: #005596;
  font-size: 20px;
}

.list-16 {
  color: #005596;
  font-size: 20px;
}

.column-76 {
  padding-left: 10px;
  text-align: left;
}

.list-17 {
  color: #005596;
  font-size: 18px;
}

.column-77 {
  text-align: center;
}

.column-78 {
  color: #005596;
}

.text-block-27 {
  text-align: center;
}

.text-block-28 {
  padding-top: 14px;
  padding-bottom: 13px;
  border-style: solid none;
  border-width: 1px 1px 2px;
  border-color: #00953b;
  color: #005596;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.paragraph-59 {
  margin-bottom: 5px;
}

.paragraph-60 {
  margin-top: 18px;
  font-size: 16px;
}

.paragraph-61 {
  margin-top: 28px;
}

.paragraph-62 {
  font-size: 16px;
  font-weight: 700;
}

.link-22 {
  font-size: 16px;
  font-weight: 700;
}

.link-23 {
  font-size: 16px;
  font-weight: 700;
}

.paragraph-63 {
  margin-top: 24px;
}

.text-block-29 {
  line-height: 15px;
}

.bold-text-25 {
  line-height: 12px;
}

.bold-text-26 {
  line-height: 14px;
}

.paragraph-64 {
  font-size: 12px;
  line-height: 14px;
}

.paragraph-65 {
  font-size: 12px;
  line-height: 17px;
}

.link-block-3 {
  margin-top: 11px;
}

.flex__center {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.homepage__content-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: 3px;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.module__heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #005596;
  color: #fff;
  text-align: center;
  text-transform: none;
}

.new__card {
  padding: 20px 35px;
  border-style: none solid solid;
  border-width: 2px 1px 1px;
  border-color: #005596;
}

.new__ul {
  margin-bottom: 20px;
  color: #005596;
  font-size: 18px;
  text-align: left;
}

.card__intro {
  margin-bottom: 15px;
  color: #005596;
  font-size: 20px;
  line-height: 28px;
}

.bold {
  font-weight: 700;
}

.bold__link {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.park__info-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.body__container {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  font-weight: 700;
}

.page__subheading {
  margin-bottom: 40px;
  font-size: 23px;
  text-align: center;
  text-transform: none;
}

.grid__card {
  padding: 30px;
  text-align: left;
}

.grid__card.blue {
  height: 100%;
  background-color: #f0f8ff;
}

.grid__card.green {
  height: 100%;
  background-color: #e4f4e9;
}

.highlight {
  display: inline-block;
  color: #005596;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
}

.highlight__text {
  margin-bottom: 5px;
  color: #005596;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.body__li {
  margin-bottom: 5px;
  font-size: 16px;
}

.heading__h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 24px;
}

.paragraph-66 {
  font-size: 24px;
  text-align: center;
}

.paragraph-67 {
  text-align: center;
}

.paragraph-68 {
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

.paragraph-69 {
  text-align: left;
}

.paragraph-70 {
  text-align: left;
}

.list-item-26 {
  font-style: normal;
}

.paragraph-71 {
  margin-top: 21px;
}

.paragraph-72 {
  margin-bottom: 5px;
}

.paragraph-73 {
  font-style: italic;
}

.paragraph-74 {
  color: #000;
  text-align: left;
}

.bold-text-27 {
  border: 1px none #000;
}

.paragraph-75 {
  text-align: left;
}

.list-item-27 {
  padding-bottom: 6px;
}

.image-40 {
  padding-bottom: 0px;
}

.paragraph-76 {
  margin-top: 14px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-style: normal;
  text-align: left;
}

.paragraph-77 {
  margin-right: 15px;
  margin-left: 14px;
  text-align: center;
}

.link-block-4 {
  text-align: center;
}

.div-block-34 {
  text-align: center;
}

.paragraph-78 {
  text-align: center;
}

.image-41 {
  margin-bottom: 6px;
  text-align: center;
}

.div-block-35 {
  margin-bottom: 10px;
  text-align: center;
}

.div-block-36 {
  margin-bottom: 6px;
  text-align: center;
}

.link-block-5 {
  margin-right: 20px;
}

.image-42 {
  padding-bottom: 0px;
}

.paragraph-79 {
  text-align: left;
}

.paragraph-80 {
  margin-top: 37px;
  font-size: 18px;
}

.paragraph-81 {
  margin-top: 25px;
}

.columns-20 {
  margin-right: 94px;
  margin-left: 136px;
}

.div-block-37 {
  width: auto;
  margin-right: 89px;
  margin-left: 70px;
  padding-right: 0px;
  padding-left: 0px;
}

.columns-21 {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.container-2 {
  display: block;
  max-width: 1360px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-3 {
  max-width: 1320px;
}

.column-79 {
  border-style: none none none solid;
  border-width: 1px;
  border-color: #000;
}

.image-43 {
  display: block;
  max-width: 75px;
}

.social-nav-icon {
  min-width: 25px;
}

.text-block-30 {
  display: block;
  min-width: 100px;
  color: #0182e5;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: underline;
}

.true-gas-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tg_link {
  position: relative;
  bottom: -8px;
  display: block;
  margin-left: 5px;
  color: #04b3d3;
  font-size: 16px;
  font-weight: 700;
}

.tg_link.top-link {
  bottom: auto;
  min-width: 85px;
  color: #04b3d3;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.tg_link.top-link:hover {
  color: #009448;
}

.true-gas_parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-28 {
  color: #e83b41;
}

.image-44 {
  min-width: 160px;
}

.paragraph-82 {
  font-size: 17px;
}

.navtop_social-wrapper {
  display: none;
}

.bold-text-29 {
  font-weight: 400;
}

.link-24 {
  font-size: 16px;
}

.link-25 {
  font-weight: 700;
}

.link-26 {
  font-size: 18px;
}

.column-80 {
  text-align: right;
}

.paragraph-83 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.paragraph-84 {
  text-align: center;
}

.paragraph-85 {
  text-align: center;
}

.bold-text-30 {
  font-size: 16px;
}

.link-27 {
  padding-top: 12px;
}

.link-28 {
  padding-top: 12px;
}

.link-29 {
  padding-top: 12px;
}

.link-30 {
  padding-top: 12px;
}

.div-block-38 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.compost_flex-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 35px;
}

._2x2_grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._2x2_grid.compost {
  margin-bottom: 25px;
}

.text-block-31 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.background-video {
  width: 100%;
  height: 250px;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.html-embed-5 {
  text-align: center;
}

.video-player {
  width: 400px;
  height: 250px;
}

.video-player.css-controller {
  display: none;
}

.heading-18 {
  text-align: center;
}

.bold-text-31 {
  font-weight: 400;
}

.text-block-32 {
  text-align: left;
}

.heading-19 {
  color: #000;
  text-align: center;
  text-transform: lowercase;
}

.heading-20 {
  color: red;
  text-align: center;
}

.column-81 {
  right: 14px;
  padding-right: 36px;
  padding-bottom: 18px;
  padding-left: 36px;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #efeeed;
  color: #020202;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-21 {
  color: #08a222;
  text-align: center;
}

.heading-22 {
  text-align: center;
}

.heading-23 {
  text-align: center;
}

.column-82 {
  right: 0px;
  padding-right: 36px;
  padding-bottom: 18px;
  padding-left: 36px;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #e5f6e8;
}

.dropdown-link {
  color: #fff;
}

.div-block-39 {
  margin-right: 145px;
  margin-left: 190px;
  border-style: solid none none;
  border-width: 1px;
  border-color: #000;
}

.image-45 {
  text-align: left;
}

.column-83 {
  text-align: right;
}

.heading-24 {
  text-align: center;
}

.text-block-33 {
  text-align: left;
}

.image-46 {
  width: auto;
  min-width: 350px;
}

.image-47 {
  min-width: 350px;
}

.image-48 {
  min-width: 350px;
}

.image-49 {
  min-width: 350px;
}

.image-50 {
  min-width: 350px;
}

.image-51 {
  width: auto;
  min-width: 350px;
}

.image-52 {
  min-width: 350px;
}

.image-53 {
  min-width: 350px;
}

@media screen and (max-width: 991px) {
  .site-header {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .site-footer {
    height: auto;
  }

  .custom-container.primary-nav-container {
    min-height: 70px;
  }

  .custom-container.primary-nav-container.remove-container-padding {
    padding-right: 10px;
    padding-left: 10px;
  }

  .custom-container.page-heading-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .custom-container.container-padding {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-login-box.test-login {
    position: absolute;
  }

  .home-icon-box {
    height: 53px;
  }

  .home-icon-box.responsive-height {
    height: 81px;
    padding-left: 60px;
  }

  .home-icon-box.responsive-height.remove-padding {
    height: 53px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .home-icon {
    width: 46px;
  }

  .home-icon.responsive-vanicon {
    width: 46px;
  }

  .home-icon.s-icon {
    width: 36px;
  }

  .home-icon.h-icon {
    width: 36px;
  }

  .home-icon-text {
    font-size: 18px;
    line-height: 21px;
  }

  .home-tile {
    width: auto;
  }

  .primary-nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 60px;
    padding-right: 40px;
    padding-left: 40px;
    background-color: #005596;
  }

  .primary-nav-menu:hover {
    color: #e54e39;
  }

  .primary-nav-toggle {
    padding: 20px 0px;
    background-color: #005596;
    font-size: 14px;
  }

  .primary-nav-toggle:hover {
    background-color: #005496;
    color: #fff;
  }

  .primary-nav-toggle.w--open {
    background-color: #005596;
  }

  .primary-nav-link {
    padding-left: 0px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
  }

  .primary-nav-link:hover {
    background-color: transparent;
  }

  .primary-nav-link.w--current {
    padding: 25px 0px;
    border-bottom: 1px solid #fff;
    opacity: 1;
    font-size: 14px;
  }

  .primary-nav-link.w--current:hover {
    background-color: #03457b;
    color: #e54e39;
  }

  .primary-nav-link.home.w--current {
    background-color: #005596;
  }

  .primary-nav-link.home.w--current:hover {
    color: #fff;
  }

  .primary-dropdown-link {
    padding: 10px 22px;
    background-color: #005596;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
  }

  .primary-dropdown-link:hover {
    background-color: #005496;
    color: #fff;
  }

  .primary-dropdown-link.w--current {
    color: #fff;
  }

  .primary-dropdown-link.w--current:hover {
    color: #00953b;
  }

  .primary-dropdown-link.dropdown-width {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 10px;
  }

  .navbar {
    display: block;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
  }

  .home-hero {
    height: 350px;
    margin-top: 0px;
    margin-right: -10px;
    margin-left: -10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: inline-block;
    max-width: 100%;
    margin-top: 5px;
  }

  .menu-button {
    position: relative;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 50px;
    height: 42px;
    margin-top: 8px;
    padding: 10px 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #005596;
    color: #005694;
  }

  .menu-button:active {
    background-color: #005596;
  }

  .menu-button:focus {
    background-color: #e54e39;
  }

  .dropdown {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
    background-color: #005596;
  }

  .dropdown.no-border {
    border-bottom-style: none;
  }

  .dropdown-list {
    background-color: #03457b;
  }

  .list {
    display: block;
    list-style-type: none;
  }

  .icon-list-item {
    display: inline;
  }

  .list-item-2 {
    display: inline;
  }

  .list-item-3 {
    display: inline;
  }

  .list-item-4 {
    display: inline;
  }

  .list-item-5 {
    display: inline;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    padding-right: 75px;
    padding-left: 75px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .icon-link {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image {
    position: absolute;
    left: auto;
    top: 0px;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 18px;
    height: 18px;
    margin-top: 20px;
  }

  .icon {
    display: none;
  }

  .navbar-dropdown-icon {
    display: none;
  }

  .icon-3 {
    display: none;
  }

  .icon-4 {
    display: none;
  }

  .icon-5 {
    display: none;
  }

  .icon-6 {
    display: none;
  }

  .icon-7 {
    display: none;
  }

  .home-grid {
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .home-grid.margin {
    margin-top: 20px;
  }

  .footer-grid {
    padding-right: 30px;
    padding-left: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .bold-text {
    color: #000;
    font-size: 14px;
  }

  .bold-text-2 {
    color: #000;
    font-size: 14px;
  }

  .bold-text-3 {
    color: #000;
    font-size: 14px;
  }

  .bold-text-4 {
    color: #000;
    font-size: 14px;
  }

  .bold-text-5 {
    color: #000;
    font-size: 14px;
  }

  .bold-text-6 {
    color: #000;
    font-size: 14px;
  }

  .bold-text-7 {
    color: #000;
    font-size: 14px;
  }

  .environment-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #034e89;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 78, 137, 0.25)), to(rgba(3, 78, 137, 0.25))), url('../images/enverment1.jpg');
    background-image: linear-gradient(180deg, rgba(3, 78, 137, 0.25), rgba(3, 78, 137, 0.25)), url('../images/enverment1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .environment-section.power-service {
    background-image: url('../images/electric2-head-mobile.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .environment-section.carring-customer {
    background-color: transparent;
    background-position: 50% 50%;
    background-size: 1366px;
    background-repeat: no-repeat;
  }

  .body-section {
    margin-top: 10px;
  }

  .grid.hide {
    display: none;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .gird-column.grig-bg {
    min-height: 102px;
    padding-top: 10px;
    font-size: 14px;
  }

  .gird-column.grig-bg.padding-res {
    min-height: 102px;
  }

  .gridbox-div.grid-bg.div-height {
    min-height: 68px;
  }

  .gridbox-div.div-height {
    min-height: 68px;
  }

  .residential-box {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .commericial-box {
    margin-right: auto;
    margin-left: auto;
  }

  .table {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .residentail-heading-box {
    right: auto;
    width: 266px;
    margin-left: -133px;
  }

  .residentail-heading-box.commercial {
    top: 4px;
  }

  .residentail-heading-box.power-rates {
    width: 256px;
    margin-left: -128px;
  }

  .top-line {
    position: static;
    top: 12px;
    width: 100%;
    height: 3px;
    margin-right: auto;
    margin-bottom: 7px;
    margin-left: auto;
    background-color: #fff;
  }

  .middle-line {
    position: static;
    top: 22px;
    width: 100%;
    height: 3px;
    margin-right: auto;
    margin-bottom: 7px;
    margin-left: auto;
    background-color: #fff;
  }

  .bottom-line {
    position: static;
    top: 32px;
    width: 100%;
    height: 3px;
    background-color: #fff;
  }

  .menu-button-2 {
    position: relative;
    display: block;
    width: 60px;
    height: 58px;
    padding: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #005596;
  }

  .dropdown-list-3 {
    position: absolute;
    left: 103px;
  }

  .dropdown-list-3.w--open {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    z-index: 1;
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #03457b;
  }

  .dropdown-list-3.dropdown-list-color.w--open {
    background-color: #005496;
  }

  .icon-9 {
    display: inline;
    font-size: 25px;
  }

  .table-divbox {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .table-divbox.table-footer {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .top-border {
    border-top: 1px solid #bbb0b0;
  }

  .outer-box {
    position: absolute;
    top: 0px;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 18px;
    height: 18px;
    margin-top: 20px;
    padding: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #fff;
  }

  .outer-box.sub-dropdown {
    display: none;
    margin-top: 13px;
    margin-right: 20px;
    margin-bottom: 13px;
  }

  .outer-box.desktop {
    overflow: visible;
    margin-top: 10px;
  }

  .outer-box.desktop.position-change {
    position: static;
  }

  .outer-box.hide {
    display: none;
  }

  .inner-box1 {
    position: absolute;
    top: 8px;
    width: 16px;
    height: 2px;
    background-color: #005694;
  }

  .inner-box2 {
    position: absolute;
    width: 2px;
    height: 16px;
    background-color: #005694;
  }

  .background-video1 {
    width: 100%;
    height: 350px;
  }

  .primary-link.margin-minus {
    margin-left: -24px;
  }

  .boder {
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .boder.bg2 {
    background-size: cover;
  }

  .boder.bg1 {
    background-position: 50% 0%;
    background-size: cover;
  }

  .p-center {
    font-size: 16px;
  }

  .heading-5 {
    font-size: 20px;
    line-height: 29px;
  }

  .accordion-text.max-width {
    max-width: 633px;
  }

  .billing-box {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-13 {
    height: auto;
  }

  .alert-box.saafty-and-strom {
    width: auto;
  }

  .alert-col {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .link-block {
    width: 100%;
  }

  .park-img {
    margin-top: 10px;
    margin-left: 20px;
    padding-top: 0px;
  }

  .park-img.marging {
    margin-top: 2px;
    padding-top: 0px;
  }

  .park-text {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .right-imge {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .button-2 {
    margin-top: -10px;
    text-transform: capitalize;
  }

  .list-item {
    padding-bottom: 4px;
  }

  .hide {
    display: block;
  }

  .column-38 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .columns-4 {
    display: inline;
  }

  .content-inner-box {
    min-height: 136px;
  }

  .content-inner-box.padding {
    padding-bottom: 20px;
  }

  .content-text {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
  }

  .see-more {
    min-height: 136px;
  }

  .text-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-wrapper.background-color {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .award-grid {
    grid-row-gap: 0px;
    -ms-grid-columns: minmax(200px, 1.75fr);
    grid-template-columns: minmax(200px, 1.75fr);
  }

  .image-warper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding-top: 0px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-warper.background-color {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-warper.background-color.bg-none {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .award-wraper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .commercial-col {
    margin-top: 20px;
  }

  .background-video2 {
    width: 100%;
    height: 350px;
  }

  .img-box {
    min-height: 136px;
    background-size: cover;
  }

  .l {
    display: block;
  }

  .img-box-recycle {
    min-height: 136px;
    background-size: cover;
  }

  .pay-by-text-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #034e89;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 78, 137, 0.25)), to(rgba(3, 78, 137, 0.25))), url('../images/enverment1.jpg');
    background-image: linear-gradient(180deg, rgba(3, 78, 137, 0.25), rgba(3, 78, 137, 0.25)), url('../images/enverment1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .pay-by-text-section.carring-customer {
    background-color: transparent;
    background-position: 50% 50%;
    background-size: 1366px;
    background-repeat: no-repeat;
  }

  .pay-by-text-section.header {
    padding-top: 17px;
    padding-right: 44px;
    padding-left: 44px;
  }

  .head__pay-by-text {
    padding-right: 241px;
  }

  .grid__block {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .homepage__content-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .park__info-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .social-nav-icon.navtop {
    min-width: 35px;
  }

  .navtop_social-wrapper {
    display: -ms-grid;
    display: grid;
    max-width: 225px;
    margin: 15px 0px 25px auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}

@media screen and (max-width: 767px) {
  figcaption {
    text-align: left;
  }

  .site-header {
    height: 100%;
  }

  .custom-container.primary-nav-container {
    display: block;
  }

  .custom-container.desktop-only {
    display: none;
  }

  .hero-login-box {
    width: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-login-box.test-login {
    max-width: 435px;
  }

  .hero-login-link {
    display: block;
    border-right-style: none;
    text-align: center;
  }

  .home-icon-box.responsive-height.remove-padding {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home-icon {
    width: 36px;
  }

  .home-icon.responsive-vanicon {
    width: 62px;
  }

  .home-icon-text.responsive-text {
    font-size: 18px;
  }

  .home-hero {
    background-image: url('../images/Asset-21.5x.png');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .home-hero.test.remove-video {
    width: 100%;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .home-grid.margin {
    margin-top: 10px;
  }

  .environment-section.power-service {
    background-image: url('../images/electric2-head-mobile.jpg');
    background-position: 5% 100%;
    background-size: cover;
  }

  .paragraph-2.text-style {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 21px;
  }

  .gird-column.grig-bg {
    min-height: 110px;
    font-size: 14px;
    line-height: 20px;
  }

  .gird-column.grig-bg.padding-res {
    min-height: 110px;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .gridbox-div.grid-bg.div-height.bg-height2 {
    min-height: 92px;
  }

  .gridbox-div.div-height {
    min-height: 67px;
  }

  .gridbox-div.div-height.div-height2 {
    min-height: 92px;
  }

  .residential-box {
    padding-right: 0px;
    padding-left: 0px;
  }

  .residential-box.top-marging {
    padding-right: 0px;
    padding-left: 0px;
  }

  .commericial-box {
    padding-right: 20px;
    padding-left: 20px;
  }

  .table-text {
    font-size: 15px;
  }

  .table-paragraph {
    font-size: 10px;
  }

  .column-heading {
    font-size: 15px;
  }

  .col-paragraph {
    font-size: 9px;
  }

  .div-block-8 {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .table {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .column-text {
    font-size: 15px;
  }

  .tab-heading {
    font-size: 16px;
  }

  .residentail-heading-box {
    width: 190px;
    height: 37px;
    margin-left: -95px;
  }

  .residentail-heading-box.power-rates {
    width: 172px;
    margin-left: -86px;
  }

  .table-divbox {
    padding-right: 8px;
    padding-left: 8px;
  }

  .table-text-box {
    font-size: 18px;
  }

  .column-textbox {
    font-size: 12px;
  }

  .table-textbox {
    font-size: 12px;
  }

  .column-24 {
    display: none;
  }

  .column-25 {
    display: none;
  }

  .text-block-11 {
    font-size: 14px;
  }

  .text-block-12 {
    font-size: 14px;
  }

  .outer-box.desktop {
    margin-top: 0px;
  }

  .background-video1 {
    display: none;
  }

  .p-center {
    font-size: 14px;
  }

  .heading-5 {
    font-size: 18px;
    line-height: 28px;
  }

  .accordion-text.max-width {
    max-width: 300px;
  }

  .column-36 {
    text-align: center;
  }

  .text-billing.text-style {
    text-align: center;
  }

  .remove-pading {
    padding-right: 0px;
    padding-left: 0px;
  }

  .park-rule-box.style {
    padding-top: 10px;
  }

  .park-img.marging {
    margin-left: 20px;
  }

  .park-text {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .button-2 {
    margin-top: -12px;
    padding-right: 5px;
    padding-left: 5px;
    text-transform: capitalize;
  }

  .list-item {
    padding-bottom: 5px;
  }

  .button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider {
    width: 450px;
    height: 300px;
  }

  .content-inner-box.padding {
    min-height: auto;
  }

  .width {
    width: 235px;
  }

  .conetent-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-text {
    font-size: 14px;
    line-height: 20px;
  }

  .content-box-bg {
    margin-top: 40px;
  }

  .see-more {
    width: auto;
    min-height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .column-content-box {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .left-img {
    float: none;
  }

  .background-video2 {
    display: none;
  }

  .newcol {
    margin-right: auto;
    margin-left: auto;
  }

  .img-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 136px;
    min-height: auto;
    background-color: rgba(198, 236, 181, 0.6);
    background-position: 50% 0%;
    background-size: auto;
  }

  .img-box-recycle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 136px;
    min-height: auto;
    background-color: rgba(198, 236, 181, 0.6);
    background-position: 50% 0%;
    background-size: auto;
  }

  .pay-by-text-section.header {
    background-position: 130% 80%, 0px 0px;
  }

  .heading__pay-by-text {
    font-size: 39px;
    line-height: 48px;
  }

  .grid__block {
    min-height: 270px;
  }

  .flex__center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .homepage__content-grid {
    padding-right: 10px;
    padding-left: 10px;
  }

  .social-nav-icon.navtop {
    min-width: 50px;
  }

  .navtop_social-wrapper {
    display: -ms-grid;
    display: grid;
    max-width: 270px;
    margin: 15px auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  ._2x2_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  strong {
    font-size: 12px;
    line-height: 20px;
  }

  .site-header {
    height: 100%;
  }

  .custom-container.primary-nav-container {
    text-align: left;
  }

  .hero-login-box.test-login {
    position: relative;
    right: auto;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-innerdiv {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .hero-login-link {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
  }

  .home-icon-box.responsive-height.remove-padding {
    padding-left: 10px;
  }

  .home-icon.s-icon {
    width: 33px;
  }

  .home-icon-text {
    font-size: 16px;
  }

  .home-icon-text.responsive-text {
    font-size: 16px;
  }

  .icon-list.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-list-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .primary-dropdown-link {
    font-size: 10px;
    line-height: 20px;
  }

  .home-hero {
    padding-right: 5px;
    padding-left: 5px;
  }

  .home-hero.test.remove-video {
    height: 200px;
    background-image: none;
  }

  .menu-button {
    position: relative;
  }

  .environment-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 78, 137, 0.25)), to(rgba(3, 78, 137, 0.25))), url('../images/enverment1.jpg');
    background-image: linear-gradient(180deg, rgba(3, 78, 137, 0.25), rgba(3, 78, 137, 0.25)), url('../images/enverment1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .environment-section.power-service {
    background-position: 15% 50%;
  }

  .page-heading {
    font-size: 26px;
  }

  .paragraph-2 {
    margin-left: 0px;
  }

  .paragraph-2.text-style {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .body-divblock {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .gird-column {
    min-height: 89px;
    font-size: 14px;
  }

  .gird-column.grid-bg {
    font-size: 14px;
  }

  .gird-column.grid-bg.p-responsive {
    padding-bottom: 20px;
  }

  .gird-column.grig-bg {
    min-height: 170px;
    padding-bottom: 0px;
    font-size: 14px;
  }

  .gird-column.grig-bg.padding-res {
    min-height: 170px;
    padding-bottom: 0px;
    text-align: left;
  }

  .gird-column.p-responsive {
    padding-bottom: 23px;
  }

  .gird-column.white-p-responsive {
    min-height: 89px;
  }

  .grid-3 {
    padding-right: 10px;
    padding-left: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-6 {
    padding-right: 10px;
    padding-left: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .gridbox-div.bg-color {
    padding-right: 0px;
    font-size: 12px;
  }

  .gridbox-div.grid-bg.div-height {
    min-height: 94px;
  }

  .gridbox-div.div-height {
    min-height: 82px;
    font-size: 12px;
  }

  .gridbox-div.div-height.div-height2 {
    min-height: 118px;
  }

  .grid-8 {
    grid-auto-flow: column;
    grid-auto-columns: 0.5fr;
    grid-column-gap: 17px;
    -ms-grid-columns: 0.25fr;
    grid-template-columns: 0.25fr;
  }

  .contact-form-heading {
    font-size: 33px;
  }

  .heading-3 {
    font-size: 16px;
  }

  .heading-4 {
    font-size: 16px;
    line-height: 25px;
  }

  .residential-box {
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .residential-box.top-marging {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .table-text {
    font-size: 11px;
    line-height: 11px;
  }

  .table-paragraph {
    font-size: 8px;
    line-height: 14px;
  }

  .column-heading {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 12px;
    line-height: 10px;
  }

  .col-paragraph {
    font-size: 8px;
    line-height: 13px;
  }

  .div-block-8 {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .column-text {
    font-size: 14px;
    line-height: 18px;
  }

  .content-box {
    padding-right: 0px;
    padding-left: 0px;
  }

  .residentail-heading-box {
    width: 150px;
    height: 34px;
    margin-left: -75px;
  }

  .residentail-heading-box.commercial {
    top: 10px;
  }

  .residentail-heading-box.power-rates {
    width: 140px;
    margin-left: -70px;
  }

  .dropdown-list-3.w--open {
    padding-right: 10px;
    padding-left: 10px;
  }

  .table-divbox {
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .table-divbox.column-bg {
    padding-bottom: 10px;
  }

  .table-text-box {
    font-size: 14px;
  }

  .column-textbox {
    font-size: 8px;
    line-height: 18px;
  }

  .table-textbox {
    font-size: 8px;
    line-height: 18px;
  }

  .text-block-12 {
    font-size: 12px;
  }

  .column-border {
    border-style: none solid solid;
    border-width: 0px 1px 1px;
    border-color: #000 #000 #000 #bbb0b0;
  }

  .column-border.remove-bottom-border {
    border-bottom-style: none;
    border-bottom-width: 0px;
  }

  .outer-box.desktop {
    margin-top: 10px;
    margin-right: -5px;
  }

  .background-video1 {
    width: 768px;
  }

  .boder {
    position: relative;
    display: block;
    background-position: 50% 50%;
    background-size: cover;
  }

  .boder:hover {
    border-style: none;
  }

  .boder.bg2 {
    position: relative;
    display: block;
  }

  .boder.bg1 {
    position: relative;
  }

  .text-box {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-5 {
    font-size: 16px;
    line-height: 25px;
  }

  .list-padding {
    padding-left: 25px;
  }

  .accordion-text.max-width {
    max-width: 250px;
  }

  .accordion-content.max-width-responsive {
    max-width: 430px;
  }

  .text-billing.text-style {
    font-size: 12px;
    text-align: center;
  }

  .remove-marging {
    font-size: 16px;
  }

  .park-img {
    margin-left: 0px;
  }

  .park-img.marging {
    margin-left: 0px;
  }

  .right-imge {
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    float: none;
  }

  .button-2 {
    margin-top: -10px;
    margin-left: 132px;
    padding: 10px 5px;
    font-size: 12px;
    line-height: 16px;
    text-transform: capitalize;
  }

  .list-item {
    padding-bottom: 18px;
  }

  .hide {
    display: none;
  }

  .width {
    width: auto;
  }

  .conetent-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .award-bold-text {
    font-size: 16px;
  }

  .col-hide {
    display: block;
  }

  .col-content-wraper {
    display: inline-block;
    min-height: 100px;
    text-align: left;
  }

  .energy-wrape {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .img-box {
    background-position: 50% 0%;
  }

  .img-box-recycle {
    background-position: 50% 0%;
  }

  .div-block-29 {
    margin-bottom: 0px;
  }

  .pay-by-text-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 78, 137, 0.25)), to(rgba(3, 78, 137, 0.25))), url('../images/enverment1.jpg');
    background-image: linear-gradient(180deg, rgba(3, 78, 137, 0.25), rgba(3, 78, 137, 0.25)), url('../images/enverment1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .pay-by-text-section.header {
    padding-right: 19px;
    padding-left: 19px;
    background-position: 250% 100%, 0px 0px;
    background-size: auto 90%, auto;
  }

  .head__pay-by-text {
    padding-right: 92px;
  }

  .heading__pay-by-text {
    font-size: 24px;
    line-height: 32px;
  }

  .grid__block {
    min-height: auto;
    margin-bottom: 10px;
  }

  .grid__block.featured {
    position: relative;
    height: 270px;
  }

  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .homepage__content-grid {
    display: block;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .park__info-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .page__subheading {
    padding-right: 10px;
    padding-left: 10px;
  }

  .social-nav-icon.navtop {
    width: 100%;
    max-width: 50px;
  }

  .navtop_social-wrapper {
    display: -ms-grid;
    display: grid;
    max-width: 270px;
    margin: 25px auto 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .video-player {
    width: 100%;
    height: 250px;
  }
}

#w-node-_600e8a40-f728-ccc6-8451-71f0b21478ad-51376eef {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_663cd92b-7c1a-f277-fe50-047ad3342c52-51376eef {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-fd2619fd-a49d-9193-7ea4-3a9d3c96eeec-e8376f21 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_12169d97-0838-c997-9b3c-ea50347ced8e-eb376f45 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8e24e266-7bb1-b86c-f715-69e38fc7284b-eb376f45 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-fd2619fd-a49d-9193-7ea4-3a9d3c96eeec-e8376f21 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_8e24e266-7bb1-b86c-f715-69e38fc7284b-eb376f45 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@font-face {
  font-family: 'Aller ltit';
  src: url('../fonts/Aller_LtIt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aller bdit';
  src: url('../fonts/Aller_BdIt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aller lt';
  src: url('../fonts/Aller_Lt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aller bd';
  src: url('../fonts/Aller_Bd.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aller it';
  src: url('../fonts/Aller_It.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aller rg';
  src: url('../fonts/Aller_Rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Allerdisplay';
  src: url('../fonts/AllerDisplay.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}