.wb-page-title-header {
  padding-left: 0;
  margin-left: 0;
}

.cover {
  object-fit: cover;
}

section {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background-color: #f7f7f7;
}

#about-us-hero {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 0;
}
#about-us-hero .about-us-hero-image {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  position: relative;
}
#about-us-hero .about-us-hero-image img {
  width: 100%;
  height: 700px;
}
#about-us-hero .about-us-hero-content {
  position: absolute;
  left: 50px;
  color: #fff;
  width: 50%;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#about-us-hero .about-us-hero-content header {
  padding-top: 110px;
}
#about-us-hero .about-us-hero-content .hero-headline {
  margin-top: 50px;
  text-transform: uppercase;
}
#about-us-hero .about-us-hero-content .hero-headline h1 {
  font-size: 4rem;
  font-weight: 500;
  margin: 0;
}
#about-us-hero .about-us-hero-content .hero-footer {
  margin-top: 20px;
  height: 90px;
}
#about-us-hero .about-us-hero-content .hero-footer p {
  color: #fff;
  line-height: 1.8;
  font-size: 12px;
}
#about-us-hero .hero-highlights-mobile {
  display: none;
}
#about-us-hero .hero-highlights-desktop {
  position: absolute;
  display: flex;
  bottom: -90px;
  left: 50px;
}
#about-us-hero .highlight-card {
  height: auto;
  width: 300px;
  border-radius: 3px;
  background-color: #fff;
  margin-right: 15px;
  display: flex;
  box-shadow: 0px 0px 25px #6a6a6a73;
  z-index: 3;
  padding: 5px 0;
}
#about-us-hero .highlight-card .highlight-img {
  margin: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
#about-us-hero .highlight-card .highlight-img img {
  width: 50px;
  z-index: 4;
}
#about-us-hero .highlight-card .highlight-img svg {
  width: 50px;
  z-index: 4;
}
#about-us-hero .highlight-card .highlight-img svg path {
  fill: #ef1212;
}
#about-us-hero .highlight-card .highlight-content {
  flex: 3;
  padding: 0 15px 0 0;
}
#about-us-hero .highlight-card .highlight-content h4 {
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 600;
  font-size: 1.5rem;
}
#about-us-hero .highlight-card .highlight-content p {
  line-height: 1.3;
}

#about-us-services {
  margin-top: 140px;
  margin-bottom: 80px;
}
#about-us-services .wb-subhead {
  text-transform: uppercase;
  color: #ef1212;
  font-size: 1.2em;
  margin: 0;
}
#about-us-services .wb-subhead h4 {
  font-weight: 600;
}
#about-us-services .about-us-headline h3 {
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0;
  font-size: 2em;
  line-height: 1.5;
}
#about-us-services .services {
  display: flex;
  flex-wrap: wrap;
}
#about-us-services .services .services-list {
  flex: 1;
  padding-right: 50px;
}
#about-us-services .services .services-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#about-us-services .services .services-list ul li .service {
  position: relative;
  cursor: pointer;
}
#about-us-services .services .services-list ul li .service .service-plus, #about-us-services .services .services-list ul li .service .service-minus {
  width: 10px;
  position: absolute;
  right: 15px;
  top: 10px;
  opacity: 0.3;
}
#about-us-services .services .services-list ul li .service .service-description {
  margin-bottom: 40px;
}
#about-us-services .services .services-list ul li .service .service-description p {
  line-height: 1.8;
}
#about-us-services a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
#about-us-services a:hover {
  text-decoration: none;
}
#about-us-services .services .services-list ul li .service .service-description a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
}
#about-us-services .services .services-list ul li .service .hidden {
  display: none;
}
#about-us-services .services .services-list ul li h4 {
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid #d0d0d0;
  padding: 10px 0;
  margin: 10px auto;
}
#about-us-services .services .services-graphic {
  flex: 1;
  position: relative;
  height: 450px;
}
#about-us-services .services .services-graphic .dots {
  width: 400px;
  height: 400px;
  position: absolute;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAFklEQVQImWM4fPhwGjJmQAY0kqQNAABeiirxebnKqQAAAABJRU5ErkJggg==");
  z-index: 0;
  bottom: 0;
}
#about-us-services .services .services-graphic .graphic-img {
  position: absolute;
  z-index: 1;
  right: 0;
}
#about-us-services .services .services-graphic .graphic-img img {
  width: 350px;
  height: 350px;
}
#about-us-services .services .services-graphic .highlight-number {
  position: absolute;
  font-size: 150px;
  font-weight: 700;
  z-index: 2;
  top: 240px;
  left: 60px;
  color: #eeaa00;
}
#about-us-services .services .services-graphic .highlight-number-subtext {
  position: absolute;
  font-size: 25px;
  line-height: 1;
  z-index: 2;
  right: 75px;
  bottom: 45px;
  text-transform: uppercase;
}
#about-us-services .services .services-list ul li h4.service-selected {
  font-weight: 700;
}

