h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: museo-sans, sans-serif;
  font-size: 55px;
  line-height: 60px;
  font-weight: 900;
  letter-spacing: 1px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: museo-sans, sans-serif;
  font-size: 41px;
  line-height: 46px;
  font-weight: 900;
  letter-spacing: 1px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: museo-sans, sans-serif;
  font-size: 40px;
  line-height: 45px;
  font-weight: 900;
  letter-spacing: 1px;
}

h4 {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Museosans, sans-serif;
  color: #1b1a1b;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Museosans, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

p {
  margin-bottom: 20px;
  font-family: Museosans, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.nav-menu {
  min-height: 60px;
  float: none;
  text-align: right;
}

.nav-menu._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1250px;
  min-height: 75px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.nav-content {
  display: block;
  width: 100%;
  max-width: 1200px;
  min-height: 60px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Museosans, sans-serif;
  color: #4b9839;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
}

.link-block-2:hover {
  background-position: 0px 37%;
}

.link-block-2.little {
  margin-top: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 22px;
  line-height: 28px;
}

.link-block-2.big {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 32px;
  line-height: 38px;
}

.navbar {
  background-color: rgba(126, 120, 99, 0.1);
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 28%;
  min-height: 150px;
  -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-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.brand.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: none;
  -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: none;
}

.nav-link {
  min-height: auto;
  padding: 15px 10px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Museosans, sans-serif;
  color: #524d3f;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: none;
}

.nav-link:hover {
  color: #4b9839;
}

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

.nav-top {
  position: relative;
  z-index: 1;
  min-height: 50px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.93)), to(hsla(0, 0%, 100%, 0.93))), url('/images/camo-bg-temp.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.93), hsla(0, 0%, 100%, 0.93)), url('/images/camo-bg-temp.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.nav-top.fixed {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
}

.button {
  margin-top: 15px;
  padding: 12px 20px;
  border: 1px solid #9eaf33;
  border-radius: 5px;
  background-color: #9eaf33;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.button:hover {
  border-color: #717c42;
  background-color: #717c42;
}

.button.cta {
  padding: 15px 25px;
  border-color: #921723;
  background-color: #be1e2e;
  box-shadow: 0 7px 20px -7px rgba(0, 0, 0, 0.34);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: museo-sans, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 900;
  letter-spacing: 1px;
}

.button.cta:hover {
  background-color: #921723;
  box-shadow: none;
  -webkit-transform: translate(0px, 2px);
  -ms-transform: translate(0px, 2px);
  transform: translate(0px, 2px);
}

.button.cta {
  padding: 15px 25px;
  border-color: #921723;
  background-color: #be1e2d;
  box-shadow: 0 7px 20px -7px rgba(0, 0, 0, 0.34);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 1.2rem;
}

.button.cta:hover {
  background-color: #921723;
  box-shadow: none;
  -webkit-transform: translate(0px, 2px);
  -ms-transform: translate(0px, 2px);
  transform: translate(0px, 2px);
}

.button.testimonial-bttn {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-color: #207c3b;
  background-color: #207c3b;
  font-family: Myriadpro, sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
}

.button.cta {
  padding: 15px 25px;
  border-color: #921723;
  background-color: #be1e2e;
  box-shadow: 0 7px 20px -7px rgba(0, 0, 0, 0.34);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: museo-sans, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 1px;
}

.button.cta:hover {
  background-color: #921723;
  box-shadow: none;
  -webkit-transform: translate(0px, 2px);
  -ms-transform: translate(0px, 2px);
  transform: translate(0px, 2px);
}

.content-div {
  display: block;
  width: 95%;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-div.hero {
  display: block;
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.content-div.flex-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content-div.flex-h.wrapped {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.content-div.flexcta {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-div.centered-content {
  text-align: center;
}

.content-div.underlined {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #cdcdcd;
}

.content-div.underlined.drkline {
  border-bottom-color: #b9b9b9;
}

.content-div.flexarticles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-div.newarticles {
  text-align: left;
}

.hero-slider {
  min-height: 550px;
}

.slide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 26, 27, 0.5)), to(rgba(27, 26, 27, 0.5))), url('/images/IMG_5812.JPG');
  background-image: linear-gradient(180deg, rgba(27, 26, 27, 0.5), rgba(27, 26, 27, 0.5)), url('/images/IMG_5812.JPG');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 26, 27, 0.55)), to(rgba(27, 26, 27, 0.55))), url('/images/27503930_2039901889625084_5569689775826924114_o.jpg');
  background-image: linear-gradient(180deg, rgba(27, 26, 27, 0.55), rgba(27, 26, 27, 0.55)), url('/images/27503930_2039901889625084_5569689775826924114_o.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider-arrows {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  margin-left: 15px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 16px;
}

.slider-arrows:hover {
  background-color: #fff;
  color: #4f9a3b;
}

.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 26, 27, 0.55)), to(rgba(27, 26, 27, 0.55))), url('/images/JDog-Truck--Trailer_field.jpg');
  background-image: linear-gradient(180deg, rgba(27, 26, 27, 0.55), rgba(27, 26, 27, 0.55)), url('/images/JDog-Truck--Trailer_field.jpg');
  background-position: 0px 0px, 50% 95%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav-2 {
  font-size: 12px;
}

.hero-section {
  position: relative;
  min-height: 500px;
  background-color: #576d3a;
  color: #fff;
}

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

.section.green-span {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #a1b785;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(97, 156, 63, 0.88)), to(rgba(97, 156, 63, 0.88))), url('/images/JDog-tan-Camo.jpg');
  background-image: linear-gradient(180deg, rgba(97, 156, 63, 0.88), rgba(97, 156, 63, 0.88)), url('/images/JDog-tan-Camo.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  color: #fff;
}

.section._50pad {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: transparent;
}

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

.section._25pad {
  padding-top: 25px;
  padding-bottom: 25px;
}

.section.shorter-pad {
  padding-top: 20px;
  padding-bottom: 0px;
}

.div-block {
  width: 40%;
  min-height: 250px;
  border: 5px none #f6f6f6;
  background-image: url('/images/CR-2.JPG');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: -4px 4px 20px -4px rgba(0, 0, 0, 0.3);
}

.div-block.grided {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  min-height: 400px;
  border-style: solid;
  border-width: 3px;
  background-image: none;
  box-shadow: none;
}

.content-column {
  width: 60%;
  padding-left: 3%;
}

.content-column.flipped {
  width: 50%;
  padding-right: 5%;
  padding-left: 0%;
}

.green {
  font-family: museo-sans, sans-serif;
  color: #3e561f;
  font-weight: 900;
}

.green.dark-green {
  color: #1e5f31;
  font-size: 22px;
  line-height: 30px;
}

.subheading {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: museo-sans, sans-serif;
  color: #8d9e41;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.paragraph {
  color: #1b1a1b;
  font-size: 16px;
  line-height: 26px;
}

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

.image-4 {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
}

.section-2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fcfcfc;
}

