.mx_pagination {width:100%;}
.mx_pagination ul li {list-style:none; left:inherit; }

/* BLOCK VIEW (block.html.twig) */
.mx_news_block_item {
	display: table;
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px #DDD solid;
}

.mx_news_block_item:last-child {
	border-bottom: 0;
}

.mx_news_block_item h3,
.mx_news_block_item p {
	margin: 0;
	padding: 0;
}

.mx_news_block_image img {
	display: table;
}

.mx_news_block_image {
	float: left;
	display: table;
	margin-right: 10px;
}

.mx_news_block_content {
	display: table;
}

/* CATEGORY VIEW (category.html.twig) */

#mx_news_category {
	    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: left;
}
.mx_news_category_item {
	
	width: 23%;
	margin:1%;
	padding-bottom: 66px;
	margin-bottom: 15px;
	border-bottom: 1px #DDD solid;
	position:relative;
}

.mx_news_category_item:last-child {

}
.content-agile .mx_news_category_item:last-child {
	    border-bottom: 0;
    width: 80%;
    margin: 0 auto;
}

#mx_news_item p {
	margin:15px 0;
}
.mx_news_category_item p {
	margin: 0;
	padding: 0;
}

.mx_news_category_item h3 {
	margin: 0;
	padding: 0;
	font-size:20px;
	text-align:inherit;
	line-height: 26px;
}
.mx_news_category_item h3:after {
	margin: 0;
	padding: 0;
	border:none;
}
.mx_news_category_image img {
    width: 100%;
    height: auto;
}

.mx_news_category_image {
	float: left;
	margin-right: 10px;
}
.content-agile .mx_news_category_item:last-child >.mx_news_category_image {
display:none;
}

.mx_news_category_content {
	float: left;
    margin-top: 18px;
	
}


.mx_news_category_item  a.more3:hover {
    background-color: #fff;
    color: #000;
    border: solid 1px #004588;
    text-decoration: none;
}

.mx_news_category_item  a.more3 {
    color: #fff;
    background-color: #004588;
    display: block;
    padding: 10px 2% !important;
    width: auto;
    margin: 0px auto !important;
    left: 0;
    right: 0;
    max-width: 300px;
    text-align: center;
    border: solid 1px #004588;
    position: absolute;
    bottom: 8px;
}

/* ITEM VIEW (item.html.twig) */

#mx_news_item {padding-bottom: 35px;}

#mx_news_item .addthis_toolbox {
	margin: 10px 0 10px -2px;
}
#mx_news_item ul li {
    position: relative;
    left: 1em;
      padding: 0;
}

.mx_news_item_main_image {
	float: left;
	margin: 0 10px 10px 0;
}

.mx_news_item_main_image img {
	display: table;
	    width: 100%;
    height: auto;
}

.mx_news_item_image {
border: 1px #DDD solid;
    display: table;
    padding: 22px;
    float: left;
    margin: 0 10px 0px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.mx_news_item_image a {
	display: inline-block;
	width: 100%;
	height: 100%;
	float: left;
}

.mx_news_item_image img {
	float: left;
	clear: both;
}

.mx_news_item_image span {
	float: left;
	clear: both;
	width: 100%;
	line-height: 1em;
	margin: 7px 0 2px;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	height: 1em;
	text-overflow: ellipsis;
	white-space: nowrap;
}


@media only screen and (max-width: 1100px) {
	#mx_news_category {
justify-content: center;
}
	.mx_news_category_item {
	
	width: 33%;
}

.mx_news_item_image {
    width: 50%;
}

}

@media only screen and (max-width: 768px) {
	#mx_news_category {
	justify-content: center;
}
	.mx_news_category_item {
	width: 44%;
    padding: 1% 1% 66px;
}

.mx_news_item_image {
    width: 100%;
    margin-bottom:25px;
}
}


@media only screen and (max-width: 480px) {
	#mx_news_category {
	justify-content: center;
}
	.mx_news_category_item {
	
	width: 98%;
	padding: 1% 10% 66px;
}

.mx_news_item_image {
    width: 100%;
    margin-bottom:25px;
}
}