ul.news {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

ul.news li {
	border: 1px solid #D9D1C7;
	margin: 0;
	display: flex;
	flex-direction: column;
	width: calc(33.333333333% - ((20px * 2) / 3));
	overflow: hidden;
	position: relative;
}
ul.newsrow4 li,
ul.newsx4 li {
	width: calc(25% - ((20px * 3) / 4));
}

ul.news::after {
    content:"";
    display: block;
    width: calc(33.333333333% - ((20px * 2) / 3));

}

#home_featured ul.news::after { display:none; }

@media all and (min-width: 1200px) {
	ul.newsrow4::after {
		width: calc(25% - ((20px * 3) / 4));
	}
	ul.newsrow4.remainder2::after {
		width:calc(50% - ((20px * 2) / 4));
	}

	ul.newsrow4.just2::before {
		content:"";
		display: block;
		width: calc(25% - ((20px * 3) / 4));
	}


}


.newsblock {
	margin: 20px 0;
}

.newsblock ul.news li {
	margin-bottom: 20px
}

.newsblock>h2 {
	font-weight: 300;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 1em;
	color: #020873;
}

ul.news li>a {
	flex: 1;
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: all 0.2s ease;
	background: #FFF;
}



ul.news li>a+a{ font-size: 14px; line-height:1.285714285714286;  display: block; width: 100%; flex:0; height: auto; bottom:0; left: 0;
	  background: #bd4800; background: #03A87C; color:white; padding: 0.5em 20px;}

ul.news li>a+a[target="_blank"]::after {
	background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"	viewBox="0 0 122.9 121.9" style="enable-background:new 0 0 122.9 121.9;" xml:space="preserve"><g><path fill="white" d="M8.3,0h29.4v20.6H20.4v80.7h82.1V84.8h20.4v37.1H0V0H8.3L8.3,0z M122.9,0H53.3L77,23.2L43.5,56.7l21.2,21.2l33.5-33.5 l24.6,24.1L122.9,0L122.9,0z"/></g></svg>');
content:"";
margin: 0 0 0 6px;
	width: 8px;
	height: 10px;
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
}


ul.news li div {
	padding: 20px 20px 30px;
	height: auto;
	flex: 1;
}

ul.news li p.smallheading {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 18px;
	color: #D96C0D;
	transition: all 0.2s ease;
}

	ul.news li h3 {
	font-weight: 300;
	transition: all 0.2s ease;
	font-size: 24px;
	line-height: 30px;
	margin: 0;
	color: #020873
}
ul.news li h3 strong{ font-weight:700;}
ul.news li h3.longheading {
	font-size: 18px;
	line-height: 23px;
}


ul.news li h3+p {
	color: #00020D;
	margin: 1em 0 0;
	line-height: 23px;
}

ul.news li h3+p.by {
	color: #858585;
	margin: 0.5em 0 0;

}
ul.news li a:hover h3+p.by {
	color: #FFF;
}

@media all and (max-width: 1399px) {
	ul.news li h3 {
		font-size: 20px;
		line-height: 25px;
	}
	ul.news li h3.longheading {
		font-size: 18px;
		line-height: 23px;
	}
}

@media all and (max-width: 1199px) {
	ul.newsrow4 li {
	width: calc(33.333333333% - ((20px * 2) / 3));
	}

	ul.news li h3 {
		font-size: 18px;
		line-height: 23px;
	}

	ul.news li h3+p {

		font-size: 16px;
		line-height: 19px;
	}
}

ul.news2 li {
	width: calc(50% - 10px);
}

ul.news2 li:last-child>a div {
	order: 1;
}

body.home ul.news2 li:last-child>a p.img {
	order: 2;
}

ul.news li p.img,
ul.news li div {
	height: calc(50% - 10px);
	height: 50%;
}

ul.below li p.img {
	order: 10;
}

ul.news li p.img::before {
	display: block;
	content: "";
	width: 100%;
	height: 0;
	padding-bottom: 71.20743034055728%;
}

ul.news li p.img {
	transition: all 0.2s ease;
	position: relative;
	margin: 0;
	height: auto;
}

ul.news li p.img img {
	display: block;
	object-fit: cover;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

ul.news li>a:hover {
	background: #78A6A9;
	color: white;
	box-shadow: 2px 2px 4px rgba(88, 89, 97, 0.2);
}
body[class*="philanthropy"] ul.news li>a:hover {
	background: #03A87C; background: #bd4800;   color: white;p.by
}

ul.news li>a:hover h3 {
	color: white;
}

ul.news li>a:hover p.smallheading {
	color: #020873;
}

body[class*="philanthropy"] ul.news li>a:hover p.smallheading {
	color: #FFF;

}

ul.news li>a:hover p.img {
	filter: grayscale(100%);
	mix-blend-mode: soft-light;
	opacity: 0.75;
}

@media all and (max-width:899px) {
	ul.newsrow4 li,
	ul.newsx4 li {
		width: calc(50% - 10px);
	}
}

@media all and (max-width: 599px) {
	ul.news li {
		width: 100%;
	}
	ul.news li:not(:last-child) {
		margin-bottom: 20px;
	}
	ul.news li div {
		padding: 16px;
	}
}

@media all and (-ms-high-contrast:none) {
	ul.news,
	ul.news li,
	ul.news li a {
		display: block;
	}
	ul.news li {
		float: left;
	}
	ul.news::after {
		content: "";
		display: table;
		clear: both;
	}
}

@media all and (-ms-high-contrast:none) {
	ul.news:not(.news2):not(.newsx4) li:not(:nth-child(3n+3)) {
		margin-right: 20px;
	}
	ul.news2 li:not(:nth-child(2n+2)) {
		margin-right: 20px;
	}
	ul.newsx4 li:not(:nth-child(4n)) {
		margin-right: 20px;
	}
	ul.news:not(.news2) li a {
		min-height: 25vw;
	}
}

@media all and (-ms-high-contrast:none) and (max-width: 899px) {
	ul.newsx4 li:not(:nth-child(4n)),
	ul.newsx4 li {
		margin-right: 0;
	}
	ul.newsx4 li:nth-child(2n+1) {
		margin-right: 20px;
	}
}

@media all and (-ms-high-contrast:none) and (max-width: 599px) {
	ul.newsx4 li {
		margin-right: 0;
	}
}



p.cat {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

p.cat strong {
    display: inline-block;
    font-family: Merriweather Light;
    font-style: normal;
    font-weight: 300;
    margin: 5px 1em 5px 0;
    color: #858585;
}
p.cat span {
    display: none;
}
p.cat a {
    display: inline-block;
    font-weight: 400;
    background: rgba(236, 232, 227, 0.4);
    border-radius: 3px;
    transition: all 0.2s ease;
    padding: 0.333em 1em;
    margin: 5px 10px 5px 0;
    color: #00020D;
}

p.cat a:hover {
    background: #D8B528;
    color:#000;
}