.searchwrapper {
	padding: 0 15%;
} 
#news-filter {
	text-align: center;
	margin-top: 32px;
	margin-bottom: 60px !important; 
}
#news-filter .filter-btn  {
	font-family: 'DM Sans';
	font-weight: 700;
	font-size: 1.13rem !important;
	padding: 17px 24px;
	line-height: normal;
	border-radius: 99px;
	text-align: center;
	transition: all .2s ease-in-out;
	display: inline-block; 
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	box-sizing: border-box;
	word-wrap: break-word;
	user-select: none;
	text-decoration: none;
	position: relative;
	top: 0; 
	border: solid 1px #435059;
	background: #fff;
	color: #435059;
}
#news-filter .filter-btn:hover { 
	border: solid 1px #435059;
	background: #435059;
	color: #fff;
}
ul.vc_grid-filter li.vc_active.vc_grid-filter-item { 
	border: solid 1px #435059;
	background: #435059;
	color: #fff;
} 
#news-filter .filter-btn[aria-pressed="true"] { 
	border: solid 1px #435059;
	background: #435059;
	color: #fff;
}

#news-list {
	grid-template-columns: repeat(1,1fr);
	display: grid;
	grid-column-gap: 40px;
	grid-row-gap: 80px;
	min-height: 0;  
	min-width: 0;   
	margin: 0 auto;
	max-width: 1280px;
} 
#news-list article .articlebox { 
	display: flex; 
	align-items: center;
	gap: 80px;
	position: relative;
} 
#news-list article .articlebox .article-leftside,
#news-list article .articlebox .article-rightside  {
	 flex: 1 1 50%;
}  
#news-list article .articlebox .article-leftside img {
	 max-width: 100%;
	 height: auto;
	 -webkit-box-shadow: 16px 16px 0px 0px #f2f2f2;
	box-shadow: 16px 16px 0px 0px #f2f2f2;
	vertical-align: top;
}  
#news-list article .articlebox .article-rightside .article_date { 
	color: #435059;
	font: inherit;
	font-size: 1.125rem;
	margin-bottom: 0;
}   
#news-list article .articlebox .article-rightside .article_headline a { 
	font-family: 'DM Serif Display';
	font-weight: 400;
	margin-top: 0;
	color: inherit;
	font-size: 1.6rem;
	line-height: 2.2rem; 
	display: block;
	margin-bottom: 22px;
	text-decoration: none;
}  
#news-list article .articlebox .article-rightside .article_headline a:after { 
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
}   
#news-list article:hover .articlebox .article-rightside .article_headline a {
    text-decoration: underline;   
} 
#news-list article:hover .articlebox .article-rightside span.vc_btn3 {
    color: #fff;
  border: solid 1px #435059;
  background: #435059;  
}
#news-list article .articlebox .article-rightside span.vc_btn3 { 
	cursor: auto;
}  
.lazy-hidden {
      display: none;
}
.navigation  {
	margin-bottom: 60px;
	margin-top: 60px;
	text-align: center;
}
.navigation a, 
.archivebox .navigation span   {
    color: #fff;
    text-decoration:none;
	background: #b3b1b1;
	padding: 10px 15px;
	margin: 0 2px;
}  
.navigation span.current   {
    color: #fff;
    text-decoration:none;
	background: #76b72a;
	padding: 10px 15px; 
}
.navigation .screen-reader-text   { 
	padding: 10px 0;
 	
} 
.navigation a:hover,
.navigation a span:hover   { 
	background: #76b72a; 
} 
   
 
@media only screen and (max-width: 1024px) { 
 #news-list article .articlebox { 
  gap:30px; 
}
}

 
@media only screen and (max-width: 860px) { 
#news-filter .filter-btn { 
  display: block;
  margin-bottom: 10px !important;
  margin: 0 auto;
}
#news-list article .articlebox { 
	display: block;  
} 
#news-list article .articlebox .article-leftside,
#news-list article .articlebox .article-rightside  {
	 flex: 1 1 100%;
}    
#news-list article .articlebox .article-rightside  {
	margin-top: 32px;
}  
}