:root {
  --dark-slate-grey: #005e64;
  --cadet-blue: #00aac0;
  --dark-grey: #949494;
  --black: #333;
}

.section {
  margin-bottom: 0;
  display: flex;
}

.sticky-nav {
  z-index: 99;
  max-height: none;
  background-color: rgba(248, 247, 247, .93);
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: max-content auto max-content max-content max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-content: stretch;
  justify-content: flex-start;
  align-items: center;
  justify-items: stretch;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  width: auto;
  height: 100%;
  max-width: 1001px;
  object-fit: contain;
  object-position: 0% 50%;
}

.nav-link {
  color: var(--dark-slate-grey);
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-family: Ropa Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  color: var(--cadet-blue);
  text-decoration: none;
}

.nav-link.w--current {
  margin-left: 40px;
}

.hero-overlay {
  height: 90vh;
  max-height: 780px;
  color: #fff;
  background-image: url('../images/view-on-the-farm-lands-during-a-cloudy-summer-day-2022-03-30-00-25-04-utc.jpeg'), linear-gradient(rgba(0, 0, 0, .19), rgba(0, 0, 0, .19));
  background-size: 100% 100%, auto;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.centered-container {
  text-align: center;
  flex: 1;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.videos-section {
  padding-top: 10px;
  padding-bottom: 100px;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.cards-image-mask {
  width: 100%;
  border-radius: 0%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  border: 1px solid #000;
  border-radius: 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.feature-section {
  padding-top: 76px;
  padding-bottom: 100px;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}

.subscribe-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.subscribe-form-flex {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.subscribe-form-input-wrapper {
  text-align: left;
}

.subscribe-form-input {
  margin-bottom: 0;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  flex: 0 auto;
}

.footer-image {
  width: 100px;
  height: 100px;
  max-width: 150%;
  float: none;
  clear: none;
  object-fit: contain;
  object-position: 0% 50%;
  display: inline-block;
  overflow: visible;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Ropa Sans, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  font-family: Ropa Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.image {
  max-width: 60px;
}

.heading {
  text-align: center;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.flex-container-2 {
  flex-flow: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.heading-2 {
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.icon {
  width: 100px;
}

.text-block {
  text-align: center;
}

.dropdown-list {
  display: block;
  position: static;
  overflow: hidden;
}

.dropdown-link {
  display: inline-block;
  overflow: visible;
}

.acordion-item {
  width: 100%;
  height: 60px;
  text-align: center;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 16px;
  padding-top: 0;
  display: block;
  position: static;
  overflow: visible;
}

.dropdown-list-2 {
  height: auto;
  text-align: center;
  object-fit: fill;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  overflow: auto;
}

.text-block-2 {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  order: -1;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: static;
}

.text-block-3 {
  display: block;
  position: static;
  overflow: visible;
}

.accordiont-toggle {
  height: auto;
  display: block;
}

.accordion-icon {
  clear: none;
  color: var(--cadet-blue);
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  margin-left: 5px;
  padding-left: 0;
  position: static;
  overflow: visible;
}

.dropdown-list-3 {
  display: block;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.faq-dropdown {
  background-color: #fff;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 5px;
  padding-left: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.text-block-4 {
  text-align: center;
  background-color: #fff;
  overflow: visible;
}

.accordion-item {
  z-index: 1;
  width: 100%;
  height: 60px;
  object-fit: contain;
  border-bottom: 1px solid #dbd8d8;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-section {
  padding-top: 100px;
  padding-bottom: 60px;
  display: block;
  overflow: visible;
}

.faq-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-toggle {
  text-align: left;
  border: 1px #000;
  flex-flow: row;
  flex: 0 auto;
  align-content: stretch;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  display: flex;
  position: static;
  overflow: visible;
}

.text-block-5 {
  max-width: 100%;
  mix-blend-mode: normal;
  object-fit: cover;
  flex: 0 auto;
  padding-left: 0;
  font-family: Ropa Sans, sans-serif;
  font-size: 17px;
}

.faq-answer {
  color: #726969;
  text-align: center;
  object-fit: contain;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Ropa Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  overflow: hidden;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.footer-flex-container-2 {
  text-align: left;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.heading-3 {
  max-width: 890px;
  color: #fff;
  text-transform: capitalize;
  text-shadow: 0 0 11px rgba(0, 0, 0, .38), 1px 1px 6px #000, 1px 1px 6px #000;
  justify-content: center;
  align-items: center;
  font-family: Ropa Sans, sans-serif;
  font-weight: 700;
  display: flex;
}

.featured-section {
  margin-top: 10px;
  padding-top: 100px;
  padding-bottom: 40px;
}

.heading-4 {
  text-align: center;
}

.featured-blog-heading {
  color: #242424;
  text-align: center;
  font-family: Ropa Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.search-button {
  background-color: var(--dark-slate-grey);
}

.button {
  width: auto;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #079fa8;
  border: 1px solid #38488f;
  border-radius: 6px;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 25px;
  font-family: Ropa Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  display: inline-block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.button:hover {
  background-color: var(--cadet-blue);
}

.button.map-button {
  margin-top: 10px;
}

.button.button-centered {
  display: inline-block;
  position: static;
}

.divider-block {
  width: 50px;
  height: 2px;
  background-color: var(--dark-slate-grey);
  display: none;
}

.paragraph {
  color: #858585;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.blog-description {
  color: var(--dark-grey);
  font-family: Ropa Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.section-heading {
  color: var(--dark-slate-grey);
  text-align: center;
  margin-bottom: 25px;
  padding-top: 10px;
  font-family: PT Serif, serif;
  font-size: 28px;
  font-weight: 700;
}

.hero {
  outline-offset: 0px;
  outline: 3px #333;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
  display: block;
}

.flex-container-3 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 90%;
  height: 90%;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
}

.field-label {
  font-family: Roboto, sans-serif;
}

.address-search-label {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.heading-5 {
  font-family: Ropa Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.paragraph-2 {
  padding-left: 0;
  font-family: Ropa Sans, sans-serif;
  font-size: 18px;
}

.div-block {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: block;
}

.list-item, .list-item-2 {
  color: var(--cadet-blue);
}

.image-2 {
  object-fit: contain;
  padding-top: 1px;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  grid-template: ". . . Area-2"
                 ". Area . ."
                 / .25fr .25fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: row;
  align-content: space-between;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
}

.cards-image-2 {
  width: 80%;
  height: 80%;
  max-width: none;
  color: #9e6a6a;
  text-align: left;
  object-fit: contain;
  object-position: 50% 50%;
  padding-right: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.heading-6 {
  font-weight: 400;
}

.overview-heading {
  color: var(--dark-slate-grey);
  text-align: center;
  justify-content: center;
  font-family: Ropa Sans, sans-serif;
  font-size: 22px;
  font-weight: 500;
  display: flex;
}

.p-proj-overview {
  min-width: 0;
  color: var(--dark-grey);
  justify-content: center;
  margin-bottom: 40px;
  padding-top: 0;
  padding-left: 5px;
  font-family: Ropa Sans, sans-serif;
  font-size: 18px;
  display: flex;
  position: static;
  overflow: auto;
}

.overview-grid-container {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  color: #700202;
  grid-template: "."
  / .25fr .25fr;
  grid-auto-rows: 44px;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: center;
  align-items: center;
  justify-items: stretch;
  padding-top: 17px;
  padding-bottom: 41px;
  display: grid;
}

.overview-grid-container.videoflex {
  flex-direction: column;
  display: flex;
}

.paragraph-3 {
  font-family: Roboto, sans-serif;
}

.html-embed {
  border: 1px #000;
  margin-top: 20px;
  overflow: visible;
}

.link-block, .blog-link {
  text-decoration: none;
}

.container-2 {
  align-items: flex-end;
  display: flex;
}

.paragraph-4 {
  text-shadow: 0 0 6px #000;
  font-family: Ropa Sans, sans-serif;
  font-size: 22px;
  line-height: 25px;
}

.paragraph-5 {
  font-family: Ropa Sans, sans-serif;
  font-size: 17px;
}

.paragraph-6 {
  object-fit: fill;
  font-family: Ropa Sans, sans-serif;
  font-weight: 400;
  position: static;
}

.text-block-6 {
  font-family: Ropa Sans, sans-serif;
}

.heading-7 {
  text-align: center;
  margin-top: 40px;
}

.text-span {
  color: #005e64;
  font-family: Roboto, sans-serif;
}

.centered-container-2 {
  text-align: center;
  flex: 1;
}

.cards-grid-container-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-3 {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link, .link-2, .link-3 {
  text-decoration: none;
}

.greenerhomestab {
  background-color: rgba(0, 174, 255, .19);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin: 20px 3px;
  display: flex;
}

.paragraph-7 {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Ropa Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.link-4 {
  float: none;
  text-align: center;
  text-transform: capitalize;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-style: italic;
  display: block;
  position: relative;
  overflow: visible;
}

.image-3 {
  text-align: left;
  flex: 0 auto;
  order: 1;
  align-self: center;
  margin-left: 20px;
  margin-right: 5%;
  padding-left: 0;
}

.div-block-2 {
  padding-left: 3%;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  max-width: 460px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  width: 350px;
  height: 400px;
  object-fit: cover;
}

.testimonial-author-image-three {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hero-stack {
  background-color: #f5f7fa;
  border: 1px solid #585aff;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  text-align: center;
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  height: 90vh;
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.hero-heading-center {
  width: auto;
  height: 80%;
  min-height: 70%;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
  display: flex;
}

.container-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.heading-8 {
  text-align: center;
  background-color: #f0f5ff;
  padding-top: 70px;
  padding-bottom: 63px;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: block;
}

.image-5 {
  width: 100%;
  height: 100vh;
  max-height: none;
  max-width: 100vh;
  opacity: .8;
  object-fit: cover;
  padding-top: 0;
  padding-left: 30px;
  overflow: hidden;
}

.columns {
  object-fit: fill;
  align-items: center;
  padding-top: 0;
  padding-left: 24px;
  display: flex;
  overflow: visible;
}

.column {
  max-height: 100vh;
  object-fit: scale-down;
  overflow: auto;
}

.list {
  padding-top: 30px;
  padding-bottom: 30px;
  list-style-type: disc;
}

.heading-9 {
  color: #665a5a;
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 6px;
  font-family: Droid Serif, serif;
}

.list_item {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.container-6 {
  max-height: 100%;
  position: static;
  overflow: hidden;
}

.button-copy {
  width: auto;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #079fa8;
  border: 1px solid #38488f;
  border-radius: 6px;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 25px;
  font-family: Ropa Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  display: inline-block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.button-copy:hover {
  background-color: var(--cadet-blue);
}

.button-copy.map-button {
  margin-top: 10px;
}

.button-copy.button-centered {
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: visible;
}

.column-2 {
  flex-direction: column;
  padding-bottom: 21vh;
  padding-left: 8vh;
  display: flex;
}

.features-metrics {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.text-span-2 {
  color: #2286e4;
  font-weight: 400;
}

.video {
  padding-left: 0;
}

.cards-section {
  padding-bottom: 14px;
}

.paragraph-8 {
  padding-top: 0;
}

.italic-text {
  color: #00539c;
}

@media screen and (max-width: 991px) {
  .hero-overlay {
    background-image: url('../images/view-on-the-farm-lands-during-a-cloudy-summer-day-2022-03-30-00-25-04-utc.jpeg'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-size: cover, auto;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cards-grid-container-2 {
    grid-column-gap: 20px;
  }

  .greenerhomestab {
    border-radius: 10px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .paragraph-7 {
    text-align: center;
  }

  .container-3 {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .columns {
    margin-top: 20px;
    padding-left: 5px;
  }

  .list {
    padding-left: 13px;
  }

  .heading-9 {
    text-align: center;
  }

  .column-2 {
    padding-bottom: 25vh;
    padding-left: 5vh;
  }

  .container-7 {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .text-block-7 {
    max-width: 250px;
    min-width: auto;
    flex: 1;
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
    flex: 1;
    list-style-type: none;
  }

  .nav-link {
    font-size: 12px;
  }

  .hero-overlay {
    max-height: 700px;
    padding: 40px 20px;
  }

  .videos-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .subscribe-form, .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .image {
    max-width: 50px;
  }

  .flex-container-2 {
    flex-direction: column;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .heading-3 {
    font-size: 30px;
  }

  .blog-description {
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container-3 {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-4 {
    font-size: 15px;
  }

  .cards-grid-container-2 {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .image-4 {
    max-width: 60%;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .hero-stack, .hero-heading-left, .hero-heading-center, .hero-heading-right {
    padding: 60px 15px;
  }

  .image-5 {
    -webkit-text-fill-color: inherit;
    object-fit: cover;
    background-clip: content-box;
  }

  .column-2 {
    padding-left: 2vh;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 20px;
  }

  .features-block.energuide-block {
    display: none;
  }

  .features-title {
    font-size: 25px;
  }

  .text-block-7 {
    font-size: 11px;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    grid-template-rows: 100px;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: max-content;
    grid-auto-flow: row;
    display: grid;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-logo {
    border-top: 1px #000;
    border-right: 1px #000;
  }

  .nav-link {
    border-top: 1px #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
  }

  .hero-overlay {
    max-height: 550px;
    color: rgba(0, 0, 0, 0);
    background-image: url('../images/view-on-the-farm-lands-during-a-cloudy-summer-day-2022-03-30-00-25-04-utc.jpeg'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-size: cover, auto;
    background-attachment: scroll, scroll;
    border-radius: 0;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cards-image-mask {
    object-fit: contain;
    justify-content: center;
    padding-top: 50%;
    display: flex;
    left: 0;
    right: 0;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-image {
    margin-bottom: 10px;
  }

  .footer-heading {
    margin-top: 20px;
    padding-top: 10px;
  }

  .image {
    border: 1px #000;
  }

  .faq-dropdown {
    display: block;
    overflow: scroll;
  }

  .accordion-item {
    height: 70px;
    flex: 0 auto;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
  }

  .dropdown-toggle {
    clear: none;
    text-align: left;
    flex-wrap: nowrap;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    overflow: visible;
  }

  .text-block-5 {
    outline-offset: 0px;
    text-align: left;
    object-fit: none;
    outline: 3px #222;
    flex: 0 auto;
    padding-left: 20px;
    font-size: 13px;
    display: block;
    overflow: visible;
  }

  .faq-answer {
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Ropa Sans, sans-serif;
    font-size: 12px;
  }

  .footer-flex-container-2 {
    flex-direction: column;
  }

  .heading-3 {
    font-size: 28px;
  }

  .button {
    border-radius: 4px;
  }

  .blog-description {
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-heading {
    font-size: 21px;
  }

  .cards-image-2 {
    width: 50%;
    height: 50%;
    text-align: left;
    padding-left: 0;
    display: block;
    position: relative;
    top: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .p-proj-overview {
    text-align: center;
    margin-bottom: 0;
  }

  .overview-grid-container {
    flex-flow: column wrap;
    grid-template-columns: .5fr .5fr;
    align-content: space-between;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .overview-grid-container.videoflex {
    padding-bottom: 0;
  }

  .paragraph-4 {
    color: #fff;
    font-size: 15px;
  }

  .centered-container-2 {
    text-align: left;
  }

  .cards-grid-container-2 {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .greenerhomestab {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-7 {
    text-align: center;
    font-size: 15px;
  }

  .link-4 {
    text-align: center;
    font-size: 17px;
    display: block;
  }

  .image-3 {
    margin-left: 0;
    margin-right: 0%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .container-3 {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .image-5 {
    display: none;
    overflow: hidden;
  }

  .column {
    display: none;
  }

  .list_item {
    font-size: 14px;
  }

  .button-copy {
    border-radius: 4px;
  }

  .button-copy.button-centered {
    border-radius: 14px;
    padding: 10px 20px;
    font-size: 18px;
  }

  .column-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 20vh;
    padding-bottom: 0;
    padding-left: 10px;
    display: block;
  }

  .container-7 {
    max-width: none;
    flex-direction: row;
    display: block;
  }

  .features-wrapper {
    flex-direction: column;
    margin-bottom: -200px;
  }

  .html-embed-2 {
    object-fit: contain;
  }
}

#w-node-_6f124151-457e-4575-6c23-6afb674d0263-d7113b3f {
  justify-self: start;
}

#w-node-f1131e51-2da1-38c5-6750-5005177de5eb-d7113b3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f124151-457e-4575-6c23-6afb674d0266-d7113b3f {
  justify-self: stretch;
}

#w-node-ce4b0692-57a3-f635-0676-5ceac84a12d8-d7113b3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aac6089b-33c7-c10a-8e9f-fc7b46e7da5a-d7113b3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-f8e00bd4-f60b-83e0-5be0-c610236c643b-d7113b3f {
  align-self: center;
}

#w-node-_77459f3c-22f1-76bb-5157-69d3ef0e93dd-d7113b3f, #w-node-_0e8806ff-e580-93c0-11cb-6515803d5dda-d7113b3f, #w-node-eb258c79-0538-5ead-8109-e838b4b7568a-d7113b3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fd3cb9d-da16-4ce8-ec83-79ef6ee47c2d-d7cd0451 {
  justify-self: start;
}

#w-node-_3fd3cb9d-da16-4ce8-ec83-79ef6ee47c2f-d7cd0451 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-f8e00bd4-f60b-83e0-5be0-c610236c6440-d7113b3f, #w-node-f138c6c4-363c-aa0b-2451-ae07d9fa6ffe-d7113b3f, #w-node-f138c6c4-363c-aa0b-2451-ae07d9fa7000-d7113b3f, #w-node-f138c6c4-363c-aa0b-2451-ae07d9fa7005-d7113b3f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f138c6c4-363c-aa0b-2451-ae07d9fa7007-d7113b3f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6f124151-457e-4575-6c23-6afb674d0263-d7113b3f {
    justify-self: center;
  }

  #w-node-f8e00bd4-f60b-83e0-5be0-c610236c6434-d7113b3f, #w-node-f8e00bd4-f60b-83e0-5be0-c610236c643b-d7113b3f, #w-node-f138c6c4-363c-aa0b-2451-ae07d9fa6ff4-d7113b3f, #w-node-f138c6c4-363c-aa0b-2451-ae07d9fa6ffb-d7113b3f, #w-node-f138c6c4-363c-aa0b-2451-ae07d9fa7002-d7113b3f {
    grid-column: span 1 / span 1;
  }

  #w-node-_3fd3cb9d-da16-4ce8-ec83-79ef6ee47c2d-d7cd0451 {
    justify-self: center;
  }
}


