/* Laser Focused Leads */

#lfl {
	width:100%;
}

#lfl div {
	overflow:hidden;
}

#lfl .lfl_steps {
	margin:1.2em 0;
	clear:both;
}

#lfl .lfl_steps ul {
	list-style-type:none;
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-size:0.8em;
	font-weight:bold;
	color:#000;
	line-height:60%;
}

#lfl .lfl_steps ul li {
	display:block;
	float:left;
	margin:0 0.1em 0 0;
}

#lfl .lfl_steps ul li:last-child {
	margin:0;
}

#lfl .lfl_current, #lfl .lfl_incomplete, #lfl .lfl_complete {
	padding:1em;
	background:#ffc800;
	box-shadow:0 0 0.4em #ff9600 inset;
}

#lfl .lfl_complete {
	background:#219221;
	color:#fff;
	box-shadow:0 0 0.4em #084c08 inset;
}

#lfl .lfl_incomplete {
	background:#e8e8e8;
	color:#666;
	box-shadow:none;
}

#lfl .lfl_current:first-child, #lfl .lfl_incomplete:first-child, #lfl .lfl_complete:first-child {
	border-top-left-radius:0.45em;
	border-bottom-left-radius:0.45em;
}

#lfl .lfl_current:last-child, #lfl .lfl_incomplete:last-child, #lfl .lfl_complete:last-child {
	border-top-right-radius:0.45em;
	border-bottom-right-radius:0.45em;
}

#lfl table {
	width:100%;
	border-collapse:collapse;
	border-bottom:0.2em solid #c5c5c5;
}

#lfl table td, #lfl table th {
	border-bottom:0.1em solid #c5c5c5;
	vertical-align:middle;
	text-align:center;
	padding:1.1em;
}

#lfl table th {
	color:#fff;
	border:0;
	font-size:0.6em;
	text-shadow:0 0 0.4em #000;
	text-transform:uppercase;
	background:#002946;
	background-image: linear-gradient(bottom, #0095fd 100%, #000000 0%);
	background-image: -o-linear-gradient(bottom, #0095fd 100%, #000000 0%);
	background-image: -moz-linear-gradient(bottom, #0095fd 100%, #000000 0%);
	background-image: -webkit-linear-gradient(bottom, #0095fd 100%, #000000 0%);
	background-image: -ms-linear-gradient(bottom, #0095fd 100%, #000000 0%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, #0095fd), color-stop(0, #000000));
}

#lfl table th:first-child {
	/*border-top-left-radius:0.45em;
	border-bottom-left-radius:0.45em*/
}

#lfl table th:last-child {
	/*border-top-right-radius:0.45em;
	border-bottom-right-radius:0.45em;*/
}

#lfl table tr td {
	background:#eaf6ff;
}

#lfl table td.lfl_question {
	text-align:left;
	font-size:0.95em;
}

#lfl input[type="submit"] {
	float:right;
	border:0.1em solid #004678;
	border-radius:0.45em;
	font-size:0.75em;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	text-shadow:0 0 0.4em #000;
	padding:0.5em 0.8em;
	margin:1.2em 0;
	cursor:pointer;
	background:#002946;
	background-image: linear-gradient(bottom, #0095fd 100%, #002946 0%);
	background-image: -o-linear-gradient(bottom, #0095fd 100%, #002946 0%);
	background-image: -moz-linear-gradient(bottom, #0095fd 100%, #002946 0%);
	background-image: -webkit-linear-gradient(bottom, #0095fd 100%, #002946 0%);
	background-image: -ms-linear-gradient(bottom, #0095fd 100%, #002946 0%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, #0095fd), color-stop(0, #002946));
}

/* End of Laser Focused Leads */