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;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
  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: 120vh;
  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: 120vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/american-4402599_1921.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/american-4402599_1921.jpg');
  background-size: auto, cover;
}

.section.center.arborist-hero {
  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 {
  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: #1b1b1b;
}

.section.wide.img {
  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 {
  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: 130vh;
  padding-top: 0vh;
  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.tree-stump-removal {
  height: 125vh;
}

.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;
  padding: 0px 10vw;
  border: 1px none #000;
  background-color: transparent;
}

.nav {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 48px;
  margin-bottom: 0px;
  -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: transparent;
}

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

.body {
  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 {
  width: 50vw;
  max-width: 450px;
  padding-right: 4vw;
  padding-left: 4vw;
  -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: -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: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-left: 0px;
}

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

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

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

.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 {
  max-width: 700px;
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
}

.wrap.flag {
  padding: 12px;
}

.title {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px none #2e2e2e;
  color: #a8a8a8;
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: 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.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.thumb-food._02 {
  background-image: url('../images/bg-001_1.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-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: hsla(0, 0%, 100%, 0.5);
  font-size: 16px;
  font-weight: 400;
}

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

.nav-link.w--current {
  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;
  color: hsla(0, 0%, 100%, 0.5);
}

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

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

.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: -4px -21px -57px 0px;
}

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

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

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

.hero-image.american-tree-company-image.tree-trimming {
  margin-bottom: 218px;
}

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

.hero-image.tree-fail {
  margin-top: 0px;
  margin-bottom: 51px;
}

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

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

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

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

.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 {
  min-height: 97vh;
  margin-top: 254px;
}

.hero-content.hp.tree-trimming {
  display: block;
  min-height: auto;
  margin-top: 93px;
  margin-bottom: 0px;
  padding-bottom: 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;
  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: 301px;
  margin-bottom: 24px;
  padding-top: 0px;
  background-color: transparent;
  -webkit-transition: margin-bottom 500ms ease;
  transition: margin-bottom 500ms ease;
}

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

.hero-content.free-mulch-delivery {
  background-color: transparent;
}

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

.hero-content.stump-removal {
  display: block;
  width: auto;
  min-height: auto;
  margin-top: 175px;
  -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 {
  background-color: rgba(0, 0, 0, 0.2);
}

.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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  -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: 1px none #000;
}

.black {
  color: #000;
  font-size: 18px;
}

.hero-subhead {
  max-width: none;
  margin-top: 10px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 4.3vh;
  line-height: 44px;
  font-weight: 800;
  text-decoration: none;
}

.hero-subhead.american-tree-company {
  position: relative;
  z-index: 4;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

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

.hero-subhead.trimming-subhead {
  max-width: none;
  margin-bottom: 20px;
  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: -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: #1b1b1b;
}

.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: hsla(0, 0%, 42%, 0.5);
  font-weight: 300;
}

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

.footer-list {
  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 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-menu-2 {
  margin-top: -12px;
  margin-bottom: 0px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.55);
}

.nav-menu-2.home-pg {
  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;
}

.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;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-bottom: 20px;
  font-size: 10vh;
  font-weight: 700;
}

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

.heading-3.american-tree-company {
  position: relative;
  z-index: 4;
  margin-top: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

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

.heading-3.stump-removal {
  max-width: none;
  margin-top: 20px;
  margin-left: 0px;
}

.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 {
  background-color: #000;
  color: #fff;
  font-size: 13px;
}

.dropdown-link-2 {
  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 12px 12px 0px;
  line-height: 24px;
  text-align: justify;
}

.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: -6px;
  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: 26px;
}

.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-transform: capitalize;
}

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

.paragraph-12 {
  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-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.arborist-pdf {
  margin-top: 1px;
  margin-bottom: 33px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 2px;
}

.paragraph-12.arborist-pdf:hover {
  background-color: #000;
}

.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-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;
  border-radius: 4px;
  background-color: #fc0a0a;
  font-size: 24px;
  text-transform: capitalize;
}

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

.mch-meet-with-friends {
  margin: 0px auto -4px;
  opacity: 1;
  font-family: Montserrat, sans-serif;
}

.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: 3px;
}

.mch-div-block-our-coffee {
  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;
}

.mch-div-block-our-coffee.mystyle {
  display: block;
  margin: 18px auto;
  padding: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 29px;
}

.mch-our-coffee-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 90vh;
  margin-top: -8px;
  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: -8px;
  margin-bottom: 0px;
  padding-bottom: 45px;
  background-color: #18660f;
}

