body {
	background-color: #e0eefd;
}

.outer_container {
	background: white;
	max-width: 990px;
}

/*Typography*/
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: black;
}

h1 {
	font-size: 25px;
	font-family: Helvetica;
}

p {
	font-size: 14px;
	color: black;
	margin: 0 0 10px;
}

a:hover {
	text-decoration: none;
}
/*End Typography*/


/*Error styles*/
.has-error input, .has-error select {
	background-color: rgba(255, 241, 241, 1) ;
}

.error_message {
	color: #a94442;
	margin-top: .5em;
	font-size: 12px;
	display: block;
	clear: both;
}

/*End Error Styles*/

/*Adds a helper description to labels*/
.helper {
	font-size: 12px;
	margin-left: .3em;
}
/*End Helper*/

/*.multi-select {
	display: inline-block;
}
*/
.disclaimer p {
	font-size: 9px;
	color: #777;
	margin: 0;
}

.disclaimer {
	margin: .5em 0;
}

.highlight {
	color: #f19500;
	font-weight: bold;
}

.lock {
	text-align: center;
	font-size: 11px;
	margin-top: 1em;
}
.form-group {
	margin-bottom: 10px;
}

.lock .glyphicon {
	margin-right: .5em;
}

#form_footer {
	display: block;
	text-align: center;
}

.alert-danger {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 0;
}

select.form-control {
	padding: 0;
}

.inline-mobile select, .inline-mobile input{
	width: auto;
	display: inline-block;
}


/*Button Styles*/

.btn.submit {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:#E8D519;
	font-weight: bold;
	font-family: "Arial";
	font-size: 20px;
	width: 100%;
	color: #7B752B;
	line-height: 100%;
	text-shadow: rgb(255, 217, 127) 1px 1px 0px;
	border-radius: 5px;
	*background-color:#E8D519;
	padding: 10px 5% !important;
	background-image: -moz-linear-gradient(top, #FBFAA9,#E8D519);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FBFAA9), to(#F0B800));
	background-image: -webkit-linear-gradient(top, #FBFAA9,#E8D519);
	background-image: -o-linear-gradient(top, #FBFAA9,#E8D519);
	background-image: linear-gradient(to bottom, #FEF642,#E8D519);
	background-repeat: repeat-x;
	border-color:#E8D519#E8D519 #FEF642;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
}
.btn.submit:hover {
	background-color:#E8D519;
	*background-color: #df8505;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

/*End Button Styles*/



/*Header */
#header {
	padding: 10px 0;	
}

#logo {
	margin: 0;
	text-align: center;
	padding: 0 15px;
	overflow: hidden;
	text-align: center;
}

#logo span {
	text-indent: -9999px;
	overflow: hidden;
	display: inline-block;
	white-space: nowrap;
}

#logo img {
	vertical-align: middle;
	line-height: 80px;
	max-width: 100%;
}

.call_now {
	text-align: center;
	margin-top: .5em;
}
.call_now p {
	margin: 0;
}

.call_now a {
	font-size: 22px;
	color: black;
	font-weight: bold;
	line-height: 100%;
}


/*End Header*/

/*Footer*/
#site_footer {
	margin-top: 4em;
	padding-bottom: 4em;
	overflow: hidden;
}

#site_footer p {
	font-size: 10px;
}

#site_footer .copy {
	float: left;
	margin-top: 1em;
	font-size: 11px;
}

.footer_links {
	margin-top: 1em;
	padding: 0;
	float: left;
	font-size: 11px;
}

.footer_links li {
	list-style: none;
	display: inline-block;
	border-right: solid thin black;
	padding: 0 .5em;
}
.footer_links li:last-of-type {
	border-right: none;
}

.footer_links a {
	color: black;
}
/*End footer*/




/*StepOne*/

#stepOne .control-label {
	text-align: right;
	margin-right: .5em;
}

#stepOne .form_wrap h1  {
	font-size: 18px;
	text-align: center;
	margin-top: .5em;
}

#stepOne .control-label {
	font-size: 14px;
}

#stepOne .btn {
	margin-top: 0;
}


#stepOne .multi-select {
	display: inline-block;
}

#stepOne .form_wrap {
	float: left;
}

.gender .radio-group {
	display: inline-block;
}

.gender-icon {
	display: inline-block;
}

.steps_list {
	padding: 0;
	width: 61%;
	margin-left: 7em;
	display: none;
}

.steps_list strong{
	display: block;
	font-size: 16px;
}

.steps_list li {
	list-style: none;
	position: relative;
	padding-left: 27px;
	margin-top: 1em;
}

.steps_list li .checkmark {
	color: #5FB90C;
	position: absolute;
	left: -5px;
	font-size: 20px;
}

.cta h1 {
	font-size: 24px;
	letter-spacing: -1px;
	text-align: center;
}

.cta h1 span {
	font-size: 20px;
}	

#splash > div {
	border: solid thin #ddd;
	overflow: hidden;
}

#page_bottom {
	margin-top: 5em;
}

