
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&Family=Open+Sanswght@400;700&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@import url("https://use.fontawesome.com/releases/v5.5.0/css/all.css");

@import "normalize.css";
@import "webflow.css";

@import "contractorsdisposal.webflow.css?v=1.3.16";

/* February 2026: Additional footer logos */
.footer-group-awards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (min-width: 992px) {
  .footer-group-awards {
    -webkit-box-pack: justify;
    -webkit-justify-content: left;
    -ms-flex-pack: justify;
    justify-content: left;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px;
  }

  .footer-group-awards  a {
    width: 180px;
    max-width: 100%;
  }

  .footer-group-awards img {
    width: 140px;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
    .footer-links-group {
        padding-left: 0;
    }
}

/* Custom code from <style> tags in webflow export, either in <head> or in a custom code embed */

.cms-frontend {
  overflow-x: hidden;
  word-wrap: break-word;
}
.cms-btn:focus {
  outline: 0;
}
img.userUpload {
  height: auto !important;
}
iframe {
  max-width: 100%;
}
.contact-form-success-message {
  display: block !important;
}
.content-block ul {
    overflow: hidden;
}
.responsive-video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cms-btn a {
    color: inherit;
}
/* Custom search form styles */
[data-module="cms-custom-search"] {
  padding: 0px;
  margin-top: 20px;
}
[data-module="cms-custom-search"] .form-wrapper 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-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;
  max-width: 280px;
  border-bottom: none !important;
}
[data-module="cms-custom-search"] .form-wrapper form button {
  min-width: 150px;
}
[data-module="cms-custom-search"] .form-wrapper .form-item {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
[data-module="cms-custom-search"] .form-wrapper form input[type='text'] {
  display: block;
  width: 100%;
  height: 48px;
  max-width: 100%;
  margin-bottom: 0px;
  padding: 8px 12px 8px 14px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
}
[data-module="cms-custom-search"] .form-wrapper {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.cms-custom-search-result {
  margin-bottom: 0px !important;
  padding-top: 30px;
  border-bottom: none !important;
  border-top: 1px solid #ddd;
}
.cms-custom-search, .cms-custom-search-result p, .cms-custom-search-result-sub-title {
  font-size: 14px !important;
  font-style: inherit !important;
  color: #858484;
}
.cms-custom-search-result-title {
  font-size: 16px !important;
  margin-bottom: 5px !important;
}
#password-form {
  width: 280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#password-form-error {
  margin-bottom: 20px;
}

/* Added for application form */

.add-to-form-link,
.remove-from-form-link {
  cursor: pointer;
  color: #d33838;
  margin-top: 10px;
  display: inline-block;
}

[data-plus-button-markup] {
  display: none;
  height: 0;
  overflow: hidden;
}

[data-plus-button-respone] [data-plus-button] {
  display: none;
}

.application-form-wrapper-inner .full-width {
  width: 100%;
}

.application-form [data-step] {
  display: none;
}

.application-form [data-step].current-step {
  display: block;
}

#form-response {
  margin-top: 30px;
}

[data-condition] hr {
  margin: 0 0 20px 0;
}

.contact-form-loading-icon {
  display: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  width: 20px;
}

.loading .contact-form-loading-icon {
  display: block;
}

.form-blackout {
  position: relative;
}

.form-blackout-overlay {
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(255,255,255,0.5);
  -webkit-transition: top 500ms ease-out 1s;
  -moz-transition: top 500ms ease-out 1s;
  -o-transition: top 500ms ease-out 1s;
  transition: top 500ms ease-out 1s;
}

.loading .form-blackout-overlay {
  height: 100%;
}

[data-plus-button] {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .w-lightbox-left, .w-lightbox-right {
    background-size: 15px;
  }
}

.fas {
  font-style: inherit;
  font-weight: 900;
}
.fa {
  font-weight: 400;
}
.footer-link a {
  color: inherit;
}
[data-icon] {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.alert-bar a {
  color: #d33838;
}
.sizes-slider {
	width: calc(100% + ((100vw - 940px) / 2) - 35px);
}
.about-section-background-image {
	height: calc(100% + 60px);
}
.how-it-works-grid {
	width: calc(100% + 20px);
}
.featured-video-wrapper-inner {
	width: calc(100% + ((100vw - 1020px) / 2) - 50px);
}
.featured-video-green-bg {
	width: calc(100% + 26px);
}
.footer-cities-slider-wrapper {
	width: calc(100% - 160px);
}
.call-out-text::text {
 width: 940px;
 max-width: 100%;
 margin-left: auto;
 margin-right: auto;
}
.select-a-size-dropdown-toggle.w--open .select-a-size-dropdown-icon {
	transform: rotate(180deg);
}
.amsd-list.grid {
	width: calc(100% + 20px);
}
@media (max-width: 1200px) {
}
@media (max-width: 991px) {
	.about-section-background-image {
		height: 400px;
	}
  .how-it-works-grid {
		width: 100%;
	}
  .featured-video-wrapper-inner {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.amsd-list.grid {
		width: 100%;
	}
}
@media (max-width: 479px) {
}


/* Overrides */

.w-lightbox-backdrop {
  z-index: 99999999999;
}

.w-lightbox-noscroll {
  overflow: visible;
}


@media (max-width: 991px) {

}

@media (max-width: 767px) {

}

@media (max-width: 479px) {

}



.reviews-section.home-page-replica {
    padding: 0 !important;
}

.dropdown-link.w--current:hover {
    color: #82e45d !important;
}