  .section-person-list a:not(.btn) {
	text-decoration: underline;
}

/* .section-person-list a:not(.btn):hover {
	text-decoration: none;
} */

.directory-group {
	color: #001A70;
}

.photo-person-list {
/*   border-radius: 50%; */
	margin-bottom: 15px;
}

.testimonial-container .person-name::before {
	content: "\2014\00A0";
}

.person-name {
	font-size: 1.15rem;
}

  @media (min-width: 1200px) {
      .person-name {
          font-size: 1.25rem !important;
      }
  }

.person-name,
.section-testimonial .blockquote::before,
.section-testimonial .blockquote::after,
.section-testimonial .blockquote-footer {
  font-family: 'Oswald', sans-serif;
  /*font-weight: bold;*/
  color: #001A70;
}

.section-testimonial .blockquote::before {
  content: "\201C";
}

.section-testimonial .blockquote {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .section-testimonial .blockquote {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .section-testimonial .blockquote {
    font-size: 2rem;
  }
}

.section-testimonial .blockquote::after {
  content: "\201D";
}

.lightbox-content-container {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

/* Image Cropping */
.section-person-list figure {
  overflow: hidden;
  margin: 0 auto 15px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.section-person-list figure img {
	width: 100%;
	max-width: none;
	object-fit: cover;
	min-height: 100%;
}

/* .section-person-list .change-ratio img {
  margin: 0 -20%;
  width: auto;
  height: 100%;
} */