.section-11 {
  display: block;
}

.mch-home-header-text {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 29px;
  line-height: 50px;
  font-weight: 200;
}

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

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

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

.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: -23px;
}

.services-dropdown-link {
  background-color: #000;
  color: #fff;
  font-size: 13px;
}

.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: 85vh;
}

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

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

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

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

.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: 0px;
  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;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.link-3 {
  color: #fff;
  font-style: italic;
  text-decoration: none;
  text-transform: capitalize;
}

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

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

@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: 100vh;
    margin-top: -3px;
    padding-top: 0vh;
  }
  .section.wide.img {
    margin-top: 402px;
  }
  .section.wide.purple {
    min-height: auto;
    margin-top: 26px;
    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: 100vh;
    margin-top: 1px;
    margin-bottom: -739px;
  }
  .section.american-tree-hero-section.homep {
    height: 140vh;
    min-height: 120px;
  }
  .hero {
    margin-top: 2px;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .nav {
    width: 100vw;
  }
  .nav-inner {
    width: 100vw;
    margin-top: -2px;
    font-size: 14px;
  }
  .feature-content {
    font-size: 12px;
  }
  .button {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 10px;
    background-color: #fc0a0a;
    font-size: 14px;
  }
  .button.white-background {
    margin-bottom: 12px;
    font-size: 18px;
  }
  .wrap {
    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;
  }
  .nav-link:hover {
    box-shadow: none;
  }
  .nav-menu {
    position: absolute;
  }
  .hero-image {
    position: relative;
    left: 0vw;
    top: auto;
    right: 0vw;
    bottom: 0px;
    display: block;
    width: 70%;
    height: auto;
    margin: -551px auto 25vw 288px;
  }
  .hero-image.tree-trimming-image {
    position: relative;
    margin-top: 164px;
    margin-bottom: 0px;
  }
  .hero-image.american-tree-company-image {
    position: absolute;
    width: 50%;
    margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 132px;
  }
  .hero-image.in-stump-removal {
    margin-top: -597px;
    margin-bottom: 144px;
  }
  .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: 0px;
  }
  .hero-content.hp.american-tree-company {
    min-height: auto;
    margin-top: -143px;
    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.stump-removal {
    margin-top: 104px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 3vw;
    padding-left: 3vw;
  }
  .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: 24px;
    line-height: 31px;
    font-weight: 700;
  }
  .hero-subhead.american-tree-company {
    margin-bottom: 20px;
    padding-left: 10px;
    text-align: left;
  }
  .hero-subhead.trimming-subhead {
    max-width: none;
    font-size: 23px;
  }
  .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;
  }
  .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 {
    color: #fff;
    font-size: 40px;
  }
  .menu-button {
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .nav-menu-2 {
    min-width: 240px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #000;
  }
  .brand {
    padding-left: 18px;
  }
  .heading-3 {
    margin-top: -3px;
    padding-bottom: 0px;
    font-size: 48px;
    font-weight: 700;
  }
  .heading-3.american-tree-company {
    padding-left: 10px;
    font-size: 5vw;
    text-align: left;
  }
  .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.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;
  }
  .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: 22px;
  }
  .section-11 {
    margin-top: 7px;
  }
  .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: 0px;
    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-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);
  }
  .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: 42px;
    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: #fff;
    text-decoration: none;
    text-transform: capitalize;
  }
  .video-columns {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .section.center {
    margin-left: 0px;
  }
  .section.center.stump-removal {
    height: 100vh;
    margin-top: -1px;
    padding-top: 0vh;
  }
  .section.wide.purple {
    margin-top: 0px;
  }
  .section.american-tree-hero-section.tree-trimming {
    height: 120vh;
    margin-bottom: 0px;
  }
  .section.american-tree-hero-section.tree-stump-removal {
    height: 120vh;
    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;
  }
  .nav-inner {
    margin-top: 13px;
  }
  .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: 17px;
    margin-left: 2px;
    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;
    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: 16px;
    line-height: 40px;
  }
  .hero-image {
    display: none;
    margin-top: -526px;
    margin-bottom: 0vw;
    margin-left: 167px;
  }
  .hero-image.tree-trimming-image {
    display: none;
  }
  .hero-image.american-tree-company-image {
    margin: -97px 15px 506px auto;
  }
  .black-text {
    font-size: 14px;
  }
  .black-text.black {
    font-size: 14px;
  }
  .hero-content {
    margin-top: -261px;
    margin-bottom: 5vh;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .hero-content.hp {
    height: auto;
    margin-top: 531px;
    margin-bottom: 290px;
  }
  .hero-content.hp.tree-trimming {
    margin-top: 0px;
  }
  .hero-content.hp.american-tree-company {
    margin-top: 8px;
    margin-bottom: 5vh;
    padding-left: 0vw;
  }
  .hero-content.stump-removal {
    margin-top: -31px;
    padding-right: 3px;
    padding-left: 3px;
  }
  .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: 14px;
  }
  .hero-subhead {
    font-size: 16px;
    text-decoration: underline;
  }
  .hero-subhead.american-tree-company {
    max-width: none;
    font-size: 20px;
    text-decoration: none;
  }
  .hero-subhead.trimming-subhead {
    font-size: 20px;
    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 {
    font-size: 30px;
  }
  .heading-3 {
    margin-top: 0px;
    padding-bottom: 0px;
    font-size: 36px;
  }
  .heading-3.american-tree-company {
    font-size: 6vw;
  }
  .form-block {
    width: 100%;
  }
  .heading-4 {
    font-size: 14px;
  }
  .paragraph-4 {
    font-size: 12px;
  }
  .paragraph-5 {
    font-size: 12px;
  }
  .paragraph-6 {
    font-size: 12px;
  }
  .paragraph-7 {
    font-size: 12px;
  }
  .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;
  }
  .paragraph-12 {
    margin-left: -24px;
    padding: 0px;
  }
  .paragraph-12.trimming {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0px;
  }
  .paragraph-12.american-tree-company.homep {
    margin-left: 0px;
    font-size: 12px;
    line-height: 24px;
    text-align: left;
  }
  .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;
  }
  .mch-text-div-block {
    font-size: 28px;
  }
  .mch-our-coffee-wrapper {
    margin-top: -7px;
  }
  .mch-home-header-text {
    font-size: 26px;
  }
  .hero-content-2 {
    margin-bottom: 5vh;
  }
  .hero-image-2 {
    margin-bottom: 10vw;
  }
  .heading-17 {
    font-size: 22px;
  }
  .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-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: 0px;
    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;
  }
  .column-5 {
    margin-bottom: -3px;
  }
  .column-6 {
    margin-top: -37px;
  }
  .heading-30 {
    margin-top: 10px;
    margin-bottom: 50px;
  }
}

