.et_pb_further_articles_is .further_articles {
	display: grid;
	grid-gap: 25px;
	margin-bottom: 25px;
}

.et_pb_further_articles_is .further_articles.grid_2 {
	grid-template-columns: 47.5% 47.5%;
}

.et_pb_further_articles_is .further_articles.grid_3 {
	grid-template-columns: 31.6% 31.6% 31.6%;
}

.et_pb_further_articles_is .further_articles.grid_4 {
	grid-template-columns: 23% 23% 23% 23%;
}

.et_pb_further_articles_is .further_articles.grid_5 {
	grid-template-columns: 18% 18% 18% 18% 18%;
}

@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
	.et_pb_further_articles_is .further_articles.grid_3,
	.et_pb_further_articles_is .further_articles.grid_4,
	.et_pb_further_articles_is .further_articles.grid_5 {
		grid-template-columns: 47.5% 47.5%;
	}
	.et_pb_further_articles_is .further_articles_title {
		font-size: 21px;
	}
}

@media only screen and ( max-width: 767px ) {
	.et_pb_further_articles_is .further_articles.grid_2,
	.et_pb_further_articles_is .further_articles.grid_3,
	.et_pb_further_articles_is .further_articles.grid_4,
	.et_pb_further_articles_is .further_articles.grid_5 {
		grid-template-columns: 100%;
	}
}

.et_pb_further_articles_is .further_articles_item {
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.15);
	transition: transform 300ms ease 0ms,filter 300ms ease 0ms,background-color 300ms ease 0ms,background-image 300ms ease 0ms;
}

.et_pb_further_articles_is .further_articles_item:hover {
	cursor: pointer;
	transform: scaleX(1.04) scaleY(1.04) !important;
}
.et_pb_further_articles_is .further_articles_item:hover .further_articles_imgoverlay {
	opacity: 0;
}

.et_pb_further_articles_is .further_articles_item {
	position: relative;
}

.et_pb_further_articles_is .further_articles_item .detailed_link {
	bottom: 0px;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
}

.et_pb_further_articles_is .further_articles_imgwrapper {
	position: relative;
}

.et_pb_further_articles_is .further_articles_imgwrapper .further_articles_imgoverlay {
	background-color: black;
	bottom: 0px;
	left: 0px;
	opacity: 0.2;
	position: absolute;
	right: 0px;
	top: 0px;
	transition: opacity 300ms ease 0ms;
}

.et_pb_further_articles_is .further_articles_img {
	background-position: center;
	height: 200px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.et_pb_further_articles_is .further_articles_item .further_articles_desc {
	padding: 20px 5px 20px 5px;
}

.et_pb_further_articles_is .further_articles_title {
	font-family: 'WWF Font',Helvetica,Arial,Lucida,sans-serif;
	font-size: 26px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.et_pb_further_articles_is .further_articles_subheadline {
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	font-size: 16px;
}

.et_pb_further_articles_is .further_articles_button.error {
	display: none;
}

.et_pb_further_articles_is .further_articles_button a {
	cursor: pointer;
}

.et_pb_further_articles_is .further_articles_button .loader {
	display: none;
}

.et_pb_further_articles_is .further_articles_button.loading .loader {
	display: block;
}

.et_pb_further_articles_is .further_articles_button.loading a {
	display: none;
}

.et_pb_further_articles_is .loader,
.et_pb_further_articles_is .loader:before,
.et_pb_further_articles_is .loader:after {
	border-radius: 50%;
	height: 2.5em;
	width: 2.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
}

.et_pb_further_articles_is .loader {
	color: #212121;
	font-size: 4px;
	margin: 10px auto;
	opacity: 0.8;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.et_pb_further_articles_is .loader:before,
.et_pb_further_articles_is .loader:after {
	content: '';
	position: absolute;
	top: 0;
}

.et_pb_further_articles_is .loader:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.et_pb_further_articles_is .loader:after {
	left: 3.5em;
}

@-webkit-keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}
@keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}