
.cel-ce-guide {
	margin: 1em;
	position: relative;
	z-index: 1;
}
.cel-ce-guide::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 5em;
	background: linear-gradient(0deg, white 55%, rgba(255, 255, 255, 0) 100%);
	bottom: 0;
	z-index: 100;
}
.cel-ce-guide .cel-ce-guide__title {
	background-color: #036;
	display: inline-block;
	padding: 2em;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.cel-ce-guide .cel-ce-guide__title .title {
	color: #fff;
	margin: 0;
}
.cel-ce-guide .step-list {
	position: relative;
	display: block;
	padding: 2em 40px;
}
.cel-ce-guide .step-list::before {
	content: "";
	display: block;
	background-color: #036;
	background: linear-gradient(180deg, #003366, #b9c6d2, #003366);
	background-size: 300% 300%;
	-webkit-animation: TimelineFlow 10s ease infinite;
	-moz-animation: TimelineFlow 10s ease infinite;
	animation: TimelineFlow 10s ease infinite;
	width: 5px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
}
@-webkit-keyframes TimelineFlow {
	0%{background-position:49% 0%}
	50%{background-position:52% 100%}
	/*     100%{background-position:49% 0%} */
}
@-moz-keyframes TimelineFlow {
	0%{background-position:49% 0%}
	50%{background-position:52% 100%}
	/*     100%{background-position:49% 0%} */
}
@keyframes TimelineFlow { 
	0%{background-position:49% 0%}
	50%{background-position:52% 100%}
	/*     100%{background-position:49% 0%} */
}
.cel-ce-guide .text {
	margin: 0 2em 1em;
	max-width: 100%;
	color: #030303;
    font-size: 1.1em;
}
.cel-ce-guide .step-item {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: auto;
	margin-left: 30px;
	margin-top: 2em;
	margin-bottom: 2em;
	transition: all 0.3s ease;
	border: 1px solid transparent;
	max-width: 800px;
}
.cel-ce-guide .step-item::before {
	content: "";
	display: block;
	background-color: #ccc;
	border: 3px solid #FFF;
	width: 20px;
	height: 20px;
	position: absolute;
	border-radius: 50%;
	left: -39px;
	top: 50%;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.cel-ce-guide .step-item::after {
	content: "";
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	border-top: 10px solid #ccc;
	border-left: 10px solid #ccc;
	border-bottom: 10px solid transparent;
	border-right: 10px solid transparent;
	width: 0;
	height: 0;
	top: 50%;
	left: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	transition: border 0.3s ease-in-out;
}
.cel-ce-guide .step-item .step-icon {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 15px;
	left: 15px;
	opacity: 0.5;
}
.cel-ce-guide .step-item .step-icon img, .cel-ce-guide .step-item .step-icon svg {
	width: 100%;
	height: auto;
}
.cel-ce-guide .step-item .step-title {
	display: inline-block;
	font-size: 1.5em;
	padding: 1em 70px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	margin: 0;
	transition: 0.3s ease;
	text-transform: capitalize;
}
.cel-ce-guide .step-item .step-title::after {
	content: url("http://fau.edu/styleguide/icons/all/outline/infomation%20circle.3.3.1.svg");
	width: 15px;
	height: 15px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	position: absolute;
	opacity: 1;
	margin-top: 0;
	margin-left: 1em;
	transition: all 0.2s ease-in-out;
}
.cel-ce-guide .step-item .step-content {
	display: none;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
	padding: 0.2em;
	margin-top: 0.5em;
	margin-bottom: 1em;
	margin-left: 70px;
	margin-right: 2em;
	max-height: 0;
	color: #3a3a3a;
}
.cel-ce-guide .step-item .step-content .note {
	box-sizing: border-box;
	border: 1px solid #CCC;
	margin: 0.5em 2em;
	padding: 1em 2em;
}
.cel-ce-guide .step-item .step-content .note .subtitle {
	border-bottom: 3px solid #CCC;
	padding-bottom: 0.3em;
	display: inline-block;
}
.cel-ce-guide .step-item .step-content > ol {
	font-size: 1.1em;
	padding-left: 0;
	padding-top: 1em;
	list-style: none;
	position: relative;
}
.cel-ce-guide .step-item .step-content > ol::before {
	content: "";
	width: 2px;
	background-color: #CCC;
	z-index: -100;
	display: block;
	position: absolute;
	top: 5px;
	bottom: 0.5em;
	left: 5px;
}
.cel-ce-guide .step-item .step-content > ol > li {
	padding-bottom: 0.5em;
	padding-left: 2em;
	position: relative;
	line-height: 1.8em;
}
.cel-ce-guide .step-item .step-content > ol > li > ul {
	/*   border-top: 1px solid #CCC; */
	display: inline-block;
	margin-top: 1em;
	padding: 0.5em 2em;
	margin-left: 0;
	margin-right: 1.5em;
	color: #003366;
	background-color: #f3f3f3;
}
.cel-ce-guide .step-item .step-content > ol > li:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	left: 0;
	top: 5px;
	border-radius: 50%;
	margin-right: 1em;
	display: inline-block;
	background-color: #036;
}
.cel-ce-guide .step-item:hover {
	cursor: pointer;
}
.cel-ce-guide .step-item:hover .step-title {
	color: #036 !important;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.cel-ce-guide .step-item:hover::before {
	background-color: #036;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.cel-ce-guide .step-item.expand {
	border-color: #C00;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.cel-ce-guide .step-item.expand::before {
	background-color: #C00;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.cel-ce-guide .step-item.expand::after {
	border-top-color: #C00;
	border-left-color: #C00;
}
.cel-ce-guide .step-item.expand .step-title {
	border-color: transparent;
	color: #CC0000 !important;
	box-shadow: none !important;
}
.cel-ce-guide .step-item.expand .step-title::after {
	margin-top: 10px;
	opacity: 0;
}
.cel-ce-guide .step-item.expand .step-content {
	display: block;
	max-height: 100%;
	padding: 0;
	position: relative;
}

@media all and (max-width: 767px) {
	.cel-ce-guide {
		font-size: 12px;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.cel-ce-guide .cel-ce-guide__title {
		width: 100%;
		display: block;
		text-align: center;
	}
	.cel-ce-guide .text {
		max-width: 100%;
	}
	.cel-ce-guide .step-list {
		padding-right: 1em;
	}
	.cel-ce-guide .step-list .step-item {
		margin-left: 2em;
	}
	.cel-ce-guide .step-list .step-item .step-icon {
		width: 25px;
		height: 25px;
	}
	.cel-ce-guide .step-list .step-item .step-title {
		padding: 1em 1em 1em 50px;
		width: 100%;
	}
	.cel-ce-guide .step-list .step-item .step-title::after {
		content: none;
	}
	.cel-ce-guide .step-list .step-item .step-content {
		margin-left: 1em;
		margin-right: 1em;
	}
	.cel-ce-guide .step-list .step-item .step-content .note {
		margin: 0;
	}
}
