.single-nus-staff #primary {
	width:100%;
}

.single-nus-staff.ast-right-sidebar #primary {
	padding-right:0px;
	border-right:0px;
}

.single-nus-staff .entry-content:after {
	content:"";
	display:block;
	clear:both;
}

.type-nus-staff .entry-header {
	padding-bottom:40px;
	margin-bottom:30px;
	border-bottom:0px;
	background-color:#f8f8f8;
}

.type-nus-staff .entry-header:after {
	content: "";
	display:block;
	clear:both;
}

.type-nus-staff .entry-header > h1.entry-title {
	overflow: hidden;
    display: block;
    clear: none;
    margin-top: 2em;
    padding-top: 30px;
}

.type-nus-staff .entry-header > .entry-meta {
	display:none !important;
}

.type-nus-staff .entry-header .ast-single-post-order {
	padding-top:30px;
}

.type-nus-staff .entry-header .post-thumb-img-content {
	float:left;
	width:200px;
	margin-right:0px;
	margin-bottom:-40px;
	border:1px solid #e0e0e0;
}

.type-nus-staff .entry-header .post-thumb-img-content img {
	height: 250px;
    object-fit: cover;
	object-position:top;
    min-width: 200px;
    width: 100% !important;
}

.type-nus-staff .entry-header h1 {
	color:#003d7c;
	font-weight:700;
	padding-left:40px;
}

.type-nus-staff .entry-header .people-meta {
	padding-left:40px;
}

.type-nus-staff .entry-header .people-meta h4 {
	color:#000;
	font-weight:700;
}

.type-nus-staff .entry-header .ast-single-post-order,
.type-nus-staff .entry-header .people-meta {
	overflow:hidden;
}

.type-nus-staff .entry-header .single-detail-clearer {
	clear:both;
	padding-bottom:20px;
}

.type-nus-staff .entry-header .single-detail-container {
	max-width:100%;
	display:flex;
	margin-top:0px;
	border-top:0px;
	background-color:#fff;
}

.type-nus-staff .entry-header .single-detail-container .single-detail {
	width:20%;
	padding:10px 0px;
}

.type-nus-staff .entry-header .single-detail-container .single-detail,
.type-nus-staff .entry-header .single-detail-container .single-detail a {
	font-weight:700;
	color:#003d7c;
}

.people-content-wrapper {
	float:left;
	width:75%;
	padding-right:40px;
}

.sub-content {
	padding-top:20px;	
}

.sub-content h4 {
	font-size:25px;
	font-weight:700;
	color:#003d7c;
	margin-bottom:30px;
}

.people-sidebar {
	float:right;
	width:24.5%;
}

.people-sidebar-content {
	background-color:#f8f8f8;
	padding:15px;
}

.people-sidebar-content .sidebar-title h3 {
	font-size: 20px;
	font-weight:700;
	color:#003d7c;
	text-transform: uppercase;
}

.sidebar-content {
	margin-bottom:20px;
}

.sidebar-content h4 {
	font-size:16px;
	color:#ef7c00;
	font-weight:700;
	text-transform: uppercase;
	margin-bottom:5px;
}

.sidebar-content h4 a {
	color:#ef7c00;
}

.sidebar-content > div {
	font-size:14px;
	font-weight:700;
	color:#003d7c;
}

.sidebar-content a {
	color:#003d7c;
}

.sidebar-content .sidebar-pdf-file .button {
	background-color:#003d7c;
	color:#fff;
}

@media only screen and ( max-width: 768px ) {
	.single-nus-staff .entry-header .post-thumb img {
		width:100%;
    	object-fit: cover;
		height:auto;
	}

	.type-nus-staff .entry-header .post-thumb-img-content {
		float:none;
		width:100%;
		height:auto;
		margin-right:0px;
	}

	.type-nus-staff .entry-header .single-detail-container .single-detail {
		width:50%;
	}

	.people-content-wrapper {
		float:none;
		width:100%;
		padding-right:0px;
	}
	
	.people-sidebar {
		float:none;
		width:100%;
	}

	.type-nus-staff .entry-header > h1.entry-title,
	.type-nus-staff .entry-header .people-meta {
		padding-left:25px;
		padding-right:25px;
	}

	.type-nus-staff .entry-header > h1.entry-title {
		font-size:20px;
	}

	.type-nus-staff .entry-header .people-meta h4 {
		font-size:18px;
	}
}