.blog-list-archive {
	margin-bottom:15px;
}
.blog-list-archive .news-release-select{
	width: 12rem;
    text-align: left !important;
	color:#000 !important;
}
.blog-list-archive .news-release-select::after {
    float: right;
}
.story-post {
	border-top: 1px solid #d0d0d0;
	padding-top: 30px;
    padding-bottom: 10px;
}
.story-post .entry-date {
    color: #898d8d;
    margin-bottom: 16px;
}
.story-post .entry-signature {
    margin-bottom: 20px;
}
.story-post .oi-caret-right {
    margin-left: 5px;
    margin-right: 0 !important;
}
.news-release-select-item{
	cursor: pointer;
}
.show_pagination{
	text-align:center;
	padding-bottom: 60px;
	display:none;
}
.type-news-releases{
	margin-bottom:2rem;
}
.news-releases-entry-content{
	padding-top: 20px;
}
.news-releases-entry-content pre{
	background: none !important;
}
.news-releases-entry-content .xn-location,
.news-releases-entry-content .xn-chron{
	font-weight:bold;
}
/* Pagination Style*/
a.btn-pagination {
    background: #fff;
    color: #bf0f2c;
    border: 1px solid #ddd;
    padding: 5px 14px;
}
a.btn-pagination:focus {
    background: #fff;
    color: #bf0f2c;
}
a.current.btn-pagination {
    background: #bf0f2c;
    color: #fff;
	border: 1px solid #bf0f2c;
}
.dropdown-menu .dropdown-item::before {
    background: none;
}
