h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 10vh;
  line-height: 10vh;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  margin-bottom: 25px;
  color: #6b6b6b;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

img {
  display: inline-block;
  max-width: 100%;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 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;
  background-color: hsla(0, 0%, 42%, 0.25);
}

.section.center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  -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;
}

.section.center.tree-removal {
  height: 200vh;
  margin-top: 0px;
  padding-top: 36vh;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/img_20200703_084806772.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/img_20200703_084806772.jpg');
  background-size: auto, cover;
}

.section.center.tree-trimming2 {
  padding-top: 0vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Crane-Truck-and-Chipper_1920x1440.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/Crane-Truck-and-Chipper_1920x1440.jpg');
  background-size: auto, cover;
}

.section.center.stump-removal {
  height: auto;
  padding-top: 225px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/american-4402599_1921.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/american-4402599_1921.jpg');
  background-size: auto, cover;
}

.section.center.tree-planting {
  height: auto;
  padding-top: 225px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/american-4402599_1921.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/american-4402599_1921.jpg');
  background-size: auto, cover;
}

.section.center.arborist-hero {
  height: auto;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/american-4402599_1921.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/american-4402599_1921.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section.center.free-mulch-delivery {
  width: auto;
  height: auto;
  margin-top: 0px;
  padding-top: 225px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/american-4402599_1921.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/american-4402599_1921.jpg');
  background-size: auto, cover;
}

.section.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 15vh 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section.column.devices {
  height: auto;
  -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;
}

.section.column.faq {
  height: auto;
  -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: #000;
}

.section.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -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;
  background-color: #40089c;
}

.section.full-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
}

.section.wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0vh;
  padding-bottom: 0vh;
  -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;
}

.section.wide.img {
  margin-top: 0px;
  padding-bottom: 0vh;
}

