  .staff-cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	clear:both;
	margin-bottom: 28px;
}
.staff-card {
	width: 100%;
	background:white;
	max-width: 400px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-shadow: 0px 3px 8px #D6D6D6;
	        box-shadow: 0px 3px 8px #D6D6D6;
}
.staff-card:nth-of-type(n + 2) {
	margin-top: 20px;
}
.staff-card-picture {
	width: 100%
}
.staff-card-picture img {
	float: none;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.staff-card-info {
	width: 100%;
	padding-right: 15px;
	padding-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-line-pack: justify;
	    align-content: space-between;
	padding-left: 15px;
}
.staff-card-info > div {
	width: 100%;
}
.staff-card-info [class*='fa'] {
	margin-right: 8px;
	font-size: 14px;
	color: #592c88;
}
.staff-card h3 {
	font-family: "freight-sans-pro-n4", "freight-sans-pro", sans-serif;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #343434;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .05em;
}
.staff-card p {
	font-size: 16px;
	line-height: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: 500;

}
.staff-card .staff-title {
	color: #592c88;
	font-style: italic;
	margin: 0px;
	font-size: 15px;
}
.staff-card p.phone,.staff-card p.email {
	color: #592c88;
	margin: 0px;
}
.staff-card p.link > a {
	font-weight: 500 !important;
}
.staff-card p.email {
	margin-bottom: 5px;
}
@media (min-width: 400px) {
	.staff-card {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.staff-card-picture {
		width: 35%;	
	}
	.staff-card-info {
		width: calc(65% - 15px);
		padding-left: 0px
	}
}
@media (min-width: 800px) {
	.staff-card  {
		width: calc(50% - 10px);
	}
	.staff-card:nth-of-type(n + 2) {
		margin-top: 0px;
	}
	.staff-card:nth-of-type(odd) {
		margin-right: 20px;
	}
	.staff-card:nth-of-type(n + 3) {
		margin-top: 20px;
	}
}
@media (min-width: 55em) {
	.staff-card {
		width: 100%;
	}
	.staff-card:nth-of-type(odd) {
		margin-right: 0px;
	}
	.staff-card:nth-of-type(n + 3) {
		margin-top: 0px;
	}
	.staff-card:nth-of-type(n + 2) {
		margin-top: 20px;
	}
}
@media (min-width: 1150px) {
	.staff-card {
		width: calc(50% - 10px);
	}
	.staff-card:nth-of-type(odd) {
		margin-right: 20px;
	}
	.staff-card:nth-of-type(n + 2) {
		margin-top: 0px;
	}
	.staff-card:nth-of-type(n + 3) {
		margin-top: 20px;
	}
}