/* Preserve the original alternating timeline cards if Divi's generated
 * background declarations are skipped by deferred/critical CSS loading. */
body.home .dipl_timeline_item_0.dipl_timeline_item .dipl_item_content_inner,
body.home .dipl_timeline_item_2.dipl_timeline_item .dipl_item_content_inner,
body.home .dipl_timeline_item_4.dipl_timeline_item .dipl_item_content_inner,
body.home .dipl_timeline_item_6.dipl_timeline_item .dipl_item_content_inner {
    background-color: #3b3b48 !important;
}

body.home .dipl_timeline_item_1.dipl_timeline_item .dipl_item_content_inner,
body.home .dipl_timeline_item_3.dipl_timeline_item .dipl_item_content_inner,
body.home .dipl_timeline_item_5.dipl_timeline_item .dipl_item_content_inner {
    background-color: #73a07b !important;
}

body.home .dipl_timeline_item .dipl_item_content .dipl_triangle {
    background-color: inherit !important;
}
