  .profileCards-container.style2 .profileCard-parent {
	margin: 10px;
	-ms-flex-preferred-size: calc(25% - 20px);
	flex-basis: calc(25% - 20px);
	background: #fff;
	min-width: 280px;
	max-width: 340px;
	box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 10%);
	border-radius: 10px;
	padding: 20px;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.profileCards-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 20px 0;
}
.profileCards-container.style2 p.name, .profileCards-container.style2 .name {
	color: #000;
	margin-bottom: 10px;
	font-family: 'Georgia', serif!important;
	font-weight: 700!important;
	text-transform: none;
	font-size: 19px;
	min-height: unset!important;
	margin-bottom: 0;
	padding-bottom: 0;
}
.profileCards-container.style2 .name a {
	font-family: 'Georgia', serif!important;
	font-weight: 700!important;
	font-size: 19px;
}
.profileCards-container ul.title li {
	padding: 0;
	margin: 1px 0;
	list-style: none;
}
.profileCards-container.style2 .tel, .profileCards-container.style2 .email {
	font-size: 14px;
}
.profileCards-container.style2 .name:after {
	display: none;
}
.profileCards-container.style2 .profileCard-parent:hover {box-shadow: 3px 2px 18px 0px rgb(0 0 0 / 10%);}
.profileCard-body {padding-top: 10px;}	
.profileCards-container.style2 .profileCard-image {
	margin-bottom: 10px;
	border-radius: 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.profileCard-body {
	background-image: url(https://www.augusta.edu/campaign/assets/shield.png);
	background-position: 0px 20px!important;
	background-size: 50%;
	background-repeat: no-repeat!important;
	padding-bottom: 20px;
}
.profileCard-extra {
	color: #007CAD;
	text-align: center;
	font-style: normal;
	font-size: 0.9em;
}
.l-content ul {
	margin-bottom: 20px;
}
.l-content ol {
	margin-bottom: 20px;
}
.bb2-btn {
	white-space: normal;
}
.bb-btn {
	white-space: normal;
}
.btn-block {
	white-space: normal;
}