:root {
  --black: black;
  --medium-gray: #62636b;
  --white: white;
  --bg-gray: whitesmoke;
  --green: #6fb244;
}

body {
  background-color: var(--black);
  color: var(--black);
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1rem;
  line-height: 160%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 130%;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

em {
  font-style: italic;
}

.footer {
  padding-top: 96px;
  padding-bottom: 48px;
}

.footer.ecoscape-small {
  color: #fff;
  background-color: #000;
  padding-top: 38px;
  padding-bottom: 38px;
}

.hover-link {
  opacity: .75;
  color: #222525;
  transition: opacity .2s;
}

.hover-link:hover {
  opacity: 1;
  text-decoration: none;
}

.hover-link.text-white {
  color: #fff;
}

.image-background {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.image-background._3 {
  z-index: 3;
}

.image-background._1 {
  z-index: 1;
}

.image-background._2 {
  z-index: 2;
  object-position: 50% 41%;
}

.image-background.patio-1 {
  object-fit: cover;
  object-position: 50% 80%;
}

.image-background.retaining-walls-1 {
  object-position: 100% 29%;
}

.image-background.irrigation-1 {
  object-position: 50% 60%;
}

.image-background.tree-work-1 {
  object-position: 100% 37%;
}

.image-background.about-1 {
  object-position: 0% 78%;
}

.heading-alt {
  color: #62636b;
  margin-top: 5px;
  font-size: 60%;
  font-weight: 400;
  line-height: 130%;
  display: block;
}

.text-gray-2 {
  color: #62636b;
}

.row {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.row.no-wrap {
  flex-wrap: nowrap;
}

.dropdown-link {
  opacity: .75;
  padding: 6px 0;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.dropdown-link:hover {
  opacity: 1;
  color: #068466;
  text-decoration: none;
}

.dropdown-link.w--current {
  opacity: 1;
  color: #068466;
}

.photos-section-img {
  height: 100%;
}

.dropdown-menu {
  min-width: 167px;
  padding: 8px 24px;
}

.subheading {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 24px;
}

.photos-section-wrapper {
  background-color: #5a9435;
  justify-content: center;
  height: 100%;
  display: flex;
}

.card-body {
  flex: 1;
  padding: 24px;
}

.card-body.card-body-large {
  padding: 20px 10% 36px;
}

.footer-lower-row {
  opacity: .21;
  font-size: 14px;
  line-height: 20px;
}

.navigation-container {
  z-index: 99;
  background-color: var(--black);
  height: 170px;
  position: sticky;
  top: 0;
}

.nav-functions {
  align-items: center;
  display: flex;
}

.large-heading {
  margin-bottom: 24px;
  font-size: 54px;
}

.card-image-wrapper {
  object-fit: cover;
  height: 220px;
  overflow: hidden;
}

.h6-small {
  font-size: 16px;
  line-height: 24px;
}

.h6-small.dropdown-heading {
  white-space: nowrap;
  margin-top: 5px;
  margin-bottom: 4px;
  font-weight: 400;
}

.hidden {
  display: none;
}

.navbar {
  background-color: #0000;
  align-items: center;
  width: 100%;
  display: flex;
}

.dropdown-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 594px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  display: flex;
}

.no-bottom-space {
  margin-bottom: 0;
}

.card-image {
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  height: 100%;
}

.button {
  border: 2px solid var(--black);
  background-color: var(--black);
  box-shadow: none;
  color: #fff;
  border-radius: 5px;
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: relative;
}

.button:hover {
  text-decoration: underline;
}

.button.button-outline-white {
  box-shadow: none;
  background-color: #0000;
  border-color: #62636b;
  transition: border-color .2s;
}

.button.button-outline-white:hover {
  box-shadow: none;
  border-color: #ffffffbf;
}

.button.bg-white {
  box-shadow: none;
  color: #222525;
  border-color: #fff;
  transition: border-color .2s, color .2s, background-color .2s;
}

.button.bg-white:hover {
  background-color: #ecebea;
  border-color: #ecebea;
}

.button.topnav-call {
  background-color: #0000;
  border-color: #0000;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
}

.button.white {
  background-color: var(--white);
  color: var(--black);
  border-color: #0000;
}

.button.white.shadow {
  box-shadow: 1px 1px 20px #000;
}

.dropdown-icon {
  margin-right: -4px;
}

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

.home-hero-overlay {
  z-index: 4;
  opacity: 0;
  background-image: radial-gradient(circle, #000, #fff0 77%);
  position: absolute;
  inset: 0%;
}

.back-to-top-button-wrapper {
  z-index: 99;
  position: fixed;
  bottom: 24px;
  right: 24px;
}

.content-width-medium {
  direction: ltr;
  width: 100%;
  max-width: 506px;
}

.nav-links {
  display: flex;
}

.background-scrim-left {
  opacity: .5;
  background-image: linear-gradient(to right, #000, #0000);
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.button-circle {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: transform .2s;
  display: flex;
}

.button-circle:hover {
  transform: scale(1.1);
}

.button-circle.bg-primary-1 {
  background-color: var(--black);
}

.grid-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.nav-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.nav-dropdown.hidden {
  display: none;
}

.topnav-logo {
  height: 130px;
  margin-top: -21px;
  margin-bottom: -21px;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

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

.container.topnav {
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.photos-section {
  height: 300px;
  display: flex;
  overflow: hidden;
}

.nav-menu-button-wrapper {
  align-items: center;
  margin-left: 12px;
  display: flex;
}

.card {
  color: #000;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 5px 10px #0000001a;
}

.card:hover {
  text-decoration: underline;
}

.section-header {
  margin-bottom: 48px;
}

.nav-link {
  color: #fff;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 12px;
}

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

.nav-link.w--current {
  color: #ffffffc4;
}

.section {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.bg-gray {
  background-color: var(--bg-gray);
}

.section.large-hero {
  color: #fff;
  background-color: #000;
  align-items: center;
  min-height: 66vh;
  display: flex;
}

.section.process {
  background-color: #e2e2e2;
  background-image: url('../images/white-section-divider.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 160px;
}

.section.line {
  border-top: 1px solid #0003;
}

.section.green {
  background-color: var(--green);
  color: var(--white);
}

.section.hero {
  background-color: var(--bg-gray);
  color: var(--white);
  align-items: center;
  min-height: 350px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.top-line.testimonials {
  padding-bottom: 10px;
}

.dropdown-link-block {
  color: #222525;
  width: 260px;
  text-decoration: none;
  transition: opacity .2s;
}

.dropdown-link-block:hover {
  color: #005bc9;
  text-decoration: underline;
}

.dropdown-list {
  background-color: #fff;
  border-radius: 6px;
}

.dropdown-list.shadow {
  box-shadow: 0 3px 20px -10px #000;
}

.hero-rotating-images-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.only-mobile-portrait {
  display: none;
}

.dropdown-image {
  object-fit: cover;
  background-color: #ecebea;
  border-radius: 5px;
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.topnav-logo-link-block {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 2%;
  display: flex;
  overflow: hidden;
}

.topnav-logo-link-block.w--current {
  align-items: center;
  display: flex;
}

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

.hero-heading {
  text-shadow: 1px 1px 20px #000;
  margin-top: 0;
  font-size: 50px;
  line-height: 120%;
}

.hero-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-slide, .hero-slider-mask {
  width: 100%;
  height: 100%;
}

.process-wrapper {
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.process-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 200px;
  margin-left: 2%;
  margin-right: 2%;
  display: flex;
}

.process-number {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 26px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 60px;
  line-height: 100%;
  display: flex;
}

.process-number._3 {
  transform: translate(0, -5%);
}

.list-item-with-checkmark {
  background-image: url('../images/iconfinder_check_718919.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 50px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 50px;
}

.topnav-phone {
  color: var(--white);
  margin-right: 12px;
  font-size: 2.5vw;
  line-height: 100%;
  text-decoration: none;
  position: relative;
  bottom: 2px;
}

.topnav-phone:hover {
  text-decoration: underline;
}

.only-mobile {
  display: none;
}

.topnav-down-arrow {
  margin-left: 6px;
}

.topnav-down-arrow:hover {
  text-decoration: none;
}

.content-image-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  display: flex;
}

.content-image-wrapper.reversed {
  flex-direction: row-reverse;
}

.content-image-wrapper._0-bottom-padding {
  padding-bottom: 0;
}

.content {
  margin-bottom: 60px;
}

.content-image-block {
  width: 46%;
}

.image {
  background-color: var(--bg-gray);
  border-radius: 5px;
  width: 100%;
}

.hero-subhead {
  text-shadow: 0 1px 6px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  line-height: 140%;
}

.hero-subhead.with-button {
  margin-bottom: 30px;
}

.text-italics {
  font-style: italic;
}

.section-bottom-divider {
  z-index: 2;
  position: absolute;
  inset: auto 0% -1px;
}

.text-area {
  min-height: 200px;
}

.form-2up-left {
  padding-right: 10px;
}

.div-block-2 {
  padding-left: 10px;
}

.columns {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.spacer._40 {
  height: 40px;
}

.spacer._20 {
  width: 100%;
  height: 20px;
}

.contact-page-block {
  border-bottom: 1px solid #00000026;
  width: 280px;
  max-width: 90%;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.contact-page-block.last {
  border-bottom-style: none;
}

.text-large {
  font-size: 200%;
  line-height: 100%;
}

.form-heading {
  font-weight: 400;
  display: none;
}

.gallery-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.gallery-lightbox-item {
  background-color: var(--bg-gray);
  object-fit: cover;
  border-radius: 5px;
  width: 31%;
  height: 240px;
  margin-bottom: 2%;
  margin-left: 1%;
  margin-right: 1%;
  overflow: hidden;
}

.gallery-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial {
  text-align: center;
  max-width: 77%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-text {
  font-size: 28px;
  line-height: 160%;
}

.testimonial-photo-wrapper {
  background-color: var(--bg-gray);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 16px auto 6px;
  overflow: hidden;
}

.testimonial-photo-wrap {
  align-items: center;
  display: flex;
}

.image-2 {
  position: absolute;
}

.section-fixed-background {
  z-index: 0;
  opacity: .5;
  background-image: url('../images/Ecoscape-tree-40-percent-white.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  position: absolute;
  inset: 0%;
}

.loader-wrapper {
  z-index: 2000;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.loading-spinner {
  border: 2px solid var(--white);
  opacity: .37;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: fixed;
}

._40-years-img {
  width: 110px;
}

.only-tablet-mobile {
  display: none;
}

.testimonials-top-line {
  background-color: #00000026;
  width: 83%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

._0-padding {
  padding: 0;
}

.link {
  color: inherit;
  text-decoration: none;
}

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

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.icon-embed-large.text-center {
  margin-left: auto;
  margin-right: auto;
}

.max-width-small {
  width: 100%;
  max-width: 26rem;
}

.max-width-small.align-center {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1280px) {
  .max-width-small.align-center {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .footer {
    padding-top: 72px;
  }

  .photos-section-img.hiden-on-mobile {
    display: none;
  }

  .card-body.card-body-large {
    padding-top: 8px;
    padding-bottom: 22px;
  }

  .footer-lower-row {
    text-align: center;
  }

  .navbar {
    justify-content: space-around;
  }

  .dropdown-wrapper {
    width: 100%;
    padding-top: 0;
  }

  .button.button-outline-white {
    border-color: var(--medium-gray);
  }

  .button.white {
    background-color: var(--white);
    color: var(--black);
  }

  .nav-menu-wrapper {
    text-align: left;
    background-color: #fff;
    border: 1px solid #ecebea;
    border-radius: 0 0 6px 6px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    box-shadow: 0 4px 6px #0000000d;
  }

  .nav-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links.nav-links-1 {
    align-items: flex-start;
    margin-left: 0;
  }

  .menu-cross-icon {
    position: absolute;
    inset: 50% auto auto 33px;
    transform: translate(-50%, -50%);
  }

  .grid-thirds {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 100%;
  }

  .topnav-logo {
    height: 110px;
  }

  .photos-section {
    height: 23vw;
  }

  .nav-menu-button-wrapper {
    flex: 1;
    justify-content: flex-end;
  }

  .nav-link {
    color: var(--black);
    padding: 6px 20px 6px 0;
    display: block;
  }

  .nav-link.w--current {
    color: var(--black);
  }

  .menu-button {
    border: 2px solid var(--medium-gray);
    color: var(--white);
    background-color: #0000;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: 120px;
    margin-left: 12px;
    padding: 8px 7px 10px 22px;
    font-size: 16px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.process {
    padding-top: 140px;
  }

  .dropdown-link-block {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
  }

  .dropdown-list.shadow {
    overflow: auto;
  }

  .dropdown-list.shadow.w--open {
    box-shadow: none;
    background-color: #0000;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 10px;
    position: relative;
  }

  .dropdown-image {
    display: none;
  }

  .process-wrapper {
    padding-top: 20px;
    padding-bottom: 80px;
  }

  .topnav-phone {
    font-size: 23px;
  }

  .topnav-menu-button-text {
    position: absolute;
    top: 25%;
    left: 50px;
  }

  .gallery-lightbox-item {
    height: 17vw;
  }

  .testimonial {
    max-width: 100%;
  }

  .section-fixed-background {
    background-position: 50%;
    background-size: auto 100%;
  }

  .only-desktop {
    display: none;
  }

  .only-tablet-mobile {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .only-desktop-tablet {
    display: none;
  }

  .card-body {
    padding: 16px;
  }

  .large-heading {
    font-size: 36px;
    line-height: 42px;
  }

  .dropdown-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .button.topnav-call {
    border-color: #ecebea;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 14px;
    display: flex;
  }

  .content-width-medium {
    width: 360px;
  }

  .background-scrim-left {
    width: 100%;
  }

  .grid-thirds {
    grid-template-columns: 1fr;
  }

  .topnav-logo {
    height: 110px;
  }

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.text-center {
    padding-left: 30px;
    padding-right: 30px;
  }

  .photos-section {
    height: 25vw;
  }

  .button-icon {
    margin-right: 4px;
  }

  .section-header {
    margin-bottom: 30px;
  }

  .nav-link {
    color: var(--black);
  }

  .menu-button {
    border-color: var(--bg-gray);
    color: var(--bg-gray);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.process {
    padding-top: 100px;
  }

  .topnav-logo-link-block {
    padding-left: 0;
  }

  .hero-heading {
    font-size: 40px;
  }

  .process-wrapper {
    padding-top: 10px;
  }

  .only-mobile {
    display: flex;
  }

  .content-image-wrapper {
    flex-direction: column;
    padding-bottom: 30px;
  }

  .content-image-wrapper.reversed {
    flex-direction: column;
  }

  .content {
    margin-bottom: 30px;
  }

  .content-image-block {
    width: 100%;
    margin-bottom: 20px;
  }

  .hero-subhead {
    font-size: 20px;
  }

  .contact-page-block {
    float: left;
    border-bottom-style: none;
    border-right: 1px solid #00000026;
    width: auto;
    margin-right: 5%;
    padding-bottom: 9px;
    padding-right: 7%;
  }

  .contact-page-block.last {
    border-right-style: none;
    width: 168px;
    margin-right: 0%;
    padding-right: 0%;
  }

  .form-heading {
    margin-bottom: 20px;
    display: block;
  }

  .gallery-lightbox-item {
    width: 48%;
    height: 26vw;
  }

  .testimonial {
    max-width: 90%;
  }

  .testimonial-text {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    padding-top: 48px;
  }

  .card-body {
    padding: 12px;
  }

  .dropdown-wrapper {
    grid-row-gap: 16px;
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }

  .button.topnav-call {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 18px;
  }

  .home-hero-overlay {
    background-image: radial-gradient(circle at 30%, #000, #fff0 77%);
  }

  .content-width-medium {
    width: auto;
    max-width: 380px;
  }

  .menu-cross-icon {
    left: 50%;
  }

  .grid-thirds {
    grid-row-gap: 24px;
  }

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

  .container.topnav {
    padding-right: 4vw;
  }

  .only-desktop-tablet-mobile-landscape {
    display: none;
  }

  .menu-button {
    text-align: center;
    width: 50px;
    margin-left: 3vw;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .section.process {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .only-mobile-portrait {
    display: block;
  }

  .topnav-logo-link-block {
    margin-right: 0%;
    padding-right: 8px;
  }

  .process-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .process-item {
    text-align: left;
    flex-direction: row;
    width: 300px;
    max-width: 100%;
    margin-bottom: 4%;
  }

  .process-number {
    margin-bottom: 0;
    margin-right: 19px;
    transform: translate(0, -13%);
  }

  .process-number._3 {
    transform: translate(0, -19%);
  }

  .topnav-menu-button-text {
    display: none;
  }

  .content-image-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-2up-left {
    padding-right: 0;
  }

  .div-block-2 {
    padding-left: 0;
  }

  .contact-page-block {
    border-bottom-style: solid;
    border-right-style: none;
    width: 100%;
    max-width: 100%;
    margin-right: 0%;
    padding-bottom: 40px;
    padding-right: 0%;
  }

  .contact-page-block.last {
    border-bottom-style: solid;
    width: 100%;
    padding-bottom: 30px;
  }
}


