.staff-name h1 {
  color: #2F3941;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
}

.staff-designation {
  font-size: 20ox;
  line-height: 32px;
  color: #646F78;
}

.card_preheadline {
  color: #646F78;
  margin-bottom: 12px;
}
.card_title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
  color: #2F3941;
}
.card_title a {
  color: #2F3941;
}
.card_text {
  margin-bottom: 20px;
}
.card_text p {
  line-height: 24px;
}

.staff-detail .layout--twocol-section--50-50 .layout__region--second {
  text-align: right;
}
.staff-email,.staff-phone,.staff-fax {
  color: #646F78;
}

.staff-email div,.staff-phone div,.staff-fax div {
  display: inline-block;
}

.staff-bio {
  /* margin-top: 60px; */
  color: #646F78;
}

.staff-pronouns div:first-child,.staff-education > div:first-child {
  font-weight: bold;
  line-height: 20px; 
}

.staff-pronouns {
  margin-bottom: 20px;
}
.staff-pronouns,.staff-education {
  color: #646F78;
  line-height: 24px; 
}

.summary {
  color: #295E63;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 40px;
}
.summary .prose {
  color: #295E63;
  font-size: 30px;
  line-height: 40px;
}

.service-area {
  color: #295E63;
  margin-bottom: 8px;
}
.slide__thumbnail .bottom-section .text-text-body {
  margin-bottom: 16px;
 }
.slide__thumbnail .bottom-section .text-text-body p {
 color: #295E63;
 font-size: 18px;
}

.slide__thumbnail .bottom-section .text-text-body ul li a {
  color: #646F78;
  font-size: 16px;
 }

 .slide__thumbnail .bottom-section .card_title {
  margin-bottom: 4px;
}
 .slide__thumbnail .bottom-section .card_title a {
    font-size: 20px;
    font-weight: 400;
 }
.client-detail.detail-page .text-align-center {
  margin-bottom: 96px;
}

.client-detail .layout {
  clear: both;
}

@media all and (min-width: 1024px) {
  .staff-bio,.summary {
    margin-left: 70px;
  }
}
@media all and (max-width: 640px) {

  .staff-detail .layout--twocol-section--50-50 .layout__region--second {
    text-align: left;
    margin-top: 20px;
  }

  .summary {
    margin-bottom: 20px;
    margin-left: 0;
  }  

  .client-detail.detail-page .text-align-center {
    margin-bottom: 80px;
  }
}

@media all and (max-width: 768px) {
  .staff-name h1 {
    font-size: 30px;
  }
  .summary .prose {
    font-size: 24px;
  }
}
