
/*standardjs*/
body{
	overflow-y: scroll;
}
p{
	margin:0;
}


/*news?*/

.newsImage{
	height:0;
	padding-top: 45%;
	background-size: cover; 
	background-position: center;
}
#newsWrap{
	background:#fff;
}
.newsHighlighted{
	position: relative;
	padding-bottom: 0;
}
.newsHighlighted .newsTitle p{
	display:inline;
	float: left;
	clear:left;
	background:#c00;
	color:#fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	padding:2px 6px;
	margin:0 0 3px 0;
	letter-spacing: 1px;
}
.newsHighlighted .newsTitle{
	position: absolute;
	bottom:40px;
	left:40px;
}
.sideTitle{
	margin: 0 0 10px 0;
	color:#c00;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
#newsList .newsElement{
	padding:8px 0;
	border-bottom:1px solid #ddd;
}
#newsList .newsElement:first-child{
	border-top:1px solid #ddd;
}
#newsList .newsElement:before{
	content:'';
	display:none;
}
#newsList .newsElement a,
#newsList .newsElement{
	font-size: 13px;
	line-height: 18px;
	display:block;
}
#newsList .newsElement a:after{
  content:'';
  display:none;
}
#content #newsList{
	padding:0 20px 20px 0;
}
.newsList{
	padding:15px 25px;
}

/*shared services*/
.serviceList{
	/*display:none;*/
}

.agendaRow{
	display: flex;
	flex-wrap: wrap;
	justify-content: stretch;
}
.agendaRow .imgWrap .img{
	background-size: cover;
	background-color: #ccc;
	padding-top:60%; 
}
.agendaRow .imgWrap{
	width: 20%;
}
.agendaRow .text{
	width: 80%;
	padding-left: 25px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.agendaRow .date{
	height: 30px;
    background: #e23b28;
    width: 180px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
}
.agendaTitle{
	font-weight: bold;
	font-size: 20px;
}
#agendaWrap .agendaList ul li{
	padding: 0;
}
#agendaWrap .agendaList ul li:before {
	display: none;
}
#agendaWrap #newsListMulti li.newsElement{
	background: #c3c6cc;
    padding: 15px;
    margin-bottom: 10px;
    color: #000;
    /*box-shadow: 0 2px 8px -1px rgba(0,0,0,.4);*/
    transition: all 250ms;
}
#agendaWrap #newsListMulti li.newsElement a{
    transition: all 250ms;
	color:  #000;
}
#agendaWrap #newsListMulti li.newsElement:hover{
	background: #cc0000;
	color: #fff;
}
#agendaWrap #newsListMulti li.newsElement:hover a{
	color: #fff;
}
@media (min-width: 768px) {
.newsList{
	padding:0 10px;
}
/*.agenda #newsList{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.agenda #newsList li{
	width: 50%;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 15px;
}*/
.agendaRow .imgWrap{
	width: 25%;
}
.agendaRow .text{
	width: 75%;
	
}
.agendaRow .text .date{

}

}
@media (min-width: 1240px) {
.newsHighlighted .newsTitle p{
  font-size: 28px;
  line-height: 34px;
}
}


