body>#page-container>#et-boc>header>.et_builder_inner_content #header-section{
	margin-top:90vh !important;
}

.timeline-item .et_pb_column {display:flex; flex-direction:column;}
.timeline-item .et_pb_column .et_pb_module {margin-top:auto !important; margin-bottom:auto !important;}
.timeline-item .et_pb_column .et_pb_text:not(.bookmark-left,.bookmark-right) {padding-top:1.2em !important; padding-bottom:1.2em !important;}
.et_pb_text_inner:has(.timeline-title){font-weight:300;}
.timeline-title { font-size: 48px; font-weight:200; }

.year-row {padding:0 !important; margin:auto !important;}
.year-row>.et_pb_column {display:flex !important; flex-direction:column !important; justify-content:center !important;}
.year-row>.et_pb_column>.et_pb_text:not(.year-entry) {
	width: fit-content !important; 
	padding: 1em !important; 
	font-style:oblique !important; 
	font-weight:300 !important;
	border-top:1px solid #ffffff !important;
	border-bottom:1px solid #ffffff !important;
	text-align:center !important;
}

.year-row .year-entry{
	width:150px !important;
	height:150px !important;
	resize:both;
	background: #ffffff !important;
	border-radius: 50% !important;
	display:flex !important;
	flex-direction:column !important;
	justify-content:center !important;
	position: relative !important;
}
.year-row .year-entry::before {
	content:"";
	width:170px !important;
	height:170px !important;
	background: transparent !important;
	border-radius: 50% !important;
	display:flex !important;
	flex-direction:column !important;
	justify-content:center !important;
	position: absolute !important;
	top:-18px;
	left:-18px;
	border:8px solid #FFB81C;
}
.year-row .year-entry>.et_pb_text_inner {
	color: #000000 !important;
	font-size:48px !important; 
	line-height:1.2em !important; 
	height:1.2em;
	font-weight:200 !important;
	text-align:center !important;
}
.year-row:has(.year-entry) { min-height:210px !important;}
.year-row>.et_pb_column:has(.year-entry) { 
	align-items:center !important; 
	padding:30px !important; 
	width:210px; 
	height:100%;
	min-height:210px;
	margin:0 !important; 
}

#timeline-section {padding-top:45px !important; padding-bottom:45px !important; background: #000000 !important;}
#timeline-section .intro-row .et_pb_text.section-underline {
	width: fit-content !important; 
	padding: 16px 1em !important; 
	border-bottom:1px solid #ffffff !important;
	text-align:center !important;
	margin: auto auto 30px auto !important;
}

@media all and (max-width: 980px) {
	.timeline-item .et_pb_column .et_pb_text:not(.bookmark-left,.bookmark-right){text-align:center;}
	.timeline-item .et_pb_column {justify-content:center;}
	.timeline-item .et_pb_column .et_pb_image img {max-height:350px;}
	.timeline-item {margin-bottom: 30px; display:flex; flex-direction:column;}
	.timeline-item .et_pb_column {margin-bottom: 0 !important; margin-top: 0 !important;}
	.timeline-item:has(>div:nth-child(1 of .et_pb_column)>.et_pb_image) {flex-direction:column-reverse;}
	
	.year-row>.et_pb_column { width:100% !important; margin-bottom:30px !important; align-items:center !important; }
	.year-row>.et_pb_column:has(.year-entry) { width:100% !important; margin-bottom:30px !important; align-items:center !important; }
}

@media all and (min-width: 981px) {
	.timeline-item>div:nth-child(1 of .et_pb_column) .et_pb_text:not(.bookmark-left,.bookmark-right){text-align:right; padding-right:5.5%;}
	.timeline-item>div:nth-child(1 of .et_pb_column) {justify-content:end; margin-right:0 !important; padding-right:5px !important;}
	.timeline-item>div:nth-last-child(1 of .et_pb_column) .et_pb_text:not(.bookmark-left,.bookmark-right){text-align:left; padding-left:5.5%}
	.timeline-item>div:nth-last-child(1 of .et_pb_column) {justify-content:start; margin-left:0 !important; padding-left:5px !important;}
	.timeline-item>div.et_pb_column {width:50% !important; margin-left:0 !important; margin-right:0 !important;}

	#timeline-section::after {
		content:"";
		position:absolute;
		top:0;
		left:50%;
		border-left: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		display:flex;
		height:100%;
		min-height:1px;
		transform: translateX(-1px);
		margin: 45px 0 30px 0;
	}
	#timeline-section .intro-row {
		background:black !important;
		margin-bottom: 30px !important;
		padding:0 !important;
		z-index:1;
	}
	
	.year-row { 
		display:flex !important;
		flex-direction:row !important;
		align-items:stretch !important;
		min-height:0 !important;
		margin-bottom: 30px !important;
	}
	.year-row>div.et_pb_column:not(:has(.year-entry)) {width:50%; margin-left: 125px !important; margin-right:125px !important; padding: 30px 0 !important;}
	.year-row>div:nth-child(1 of .et_pb_column:not(:has(.year-entry))) {margin-left: 0 !important; }
	.year-row>div:nth-last-child(1 of .et_pb_column:not(:has(.year-entry))) {margin-right: 0 !important; }
	.year-row>div:nth-child(1 of .et_pb_column:not(:has(.year-entry))) { align-items:start !important; }
	.year-row>div:nth-last-child(1 of .et_pb_column:not(:has(.year-entry))) { align-items:end !important; }
	.year-row>div.et_pb_column:has(.year-entry) { 
		align-items:center !important; 
		padding:30px !important; 
		width:210px; 
		height:100%;
		min-height:210px;
		margin:0 !important; 
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-105px);
	}
}