/* COLOR GROUP ORANGE-PURPLE: WF BD */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
body{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143em;
	color: #333;

	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
a{
	color: #ff5b00;
	text-decoration: underline;
}
	a:hover{
		color: #cb4800;
	}
h1, h2, h3, h4{
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	margin: 0;
	color: #333;
	line-height: 1.1;
}
h1{
	font-size: 42px;
	font-weight: 700;
	padding-bottom: 10px;
}
	.h1-lite{
		font-size: 32px;
		display: block;
		font-weight: 300;
		padding-bottom: 10px;
	}
h2{
	font-size: 32px;
	font-weight: 700;
	padding-bottom: 5px;
}
	.h2-lite{
		font-size: 22px;
		display: block;
		font-weight: 300;
		padding-bottom: 5px;
	}
h3{
	font-size: 22px;
	padding-bottom: 10px;
	font-weight: 700;
}
h4{
	font-size: 18px;
	padding-bottom: 10px;
	font-weight: 700;
}
.text-primary{
	color: #ff5b00;
}
.text-white{
	color: #fff;
	text-shadow: 0 2px 1px rgba(0,0,0,.25);
}
.text-muted{
	color: #808080;
}
.text-danger{
	color: #cc0000;
}
.label-primary{
	display: inline;
	padding: .2em .6em .3em;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	background: #ff5b00;
}
.alert-box{
	background: #fef3d0;
	color: #333;
}
.content-area-bg{
	background: #e8e8e8;
}
.bg-overlay{
	background: rgba(17, 21, 80, .80);
}
.btn-primary,
.submit-btn{
	color: #fff !important;
	background: #ff5b00 !important;
	text-shadow: 0 2px 0 #9b3f0c;
	border-radius: 3px !important;
	display: inline-block;
	border: none;
	text-align: center;
	outline: none;
	cursor: pointer;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 600;
	vertical-align: middle;

	box-shadow: 0 .13em 0 0 #9a3802;
	-webkit-box-shadow: 0 .13em 0 0 #9a3802;
	-moz-box-shadow: 0 .13em 0 0 #9a3802;
	-o-box-shadow: 0 .13em 0 0 #9a3802;

	transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
}
.btn-primary:hover,
.submit-btn:hover{
	background: #d14000;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}
.btn-primary{
    min-width: 220px;
    font-size: 28px;
    height: 77px;
}
.submit-btn {
    border: 0 !important;
}
.btn-medium{
	min-width: 180px;
	height: 60px;
	font-size: 22px;
}
input.hero-input{
	width: 420px;
	height: 75px;
	color: #333;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: 400;
	border: none;
	padding-left: 25px;
	outline: none;
	border-radius: 3px;
	vertical-align: middle;

	box-shadow: 0 .13em 0 0 rgba(44, 59, 74, .80);
	-webkit-box-shadow: 0 .13em 0 0 rgba(44, 59, 74, .80);
	-moz-box-shadow: 0 .13em 0 0 rgba(44, 59, 74, .80);
	-o-box-shadow: 0 .13em 0 0 rgba(44, 59, 74, .80);
}

.list-caret{
	list-style: none;
	padding: 0;
	margin: 0;
}
.list-caret li{
	padding-bottom: .75em;
}
.list-caret li:before{
	content: "\f054";
	font-family: 'FontAwesome';
	letter-spacing: 2px;
	font-size: 120%;
	color: #ff5b00;
}
.stepper{
	height: 8px;
	background: #333cbd;
	width: 528px;
	border-radius: 15px;
}
.stepper ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.stepper ul li{
	float: left;
	margin-right: 116px;
	margin-top: -20px;	
}
	.stepper ul li:last-child{
		margin-right: 0;		
	}
.stepper-item{
	text-align: center;
	font-size: 21px;
	line-height: 22px;
	font-weight: 700;
	left: 10px;
	display: block;
	cursor: pointer;
	background: #333cbd;

	width: 25px;
	height: 25px;
	padding: 10px;
	border-radius: 50%;

	transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
}
.stepper-item:hover{
	background: #1a2074;
}
.stepper .active .stepper-item{
	background: #ff5b00;
}