.treatmentLocatorSection {
  background: #323232;
  color: white;
  margin-bottom: 3.3rem;
  padding: 4.4rem 10%;
}
.treatmentLocatorSection .treatmentLocatorTitleContainer h2, .treatmentLocatorSection .treatmentLocatorTitleContainer h3 {
  color: #ffffff;
}
.treatmentLocatorSection .treatmentLocatorTitleContainer h2 {
  font-size: 3rem;
  font-weight: 100;
  text-transform: inherit;
}
.treatmentLocatorSection .treatmentLocatorTitleContainer h2 span {
  font-size: 3rem;
  font-weight: 700;
}
.treatmentLocatorSection .treatmentLocatorTitleContainer h3 {
  font: bold 2.4rem "ProximaNova", Arial;
}
.treatmentLocatorSection .treatmentLocatorWidgetContainer {
  margin: 0 0 0 auto;
  overflow: hidden;
}
.treatmentLocatorSection .treatmentLocatorWidgetContainer p:last-of-type {
  /* This content has no art direction and looks horrible.  We'll add it back if we can get it to look nice. */
  color: #aaa;
  line-height: 1em;
  margin-top: 1.1rem;
}
.treatmentLocatorSection .treatmentLocatorWidgetContainer .treatmentLocatorInputContainer {
  border: 1px solid;
  /* height: 4rem; */
}
.treatmentLocatorSection .treatmentLocatorWidgetContainer input[type=text], .treatmentLocatorSection .treatmentLocatorWidgetContainer input[type="submit"] {
  border: 0;
  border-radius: 0;
  display: inline-block;
  height: 3.3rem;
  line-height: 100%;
  vertical-align: top;
}
.treatmentLocatorSection .treatmentLocatorWidgetContainer input[type=text] {
  padding: 11px;
  width: 70%;
}
.treatmentLocatorSection .treatmentLocatorWidgetContainer input[type="submit"] {
  background-color: #323232;
  border-radius: 0;
  margin: 0 0 0 -1%;
  padding: 0;
  width: 30%;
}

.breadcrumb {
  padding-left: 4.4rem;
}

.support-group-btn {
  border: 0;
  border-radius: 17px;
  display: inline-block;
  font: 1.6rem/3.3rem "GeomSlabSerif", "Times New Roman";
  height: 3.3rem;
  padding: 0 22px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  background: #009e94;
  color: #ffffff !important;
  letter-spacing: normal;
  display: block;
  margin: 32px auto;
}

.cardContainer .inner .contactInfoContainer {
  border-bottom: none;
  border-right: none;
}

.cardContainer .inner p {
  overflow-y: auto;
}