.heading-7 {
  font-family: museo-sans, sans-serif;
  font-size: 65px;
  line-height: 70px;
  font-weight: 900;
  letter-spacing: 2px;
}

.div-block-3 {
  width: 50%;
  text-align: right;
}

.div-block-3.fll {
  width: 50%;
}

.div-block-3.fll.half {
  height: 50%;
}

.div-block-4 {
  width: 100%;
  height: 50%;
  float: right;
  border: 5px solid #fff;
  background-image: url('/images/new1.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-4._2 {
  width: 100%;
  background-image: url('/images/57267591_2329944883954115_1439661351013187584_o.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-4._5 {
  height: 100%;
  background-image: url('/images/JDog-Recycle_ewaste.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.div-block-4._1 {
  height: 100%;
  background-image: url('/images/Reuse_armoire.jpg');
}

.div-block-4._3 {
  height: 100%;
  background-image: url('/images/Donation_Habitat-for-Humanity.jpg');
  background-position: 50% 35%;
}

.div-block-4._4 {
  width: 50%;
  background-image: url('/images/Recycle_ewaste-2.jpg');
}

.div-block-4._6 {
  width: 50%;
  background-image: url('/images/Recycle_computer.jpg');
}

.div-block-4._7 {
  background-image: url('/images/Donation_church.jpg');
  background-position: 50% 20%;
}

.div-block-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.div-block-6 {
  width: 95%;
  max-width: 550px;
  float: right;
}

.div-block-7 {
  width: 33.3%;
  padding-top: 15px;
  padding-right: 2%;
  padding-bottom: 15px;
}

.div-block-7._25 {
  width: 25%;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.div-block-7._25._33 {
  width: 33.3%;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.image-6 {
  width: 40px;
  margin-right: 25px;
  opacity: 1;
}

.image-6.small {
  width: 25px;
}

.div-block-9 {
  width: 33.3%;
  padding: 11px 9px;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Museosans, sans-serif;
  color: #be1e2e;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 55px;
}

.list-item-2 {
  margin-bottom: 10px;
  font-family: Museosans, sans-serif;
  font-size: 16px;
}

.list-item-2.height {
  padding-left: 10px;
  line-height: 26px;
}

.list {
  padding-left: 20px;
}

.unordered-list {
  padding-left: 20px;
}

.li {
  margin-bottom: 5px;
  font-family: Museosans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.columns {
  margin-bottom: 40px;
}

.cta-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #71654f;
  color: #fff;
}

.heading-2 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.form-block {
  width: 40%;
  max-width: 300px;
}

.text-field {
  height: 60px;
  margin-bottom: 0px;
  color: #1b1a1b;
}

.submit-button {
  min-width: 100px;
  padding-right: 16px;
  padding-left: 16px;
  background-color: #af9e7d;
  font-family: Myriadpro, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
}

.div-block-11 {
  width: 50%;
  height: auto;
  min-height: 350px;
  margin-right: 5%;
  float: left;
  background-image: url('/images/crew-at-transfer-station.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer {
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: #7e7863;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(170, 157, 131, 0.95)), to(rgba(170, 157, 131, 0.95))), url('/images/JDog-tan-Camo.jpg');
  background-image: linear-gradient(180deg, rgba(170, 157, 131, 0.95), rgba(170, 157, 131, 0.95)), url('/images/JDog-tan-Camo.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  display: block;
  height: 60px;
  max-width: none;
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 10px;
}

.copyright-text {
  margin-top: 35px;
  padding-top: 32px;
  padding-bottom: 32px;
  color: #fff;
  text-align: center;
}

.link-2 {
  color: #523e0f;
}

.link-2.review {
  padding-top: 25px;
  -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-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  font-family: Museosans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.landing-address {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.landing-address.white-address {
  margin-top: 10px;
  font-family: Museosans, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer-link {
  display: inline-block;
  margin-bottom: 2px;
  padding-top: 8px;
  padding-bottom: 3px;
  float: left;
  clear: left;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Museosans, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  text-decoration: none;
}

.footer-link:hover {
  box-shadow: inset 0 -2px 0 0 #71654f;
  color: #fff;
}

.footer-link.w--current {
  color: #71654f;
}

.footer-link.view-all {
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
}

.footer-col {
  width: 30%;
  padding: 20px 15px 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-col._1 {
  width: 25%;
  padding-right: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-col.last {
  width: 25%;
}

.footer-col._3 {
  width: 20%;
}

.phone-number-2 {
  display: inline-block;
  margin-bottom: 15px;
  font-family: museo-sans, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 27px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.footer-title {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  font-family: Museosans, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.link-3 {
  color: #fff;
}

.social-div-2 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.social-link {
  width: 35px;
  height: 35px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 50%;
  background-color: #9eaf33;
  background-image: url('/images/facebook_1facebook.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.social-link:hover {
  background-color: #4f9a3b;
}

.social-link._2 {
  background-image: url('/images/white-google.png');
  background-size: 90%;
}

.social-link._5 {
  background-image: url('/images/twitter-circle.svg');
  background-size: 90%;
}

.social-link._5.hide {
  display: none;
}

.social-link._4 {
  background-image: url('/images/youtube.svg');
  background-size: 91%;
}

.social-link._6 {
  background-image: url('/images/instagram_1instagram.png');
  background-position: 50% 50%;
  background-size: 91%;
}

.social-link._3 {
  background-image: url('/images/yelp.png');
  background-size: 90%;
}

.social-link._3.hide {
  display: none;
}

.social-link._1 {
  border-style: solid;
  border-width: 2px;
  border-color: #a9b962;
  background-color: #fff;
  background-image: url('/images/bbbb.png');
  background-size: contain;
}

.social-link._1.hide {
  display: none;
}

.social-link._7 {
  background-color: #9eaf33;
  background-image: url('/images/linkedin_1linkedin.png');
}

.testimonials {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 55px;
  padding-bottom: 65px;
  background-color: #f6f6f6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(97, 156, 63, 0.9)), to(rgba(97, 156, 63, 0.9))), url('/images/camo-bg-temp.jpg');
  background-image: linear-gradient(180deg, rgba(97, 156, 63, 0.9), rgba(97, 156, 63, 0.9)), url('/images/camo-bg-temp.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  text-align: center;
}

.dropdown-toggle {
  padding: 0px 19px 0px 0px;
}

.icon {
  margin-right: -5px;
}

.dropdown-link {
  background-color: #cdcdcd;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.dropdown-link:hover {
  color: #71654f;
}

.dropdown-link.w--current {
  background-color: #cdcdcd;
  color: #be1e2e;
}

.dropdown-list {
  top: 29px;
}

.dropdown-list.w--open {
  top: 40px;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1250px;
  min-height: 200px;
  margin: 59px auto 40px;
}

.div-block-17 {
  width: 33.3%;
  min-height: 300px;
  background-image: none;
  background-size: auto;
}

.div-block-18 {
  width: 66.6%;
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 5%;
  background-color: #619c3f;
  background-image: -webkit-gradient(linear, right top, left top, from(#619c3f), to(#2b8144));
  background-image: linear-gradient(270deg, #619c3f, #2b8144);
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 750px;
}

.white-h3 {
  font-family: museo-sans, sans-serif;
  color: #fff;
  font-weight: 900;
}

.heading-12 {
  margin-right: 5px;
  margin-left: 5px;
  color: #1b1a1b;
}

.heading-13 {
  margin-bottom: 10px;
  font-family: museo-sans, sans-serif;
  font-weight: 900;
}

.div-block-20 {
  padding-top: 31px;
  padding-bottom: 31px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))), url('/images/americanfagbgwhite.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url('/images/americanfagbgwhite.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.red {
  color: #be1e2e;
}

.blue {
  color: #005dab;
}

.line-title {
  width: 150px;
  height: 2px;
  margin-bottom: 40px;
  background-color: #a9b962;
}

.line-title.olive-green {
  width: 95%;
  height: 5px;
  margin-bottom: 10px;
  background-color: #619c3f;
}

.line-title.olive-green._30 {
  width: 35%;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
}

.line-title.olive-green._50 {
  width: 50%;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
}

.image-9 {
  width: 20px;
  margin-top: -10px;
  margin-right: 5px;
  margin-left: 5px;
}

.div-block-21 {
  width: 45%;
  float: none;
}

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

.div-block-23 {
  width: 100%;
  min-height: 250px;
  border-style: none solid solid none;
  border-width: 10px;
  border-color: #fff;
  background-image: url('/images/electronic-junk.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-23.sec {
  border-top-width: 0px;
  border-right-style: solid;
  border-bottom-style: none;
  background-image: url('/images/sofa-junk.png');
  background-position: 50% 0%;
  background-size: cover;
}

.div-block-24 {
  padding: 15px;
  background-color: #f7f5f3;
}

.div-block-24.whitish {
  background-color: #fff;
  color: #1b1a1b;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url('/images/family.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('/images/family.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.section-3.page {
  min-height: 300px;
  padding-bottom: 100px;
  background-image: linear-gradient(315deg, rgba(101, 167, 63, 0.88), rgba(41, 124, 32, 0.86)), url('/images/camo-bg-temp.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #fff;
}

.section-3.page.rev {
  min-height: 250px;
  padding-bottom: 55px;
}

.section-3.page.res {
  min-height: 400px;
  padding-bottom: 55px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 26, 27, 0.56)), to(rgba(27, 26, 27, 0.56))), url('/images/junk2.jpg');
  background-image: linear-gradient(180deg, rgba(27, 26, 27, 0.56), rgba(27, 26, 27, 0.56)), url('/images/junk2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.section-3.page.res.comm {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.51)), to(rgba(0, 0, 0, 0.51))), url('/images/guida-gestione-rifiuti.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url('/images/guida-gestione-rifiuti.jpg');
  background-size: auto, cover;
}

.section-3.page.res.mission {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 26, 27, 0.4)), to(rgba(27, 26, 27, 0.4))), url('/images/new1.JPG');
  background-image: linear-gradient(180deg, rgba(27, 26, 27, 0.4), rgba(27, 26, 27, 0.4)), url('/images/new1.JPG');
  background-size: auto, cover;
}

.section-3.page.res.faq {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(113, 101, 79, 0.78)), to(rgba(113, 101, 79, 0.78))), url('/images/JDog-tan-Camo.jpg');
  background-image: linear-gradient(180deg, rgba(113, 101, 79, 0.78), rgba(113, 101, 79, 0.78)), url('/images/JDog-tan-Camo.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.section-3.page.res.pricing {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('/images/RV-Demo.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('/images/RV-Demo.jpg');
  background-position: 0px 0px, 50% 30%;
}

.section-3.page.schedule {
  display: block;
  padding-top: 20px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.85)), to(hsla(0, 0%, 100%, 0.85))), url('/images/JDog-tan-Camo.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.85), hsla(0, 0%, 100%, 0.85)), url('/images/JDog-tan-Camo.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #000;
  text-align: center;
}

.content-div-4 {
  width: 90%;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 11px;
  padding-bottom: 11px;
}

.content-div-4.centered {
  text-align: center;
}

.section-4 {
  position: relative;
  min-height: auto;
  background-color: #be1e2e;
}

.bar-flex {
  position: absolute;
  left: 0%;
  top: -60px;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1250px;
  min-height: 125px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: transparent;
  box-shadow: 0 5px 20px -4px rgba(0, 0, 0, 0.25);
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  min-height: 100px;
  padding: 15px;
  -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;
  border-style: none none none solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.39);
  background-color: #be1e2e;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-decoration: none;
}

.div-block-25:hover {
  background-color: #a71322;
}

.div-block-25.last {
  border-right-style: solid;
}

.div-block-25.last.grey {
  border-style: none;
  background-color: #f3f3f3;
}

.div-block-25.last.grey:hover {
  background-color: #cdcdcd;
}

.div-block-25.grey {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f3f3f3;
}

.div-block-25.grey:hover {
  background-color: #cdcdcd;
}

.image-12 {
  width: 40px;
  height: 40px;
  max-width: 40px;
  margin-right: 25px;
  border: 3px solid #000;
  border-radius: 50%;
  background-image: url('/images/simple-phone-black.svg');
  background-position: 50% 50%;
  background-size: 55%;
  background-repeat: no-repeat;
}

.image-12.question {
  border-style: none;
  background-image: url('/images/question.svg');
  background-size: contain;
}

.image-12.book {
  border-color: #fff;
  background-image: url('/images/time.png');
  background-size: 75%;
}

.heading-17 {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 400;
}

.heading-17._2 {
  margin-top: 0px;
  font-size: 1.4rem;
  font-weight: 700;
}

.text-field-2 {
  min-height: 50px;
  margin-bottom: 15px;
}

.text-field-2.w {
  border: 1px solid #fff;
}

.column-2 {
  padding-right: 0px;
}

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

.section-5.page-section {
  padding-top: 125px;
  background-color: #f3f3f3;
}

.section-5.page-section.drkgry {
  padding-top: 75px;
  background-color: #dbdbdb;
  color: #1b1a1b;
}

.paragraph-3 {
  margin-top: 20px;
  margin-bottom: 15px;
  color: #4e4e4e;
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-weight: 400;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1250px;
  margin-top: 0%;
  margin-right: auto;
  margin-left: auto;
  -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-27 {
  width: 50%;
}

.div-block-27._2 {
  padding: 20px 22px;
  color: #000;
}

.textarea {
  min-height: 75px;
}

.textarea.w {
  min-height: 100px;
  border: 1px solid #fff;
}

.div-block-28 {
  width: 50%;
  padding-left: 5vh;
}

.div-block-28.contact-version {
  padding-right: 10%;
  padding-left: 0vh;
}

.footer--text.font-color--white {
  margin-bottom: 0.5rem;
}

.form-block-2 {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.form-block-2._2 {
  color: #000;
}

.column {
  padding-left: 0px;
}

.line {
  width: 15%;
  height: 3px;
  border: 1px none #000;
  background-image: -webkit-gradient(linear, left top, right top, from(#619c3f), to(#207c3b));
  background-image: linear-gradient(90deg, #619c3f, #207c3b);
}

.submit-button-2 {
  display: block;
  margin-top: 25px;
  margin-right: auto;
  margin-left: 0px;
  padding: 15px 30px 16px;
  border-radius: 5px;
  background-color: #be1e2e;
  opacity: 1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Museo 900', sans-serif;
  font-size: 1.2rem;
}

.submit-button-2:hover {
  background-color: #ac1524;
}

.link-drk {
  color: #1b1a1b;
}

.heading-18 {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 40px;
}

.blackk {
  color: #1b1a1b;
}

.paragraph-6 {
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.section-6 {
  padding-top: 75px;
  padding-bottom: 100px;
  background-color: #f5f5f5;
}

.html-embed {
  width: 100%;
}

.div-block-29 {
  width: 50%;
  padding-right: 5%;
  text-align: left;
}

.heading-19 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: museo-sans, sans-serif;
  color: #1a1a1a;
  font-size: 32px;
  line-height: 40px;
  font-weight: 900;
  letter-spacing: 0px;
  text-transform: none;
}

.image-11 {
  max-width: 200px;
  margin-bottom: 20px;
}

.content-div-5 {
  display: block;
  width: 90%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-div-5.flexh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-30 {
  overflow: auto;
  width: 50%;
  height: 700px;
}

.div-block-30._400 {
  height: 400px;
}

.review-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: block;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 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;
  background-color: hsla(0, 0%, 9%, 0.71);
  opacity: 1;
}

.div-block-32 {
  width: 45%;
  min-height: 400px;
  margin-left: 5%;
  background-image: url('/images/constructionjunk.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-32.comm {
  background-image: url('/images/industrial-junk.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-32.missionn {
  background-image: url('/images/DSC_0731.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-7 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f3f3f3;
}

.heading-20 {
  margin-right: 20px;
  font-family: museo-sans, sans-serif;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
}

.text-block-2 {
  display: inline-block;
  font-family: Museosans, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

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

.heading-21 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 36px;
}

.heading-21.dark-green {
  color: #1e5f31;
}

.heading-21.dark-green.smaller {
  font-size: 24px;
  line-height: 30px;
}

.heading-22 {
  color: #fff;
  font-size: 26px;
  line-height: 34px;
}

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

.div-block-33 {
  width: 90%;
  min-height: 300px;
  margin-bottom: 60px;
  background-image: url('/images/DSC_0730.JPG');
  background-size: cover;
  background-repeat: no-repeat;
}

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

.heading-23 {
  color: #1e5f31;
  font-size: 22px;
  line-height: 30px;
}

.heading-23.cntrd-lgr {
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 36px;
  text-align: center;
}

.div-block-34 {
  width: 45%;
  max-width: 400px;
  min-height: 450px;
  margin-right: 5%;
  float: left;
  background-image: url('/images/crew-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-35 {
  float: none;
}

.section-8 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #e9e9e9;
}

.div-block-36 {
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 50%;
  background-image: url('/images/medal.svg'), radial-gradient(circle farthest-corner at 50% 50%, #a9b962, #85a064);
  background-position: 50% 50%, 0px 0px;
  background-size: 50%, auto;
  background-repeat: no-repeat, repeat;
}

.div-block-36.b {
  background-image: url('/images/list.svg'), radial-gradient(circle farthest-corner at 50% 50%, #a9b962, #85a064);
  background-size: 45%, auto;
}

.div-block-36.c {
  background-image: url('/images/recycle-white.png'), radial-gradient(circle farthest-corner at 50% 50%, #a9b962, #85a064);
  background-size: 55%, auto;
}

.div-block-36.d {
  background-image: url('/images/handshake.svg'), radial-gradient(circle farthest-corner at 50% 50%, #a9b962, #85a064);
}

.paragraph-7 {
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

.heading-24 {
  color: #8faa6c;
  font-size: 22px;
  line-height: 28px;
}

.div-block-37 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.divaccordion {
  display: block;
  overflow: hidden;
  width: 95%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: transparent;
}

.dropdownfeature {
  width: 100%;
  margin-bottom: 11px;
  background-color: #f3f3f3;
}

.dropdowntoggle {
  display: block;
}

.droplistfeature {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0px;
  background-color: #e0ebd1;
}

.divinsideaccordion {
  padding: 20px 35px;
  color: #fff;
}

.textaccordion {
  margin-bottom: 0px;
  color: #1b1a1b;
  font-size: 16px;
}

.text-block-3 {
  font-family: museo-sans, sans-serif;
  color: #71654f;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
}

.select-field {
  border-style: solid;
  border-width: 1px;
  border-color: #cdcdcd;
  background-color: #fff;
}

.hiw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-height: auto;
  margin-right: 1%;
  margin-bottom: 25px;
  margin-left: 1%;
  background-color: #fff;
}

.number-side {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -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: #a9b962;
}

.number-big {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  font-family: 'Museo 900', sans-serif;
  font-size: 67px;
  line-height: 74px;
  text-align: center;
}

.div-block-38 {
  width: 75%;
  padding: 21px;
  color: #1b1a1b;
}

.paragraph-8 {
  margin-bottom: 0px;
  font-family: Museosans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.heading-25 {
  display: block;
  margin-top: 0px;
  font-family: 'Museo 700', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}

.heading-26 {
  font-family: museo-sans, sans-serif;
  font-weight: 900;
  text-align: center;
}

.tabs-2 {
  border: 1px solid #e2e2e2;
  background-color: transparent;
}

.tab-link-2 {
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  float: none;
  border: 1px none #000;
  background-color: #e2e1e1;
  color: #524d3f;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.tab-link-2.w--current {
  border-color: #fff;
  background-color: #f3f3f3;
  color: #4f9a3b;
  font-weight: 400;
}

.text-block-6 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.success {
  min-height: 220px;
  padding-top: 42px;
  background-color: #f6f7f6;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-39 {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.div-block-39._50 {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
}

.div-block-39._50._2 {
  padding-right: 10px;
  padding-left: 10px;
}

.tab-pane-general-contact {
  padding: 40px 25px;
}

.text-block-7 {
  color: rgba(82, 77, 63, 0.63);
}

.link-block-3 {
  width: 30%;
  margin-bottom: 20px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}

.article-heading {
  font-size: 44px;
  line-height: 50px;
}

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

.blog-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog {
  width: 30%;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #fff;
}

.image-container {
  overflow: hidden;
  height: 220px;
}

.blog-image {
  padding: 140px;
  background-image: url('/images/our-trailer.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.blog-summary {
  padding: 0px 20px 20px;
}

.div-block-40 {
  width: 80%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.div-block-41 {
  width: 80%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.button-4 {
  padding: 15px 20px;
  background-color: #4b9839;
}

.button-4.schedule {
  margin-top: 40px;
  padding: 10px;
  border-radius: 7px;
  font-family: Museosans, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.div-block-42 {
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 100px;
  background-color: rgba(75, 152, 57, 0.84);
  color: #000;
  text-align: center;
}

.heading-28 {
  text-transform: none;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-44 {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.link-block-4 {
  margin-right: 10px;
  margin-left: 10px;
}

.pop-up {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  width: auto;
  height: auto;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.desktop-pop-up {
  position: fixed;
  left: auto;
  top: auto;
  right: 1%;
  bottom: 1%;
  z-index: 99;
}

.close-popup {
  position: fixed;
  top: auto;
  right: 1%;
  z-index: 100;
  width: 40px;
  margin-top: 0px;
  margin-right: 0px;
  padding: 10px;
}

.image-17 {
  width: 100%;
}

.pop-up-container {
  width: 350px;
  float: right;
  text-align: right;
}

.image-container-2 {
  width: 100%;
}

.mobile-pop-up {
  display: none;
}

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #be1e2e;
  color: #fff;
  text-decoration: none;
}

.paragraph-9 {
  margin-bottom: 0px;
  text-align: center;
}

.header {
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

.body-content {
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.paragraph-10 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.footer-image {
  max-width: 50%;
}

.image-2 {
  max-width: 75%;
  padding-right: 5px;
  padding-left: 5px;
}

.image-3 {
  max-width: 40%;
}

.contactbuttons {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}

.iconimages {
  height: 100px;
}

.contact-text {
  font-family: Museosans, sans-serif;
  font-weight: 400;
}

.green-star {
  width: 50px;
  padding-right: 15px;
  padding-left: 15px;
}

.flexdivhor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.content-div-6 {
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-div-6.reviews {
  display: block;
  padding-top: 60px;
  padding-bottom: 20px;
  -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;
}

.flexcolumns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.greyplus {
  max-width: 50%;
}

.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.banner-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #be1e2e;
  color: #fff;
  text-decoration: none;
}

.stay-safe {
  width: 75px;
  height: 75px;
  background-image: url('/images/STAY-SAFE---MASK-ICON.png');
  background-position: 50% 40%;
  background-size: 200%;
  background-repeat: no-repeat;
}

.imgarticles {
  width: 300px;
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
}

html.w-mod-js *[data-ix="slide-pop"] {
  opacity: 0;
  -webkit-transform: translate(0px, 35px);
  -ms-transform: translate(0px, 35px);
  transform: translate(0px, 35px);
}

html.w-mod-js *[data-ix="slide-pop-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 35px);
  -ms-transform: translate(0px, 35px);
  transform: translate(0px, 35px);
}

html.w-mod-js *[data-ix="slide-pop-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 35px);
  -ms-transform: translate(0px, 35px);
  transform: translate(0px, 35px);
}

html.w-mod-js *[data-ix="landing-interaction"] {
  opacity: 0;
  -webkit-transform: translate(0px, 55px);
  -ms-transform: translate(0px, 55px);
  transform: translate(0px, 55px);
}

html.w-mod-js *[data-ix="new-interaction-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="title-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="title-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

@media screen and (max-width: 991px) {
  h1 {
    font-family: 'Museo 900', sans-serif;
  }

  h2 {
    font-size: 40px;
    line-height: 50px;
  }

  h3 {
    margin-top: 10px;
    font-size: 36px;
    line-height: 44px;
  }

  h4 {
    font-size: 18px;
    line-height: 24px;
  }

  h5 {
    margin-top: 0px;
    font-size: 16px;
    line-height: 24px;
  }

  .menu-button {
    padding: 9px;
    font-size: 40px;
  }

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

  .nav-menu {
    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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #c2b59a;
  }

  .top-content {
    width: 95%;
  }

  .nav-content {
    width: 100%;
  }

  .brand {
    max-width: 350px;
  }

  .nav-link {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 17px;
    padding-left: 17px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 14px;
    letter-spacing: 0px;
  }

  .button.testimonial-bttn {
    min-width: 175px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .slide {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 26, 27, 0.55)), to(rgba(27, 26, 27, 0.55))), url('/images/IMG_5812.JPG');
    background-image: linear-gradient(180deg, rgba(27, 26, 27, 0.55), rgba(27, 26, 27, 0.55)), url('/images/IMG_5812.JPG');
    background-position: 0px 0px, 50% 100%;
  }

  .slider-arrows {
    margin-right: 10px;
    margin-left: 10px;
  }

  .slide-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url('/images/JDog-Truck--Trailer_field.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('/images/JDog-Truck--Trailer_field.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
  }

  .hero-overlay {
    width: 90%;
  }

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

  .section.mis {
    padding-bottom: 75px;
  }

  .div-block {
    width: 100%;
    min-height: 300px;
  }

  .div-block.grided {
    width: 100%;
    min-height: 500px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .content-column {
    width: 100%;
    padding-top: 35px;
    padding-left: 0%;
  }

  .content-column.flipped {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 50px;
  }

  .div-block-2 {
    width: 50%;
  }

  .div-block-3 {
    width: 55%;
  }

  .div-block-3.fll {
    width: 45%;
  }

  .div-block-3.fll.half {
    height: 250px;
  }

  .div-block-4._2 {
    background-position: 50% 50%;
  }

  .div-block-5 {
    display: block;
  }

  .div-block-6 {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }

  .div-block-7._25 {
    width: 33.3%;
  }

  .div-block-7._25._33 {
    width: 33.3%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .div-block-8 {
    padding-right: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
  }

  .image-6 {
    width: 30px;
    margin-right: 20px;
  }

  .div-block-9 {
    width: 50%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .div-block-10 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .li.bold {
    text-align: left;
  }

  .heading-2 {
    margin-top: 5px;
    font-size: 23px;
  }

  .form-block {
    width: 36%;
  }

  .text-field {
    height: 50px;
  }

  .submit-button {
    min-width: 89px;
  }

  .div-block-11 {
    height: 300px;
  }

  .div-block-12 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .link-2.review {
    padding-top: 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .footer-link {
    font-size: 12px;
    line-height: 18px;
  }

  .footer-col {
    width: 50%;
    padding-bottom: 0px;
  }

  .footer-col._1 {
    width: 50%;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .footer-col.last {
    width: 50%;
  }

  .footer-col._3 {
    width: 50%;
  }

  .footer-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .social-link {
    width: 30px;
    height: 30px;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 24px;
  }

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

  .div-block-17 {
    width: 100%;
    min-height: auto;
  }

  .div-block-18 {
    width: 100%;
    padding-top: 55px;
    padding-right: 5%;
    float: none;
  }

  .div-block-19 {
    width: 100%;
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .heading-13 {
    font-size: 28px;
    line-height: 32px;
  }

  .line-title.olive-green {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }

  .line-title.olive-green._30 {
    width: 45%;
  }

  .div-block-23 {
    width: 50%;
    min-height: 275px;
    float: left;
    border-width: 5px;
  }

  .div-block-23.sec {
    border-style: solid;
    border-width: 5px 5px 5px 1px;
  }

  .bar-flex {
    width: 100%;
  }

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

  .image-12 {
    width: 35px;
    height: 35px;
    max-width: 35px;
    margin-right: 15px;
  }

  .heading-17 {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  .heading-17._2 {
    font-size: 1.2rem;
  }

  .section-5 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .paragraph-3 {
    margin-top: 15px;
    font-size: 1.1rem;
    line-height: 1.7rem;
  }

  .div-block-26 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-27 {
    width: 75%;
  }

  .div-block-27._2 {
    width: 100%;
    padding-top: 46px;
  }

  .div-block-28 {
    width: 100%;
    padding-right: 0vh;
    padding-left: 0vh;
    text-align: center;
  }

  .footer--text.font-color--white {
    margin-bottom: 1rem;
  }

  .form-block-2 {
    max-width: 85%;
  }

  .form-block-2._2 {
    max-width: 90%;
  }

  .line {
    display: inline-block;
  }

  .paragraph-6 {
    font-size: 1rem;
  }

  .section-6 {
    padding-top: 60px;
  }

  .div-block-29 {
    width: 100%;
    padding-bottom: 49px;
  }

  .heading-19 {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .content-div-5 {
    width: 95%;
  }

  .content-div-5.flexh {
    display: block;
  }

  .content-div-5.flexh.serv {
    display: block;
  }

  .div-block-30 {
    width: 100%;
  }

  .div-block-30._400 {
    width: 100%;
  }

  .review-overlay {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-32 {
    width: 90%;
    max-width: 500px;
    min-height: 300px;
    margin-bottom: 48px;
    margin-left: 0%;
  }

  .div-block-32.comm {
    width: 100%;
    max-width: 500px;
    margin-top: 0px;
    margin-bottom: 24px;
    margin-left: 0%;
  }

  .div-block-32.missionn {
    width: 100%;
    max-width: 800px;
    min-height: 400px;
  }

  .div-block-33 {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

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

  .text-block-3 {
    font-size: 20px;
  }

  .hiw {
    width: 48%;
    margin-bottom: 21px;
  }

  .paragraph-8 {
    font-size: 15px;
    line-height: 22px;
  }

  .blog-container {
    width: 90%;
    -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;
  }

  .blog {
    width: 47%;
    margin-bottom: 20px;
  }

  .blog-image {
    width: 100%;
    min-width: 100%;
    padding-right: 0px;
  }

  .desktop-pop-up {
    left: auto;
    top: auto;
    right: 1%;
    bottom: 1%;
  }

  .pop-up-container {
    width: 400px;
  }

  .contact-text {
    font-size: 16px;
  }

  .content-div-6.reviews {
    padding-top: 50px;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }

  h2 {
    font-size: 32px;
    line-height: 42px;
  }

  ul {
    margin-bottom: 0px;
  }

  .menu-button {
    width: 60px;
    height: 60px;
    margin-top: 7px;
    padding: 15px;
    float: right;
    color: #7e7863;
    font-size: 30px;
  }

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

  .nav-menu {
    background-color: #c2b59a;
    color: #fff;
  }

  .top-content {
    width: 100%;
    min-height: 50px;
  }

  .nav-content {
    width: 95%;
    min-height: 75px;
  }

  .link-block-2 {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    font-size: 20px;
  }

  .brand {
    min-height: 125px;
    padding-left: 0px;
    background-position: 5% 50%;
  }

  .brand.w--current {
    background-image: none;
  }

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

  .content-div.hero {
    width: 100%;
  }

  .content-div.flex-h {
    width: 95%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-div.flexcta {
    display: block;
    text-align: center;
  }

  .content-div.underlined {
    padding-bottom: 30px;
  }

  .content-div.underlined.drkline {
    margin-bottom: 30px;
  }

  .slider-arrows {
    margin-bottom: 15px;
  }

  .hero-overlay {
    width: 90%;
  }

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

  .section.green-span {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .div-block.grided {
    min-height: 500px;
  }

  .subheading {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .paragraph {
    color: #5f5c5f;
  }

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

  .heading-7 {
    font-size: 50px;
    line-height: 60px;
  }

  .div-block-7 {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .div-block-7._50 {
    width: 50%;
  }

  .image-6 {
    width: 25px;
  }

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

  .heading-2 {
    margin-top: 0px;
    line-height: 32px;
  }

  .form-block {
    width: 50%;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-11 {
    width: 100%;
    height: 250px;
  }

  .image {
    height: 55px;
  }

  .link-2.review {
    padding-top: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .footer-col {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .footer-col._1 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-col.last {
    width: 50%;
  }

  .footer-col._3 {
    width: 50%;
  }

  .phone-number-2 {
    display: block;
    text-align: left;
  }

  .footer-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-title {
    margin-bottom: 20px;
  }

  .div-block-16 {
    width: 100%;
  }

  .heading-13 {
    font-size: 36px;
    line-height: 40px;
  }

  .line-title.olive-green {
    width: 85%;
  }

  .line-title.olive-green._30 {
    width: 65%;
  }

  .div-block-21 {
    width: 100%;
    padding-top: 30px;
    float: left;
  }

  .div-block-22 {
    display: block;
  }

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

  .div-block-24.whitish {
    margin-top: 25px;
  }

  .section-3 {
    min-height: 550px;
  }

  .section-3.page {
    padding-bottom: 55px;
  }

  .section-3.page.schedule {
    padding-top: 10px;
    padding-bottom: 25px;
  }

  .section-4 {
    background-color: #f3f3f3;
  }

  .bar-flex {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 17px;
    max-width: 500px;
    min-height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-25 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-bottom-style: solid;
  }

  .div-block-25.last.grey {
    border-style: none;
  }

  .div-block-25.grey {
    width: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: none;
    background-color: #e4e2e2;
  }

  .image-12 {
    width: 30px;
    height: 30px;
    max-width: 30px;
  }

  .heading-17 {
    font-size: 1rem;
  }

  .text-field-2 {
    min-height: 45px;
    margin-bottom: 10px;
  }

  .column-2 {
    padding-left: 0px;
  }

  .section-5.page-section {
    padding-top: 55px;
  }

  .section-5.page-section.drkgry {
    padding-top: 50px;
  }

  .div-block-26 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-27 {
    width: 85%;
  }

  .textarea {
    min-height: 85px;
  }

  .div-block-28 {
    width: 95%;
  }

  .div-block-28.contact-version {
    width: 100%;
    padding-right: 0%;
  }

  .column {
    padding-right: 0px;
  }

  .heading-18 {
    font-size: 28px;
    line-height: 36px;
  }

  .section-6 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .html-embed {
    width: 100%;
  }

  .div-block-29 {
    width: 100%;
    padding-right: 0%;
    padding-bottom: 35px;
    text-align: left;
  }

  .content-div-5.flexh {
    display: block;
  }

  .div-block-30 {
    width: 100%;
  }

  .review-overlay {
    display: none;
    overflow: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .heading-20 {
    margin-right: 0px;
  }

  .columns-2 {
    display: block;
  }

  .column-3 {
    padding-top: 27px;
    text-align: center;
  }

  .columns-3 {
    text-align: left;
  }

  .column-4 {
    padding-top: 32px;
  }

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

  .div-block-34 {
    display: none;
  }

  .textaccordion {
    font-size: 14px;
    line-height: 22px;
  }

  .text-block-3 {
    font-size: 18px;
    line-height: 14px;
    letter-spacing: 0px;
  }

  .heading-25 {
    font-size: 20px;
    line-height: 26px;
  }

  .article-heading {
    font-size: 38px;
    line-height: 42px;
  }

  .blog {
    width: 100%;
  }

  .button-4.schedule {
    margin-top: 0px;
  }

  .div-block-43 {
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .desktop-pop-up {
    display: none;
  }

  .close-popup {
    position: relative;
    right: 0%;
    margin-bottom: -40px;
    float: right;
  }

  .pop-up-container {
    width: 100%;
  }

  .mobile-pop-up {
    display: block;
  }

  .banner {
    height: 60px;
  }

  .image-2 {
    max-width: 85%;
  }

  .iconimages {
    height: 60px;
  }

  .contact-text {
    line-height: 20px;
  }

  .content-div-6.reviews {
    padding-top: 30px;
  }

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

  .review-image {
    max-width: 35%;
  }

  .greyplus {
    max-width: 10%;
  }

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

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

  .banner-2 {
    height: 60px;
  }

  .imgarticles {
    width: 200px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
  }

  h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .menu-button {
    margin-top: 0px;
    padding: 13px;
    background-color: #f6f6f6;
    font-size: 32px;
  }

  .top-content {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-content {
    width: auto;
    max-width: none;
    min-height: auto;
    float: none;
  }

  .link-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 4px;
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .link-block-2.big {
    font-size: 24px;
    line-height: 28px;
  }

  .brand {
    min-height: 150px;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: 50% 50%;
    background-size: contain;
  }

  .brand.w--current {
    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;
    background-image: none;
  }

  .button {
    font-size: 16px;
    line-height: 22px;
  }

  .button.cta {
    font-size: 1.1rem;
    line-height: 24px;
  }

  .button.cta {
    padding: 12px 22px;
    font-size: 1.1rem;
    line-height: 24px;
  }

  .slide-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url('/images/JDog-Truck--Trailer_field.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('/images/JDog-Truck--Trailer_field.jpg');
    background-position: 0px 0px, 25% 100%;
  }

  .hero-overlay {
    width: 95%;
    padding-top: 0px;
    padding-bottom: 66px;
  }

  .section {
    padding: 55px 0px 0px;
  }

  .div-block {
    min-height: 200px;
  }

  .div-block.grided {
    min-height: 1000px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .green {
    letter-spacing: 0px;
  }

  .subheading {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .paragraph {
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-7 {
    font-size: 45px;
    line-height: 55px;
  }

  .div-block-3 {
    width: 100%;
    min-height: 350px;
  }

  .div-block-3.fll {
    width: 100%;
    min-height: 250px;
  }

  .div-block-4._2 {
    background-size: cover;
  }

  .div-block-4._5 {
    background-position: 50% 15%;
  }

  .div-block-6 {
    width: 90%;
  }

  .div-block-7._25 {
    width: 50%;
  }

  .div-block-7._25._33 {
    width: 50%;
  }

  .div-block-7._50 {
    width: 100%;
  }

  .div-block-9 {
    width: 100%;
  }

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

  .list-item-2 {
    font-size: 14px;
  }

  .li {
    font-size: 16px;
    line-height: 28px;
  }

  .form-block {
    width: 95%;
  }

  .div-block-11 {
    width: 100%;
    min-height: 300px;
    margin-right: 0%;
    margin-bottom: 35px;
    float: none;
  }

  .div-block-12 {
    width: 90%;
  }

  .image {
    height: 60px;
  }

  .link-2.review {
    padding-top: 20px;
    font-size: 14px;
  }

  .landing-address.white-address {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 500;
  }

  .footer-col {
    padding-right: 11px;
    padding-bottom: 0px;
    padding-left: 11px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .footer-col._1 {
    width: 100%;
    padding-right: 11px;
    padding-bottom: 0px;
    padding-left: 11px;
  }

  .footer-col.last {
    padding-right: 11px;
    padding-left: 11px;
  }

  .footer-col._3 {
    padding-right: 11px;
    padding-bottom: 0px;
    padding-left: 11px;
  }

  .phone-number-2 {
    font-size: 18px;
    font-weight: 400;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 24px;
  }

  .heading-12 {
    margin-right: 3px;
    margin-left: 3px;
    font-size: 16px;
  }

  .heading-13 {
    font-size: 24px;
    line-height: 32px;
  }

  .line-title.olive-green._30 {
    width: 85%;
  }

  .line-title.olive-green._50 {
    width: 75%;
  }

  .image-9 {
    margin-right: 3px;
    margin-left: 3px;
  }

  .div-block-21 {
    padding-top: 0px;
  }

  .section-3.page.schedule {
    padding-top: 5px;
  }

  .section-4 {
    background-color: #f3f3f3;
  }

  .bar-flex {
    max-width: 300px;
  }

  .div-block-25 {
    width: 100%;
    min-height: 85px;
    padding-left: 10%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-style: none none solid;
  }

  .div-block-25.last {
    border-right-style: none;
    border-bottom-style: none;
  }

  .div-block-25.grey {
    width: 100%;
    padding-left: 10%;
  }

  .section-5 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section-5.page-section {
    padding-top: 35px;
  }

  .paragraph-3 {
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
  }

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

  .div-block-27 {
    width: 100%;
  }

  .div-block-27._2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -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;
  }

  .form-block-2 {
    max-width: 100%;
  }

  .heading-18 {
    font-size: 26px;
    line-height: 34px;
  }

  .heading-19 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .div-block-32.missionn {
    min-height: 255px;
  }

  .heading-20 {
    margin-top: 0px;
    margin-right: 0px;
    font-size: 24px;
  }

  .columns-2 {
    display: block;
  }

  .heading-21 {
    font-size: 26px;
    line-height: 34px;
  }

  .heading-21.dark-green.smaller {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-33 {
    width: 100%;
    min-height: 275px;
  }

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

  .dropdowntoggle {
    padding-left: 10px;
  }

  .dropdownarrow {
    margin-right: 5px;
  }

  .droplistfeature {
    height: 0px;
  }

  .divinsideaccordion {
    padding: 15px 12px;
  }

  .textaccordion {
    font-size: 14px;
    line-height: 22px;
  }

  .text-block-3 {
    display: inline-block;
    font-size: 12px;
  }

  .hiw {
    width: 98%;
  }

  .number-big {
    font-size: 55px;
  }

  .heading-25 {
    font-size: 20px;
    line-height: 26px;
  }

  .tab-link-2 {
    min-height: 100px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
  }

  .tab-link-2.w--current {
    padding-right: 15px;
    padding-left: 15px;
    float: left;
  }

  .tabs-menu-2 {
    min-height: 100px;
  }

  .div-block-39._50 {
    width: 100%;
  }

  .article-heading {
    font-size: 30px;
    line-height: 34px;
  }

  .blog-container {
    width: 100%;
  }

  .button-4.schedule {
    margin-top: 0px;
    font-size: 16px;
    line-height: 24px;
  }

  .heading-28 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-43 {
    padding: 20px;
  }

  .close-popup {
    position: relative;
    right: 0%;
    bottom: 0px;
    margin-top: 0px;
    margin-bottom: -40px;
    float: right;
  }

  .banner {
    height: 70px;
  }

  .paragraph-9 {
    width: 90%;
  }

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

  .review-image {
    max-width: 50%;
  }

  .greyplus {
    max-width: 15%;
  }

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

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

  .banner-2 {
    height: auto;
  }

  .imgarticles {
    width: auto;
    float: none;
  }
}

@font-face {
  font-family: 'Myriad pro semiextended';
  src: url('/fonts/Myriad-Pro-Bold-SemiExtended.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chunkfive';
  src: url('/fonts/Chunkfive.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museosans';
  src: url('/fonts/MuseoSans.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('/fonts/MyriadPro-BlackSemiCn.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('/fonts/MyriadPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museo 700';
  src: url('/fonts/Museo-700.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museo 900';
  src: url('/fonts/Museo-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}