#decustom-results{
	display:grid;
	grid-template-columns:	repeat(3,1fr);
	gap:30px;
}
div#ajax-content-wrap {
	background: #fff;
}
button.year-btn.active {
    color: #e5002b;
    font-weight: 600;
}
/*.decustom-card-content h3 {
	text-transform: inherit;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	height: 110px;
}
.decustom-card-content a {
	background-color: #e5002b;
	color: #fff;
	border-radius: 100px;
	border-color: #ffffff;
	padding: 7px 18px;
	font-weight: 500;
	display: inline-block;
	font-size: 15px;
}
.decustom-card-content a:hover {
	background: #000;
}*/
.decustom-pagination .page-numbers {
	display: inline-block;
	padding: 10px 15px;
	border: 1px solid #ddd;
	margin: 0 5px;
	text-decoration: none;
	border-radius: 5px;
}
.decustom-pagination .page-numbers:hover {
	color: #000;
}
.decustom-pagination .current{
	font-weight:bold;
}
.decustom-pagination{
	margin-top:40px;
	text-align:center;
	width:100%;
	clear:both;
	margin-bottom: 40px;
}
.no-results{
	grid-column:1/-1;
	text-align:center;
	padding:60px 0;
}
.decustom-hero{
	position:relative;
	margin-bottom:50px;
	overflow:hidden;
}
.decustom-hero img{
	width:100%;
	height:550px;
	object-fit:cover;
	display:block;
}
.decustom-hero:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: linear-gradient( to top, rgba(0,0,0,.75), rgba(0,0,0,.15) );
	z-index:1;
}
.decustom-overlay {
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}
.decustom-tag {
	border-radius: 100px;
	font-weight: 600;
	border-color: rgba(255, 255, 255, 0.4);
	border: 2px solid rgba(255, 255, 255, 0.4);
	padding: 4px 10px;
	margin: 5px 6px 0 5px;
	display: inline-block;
	color: #fff !important;
	font-size: 18px;
}
.decustom-overlay h1 {
	color: #fff;
	font-size: 52px;
	line-height: 1.2;
	max-width: 1000px;
	margin: 0 auto;
}
.decustom-whitepaper-content {
	margin-bottom: 50px;
}
.event-filter{
	display:flex;
	gap:15px;
	margin-bottom:40px;
	flex-wrap:wrap;
	justify-content:center;
}
.year-btn {
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
    background: #fff;
    border: none;
    font-size: 21px;
    font-family: Exo;
    line-height: 1;
}
.event-top-heading h2 {
    text-align: center;
}
.event-top-heading {
    margin: 60px 0;
}
.event-img {
    height: 220px;
}
.event-img img {
    height: 100% !important;
    object-fit: cover;
    width: 100%;
}
.event-card-content {
    padding: 30px;
    height: 220px;
    background: #F3F4F4;
}
.event-card-content h3 {
    line-height: 1.4em;
    font-size: 18px;
    font-family: Exo;
    font-weight: 700;
    height: 103px;
    text-align: left;
}
.event-card-content a {
    background-color: #e5002b;
    border-radius: 12px;
    color: #fff;
    display: inline-block;
    padding: 7px 31px;
    font-weight: 600;
    font-size: 14px;
}



@media (min-width: 768px) and (max-width: 991px) {
	#decustom-results {
		grid-template-columns: repeat(2,1fr);
	}
	.decustom-filter {
		display: block;
	}
	.decustom-filter select {
		width: 100% !important;
		margin-bottom: 20px;
	}
	.decustom-card-content h3 {
		font-size: 16px;
		line-height: 22px;
	}
	.decustom-card-content {
		padding: 20px;
	}
}
@media(max-width:767px){
	#decustom-results {
		grid-template-columns: repeat(1,1fr);
	}
	.decustom-filter {
		display: block;
	}
	.decustom-filter select {
		width: 100% !important;
		margin-bottom: 20px;
	}
	.decustom-overlay{
		left:25px;
		bottom:25px;
	}
	.decustom-overlay h1{
		font-size:32px;
	}
	.decustom-hero img{
		height:350px;
	}

}