/* About ACS Pathway */
.pathway h2 {
  margin-bottom: 0.2em !important;
}
.pathway .acsnav > li.current .acsnav-dd > li.current a {
  background-color: transparent;
  font-weight: normal;
}
.pathway .box-style0 {
  margin-bottom: 1em;
}
.pathway div.text li {
  margin-bottom: 1em;
}
.pathway .box-style0 a {
  text-decoration: none !important;
  color: #000;
}
.pathway .box-style0 p:hover {
  color: #000;
}
.pathway .box-style0 a:hover {
  text-decoration: none !important;
}
.pathway .box-style0 h3:hover {
  color: #0068FF !important;
  text-decoration: none !important;
}

/* HERO ROWS */
.pathway .main-hero .lead {
  max-width: 700px;
}
.our-impact-number .h1 {
  font-size: 3.25em;
}
.our-impact-number .h1:after {
  content: '';
  height: 2px;
  display: block;
  margin: 0.25em auto;
  background-color: #fff;
}
.hero-whatwedo .column-whatwedo {
    margin-top: .8em !important;
  }
.pathway .main-hero .lead {
   max-width: 700px;
}
.hero-grey .text {
   max-width: 850px
}
.main-hero:before {
  content: "";
  display: block;
  position: absolute;
  width: 115%;
  height: 100%;
  background-color: #005ebab0;
  -webkit-clip-path: polygon(0 0,45% 0,62% 100%,0 100%);
  clip-path: polygon(0 0,45% 0,62% 100%,0 100%);
}

