/*********************************************
 * Programs
**********************************************/
.twc-programs-list__item:last-child .twc-program-detail {margin-bottom:0;}

.twc-programs-list__item {margin-top:-20px;}
.twc-programs-list__item__title {
    position:sticky; top:0; z-index:2; background:#ffffffdb;
    padding:20px 0; transition:var(--twc-transition);
}
.scroll-up .twc-programs-list__item__title {top:var(--twc-header-height-sticky);}

/*********************************************
 * Programs Responsive
**********************************************/
@media only screen and (max-width:767px) {
    .twc-programs-list__item {margin-top:-10px;}
    .twc-programs-list__item__title {padding:10px 20px; margin-left:-20px; margin-right:-20px;}
}