/* General Blueprint Style */


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

.cbp_tmtimeline li {
	margin-bottom: 50px;
}

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

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

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

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
	font-size: 0.9em;
	color: #bdd0db;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	font-size: 2.5em;
	color: #333;
}


/* Right content */
.cbp_tmtimeline > li.trivia .cbp_tmlabel {
	color: #333;
	border-left: 4px solid #333;
}

.cbp_tmtimeline > li .cbp_tmlabel {
	margin: 0 0 15px 25%;
	color: #222;
	padding: 1em 2em;
	font-weight: 300;
	line-height: 1.7;
	position: relative;
	background: #fff;
	border-left: 4px solid #00a47b;
}

.cbp_tmtimeline > li .cbp_tmlabel section {
	padding-top: 15px;
}

.cbp_tmtimeline > li.trivia .cbp_tmlabel section {
	padding-top: 15px;
	color: #333;
}

.cbp_tmtimeline > li .cbp_tmlabel section b {
	font-size:110%;
}

.cbp_tmtimeline > li .cbp_tmlabel section strong {
	font-size: 105%;
	background:#333;
	padding: 0 6px;
	margin: 0 3px;
	border-radius: 4px;
	color: #FFF;
	font-weight: bold !important;
}

.cbp_tmtimeline > li .cbp_tmlabel section small {
	font-size: 90%;
	color: #888;
	display: block;
	line-height: 1.5 !important;
}

.cbp_tmtimeline > li .cbp_tmlabel b {
	font-size: 1.2em;
}

.cbp_tmtimeline > li .cbp_tmlabel .orange {
	color: #F88C12;
	line-height: 1.49em;
	display: block;	
}

.cbp_tmtimeline > li .cbp_tmlabel h2 { 
	margin-top: 0px;
	padding: 0 0 10px 0;
	font-weight: bold;
	font-size: 150%;
	border-bottom: 1px dotted #888;
	color: #00a47b;
}

.cbp_tmtimeline > li.trivia .cbp_tmlabel h2 { 
   color: #333;
}

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

.cbp_tmtimeline > li.trivia .cbp_tmlabel:after {
	border-right-color: #333 !important;
}

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	width: 0px;
	height: 0px;
	font-family: 'ecoico';
	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: absolute;
	color: #fff;
	background: #007054;
	border-radius: 50%;
	box-shadow: 0 0 0 0px #00a47b;
	text-align: center;
	left: 20%;
	top: 0;
	margin: 0 0 0 -25px;
}

ul.kanren {
	padding-left: 18px;
	overflow: hidden;
}
ul.kanren li {
	list-style: disc; !important;
	margin-bottom: 9px !important;
	line-height: 1.38em;
	font-size: .95em;
}

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

	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
		font-size: 1.5em;
	}
	.cbp_tmtimeline {
		margin: 0px !important;
	}
}

@media screen and (max-width: 47.2em) {
	.cbp_tmtimeline:before {
		display: visible;
		margin-left: 10px !important;
	}

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

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

	.cbp_tmtimeline > li .cbp_tmlabel {
		margin: 0 0 30px 0;
		padding: 1em .5em 2em;
		font-weight: 400;
		border-left: 0px;
		border-top: 4px solid #00a47b;
		border-bottom: 2px solid #00a47b;
	}
	
	.cbp_tmtimeline > li.trivia .cbp_tmlabel {
		padding: 1em .5em 2em !important;
		border-top: 4px solid #333;
		border-bottom: 2px solid #333;
		border-left: 0px !important;
	}

	.cbp_tmtimeline > li .cbp_tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #00a47b;
		top: -30px;
	}
	
	.cbp_tmtimeline > li.trivia .cbp_tmlabel:after {
		border-bottom-color: #333 !important;
		border-right-color: #fff !important;
		top: -33px;
	}

	.cbp_tmtimeline > li .cbp_tmicon {
		position: relative;
		float: right;
		left: auto;
		margin: -55px 5px 0 0px;
		display: none !important;
	}	
	.cbp_tmtimeline > li .cbp_tmlabel section {
		padding-top: 18px !important;
	}
	
	.cbp_tmtimeline > li .cbp_tmlabel section strong {
		padding: 3px 6px !important;
	}
	
}

@media screen and (max-width: 30em) {
	.cbp_tmtimeline > li .cbp_tmlabel section strong {
		padding: 3px 6px !important;
	}
}

