/**************************************/
/* Default styles for news extension */
/**************************************/
.news .clear {
	clear: both;
}

.news .nav ul {
	float: left;
	display: inline;
	margin: 0;
}

.news .nav li {
	float: left;
}

.news .nav a {
	float: left;
	display: block;
}

.news .nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.news .article {
	border-bottom: 3px solid rgba(114,120,134,0.1);
    /* background-color: rgba(255, 255, 255, 0.7); */
}
.news-list-view .article {
	margin-bottom: 15px;
	margin-top: 15px;
    padding: 15px 25px;
    background-color: #fff;
}
.page-content--aside .news-list-view .article {
    background-color: transparent;
    padding: 0;
}
.news .article:hover {
    /* background-color: #FFF; */
}
/* .news .article {
	padding-bottom: 15px;
	margin-bottom: 15px;
}
 */
.news .article:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.news .article:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


.news .article .teaser-text {
	margin: 0 0 10px 0;
}

.news .article h3 {
	margin-bottom: 0;
}

.news .footer {
	clear: both;
	padding: 10px 0 0 0;
	/* border-top: 1px solid #eee; */
	margin-top: 15px;
	color: #888;
}

.news .footer p {
	line-height: 1em;
}

.news .footer span {
	display: inline-block;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid #ddd;
}

.news .footer span:last-child {
	border-right: 0;
}

.news .footer .news-category a {
	text-transform: uppercase;
}

.news .no-news-found {
	color: #DB0202;
	font-style: italic;
}

.news .page-navigation {
	font-size: 14px;
	font-weight: 100;
}

.news .page-navigation p {
	float: left;
	letter-spacing: 1px;
    opacity: 0.5;
}

.news .page-navigation ul {
	float: right;
}

.news .page-navigation ul li {
    float: left;
    display: block;
    padding: 3px 10px;
    background: #fff;
    border-radius: 50px;
    margin-left: 8px;
    line-height: 21px;
}
.news .page-navigation ul li.current {
	font-weight: 500;
    background-color: #727886;
    color: #fff;
}
.news .page-navigation ul li.previous,
.news .page-navigation ul li.last {
	background-color: transparent;
}
.news .page-navigation ul li a {
	display: block;
    text-decoration: none;
    min-width: 8px;
    text-align: center;
}

/* category menu view */
.news-category-view ul li {
	padding: 5px 8px;
}

.news-category-view ul li li {
	padding: 2px 8px 2px 12px;
}

.news-category-view > ul > li:nth-child(even) {
	background: #f9f9f9;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.news-category-view .category-desc {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #ddd;
}

/* single view */
.news-single .footer {
	margin-bottom: 20px;
	margin-top: 5px;
	padding: 10px 0 0 0;
	border-bottom: 0;
	/* border-top: 1px solid #eee; */
}


/* .news-single .teaser-text {
	font-size: 15px;
	color: #888;
} */
.news-single .teaser-text {
    /* font-size: 18px; */
    /* color: #888; */
    /* line-height: 28px; */
    padding-bottom: 10px;
}

.news-text-wrap {
	margin-bottom: 10px;
}

.news-img-caption {
	color: #888;
}

/* related news + files */
.news-related-wrap {
	display: table;
	margin-top: 20px;
	width: 100%;
}

.news-related {
	/* width: 50%; */
	padding: 15px;
	border: 1px solid #eee;
	display: table-cell;
}

.news-related ul li {
	line-height: 1em;
	margin-bottom: 12px;
}

.news-related ul li span {
    margin-right: 8px;
    padding-right: 8px;
    color: #888;
    display: block;
    word-break: break-all;
}

.news-related ul li span:last-child {
	border-right: 0;
	padding-right: 0;
}

.news-related h4 {
	margin-bottom: 10px;
}

.news-related-files ul li {
	margin: 20px;
}

.news-related-files ul li a {
	padding: 20px 0;
}

.news-related-files .news-related-files-link .jpg {
	background-position: 0 0;
}

.news-clear {
	clear: both;
}

.news-backlink-wrap {
	margin-top: 25px;
    margin-bottom: 50px;
}
.news .article .header a {
    text-decoration: none;
}

.news-single .article .news-img-wrap {
	margin: 0 0 25px 0;
}

.news .page-navigation p {
    margin-top: 4px;
}
@media (min-width: 768px) {

	.news-single .article .news-img-wrap {
		float: right;
		width: 282px;
		margin: 0 0 10px 25px;
	}

	.news-single .article .news-img-wrap img {
		float: none;
	}

	.news .article .news-img-wrap a {
		display: block;
		float: left;
		padding: 4px;
		border: 1px solid #ddd;
		background: #fff;
	}

	.news .article .news-img-wrap img {
		float: left;
		height: auto;
		width: auto;
	}
}

