.timeline {
	padding: 0
}

.timeline.reverse-head .timeline-header {
	flex-direction: row-reverse
}

.timeline.dark-bg {
	background-color: #12225c
}

.timeline.dark-bg .timeline-toggler a span.show-timeline {
	background-image: url(../../../images/plus-circle-white.svg)
}

.timeline.dark-bg .timeline-toggler a span.close-timeline {
	background-image: url(../../../images/minus-circle-white.svg)
}

.timeline.dark-bg .timeline-item .timeline-item-copy,
.timeline.dark-bg .timeline-toggler a,
.timeline.dark-bg .timeline-toggler a span,
.timeline.dark-bg h3,
.timeline.dark-bg p,
.timeline.dark-bg p span {
	color: #fff
}

.timeline.dark-bg .timeline-item::after,
.timeline.dark-bg .timeline-separator {
	background-color: #fff
}

.timeline.white-bg {
	background-color: #fff
}

.timeline.white-bg .timeline-item .timeline-item-image {
	background-color: #efefef
}

.timeline>div.component-content {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:576px) {
	.timeline>div.component-content {
		max-width: calc(540px + 2 * 15px)
	}
}

@media (min-width:768px) {
	.timeline>div.component-content {
		max-width: calc(720px + 2 * 15px)
	}
}

@media (min-width:992px) {
	.timeline>div.component-content {
		max-width: calc(960px + 2 * 15px)
	}
}

@media (min-width:1200px) {
	.timeline>div.component-content {
		max-width: calc(1140px + 2 * 15px)
	}
}

@media (min-width:1440px) {
	.timeline>div.component-content {
		max-width: calc(1200px + 2 * 15px)
	}
}

@media (min-width:2400px) {
	.timeline>div.component-content {
		max-width: calc(1500px + 2 * 15px)
	}
}

.timeline .timeline-header,
.timeline .timeline-item,
.timeline .timeline-toggler-wrapper {
	display: flex;
	align-items: center
}

@media (max-width:768px) {

	.timeline .timeline-header,
	.timeline .timeline-item,
	.timeline .timeline-toggler-wrapper {
		flex-direction: column
	}
}

.timeline .timeline-header>div,
.timeline .timeline-item>div,
.timeline .timeline-toggler-wrapper>div {
	width: 50%
}

@media (max-width:768px) {

	.timeline .timeline-header>div,
	.timeline .timeline-item>div,
	.timeline .timeline-toggler-wrapper>div {
		width: 100%
	}
}

.timeline .timeline-header {
	margin-right: -12px;
	margin-left: -12px
}

@media (max-width:768px) {
	.timeline .timeline-header {
		margin: 0
	}
}

.timeline .timeline-header>div {
	padding: 0 12px
}

@media (max-width:768px) {
	.timeline .timeline-header>div {
		padding: 0
	}
}

@media (max-width:768px) {
	.timeline .timeline-header-image {
		margin-bottom: 16px
	}
}

[class*=rounded-top-].timeline .timeline-header-image img {
	overflow: hidden
}

@media (max-width:576px) {
	.rounded-top-left-corner-mobile.timeline .timeline-header-image img {
		border-top-left-radius: 24px
	}
}

@media (max-width:576px) {
	.rounded-top-right-corner-mobile.timeline .timeline-header-image img {
		border-top-right-radius: 24px
	}
}

@media (min-width:577px) {
	.rounded-top-left-corner-desktop.timeline .timeline-header-image img {
		border-top-left-radius: 48px
	}
}

@media (min-width:577px) {
	.rounded-top-right-corner-desktop.timeline .timeline-header-image img {
		border-top-right-radius: 48px
	}
}

.timeline .timeline-header-copy {
	color: #12225c
}

@media (max-width:768px) {
	.timeline .timeline-header-copy h3 {
		margin-bottom: 16px
	}
}

.timeline .timeline-header-copy P {
	color: #000
}

