<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a.sp-link::after {
	 content: "\00a0&gt;";
	 display: inline;
}

div.tl-panel h2 {
	color: #fff;
	font-family: 'League Gothic', sans-serif;
}
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
.timeline:before {
    content: '';
    position: absolute;
    width: 0.4rem;
    background-color: #54585a;
    top: 125px;
    bottom: 0;
    left: 49.75%; /*  45.75%; */
    /* margin-left: -0.125rem; */
    z-index: 0;
}
p.tl-heading {
	color: #fff9d9;
    font-style: italic;
    font-weight: bold;
}
h3.tl-heading {
	color: #fff9d9;
}
.tl-circle {
  margin-top: 115px;
  height: 40px;
  width: 40px;
  background-color: #c8102e;
  border-radius: 50%;
}
.tl-panel {
    color: white;
    padding: 20px 30px;
    margin-top: 25px;
    background-color: #54585a;
    position: relative;
    border-radius: 6px;
}
.tl-panel-2 {
    color: white;
    padding: 20px 30px;
    margin-top: 25px;
    background-color: #640817;
    position: relative;
    border-radius: 6px;
}
.tl-left:after{
    left: 100%;
	top: 110px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(84, 88, 90, 0);
	border-left-color: #54585a;
	border-width: 28px;
	margin-top: -28px;
}
.tl-right:after {
    right: 100%;
	top: 110px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(84, 88, 90, 0);
	border-right-color: #54585a;
	border-width: 28px;
	margin-top: -28px;
}
.tl-left-2:after {
    left: 100%;
	top: 110px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(100, 8, 23, 0);
	border-left-color: #640817;
	border-width: 28px;
	margin-top: -28px;
}
.tl-right-2:after {
    right: 100%;
	top: 110px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(100, 8, 23, 0);
	border-right-color: #640817;
	border-width: 28px;
	margin-top: -28px;
}
@media (max-width: 992px) {
    .timeline:before {
        content: '';
        position: absolute;
        width: 0.375rem;
        background-color: #c8102e;
        top: 10px;
        bottom: 0;
        left: 48.5%;
        margin-left: -0.125rem;
        z-index: 0;
    }
    .tl-left:after {
        left: 100%;
    	top: 30px;
    	border: transparent;
    	background-color: rgba(0, 0, 0, 0);
    	content: " ";
    	height: 0;
    	width: 0;
    	position: absolute;
    	pointer-events: none;
    	border-color: rgba(84, 88, 90, 0);
    	border-left-color: #rgba(84, 88, 90, 0);
    	border-width: 25px;
    	margin-top: -25px;
    }
    .tl-right:after {
        right: 100%;
    	top: 30px;
    	border: transparent;
    	background-color: rgba(0, 0, 0, 0);
    	content: " ";
    	height: 0;
    	width: 0;
    	position: absolute;
    	pointer-events: none;
    	border-color: rgba(84, 88, 90, 0);
    	border-right-color: rgba(84, 88, 90, 0);
    	border-width: 25px;
    	margin-top: -25px;
    }
}</pre></body></html>