.section.wide.purple {
  min-height: 80vh;
  margin-top: -2px;
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/american-4402599_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/american-4402599_1920.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section.grid-imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section.center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 0px;
  padding-top: 0vh;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/IMG-2585.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/IMG-2585.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section.center.we-will-do {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8vh;
  padding-bottom: 7px;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/hills-2836301_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hills-2836301_1920.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.section.american-tree-hero-section {
  height: 120vh;
  padding-bottom: 87.3px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/american-4402599_1921.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/american-4402599_1921.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.section.american-tree-hero-section.tree-trimming {
  position: relative;
  height: auto;
  margin-top: 0px;
  padding-top: 225px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/american-4402599_1921.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/american-4402599_1921.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.section.american-tree-hero-section.homep {
  height: auto;
  margin-top: 0px;
  padding-top: 225px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/american-4402599_1921.jpg');
  background-image: linear-gradient(180deg, null, null), url('../images/american-4402599_1921.jpg');
  background-size: auto, cover;
}

.section.american-tree-hero-section.tree-stump-removal {
  height: auto;
  margin-bottom: 0px;
  padding-top: 225px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/american-4402599_1921.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/american-4402599_1921.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.section.green {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #014421;
}

.section.green.horizontal-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding-left: 0px;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
}

.col.sideimg {
  width: 25vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.padding {
  max-width: 50%;
  padding-right: 9vw;
  padding-left: 9vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
}

.col.bg {
  overflow: hidden;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
}

.col.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.col.team {
  -webkit-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}

.col.img {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: -7px;
  margin-bottom: 4px;
  padding: 0px 10vw;
  border: 1px none #000;
  background-color: transparent;
}

.nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 22px;
  margin-bottom: 101px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-color: #6b6b6b;
}

.nav.tree-removal {
  margin-top: 55px;
}

.nav-inner {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  margin-top: 64px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.1);
}

.nav-inner.mulch {
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-inner.trimming-pg {
  margin-top: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-inner.home-pg {
  margin-top: 66px;
}

.nav-inner.tree-removal {
  margin-top: 19px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-inner.stump-removal {
  margin-top: 2px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-inner.stump-removal.tablet {
  margin-top: 24px;
}

.nav-inner.tree-planting {
  margin-top: 0px;
}

.nav-inner.about-us {
  margin-top: 14px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-inner.tree-service {
  margin-top: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-inner.social-media-pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  margin-top: -26px;
  margin-left: 130px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-inner.social-media-pages.portrait {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-inner.tree-fail-page.tablet {
  margin-top: -8px;
}

.nav-inner.contact-page {
  margin-top: -32px;
  margin-left: 130px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.body {
  padding-left: 0px;
  background-color: transparent;
  font-family: 'Gothic A1', sans-serif;
}

.heading {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 10vh;
  line-height: 9vh;
  font-weight: 500;
}

.div-block-2 {
  position: relative;
  z-index: 80;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  -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;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  display: block;
  width: 50vw;
  max-width: 450px;
  padding-right: 4vw;
  padding-left: 4vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  max-width: none;
  padding-right: 30px;
  padding-left: 30px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.feature-content.icons.numbers {
  width: 25%;
}

.heading-2 {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
}

.button {
  position: relative;
  display: inline-block;
  margin: 10px 0px 20px;
  padding: 10px;
  border-radius: 3px;
  background-color: #900;
  -webkit-transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
}

.button:hover {
  background-color: #900;
  color: #fff;
}

.button.outline {
  margin-left: 10px;
  border: 1px solid #6e6e6e;
  background-color: transparent;
  color: #5a5a5a;
}

.button.contact {
  margin-left: 10px;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px hsla(0, 0%, 100%, 0.2);
}

.button.contact:hover {
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button.form-button:hover {
  background-color: #000;
  color: #fff;
}

.button.stump-removal {
  margin-top: 0px;
  margin-bottom: 80px;
  margin-left: 0px;
}

.button.ready-to-get-started-bottom {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.button.white-background {
  margin-bottom: 86px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 4px;
  background-color: #900;
  color: #fff;
  font-size: 24px;
  text-transform: capitalize;
}

.button.white-background:hover {
  background-color: #fff;
  color: #900;
}

.button.white-background.border {
  margin-bottom: 20px;
  margin-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #900;
}

.button.windbreaks {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 51px;
  font-size: 24px;
}

.h2 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 44px;
  line-height: 56px;
  font-weight: 300;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0px;
}

.div-block-3 {
  height: 8600px;
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0px;
  background-size: 100vw;
  background-repeat: no-repeat;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  height: 6000px;
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  max-width: 440px;
  -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;
}

.div-block-4.left {
  margin-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  margin-bottom: 20px;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  padding-top: 30px;
  padding-bottom: 60px;
  text-align: center;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1200px;
  -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;
}

.wrapper.welcome {
  position: relative;
  z-index: 90;
  width: 100vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-height: auto;
  min-width: auto;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 40px;
  -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;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.wrap.flag {
  padding: 12px;
}

.title {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px none #2e2e2e;
  color: #6b6b6b;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title.white {
  border-bottom-color: hsla(0, 0%, 100%, 0.4);
  color: hsla(0, 0%, 100%, 0.6);
}

.image-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-6 {
  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;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-7.team {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 5vh;
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  padding: 10px 30px 30px 0px;
}

.thumb-food {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  background-color: #c6ced3;
}

.thumb-food._01 {
  border-radius: 12px;
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.thumb-food._02 {
  background-image: url('../images/bg-001.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  margin-bottom: 10px;
  color: #fff;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-menu-wrap {
  margin-right: -92px;
  margin-left: 0px;
}

.nav-link {
  margin-right: 15px;
  margin-bottom: 0px;
  margin-left: 15px;
  padding: 12px 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  box-shadow: inset 0 -5px 0 0 #fc0a0a;
  color: #900;
}

.nav-link.w--current {
  display: none;
  color: hsla(0, 0%, 100%, 0.5);
}

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

.nav-link.phone {
  position: static;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-size: 26px;
}

.nav-link.phone:hover {
  color: #002868;
}

.nav-link.phone.fixed {
  position: static;
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.nav-link.phone.fixed:hover {
  color: #fff;
}

.nav-link.phone.fixed.social-media-page {
  color: rgba(0, 0, 0, 0.5);
}

.nav-link.phone.fixed.social-media-page:hover {
  color: #000;
}

.nav-link.tree-trim-pg {
  display: none;
}

.nav-link.about-hide {
  display: none;
}

.nav-link.about {
  display: none;
}

.nav-link.social-media-page {
  color: rgba(0, 0, 0, 0.5);
}

.nav-link.social-media-page:hover {
  color: #000;
}

.nav-link.social-media-page.w--current {
  display: none;
}

.nav-link.tree-trimming {
  color: #fff;
}

.nav-link.white {
  margin-bottom: 0px;
  margin-left: 22px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 16px;
  text-transform: capitalize;
}

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

.nav-menu {
  height: auto;
}

.div-block-11 {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  background-color: #acb1b4;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 80px;
  margin-right: 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;
}

.form {
  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;
}

.field-newsletter {
  width: 340px;
  height: 80px;
  margin-right: 20px;
  margin-bottom: 0px;
  padding-left: 20px;
  border: 1px solid #300479;
  border-radius: 10px;
  background-color: #300479;
  color: #fff;
  font-size: 16px;
}

._w-img {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-4 {
  display: block;
  width: 100%;
}

.icon {
  height: 25px;
}

.nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-image {
  position: absolute;
  right: 3vw;
  bottom: 0px;
  margin: 0px -21px 83px 0px;
}

.hero-image.tree-trimming-image {
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.hero-image.tree-trimming-image.a {
  margin-top: 0px;
  margin-bottom: 0px;
}

.hero-image.american-tree-company-image {
  position: absolute;
  margin-top: 0px;
  margin-right: -50px;
  margin-bottom: -119px;
}

.hero-image.american-tree-company-image.free-mulch-delivery {
  margin-top: 0px;
  margin-bottom: -21px;
}

.hero-image.american-tree-company-image.tree-trimming {
  margin-top: -14px;
  margin-bottom: -442px;
}

.hero-image.american-tree-company-image.tree-removal {
  z-index: -1;
  height: 85vh;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: -60px;
}

.hero-image.american-tree-company-image.tree-trimming-image {
  margin-top: 0px;
  margin-bottom: 133px;
}

.hero-image.american-tree-company-image.blog-page {
  margin-bottom: 34px;
}

.hero-image.tree-fail {
  z-index: -2;
  margin-top: 5px;
  margin-bottom: 303px;
}

.hero-image.tree-fail.landscape {
  margin-bottom: 109px;
}

.hero-image.in-stump-removal {
  margin-top: 1px;
  margin-bottom: 711px;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.black-text.tablet {
  font-size: 20px;
}

.hero-content {
  position: relative;
  z-index: 90;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 31px;
  padding-right: 10vh;
  padding-left: 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  -webkit-transition: border-width 500ms ease, border-color 500ms ease;
  transition: border-width 500ms ease, border-color 500ms ease;
}

.hero-content:hover {
  border: 1px solid #000;
}

.hero-content.tree-trimming-image {
  height: auto;
  margin-top: 129px;
  margin-bottom: 0px;
  background-color: transparent;
}

.hero-content.hp {
  margin-top: 140px;
  background-color: rgba(0, 0, 0, 0.25);
}

.hero-content.hp.tree-trimming {
  display: block;
  min-height: auto;
  margin-top: 63px;
  margin-bottom: 0px;
  padding-right: 10vw;
  padding-bottom: 0px;
  padding-left: 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.5);
}

.hero-content.hp.american-tree-company {
  position: relative;
  z-index: 90;
  display: block;
  width: auto;
  min-height: 110vh;
  margin-top: 65px;
  margin-bottom: 0px;
  padding-top: 0px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: margin-bottom 500ms ease;
  transition: margin-bottom 500ms ease;
  cursor: pointer;
}

.hero-content.hp.american-tree-company.about-us-page {
  margin-top: 80px;
}

.hero-content.hp.tree-removal {
  min-height: auto;
  margin-top: 0px;
}

.hero-content.hp.tree-removal-pg {
  margin-top: 82px;
}

.hero-content.free-mulch-delivery {
  margin-top: 90px;
  background-color: rgba(0, 0, 0, 0.5);
}

.hero-content.tree-planting {
  min-height: auto;
  margin-top: 100px;
  background-color: rgba(0, 0, 0, 0.5);
}

.hero-content.stump-removal {
  display: block;
  width: auto;
  min-height: auto;
  margin-top: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.5);
}

.hero-content.video-fails {
  z-index: 95;
  margin-top: 75px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 500ms ease, border-width 500ms ease, border-color 500ms ease;
  transition: all 500ms ease, border-width 500ms ease, border-color 500ms ease;
}

.feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -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;
  border: 1px none #000;
}

.feature-wrap.reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.feature-wrap.reverse.land-clearing {
  display: none;
}

.feature-wrap.logos {
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none;
}

.feature-wrap.icons {
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.feature-wrap.house-demolition {
  display: none;
}

.feature-image {
  display: block;
  width: 50vw;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border: 1px none #000;
}

.black {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.hero-subhead {
  max-width: none;
  margin-top: 10px;
  margin-right: 52px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 33px;
  line-height: 36px;
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
  cursor: pointer;
}

.hero-subhead.american-tree-company {
  position: relative;
  z-index: 4;
  margin-top: 10px;
  margin-bottom: 60px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 35px;
  line-height: 39px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.hero-subhead.american-tree-company.about-page {
  margin-left: 4px;
  font-size: 30px;
}

.hero-subhead.tree-removal {
  margin-bottom: 20px;
}

.hero-subhead.trimming-subhead {
  max-width: none;
  margin-bottom: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 35px;
  line-height: 39px;
  font-weight: 700;
}

.hero-subhead.stump-removal-subheader-size {
  font-size: 34px;
  font-weight: 700;
}

.bottom-image-wrap {
  position: relative;
  overflow: hidden;
  height: auto;
  max-width: 100%;
}

.black-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100px;
  background-color: #2a2326;
}

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  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;
  background-color: #1b1b1b;
  color: #6b6b6b;
}

.footer-link {
  margin-right: 15px;
  margin-left: 15px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #6b6b6b;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.copywrite {
  color: #6b6b6b;
  font-weight: 300;
}

.footer-link.copywrite:hover {
  color: #fff;
}

.footer-link.copywrite {
  color: hsla(0, 0%, 42%, 0.5);
  font-weight: 300;
}

.footer-link.copywrite:hover {
  color: #fff;
}

.footer-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 29px;
  padding-bottom: 29px;
}

.text-block-2 {
  color: hsla(0, 0%, 100%, 0.3);
  font-size: 12px;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.input {
  height: 70px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 20px;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #fff;
  box-shadow: inset 0 0 0 0 #fc0a7e;
  -webkit-transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1);
  color: #000;
}

.input:hover {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::-webkit-input-placeholder {
  color: #555;
}

.input:-ms-input-placeholder {
  color: #555;
}

.input::-ms-input-placeholder {
  color: #555;
}

.input::placeholder {
  color: #555;
}

.arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.quote-slider {
  width: 90vw;
  height: 60vh;
  margin-top: 10vh;
  background-color: transparent;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  display: block;
  width: 50vw;
  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;
  text-align: center;
}

.quote-attribution {
  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;
}

.quote-dash {
  width: 30px;
  height: 1px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #d3d3d3;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  font-size: 7px;
}

.number {
  font-size: 36px;
  line-height: 90px;
  font-weight: 700;
}

.float {
  position: relative;
  left: 567px;
  top: 200px;
  width: 40vw;
  height: 50vh;
  border: 4px solid #09a4ec;
}

.nav-logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 34px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 33px -40px 0px 0px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.55);
}

.nav-menu-2.home-pg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 6px 0px 9px;
  -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;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.nav-menu-2.home-pg:hover {
  background-color: #000;
}

.nav-menu-2.social-media-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-height: auto;
  min-width: auto;
  margin-top: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}

.nav-menu-2.tree-fails-page {
  margin-top: 1px;
  background-color: rgba(0, 0, 0, 0.91);
}

.nav-menu-2.tree-removal {
  margin-top: 0px;
}

.nav-menu-2.contact {
  margin-top: 0px;
}

.brand {
  margin-top: -33px;
}

.image-licensing {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.05);
  line-height: 24px;
}

.image-licensing-wrap {
  max-width: 600px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-3 {
  position: static;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 12px;
  margin-left: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  background-color: hsla(0, 0%, 100%, 0.13);
  box-shadow: 4px 4px 3px 0 #000;
  color: #fff;
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  text-align: left;
  text-transform: capitalize;
}

.heading-3.tree-trimming-page {
  margin-top: -54px;
}

.heading-3.american-tree-company {
  position: relative;
  z-index: 4;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -3px;
  padding-right: 12px;
  padding-left: 12px;
  border-radius: 4px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 55px;
  line-height: 65px;
}

.heading-3.american-tree-company.crisp-background {
  display: inline-block;
  margin-top: 65px;
  margin-right: 0px;
  border: 1px none #fff;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.13);
  box-shadow: 4px 4px 3px 0 #000;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  letter-spacing: 1px;
}

.heading-3.american-tree-company.crisp-background.small {
  margin-top: 0px;
  margin-bottom: 80px;
  font-size: 35px;
  line-height: 39px;
}

.heading-3.tree-removal {
  margin-top: 20px;
  margin-bottom: 10px;
}

.heading-3.stump-removal {
  max-width: none;
  margin-top: 10px;
  margin-left: 0px;
  background-color: hsla(0, 0%, 100%, 0.13);
  text-align: left;
}

.heading-3.tree-fall {
  font-size: 65px;
}

.heading-4 {
  font-size: 22px;
  line-height: 35px;
  font-weight: 300;
  text-align: justify;
}

.heading-4.assets {
  color: #000;
}

.paragraph-2 {
  padding: 12px;
  line-height: 24px;
  text-align: justify;
}

.paragraph-3 {
  padding: 12px;
  line-height: 24px;
  text-align: justify;
}

.dropdown-link {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #000;
  color: #fff;
  font-size: 13px;
}

.dropdown-link.w--current {
  display: none;
}

.dropdown-link-2 {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #000;
  color: #fff;
  font-size: 13px;
}

.heading-5 {
  color: #000;
  font-size: 6vh;
}

.arrow-div {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  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 auto;
  grid-template-rows: auto auto;
}

.paragraph-4 {
  padding: 12px 12px 12px 0px;
  line-height: 24px;
  text-align: justify;
}

.paragraph-5 {
  padding: 12px 12px 12px 0px;
  line-height: 24px;
  text-align: justify;
}

.paragraph-6 {
  padding: 12px 12px 12px 3px;
  line-height: 24px;
  text-align: justify;
}

.paragraph-7 {
  padding: 12px;
  line-height: 24px;
  text-align: justify;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.image-5 {
  margin-top: 0px;
}

.service-button {
  border-radius: 4px;
  background-color: #000;
  font-size: 16px;
  text-align: left;
}

.service-button-div {
  text-align: center;
}

.section-2 {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/american-4402599_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/american-4402599_1920.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.conversational-section {
  height: 120vh;
  margin-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/tree-102_1239x1239.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/tree-102_1239x1239.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.conversational-section.stump-removal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1px;
  padding-top: 0px;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/American_Tree_Company_Apple_Valley_CA_Tree_Trimming_Before_Cant_See_Fence.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/American_Tree_Company_Apple_Valley_CA_Tree_Trimming_Before_Cant_See_Fence.jpg');
}

.conversational-section.stump-removal._2nd-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/American_Tree_Company_Apple_Valley_CA_Stump_Removal_Large_Stump_Got_Shovel.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/American_Tree_Company_Apple_Valley_CA_Stump_Removal_Large_Stump_Got_Shovel.jpg');
}

.conversational-section.tree-planting {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/leaf-3369412_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/leaf-3369412_1920.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.conversational-section.house-demoliton {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/CIMG0368-800x600.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/CIMG0368-800x600.jpg');
  background-size: auto, cover;
}

.conversational-section.land-clearing {
  display: block;
  height: 160vh;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.77)), to(rgba(0, 0, 0, 0.77))), url('../images/backhoe-1076881_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0.77)), url('../images/backhoe-1076881_1920.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.heading-6 {
  background-color: transparent;
}

.tree-trimming-section-div {
  display: block;
  margin: 12px auto;
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  color: #000;
  cursor: pointer;
}

.tree-trimming-section-div.stump-removal {
  margin-top: 85px;
}

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

.hero-section {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 20;
  padding-top: 260px;
  padding-bottom: 180px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.88)), to(rgba(70, 77, 86, 0.5))), url('../images/hero-image.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.88), rgba(70, 77, 86, 0.5)), url('../images/hero-image.jpg');
  background-position: 0px 0px, 50% 80%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-heading {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.hero-heading.sub-heading {
  margin-top: 0px;
  font-family: 'Varela Round', sans-serif;
  font-size: 18px;
  line-height: 29px;
  font-style: italic;
  font-weight: 300;
  text-transform: none;
}

.button-2 {
  display: inline-block;
  padding: 4px 15px;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button-2.hero {
  display: block;
  width: 160px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 30px 8px;
  border: 2px solid #fff;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Varela Round', sans-serif;
  font-weight: 200;
}

.button-2.hero:hover {
  background-color: hsla(0, 0%, 100%, 0.34);
}

.flex-container-tree-trimming {
  display: block;
  width: 960px;
  margin: 0px auto 27px;
  -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;
}

.page-content-section {
  margin-top: 0px;
  background-color: hsla(0, 0%, 42%, 0.25);
}

.tree-trimming-rte {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  color: #fff;
}

.tree-trimming-rte h2 {
  font-weight: 400;
}

.tree-trimming-rte p {
  color: #fff;
}

.heading-8 {
  margin-top: 24px;
  color: #fff;
  font-size: 6vh;
}

.paragraph-8 {
  padding: 12px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.22);
  color: #fff;
}

.land-clearing-flex-div-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  margin-right: 0px;
  margin-left: 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;
}

.land-clearing-image-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  margin-bottom: 78px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.heading-9 {
  color: #fff;
}

.tree-removal-hero-image-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -299px;
  -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;
}

.tree-trunk-top-image {
  position: relative;
  margin-top: 133px;
  margin-right: -22px;
  margin-left: -21px;
}

.tree-trunk-2nd-image {
  margin-top: 0px;
}

.bold-text {
  color: #fff;
}

.text-block-3 {
  color: #fff;
}

.lot-clearing-image-text {
  color: #fff;
  text-align: center;
}

.text-block-5 {
  color: #fff;
  text-align: center;
}

.text-block-6 {
  color: #fff;
}

.text-block-7 {
  display: block;
}

.house-demo-hero-content-div {
  width: 35%;
}

.paragraph-9 {
  margin-left: 37px;
  padding: 12px;
  border: 0px none #fff;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.land-clearing-hero-content-div {
  width: 40%;
}

.paragraph-10 {
  margin-left: 25px;
  padding: 12px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.tree-planting-hero-content-div {
  margin: 7px 11px 0px 26px;
  padding: 12px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.stump-removal-content-div {
  width: auto;
  margin-left: 0px;
}

.paragraph-11 {
  position: static;
  padding: 12px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
}

.paragraph-11.stump-removal {
  background-color: transparent;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-size: 20px;
  line-height: 40px;
  text-transform: capitalize;
}

.paragraph-11.stump-removal:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.text-block-8 {
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
}

.text-block-9 {
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
}

.tree-removal-content-div {
  width: 65%;
  margin-left: 32px;
  padding: 12px;
  border-radius: 4px;
  background-color: transparent;
}

.tree-trimming-content-div {
  width: auto;
  margin-left: 25px;
  padding: 12px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
}

.american-tree-company-hero-content-div {
  display: block;
  width: auto;
  margin-top: 0px;
  margin-left: 0px;
  padding: 12px;
  border-radius: 4px;
  background-color: transparent;
  text-align: justify;
  text-transform: capitalize;
}

.american-tree-company-hero-content-div.videos-page {
  display: block;
}

.paragraph-12 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 12px 12px 12px 0px;
  background-color: rgba(0, 0, 0, 0.26);
  -webkit-transition: border-width 500ms ease, background-color 500ms ease;
  transition: border-width 500ms ease, background-color 500ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  text-align: justify;
  letter-spacing: 1px;
}

.paragraph-12:hover {
  border: 1px none #fff;
  background-color: #000;
}

.paragraph-12.trimming {
  margin-top: 13px;
  margin-bottom: 12px;
  background-color: transparent;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 20px;
  line-height: 40px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
}

.paragraph-12.trimming.assets {
  color: #fff;
}

.paragraph-12.arborist-pdf {
  margin-top: 1px;
  margin-bottom: 33px;
  padding-left: 12px;
  border: 1px none #fff;
  background-color: rgba(0, 0, 0, 0.57);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
  letter-spacing: 2px;
}

.paragraph-12.arborist-pdf:hover {
  border-style: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.paragraph-12.arborist-pdf.pdf {
  width: 25%;
  background-color: rgba(8, 36, 247, 0.5);
  color: #000;
  text-align: center;
}

.paragraph-12.arborist-pdf.pdf:hover {
  border-style: none;
  border-width: 0px;
  background-color: #0824f6;
  color: #fff;
}

.paragraph-12.res-ipsa-loquitur {
  width: 50%;
}

.paragraph-12.american-tree-company.homep {
  position: relative;
  z-index: 4;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 12px 5vh;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: background-color 500ms ease, border-color 500ms ease, opacity 200ms ease, -webkit-transform 500ms ease;
  transition: background-color 500ms ease, border-color 500ms ease, opacity 200ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, background-color 500ms ease, border-color 500ms ease, opacity 200ms ease;
  transition: transform 500ms ease, background-color 500ms ease, border-color 500ms ease, opacity 200ms ease, -webkit-transform 500ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 34px;
  letter-spacing: 2px;
}

.paragraph-12.american-tree-company.homep:hover {
  border-style: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.paragraph-12.mulch {
  margin-bottom: 12px;
  padding-left: 12px;
  background-color: transparent;
  font-size: 20px;
  line-height: 26px;
}

.paragraph-12.mulch:hover {
  border-style: solid;
  background-color: rgba(0, 0, 0, 0.5);
}

.paragraph-13 {
  padding: 0px;
  color: #fff;
  font-size: 18px;
}

.paragraph-14 {
  padding: 12px;
}

.div-block-13 {
  width: auto;
}

.text-label {
  display: block;
  margin-bottom: 10px;
  opacity: 0.7;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.content36-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #fff;
}

.section-3 {
  padding-right: 36px;
  padding-left: 36px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-70 {
  margin-bottom: 10px;
  opacity: 0.7;
  color: #fff;
}

.content36-headline-wrap {
  max-width: 582px;
}

.content36-author-pic {
  width: 100%;
  height: 360px;
  margin-bottom: 26px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.content36-author-pic.content36-pic2 {
  background-image: url('../images/Avatar-2.jpg');
}

.content36-author-pic.content36-pic3 {
  background-image: url('../images/Avatar-7.jpg');
}

.content36-author-pic.content36-pic1 {
  background-image: url('../images/Avatar-6.jpg');
}

.wrapper-2.m50-100 {
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 100px;
}

.size3-text {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  text-transform: none;
}

.size4-text {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

.div-block-14 {
  color: #fff;
}

.div-block-15 {
  color: #fff;
}

.div-block-16 {
  color: #fff;
}

.team-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.team-image:hover {
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

.social-left {
  float: right;
}

.social-icon {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  opacity: 0.7;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.social-icon.left {
  margin-right: 10px;
  float: right;
}

.social-icon.center {
  margin-left: auto;
}

.social-icon.right {
  margin-top: 0px;
  margin-right: 40px;
  margin-left: 10px;
  padding-left: 0px;
  float: left;
  opacity: 0.7;
}

.social-icon.right:hover {
  opacity: 1;
}

.heading-10 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.paragraph-71 {
  padding: 12px;
  color: #fff;
  line-height: 20px;
  letter-spacing: 2px;
}

.heading-11 {
  margin-top: 31px;
  margin-bottom: 27px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
}

.paragraph-72 {
  padding: 12px;
  color: #fff;
  line-height: 20px;
}

.heading-12 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.paragraph-73 {
  padding: 12px;
  color: #fff;
}

.parallax-section {
  height: auto;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/olive-trees-3622571_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/olive-trees-3622571_1920.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.invisible {
  opacity: 0;
}

.testimonial {
  margin-top: 18px;
  margin-bottom: -8px;
  padding: 37px 100px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 32px;
  line-height: 8vh;
  font-style: italic;
  font-weight: 700;
  text-transform: none;
}

.testimonial-column {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  border-right-style: solid;
  border-right-color: hsla(0, 0%, 100%, 0.43);
}

.client-name {
  margin-top: 30px;
  margin-left: 30px;
  color: #fff;
  font-size: 23px;
  text-align: left;
  text-transform: none;
}

.testimonial-slider {
  height: 340px;
  background-color: transparent;
}

.testimonial-client {
  margin-top: 20px;
}

.client-image {
  margin-top: 10px;
  margin-right: 30px;
  margin-bottom: 0px;
  float: right;
  opacity: 0.7;
}

.slidenav {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-size: 10px;
}

.client-company {
  margin-top: -15px;
  margin-left: 30px;
  color: #fff;
  font-size: 13px;
  text-align: left;
}

.heading-13 {
  margin-top: 11px;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.paragraph-74 {
  padding: 12px;
  color: #fff;
}

.button-3 {
  position: fixed;
  margin-bottom: 29px;
  margin-left: 1318px;
  padding-right: 0px;
  padding-left: 0px;
  color: #000;
  font-size: 24px;
}

.button-4 {
  position: static;
}

.button-5 {
  position: static;
  margin-top: 11px;
  margin-bottom: 34px;
  border-style: solid;
  border-width: 2px;
  border-color: #900;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #900;
  font-size: 24px;
  text-transform: capitalize;
}

.button-5:hover {
  border-color: #fff;
  background-color: #900;
  color: #fff;
}

.columns {
  margin-top: 10px;
}

.did-you-know-span {
  font-weight: 700;
  text-decoration: underline;
}

.did-you-know-topic-span {
  font-size: 20px;
  font-style: italic;
}

.isa-link-span {
  color: #fff;
  font-weight: 700;
}

.mch-catch-up-link-text {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  color: #fff;
  line-height: 50px;
  text-decoration: none;
}

.mulch-image {
  margin: 25px auto -66px;
  opacity: 1;
  font-family: Montserrat, sans-serif;
}

.mulch-image._2nd-desc {
  margin-bottom: 4px;
}

.mulch-image.tree-planting {
  margin-top: 25px;
}

.mch-have-breakfast-image {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
}

.mch-enjoy-lunch {
  margin-top: 0px;
}

.mch-escape-image {
  margin-top: 0px;
}

.mch-text-div-block {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.mulch-div-block {
  margin-top: 0px;
  padding: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Great Vibes', cursive;
  color: #fff;
  font-size: 19px;
  font-weight: 100;
}

.mulch-div-block.mystyle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto;
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 29px;
  text-align: center;
}

.mch-our-coffee-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 90vh;
  margin-top: -5px;
  margin-bottom: -60px;
  padding-top: 0px;
  padding-bottom: 15px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #18660f;
}

.mch-our-coffee-wrapper.finetuned {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #18660f;
}

.section-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mch-home-header-text {
  overflow: visible;
  margin: 75px auto 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 50px;
  font-weight: 200;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
}

.mch-home-header-text.moat-watering {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  -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;
  font-size: 21px;
}

.mch-get-it-to-go-image {
  display: inline;
}

.mch-special-events-image {
  display: inline;
}

.hero-content-2 {
  position: relative;
  z-index: 90;
  width: 100%;
  margin-top: 187px;
  padding-right: 10vh;
  padding-left: 10vw;
  font-weight: 600;
  text-align: left;
}

.heading-14 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.hero-subhead-2 {
  max-width: 60%;
  margin-bottom: 25px;
  color: #fff;
  font-size: 30px;
  line-height: 44px;
  font-weight: 700;
}

.paragraph-75 {
  width: 100%;
  margin-bottom: 5px;
  padding: 12px;
  border: 1px none #fff;
  -webkit-transition: border-color 500ms ease, background-color 500ms ease;
  transition: border-color 500ms ease, background-color 500ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-align: justify;
  letter-spacing: 1px;
}

.paragraph-75:hover {
  border-style: solid;
  border-width: 1px;
  background-color: rgba(0, 0, 0, 0.5);
}

.button-6 {
  display: inline-block;
  margin-right: 0px;
  padding: 20px 40px;
  border-radius: 3px;
  background-color: #fc0a0a;
  -webkit-transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}

.button-6:hover {
  background-color: #fff;
  color: #fc0a0a;
}

.hero-image-2 {
  position: absolute;
  right: 3vw;
  bottom: 0px;
  height: auto;
  margin-top: 0px;
  margin-bottom: -468px;
}

.heading-15 {
  font-size: 20px;
  line-height: 30px;
}

.heading-16 {
  font-size: 20px;
  line-height: 30px;
}

.image-6 {
  margin-top: 20px;
}

.video {
  margin-top: 2320px;
  margin-bottom: -30px;
}

.video-2 {
  width: 100%;
  margin-top: -37px;
}

.video-3 {
  margin-top: 174px;
  margin-bottom: -30px;
}

.video-4 {
  margin-top: -61px;
  margin-bottom: 0px;
}

.video-5 {
  margin-top: 456px;
}

.video-7 {
  margin-top: -41px;
}

.video-8 {
  margin-top: 0px;
  margin-bottom: 13px;
}

.services-dropdown-link {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #000;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}

.services-dropdown-link.w--current {
  display: none;
}

.did-you-know-span2 {
  font-weight: 400;
  text-decoration: underline;
}

.hero-image-3 {
  position: absolute;
  right: 3vw;
  bottom: 0px;
  height: auto;
  margin-top: 0px;
  margin-bottom: -354px;
}

.hero-content-3 {
  position: relative;
  z-index: 90;
  width: 100%;
  padding-right: 10vh;
  padding-left: 10vw;
}

.heading-18 {
  font-size: 8vh;
  font-weight: 400;
}

.hero-subhead-3 {
  max-width: 60%;
  color: #fff;
  font-size: 30px;
  line-height: 44px;
  text-transform: capitalize;
}

.hero-subhead-3.american.tree-trimming-pg {
  margin-bottom: 12px;
  color: #000;
}

.button-7 {
  display: inline-block;
  margin-right: 0px;
  padding: 20px 40px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.15);
  -webkit-transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.button-7:hover {
  border-style: none none solid;
  border-width: 2px;
  border-color: #2307f7;
  background-color: #000;
  color: #fff;
}

.tree-planting-text-span {
  display: block;
  font-size: 32px;
  font-weight: 700;
}

.arborist-pdf-link {
  color: #fff;
  text-decoration: none;
}

.bold-text-2 {
  background-color: transparent;
  color: #fff;
}

.bold-text-2:hover {
  color: #fff;
}

.bold-text-3 {
  color: #fff;
}

.bold-text-3:hover {
  color: #fff;
}

.tree-trimming-before-after-image-flex-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding: 12px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tree-trimming-image-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.div-block-18 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-7 {
  margin-right: 0px;
  margin-left: 0px;
}

.image-8 {
  margin-left: 84px;
}

.tree-trimming-before-and-after-images-header {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 12px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 6vh;
  text-align: center;
}

.tree-trimming-heading-3 {
  margin-right: 0px;
  margin-left: 0px;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.tree-trimming-heading-3.right {
  margin-left: 109px;
}

.lightbox-link {
  text-decoration: none;
}

.heading-20 {
  margin-left: 105px;
  color: #000;
  text-align: center;
}

.lightbox-link-2 {
  text-decoration: none;
}

.paragraph-76 {
  color: #fff;
  font-size: 19px;
}

.section-12 {
  background-color: #3f5c57;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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;
}

.heading-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  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;
  font-family: 'Slabo 27px', sans-serif;
  font-size: 76px;
  line-height: 78px;
}

.heading-22 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: 'Slabo 27px', sans-serif;
  font-size: 20px;
  line-height: 69px;
}

.image-9 {
  margin-left: 97px;
}

.image-10 {
  margin-left: 11px;
}

.column-2 {
  text-align: left;
}

.column-3 {
  text-align: right;
}

.column-4 {
  padding-left: 0px;
  text-align: left;
}

.isa-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: #699;
}

.heading-23 {
  margin-left: -6px;
  font-family: 'Slabo 27px', sans-serif;
  color: #fff;
  font-size: 4vh;
  line-height: 29px;
}

.isa-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
  -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: #699;
}

.isa-link-block.hp {
  margin-top: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.image-11 {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.image-11:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

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

.tree-planting-paragraph-s-h {
  color: #000;
}

.tree-planting-accordion-item-trigger {
  cursor: pointer;
}

.heading-25 {
  color: #fff;
  font-size: 30px;
}

.tree-planting-accoridan-item-content {
  overflow: hidden;
}

.paragraph-77 {
  color: #fff;
}

.tree-trimming-pg-top-paragraph-span {
  margin-right: auto;
  margin-left: auto;
  font-size: 35px;
  text-align: center;
}

.heading-26 {
  color: #fff;
}

.american-tree-co-hp-paragraph-title-span {
  font-size: 25px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
}

.tree-trimming-page-top-paragraph-span {
  font-size: 22px;
  font-weight: 700;
}

.tree-trimming-main-section-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
}

.tree-trimming-main-section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 360vh;
  margin-top: 0px;
  -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: 2px solid #6b6b6b;
  background-color: #014421;
}

.tree-trimming-main-section-wrapper.after1 {
  height: 400vh;
  margin-top: 0px;
}

.trimming-image-content-div-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: 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;
}

.go-back-div-block {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 10px;
  background-color: transparent;
  cursor: pointer;
}

.image-12 {
  cursor: pointer;
}

.image-13 {
  margin-bottom: 0px;
  cursor: pointer;
}

.div-block-20 {
  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;
}

.tree-trimming-wrap-up-text-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: 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;
  box-shadow: 1px 1px 3px 0 #000;
}

.tree-trimming-wrap-up-text-header {
  color: #000;
}

.div-block-21 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-22 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-78 {
  margin-bottom: 25px;
  padding: 12px;
  border-radius: 4px;
  background-color: #6d859d;
  box-shadow: 2px 2px 3px 0 #000;
  color: #fff;
  text-transform: capitalize;
}

.tree-trimming-button-div-bottom-of-page {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tree-trimming-final-thoughts-text-div {
  margin-top: 12px;
}

.paragraph-79 {
  padding: 12px;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  white-space: normal;
}

.video-9 {
  margin-bottom: 26px;
}

.video-10 {
  margin-bottom: 25px;
}

.paragraph-80 {
  max-width: none;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 12px;
  font-size: 19px;
  font-style: italic;
  text-transform: capitalize;
}

.heading-28 {
  color: hsla(0, 0%, 100%, 0.8);
}

.heading-28:hover {
  color: #fff;
}

.narrow-access-images-flex-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 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;
}

.rayco-narrow-access-images {
  margin-right: 45px;
}

.rayco-narrow-access-images-copy {
  margin-right: 45px;
}

.rayco-narrow-access-images-copy.minus-45-border-right {
  margin-right: 0px;
}

.div-block-23 {
  max-width: 65%;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-81 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 12px;
  background-color: rgba(0, 0, 0, 0.26);
  -webkit-transition: border-width 500ms ease, background-color 500ms ease;
  transition: border-width 500ms ease, background-color 500ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  text-align: justify;
  letter-spacing: 1px;
}

.paragraph-81:hover {
  border: 1px none #fff;
  background-color: #000;
}

.paragraph-81.trimming {
  margin-top: 32px;
  margin-bottom: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 20px;
  line-height: 34px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
}

.paragraph-81.trimming:hover {
  border-color: #fff;
  color: #fff;
}

.heading-29 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 30px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.heading-29.videos {
  padding-right: 30px;
  text-align: center;
}

.heading-29.trimming {
  text-align: center;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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;
}

.column-6 {
  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: 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;
}

.fruitless-section {
  margin-top: -20px;
  margin-bottom: 0px;
  background-color: #6d859d;
}

.tree-trimming-section-2 {
  margin-bottom: 0px;
  background-color: #6d859d;
}

.lightbox-link-4 {
  margin-top: 25px;
}

.fruitless-div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  -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;
}

.heading-30 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 40px;
  text-align: center;
}

.heading-30.removal {
  font-size: 38px;
  font-weight: 700;
}

.link-3 {
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
  text-decoration: none;
  text-transform: capitalize;
}

.link-3.hide {
  display: none;
}

.tree-stump-removal-header-div {
  color: #000;
}

.stump-removal-section {
  background-color: #6d859d;
}

.accordion-wrapper {
  display: block;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.accordion-item {
  margin-bottom: 7px;
  padding: 12px;
  background-color: transparent;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-bottom: 10px;
  -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;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  text-align: justify;
  cursor: pointer;
}

.accordion-item-trigger.black {
  margin-right: 11px;
  margin-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  color: #000;
  text-transform: capitalize;
}

.accordion-item-trigger.black.text {
  padding-right: 10px;
  padding-left: 10px;
  border: 2px solid #fff;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
}

.accordion-item-trigger.home-page {
  margin-top: -13px;
  margin-bottom: 0px;
  font-weight: 700;
  letter-spacing: 1px;
}

.heading-31 {
  color: #fff;
  cursor: pointer;
}

.accordion-item-content {
  overflow: hidden;
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: justify;
  text-transform: capitalize;
}

.accordion-item-content.black {
  margin-bottom: 10px;
  margin-left: 22px;
  padding: 10px;
  color: #fff;
  line-height: 24px;
  font-weight: 400;
  text-transform: capitalize;
}

.accordion-item-content.about-us {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.25);
}

.accordion-item-content.about-us:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.accordion-item-content.home-page {
  letter-spacing: 1px;
}

.link-4 {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.image-16 {
  width: 42px;
  margin-top: -21px;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.3);
  font-weight: 700;
}

.down-arrow {
  width: 64px;
  margin-top: -14px;
  margin-left: 62px;
  background-color: transparent;
  color: #000;
}

.down-arrow.mulch-pg {
  width: 68px;
  font-size: 12px;
}

.down-arrow.black {
  width: 20px;
  background-color: transparent;
  color: #000;
}

.down-arrow.black-background {
  margin-left: 50px;
  border-radius: 500px;
  background-color: #000;
}

.link-5 {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.accordion-item-content-2 {
  overflow: hidden;
}

.link-6 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.before-after-main-heading-h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #6d859d;
  text-align: center;
}

.paragraph-85 {
  color: #fff;
}

.heading-33 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
}

.paragraph-86 {
  color: #fff;
  font-size: 18px;
  text-align: justify;
}

.isa-span-tree-planting {
  font-size: 8px;
  line-height: 10px;
}

.text-span-aleppo-link {
  color: rgba(0, 0, 0, 0.49);
  font-size: 10px;
}

.link-7 {
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
  text-decoration: none;
}

.link-8 {
  color: #fff;
  text-decoration: none;
}

.text-span-5-reasons-to-remove-a-stump {
  color: rgba(0, 0, 0, 0.49);
  font-size: 10px;
}

.description-text-block {
  color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
}

.description-text-block:hover {
  color: rgba(0, 0, 0, 0.49);
}

.lightbox-link-5 {
  text-align: center;
  text-decoration: none;
}

.lightbox-link-6 {
  color: #fff;
  text-decoration: none;
}

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

.text-block-11 {
  color: #fff;
}

.heading-34 {
  color: #000;
}

.about-us-heading-tree-service-page {
  color: #000;
  text-align: center;
  text-shadow: 1px 1px 9px #000;
}

.paragraph-87 {
  padding: 12px;
  background-color: #000;
  color: #fff;
}

.about-us-paragraph {
  margin-bottom: 20px;
  padding: 12px;
  border-radius: 4px;
  background-color: #000;
  box-shadow: 4px 4px 13px 0 #000;
  opacity: 1;
  color: #fff;
}

.section-13 {
  overflow: hidden;
  border-radius: 0px;
}

.image-17 {
  margin-top: -8px;
}

.about-us-container {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/IMG_20200928_113155708_HDR.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/IMG_20200928_113155708_HDR.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.video-12 {
  margin-bottom: 25px;
}

.video-13 {
  margin-bottom: 26px;
}

.page-content-section-2 {
  background-color: hsla(0, 0%, 42%, 0.25);
}

.flex-container-tree-trimming-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  margin: 0px auto 27px;
  -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;
}

.tree-trimming-before-and-after-images-header-2 {
  margin-bottom: 0px;
  padding: 12px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 6vh;
}

.accordion-trigger-text {
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
}

.flex-wrapper-tree-varieties-tree-planting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  -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;
}

.flex-wrapper-tree-varieties-tree-planting.bottom {
  padding-bottom: 25px;
}

.image-div-tree-planting.offset {
  margin-left: 41px;
}

.image-18 {
  margin-right: 50px;
}

.section-tree-planting-tree-varieties {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/leaf-3369412_1920.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.image-19 {
  margin-right: 25px;
}

._15-gallon-image-tree-planting {
  margin-right: 40px;
}

._15-gallon-image-tree-planting.less-25-margin {
  margin-right: 0px;
}

._15-gallon-image-tree-planting.offset {
  margin-left: 41px;
}

.tree-varieties-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #d7d59c;
  color: rgba(1, 68, 33, 0.5);
  font-size: 37px;
  line-height: 69px;
  text-align: center;
  text-transform: capitalize;
}

.tree-varieties-heading:hover {
  color: #014421;
}

.text-block-12 {
  margin-left: -40px;
  color: #5f9317;
  text-align: center;
  text-decoration: none;
}

.text-block-12.last.bkg {
  margin-left: 0px;
}

.text-block-12.last.bold {
  font-weight: 700;
  text-shadow: 1px 1px 6px #fff;
}

.text-block-12.last.bold.offset {
  margin-left: -5px;
}

.text-block-12.bold {
  font-weight: 700;
  text-shadow: 1px 1px 6px #fff;
}

.text-block-12.bold.offset {
  margin-left: 0px;
}

.lightbox-link-7 {
  text-decoration: none;
}

.lightbox-link-8 {
  text-decoration: none;
}

.lightbox-link-9 {
  text-decoration: none;
}

.lightbox-link-10 {
  text-align: center;
  text-decoration: none;
}

.lightbox-link-11 {
  text-align: center;
  text-decoration: none;
}

.lightbox-link-12 {
  text-align: center;
  text-decoration: none;
}

.lightbox-link-13 {
  text-align: center;
  text-decoration: none;
}

.lightbox-link-14 {
  text-align: center;
  text-decoration: none;
}

.lightbox-link-15 {
  text-align: center;
  text-decoration: none;
}

.lightbox-link-16 {
  text-align: center;
  text-decoration: none;
}

.lightbox-link-17 {
  text-decoration: none;
}

.lightbox-link-18 {
  text-decoration: none;
}

.dropdown-link-3 {
  display: none;
}

.dropdown-link-4 {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #000;
  color: #fff;
}

.dropdown-link-5 {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #000;
  color: #fff;
}

.dropdown-link-6 {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #000;
  color: #fff;
}

.dropdown-link-7 {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #000;
  color: #fff;
}

.dropdown-link-8 {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #000;
  color: #fff;
}

.dropdown-link-9 {
  display: none;
}

.dropdown-link-10 {
  color: #fff;
}

.dropdown-link-10.w--current {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #000;
}

.dropdown-link-11 {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #000;
  color: #fff;
}

.dropdown-link-12 {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #000;
  color: #fff;
}

.dropdown-link-13 {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #000;
  color: #fff;
}

.tree-fail-videos-link {
  display: none;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #000;
  color: #fff;
}

.tree-text {
  color: #000;
  font-size: 24px;
  font-weight: 400;
}

.tree-title {
  font-size: 18px;
  line-height: 48px;
  font-weight: 700;
  text-transform: capitalize;
}

.video-15 {
  margin-top: 10px;
  margin-bottom: 13px;
}

.heading-35 {
  color: #000;
  text-align: center;
}

.heading-35.fails {
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
}

.heading-35.fails.light {
  color: #fff;
}

.youtube-section {
  display: block;
  height: auto;
  margin-top: -124px;
  padding-top: 225px;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/american-4402599_1921.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/american-4402599_1921.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.youtube-section.diff-background {
  margin-top: -124px;
  padding-top: 225px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/american-4402599_1921.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/american-4402599_1921.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  color: #333;
}

.image-20 {
  margin-top: 62px;
  margin-left: 36px;
}

.html-embed {
  overflow: visible;
  margin-top: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-36 {
  margin-top: 66px;
  color: #fff;
  font-size: 35px;
  line-height: 34px;
}

.heading-36.social-media {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 35px;
  line-height: 39px;
  font-weight: 700;
}

.container-2 {
  margin-top: 27px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-weight: 200;
  text-align: center;
}

.section-14 {
  height: 100vh;
}

.image-21 {
  margin-top: 60px;
}

.heading-37 {
  letter-spacing: 1px;
}

.image-22 {
  margin-top: 0px;
  margin-bottom: -3px;
}

.mulch-accordion {
  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;
}

.accordion-mulch-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;
}

.button-8 {
  position: relative;
  display: inline-block;
  margin: -8px 0px 20px 12px;
  padding: 10px;
  border-radius: 3px;
  background-color: #900;
  -webkit-transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
}

.button-8:hover {
  background-color: #900;
  color: #fff;
}

.button-8.ready-to-get-started-bottom {
  margin-top: 0px;
  margin-left: 0px;
}

.container-3 {
  background-color: transparent;
}

.image-24 {
  margin-top: 46px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.image-24:hover {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.image-24.social-media {
  margin-left: 30px;
}

.image-24.tree-trimming {
  margin-top: 6px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.image-24.tree-trimming:hover {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.image-24.avtco {
  display: block;
  margin-top: 14px;
}

.image-24.avtco:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.image-24.avtco.grubbing {
  margin-left: 19px;
}

.image-24.about {
  margin-top: 14px;
}

.image-24.about:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.image-24.trimming {
  margin-top: 51px;
}

.video-16 {
  margin-bottom: 13px;
}

.video-17 {
  margin-bottom: 13px;
}

.video-18 {
  margin-bottom: 13px;
}

.video-19 {
  margin-bottom: 13px;
}

.video-20 {
  margin-bottom: 13px;
}

.image-25 {
  margin-top: 8px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.image-25:hover {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.image-25.tree-removal {
  margin-top: 4px;
}

.image-25.tree-removal:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.image-26 {
  margin-top: 75px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.image-26:hover {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.image-26.stump-removal {
  margin-top: 29px;
}

.image-26.stump-removal:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-section {
  background-color: transparent;
  background-image: url('../images/autumn-279408_1920.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.blog-div-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: 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;
}

.blog-rte {
  display: block;
  -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-image: url('../images/trees-2665947_1920.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.text-block-14 {
  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;
}

.text-block-15 {
  margin-left: 13px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 16px;
}

.text-block-15:hover {
  color: hsla(0, 0%, 100%, 0.99);
}

.copyright {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #6b6b6b;
}

.div-block-video-slideshows {
  display: none;
  background-color: #6d859d;
}

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

.video-21 {
  width: 50%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.lightbox-link-19 {
  text-align: left;
}

.div-block-25 {
  position: relative;
}

.link-block {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-decoration: none;
}

.heading-39 {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 800;
  text-align: left;
  letter-spacing: 4px;
}

.div-block-26 {
  margin-bottom: -1px;
  border: 2px none #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.html-embed-2 {
  display: block;
  margin-top: 0px;
}

.faq-div-wrapper {
  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;
  background-color: hsla(0, 0%, 42%, 0.05);
}

.faq-heading-div {
  margin-top: 0px;
}

.faq-heading {
  color: #000;
  text-align: center;
}

.about-us-page-heading {
  margin-bottom: 10px;
  margin-left: 4px;
  color: #fff;
  font-size: 30px;
  line-height: 48px;
  font-weight: 700;
}

.about-us-content-paragraph {
  padding: 10px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.about-us-content-paragraph:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.about-us-page-reviews-div {
  margin-top: 75px;
}

.about-us-faq-div {
  display: none;
}

.section-16 {
  height: auto;
}

.accordion-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 11px 10px 10px;
  -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;
}

.heading-40 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.accordion-trigger-heading {
  margin: 0px 11px 10px 10px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #000;
  border-radius: 4px;
  color: #000;
  font-size: 19px;
  line-height: 29px;
  font-weight: 700;
}

.accordion-content {
  overflow: hidden;
  margin-left: 22px;
  padding: 10px;
}

.image-27 {
  width: 21px;
}

.image-99 {
  margin-top: 86px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.image-99:hover {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.image-99.tree-planting {
  margin-top: 51px;
}

.image-99.tree-planting:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.image-98 {
  margin-top: 75px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.image-98:hover {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.image-98.mulch {
  margin-top: 31px;
}

.image-98.mulch:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.image-97 {
  margin-top: 83px;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.image-97:hover {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.image-97.tree-fail {
  margin-top: 20px;
  -webkit-transition-property: all;
  transition-property: all;
}

.image-97.tree-fail:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.image-96 {
  margin-top: -5px;
  margin-left: 134px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.image-96:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.image-96.contact {
  margin-top: 0px;
  margin-left: 109px;
}

.link-9 {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.licensed-insured-heading-2-pg1 {
  font-size: 30px;
  line-height: 39px;
}

.tree-trimming-header-body-pg1 {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.link-block-2 {
  padding-bottom: 2px;
}

.social-media-heading-h1 {
  display: inline-block;
  margin-top: 149px;
  margin-bottom: 33px;
  padding-right: 12px;
  padding-left: 12px;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.13);
  box-shadow: 4px 4px 3px 0 #000;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 55px;
  line-height: 65px;
}

.social-page-paragraph {
  padding: 12px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.55);
  box-shadow: 4px 4px 3px 0 #000;
  color: #fff;
  font-weight: 700;
}

.link-10 {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.paragraph-90 {
  padding: 12px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 18px;
}

.link-11 {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.heading-41 {
  font-size: 35px;
}

.heading-41.planting {
  margin-left: 8px;
}

.top-nav-link-column {
  border-right: 1px solid hsla(0, 0%, 92.9%, 0.2);
  border-left: 1px solid hsla(0, 0%, 92.9%, 0.2);
}

.top-nav-link-column.left {
  border-left-width: 2px;
}

.top-nav-link-column.right {
  border-right-width: 2px;
  border-right-color: hsla(0, 0%, 92.9%, 0.2);
  border-left-color: hsla(0, 0%, 92.9%, 0.2);
}

.bold-text-6 {
  font-size: 35px;
}

.heading-42 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 72px;
  line-height: 64px;
}

.nav-link-2 {
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  font-family: Montserrat, sans-serif;
  color: #98a1a3;
  font-size: 12px;
  text-transform: uppercase;
}

.nav-link-2:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #4ac2c9;
}

.nav-link-2.w--current {
  color: #4ac2c9;
}

.nav-link-2.top-nav {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.nav-link-2.top-nav:hover {
  color: #4ac2c9;
}

.top-nav-section {
  position: relative;
  z-index: 21;
  height: 100vh;
  background-color: #0824f6;
}

.top-nav-links {
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-43 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.heading-44 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
}

.link-block-3 {
  color: #fff;
  text-decoration: none;
}

.schedule-heading-options {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #6d859d;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #6b6b6b;
  font-weight: 700;
  text-align: center;
}

.schedule-heading-options.tree-trmming {
  color: #6d859d;
}

.schedule-heading-options.tree-removal {
  color: #6b6b6b;
}

.schedule-heading-options.stump-removal {
  color: #6b6b6b;
}

.schedule-heading-options.about {
  color: #000;
}

.schedule-heading-options.tree-planting {
  color: #fff;
}

.schedule-heading-options.tree-fails {
  color: #fff;
}

.schedule-heading-options.apple-valley-tree-service {
  color: #fff;
}

.schedule-item-div-block {
  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;
  text-align: center;
}

.text-block-16 {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 16px;
}

.dropdown-link-14 {
  color: #fff;
  font-size: 13px;
}

.dropdown-list {
  background-color: #000;
}

.dropdown-link-15 {
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.dropdown-link-16 {
  color: #fff;
}

.contact-us-dropdown-link {
  color: #fff;
  font-size: 13px;
  text-align: left;
}

.text-block-17 {
  color: #fff;
}

.conact-page-hero-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 177px;
  margin-bottom: -101px;
  padding-top: 0px;
  -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;
}

.heading-45 {
  color: rgba(0, 0, 0, 0.5);
}

.contact-page-hero-heading {
  display: inline-block;
  margin-top: 184px;
  padding-right: 12px;
  padding-left: 12px;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.13);
  box-shadow: 5px 4px 3px 0 #000;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  text-transform: capitalize;
}

.schedule-estimate-interactions-div {
  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-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: #6b6b6b;
}

.demo-nav-menu-2 {
  background-color: #000;
}

.demo-nav-link {
  margin-right: 0px;
  border-bottom: 6px none #900;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
}

.demo-nav-link:hover {
  border-bottom-width: 0px;
  border-bottom-color: transparent;
  box-shadow: inset 0 -6px 0 0 #fc0a0a;
}

.demo-nav-link.phone {
  font-size: 21px;
}

.text-block-19 {
  color: #fff;
}

.demo-nav-inner {
  display: block;
  min-height: auto;
  min-width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar {
  margin-top: -48px;
  background-color: #000;
}

.container-4 {
  background-color: #000;
}

.dropdown-link-17 {
  color: #fff;
  font-size: 13px;
}

.demo-services-drop-down {
  background-color: #000;
  color: #fff;
  font-size: 13px;
}

.dropdown-link-18 {
  font-size: 13px;
}

.image-103 {
  margin-top: 8px;
  margin-left: 8px;
  padding-left: 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.image-103:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.section-17 {
  display: block;
  height: 100vh;
  -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;
}

.demo-hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  padding-top: 225px;
  -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;
  background-image: url('../images/CIMG0184.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.demo-hero-section-heading-h1 {
  margin-top: 52px;
  margin-right: 0px;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.13);
  box-shadow: 5px 4px 3px 0 #000;
  font-size: 38px;
  line-height: 60px;
}

.container-5 {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px none #fff;
}

.paragraph-91 {
  display: block;
}

.demo-description-paragraph {
  margin-top: 62px;
  padding: 12px;
  border: 1px solid #fff;
  color: #fff;
  line-height: 30px;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.div-block-27 {
  margin-top: 0px;
  background-color: rgba(0, 0, 0, 0.64);
}

.demo-category-heading-h3 {
  color: #fff;
}

.demo-category-paragraph {
  color: #fff;
  text-transform: capitalize;
}

.demo-category-button-div {
  text-align: center;
}

.demo-category-button {
  background-color: #900;
}

.button-9 {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #900;
}

.columns-4 {
  margin-top: -125px;
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/CIMG0664_1920x1440.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/CIMG0664_1920x1440.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.american-tree-co-list-item {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 70px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  list-style-type: disc;
}

.list-item {
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
}

.footer-columns-div-block {
  margin-top: 87px;
}

.footer-columns-div-block.ima-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;
}

.white {
  display: block;
  margin-bottom: 20px;
  margin-left: 70px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.white.copyright {
  font-size: 10px;
  text-transform: capitalize;
}

.div-block-28 {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link-block-4 {
  margin-bottom: 6px;
}

.social-media-icon {
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 70px;
}

.heading-46 {
  text-align: left;
}

.heading-47 {
  margin-top: 30px;
  margin-left: 0px;
  text-align: left;
}

.heading-48 {
  text-align: left;
}

.heading-49 {
  text-align: left;
}

.list-2 {
  margin-left: 0px;
  padding-left: 0px;
}

.image-104 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.footer-column-heading {
  margin-top: 0px;
  margin-left: 70px;
}

.list-3 {
  padding-left: 0px;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
  padding-top: 24px;
  padding-bottom: 24px;
  -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;
}

.column-7 {
  margin-top: 0px;
}

.copyright-div-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;
}

.text-block-20 {
  font-size: 16px;
  text-transform: capitalize;
}

.heading-50 {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000;
  font-weight: 400;
  text-align: center;
}

.video-22 {
  margin-top: -20px;
}

.content-div-wrapper {
  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;
}

.content-div {
  margin-top: 12px;
  margin-right: 21px;
  margin-left: 21px;
}

.heading-51 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.paragraph-92 {
  font-size: 13px;
}

.image-105 {
  margin-left: 0px;
}

.heading-52 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.paragraph-93 {
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 4px;
  background-color: hsla(0, 0%, 42%, 0.12);
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  text-align: justify;
  text-transform: capitalize;
}

.paragraph-93:hover {
  box-shadow: 1px 1px 3px 0 #000;
}

.content-image {
  margin-top: 11px;
}

.columns-5 {
  background-color: #6b6b6b;
}

.div-block-29 {
  border-bottom: 1px solid #fff;
  background-color: #1b1b1b;
  text-align: center;
}

.video-23 {
  margin-top: -21px;
}

.body-3 {
  background-color: #1b1b1b;
  text-align: center;
}

.video-24 {
  margin-top: -24px;
}

.html-embed-3 {
  display: block;
}

.heading-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-53 {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.privacy-disclosure-link {
  color: #fff;
}

.paragraph-94 {
  color: #fff;
  font-size: 12px;
  line-height: 19px;
}

.privacy-disclosure-div {
  padding-right: 12px;
  padding-left: 12px;
  border: 2px solid #fff;
}

.link-12 {
  color: #fff;
  text-decoration: none;
}

.text-block-21 {
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}

.text-block-22 {
  margin-top: 4px;
  margin-bottom: 6px;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}

.text-block-23 {
  margin-bottom: 24px;
  color: #fff;
  font-size: 35px;
  line-height: 39px;
  font-weight: 700;
}

.text-block-24 {
  color: #fff;
  font-size: 33px;
  line-height: 36px;
  font-weight: 700;
}

.reviews-link-in-line {
  color: #5f9317;
}

.link-13 {
  color: #5f9317;
}

.link-14 {
  color: #5f9317;
}

.heading-54 {
  font-size: 52px;
  line-height: 59px;
  text-align: center;
}

.phone-outer-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 11px;
  margin-left: 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;
  border-top: 0px none #fff;
  border-bottom: 0px none #fff;
}

.phone-no-link-block {
  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;
  text-decoration: none;
}

.line-div-block {
  width: 60%;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  color: #fff;
}

.line-div-block.bottom {
  margin-bottom: 30px;
}

.div-block-31 {
  height: 3px;
}

.link-15 {
  color: #5f9317;
  text-decoration: none;
  cursor: pointer;
}

.link-16 {
  color: #5f9317;
  text-decoration: none;
}

.blog-heading-span {
  font-weight: 700;
}

.text-block-25 {
  padding-left: 0px;
  text-align: center;
}

.heading-55 {
  color: #000;
}

.section-18 {
  min-height: 100vh;
  margin-top: 0px;
  padding-top: 225px;
  background-color: hsla(0, 0%, 42%, 0.1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/american-4402599_1921.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/american-4402599_1921.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.container-7 {
  min-height: 100vh;
  margin-top: 0px;
  padding-top: 135px;
}

.grubbing-heading {
  min-height: 25%;
  border-radius: 10px;
  background-color: transparent;
  color: hsla(0, 0%, 100%, 0.66);
  text-align: center;
  text-decoration: underline;
}

.grubbing-heading-div {
  height: 50%;
}

.text-block-26 {
  padding: 12px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 75%;
  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: 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;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.38);
  color: #000;
}

.heading-56 {
  background-color: transparent;
  text-align: center;
}

.list-item-2 {
  margin-bottom: 11px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 29px;
  font-weight: 600;
}

.list-item-3 {
  color: #fff;
}

.list-item-4 {
  color: #fff;
}

.list-item-5 {
  color: #fff;
}

.list-4 {
  color: #000;
}

.button-10 {
  margin-right: auto;
  margin-left: auto;
}

.button-11 {
  margin-right: auto;
  margin-bottom: 14px;
  margin-left: auto;
  border-radius: 10px;
  background-color: #900;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.div-block-33 {
  width: 80%;
}

.rich-text-block {
  color: #fff;
  text-transform: capitalize;
}

.rich-text-block p {
  padding: 12px;
  color: #fff;
}

.rich-text-block h2 {
  padding: 12px;
}

.rich-text-block h4 {
  padding: 12px;
}

.rich-text-block h3 {
  color: #fff;
}

.matt-breaks-wind-trigger {
  margin-bottom: 25px;
  background-color: rgba(0, 0, 0, 0.86);
}

.heading-57 {
  margin-top: 21px;
  padding: 5px 13px;
  background-color: #900;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
}

.div-block-34 {
  margin-left: 56px;
}

.button-12 {
  background-color: #900;
}

.matt-breaks-wind-call-to-action {
  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;
}

.image-106 {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-35 {
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
}

.div-block-36 {
  margin-top: 132px;
}

.image-107 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image-108 {
  margin-top: 0px;
}

.container-8 {
  font-family: Montserrat, sans-serif;
}

.american-tree-logo {
  width: 60%;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -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;
}

.link-17 {
  color: #5f9317;
}

.lightbox-link-div-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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-align: center;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -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;
}

.light-box-stump-div-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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;
}

.new-feature-image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.lightbox-link-22 {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.lightbox-div-wrapper {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.tree-images {
  margin-right: 75px;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section {
    margin-top: 0px;
    background-color: hsla(0, 0%, 42%, 0.25);
  }

  .section.center {
    height: 80vh;
    margin-top: -5px;
    padding-top: 15vh;
    -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;
  }

  .section.center.stump-removal {
    height: auto;
    margin-top: 0px;
    padding-top: 0vh;
  }

  .section.center.tree-planting {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section.center.free-mulch-delivery {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .section.wide.img {
    margin-top: 402px;
  }

  .section.wide.purple {
    min-height: auto;
    margin-top: 0px;
    padding-top: 5vh;
  }

  .section.center {
    height: auto;
    padding-top: 15vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section.american-tree-hero-section {
    margin-bottom: -625px;
  }

  .section.american-tree-hero-section.tree-trimming {
    height: auto;
    margin-top: -1px;
    margin-bottom: 0px;
  }

  .section.american-tree-hero-section.homep {
    height: auto;
    min-height: 120px;
  }

  .hero {
    margin-top: 0px;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    margin-top: 0px;
    background-color: #000;
  }

  .nav-inner {
    width: 100vw;
    margin-top: 34px;
    font-size: 14px;
  }

  .nav-inner.mulch {
    margin-top: -133px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .nav-inner.trimming-pg {
    margin-top: -267px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .nav-inner.home-pg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .nav-inner.tree-removal {
    margin-top: -11px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .nav-inner.stump-removal {
    margin-top: -240px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .nav-inner.stump-removal.tablet {
    margin-top: -305px;
  }

  .nav-inner.tree-planting {
    margin-top: -259px;
  }

  .nav-inner.about-us {
    margin-top: -119px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .nav-inner.tree-service {
    margin-top: 62px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .nav-inner.social-media-pages {
    position: fixed;
    margin-top: -141px;
    margin-right: auto;
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-inner.tree-fail-page.tablet {
    margin-top: -138px;
  }

  .nav-inner.contact-page {
    margin-top: -138px;
    margin-left: -26px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .feature-content {
    font-size: 12px;
  }

  .button {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 15px;
    padding: 10px;
    background-color: #fc0a0a;
    font-size: 14px;
  }

  .button.white-background {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .wrap {
    height: auto;
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .title {
    display: inline-block;
    margin-top: 0px;
    font-size: 20px;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .nav-link {
    padding-top: 20px;
    color: #fff;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-link.w--current {
    color: #fff;
    font-size: 16px;
  }

  .nav-link.phone.fixed {
    color: #fff;
  }

  .nav-link.white {
    color: #fff;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    position: relative;
    left: 0vw;
    top: auto;
    right: 0vw;
    bottom: 0px;
    display: block;
    width: 70%;
    height: auto;
    margin: 48px 0px 60px;
  }

  .hero-image.tree-trimming-image {
    position: relative;
    margin-top: 231px;
    margin-bottom: 0px;
  }

  .hero-image.tree-trimming-image.a {
    margin-top: 73px;
    margin-bottom: 406px;
  }

  .hero-image.american-tree-company-image {
    position: absolute;
    width: 50%;
    margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 132px;
  }

  .hero-image.american-tree-company-image.free-mulch-delivery {
    margin-bottom: 240px;
  }

  .hero-image.american-tree-company-image.tree-trimming {
    margin-bottom: 15px;
    margin-left: 384px;
  }

  .hero-image.american-tree-company-image.tree-trimming-image {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 669px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero-image.tree-fail {
    z-index: -2;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .hero-image.tree-fail.landscape {
    margin-bottom: -362px;
  }

  .hero-image.in-stump-removal {
    margin-top: 170px;
    margin-bottom: -118px;
  }

  .black-text {
    font-size: 14px;
  }

  .black-text.black {
    font-size: 20px;
  }

  .black-text.tablet {
    position: static;
    font-size: 18px;
  }

  .hero-content {
    margin-top: -44px;
    padding-right: 5vw;
    padding-left: 5vw;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-content.hp {
    position: static;
    margin-top: 0px;
    margin-bottom: 160px;
  }

  .hero-content.hp.tree-trimming {
    margin-top: -944px;
  }

  .hero-content.hp.american-tree-company {
    min-height: auto;
    margin-top: 113px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 15px;
  }

  .hero-content.hp.tree-removal-pg {
    margin-top: 154px;
  }

  .hero-content.free-mulch-delivery {
    margin-top: -489px;
  }

  .hero-content.tree-planting {
    margin-top: -680px;
  }

  .hero-content.stump-removal {
    margin-top: -374px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .hero-content.video-fails {
    margin-top: 2px;
    margin-bottom: 0px;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .black {
    font-size: 18px;
  }

  .hero-subhead {
    font-size: 26px;
    line-height: 29px;
    font-weight: 700;
  }

  .hero-subhead.american-tree-company {
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: 30px;
    line-height: 29px;
    text-align: left;
  }

  .hero-subhead.american-tree-company.about-page {
    font-size: 23px;
  }

  .hero-subhead.trimming-subhead {
    max-width: none;
    font-size: 34px;
    line-height: 29px;
  }

  .bottom-image-wrap {
    height: auto;
    background-image: none;
  }

  .feature-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .footer {
    margin-top: 0px;
  }

  .footer-link {
    font-size: 14px;
  }

  .footer-list {
    display: block;
    margin-top: 4px;
    margin-bottom: 11px;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

  .number {
    margin-top: 7px;
    font-size: 28px;
  }

  .number.move-up {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .menu-icon {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 40px;
  }

  .nav-logo-wrap {
    display: block;
    margin-top: 0px;
  }

  .menu-button {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
  }

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

  .menu-button.tree-trimming {
    margin-top: 1px;
  }

  .menu-button.tablet {
    margin-top: 2px;
  }

  .menu-button.planting {
    margin-top: 4px;
  }

  .menu-button.tree-service {
    margin-top: 0px;
  }

  .menu-button.social-media-pages {
    margin-top: 0px;
    margin-left: 0px;
  }

  .menu-button.tree-fail-page.tablet {
    margin-top: 43px;
  }

  .menu-button.mulch {
    margin-top: 30px;
  }

  .nav-menu-2 {
    min-width: 240px;
    margin-top: 14px;
    padding: 20px;
    background-color: #000;
  }

  .nav-menu-2.home-pg {
    width: 100%;
    min-width: auto;
    margin-top: 0px;
    background-color: #000;
    color: #fff;
  }

  .nav-menu-2.social-media-page {
    margin-top: 0px;
  }

  .nav-menu-2.tree-fails-page {
    background-color: #000;
  }

  .nav-menu-2.tree-removal {
    margin-top: 0px;
  }

  .brand {
    margin-top: 0px;
    padding-left: 18px;
  }

  .heading-3 {
    margin-top: 10px;
    margin-bottom: 33px;
    padding-bottom: 0px;
    font-size: 48px;
    line-height: 54px;
    font-weight: 700;
  }

  .heading-3.american-tree-company {
    margin-top: 10px;
    padding-left: 10px;
    font-size: 42px;
    text-align: left;
  }

  .heading-3.american-tree-company.crisp-background {
    margin-left: 6px;
  }

  .heading-3.tree-fall {
    margin-top: 4px;
    margin-bottom: 34px;
    font-size: 48px;
    line-height: 54px;
  }

  .heading-4 {
    margin-top: 0px;
    padding: 12px;
    font-size: 18px;
  }

  .paragraph-4 {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-5 {
    font-size: 14px;
  }

  .paragraph-6 {
    font-size: 14px;
  }

  .paragraph-7 {
    font-size: 14px;
  }

  .flex-container-tree-trimming {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }

  .tree-trimming-services-container {
    margin-right: auto;
    margin-left: auto;
  }

  .page-content-section {
    display: block;
    width: auto;
    max-width: none;
    margin-top: 625px;
    margin-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;
  }

  .heading-8 {
    font-size: 6vw;
    line-height: 10vh;
    font-weight: 700;
  }

  .paragraph-8 {
    font-weight: 400;
  }

  .land-clearing-flex-div-div {
    -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;
  }

  .land-clearing-title-text-span {
    color: #fff;
    font-weight: 400;
  }

  .paragraph-11.stump-removal {
    padding: 0px;
    font-size: 14px;
  }

  .tree-trimming-content-div {
    width: auto;
  }

  .american-tree-company-hero-content-div {
    width: auto;
    margin-top: -23px;
    margin-bottom: 2px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-12 {
    margin-bottom: -13px;
    margin-left: -61px;
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-12.trimming {
    margin-left: 0px;
    font-size: 14px;
    letter-spacing: 1px;
  }

  .paragraph-12.arborist-pdf {
    margin-top: 25px;
    margin-left: 0px;
    font-size: 16px;
  }

  .paragraph-12.american-tree-company.homep {
    margin-left: 0px;
    padding-right: 12px;
    padding-left: 12px;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
  }

  .paragraph-12.american-tree-company.homep:hover {
    border-style: none;
    background-color: #000;
  }

  .paragraph-12.mulch {
    margin-left: 0px;
    background-color: transparent;
    font-size: 18px;
  }

  .paragraph-12.mulch:hover {
    border-style: none;
  }

  .content36-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .section-3 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .content36-headline-wrap {
    max-width: none;
  }

  .content36-author-pic {
    height: 260px;
  }

  .wrapper-2.m50-100 {
    padding-top: 8px;
  }

  .heading-10 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 19px;
  }

  .paragraph-71 {
    font-size: 12px;
    line-height: 14px;
  }

  .heading-11 {
    font-size: 19px;
    line-height: 21px;
    text-align: center;
  }

  .paragraph-72 {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 2px;
  }

  .heading-12 {
    font-size: 19px;
  }

  .paragraph-73 {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 2px;
  }

  .parallax-section {
    height: auto;
    margin-top: 0px;
    padding-top: 70px;
  }

  .testimonial {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 26px;
  }

  .testimonial-slider {
    height: 180px;
  }

  .heading-13 {
    font-size: 19px;
  }

  .paragraph-74 {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 2px;
  }

  .button-5 {
    font-size: 14px;
    font-weight: 700;
  }

  .columns {
    height: 120vh;
  }

  .mch-our-coffee-wrapper {
    height: auto;
    margin-top: -7px;
  }

  .section-11 {
    margin-top: 0px;
  }

  .mch-home-header-text {
    font-size: 16px;
  }

  .mch-home-header-text.moat-watering {
    font-size: 16px;
  }

  .hero-content-2 {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .heading-14 {
    font-size: 8vw;
  }

  .hero-subhead-2 {
    font-size: 24px;
    line-height: 31px;
  }

  .hero-image-2 {
    position: relative;
    left: 0vw;
    top: auto;
    right: 0vw;
    bottom: 0px;
    display: block;
    width: 70%;
    height: auto;
    margin-right: auto;
    margin-bottom: 7vw;
    margin-left: auto;
  }

  .heading-15 {
    font-size: 14px;
  }

  .heading-16 {
    font-size: 14px;
  }

  .heading-17 {
    font-size: 26px;
  }

  .image-6 {
    margin-top: 235px;
    margin-bottom: 26px;
  }

  .video {
    margin-top: -50px;
  }

  .video-2 {
    width: 100%;
    margin-top: -13px;
    margin-bottom: 37px;
  }

  .video-3 {
    margin-top: 41px;
  }

  .video-4 {
    margin-top: -44px;
  }

  .video-6 {
    margin-top: -33px;
  }

  .video-7 {
    margin-top: -40px;
  }

  .hero-image-3 {
    position: relative;
    left: 0vw;
    top: auto;
    right: 0vw;
    bottom: 0px;
    display: block;
    width: 70%;
    height: auto;
    margin-right: auto;
    margin-bottom: 7vw;
    margin-left: auto;
  }

  .hero-content-3 {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .heading-18 {
    font-size: 6vw;
  }

  .hero-subhead-3 {
    font-size: 24px;
    line-height: 31px;
  }

  .tree-planting-text-span {
    font-size: 26px;
  }

  .tree-trimming-before-and-after-images-header {
    font-size: 4vh;
    line-height: 5vh;
  }

  .heading-23 {
    margin-left: 0px;
    font-size: 4vh;
  }

  .isa-link-block {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .heading-27 {
    font-size: 18px;
  }

  .paragraph-79 {
    margin-top: -1px;
  }

  .paragraph-80 {
    margin-top: -622px;
    margin-right: auto;
    margin-left: 1px;
    padding: 12px;
    font-size: 16px;
  }

  .heading-28 {
    font-size: 26px;
    text-align: center;
  }

  .div-block-23 {
    max-width: none;
  }

  .lightbox-link-3 {
    margin-left: 19px;
  }

  .paragraph-81 {
    margin-bottom: -13px;
    margin-left: -61px;
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-81.trimming {
    margin-bottom: -4px;
    margin-left: 0px;
    border-color: hsla(0, 0%, 100%, 0.99);
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 3px;
  }

  .div-block-24 {
    display: block;
    margin-top: 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .bold-text-4 {
    font-size: 14px;
  }

  .paragraph-82 {
    font-size: 14px;
  }

  .paragraph-83 {
    font-size: 14px;
  }

  .bold-text-5 {
    font-size: 14px;
  }

  .heading-29 {
    background-color: rgba(0, 0, 0, 0.75);
  }

  .fruitless-section {
    margin-top: -20px;
  }

  .slide {
    margin-top: 0px;
  }

  .fruitless-div-block {
    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: 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;
  }

  .heading-30 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: -8px;
    padding-bottom: 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;
    font-size: 28px;
    text-align: center;
  }

  .link-3 {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    text-transform: capitalize;
  }

  .video-columns {
    margin-top: 0px;
  }

  .accordion-item {
    padding: 12px;
  }

  .accordion-item-trigger {
    margin-bottom: 10px;
    padding-left: 0px;
    font-size: 25px;
    font-weight: 700;
  }

  .accordion-item-trigger.black {
    margin-right: 10px;
    margin-left: 0px;
    padding-left: 10px;
  }

  .accordion-item-trigger.home-page {
    font-size: 23px;
  }

  .accordion-item-content {
    font-size: 16px;
  }

  .accordion-item-content.black {
    padding-right: 10px;
    padding-left: 10px;
  }

  .button-div {
    padding: 0px;
  }

  .down-arrow {
    width: 55px;
  }

  .down-arrow.black {
    margin-top: -42px;
  }

  .down-arrow.black.margin {
    margin-top: -37px;
    margin-left: 0px;
  }

  .down-arrow.black.custom {
    margin-top: -15px;
  }

  .heading-33 {
    margin-bottom: 0px;
    font-size: 25px;
  }

  .section-13 {
    border-radius: 2px;
  }

  .about-us-container {
    margin-top: 620px;
  }

  .video-11 {
    margin-bottom: 12px;
  }

  .paragraph-88 {
    font-size: 12px;
    line-height: 30px;
  }

  .page-content-section-2 {
    display: block;
    width: auto;
    max-width: none;
    margin-top: 624px;
    margin-left: 0px;
    padding-top: 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;
  }

  .paragraph-89 {
    font-size: 12px;
  }

  .flex-container-tree-trimming-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 0px;
    margin-bottom: 27px;
  }

  .tree-trimming-before-and-after-images-header-2 {
    margin-top: 20px;
    font-size: 4vh;
    line-height: 5vh;
  }

  .columns-3 {
    margin-bottom: 0px;
  }

  .accordion-trigger-text {
    font-size: 28px;
    font-weight: 700;
  }

  .tree-varieties-heading {
    font-size: 36px;
  }

  .text-block-12 {
    margin-left: -40px;
    color: #5f9317;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
  }

  .text-block-12.last {
    margin-left: 0px;
  }

  .text-block-12.last.bkg {
    background-color: transparent;
    color: rgba(171, 175, 24, 0.89);
    font-weight: 400;
  }

  .lightbox-link-7 {
    text-decoration: none;
  }

  .lightbox-link-8 {
    text-decoration: none;
  }

  .lightbox-link-9 {
    text-decoration: none;
  }

  .lightbox-link-10 {
    text-decoration: none;
  }

  .lightbox-link-11 {
    text-align: center;
    text-decoration: none;
  }

  .lightbox-link-12 {
    text-align: center;
    text-decoration: none;
  }

  .lightbox-link-13 {
    text-align: center;
    text-decoration: none;
  }

  .lightbox-link-14 {
    text-align: center;
    text-decoration: none;
  }

  .lightbox-link-15 {
    text-align: center;
    text-decoration: none;
  }

  .lightbox-link-16 {
    text-decoration: none;
  }

  .lightbox-link-17 {
    text-decoration: none;
  }

  .lightbox-link-18 {
    text-decoration: none;
  }

  .tree-text {
    font-size: 16px;
  }

  .tree-title {
    font-size: 22px;
  }

  .youtube-section {
    margin-top: -199px;
  }

  .image-20 {
    margin-top: 30px;
  }

  .heading-36 {
    margin-top: 85px;
    color: #fff;
    font-size: 30px;
    text-align: center;
  }

  .heading-36.social-media {
    margin-left: 20px;
    font-size: 24px;
    text-align: center;
  }

  .container-2 {
    margin-top: 195px;
    padding-right: 40px;
    padding-left: 40px;
    text-align: center;
  }

  .mulch-span {
    font-size: 25px;
  }

  .image-23 {
    width: auto;
  }

  .button-8 {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 0px;
    padding: 10px;
    background-color: #fc0a0a;
    font-size: 14px;
  }

  .image-24 {
    margin-top: 0px;
  }

  .image-24.avtco {
    margin-top: 0px;
  }

  .image-24.avtco:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  .image-24.about {
    margin-top: 0px;
  }

  .image-25 {
    margin-top: 4px;
  }

  .image-25.tree-removal {
    margin-top: 0px;
  }

  .image-25.tree-removal:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  .image-26 {
    margin-top: 0px;
  }

  .heading-39 {
    font-size: 17px;
  }

  .faq-div-wrapper {
    border-radius: 4px;
    background-color: hsla(0, 0%, 42%, 0.16);
  }

  .faq-heading-div {
    margin-top: 0px;
    border-radius: 0px;
  }

  .about-us-page-heading {
    font-size: 26px;
  }

  .image-96 {
    margin-top: 0px;
    margin-left: 125px;
  }

  .licensed-insured-heading-2-pg1 {
    font-size: 24px;
    line-height: 29px;
  }

  .social-media-heading-h1 {
    font-size: 42px;
  }

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

  .bold-text-6 {
    font-size: 27px;
  }

  .contact-page-hero-heading {
    margin-top: 102px;
    font-size: 36px;
    line-height: 40px;
  }

  .text-block-18 {
    font-size: 16px;
  }

  .navbar {
    display: block;
    width: auto;
    -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;
  }

  .container-4 {
    margin-top: -146px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .demo-hero-section {
    margin-top: 138px;
  }

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

  .american-tree-co-list-item {
    font-size: 10px;
  }

  .white {
    font-size: 10px;
  }

  .footer-column-heading {
    font-size: 16px;
  }

  .nav-menu-3 {
    background-color: #000;
  }

  .icon-2 {
    color: #fff;
  }

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

  .heading-52 {
    font-size: 13px;
  }

  .paragraph-93 {
    font-size: 12px;
  }

  .paragraph-94 {
    line-height: 19px;
  }

  .privacy-disclosure-div {
    margin-right: 12px;
    margin-left: 12px;
  }

  .text-block-21 {
    font-size: 30px;
  }

  .text-block-24 {
    font-size: 26px;
    line-height: 29px;
  }

  .heading-54 {
    margin-top: -23px;
    text-decoration: none;
  }

  .phone-no-link-block {
    text-decoration: none;
  }

  .line-div-block {
    margin-bottom: 44px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .section.center {
    margin-left: 0px;
  }

  .section.center.stump-removal {
    height: auto;
    margin-top: -1px;
    padding-top: 0vh;
  }

  .section.wide.purple {
    margin-top: 0px;
  }

  .section.american-tree-hero-section.tree-trimming {
    height: auto;
    margin-bottom: 0px;
  }

  .section.american-tree-hero-section.homep {
    padding-top: 36px;
  }

  .section.american-tree-hero-section.tree-stump-removal {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .section.green {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .hero {
    margin-top: 0px;
  }

  .nav-inner {
    margin-top: -63px;
  }

  .nav-inner.trimming-pg {
    margin-top: -263px;
  }

  .nav-inner.home-pg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .nav-inner.stump-removal {
    margin-top: -252px;
  }

  .nav-inner.tree-planting {
    margin-top: -260px;
  }

  .nav-inner.about-us {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-inner.tree-service {
    margin-top: 62px;
  }

  .nav-inner.social-media-pages {
    width: 100vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-inner.contact-page {
    margin-top: -143px;
    margin-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .feature-content.icons {
    width: auto;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .feature-content.icons.numbers {
    width: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .button {
    margin-top: 4px;
    margin-bottom: 20px;
    margin-left: 16px;
    font-size: 14px;
  }

  .button.form-button {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 3px;
  }

  .button.white-background {
    margin-top: 12px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
  }

  .button.white-background.border {
    margin-bottom: 20px;
  }

  .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    margin-top: -1px;
    padding-top: 20px;
    padding-right: 15vw;
    padding-left: 15vw;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title {
    margin-top: 29px;
    font-size: 20px;
    line-height: 40px;
  }

  .nav-link.phone.fixed {
    color: #fff;
  }

  .hero-image {
    display: block;
    margin-top: 0px;
    margin-bottom: 0vw;
    margin-left: 0px;
  }

  .hero-image.tree-trimming-image {
    display: none;
  }

  .hero-image.tree-trimming-image.a {
    display: block;
    margin-top: 54px;
    margin-bottom: 419px;
  }

  .hero-image.american-tree-company-image {
    display: block;
    margin: 4px 15px 251px auto;
  }

  .hero-image.american-tree-company-image.tree-removal {
    display: none;
  }

  .hero-image.tree-fail {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .hero-image.tree-fail.landscape {
    margin-bottom: -233px;
    margin-left: 179px;
  }

  .hero-image.in-stump-removal {
    display: block;
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .black-text {
    font-size: 18px;
  }

  .black-text.black {
    font-size: 18px;
  }

  .black-text.tablet {
    font-size: 18px;
  }

  .hero-content {
    margin-top: -261px;
    margin-bottom: 5vh;
    background-color: rgba(0, 0, 0, 0.2);
  }

  .hero-content.hp {
    height: auto;
    margin-top: 87px;
    margin-bottom: 0px;
  }

  .hero-content.hp.tree-trimming {
    margin-top: -756px;
  }

  .hero-content.hp.american-tree-company {
    margin-top: 62px;
    margin-bottom: 5vh;
    padding-left: 0vw;
  }

  .hero-content.free-mulch-delivery {
    margin-top: -235px;
  }

  .hero-content.tree-planting {
    margin-top: -398px;
  }

  .hero-content.stump-removal {
    margin-top: -371px;
    padding-right: 3px;
    padding-left: 3px;
  }

  .hero-content.video-fails {
    margin-top: 20px;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .feature-wrap.reverse {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .feature-wrap.reverse.land-clearing {
    width: 100%;
  }

  .feature-wrap.icons {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feature-wrap.icons.numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .black {
    font-size: 18px;
  }

  .hero-subhead {
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 20px;
    text-decoration: none;
  }

  .hero-subhead.american-tree-company {
    max-width: none;
    font-size: 25px;
    text-decoration: none;
  }

  .hero-subhead.american-tree-company.about-page {
    font-size: 28px;
  }

  .hero-subhead.trimming-subhead {
    font-size: 21px;
    font-weight: 700;
    text-decoration: none;
  }

  .footer-link {
    display: inline-block;
    margin-bottom: 10px;
  }

  .form-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .input {
    padding-right: 22px;
    padding-left: 22px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
    text-align: center;
  }

  .quote-attribution {
    -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;
  }

  .number {
    font-size: 28px;
  }

  .menu-icon {
    width: auto;
    font-size: 30px;
  }

  .menu-button {
    margin-top: 0px;
    margin-right: 94px;
  }

  .menu-button.tree-trimming {
    margin-top: 0px;
  }

  .menu-button.planting {
    margin-top: 8px;
  }

  .menu-button.tree-service {
    margin-top: 0px;
  }

  .menu-button.social-media-pages {
    margin-top: 0px;
    margin-right: 96px;
    margin-left: -143px;
  }

  .menu-button.tree-fail-page {
    margin-top: -12px;
  }

  .menu-button.mulch {
    margin-top: -19px;
  }

  .nav-menu-2 {
    margin-top: 34px;
  }

  .nav-menu-2.tree-fails-page {
    margin-top: -25px;
  }

  .nav-menu-2.tree-removal {
    margin-top: 0px;
  }

  .heading-3 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    font-size: 36px;
    line-height: 46px;
  }

  .heading-3.american-tree-company {
    font-size: 6vw;
  }

  .heading-3.american-tree-company.crisp-background {
    font-size: 35px;
  }

  .heading-3.stump-removal {
    padding-left: 10px;
  }

  .heading-3.tree-fall {
    margin-top: -1px;
    margin-bottom: 15px;
    font-size: 29px;
    line-height: 34px;
  }

  .form-block {
    width: 100%;
  }

  .heading-4 {
    font-size: 14px;
  }

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

  .paragraph-5 {
    font-size: 14px;
  }

  .paragraph-6 {
    font-size: 14px;
  }

  .paragraph-7 {
    font-size: 14px;
  }

  .service-button {
    font-size: 12px;
  }

  .hero-section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .flex-container-tree-trimming {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tree-trimming-services-container {
    display: block;
    -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;
  }

  .page-content-section {
    margin-top: 0px;
  }

  .stump-removal-content-div {
    margin-left: 0px;
  }

  .paragraph-11.stump-removal {
    font-size: 12px;
    line-height: 29px;
  }

  .american-tree-company-hero-content-div {
    margin-top: 0px;
    padding-bottom: 0px;
    font-size: 12px;
  }

  .american-tree-company-hero-content-div.videos-page {
    padding-top: 0px;
  }

  .paragraph-12 {
    margin-left: -24px;
    padding: 0px;
  }

  .paragraph-12.trimming {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0px;
  }

  .paragraph-12.arborist-pdf {
    margin-top: 10px;
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }

  .paragraph-12.american-tree-company.homep {
    margin-left: 0px;
    font-size: 12px;
    line-height: 24px;
    text-align: left;
  }

  .paragraph-12.mulch {
    font-size: 14px;
  }

  .content36-grid {
    max-width: none;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .section-3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .team-image {
    margin-top: 30px;
  }

  .parallax-section {
    display: block;
    height: auto;
    margin-top: 0px;
  }

  .mulch-image {
    margin-bottom: 6px;
  }

  .mch-text-div-block {
    font-size: 28px;
  }

  .mch-our-coffee-wrapper {
    margin-top: -7px;
  }

  .mch-home-header-text {
    margin-top: 33px;
    font-size: 16px;
    line-height: 18px;
  }

  .mch-home-header-text.moat-watering {
    margin-top: 33px;
  }

  .hero-content-2 {
    margin-bottom: 5vh;
  }

  .hero-image-2 {
    margin-bottom: 10vw;
  }

  .heading-15 {
    font-size: 14px;
  }

  .heading-16 {
    font-size: 12px;
  }

  .heading-17 {
    font-size: 22px;
  }

  .image-6 {
    margin-top: 232px;
  }

  .video {
    margin-top: -32px;
  }

  .video-2 {
    width: 100%;
    margin-top: -13px;
  }

  .video-3 {
    margin-top: 41px;
  }

  .video-6 {
    margin-top: -43px;
  }

  .video-7 {
    margin-top: -42px;
  }

  .hero-image-3 {
    margin-bottom: 10vw;
  }

  .hero-content-3 {
    margin-bottom: 5vh;
  }

  .tree-planting-text-span {
    text-decoration: none;
  }

  .tree-trimming-before-after-image-flex-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-7 {
    margin-bottom: 24px;
  }

  .image-8 {
    margin-left: 0px;
  }

  .tree-trimming-before-and-after-images-header {
    color: #fff;
  }

  .tree-trimming-heading-3 {
    display: none;
  }

  .lightbox-link-2 {
    display: inline-block;
  }

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

  .image-10 {
    margin-left: 99px;
  }

  .isa-div {
    padding-top: 16px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-23 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 3vh;
    line-height: 8vh;
  }

  .isa-link-block {
    margin-top: 12px;
    padding-top: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .american-tree-co-hp-paragraph-title-span {
    font-size: 15px;
    text-align: left;
  }

  .tree-trimming-wrap-up-text-wrapper {
    margin-top: 0px;
  }

  .paragraph-78 {
    margin-right: 10px;
    margin-bottom: 25px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph-80 {
    margin-top: -4px;
    font-size: 14px;
    line-height: 20px;
  }

  .narrow-access-images-flex-div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-14 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .paragraph-81 {
    margin-left: -24px;
    padding: 0px;
  }

  .paragraph-81.trimming {
    padding: 10px;
    border-color: #fff;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0px;
  }

  .bold-text-4 {
    font-size: 14px;
  }

  .paragraph-82 {
    font-size: 14px;
  }

  .paragraph-83 {
    font-size: 12px;
  }

  .bold-text-5 {
    font-size: 12px;
  }

  .heading-29 {
    margin-top: 45px;
  }

  .column-5 {
    margin-bottom: 0px;
    padding-bottom: 10px;
  }

  .column-6 {
    margin-top: -37px;
  }

  .tree-trimming-section-2 {
    margin-top: 0px;
  }

  .fruitless-div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .heading-30 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 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-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 30px;
    font-weight: 700;
  }

  .heading-30.b {
    margin-left: -571px;
  }

  .link-3 {
    margin-bottom: 25px;
  }

  .link-3.pine-tree.b {
    margin-left: -570px;
  }

  .stump-removal-section {
    margin-top: 0px;
  }

  .accordion-item-trigger {
    width: auto;
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 29px;
  }

  .accordion-item-trigger.black.text {
    font-size: 23px;
  }

  .accordion-item-trigger.home-page {
    font-size: 20px;
  }

  .accordion-item-content {
    font-size: 16px;
    line-height: 24px;
  }

  .image-15 {
    width: 30px;
  }

  .down-arrow {
    width: 50px;
  }

  .down-arrow.c {
    margin-top: -7px;
  }

  .heading-33 {
    font-size: 22px;
  }

  .paragraph-86.planting {
    font-size: 16px;
  }

  .about-us-paragraph {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
  }

  .page-content-section-2 {
    margin-top: -111px;
  }

  .flex-container-tree-trimming-2 {
    margin-top: 7px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tree-trimming-before-and-after-images-header-2 {
    color: #fff;
    font-size: 34px;
  }

  .video-14 {
    margin-bottom: 12px;
  }

  .accordion-trigger-text {
    color: #fff;
    font-size: 18px;
    line-height: 29px;
    text-align: left;
  }

  .flex-wrapper-tree-varieties-tree-planting {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #18660f;
  }

  .image-div-tree-planting.top {
    padding-top: 21px;
  }

  .image-div-tree-planting.offset {
    margin-left: 0px;
  }

  .section-tree-planting-tree-varieties {
    margin-top: -35px;
    background-image: none;
  }

  ._15-gallon-image-tree-planting {
    margin-right: 9px;
    margin-bottom: -1px;
    margin-left: 0px;
  }

  ._15-gallon-image-tree-planting.less-25-margin {
    margin-left: -5px;
  }

  ._15-gallon-image-tree-planting.offset {
    margin-left: -5px;
  }

  ._15-gallon-image-tree-planting.double-offset {
    margin-right: 0px;
    margin-left: 10px;
  }

  .tree-varieties-heading {
    font-size: 18px;
  }

  .text-block-12 {
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #5f9317;
    text-align: center;
  }

  .text-block-12.last.bkg {
    color: #5f9317;
  }

  .text-block-12.last.bold {
    text-shadow: none;
  }

  .text-block-12.last.bold.offset {
    text-shadow: none;
  }

  .text-block-12.bold {
    text-shadow: none;
  }

  .text-block-13 {
    color: #fff;
  }

  .tree-text {
    font-size: 16px;
  }

  .tree-title {
    font-size: 18px;
  }

  .video-15 {
    margin-top: 0px;
  }

  .heading-35 {
    font-size: 26px;
  }

  .heading-36 {
    font-size: 19px;
    text-align: center;
  }

  .heading-36.social-media {
    margin-left: 18px;
    font-size: 19px;
    text-align: center;
  }

  .button-8 {
    margin-top: 4px;
    margin-bottom: 17px;
    margin-left: 2px;
    font-size: 14px;
  }

  .button-8.ready-to-get-started-bottom {
    font-size: 16px;
  }

  .image-24.tree-trimming {
    margin-top: 0px;
  }

  .image-24.avtco {
    margin-top: 0px;
    margin-left: -17px;
  }

  .heading-38 {
    font-size: 26px;
  }

  .my-custom-heading {
    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: 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-block-15 {
    font-size: 14px;
  }

  .video-21 {
    width: 50%;
  }

  .heading-39 {
    font-size: 13px;
    letter-spacing: 1px;
  }

  .about-us-page-heading {
    font-size: 23px;
  }

  .about-us-content-paragraph {
    font-size: 16px;
  }

  .image-98 {
    margin-top: 27px;
  }

  .image-98.mulch {
    margin-top: -7px;
  }

  .image-96 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .image-96:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  .licensed-insured-heading-2-pg1 {
    font-size: 20px;
  }

  .social-media-heading-h1 {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    font-size: 29px;
    line-height: 65px;
    text-align: center;
  }

  .social-page-paragraph {
    font-size: 14px;
  }

  .paragraph-90 {
    font-size: 14px;
  }

  .heading-41 {
    font-size: 24px;
  }

  .bold-text-6 {
    font-size: 20px;
  }

  .container-4 {
    margin-top: -146px;
  }

  .demo-hero-section {
    margin-top: 79px;
  }

  .demo-hero-section-heading-h1 {
    margin-top: 0px;
    font-size: 31px;
  }

  .demo-description-paragraph {
    font-size: 14px;
  }

  .demo-category-button {
    margin-bottom: 19px;
  }

  .button-9 {
    margin-top: 9px;
    margin-bottom: 19px;
  }

  .american-tree-co-list-item {
    margin-left: 0px;
    font-size: 8px;
  }

  .white {
    margin-left: 0px;
    font-size: 8px;
    list-style-type: none;
  }

  .social-media-icon {
    margin-left: 0px;
  }

  .footer-column-heading {
    margin-left: 0px;
    font-size: 10px;
  }

  .body-2 {
    display: block;
  }

  .icon-2 {
    color: #fff;
  }

  .heading-50 {
    font-size: 22px;
  }

  .heading-52 {
    font-size: 16px;
  }

  .paragraph-94 {
    line-height: 19px;
  }

  .text-block-21 {
    font-size: 25px;
  }

  .text-block-23 {
    margin-bottom: -9px;
    font-size: 21px;
    line-height: 29px;
  }

  .text-block-24 {
    margin-left: 12px;
    font-size: 20px;
  }

  .heading-54 {
    margin-top: -34px;
  }

  .line-div-block {
    margin-top: -10px;
    margin-bottom: 46px;
  }

  .line-div-block.bottom {
    margin-top: -13px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .section.center {
    height: 80vh;
    margin-top: -94px;
    margin-bottom: -30px;
    padding-bottom: 10vh;
  }

  .section.center.stump-removal {
    height: auto;
    margin-top: 0px;
    margin-bottom: -30px;
    padding-top: 100px;
    padding-bottom: 0vh;
  }

  .section.center.tree-planting {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/american-4402599_1921.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/american-4402599_1921.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
  }

  .section.center.arborist-hero {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 100px;
    padding-bottom: 0vh;
  }

  .section.wide.img {
    margin-top: 7px;
    padding-top: 2vh;
  }

  .section.wide.purple {
    margin-top: 0px;
    margin-bottom: 17px;
  }

  .section.center {
    padding-bottom: 10vh;
  }

  .section.american-tree-hero-section {
    height: auto;
    margin-bottom: 0px;
    padding-top: 15vh;
    padding-bottom: 15vh;
  }

  .section.american-tree-hero-section.tree-trimming {
    height: auto;
    margin-top: 0px;
    padding-top: 100px;
  }

  .section.american-tree-hero-section.homep {
    height: auto;
    min-height: auto;
    margin-top: 0px;
    padding-top: 100px;
    padding-bottom: 7vh;
  }

  .section.american-tree-hero-section.tree-stump-removal {
    height: auto;
    margin-top: 0px;
    padding-top: 100px;
  }

  .section.green {
    margin-bottom: -40px;
  }

  .hero {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .nav {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
  }

  .nav-inner {
    display: block;
    width: 100vw;
    margin-top: 62px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-inner.mulch {
    margin-top: 65px;
    margin-left: -17px;
  }

  .nav-inner.trimming-pg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 53px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-inner.tree-removal {
    margin-top: -77px;
    margin-left: -3px;
  }

  .nav-inner.stump-removal {
    margin-top: -437px;
  }

  .nav-inner.stump-removal.tablet {
    margin-top: 193px;
    margin-left: -20px;
  }

  .nav-inner.tree-planting {
    display: block;
    margin-top: 0px;
    margin-left: -10px;
  }

  .nav-inner.about-us {
    display: block;
    width: 100vw;
    margin-top: -189px;
    margin-left: -15px;
  }

  .nav-inner.tree-service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 62px;
    margin-left: -2px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .nav-inner.tree-service.removal {
    margin-top: 64px;
  }

  .nav-inner.social-media-pages {
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-inner.tree-fail-page {
    margin-top: -50px;
  }

  .nav-inner.tree-fail-page.tablet {
    margin-top: 0px;
    margin-left: -9px;
  }

  .nav-inner.contact-page {
    margin-top: -282px;
  }

  .feature-content {
    width: auto;
  }

  .feature-content.icons.numbers {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .button {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding: 10px 20px;
    font-size: 14px;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }

  .button.stump-removal {
    margin-bottom: 0px;
  }

  .button.ready-to-get-started-bottom {
    font-size: 14px;
  }

  .button.white-background.border {
    margin-bottom: 30px;
  }

  .button.mulch {
    font-size: 14px;
  }

  .wrap {
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 20px 5vw 5px;
  }

  .title {
    margin-top: 79px;
    color: #4e4e4e;
    font-size: 16px;
  }

  .image-2 {
    width: 100%;
  }

  .button-wrap {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-menu-wrap {
    margin-top: 23px;
  }

  .nav-link {
    color: #fff;
  }

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

  .nav-link.phone.fixed {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-size: 16px;
  }

  .nav-link.white {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
  }

  .hero-image {
    width: 80%;
    margin-top: 0px;
    margin-left: 95px;
  }

  .hero-image.tree-trimming-image {
    display: none;
  }

  .hero-image.tree-trimming-image.a {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .hero-image.american-tree-company-image {
    position: relative;
    width: 80%;
    margin-top: 0px;
    margin-bottom: 0vw;
    padding-bottom: 0vw;
  }

  .hero-image.american-tree-company-image.tree-trimming {
    margin-bottom: 0px;
  }

  .hero-image.american-tree-company-image.tree-removal {
    display: block;
    margin-top: 73px;
    margin-bottom: -626px;
    line-height: 19px;
  }

  .hero-image.tree-fail.landscape {
    margin-bottom: -130px;
    margin-left: 56px;
  }

  .black-text {
    font-size: 14px;
  }

  .black-text.tablet {
    font-size: 14px;
  }

  .black-text.numbers {
    font-size: 13px;
  }

  .hero-content {
    margin-top: -48px;
    -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: rgba(0, 0, 0, 0.3);
    text-align: center;
  }

  .hero-content.hp {
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .hero-content.hp.tree-trimming {
    height: auto;
    margin-top: 20px;
    padding-top: 0px;
  }

  .hero-content.hp.american-tree-company {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-content.hp.american-tree-company.about-us-page {
    margin-top: 121px;
  }

  .hero-content.hp.tree-removal-pg {
    margin-top: 50px;
  }

  .hero-content.free-mulch-delivery {
    margin-top: -138px;
  }

  .hero-content.tree-planting {
    margin-top: 50px;
  }

  .hero-content.stump-removal {
    margin-top: 20px;
    margin-bottom: 0vh;
  }

  .hero-content.video-fails {
    margin-top: 50px;
  }

  .feature-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-wrap.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .black {
    font-size: 14px;
  }

  .hero-subhead {
    margin-top: 12px;
    margin-right: -12px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    text-decoration: none;
  }

  .hero-subhead.american-tree-company {
    position: static;
    margin-top: 10px;
    margin-bottom: 6px;
    padding-left: 0px;
    font-size: 18px;
    text-align: left;
  }

  .hero-subhead.trimming-subhead {
    margin-bottom: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-decoration: none;
  }

  .hero-subhead.stump-removal-subheader-size {
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
  }

  .hero-subhead.tree-service-page {
    background-color: rgba(0, 0, 0, 0.13);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 14px;
    letter-spacing: 1px;
  }

  .hero-subhead.tree-service-page:hover {
    background-color: transparent;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .footer {
    margin-top: -19px;
  }

  .footer-link {
    margin-right: -1px;
    margin-bottom: 20px;
    font-size: 12px;
  }

  .footer-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-2 {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quote-slider {
    width: 100vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow {
    width: 15vw;
  }

  .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 24px;
  }

  .number.move-up {
    font-size: 24px;
  }

  .menu-icon {
    width: 32px;
    margin-top: -25px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    border-radius: 4px;
    background-color: transparent;
    color: #fff;
  }

  .menu-icon.planting {
    margin-top: -19px;
    background-color: transparent;
  }

  .menu-icon.contact {
    margin-top: -22px;
  }

  .menu-icon.trimming {
    margin-top: 15px;
  }

  .nav-logo-wrap {
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .menu-button {
    margin-top: 0px;
    margin-right: 87px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .menu-button.tree-trimming {
    margin-top: 0px;
    margin-right: 60px;
    margin-left: -10px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .menu-button.tablet {
    margin-top: -24px;
  }

  .menu-button.planting {
    margin-top: 0px;
  }

  .menu-button.tree-service {
    margin-top: 0px;
    margin-left: 0px;
  }

  .menu-button.social-media-pages {
    margin-top: 0px;
    margin-right: 104px;
    margin-left: 0px;
  }

  .menu-button.tree-fail-page {
    margin-top: 0px;
  }

  .menu-button.tree-fail-page.tablet {
    margin-top: 176px;
  }

  .menu-button.mulch {
    margin-top: 39px;
  }

  .nav-menu-2 {
    width: 75%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    background-color: #000;
  }

  .nav-menu-2.home-pg {
    margin-top: 0px;
    margin-left: -204px;
    background-color: #000;
    color: #000;
  }

  .nav-menu-2.social-media-page {
    background-color: #000;
  }

  .nav-menu-2.tree-fails-page {
    margin-top: 195px;
  }

  .nav-menu-2.tree-removal {
    margin-top: 0px;
    margin-left: -10px;
    padding-left: 0px;
  }

  .brand {
    margin-top: 0px;
    margin-right: 20px;
    margin-left: 0px;
  }

  .brand.w--current {
    margin-top: 13px;
    margin-left: 0px;
  }

  .heading-3 {
    margin-top: 10px;
    margin-bottom: 11px;
    padding-right: 5vw;
    padding-left: 0vw;
    font-size: 26px;
    line-height: 29px;
    text-align: left;
    text-decoration: none;
  }

  .heading-3.american-tree-company {
    position: static;
    margin-top: 7px;
    font-size: 22px;
    line-height: 29px;
    text-align: center;
  }

  .heading-3.american-tree-company.crisp-background {
    margin-top: 30px;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
  }

  .heading-3.american-tree-company.crisp-background.small {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 19px;
  }

  .heading-3.stump-removal {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .heading-3.tree-fall {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-left: 5vw;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.39);
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 1px;
  }

  .heading-4 {
    padding: 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph-4 {
    line-height: 14px;
  }

  .paragraph-5 {
    line-height: 14px;
  }

  .paragraph-6 {
    line-height: 14px;
  }

  .paragraph-7 {
    padding-left: 12px;
    color: #4e4e4e;
    font-size: 14px;
    line-height: 19px;
  }

  .tree-trimming-section-div {
    margin-bottom: -12px;
  }

  .hero-section {
    padding-top: 130px;
    padding-bottom: 150px;
  }

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

  .hero-heading.sub-heading {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
  }

  .paragraph-11.stump-removal {
    text-align: left;
  }

  .american-tree-company-hero-content-div {
    margin-top: 0px;
    margin-bottom: -12px;
  }

  .paragraph-12 {
    font-size: 14px;
  }

  .paragraph-12.trimming {
    font-size: 12px;
    line-height: 24px;
  }

  .paragraph-12.arborist-pdf {
    margin-top: 10px;
    margin-bottom: 25px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
  }

  .paragraph-12.american-tree-company.homep {
    position: static;
    margin-top: 0px;
    margin-bottom: 48px;
    padding: 12px;
    font-size: 12px;
    line-height: 20px;
  }

  .paragraph-12.mulch {
    margin-bottom: 27px;
    font-size: 14px;
  }

  .content36-grid {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-3 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .team-image {
    margin-top: 20px;
  }

  .social-left {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .social-icon {
    float: none;
  }

  .social-icon.left {
    margin-right: auto;
    float: none;
  }

  .social-icon.center {
    margin-left: auto;
  }

  .social-icon.right {
    float: left;
  }

  .social-column {
    text-align: left;
  }

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

  .parallax-section {
    height: auto;
    margin-top: -2px;
    padding-top: 1px;
    padding-bottom: 0px;
  }

  .testimonial {
    margin-top: 0px;
    margin-bottom: 66px;
    padding: 0px 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .testimonial-column {
    border-right-style: none;
  }

  .testimonial-slider {
    height: auto;
  }

  .testimonial-client {
    margin-top: 0px;
  }

  .client-image {
    margin-top: 0px;
    margin-right: 50px;
  }

  .slidenav {
    margin-bottom: 0px;
  }

  .button-5 {
    margin-top: 59px;
  }

  .mulch-image {
    margin-top: 25px;
  }

  .mch-have-breakfast-image {
    margin-left: 0px;
  }

  .mch-escape-image {
    display: block;
  }

  .mulch-div-block.mystyle {
    margin-top: 0px;
    -webkit-flex-basis: 28%;
    -ms-flex-preferred-size: 28%;
    flex-basis: 28%;
  }

  .mch-our-coffee-wrapper {
    margin-top: 29px;
    margin-bottom: -73px;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
  }

  .mch-our-coffee-wrapper.finetuned {
    margin-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mch-home-header-text {
    margin-top: 4px;
    padding-top: 0px;
    font-size: 17px;
  }

  .mch-home-header-text.moat-watering {
    margin-top: 4px;
    margin-bottom: 34px;
    font-size: 15px;
  }

  .heading-14 {
    font-size: 42px;
    line-height: 56px;
  }

  .hero-image-2 {
    width: 80%;
  }

  .heading-15 {
    padding: 12px;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    letter-spacing: 1px;
  }

  .heading-16 {
    font-size: 12px;
    line-height: 16px;
  }

  .image-6 {
    margin-top: 0px;
  }

  .video {
    margin-top: -4px;
    margin-bottom: 117px;
  }

  .video-2 {
    width: 100%;
    margin-top: -23px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .video-3 {
    margin-top: -106px;
    margin-bottom: 0px;
  }

  .video-4 {
    margin-top: -28px;
    margin-bottom: -24px;
  }

  .video-5 {
    margin-top: 30px;
  }

  .video-6 {
    margin-top: -13px;
    margin-bottom: -38px;
  }

  .video-7 {
    margin-top: 10px;
  }

  .video-8 {
    margin-top: 0px;
    margin-bottom: 13px;
  }

  .hero-image-3 {
    width: 80%;
  }

  .heading-18 {
    font-size: 23px;
    line-height: 56px;
  }

  .hero-subhead-3 {
    font-size: 17px;
  }

  .tree-planting-text-span {
    font-size: 18px;
    line-height: 19px;
  }

  .tree-trimming-before-after-image-flex-div {
    margin-top: 12px;
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-7 {
    margin-bottom: 20px;
  }

  .image-8 {
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .tree-trimming-before-and-after-images-header {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    background-color: hsla(0, 0%, 42%, 0.5);
    font-size: 20px;
  }

  .heading-22 {
    margin-left: 13px;
    font-size: 16px;
  }

  .image-9 {
    margin-left: -1px;
  }

  .image-10 {
    margin-left: 75px;
  }

  .heading-23 {
    font-size: 14px;
    text-align: center;
  }

  .isa-link-block.hp {
    margin-top: -12px;
  }

  .image-11 {
    margin-top: 10px;
    margin-bottom: 21px;
  }

  .heading-27 {
    font-size: 12px;
  }

  .american-tree-co-hp-paragraph-title-span {
    font-size: 10px;
    line-height: 14px;
  }

  .paragraph-78 {
    margin-bottom: 0px;
    font-size: 10px;
    line-height: 18px;
  }

  .paragraph-80 {
    margin-bottom: 11px;
    font-size: 10px;
    line-height: 16px;
  }

  .heading-28 {
    font-size: 20px;
    text-align: center;
  }

  .rayco-narrow-access-images-copy {
    margin-right: 0px;
    margin-left: 2px;
  }

  .lightbox-link-3 {
    margin-left: 14px;
  }

  .paragraph-81 {
    font-size: 14px;
  }

  .paragraph-81.trimming {
    margin-bottom: 53px;
    padding: 10px;
    border-color: #fff;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
  }

  .paragraph-83 {
    font-size: 12px;
    line-height: 14px;
  }

  .bold-text-5 {
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-84 {
    font-size: 12px;
    line-height: 14px;
  }

  .heading-29 {
    padding: 5px 10px;
    font-size: 14px;
  }

  .column-6 {
    margin-top: -23px;
  }

  .fruitless-section {
    margin-top: 0px;
  }

  .tree-trimming-section-2 {
    margin-top: 0px;
  }

  .slide.tree-trimming-slide {
    margin-top: 0px;
  }

  .heading-30 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 16px;
    line-height: 24px;
  }

  .heading-30.b {
    margin-left: 0px;
  }

  .heading-30.removal {
    font-size: 24px;
    line-height: 29px;
  }

  .link-3 {
    margin-bottom: 0px;
    font-size: 10px;
    text-align: center;
  }

  .container {
    margin-top: 0px;
  }

  .stump-removal-section {
    margin-top: 0px;
  }

  .accordion-wrapper {
    margin-right: auto;
    margin-left: auto;
  }

  .accordion-item {
    padding-top: 0px;
    text-align: center;
  }

  .accordion-item-trigger {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-align: justify;
  }

  .accordion-item-trigger.black {
    margin-left: 10px;
    border: 1px none #000;
  }

  .accordion-item-trigger.black.text {
    border-style: solid;
    border-radius: 4px;
  }

  .accordion-item-trigger.home-page {
    font-size: 16px;
  }

  .accordion-item-content {
    font-size: 14px;
    line-height: 29px;
    text-align: left;
    letter-spacing: 1px;
  }

  .accordion-item-content.home-page {
    font-size: 12px;
    line-height: 24px;
    text-align: justify;
  }

  .down-arrow {
    width: 38px;
    margin-top: 0px;
    margin-left: -1px;
  }

  .before-after-main-heading-h2 {
    margin-top: 25px;
    font-size: 18px;
  }

  .heading-33 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-shadow: none;
  }

  .paragraph-86 {
    font-size: 14px;
  }

  .paragraph-86.planting {
    font-size: 12px;
    line-height: 24px;
  }

  .text-span-aleppo-link {
    color: rgba(0, 0, 0, 0.5);
  }

  .link-7 {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
  }

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

  .description-text-block {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
  }

  .text-block-11 {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
  }

  .about-us-heading-tree-service-page {
    font-size: 24px;
  }

  .about-us-paragraph {
    margin: 0px 20px 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .section-13 {
    font-size: 14px;
  }

  .about-us-container {
    font-size: 14px;
  }

  .video-12 {
    margin-bottom: 12px;
  }

  .video-13 {
    margin-bottom: 12px;
  }

  .paragraph-88 {
    font-size: 10px;
    line-height: 16px;
  }

  .page-content-section-2 {
    margin-top: 0px;
  }

  .paragraph-89 {
    margin-bottom: 12px;
    font-size: 10px;
    line-height: 16px;
  }

  .flex-container-tree-trimming-2 {
    margin-top: 0px;
  }

  .tree-trimming-before-and-after-images-header-2 {
    margin-top: 10px;
    color: #000;
    font-size: 20px;
  }

  .accordion-trigger-text {
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    text-align: center;
  }

  .flex-wrapper-tree-varieties-tree-planting {
    padding-top: 0px;
  }

  .image-div-tree-planting.offset {
    margin-left: -1px;
  }

  ._15-gallon-image-tree-planting {
    margin-right: 9px;
  }

  .tree-varieties-heading {
    line-height: 29px;
  }

  .text-block-12.bold {
    color: #5f9317;
  }

  .tree-text {
    color: #000;
    font-size: 16px;
    line-height: 20px;
  }

  .tree-title {
    font-size: 18px;
    line-height: 29px;
    text-transform: uppercase;
  }

  .video-15 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .heading-35 {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 22px;
  }

  .youtube-section {
    margin-top: -5px;
  }

  .heading-36 {
    margin-top: 0px;
    font-size: 17px;
    line-height: 24px;
  }

  .heading-36.social-media {
    font-size: 17px;
  }

  .container-2 {
    margin-top: 0px;
  }

  .heading-37 {
    font-size: 16px;
  }

  .mulch-span {
    font-size: 20px;
  }

  .button-8 {
    margin-top: 0px;
    margin-left: 0px;
    padding: 10px 20px;
    font-size: 12px;
  }

  .button-8.ready-to-get-started-bottom {
    font-size: 14px;
  }

  .section-15 {
    position: static;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .container-3 {
    margin-top: 0px;
  }

  .image-24 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .image-24.tree-trimming {
    margin-top: 0px;
    margin-left: -34px;
  }

  .image-24.tree-trimming:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  .image-24.avtco {
    display: block;
    margin-top: 21px;
    margin-left: -25px;
  }

  .image-24.avtco:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  .image-24.about {
    margin-top: 0px;
    margin-left: -34px;
  }

  .image-24.trimming {
    margin-left: -25px;
  }

  .video-16 {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .video-17 {
    margin-bottom: 13px;
  }

  .video-18 {
    margin-bottom: 13px;
  }

  .video-19 {
    margin-bottom: 13px;
  }

  .video-20 {
    margin-bottom: 13px;
  }

  .heading-38 {
    font-size: 22px;
  }

  .image-25 {
    margin-top: -4px;
  }

  .image-25.tree-removal {
    margin-top: 0px;
    margin-right: -20px;
    margin-left: -18px;
  }

  .image-26.stump-removal {
    margin-top: 0px;
    margin-left: -34px;
  }

  .text-block-15 {
    font-size: 12px;
  }

  .copyright {
    font-size: 12px;
  }

  .video-21 {
    width: 76%;
  }

  .heading-39 {
    font-size: 12px;
    letter-spacing: 0px;
  }

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

  .faq-heading {
    font-size: 25px;
  }

  .image-99.tree-planting {
    margin-top: 0px;
    margin-left: -26px;
  }

  .image-98.mulch {
    margin-top: 0px;
  }

  .image-97 {
    margin-top: 0px;
  }

  .image-97.tree-fail {
    margin-top: 13px;
    margin-left: -32px;
  }

  .image-96 {
    margin-top: 0px;
    margin-left: -27px;
  }

  .image-96.contact {
    margin-top: 3px;
    margin-left: -31px;
  }

  .licensed-insured-heading-2-pg1 {
    font-size: 13px;
  }

  .social-media-heading-h1 {
    font-size: 21px;
  }

  .social-page-paragraph {
    font-size: 13px;
  }

  .paragraph-90 {
    margin-top: 2px;
    font-size: 13px;
  }

  .heading-41 {
    font-size: 20px;
  }

  .heading-41.planting {
    text-align: left;
  }

  .image-100 {
    margin-top: 14px;
    margin-bottom: 19px;
  }

  .contact-page-hero-heading {
    margin-top: 68px;
  }

  .image-101 {
    margin-top: 9px;
  }

  .image-102 {
    margin-top: 10px;
  }

  .navbar {
    margin-top: 0px;
  }

  .demo-hero-section {
    margin-top: 62px;
  }

  .demo-hero-section-heading-h1 {
    margin-left: 10px;
    font-size: 17px;
  }

  .demo-description-paragraph {
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
    line-height: 25px;
  }

  .demo-category-paragraph {
    font-size: 14px;
  }

  .heading-50 {
    font-size: 16px;
  }

  .heading-div {
    width: auto;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }

  .text-block-21 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 29px;
  }

  .text-block-22 {
    font-size: 14px;
    line-height: 16px;
  }

  .text-block-23 {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
  }

  .text-block-24 {
    margin-left: 0px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  .heading-54 {
    margin-top: -20px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 11px;
    padding-left: 30px;
    font-size: 30px;
    line-height: 39px;
  }

  .phone-outer-div {
    display: block;
    width: auto;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .line-div-block {
    width: auto;
    margin-bottom: 34px;
  }

  .line-div-block.bottom {
    height: 5px;
  }

  .heading-55 {
    font-size: 23px;
  }

  .container-7 {
    margin-top: -1px;
    padding-top: 112px;
  }

  .rich-text-block p {
    padding: 12px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 24px;
    text-align: justify;
  }

  .rich-text-block h2 {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 24px;
  }

  .rich-text-block figcaption {
    font-size: 11px;
    line-height: 16px;
  }

  .rich-text-block h3 {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 700;
  }

  .heading-57 {
    margin-top: 30px;
  }

  .div-block-34 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .image-106 {
    width: auto;
  }

  .div-block-35 {
    width: 100%;
    margin-top: 25px;
  }

  .image-108 {
    margin-top: 30px;
  }

  .american-tree-logo {
    width: 80%;
  }

  .div-block-37 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .lightbox-link-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .lightbox-link-21 {
    margin-top: 20px;
  }
}

