.whatsnew-desc ul li ul {
    margin-top: 21px;
}
.event-category-year-wrap > h2 {
    margin-left: -50px;
    margin-bottom: 40px;
}
.event-category-year-wrap:before {
    top: 45px;
}
.event-category-year-wrap:after {
    top: 50px;
}
.event-category-year-wrap .event-category-wrap:last-child .event-category:last-child:after {
       bottom: -55px;
}
.event-category .tag {
display: none;
}
.event-category .tag2 {
     float: none;
    display: inline-block;
    background: #fff59d;
    color: #f0483e;
    position: relative;
    border-width: 0px;
    padding: 1px 10px 2px 5px;
    top: -3px;
    margin: 0px 0px 0px 22px;
    font-size: 11px;
    font-weight: 700;
}
.event-category .tag2:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 13px solid #fff59d;
    position: absolute;
    left: -13px;
    top: 0
}
.tag3{
    float: left;
    margin: 0px 0px 0px -125px;
    position: relative;
    clear: left;
    padding: 2px 10px;
    font-size: 12px;
    color: #03a9f5;
    border: 1px solid #03a9f5;
    font-weight: 700;
}