:root {
  --dark-green: #3a6c0f;
  --white: white;
  --light-green: #88d36a;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.header {
  background-color: var(--dark-green);
  color: #333;
  justify-content: center;
  align-items: center;
  height: 120px;
  display: flex;
}

.nav-link {
  color: #fff;
  border-bottom: 1px solid #0000;
  padding: 10px 20px;
}

.nav-link:hover, .nav-link:focus {
  border-bottom-color: #fff;
}

.nav-link.w--current {
  border-bottom-color: var(--white);
  color: var(--white);
}

.menu-contact-div {
  flex-direction: column;
  width: 80%;
  display: flex;
}

.text-block {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  font-size: 16px;
}

.header-div {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  padding-right: 0;
  display: flex;
}

.contact-info-div {
  text-align: right;
  justify-content: flex-end;
  display: flex;
}

.navbar {
  background-color: #0000;
}

.banner-tint {
  z-index: 100;
  background-color: #0000004d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.banner-heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 90%;
  max-width: 960px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

.banner-underline {
  background-color: #fff;
  width: 90%;
  max-width: 300px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading {
  color: #fff;
  text-align: center;
  width: 90%;
  max-width: 960px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 26px;
  font-weight: 200;
  line-height: 28px;
}

.menu-buttons {
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.title-div {
  border-bottom: 0px solid var(--dark-green);
  width: 90%;
  max-width: 1300px;
}

.menu-button-link {
  border-radius: 4px;
  width: 100%;
  height: 218px;
}

.menu-button-section {
  background-color: var(--dark-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.menu-button-div {
  background-image: url('../images/ser1-1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  flex-direction: column;
  width: 24%;
  height: 280px;
}

.menu-button-div._2 {
  background-image: url('../images/commercial-site-clearance.webp');
  background-position: 50%;
  background-size: cover;
}

.menu-button-div._1 {
  background-image: url('../images/ser2.webp');
  background-position: 50%;
  background-size: cover;
}

.menu-button-div._3 {
  background-image: url('../images/cherry_picker_1.webp');
  background-position: 50%;
  background-size: cover;
}

.h1 {
  color: var(--dark-green);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 44px;
}

.h1.white {
  color: var(--white);
}

.button-label-div {
  background-color: #fffc;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  align-items: flex-start;
  width: 100%;
  height: 63px;
  margin-top: -7px;
  text-decoration: none;
  display: flex;
}

.button-label {
  color: #000;
  padding-top: 10px;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.green-section {
  background-color: var(--dark-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 0;
  display: flex;
}

.double-content-div {
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1300px;
  padding-top: 30px;
  padding-right: 0;
  display: flex;
}

.double-content-div.verticle {
  flex-direction: column;
  align-items: flex-start;
}

.double-content-div.verticle.no-padding {
  align-items: flex-start;
}

.double-content-div.no-padding {
  padding-top: 0;
}

.double-content-div.centre {
  justify-content: center;
  align-items: center;
}

.image {
  background-image: url('../images/highcompress-AdobeStock_219795127.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  width: 62%;
  display: flex;
}

.image.home1 {
  background-image: url('../images/1-1.webp');
  background-position: 50%;
  background-size: cover;
}

.image.home2 {
  background-image: url('../images/3.webp');
  background-position: 50%;
  background-size: cover;
}

.image.tree-1 {
  background-image: url('../images/22219712_842096649283512_769763651740639769_o.webp');
  background-position: 50%;
  background-size: cover;
}

.image.tree-2 {
  background-image: url('../images/emergancy-tree-services.webp');
  background-position: 50%;
  background-size: cover;
}

.image.emergancy-1 {
  background-image: url('../images/19092837_778877668938744_2785231038822403005_o.webp');
  background-position: 50% 40%;
  background-size: cover;
  height: 400px;
}

.image.emergancy-2 {
  background-image: url('../images/emergancy1.webp');
  background-position: 50%;
  background-size: cover;
}

.image.commercial-1 {
  background-image: none;
  align-items: flex-start;
  width: 30%;
  margin-right: 40px;
}

.image.commercial-2 {
  background-image: none;
  align-items: flex-start;
  width: 30%;
  margin-left: 40px;
}

.image.stump-1 {
  background-image: url('../images/ser2.webp');
  background-position: 50%;
  background-size: cover;
}

.image.stump-2 {
  background-image: url('../images/17021579_715311521962026_5813931133501577833_n.webp');
  background-position: 50% 83%;
  background-size: cover;
  height: 400px;
}

.single-content-div {
  flex-direction: column;
  align-items: flex-start;
  width: 32%;
  display: flex;
}

.single-content-div.footer {
  border-left: 1px solid var(--white);
  width: 20%;
  min-height: 400px;
  padding-left: 20px;
}

.single-content-div._70 {
  width: 70%;
}

.p {
  color: var(--black);
  margin-bottom: 0;
}

.p.white {
  color: var(--white);
}

.p.white.centre {
  text-align: center;
}

.p.b40 {
  padding-bottom: 40px;
}

.p.t40 {
  padding-top: 40px;
}

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

.button {
  border: 1px solid var(--black);
  color: var(--black);
  background-color: #0000;
  border-radius: 30px;
  margin-top: 20px;
}

.button:hover {
  border-color: var(--dark-green);
  background-color: var(--dark-green);
  color: var(--white);
}

.white-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 0;
  display: flex;
}

.white-section.bottom-padding {
  padding-bottom: 0;
}

.h2-small {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 44px;
  display: flex;
}

.h2-small.b30 {
  margin-bottom: 30px;
}

.h2-small.b30.left {
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 700;
}

.h2-small.b30.left._2 {
  padding-left: 10px;
}

.title-div-white {
  border-bottom: 2px solid #fff;
  margin-bottom: 30px;
}

.light-green-section {
  background-color: var(--dark-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 0;
  display: flex;
}

.h2-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 44px;
}

.p-white {
  color: #fff;
  margin-bottom: 0;
}

.p-white.b40 {
  padding-bottom: 40px;
}

.dark-green-section {
  background-color: #3a6c0f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 0;
  display: flex;
}

.h3-div {
  width: 90%;
  max-width: 1300px;
}

.h3 {
  color: var(--white);
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.h3.black {
  color: var(--black);
}

.h3.bb {
  color: var(--black);
  font-weight: 700;
}

.p-footer {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-footer.right {
  color: var(--white);
  text-align: left;
}

.footer-info-div {
  flex-direction: column;
  padding-top: 20px;
}

.footer-map {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.fb-link-box {
  background-color: var(--light-green);
  border-radius: 20px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
}

.fb-link-box:hover {
  background-color: #1b59c4;
}

.footer-title {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 22px;
}

.footer-title.right {
  color: var(--white);
  text-align: left;
}

.footer-div {
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1400px;
  display: flex;
}

.footer-div.map {
  width: 90%;
}

.media-icon-div {
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1300px;
  padding-top: 40px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.html-embed {
  object-fit: cover;
  background-image: url('../images/google.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 450px;
  margin-top: 40px;
}

.body {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.white-link {
  color: var(--white);
  text-decoration: none;
}

.toggle {
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
}

.toggle.services {
  border-bottom: 1px solid var(--white);
}

.dropdown-link {
  background-color: var(--dark-green);
  color: var(--white);
}

.dropdown-link:hover {
  background-color: var(--light-green);
}

.dropdown-link.w--current {
  background-color: var(--light-green);
  color: var(--white);
}

.hero {
  height: 825px;
}

.slide {
  background-image: url('../images/banner2-1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/3-1.webp');
  background-position: 50%;
  background-size: cover;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.services-h2 {
  color: var(--light-green);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 44px;
}

.services-h2.b40 {
  color: var(--white);
  margin-bottom: 40px;
  font-weight: 600;
}

.h2 {
  color: var(--dark-green);
  text-align: center;
}

.h2.left {
  color: var(--dark-green);
  text-align: left;
}

.h2.left.w {
  color: var(--white);
}

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

.h2.small.left {
  text-align: left;
}

.list-div {
  display: flex;
}

.list {
  margin-right: 20px;
  padding-left: 20px;
}

.list.white {
  color: var(--white);
  padding-left: 20px;
}

.list-item {
  padding-bottom: 10px;
}

.logo-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 20px;
}

.logo-div {
  width: 90%;
  max-width: 1300px;
}

.html-embed-2 {
  width: 100%;
}

.form-div-1 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1300px;
  padding-top: 30px;
  padding-right: 0;
  display: flex;
}

.footer-section {
  background-color: #3a6c0f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
  padding-right: 0;
  display: flex;
}

.int-link {
  color: var(--white);
  font-weight: 700;
}

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

.int-link.black.no-underline {
  text-decoration: none;
}

.int-link.black1 {
  color: var(--black);
  font-weight: 700;
}

.footer-p {
  width: 90%;
  max-width: 1400px;
  color: var(--white);
  text-align: center;
  margin-top: 40px;
}

.map {
  border-radius: 4px;
  width: 62%;
  display: flex;
}

.map-html {
  width: 100%;
}

.pw-grid {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.map-2 {
  border-radius: 4px;
  width: 100%;
  display: flex;
}

.html-embed-3 {
  width: 100%;
}

.facebook-reviews {
  margin-top: 40px;
}

.homepage-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.image-div {
  background-image: url('../images/22179674_842096432616867_7068042742045218545_o.webp');
  background-position: 50%;
  background-size: cover;
}

.h3-section {
  background-color: var(--dark-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 0;
  display: flex;
}

.contact-form {
  flex-direction: column;
  align-items: flex-start;
  width: 32%;
  display: flex;
}

.contact-form.footer {
  border-left: 1px solid var(--white);
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  margin-top: 40px;
  padding-left: 20px;
}

.contact-form._70 {
  width: 70%;
}

.single-content-div-copy {
  flex-direction: column;
  align-items: flex-start;
  width: 32%;
  display: flex;
}

.single-content-div-copy.footer {
  border-left: 1px solid var(--white);
  width: 20%;
  min-height: 400px;
  padding-left: 20px;
}

.single-content-div-copy._70 {
  width: 70%;
}

.cf-footer {
  border-right: 0px solid var(--white);
  border-left: 0px solid var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 78%;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.cf-footer.footer {
  border-left: 1px solid var(--white);
  width: 20%;
  min-height: 400px;
  padding-left: 20px;
}

.cf-footer._70 {
  width: 70%;
}

.click-to-call {
  margin-top: 0;
}

.call-button {
  border: 1px solid var(--black);
  color: var(--black);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 700;
}

.call-button:hover {
  background-color: var(--dark-green);
  color: var(--white);
}

.h1-black {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 44px;
}

.call-normal {
  border: 1px solid var(--dark-green);
  color: var(--dark-green);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  margin-top: 20px;
  padding: 10px 17px;
  font-size: 15px;
  font-weight: 600;
}

.call-normal:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--dark-green);
}

.email-button {
  border: 1px solid var(--black);
  color: var(--black);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 30px;
  margin-top: 20px;
}

.email-button:hover {
  border-color: var(--dark-green);
  background-color: var(--dark-green);
  color: var(--white);
  transform: translate(5px, 5px);
}

.about-btn {
  color: #fff;
  background-color: #ff761b;
  padding: 15px 40px;
  font-size: 1.1em;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.about-btn.m-top-20 {
  border: 2px solid var(--dark-green);
  box-shadow: inset 0 0 0 0 var(--dark-green);
  color: var(--dark-green);
  background-color: #0000;
  border-radius: 0;
  margin-top: 20px;
  transition: all .4s cubic-bezier(.645, .045, .355, 1);
}

.about-btn.m-top-20:hover {
  background-color: var(--dark-green);
  box-shadow: inset 200px 0 0 0 var(--dark-green);
  color: var(--white);
}

.image-2 {
  width: 100%;
}

.h3-list {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-banner_button {
  border: 2px solid var(--dark-green);
  background-color: var(--dark-green);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--dark-green);
  color: var(--dark-green);
  background-color: #f5f5f5;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-prefs_title {
  color: var(--dark-green);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_button {
  border: 2px solid var(--dark-green);
  background-color: var(--dark-green);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--dark-green);
  color: var(--dark-green);
  background-color: #fff;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_close-icon {
  width: 16px;
  height: 16px;
  color: var(--dark-green);
  display: flex;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_text {
  color: var(--black);
  font-size: 12px;
  line-height: 19px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_label {
  color: var(--light-green);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--dark-green);
  color: var(--dark-green);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

@media screen and (max-width: 991px) {
  .header {
    height: auto;
    margin-top: 0;
    padding-top: 20px;
  }

  .nav-link {
    text-align: center;
    border-bottom-width: 0;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-link:hover {
    background-color: var(--light-green);
    border: 0 solid #000;
    text-decoration: none;
  }

  .nav-link:focus {
    background-color: #1d1d1d;
  }

  .nav-menu {
    background-color: var(--dark-green);
    text-align: center;
  }

  .menu-contact-div {
    width: 65%;
  }

  .header-div {
    flex-direction: column;
  }

  .navbar {
    z-index: 1000;
    color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button:hover {
    background-color: #333;
  }

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

  .title-div {
    width: 90%;
    max-width: 1300px;
  }

  .menu-button-link {
    height: 150px;
  }

  .menu-button-div {
    height: 213px;
  }

  .double-content-div {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }

  .double-content-div.no-padding {
    align-items: center;
  }

  .image {
    width: 100%;
    min-height: 350px;
  }

  .image.home1 {
    margin-bottom: 40px;
  }

  .image.home2 {
    margin-top: 40px;
  }

  .image.tree-1, .image.emergancy-1 {
    margin-bottom: 40px;
  }

  .image.commercial-1 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .image.commercial-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .image.stump-1 {
    margin-bottom: 40px;
  }

  .single-content-div {
    align-items: center;
    width: 100%;
    padding-top: 0;
  }

  .single-content-div.footer {
    align-items: flex-start;
    width: 100%;
    margin-top: 40px;
    padding-top: 0;
    padding-left: 20px;
  }

  .single-content-div.left {
    align-items: flex-start;
  }

  .single-content-div._70, .footer-map {
    width: 100%;
  }

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

  .html-embed {
    background-position: 50% 0;
    background-size: cover;
  }

  .toggle {
    width: 100%;
  }

  .toggle.services {
    border-bottom-width: 0;
  }

  .toggle.services:hover {
    background-color: var(--light-green);
  }

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

  .form-div-1 {
    flex-direction: column;
    align-items: center;
  }

  .map, .map-2 {
    width: 100%;
    min-height: 350px;
  }

  .dropdown {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
  }

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

  .image-div {
    height: 450px;
  }

  .contact-form {
    align-items: center;
    width: 100%;
    padding-top: 0;
  }

  .contact-form.footer {
    align-items: flex-start;
    width: 100%;
    margin-top: 40px;
    padding-top: 0;
    padding-left: 20px;
  }

  .contact-form.left {
    align-items: flex-start;
  }

  .contact-form._70 {
    width: 100%;
  }

  .single-content-div-copy {
    align-items: center;
    width: 100%;
    padding-top: 0;
  }

  .single-content-div-copy.footer {
    align-items: flex-start;
    width: 100%;
    margin-top: 40px;
    padding-top: 0;
    padding-left: 20px;
  }

  .single-content-div-copy.left {
    align-items: flex-start;
  }

  .single-content-div-copy._70 {
    width: 100%;
  }

  .cf-footer {
    align-items: center;
    width: 100%;
    padding-top: 0;
  }

  .cf-footer.footer {
    align-items: flex-start;
    width: 100%;
    margin-top: 40px;
    padding-top: 0;
    padding-left: 20px;
  }

  .cf-footer.left {
    align-items: flex-start;
  }

  .cf-footer._70 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 250px;
  }

  .nav-link {
    justify-content: center;
  }

  .menu-contact-div {
    width: 100%;
  }

  .text-block {
    padding-bottom: 0;
    padding-right: 0;
  }

  .header-div {
    flex-direction: column;
  }

  .contact-info-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
  }

  .navbar {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .menu-buttons {
    flex-direction: column;
    align-items: center;
  }

  .menu-button-link {
    height: 50px;
  }

  .menu-button-div {
    width: 100%;
    height: 113px;
    margin-bottom: 20px;
  }

  .green-section {
    padding-top: 40px;
  }

  .image {
    min-height: 250px;
  }

  .image.commercial-1 {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .image.commercial-2 {
    margin-left: 0;
  }

  .single-content-div.footer {
    border-left-style: none;
    border-left-width: 0;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    min-height: 200px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .p-footer.right {
    text-align: center;
  }

  .footer-info-div {
    align-items: center;
    width: 100%;
    padding-top: 40px;
    display: flex;
  }

  .footer-map {
    width: 100%;
  }

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

  .footer-p {
    width: 90%;
    max-width: 1300px;
  }

  .map, .map-2 {
    min-height: 250px;
  }

  .contact-form.footer, .single-content-div-copy.footer, .cf-footer.footer {
    border-left-style: none;
    border-left-width: 0;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    min-height: 200px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    height: 250px;
  }

  .menu-contact-div {
    align-items: center;
    width: 100%;
  }

  .text-block {
    justify-content: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .header-div {
    flex-direction: column;
  }

  .banner-heading, .heading {
    font-size: 20px;
  }

  .title-div {
    width: 90%;
  }

  .menu-button-section {
    display: none;
  }

  .green-section {
    padding-top: 20px;
  }

  .double-content-div {
    padding-top: 0;
  }

  .image.commercial-2 {
    margin-left: 0;
  }

  .single-content-div {
    align-items: flex-start;
  }

  .white-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .title-div-white {
    width: 90%;
  }

  .light-green-section, .dark-green-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-info-div {
    padding-top: 40px;
  }

  .media-icon-div {
    padding-bottom: 20px;
  }

  .html-embed {
    background-position: 46% 0;
    background-size: cover;
    height: 364px;
  }

  .toggle:hover {
    background-color: var(--light-green);
  }

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

  .hero {
    height: 400px;
  }

  .list-div {
    flex-direction: column;
  }

  .form-div-1 {
    padding-top: 0;
  }

  .footer-section {
    padding-top: 20px;
  }

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

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

  .image-div {
    height: 350px;
  }

  .h3-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-form, .single-content-div-copy, .cf-footer {
    align-items: flex-start;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }
}

#w-node-b3c20b46-f19c-4fff-30f7-6eff2c57956a-52bf513b, #w-node-_32de812f-4d89-695b-ce9e-0e56ecee7f89-52bf513b, #w-node-_1e524375-86de-30fb-c701-ba7ec7998364-52bf513b, #w-node-_1a5d8840-1717-59ea-2cef-2cbd102cf624-1c8d6be0, #w-node-c7e7ea05-fddf-ff08-d16c-6654b4a123f5-1c8d6be0, #w-node-_64ef8c15-c072-8a73-7acc-c575c61d2f5d-1c8d6be0, #w-node-_76e0bf8c-5119-9859-7d86-a2a80c8002be-1c8d6be0, #w-node-_1a8d4e8f-aa17-ceea-909e-770b4338e346-1c8d6be0, #w-node-_83cc8632-cf22-b1af-33d3-4136c9e09839-1c8d6be0, #w-node-_7144a374-2fdc-2e1e-3e29-7eb9280c6ef6-1c8d6be0, #w-node-_14374826-e47e-8274-956e-2d7d838e050b-1c8d6be0, #w-node-_6c0b51aa-83af-6788-f291-185d93cf9729-1c8d6be0, #w-node-_1c2e84fc-d458-8596-5971-7b274173ec85-1c8d6be0, #w-node-bcb3fe33-7fcb-bd8a-0e13-bddc1ed70a44-1c8d6be0, #w-node-_84fcc567-d6b9-9ae3-33f4-f5890ef2ea5b-1c8d6be0, #w-node-e550ab49-a27b-157e-d39b-4e7f15260590-1c8d6be0, #w-node-_3d450729-80d7-6e58-e1b1-a570d97eb3dd-1c8d6be0, #w-node-_0514c79f-66f3-bc3d-ada4-60ff6a95548e-1c8d6be0, #w-node-_1c94c779-88f7-0890-2efb-33e64d4523ce-1c8d6be0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b3c20b46-f19c-4fff-30f7-6eff2c57956a-52bf513b, #w-node-_1e524375-86de-30fb-c701-ba7ec7998364-52bf513b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


