.social-feed-container {
	z-index: 3;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
}

.is-builder  .mbr-social-feed{
	min-height: 125px;
}
.mbr-social-feed {
	background-color: rgba(245, 247, 250, 1);
	text-align: center;

	position: relative;
	background-size: cover;
	padding-top: 5px;
	padding-bottom: 80px;
}

.social-feed-container-loading {
	margin: 0 auto;
	display: none;
}

.is-builder .loading .social-feed-container-loading {
	display: block;
}

.social-feed-element iframe {
	width: 100%;
	height: 300px;
	text-align: center;
	margin: 0 auto;
	display: block;
}

@media (max-width: 768px) {
	.social-feed-element {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
}

#time {
	font-size: 0.8rem;
	line-height: 1.7rem;
	color: white;
	letter-spacing: 0.05em;
	font-weight: 500;
}

.posted-deadline {
	display: block;
	margin: -20px 0 30px;
	padding: 10px;
	background:var(--EDNS-ltbg);
	line-height: 1;
}
.posted, .deadline {
	font-size: 80%;
	display: inline-block;
}
.deadline {
	padding-left: 40px;
}
@media (max-width: 768px) {
	.posted, .deadline {
		display: block;
		padding-left: 0;
	}
}











.staff-highlight .card {
	/*margin: 0 10px;*/
}
.staff-highlight .card-wrapper{ 
	padding: 20px 20px 0 20px;
}
.staff-highlight .card-box {
	padding: 0 20px 10px 20px;
}
.staff-highlight .card-box p {
	font-size: 1rem;
}
.staff-highlight img {
	height: 150px;
	object-fit: cover;
	width: 150px;
	border-radius: 100%;
}
.staff-highlight a {
	color: black;
}
.staff-highlight a:hover {
	background: white;
	box-shadow: 0 5px 30px rgba(0,0,0,0.1);
	border-radius: 18px;
}
.grey {
	color: #999;
}
@media (max-width: 1200px) {
	.staff-highlight img {
	  height: 90%;
	  width: 90%;
	}
}
@media (max-width: 991px) {
	.staff-highlight img {
	  height: 150px;
	  width: 150px;
	}
}


.inset-img-left {
	margin: 5px 20px 10px 0;
	float: left;
}
.inset-img-left img {
	width: 150px;
	height: 200px;
	object-fit: cover;
}
