@charset "utf-8";

/*******************************************/
/* BLKPPL custom 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 {
	margin-bottom: 2em;
}

.news .article:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

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

.news .article h3 {
	margin: 10px 0;
	padding: 0;
}

.news .news-list-view {
	margin: 0 20px 30px 20px;
}

.news .footer {}

.news .footer p {
	font-size: 18px;
}

.news .footer span {
	display: inline-block;
	padding-right: 8px;
	margin-right: 8px;
	font-size: 16px;
}

.footer .news-list-date {
	padding: 0;
}

.footer .news-list-category {
	padding: 0;
}

.footer .news-list-author {
	padding: 0;
}

/** Teaser Text / Facts **/
.teaser-text {
	padding: 0;
}

.teaser-text p {
	padding: 0;
	margin: 0;
}

a.more {
	padding-left: 0;
	margin: 0 5px;
	;
}

button.mdl-button {
	margin: 0;
}

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

/** News Page Nav **/
.news .page-navigation p {
	float: left;
	font-size: 14px;
	margin: 14px 0;
	padding: 0 0 0 10px;
}

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

.news .page-navigation ul li {
	float: left;
	display: block;
	padding: 0 2px;
	background: none;
}

.news .page-navigation ul li a {
	display: block;
}

/** Media File **/
.news .article .news-img-wrap {
	float: left;
	/*margin: 3px 12px 5px 10px;*/
	background: #fff;
}

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

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

@media (max-width: 480px) {
	.news .article .news-img-wrap {
		float: left;
		width: 100%;
	}

	.news .article .news-img-wrap a {
		display: block;
		float: left;
		width: 100%;
		padding-bottom: 20px;
		background: #fff;
	}

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

	.teaser-text p {
		padding: 0;
	}

	.news .footer p {
		padding: 0;
	}

	a.more {
		margin: 0 5px;
		padding: 0;
	}
}

/* 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 {
	margin-bottom: 10px;
}

.news-single .header {
	margin: 0;
	padding: 0;
}

.news-single .footer {
	margin: 5px 10px 20px 10px;
	padding: 10px 0 0 0;
}

.news-single .article .news-img-wrap {
	width: 100%;
	text-align: center;
	padding: 0 0 20px 0;
}

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

.news-single .teaser-text {
	margin: 5px 20px 40px 20px;
	padding: 0;
}

.news-single .teaser-text p {
	font-size: 20px;
}

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

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

/** Single View Categories **/
.news-categories-wrap {
	margin: 5px 30px;
}
.news-categories-wrap h4 {
	margin: 0;
    padding: 10px 0;
}
ul.news-list-category {
	list-style-type: none;
	margin: 0 0;
	padding: 0;
	overflow: hidden;
	background-color: transparent;
}

ul.news-list-category li.category {
	float: left;
	display: block;
	text-align: center;
	padding: 2px 5px;
	border-right: 1px solid #eee;
}

ul.news-list-category li.category a {	
	text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
ul.news-list-category li.category a:hover {
	background-color: #111;
}

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

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

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

.news-related ul li span {
	border-right: 1px solid #DDDDDD;
	display: inline-block;
	margin: 0 8px;
	padding-right: 8px;
	color: #888;
}

.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-bottom: 20px;
}

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

.news-clear {
	clear: both;
}
 /* Social Sharing Buttons */
.shariff {
	margin: 20px 20px;
}

/* News Item Card */
/* mdl-card*/
.mdl-card {
  width: 100%;
}
.mdl-card__title {
  padding: 0px;
}
.mdl-card__supporting-text {
	width: 98%;
}