.filsub {
	display: flex;
	justify-content: space-between;
}
.filsub > div:first-child { width: 100%; }
.filter { margin-bottom: 30px; }
.filter b { color: #214288; }
.filter > * {
	line-height: 1.7em;
	margin: 0 6px;
}

.news-menu{
	margin-left: 20px;
	margin-bottom: 20px;
	min-width: 260px;
}

.news-menu ul{
	margin: 0 !important;
	padding: 0 !important;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.news-menu ul li{
	list-style-type: none !important;
	list-style-image: none !important;
	color: #214288;
	font-size: 18px;
	cursor: pointer;
	padding: 8px 0px;
	padding-left: 30px !important;
	margin: 0px !important;
	text-transform: uppercase;
}

.news-menu ul a{
	text-decoration: none !important;
}

.news-menu ul li.active{
	background-color: #214288;
}

.news-menu ul a li.active {
	color: #fff;

}

.news-menu ul li:hover{
	background-color: #4562A2;
}

.news-menu ul li:hover {
	color: #fff;
}

.publication{
	display: none;
}
.image_preview img{
	background-color: #f1f1f1;
}
#subscribe {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	flex-shrink: 0;
	text-align: center;
	margin-left: 20px;
	padding-top: 20px;
}
#subscribe > div { width: 260px; }
#subscribe a {
	color: black;
	display: flex;
}
#subscribe svg {
	margin-right: 10px;
	width: 14px;
	height: 14px;
}
#subscribe svg path { fill: #214288; }
.pagenavigation {
	margin-bottom: 40px;
	margin-top: 25px;
	text-align: center;
}
.h2 {
	font-size: 18px;
	font-weight: bold;
}
#horizontal_scroll { margin: 30px 0; }
#horizontal_scroll .lSSlideOuter { margin-top: 10px; }

@media screen and (max-width: 900px) {
	.news-menu {
		margin-left: 0px;
		margin-top: 20px;
	}
}

@media screen and (max-width: 720px) {
	.filter > * { margin: 0; }
}