.department #wrap {
	background-color: #fff;
}
.department #content {
	padding-bottom: 80px;
}
.department #content h1 {
	margin-top: 19px;
}

.department #content h1.page-header-arch {
	font-size: 23px;
	margin-top: 0;
	font-weight: 500;
	text-align: left;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}

.department #content h2 {
	font-size: 20px;
	margin-top: 6px;
	color: #231f20;
	font-weight: 700;
}

.department #content h2.page-header {
	font-size: 23px;
	margin-top: 0;
	font-weight: 500;
}

.department #content h2.page-arch-link {
	font-size: 16px;
	color: #231f20;
	font-weight: normal;
	margin-top: 0px;
}

.department #content a.read-more {
	font-weight: bold;
}
	.department #content a.read-more .glyphicon {
		font-weight: 400;
		font-size: 14px;
		top: 1px;
		left: -1px;
	}

#content a.button {
	position: relative;

	display: block;
	padding: 10px 30px 10px 20px;
	margin-bottom: 25px;
	font-size: 16px;
	color: #231f20;
	background-color: #d1d1d1;
}
	#content a.button .glyphicon.pull-right {
		top: 3px;
	}
	/*
	#content a.button::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 60px;
		display: inline-block;
		margin-top: -4px;
		width: 0;
		height: 0;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-top: 7px solid #231f20;
	}
	*/
	#content a.button:hover {
		color: #fff;
		background-color: #0f1345;
		text-decoration: none;
	}
	/*
	#content a.button:hover::after {
		border-top: 7px solid #fff;
	}
	*/

#content .more-news {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
}
	#content .more-news .glyphicon {
		font-weight: 400;
		font-size: 15px;
		top: 5px;
		left: 5px;
	}

#content .accordion-group {
	margin-bottom: 13px;
}
	#content .accordion-group a.button {
		margin-bottom: 0;
	}

	#content .accordion-group .panel-body {
		border: 1px solid #ddd;
	}

	#content .accordion-group li {
		margin: 10px 0;
	}



.news-header {
	padding-bottom: 30px;
	margin-bottom: 60px;

	border-bottom: 2px solid #ddd;
}
	.news-header h2,
	.news-article h2 {
		display: inline-block;
		margin-bottom: 0;		
		color: #231f20;
	}
	.news-header time,
	.news-article time {
		display: inline-block;
		font-size: 14px;
		margin-top: 10px;
		margin-bottom: 10px;
		color: #6d6f71;
	}
	.news-header p,
	.news-article p {
		display: block;
		line-height: 1.5;
	}

.news-article {
	font-size: 16px;
	padding-bottom: 10px; <!-- added by OmniUpdate for ticket #36567 -->
}
	.news-article h2 {
		display: inline-block;
		font-size: 32px;
	}
	.news-article date {
		font-size: 16px;
	}

h1.dept-title  {
	margin-bottom: 0px;
}

.news-side-items {
	font-size: 16px;
}
	.news-side-items ol {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.news-side-items li {
		margin: 19px 0;
	}
		.news-side-items li:first-child {
			margin-top: 0;
		}
		.news-side-items li:first-child img {
			margin-top: 0;
		}
	.department #content .news-side-items h2 {
		margin-top: 24px;
		margin-bottom: 0;
		font-weight: normal;
		font-size: 24px;
	}
	.news-side-items h3 {
		margin: 0;
		font-size: 16px;
		font-weight: bold;
		color: #447fbe;
	}
	.news-side-items p {
		margin: 0;
		line-height: 1.5;
	}
	.news-side-items img {
		width: 100%;
		height: auto;
		margin: 10px 0 5px;
	}

.news-links {
	text-align: right;
	padding-bottom: 20px;
	border-bottom: 2px solid #ddd;
	margin-bottom: 20px;
}
	.news-links a {
		display: block;
		padding: 10px 15px;
		margin-bottom: 6px;
		text-align: left;
		font-size: 17px;
		color: #fff;
		background-color: #4f586e;
	}
		.news-links a:hover {
			background-color: #0f1345;
			text-decoration: none;
		}
		.news-links a.active {
			background-color: #0f1345;
		}
/*
 Following code removes the news category links for mobile, modify the max width to extend this to bigger screen regions
*/
@media screen and (max-width: 768px){
	.news-links{
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	.department #content h1 {
		margin-bottom: 5px;
	}

	.news-header {
		padding-bottom: 0;
		margin-bottom: 28px;

		position: relative;

		border-bottom: 0 none;
	}
		.news-header figcaption {
			position: absolute;
			bottom: 0;
			left: 0;

			padding: 12px 30px;
			width: 100%;
			
			color: #231f20;
			background-color: rgba(240,240,240,0.73);
			
		}
		.news-header time,
		.news-article time {
			margin-bottom: 5px;
			margin-top: 0;
		}
		.news-header figcaption h2 {
			margin-right: 10px;
		}
		.news-header p {
			font-size: 16px;
		}
		.news-header img {
			height: auto;
		}

	.news-article {
		padding-bottom: 13px;
	}

	.news-links {
		padding: 0 15px 6px;
		margin: 0;
		border: 0 none;
	}
		.news-links a {
			display: inline-block;
			margin-left: 3px;
			margin-bottom: 0;
		}

}
