<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'icomoon';
	src:url('../fonts/timelineicons/icomoon.eot');
	src:url('../fonts/timelineicons/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/timelineicons/icomoon.woff') format('woff'),
		url('../fonts/timelineicons/icomoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
} /* Made with http://icomoon.io/ */

.cbp_tmtimeline {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
} 

/* The line */
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	background: #afdcf8;
	left: 20%;
	margin-left: -10px;
}

.cbp_tmtimeline.acc1:before {
	background: #f5ebcd;
}

.cbp_tmtimeline.acc2:before {
	background: #e0ecf7;
}

.cbp_tmtimeline.acc3:before {
	background: #c9bbee;
}

/* The date/time */
.cbp_tmtimeline &gt; li .cbp_tmtime {
	display: block;
	width: 25%;
	padding-right: 100px;
	position: absolute;
}

.cbp_tmtimeline &gt; li .cbp_tmtime span {
	display: block;
	text-align: right;
}

.cbp_tmtimeline &gt; li .cbp_tmtime span:first-child {
	font-size: 1.6em;
	color: #6158a0;
}

.cbp_tmtimeline.acc1 &gt; li .cbp_tmtime span:first-child {
	color: #a08758;
}

.cbp_tmtimeline.acc2 &gt; li .cbp_tmtime span:first-child {
	color: #6158a0;
}

.cbp_tmtimeline.acc3 &gt; li .cbp_tmtime span:first-child {
	color: #994ca2;
}

.cbp_tmtimeline &gt; li .cbp_tmtime span:last-child {
	font-size: 1.4em;
	color: #3594cb;
}

.cbp_tmtimeline.acc1 &gt; li .cbp_tmtime span:last-child {
	color: #bcb729;
}

.cbp_tmtimeline.acc2 &gt; li .cbp_tmtime span:last-child {
	color: #3594cb;
}

.cbp_tmtimeline.acc3 &gt; li .cbp_tmtime span:last-child {
	color: #b926cf;
}

.cbp_tmtimeline &gt; li:nth-child(odd) .cbp_tmtime span:last-child {
	color: #6cbfee;
}

.cbp_tmtimeline.acc1 &gt; li:nth-child(odd) .cbp_tmtime span:last-child {
	color: #e2c75b;
}

.cbp_tmtimeline.acc2 &gt; li:nth-child(odd) .cbp_tmtime span:last-child {
	color: #6cbfee;
}

.cbp_tmtimeline.acc3 &gt; li:nth-child(odd) .cbp_tmtime span:last-child {
	color: #ee6ce6;
}

/* Right content */
.cbp_tmtimeline &gt; li .cbp_tmlabel {
	margin: 0 0 15px 25%;
	background: #3594cb;
	color: #fff;
	padding: 1.4em;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius: 5px;
}

.cbp_tmtimeline.acc1 &gt; li .cbp_tmlabel {
	color: #816e6e;
	background: #f5ebcd;
}

.cbp_tmtimeline.acc2 &gt; li .cbp_tmlabel {
	background: #3594cb;
}

.cbp_tmtimeline.acc3 &gt; li .cbp_tmlabel {
	background: #a675ef;
}

.cbp_tmtimeline &gt; li:nth-child(odd) .cbp_tmlabel {
	background: #6cbfee;
}

.cbp_tmtimeline.acc1 &gt; li:nth-child(odd) .cbp_tmlabel {
	color: #816e6e;
	background: #faf8e4;
}

.cbp_tmtimeline.acc2 &gt; li:nth-child(odd) .cbp_tmlabel {
	color: #4d6f8e;
	background: #e0ecf7;
}

.cbp_tmtimeline.acc3 &gt; li:nth-child(odd) .cbp_tmlabel {
	color: #3c195d;
	background: #c9bbee;
}

.cbp_tmtimeline &gt; li .cbp_tmlabel h3 { 
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

/* The triangle */
.cbp_tmtimeline &gt; li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #3594cb;
	border-width: 10px;
	top: 10px;
}

.cbp_tmtimeline.acc1 &gt; li .cbp_tmlabel:after {
	border-right-color: #f5ebcd;
}

.cbp_tmtimeline.acc2 &gt; li .cbp_tmlabel:after {
	border-right-color: #3594cb;
}

.cbp_tmtimeline.acc3 &gt; li .cbp_tmlabel:after {
	border-right-color: #a675ef;
}


.cbp_tmtimeline &gt; li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color: #6cbfee;
}

.cbp_tmtimeline.acc1 &gt; li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color: #faf8e4;
}

.cbp_tmtimeline.acc2 &gt; li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color: #e0ecf7;
}

.cbp_tmtimeline.acc3 &gt; li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color: #c9bbee;
}


.cbp_tmtimeline &gt; li .cbp_tmlabel_inactive {
	margin: 0 0 15px 25%;
	background: #a3adb6;
	color: #fff;
	padding: 1.4em;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius: 5px;
}

