.contactListBlock .personInfo {
  background-color: #2B5F46;
  margin-top: 0;
  padding: 15px;
  text-align: center;
}
.contactListBlock .personInfo,
.contactListBlock .personInfo a {
  color: white;
}
.contactListBlock .personInfo a {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.contactListBlock .personInfo a:focus,
.contactListBlock .personInfo a:hover {
  border-bottom-color: transparent;
}
.contactListBlock .personInfo .heading {
  font-size: 21px;
  font-size: 1.3125rem;
}
.contactListBlock .personInfo p {
  font-size: 16px;
  font-size: 1rem;
}
.contactListBlock .personInfo .email {
  display: inline-block;
  line-height: 1.1;
  word-break: break-all;
}
.contactListBlock .personInfo * + * {
  margin-top: .5em;
}
@media screen and (min-width: 50em) {
  .contactListBlock .column-md-6:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 70em) {
  .contactListBlock .column-xl-4:nth-child(n) {
    clear: none;
  }
  .contactListBlock .column-xl-4:nth-child(n):nth-child(3n+1) {
    clear: left;
  }
}
.contactListBlock .editHelper .epi-editContainer::before,
.contactListBlock .editHelper .epi-editContainer::after {
  content: "";
  display: table;
}
.contactListBlock .editHelper .epi-editContainer::after {
  clear: both;
}
.contactListBlock .editHelper .epi-editContainer > div {
  float: left;
  margin-top: 1.5em;
  width: 50%;
}
.contactListBlock .editHelper .epi-editContainer > div:nth-child(2n+1) {
  clear: left;
}
.contactListBlock .editHelper .epi-editContainer > div [class*=column-] {
  width: 100%;
}
@media screen and (min-width: 70em) {
  .contactListBlock .editHelper .epi-editContainer > div {
    width: 33.33%;
  }
  .contactListBlock .editHelper .epi-editContainer > div:nth-child(n) {
    clear: none;
  }
  .contactListBlock .editHelper .epi-editContainer > div:nth-child(3n + 1) {
    clear: left;
  }
}
.contactListBlock--simple .personCard {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.contact-module .row article {
  margin-top: 0;
}
.contact-module .row article a {
  font-weight: 600;
}
.contact-module .two-columns {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 70em) {
  .contact-module .two-columns {
    padding: 0 !important;
  }
}
.contact-module .two-columns article {
  width: 100%;
}
@media screen and (min-width: 70em) {
  .contact-module .two-columns article {
    width: 50%;
    padding: 0 1em;
  }
}