/*End StepOne*/


#stepTwo form h1, #stepThree form h1 {
	font-size: 16px;
	color: #354985;
}

#stepTwo #form_footer, #stepThree #form_footer {
	padding: 0.5em 0;
}


#quote_info {
	padding-bottom: .5em;
	border-bottom: solid thin #B2C0D6;
}
.alt_row {
	background: #F3F4F6;
	padding: .5em 0;
	overflow: hidden;
}

.content {
	padding-top: 1em;
	padding: 0;
}

.control-label{
	font-size: 12px;
}

.page_header h1 {
	font-size: 18px;
	margin-bottom: .2em;
}

.page_header p {
	font-size: 12px;
}
.steps {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	display: block;
	background-color: #E4EDF7;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
	font-weight: 300;
}

.steps li.active {
	background: #B6C0D5;
	border: #B6C0D5;
	color: #000;
	filter: none !important;
}

.steps li {
	float: left;
	text-align: center;
	list-style: none;
	width: 30%;
	border: #E4EDF7;
	color: #666;
	padding: .5em 0;
	font-size: 12px;
	position: relative;
	background: #d8e1ee; /* Old browsers */
	background: -moz-linear-gradient(left,  #d8e1ee 0%, #e4edf7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d8e1ee), color-stop(100%,#e4edf7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #d8e1ee 0%,#e4edf7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #d8e1ee 0%,#e4edf7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #d8e1ee 0%,#e4edf7 100%); /* IE10+ */
	background: linear-gradient(to right,  #d8e1ee 0%,#e4edf7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8e1ee', endColorstr='#e4edf7',GradientType=1 ); /* IE6-9 */
}

.steps li:last-of-type {
	width: 40%;
}



.steps span {
	height: 16px;
	width: 16px;
	font-size: 12px;
	border-radius: 50%;
	background: #8E97B1;
	display: inline-block;
	line-height: 16px;
	vertical-align: middle;
	color: white;	
	text-align: center;
	margin-right: .5em;
	border: solid 2px white;
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
	box-sizing: content-box;
}
.steps li.active span {
	background: #011984;
}

/*small Up*/
@media all and (min-width: 480px) {
	#stepOne .control-label {
		width: 50%;
	}
}



/*Medium Up*/
@media all and (min-width: 768px) {

	.outer_container {
		padding: 0 20px;
		box-shadow: 0px 0px 27px 3px #7591ae;
	}

	.call_now {
		text-align: right;
	}

	#logo {
		float: left;
		text-align: left;
		padding: 0;
	}


	#stepOne .disclaimer {
		padding: 0 20%;
	}

	.cta h1 {
		font-size: 40px;
	}


	.footer_links {
		float: right;
	}

	.form-horizontal .control-label {
		text-align: left;
	}
	.btn.submit {
		font-size: 24px;
		width: auto;
		margin: 0 auto;
		margin-top: .5em;
		text-align: center;
	}


	.steps li {
		font-size: 18px;
	}
}


/*Large Scree up*/
@media all and (min-width: 992px) {

	.content {
		padding: 0 15px;
		box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
		margin-top: 1em;
	}

	.cta {
		float: left;
		left: 22.5%;
		margin-top: 1em;
		position: relative;
		padding: 0;

	}
	.steps_list {
		display: block;
	}

	#splash > div {
		border: solid thin #ddd;
		background-image: url('/vmtlshort/images/lifestyle.jpg');
		background-color: #EDEDED;
		background-repeat: no-repeat;
		background-size: cover;
		max-height: 345px;
		overflow: visible;
	}

	.cta h1 {
		text-align: left;
	}
	.form_right {
		text-align: right;
	}

	.inline-mobile select, .inline-mobile input{
		width: 50%;
		display: inline-block;
		margin-left: -2px;
	}

	#stepOne .form_wrap {
		width: 37%;
		padding: 0 25px;
		float: right;
		border: solid 1px #969696;
		background: white;
		box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.3);
		bottom: -1em;
		right: -5px;
		position: relative;
	}

	#stepOne .disclaimer {
		padding: 0;
	}

	.steps li {
		width: 33.33%;
	}

	.steps li:last-of-type {
		width: 33.33%;
	}

	.steps li:after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 23px 0 23px 20px;
		border-color: transparent transparent transparent #E4EDF7;
		position: absolute;
		right: -20px;
		margin-top: -11.5px;
		z-index: 2;
	}

	.steps li:before {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 23px 0 23px 20px;
		border-color: transparent transparent transparent #a2abbc;
		position: absolute;
		right: -22px;
		margin-top: -11.5px;
		z-index: 1;
	}

	.steps li.active:after {
		border-color: transparent transparent transparent #B6C0D5;
	}

	#stepOne .control-label {
		width: 35%;
	}

	#page_bottom {
		padding: 0 30px;
	}

}


/*Extra Large Up*/
@media (min-width: 1200px) {
	.container {
		max-width: 990px;
	}
}

.input-sm {
	font-size: 16px;
}