#meet-us .wb-subhead h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.5em;
}
#meet-us .meet-us-headline h3 {
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 400;
  font-size: 2em;
  line-height: 1.5;
  margin: 0;
}
#meet-us .people-list {
  display: flex;
  flex-wrap: wrap;
}
#meet-us .people-list .person {
  flex: 1;
  height: 350px;
  margin: 10px;
  min-width: 100px;
}
#meet-us .people-list .person img {
  height: 250px;
  width: 100%;
  background-color: gray;
  border-radius: 3px;
  object-position: top;
}
#meet-us .people-list .person .person-name {
  font-weight: 600;
  font-size: 1rem;
  padding-top: 10px;
  padding-bottom: 5px;
  color: #000;
}
#meet-us .people-list .person p {
  line-height: 1;
  margin: 0;
}
#meet-us .people-list .person:first-child {
  margin-left: 0;
}
#meet-us .people-list .person:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1100px) {
  #about-us-hero .about-us-hero-content {
    width: 50%;
    left: 50px;
  }
}
@media only screen and (max-width: 920px) {
  #about-us-hero .about-us-hero-content {
    left: 20px;
  }
  #about-us-hero .about-us-hero-content .hero-headline h1 {
    font-size: 3rem;
    font-weight: 500;
  }

  .slick-initialized .slick-slide {
    margin: 0 10px;
  }

  #about-us-hero .about-us-hero-content {
    width: 80%;
  }
  #about-us-hero .hero-highlights-desktop {
    display: none;
  }
  #about-us-hero .hero-highlights-mobile {
    display: block;
    margin-top: -20vh;
    z-index: 2;
  }
  #about-us-hero .hero-highlights-mobile .highlight-card {
    box-shadow: none;
    height: 220px;
    padding: 20px;
    width: 100%;
  }
  #about-us-hero .hero-highlights-mobile .highlight-card .highlight-img {
    margin: 0 15px;
  }
  #about-us-hero .hero-highlights-mobile .highlight-card .highlight-img img {
    width: 50px;
    height: auto;
  }
  #about-us-hero .hero-highlights-mobile .slick-slide, #about-us-hero .hero-highlights-mobile .slick-cloned {
    opacity: 0.5;
  }
  #about-us-hero .hero-highlights-mobile .slick-active {
    opacity: 1;
  }
  #about-us-hero .about-us-hero-image {
    height: 100vh;
  }
  #about-us-hero .about-us-hero-image img {
    height: 100vh;
  }

  #about-us-services {
    width: 100%;
    margin: 0 auto;
    margin-top: 120px;
  }
  #about-us-services .wb-container {
    margin: 0 auto;
  }
  #about-us-services .services {
    flex-wrap: wrap;
  }
  #about-us-services .services .services-list {
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
  }
  #about-us-services .services .services-graphic {
    min-width: 250px;
    width: 100%;
  }
  #about-us-services .services .services-graphic .graphic-img {
    display: none;
  }
  #about-us-services .services .services-graphic .dots {
    width: 90%;
    height: 100%;
  }
}
@media only screen and (max-width: 860px) {
  #about-us-hero .hero-highlights .hero-highlights-mobile {
    margin-top: -200px;
  }
}
@media only screen and (max-width: 768px) {
  #about-us-hero .about-us-hero-content .hero-headline h1 {
    font-size: 2.5rem;
  }
  #about-us-hero .hero-highlights .hero-highlights-mobile {
    margin-top: -200px;
  }

  #about-us-services .services {
    margin-bottom: 50px;
  }
  #about-us-services .services .services-list {
    min-width: 300px;
    width: 100%;
  }
  #about-us-services .services .services-graphic {
    height: 300px;
  }
  #about-us-services .services .services-graphic .dots {
    width: 100%;
    height: 300px;
  }
  #about-us-services .services .services-graphic .highlight-number {
    top: -50px;
    left: 0;
    margin-top: 0;
  }
  #about-us-services .services .services-graphic .highlight-number-subtext {
    left: 0;
    bottom: 0;
  }

  #meet-us {
    margin-bottom: 50px;
  }
  #meet-us .people-list .person {
    height: auto;
  }
  #meet-us .people-list .person img {
    height: 150px;
    max-width: 150px;
  }
}
@media only screen and (max-width: 375px) {
  #about-us-hero .about-us-hero-content h1 {
    font-size: 2rem;
  }
}
/*# sourceMappingURL=aboutUs.css.map */

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