@charset "UTF-8";
.services section#hero {
  background-color: #00235e;
}

.residential-dumpster-services section#hero {
  background-color: #00989b;
}

section#hero {
  background-repeat: no-repeat;
  padding: 70px 0px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1500px) {
  section#hero {
    background-position: center;
  }
}
@media only screen and (max-width: 980px) {
  section#hero {
    background-size: cover;
  }
}
section#hero .hero-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section#hero .hero-inner .hero-h1-thin {
  font-size: 43px;
  color: #ffffff;
  font-weight: normal;
  line-height: 1.1;
}
@media only screen and (max-width: 480px) {
  section#hero .hero-inner .hero-h1-thin {
    font-size: 33px;
  }
}
section#hero .hero-inner .hero-h1-bold {
  font-size: 43px;
  color: #ffffff;
  line-height: 1.1;
}
section#hero .hero-inner .hero-h1-bold span {
  color: #f1592a;
}
@media only screen and (max-width: 480px) {
  section#hero .hero-inner .hero-h1-bold {
    font-size: 33px;
  }
}
section#hero .hero-inner .hl-box {
  max-width: 630px;
  color: #ffffff;
  padding: 20px 0px;
}
section#hero .hero-inner .hl-box .hero-subhead {
  color: #ffffff;
  font-size: 33px;
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (max-width: 480px) {
  section#hero .hero-inner .hl-box .hero-subhead {
    font-size: 23px;
  }
}
section#hero .hero-inner .hero-left {
  width: 60%;
}
@media only screen and (max-width: 1125px) {
  section#hero .hero-inner .hero-left {
    width: 50%;
  }
}
@media only screen and (max-width: 980px) {
  section#hero .hero-inner .hero-left {
    width: 100%;
  }
}
section#hero .hero-inner .hero-left .pvp-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
section#hero .hero-inner .hero-left .pvp-list .pvp-item {
  font-size: 15px;
  width: calc(48% - 5px);
  padding: 3px 0px 3px 5px;
}
section#hero .hero-inner .hero-left .pvp-list .pvp-item:before {
  content: "• ";
  color: #ee6a12;
}
@media only screen and (max-width: 768px) {
  section#hero .hero-inner .hero-left .pvp-list .pvp-item {
    width: calc(49.9% - 5px);
  }
}
@media only screen and (max-width: 500px) {
  section#hero .hero-inner .hero-left .pvp-list .pvp-item {
    width: 100%;
  }
}
section#hero .hero-inner .hero-left .btn {
  max-width: 200px;
  display: block;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}
section#hero .hero-inner .hero-left .btn a {
  color: #ffffff;
}
section#hero .hero-inner .hero-right {
  align-self: flex-end;
  position: absolute;
  right: 0px;
}
@media only screen and (max-width: 980px) {
  section#hero .hero-inner .hero-right {
    position: relative;
    bottom: -130px;
    text-align: center;
    margin: 0 auto;
  }
}
section#hero .hero-inner .hero-right img {
  max-width: 550px;
}
@media only screen and (max-width: 1220px) {
  section#hero .hero-inner .hero-right img {
    max-width: 490px;
  }
}
@media only screen and (max-width: 980px) {
  section#hero .hero-inner .hero-right img {
    max-width: 100%;
  }
}

.grid_content {
  background: #f7f7f7;
}

/*# sourceMappingURL=services.css.map */
