
#newsfile-plugin {
	font-family: "Roboto", Sans-serif;
}
#newsfile-plugin h5 {
	font-size: 20px;
    font-weight: 600;
	margin: 0;
}
#newsfile-plugin > h5 {
	margin-top: 10px;
	text-align: center;
}
#newsfile-plugin b {
	font-weight: 500;
}
.year-filter {
	color: #ddd;
	border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
	margin-bottom: 20px;
	text-align:center;
}
.year-filter > .year-title {
	color: #000;
	margin-right:10px;
}
.year-filter a {
	font-size:20px;
	color: #118544;
	font-weight: 400;
	text-decoration: none !important;
}
.year-filter a:hover {
	cursor: pointer;
	font-weight: 600;
	color: 000;
}
.year-filter a.active {
	font-weight: 600;
}
.year-filter a.disabled {
	opacity: .7;
	pointer-events: none;
}

.newsfile-posts {
	margin-top:25px;
}
.newsfile-posts .single-release {
	
}
.newsfile-posts .single-release {
	margin: 0 0 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
	font-weight: 300;
}
.newsfile-posts > .single-release h4 {
    font-family: "Roboto", Sans-serif !important;
	margin: 0 0 10px;
    font-size: 22px;
    font-weight: 600;
}
.newsfile-posts > .single-release h4 a {
	text-decoration: none;
}
.newsfile-posts > .single-release h4 a:hover {
	color: #000;
	
}
.newsfile-posts > .single-release p {
	color: #000;
	margin: 0 0 10px;
}
.newsfile-posts > .single-release p.nfSubHeading {
	font-weight: 600;
	font-size:17px;
}
.newsfile-posts > .single-release ul {
	margin-bottom: 10px
}
.newsfile-posts > .single-release ul li {
    font-size: 17px;
}
.single-release {
	display: flex;
}
.newsfile-posts .release-date {
    flex-shrink: 0;
	width: 150px;
    margin-top: -1px;
	padding-top: 15px;
    padding-right: 65px;
    font-size: 22px;
    text-align: center;
    color: #000000;
	line-height: 30px;
}
.newsfile-posts .release-date strong {
	font-size: 60px;
}
.newsfile-posts .release-content {
	padding-left: 15px;
}
.newsfile-one-post h1 {
	margin-top: 15px !important;
	font-size:32px !important;
	color: #000;
	font-weight: 600;
}
.newsfile-one-post p, .newsfile-one-post ul {
	font-size:16px;
	margin-bottom: 1em;
}
.newsfile-one-post p.nfSubHeading {
	font-weight: 600;
	font-size:20px;
}
.newsfile-one-post i {
	font-style: italic;
	font-size:.9em;
}
#nf-fp-widget {
	display: flex;
	flex-shrink: 0;
}
#nf-fp-widget .single-release {

}
#nf-fp-widget .release-date {
	font-size:18px;
    line-height: 25px;
	width: 90px;
	padding-right: 0;
	
}
#nf-fp-widget .release-date strong {
	font-size:55px;
}
#nf-fp-widget > .single-release h4 {
	font-size:15px;
}
#newsfile-plugin .pagination {
	display: flex;
	width:200px;
	float:right;
}
#newsfile-plugin .pagination a.pagination-btn {
	background-color: #333;
	border: none;
	color: white;
	padding: 7px 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
}
#newsfile-plugin .pagination a.pagination-btn.disabled {
	background-color: #ddd;
	pointer-events: none;

}
#newsfile-plugin .pagination a.pagination-btn:not(.disabled):hover {
	background-color: #000;
	cursor: pointer;
}

#newsfile-plugin .pagination span {
	font-size:15px;    
	display: block;
    padding: 5px 10px;
	color: #55565a;
}

.chevron::before {
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	display: inline-block;
	height: 0.75em;
	left: 0.15em;
	position: relative;
	top: 5px;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 0.75em;
}

.chevron.right:before {
	left: -1px;
	transform: rotate(45deg);
}

.chevron.left:before {
	transform: rotate(-135deg);
}
@media(max-width:720px) {
	#nf-fp-widget {
		display: block;
	}
}
@media(max-width:600px)  {
	.newsfile-posts .release-date {
		width: 105px;
		padding-right: 20px;
	}
	
}