<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Laser Focused Leads */
/* Default Black*/

body {
  font-family:Arial;
  font-size:1em;
}

#lfl_main {
	width:100%;
}

#lfl_main ul li {
	list-style-type:none;
}

#lfl_main ul li {
	list-style-type:none;
}

#lfl_main div {
	overflow:hidden;
}

.lfl_end {
	border-top:0.1em solid #000;
}

.lfl_error {
	color:#C00;
	font-weight:bold;
	padding:1em;
	border-top:0.1em solid #000;
	background:#ffdcdc;
}

.lfl_steps ul,
.lfl_question ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.lfl_steps ul li {
	margin:0 0.15em 0 0;
	padding:0.6em 0.8em;
	float:left;
	text-transform:uppercase;
	font-size:0.9em;
	font-weight:bold;
}

.lfl_steps_complete {
	color:#000;
	border:0.1em solid #4c4c4c;
	border-bottom:0;
	background:#fff;
}

.lfl_steps_current {
	color:#fff;
	border:0.1em solid #000;
	border-bottom:0;
	background:#000;
}

.lfl_steps_incomplete {
	color:#adadad;
	border:0.1em solid #d2d2d2;
	border-bottom:0;
	background:#ebebeb;
}

.lfl_question ul {
	padding:0.6em 1em 1em 1em;
	border-top:0.1em solid #000;
}

.lfl_question ul li {
	margin:0;
	padding:0;
	line-height:2.4em;
	font-size:0.8em;
}

.lfl_question ul li strong {
	font-size:1.2em;
}

.lfl_question ul li input {
	margin-left:0.5em;
}

.lfl_question ul li label {
	color:#000;
	padding-left:0.8em;
}

/* -- */

.lfl_question table {
	width:100%;
}
.lfl_question table,
.lfl_question table tr,
.lfl_question table tr th,
.lfl_question table tr td {
	border:0;
	margin:0;
	padding:0;
	background:none;
}

.lfl_question table tr th {
	font-size:0.75em;
	background:#000;
	color:#fff;
	text-align:center;
	padding:0.5em;
}

.lfl_question table tr td {
	border-top:0.1em solid #000;
	padding:0.5em;
}

.lfl_question table tr {
	background:#fff;
}

/* -- */

.lfl_navigation {
	border-top:0.1em solid #000;
	padding:0.6em 0;
}

.lfl_navigation input[type=submit] {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	border:0.1em solid #000;
	padding:0.9em 1em;
	margin:0;
	min-width:12em;
	background:#505050;
	background-image: linear-gradient(bottom, #4c4c4c 0%, #141414 50%, #343434 50%, #505050 100%);
	background-image: -o-linear-gradient(bottom, #4c4c4c 0%, #141414 50%, #343434 50%, #505050 100%);
	background-image: -moz-linear-gradient(bottom, #4c4c4c 0%, #141414 50%, #343434 50%, #505050 100%);
	background-image: -webkit-linear-gradient(bottom, #4c4c4c 0%, #141414 50%, #343434 50%, #505050 100%);
	background-image: -ms-linear-gradient(bottom, #4c4c4c 0%, #141414 50%, #343434 50%, #505050 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #4c4c4c),color-stop(0.5, #141414),color-stop(0.5, #343434),color-stop(1, #505050));
	text-shadow: 0em 0.1em 0.2em rgba(0,0,0,1);
    filter: dropshadow(color=#000000, offx=0, offy=1);
	cursor:pointer;
}

.lfl_navigation input[type=submit]:hover {
	background:#414141;
	background-image: linear-gradient(bottom, #3d3d3d 0%, #000000 50%, #232323 50%, #414141 100%);
	background-image: -o-linear-gradient(bottom, #3d3d3d 0%, #000000 50%, #232323 50%, #414141 100%);
	background-image: -moz-linear-gradient(bottom, #3d3d3d 0%, #000000 50%, #232323 50%, #414141 100%);
	background-image: -webkit-linear-gradient(bottom, #3d3d3d 0%, #000000 50%, #232323 50%, #414141 100%);
	background-image: -ms-linear-gradient(bottom, #3d3d3d 0%, #000000 50%, #232323 50%, #414141 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #3d3d3d),color-stop(0.5, #000000),color-stop(0.5, #232323),color-stop(1, #414141));
}

.lfl_float_left {
	float:left;
}

.lfl_float_right {
	float:right;
}

/* End of Laser Focused Leads */</pre></body></html>