﻿.bsb-timeline-1 .timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

    .bsb-timeline-1 .timeline:after {
        bottom: 0;
        content: "";
        left: 0;
        margin-left: -1px;
        position: absolute;
        top: 10px;
        width: 5px
    }

    .bsb-timeline-1 .timeline.caputre-stroke-brand:after {
        background-color: var(--capture-stroke-brand-colour);
    }

    .bsb-timeline-1 .timeline.caputre-tia-brand:after {
        background-color: var(--capture-tia-brand-colour);
    }

    .bsb-timeline-1 .timeline.caputre-therapy-brand:after {
        background-color: var(--capture-therapy-brand-colour);
    }

    .bsb-timeline-1 .timeline.caputre-other-brand:after {
        background-color: var(--capture-other-brand-colour);
    }

    .bsb-timeline-1 .timeline > .timeline-item {
        margin: 0;
        padding: 0;
        position: relative
    }

        .bsb-timeline-1 .timeline > .timeline-item:before {
            border-radius: 50%;
            content: "";
            height: 20px;
            left: calc(9px*-1);
            position: absolute;
            top: 10px;
            width: 20px;
            z-index: 1
        }

    .bsb-timeline-1 .timeline.caputre-stroke-brand > .timeline-item:before {
        background-color: var(--capture-stroke-brand-colour);
    }

    .bsb-timeline-1 .timeline.caputre-tia-brand > .timeline-item:before {
        background-color: var(--capture-tia-brand-colour);
    }

    .bsb-timeline-1 .timeline.caputre-therapy-brand > .timeline-item:before {
        background-color: var(--capture-therapy-brand-colour);
    }

    .bsb-timeline-1 .timeline.caputre-other-brand > .timeline-item:before {
        background-color: var(--capture-other-brand-colour);
    }

    .bsb-timeline-1 .timeline > .timeline-item .timeline-body {
        margin: 0;
        padding: 0;
        position: relative
    }

    .bsb-timeline-1 .timeline > .timeline-item .timeline-content {
        padding: 0 0 0 20px;
    }

    .bsb-timeline-1 .timeline > .timeline-item .timeline-content {
        padding-bottom: 20px;
    }

    .bsb-timeline-1 .timeline > .timeline-item:last-child .timeline-content {
        padding-bottom: 0
    }
