/*============+
| PERSON LIST |
+============*/
.section-person-list a:not(.btn) {
	text-decoration: underline;
}

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

.section-person-list h2 {
	border-bottom: solid 1px #dee2e6;
	padding-bottom: 1rem;
	text-transform: uppercase;
	color: #001A70;
}

.directory-group {
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 24px;
/* 	color: #001A70; */
	text-transform: uppercase;
	margin-bottom: 20px;
}

.person-name {
	font-size: 1.25rem;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	color: #001A70;
}

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

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

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

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

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

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