@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: 100vh;
    margin-top: 0px;
    padding-top: 0vh;
    padding-bottom: 0vh;
  }
  .section.center.arborist-hero {
    margin-top: 0px;
    margin-bottom: -16px;
    padding-top: 28vh;
    padding-bottom: 0vh;
  }
  .section.wide.img {
    margin-top: 0px;
    padding-top: 10vh;
  }
  .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: 180vh;
  }
  .section.american-tree-hero-section.homep {
    height: auto;
    min-height: auto;
  }
  .section.american-tree-hero-section.tree-stump-removal {
    height: 100vh;
  }
  .section.green {
    margin-bottom: -40px;
  }
  .hero {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .nav-inner {
    display: block;
    width: 100vw;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-content {
    width: auto;
  }
  .feature-content.icons.numbers {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }
  .button {
    margin-top: 0px;
    margin-left: 0px;
    padding: 10px 20px;
    font-size: 16px;
  }
  .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;
  }
  .wrap {
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 0px 5vw 5px;
  }
  .title {
    margin-top: 79px;
    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;
  }
  .hero-image {
    width: 80%;
    margin-top: -707px;
    margin-left: 95px;
  }
  .hero-image.tree-trimming-image {
    display: none;
  }
  .hero-image.american-tree-company-image {
    position: relative;
    width: 80%;
    margin-top: 0px;
    margin-bottom: 10vw;
    padding-bottom: 0vw;
  }
  .black-text {
    font-size: 14px;
  }
  .black-text.tablet {
    font-size: 14px;
  }
  .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: 145px;
    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: -4px;
    padding-top: 0px;
  }
  .hero-content.hp.american-tree-company {
    min-height: 0vh;
    margin-top: -30px;
    margin-bottom: 0vh;
    padding-right: 10vw;
    padding-left: 10vw;
  }
  .hero-content.stump-removal {
    margin-top: 171px;
    margin-bottom: 5vh;
  }
  .hero-content.video-fails {
    margin-top: 0px;
  }
  .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 {
    font-size: 14px;
    text-align: left;
    text-decoration: underline;
  }
  .hero-subhead.american-tree-company {
    position: static;
    margin-top: 10px;
    margin-bottom: 35px;
    font-size: 14px;
    text-align: center;
  }
  .hero-subhead.trimming-subhead {
    margin-bottom: 0px;
    font-size: 14px;
    text-decoration: none;
  }
  .feature-icon {
    margin-bottom: 20px;
  }
  .footer {
    margin-top: -19px;
  }
  .footer-link {
    margin-right: 38px;
    margin-bottom: 20px;
    font-size: 12px;
  }
  .footer-list {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .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;
  }
  .heading-3 {
    margin-top: 1px;
    margin-bottom: 0vh;
    padding-right: 5vw;
    padding-left: 0vw;
    font-size: 26px;
    line-height: 56px;
    text-align: left;
    text-decoration: none;
  }
  .heading-3.american-tree-company {
    position: static;
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
  }
  .heading-3.stump-removal {
    margin-top: 20px;
    margin-bottom: 0vh;
  }
  .heading-3.tree-fall {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .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;
    font-size: 12px;
    line-height: 14px;
  }
  .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;
    font-size: 12px;
  }
  .paragraph-12.american-tree-company.homep {
    position: static;
    margin-top: 0px;
    margin-bottom: 48px;
    padding: 15px;
    font-size: 10px;
    line-height: 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: 0px;
    padding: 0px 10px;
    font-size: 18px;
  }
  .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;
  }
  .mch-have-breakfast-image {
    margin-left: 0px;
  }
  .mch-escape-image {
    display: block;
  }
  .mch-div-block-our-coffee.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-home-header-text {
    padding-top: 0px;
    font-size: 20px;
  }
  .heading-14 {
    font-size: 42px;
    line-height: 56px;
  }
  .hero-image-2 {
    width: 80%;
  }
  .heading-15 {
    font-size: 12px;
    line-height: 16px;
    text-align: justify;
  }
  .heading-16 {
    font-size: 12px;
    line-height: 16px;
  }
  .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;
  }
  .hero-image-3 {
    width: 80%;
  }
  .heading-18 {
    font-size: 23px;
    line-height: 56px;
  }
  .hero-subhead-3 {
    font-size: 17px;
  }
  .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;
  }
  .image-11 {
    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 {
    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: 16px;
  }
  .slide.tree-trimming-slide {
    margin-top: 0px;
  }
  .heading-30 {
    margin-top: 11px;
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 18px;
  }
  .link-3 {
    font-size: 10px;
    text-align: center;
  }
  .container {
    margin-top: 0px;
  }
}

