.header-section::before{
display: none;
}
.header-section{
background: #d23246;
padding: 160px 0 120px;
}
.header-section-wrap {
max-width: 960px;
}
.header-section h1{
font: 48px/1.2 var(--primaryfont-bold);
margin-bottom: 20px;
}
.filter-tab {
text-align: center;
}
.header-section p{
font-size: 18px;
color: #fff;
}
.filter-tab li a.active {
    color: #d23246;
    border-bottom: 2px solid #d23246;
    padding-bottom: 10px;
}
.filter-tab li {
    font-size: 18px;
}
.filter-tab li a {
    color: #333;
}
.event-category .read-more, .year-series p.open, .list-dropdown li a.active, .event-series h5 {
    color: #d23246;
}
.year-series p.open:before {
    border-color: #d23246;
}
.list-dropdown li a.active:before {
background: #d23246;
}