.headerText {
	color:#58a4b9; 
	border-bottom: 2px solid #cccccc; }

/* Timeline
–––––––––––––––––––––––––––––––––––––––––––––– */
#timeline {
    display: -ms-grid;
    display: grid;
    gap: 2rem;
    position: relative;
    z-index: 1;
    margin-top: 4rem;
}

#timeline::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    background-color: #ccc;
}

    #timeline .event-wrap {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 3rem 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        position: relative;
    }

    #timeline .event-wrap + .event-wrap {
        margin-top: -12rem;
    }

        #timeline .event-wrap:nth-child(even) .event {
            -ms-grid-column: 2;
            grid-column: 2;
        }


    #timeline .event {
        padding: 2rem;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: .75rem;
        -webkit-box-shadow: 0 .5rem 1em rgb(0,0,0,0.1);
        box-shadow: 0 .5rem 1em rgb(0,0,0,0.1);
    }

    #timeline .event::before {
        content: "";
        width: 1rem;
        height: 1rem;
        position: absolute;
        top: 3rem;
        left: 50%;
        margin-left: calc(-0.5rem - 2px);
        background-color: #ccc;
        border: 2px solid #fff;
        border-radius: 50%;
    }

    #timeline .event::after {
        content: "";
        width: 1rem;
        height: 1rem;
        display: block;
        position: absolute;
        top: calc(3rem + 1px);
        left: calc(50% + 1rem);
        background-color: #fff;
        border: 1px solid #ddd;
        border-right: 0;
        border-bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        pointer-events: none;
    }

    #timeline .event-wrap:nth-child(odd) .event::after {
        right: calc(50% + 1rem);
        left: auto;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    #timeline .event-wrap:first-child {
        width: 7rem;
        height: 7rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-grid-column-align: center;
        justify-self: center;
        background-color: #36a6bc;
        border: 2px solid #fff;
        border-radius: 50%;
        text-align: center;
        color: #fff;
    }

        #timeline .event-wrap:first-child > div {
            margin: auto;
        }

        #timeline .event-wrap:first-child span {
            display: block;
            font-size: 1.5rem;
        }

    #timeline .event-wrap:nth-child(2) {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        margin-top: 0;
    }

        #timeline .event-wrap:nth-child(2) .event {
            -ms-grid-row: 1;
            grid-row: 1;
        }

        #timeline .event-wrap:nth-child(2) .event:first-child {
            -ms-grid-column: 1;
            grid-column: 1;
            background-color: transparent;
            border: 0;
            border-radius: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        #timeline .event-wrap:nth-child(2) .event:first-child::after {
            display: none;
        }

    #timeline .event-wrap:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-grid-column-align: center;
        justify-self: center;
        margin-top: 2rem;
    }

        #timeline .event-wrap:last-child .event {
            display: -ms-grid;
            display: grid;
            background: url(../images/article_trackieEvolution/2023_site.png) bottom right -20% / 58% no-repeat #36a6bc;
            border: 0;
            color: #fff;
        }

        #timeline .event-wrap:last-child .event::before {
            top: -2rem;
        }

        #timeline .event-wrap:last-child .event::after {
            top: -0.5rem;
            left: 50%;
            margin-left: -0.5rem;
            background-color: #36a6bc;
            border: 0;
        }

            #timeline .event-wrap:last-child .event > * {
                width: 50%;
            }
            
            #timeline .event-wrap:last-child .event header {
                width: auto;
                display: -ms-inline-grid;
                display: inline-grid;
                -ms-grid-column-align: center;
                justify-self: center;
                border: 0;
            }

    #timeline header {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto 1rem 1fr;
        grid-template-columns: auto 1fr;
        gap: 1rem;
        -ms-flex-line-pack: center;
        align-content: center;
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
        border-bottom: 1px solid rgb(0,0,0,0.2);
        font-size: 1.2rem;
        line-height: 1.2;
    }

        #timeline header > :first-child {
            font-family: 'Titillium Web', sans-serif;
            font-size: 3rem;
            font-weight: bold;
            line-height: 1;
        }

        #timeline header span {
            display: block;
            opacity: .6;
        }

    #timeline figure {
        padding: 0;
        margin-right: 0;
        margin-left: 0;
        text-align: center;
    }

        #timeline figure img {
            display: block;
            margin: auto;
        }

    #timeline figcaption,
    #timeline .caption {
        margin-top: .5rem;
        font-size: .883em;
        font-style: italic;
        text-align: center;
    }

    #timeline .caption {
        margin-top: 0;
    }

    #timeline .gallery a {
        display: block;
        border: 1px solid #ccc;
    }


.todayONE {
	left: 150px; 
	position: absolute; }
	
.todayONEtext	 {
	clear:both;
	padding-bottom: 15px; }

@media screen and (max-width: 1200px) {
	.todayONEtext	 {
		padding-bottom: 0; }
}


@media screen and (max-width: 800px) {
	
	.headerText {
		font-size: 40px;
	}
	
    #timeline .event-wrap {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

        #timeline .event-wrap + .event-wrap {
            margin-top: 2rem;
        }

        #timeline .event-wrap:nth-child(even) .event {
            -ms-grid-column: 1;
            grid-column: 1;
        }

    #timeline .event::before {
        display: none;
    }

    #timeline .event::after,
    #timeline .event-wrap:nth-child(odd) .event::after {
        top: -0.5rem;
        left: 50%;
        margin-left: -0.5rem;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #timeline .event-wrap:nth-child(2) {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    #timeline .event-wrap:nth-child(2) .event {
        grid-row: auto;
    }

    #timeline .event-wrap:nth-child(2) .event:first-child {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: .75rem;
        -webkit-box-shadow: 0 .5rem 1em rgb(0,0,0,0.1);
        box-shadow: 0 .5rem 1em rgb(0,0,0,0.1);
    }

    #timeline .event-wrap:last-child .event {
        padding-bottom: 55%;
        background: url(../images/article_trackieEvolution/2023_site.png) bottom center / 80% no-repeat #36a6bc;
    }

        #timeline .event-wrap:last-child .event > * {
            width: 100%;
        }

}