.productcategory-wrapper .showall-wrapper,
.span9.product-category-title {
    display: none;
}

.result-item .summary, .article-category-title h1, .result-item-text h1 {
    font-size: 16px;
}

@media (max-width: 767px) {
    .result-item .summary, .article-category-title h1, .result-item-text h1 {
        font-size: 17px;
    }

    .result-item .title {
        overflow: visible;
    }

    .result-item .title a {
        display: block;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .inner-content-block * {
        overflow-wrap: break-word;
        word-break: break-word;
    }
}

.highlight_event .event_box_detail, .highlight_event .event_title a, #event-list, .calendar-footer .calendar-show-all {
    font-size: 14px;
}

.result-item h1.event_title, .highlight_event .event_title a {
    line-height: 1rem;
}

#event-list {
    color: #fff;
}

#event_calendar table td.space {
    height: 0;
}