.timeline .timeline-toggler-wrapper {
	margin-top: 30px;
	margin-bottom: 30px
}

@media (max-width:768px) {
	.timeline .timeline-toggler-wrapper {
		margin-top: 24px;
		margin-bottom: 24px
	}
}

.timeline .timeline-toggler-wrapper>div {
	text-align: center
}

.timeline .timeline-separator {
	height: 1px;
	background-color: #b0b8ba
}

@media (max-width:768px) {
	.timeline .timeline-separator {
		display: none
	}
}

.timeline .timeline-toggler {
	text-align: center
}

.timeline .timeline-toggler a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #12225c;
	height: 30px
}

.timeline .timeline-toggler a span {
	font-size: 16px;
	height: 30px;
	color: #12225c;
	margin-right: 5px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 40px;
	display: flex;
	align-items: center
}

.timeline .timeline-toggler a span.show-timeline {
	display: flex;
	background-image: url(../index_files/plus-circle.svg)
}

.timeline .timeline-toggler a span.close-timeline {
	display: none;
	background-image: url(../../../images/minus-circle.svg)
}

.timeline .timeline-toggler a.show-active span.show-timeline {
	display: none
}

.timeline .timeline-toggler a.show-active span.close-timeline {
	display: flex
}

.timeline .timeline-item {
	margin-bottom: 50px;
	margin-right: -12px;
	margin-left: -12px;
	position: relative
}

@media (max-width:768px) {
	.timeline .timeline-item {
		margin-bottom: 28px
	}
}

.timeline .timeline-item::after {
	content: "";
	width: 50%;
	position: absolute;
	right: 0;
	top: calc(100% + 25px);
	height: 1px;
	background-color: #b0b8ba
}

@media (max-width:768px) {
	.timeline .timeline-item::after {
		display: none
	}
}

.timeline .timeline-item.last::after {
	display: none
}

.timeline .timeline-item>div {
	padding-right: 12px;
	padding-left: 12px
}

.timeline .timeline-item .timeline-item-image {
	display: flex;
	align-items: center;
	padding: 30px 0;
	background-color: #fff;
	position: relative
}

@media (max-width:768px) {
	.timeline .timeline-item .timeline-item-image {
		border-radius: 0;
		margin-bottom: 15px
	}
}

.timeline .timeline-item .timeline-item-image::before {
	content: "";
	width: 1px;
	height: 100px;
	display: flex;
	position: absolute;
	top: calc(50% - 50px);
	left: 50%;
	background-color: #b0b8ba
}

@media (max-width:768px) {
	.timeline .timeline-item .timeline-item-image::before {
		height: 60px;
		top: calc(50% - 30px)
	}
}

.timeline .timeline-item .timeline-item-image span {
	display: flex;
	width: 50%;
	align-self: center;
	justify-content: center;
	font-size: 60px;
	color: #12225c
}

@media (max-width:768px) {
	.timeline .timeline-item .timeline-item-image span {
		font-size: 37px
	}
}

.timeline .timeline-item .timeline-item-image img {
	width: calc(50% - 60px);
	margin-left: 30px;
	margin-right: 30px;
	max-height: 140px
}

@media (max-width:768px) {
	.timeline .timeline-item .timeline-item-image img {
		max-height: 110px;
		-o-object-fit: cover;
		object-fit: cover
	}
}

.timeline .timeline-item .timeline-item-copy {
	font-size: 16px;
	line-height: 25px;
	color: #000
}

.timeline .timeline-collapsable {
	display: none
}

.timeline {
	background-color: #efefef
}

.timeline .timeline-header-image img {
	border-radius: 10px
}

@media (max-width:768px) {
	.timeline .timeline-header-image img {
		border-radius: 0
	}
}

.timeline .timeline-item .timeline-item-image {
	border-radius: 10px;
	border: 1px solid #d6dbdc
}