﻿.veiled {
	opacity: 0;
}

.unveiled {
	opacity: 1;
	-webkit-transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.what-makes-roda-different .big-circle.veiled {
	margin-top: 45px;
}

.test-drive ul li h4 {
	position: relative;
	padding-left: 27px;
	font-size: 19px;
	letter-spacing: -.5px;
}

.test-drive ul li .circle {
	content: "";
	display: block;
	width: 17px;
	height: 17px;
	border-radius: 10px;
	border: 2px solid #e57726;
	position: absolute;
	left: 0;
	top: 5px;
	z-index: 202;
	cursor: pointer;
}

.test-drive ul li .check {
	content: "";
	display: block;
	width: 0px;
	height: 17px;
	background: url(../images/check.svg) no-repeat;
	background-size: 17px 17px;
	position: absolute;
	left: 4px;
	top: 5px;
	z-index: 201;
}

.here-for-you {
	position: relative;
}

.here-for-you .content-column {
	margin-left: 400px;
}

.here-for-you img {
	position: absolute;
	top: 60px;
	left: 0;
}

.weekly-training .column-2 {
	height: 374px;
	position: relative;
}

.weekly-training .visual, .weekly-training .visual.unveiled {
	width: 334px;
	height: 194px;
	position: absolute;
	top: 88px;
	left: 138px;
	background: url(../images/weekly-training-content.png) no-repeat center top;
	-webkit-transition: all 2000ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 2000ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.grab-and-go .column-2 {
	position: relative;
}

.grab-and-go .column-2 img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	-webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.multimedia-training .visual, .multimedia-training .visual.unveiled {
	width: 610px;
	height: 375px;
	background-color: #42b979;
	position: relative;
}

.multimedia-training .visual img {
	position: absolute;
	top: 81px;
	opacity: 0;
	-webkit-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.multimedia-training .visual img.left {
	left: 29px;
}

.multimedia-training .visual img.middle {
	left: 227px;
}

.multimedia-training .visual img.right {
	left: 422px;
}

.curriculum-plus .strb .column-1 {
	position: relative;
}

.curriculum-plus .strb .visual, .curriculum-plus .strb .visual.unveiled {
	position: absolute;
	top: 24px;
	left: 22px;
	width: 354px;
	height: 198px;
	background: url(../images/strb_content.jpg) no-repeat center top;
	-webkit-transition: all 1600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 1600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.curriculum-plus .smpbb .column-1 {
	position: relative;
}

.curriculum-plus .smpbb .visual, .curriculum-plus .smpbb .visual.unveiled {
	position: absolute;
	top: 45px;
	left: 83px;
	width: 229px;
	height: 305px;
	background: url(../images/smpbb_content.jpg) no-repeat center top;
	-webkit-transition: all 1600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 1600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}