  /* Specific update for admissions timeline */

#appDeadlines .datesCallout-item:nth-child(even) {
    border-top: none !important;
}

#appDeadlines .datesCallout-item:nth-child(even) .datesCallout-item-date {

    display: none;
}

#appDeadlines .datesCallout-item:nth-child(even) {
    padding-top: 0;
}