    
@media screen and (max-width: 55em) {

	.container > header h1,
	.container > header nav {
		float: none;
	}

	.container > header > span,
	.container > header h1 {
		text-align: center;
	}

	.container > header nav {
		margin: 0 auto;
	}

	.container > header > span {
		text-indent: 30px;
	}
}
.cbp_tmtimeline {
	margin: 50px 0 0 0;
	padding: 0;
	list-style: none !important;
	position: relative;
} 

/* The line */
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: -20px;
	bottom: 0;
	width: 1px;
	left: 40.9%;
	margin-left: -5px;
	background-color:#4ba1f9 !important;
}

.cbp_tmtimeline > li {
	position: relative;
}

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 45%;
	padding-right: 100px;
	position: absolute;
	font-size:9px;
	font-weight:400;
}

.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
	font-size: 0.9em;
	color: #0668d7 !important;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	font-size: 20px;
	line-height: 1.0;
}



/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
      margin: 0 0 30px 44%;
    background: #3594cb;
    color: #666;
    /* padding: 1em; */
    font-size: 14px;
    font-family: "Open Sans", Arial, sans-serif;
    /* font-weight: 300; */
    line-height: 1.9;
    position: relative;
    border-radius: 5px;
	top:-3px;
}
.cbp_tmtimeline > li .cbp_tmlabel p{
font-size: 14px;
}
.cbp_tmtimeline > li .cbp_tmlabel h2 { 
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	color:#666;
	font-size:20px;
}

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 10px;
	top: 10px;
}

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	width: 18px;
	height: 18px;
	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;
	border-radius: 50%;
	text-align: center;
	left: 41%;
	top: 0;
	margin: 0 0 0 -25px;
	    background-color: #fff !important;
    box-shadow: 0 0 0 1px #4ba1f9 !important;
}


/* Example Media Queries */
@media screen and (max-width: 65.375em) {

	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
		font-size: 2em;
	}
}

@media screen and (max-width: 47.2em) {
	.cbp_tmtimeline:before {
		display: none;
	}

	.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;
		font-weight: 400;
		font-size: 95%;
	}

	.cbp_tmtimeline > li .cbp_tmlabel:after {
		left: 20px;
		border-right-color: transparent;
		
		top: -20px;
		-ms-transform: rotate(7deg);
    	-webkit-transform: rotate(7deg);
    	transform: rotate(90deg);
	}

	

	.cbp_tmtimeline > li .cbp_tmicon {
	display:none;
		position: relative;
		float: right;
		left: auto;
		margin: -55px 5px 0 0px;

	
}
}
.cbp_tmlabel sub{
font-size:12px;
top:0;
}
.leftcol1{
float:left;
margin-right:20px;
}
.lastcol{
margin-right:0px !important;
}
.vtlr-398 .cbp_tmlabel p{
margin:0;
padding:0;
}