#timeline-footer {
	position: relative;
	z-index: 100;
}

#menu1 {
	position: absolute !important;
}

#timeline-wrap {
	position: relative;
}

#timeline-content .container {
	position: relative;
}

#timeline-content {
	position: relative;
	padding: 4rem 0px;
}

@media (min-width: 992px) { 
	#timeline-content {
		padding: 6rem 0px;
	}
}

#timeline-content .sticky-wrapper {
	position: absolute;
	width: 140px;
}
	
@media (min-width: 992px) { 
	#timeline-text {
		padding-left: 240px;
	}
}

#sticky-nav {
	display: none;
	position: absolute;
	width: 140px;
	z-index: 99;
	transition: .2s;
}


@media (min-width: 992px) { 
	#sticky-nav {
		display: block;
	}
}

#sticky-nav.is-sticky {
	top: 0;
	position: fixed;
}

#sticky-desktop {
	margin: 0;
	padding: 16px 0 0 0;
	list-style: none;
	transition: .2s;
	overflow: visible;
}

#sticky-desktop.is-sticky {
	
}

#sticky-desktop:after {
	content: "";
	position: absolute;
	right: -2px;
	top: 24px;
	bottom: 0;
	width: 3px;
	opacity: .5;
}

#sticky-desktop li {
	margin: 0;
	line-height: 1;
	padding: 15px 0;
	list-style: none;
	overflow: visible;
}

#sticky-desktop li:first-child {
	padding-top: 0;
}

#sticky-desktop li:last-child {
	padding-bottom: 0;
}

#sticky-desktop li a {
	display: block;
	position: relative;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	text-align: right;
	padding-right: 36px;
	text-transform: uppercase;
	transition: .2s;
	overflow: visible;
}

#sticky-desktop li a:after {
	content:"";
	position: absolute;
	top: 7px;
	right: -10px;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	z-index: 100;
	transition: .2s;
}

#sticky-desktop li a:hover {
}

#sticky-desktop li a:hover:after {
	width: 29px;
	height: 29px;
	right: -15px;
	top: 2px;
	/*transform scale causing chrome issues so dif approach*/
}

#sticky-desktop li a.active {
}

#sticky-desktop li a.active:after {
	width: 29px;
	height: 29px;
	right: -15px;
	top: 2px;
}

#sticky-nav-mobile {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 899;
}

@media (min-width: 992px) { 
	#sticky-nav-mobile {
		display: none;
	}
}

#sticky-nav-mobile .sticky-arrow-prev {
	display: block;
	text-align: center;
	position: absolute;
	left: 10px;
	bottom: 20px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 50%;
}

#sticky-nav-mobile .sticky-arrow-prev .icon {
	display: block;
	line-height: 20px;
	font-size: 14px;
}

#sticky-nav-mobile .sticky-arrow-next {
	display: block;
	text-align: center;
	position: absolute;
	right: 10px;
	bottom: 20px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 50%;
}

#sticky-nav-mobile .sticky-arrow-next .icon {
	display: block;
	line-height: 20px;
	font-size: 14px;
}

#sticky-mobile {
	list-style: none;
	margin: 0 52px;
	padding: 10px 0 0 0;
	height: 70px;
	position: relative;
	display: -webkit-box;
	display: flex;
	/*
	-webkit-box-pack: justify;
	justify-content: space-between;
	*/
	-webkit-box-align: start;
	align-items: flex-start;
	overflow-y: hidden;
	overflow-x: auto;
}

#sticky-mobile li {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	min-height: 34px;
	width: 100%;
	max-width: 100%;
	min-width: 160px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

#sticky-mobile li a {
	display: block;
	height: 34px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	padding: 0 1rem;
	transition: .2s;
}

#sticky-mobile li a:after {
	content:"";
	position: absolute;
	bottom: -5px;
	margin-left: -5px;
	left: 50%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	transform: scale(1);
	transition: .2s;
}

#sticky-mobile li a.active {
}

#sticky-mobile li a.active:after {
	transform: scale(1.5);
}

#timeline-dates {
	position: relative;
	padding: 100px 0;
}

.timeline-section {
	padding: 100px 0 0;
	position: relative;
}

#timeline-dates .timeline-section:last-child {
	padding-top: 0px;
}

.timeline-section:before {
	content: "";
	position: absolute;
	left: 50%;
	width: 4px;
	margin-left: -2px;
	top: 0;
	bottom: 0;
}

.timeline-date {
	position: absolute;
	width: 70px;
	height: 70px;
	left: 50%;
	margin-left: -35px;
	top: 0;
	line-height: 1;
	z-index: 50;
}

.timeline-date span {
	display: block;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	border-radius: 50%;
	text-transform: uppercase;
}

.timeline-row {
	overflow: hidden;
}

.timeline-col {
	clear: both;
	width: 50%;
	float: left;
	text-align: right;
}

.timeline-col.right {
	float: right;
	text-align: left;
}

.timeline-col article {
	position: relative;
	margin-bottom: 3rem;
}


.timeline-col article .info {
	padding-right: 50px;
}

@media (min-width: 992px) { 
	.timeline-col article .info {
		padding-right: 100px;
	}
}

.timeline-col.right .info{
	padding-right: 0px;
	padding-left: 50px;
}

@media (min-width: 992px) { 
	.timeline-col.right .info {
		padding-left: 100px;
	}
}

.timeline-col article .info h6 {
	position: relative;
	font-size: 17px;
	line-height: 1.2;
	text-transform: uppercase;
	padding: 0 !important;
	margin-bottom: .125rem !important;
}

@media (min-width: 992px) { 
	.timeline-col article .info h6 {
		font-size: 20px;
	}
}

.timeline-col article .info h6:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	right: -50px;
	top: 11px;
}

@media (min-width: 992px) { 
	.timeline-col article .info h6:after {
		top: 14px;
		width: 80px;
		right: -100px;
	}
}

.timeline-col.right article .info h6:after {
	right: auto;
	left: -50px;
}

@media (min-width: 992px) { 
	.timeline-col.right article .info h6:after {
		left: -100px;
	}
}

.timeline-col article .info p {
	font-size: 14px;
	padding: 0 !important;
	margin: 0 !important;
	line-height: 1.3;
}

@media (min-width: 992px) { 
	.timeline-col article .info p {
		font-size: 17px;
	}
}

.timeline-col article .info p + .image {
	margin-top: 16px;
}

.timeline-col article .image {
}

.timeline-col article .image img {
	display: block;
	margin: 0;
	width: 100%;
	height: auto;
}

.back-to-top {
	display: none !important;
}

#footer {
	z-index: 500;
}