.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%;
}

body {
  background: #e5e5e5;
}

.mfp-content {
  max-width: 500px;
}
.mfp-content #GroupInfo {
  background: #ffffff;
  padding: 2.2rem 1.1rem;
}
.mfp-content .ministryName {
  text-align: center;
}
.mfp-content .dk-select {
  width: 250px;
}

.contactSection {
  padding-right: 0;
}
.contactSection .mapOverlay {
  background: rgba(255, 255, 255, 0.7);
  display: inline-table;
  height: 4.4rem;
  padding: 0 11px;
  position: relative;
  top: -4.4rem;
  width: 100%;
}
.contactSection .mapOverlay .campusLabel, .contactSection .mapOverlay .dk-select {
  display: table-cell;
  font-size: 1.4rem;
  font-weight: 700;
  height: 4.4rem;
  letter-spacing: 1.17px;
  line-height: 100%;
  text-transform: uppercase;
  vertical-align: middle;
}
.contactSection .mapOverlay .dk-select {
  min-width: 200px;
  width: inherit;
}
.contactSection .mapOverlay .dk-selected:before {
  right: -22px;
}
.contactSection .locationsContainer, .contactSection .officeHoursContainer, .contactSection .scheduleContainer {
  margin-bottom: 3.3rem;
  background: white;
  padding: 11px;
  border-right: 11px solid #e5e5e5;
  border-left: 11px solid #e5e5e5;
}
.contactSection .locationContainer {
  margin: -5rem 0 0;
  padding: 0;
  border-right: 1px solid #e5e5e5;
}
.contactSection .locationContainer div, .contactSection .locationContainer span, .contactSection .locationContainer a {
  font-size: 1.6rem;
}
.contactSection .locationContainer div {
  background: white;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 11px;
}
.contactSection .officeHoursContainer p {
  padding: 0 11px;
}
.contactSection .officeHoursContainer .btn {
  margin: 0 auto;
  display: block;
  width: 220px;
}

.scheduleContainer {
  background: #ffffff;
  border-left: 1px solid #e5e5e5;
  padding: 4%;
}
.scheduleContainer article h1, .scheduleContainer h3 {
  letter-spacing: 1px;
}
.scheduleContainer p {
  font-size: 1.5rem;
}
.scheduleContainer .formToggle {
  margin-bottom: 3.3rem;
}