.cbp_tmtimeline &gt; li:nth-child(odd) .cbp_tmlabel_inactive {
	background: #a3adb6;
}

.cbp_tmtimeline &gt; li .cbp_tmlabel h3 { 
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

/* The triangle */
.cbp_tmtimeline &gt; li .cbp_tmlabel_inactive:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #a3adb6;
	border-width: 10px;
	top: 10px;
}


.cbp_tmtimeline &gt; li:nth-child(odd) .cbp_tmlabel_inactive:after {
	border-right-color: #a3adb6;
}

/* The icons */
.cbp_tmtimeline &gt; li .cbp_tmicon {
	width: 40px;
	height: 40px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.4em;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	position: relative;
	color: #fff;
	background: #46a4da;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #afdcf8;
	text-align: center;
	left: 20%;
	top: 0;
	margin: 0 0 0 -25px;
}

.cbp_tmtimeline.acc1 &gt; li .cbp_tmicon {
	background: #e5b831;
	box-shadow: 0 0 0 8px #f5ebcd;
}

.cbp_tmtimeline.acc2 &gt; li .cbp_tmicon {
	background: #46a4da;
	box-shadow: 0 0 0 8px #e0ecf7;
}

.cbp_tmtimeline.acc3 &gt; li .cbp_tmicon {
	background: #a675ef;
	box-shadow: 0 0 0 8px #c9bbee;
}

.cbp_tmtimeline &gt; li .cbp_tmicon_inactive {
	width: 40px;
	height: 40px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.4em;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	position: relative;
	color: #fff;
	background: #c4dce9;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #e3eff7;
	text-align: center;
	left: 20%;
	top: 0;
	margin: 0 0 0 -25px;
}

.cbp_tmicon-location:before {
	content: "\e903";
}

.cbp_tmicon-form:before {
	content: "\e924";
}

.cbp_tmicon-mail:before {
	content: "\e945";
}

.cbp_tmicon-search:before {
	content: "\e986";
}

.cbp_tmicon-comment:before {
	content: "\e96e";
}

.cbp_tmicon-finish:before {
	content: "\ea10";
}

.cbp_tmicon-reject:before {
	content: "\ea0f";
}

.cbp_tmicon-process:before {
	content: "\e991";
}

.cbp_tmicon-clock:before {
	content: "\e94e";
}


/* Example Media Queries */
@media screen and (max-width: 65.375em) {

	.cbp_tmtimeline &gt; li .cbp_tmtime span:last-child {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 47.2em) {
	.cbp_tmtimeline:before {
		display: none;
	}

	.cbp_tmtimeline &gt; li .cbp_tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
	}

	.cbp_tmtimeline &gt; li .cbp_tmtime span {
		text-align: left;
	}

	.cbp_tmtimeline &gt; li .cbp_tmlabel {
		margin: 0 0 30px 0;
		padding: 1em;
		font-weight: 400;
		font-size: 95%;
	}

	.cbp_tmtimeline &gt; li .cbp_tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #3594cb;
		top: -20px;
	}

	.cbp_tmtimeline.acc1 &gt; li .cbp_tmlabel:after {
		border-bottom-color: #f5ebcd;
	}
	
	.cbp_tmtimeline.acc2 &gt; li .cbp_tmlabel:after {
		border-bottom-color: #3594cb;
	}

	.cbp_tmtimeline.acc3 &gt; li .cbp_tmlabel:after {
		border-bottom-color: #a675ef;
	}

	.cbp_tmtimeline &gt; li:nth-child(odd) .cbp_tmlabel:after {
		border-right-color: transparent;
		border-bottom-color: #6cbfee;
	}

	.cbp_tmtimeline.acc1 &gt; li:nth-child(odd) .cbp_tmlabel:after {
		border-bottom-color: #faf8e4;
	}

	.cbp_tmtimeline.acc2 &gt; li:nth-child(odd) .cbp_tmlabel:after {
		border-bottom-color: #e0ecf7;
	}

	.cbp_tmtimeline.acc3 &gt; li:nth-child(odd) .cbp_tmlabel:after {
		border-bottom-color: #c9bbee;
	}

	.cbp_tmtimeline &gt; li .cbp_tmlabel_inactive {
		margin: 0 0 30px 0;
		padding: 1em;
		font-weight: 400;
		font-size: 95%;
	}

	.cbp_tmtimeline &gt; li .cbp_tmlabel_inactive:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #c6d0d6;
		top: -20px;
	}

	.cbp_tmtimeline &gt; li:nth-child(odd) .cbp_tmlabel_inactive:after {
		border-right-color: transparent;
		border-bottom-color: #c6d0d6;
	}


	.cbp_tmtimeline &gt; li .cbp_tmicon {
		position: relative;
		float: right;
		left: auto;
		margin: -55px 5px 0 0px;
	}	
}

</pre></body></html>