.c65-featured-events,
.c65-featured-events * {
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.c65-featured-events {
    padding:0 15px;
    margin:25px auto 0;
}
.c65-featured-events .section-title .tertiary-subtitle {
    padding-left:40px;
    margin-bottom:25px;
}
.c65-featured-events .event-instances {
    list-style: none outside none;
    padding:0 10px;
    margin:0;
}
.c65-featured-events .event-instances .event {
    display:inline-block;
    width:33%;
    padding:0 30px;
    vertical-align:top;
}
.c65-featured-events .event-instances .event .date {
    color:#666;
}
.c65-featured-events .event-instances .event .evt-subtitle {
    color: #666;
    font-size: 12px;
    font-weight: normal;
    line-height: 0.8em;
}
.c65-featured-events .event-instances .event .titles [data-length="0"] {
    display:none;
}
.c65-featured-events .event-instances .event .address {
    margin-top:15px;
    font-style:normal;
    color:#666;
}
