/* fixed container width and hero content cleanup */

.container {
  width: 1180px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.hero__content,
.hero--brand .hero__content,
.hero.hero--unified .hero__content {
}

@media (max-width: 1240px) {
  .container {
    width: calc(100% - 40px);
    max-width: none;
  }
}

@media (max-width: 620px) {
  .container {
    width: calc(100% - 24px);
    max-width: none;
  }
}

/* contact CTA removed */
.contact-cta,
[class*="contact-cta"] {
  display: none;
}

/* cta section orange removed */
.cta.section-orange,
.section-orange.cta {
  display: none;
}
