.filter-btns { float: right; padding-top: 8px; }
.filter-btns a { margin-left: 7px; }
.newsfeed-item { position: relative; background: #fff; border: 1px solid #d9d9d9; /* height: 420px; */ }
.newsfeed-item hr { margin: 0; border-top: 1px solid #d9d9d9; }
.newsfeed-item img { width: 100%; height: auto; max-height: 160px; min-height: 160px; /* max-height: 133px; */ /* min-height: 133px; */ }
.news-col-teaser-txt { padding: 17px 30px 12px 12px; position: relative; }
.news-col-teaser-txt a { text-decoration:none; }
.news-col-teaser-txt h3 { color: #0356a7; font-size: 18px; font-size: 1.8rem; text-transform: uppercase; margin-bottom:8px; margin-bottom: 0.8rem; }
.news-col-teaser-txt p { font-size:16px; font-size: 1.6rem; }
.news-col-teaser-txt a.square-btn { position: absolute; bottom: 0; right: 0; }
.news-col-tags { padding: 12px; }
.news-col-tags p { font-size: 12px; margin-bottom: 0; color: #858585; }
.news-col-tags p.article-tag-header { font-weight:bold;	 text-transform:uppercase; }

@media all and (max-width:1100px) {
	.newsfeed-item img { max-height: 201px; min-height: 18vw; }
	/* .news-col-teaser-txt a.square-btn{ bottom: 16px; } */
}

@media all and (max-width:768px) {
	.newsfeed-item img { max-height: 178px; min-height: 0; }
	/* .news-col-teaser-txt a.square-btn{ bottom: 16px; } */
}
@media all and (max-width:479px) {
	.newsfeed-item img { max-height: 214px; min-height: 0; }
}
/*
@media all and (max-width:1100px){
.newsfeed-item { height: 358px; }
.panel-bottom-arrow { padding-top: 170px; }
.news-col-teaser-txt {height:230px;overflow:hidden;}
}*/
