/*
* @description: ENGR-228526 Value Proposition Tests - multiple segaments
* @author:Jett.Liu
*/

.form-band {
	position: relative;
	width:100%;
}

.form-band-bg {
	background-image:url("/ehealthinsurance/images_new/home-v2/vp12/ca/family-health-small.jpg");
	background-repeat:no-repeat;
	background-position: right top;
	z-index:3;
}

.form-band-bg {
	width:100%;
	height:256px;
	position: absolute;
	left:0;
	top:0;
}

.form-content {
	height:256px;
	position:relative;
	z-index:2;
	margin:0 auto;
	z-index:5;
}

.form-content .form {
	padding:19px 0 0 30px;
}

.form-content .heading {
	clear:both;
	overflow:hidden;
}

.form-content .form .sub-heading {
	font-size:16px;
	color:#fcfdfe;
	margin:2px 0 0 0;
}

.form-content .form .sub-heading strong {
	color:#fcfdfe;
	font-style: italic;
}

.form-content .form h1 {
	color:#fbf7f7;
	font-family: 'Century Gothic';
	font-weight:normal;
	font-size:27px;
	display:inline;
}

.form-content .family-health-box {
	position: relative;
	margin: 0;
}

.form-content .family-health-content {
	position: absolute;
	left:0;
	top:0;
	z-index:3;
}

.form-content .family-health-overlap {
	position: absolute;
	left:0;
	top:0;
	width:448px;
	height:80px;
	opacity: .93;
	z-index:2;
	background:url("/ehealthinsurance/images_new/home-v2/vp12/ca/family-health-box.png") left top no-repeat;
}

.form-content .form-field {
	margin: 20px 0 0 0;
}

.form-content .form-field .field-col {
	float:left;
	position: relative;
}

.form-content .form-field .field-col label {
	-webkit-text-shadow: none;
	   -moz-text-shadow: none;
	        text-shadow: none;
}

.form-content .field-col label {
	margin:0 0 3px 0;
	display:block;
}

.form-content .gb-input {
    border-radius: 5px;
    width:161px;
    height:45px;
    line-height: 45px;
    color:#444;
    font-size: 31px;
    text-indent:10px;
    background-color: #fff;
    border:1px solid #72ace4;
}

.form-content #zip.gb-input {
	margin: 0;
}

.form-content .gb-input.default {
    color:#9b9b9b;
}

.form-content .go-btn {
	float:left;
	margin:0 0 0 19px;
	padding: 0;
	+padding: 5px 1px;
	border: 0;
}

.form-content .zip-code {
    left:12px;
    top:7px;
    position:absolute;
    font-size:31px;
    color:#9b9b9b;
    cursor:text;
    z-index: 9999;
}

.form-content .zip-code.focus {
    color:#d6d6d6;
}

/** three steps **/
.step-by-step {
	clear:both;
	padding:15px 0 0 0;
	overflow:hidden;
}

.step-by-step li {
	float:left;
	padding: 0;
	height:55px;
	background: none;
	color:#000;
	font-size: 26px;
	text-shadow: none;
}

.step-by-step li span {
	display: block;
	margin-top: 2px;
	font-size: 11px;
}

.step-by-step li.first-item {
	width: 168px;
}

.step-by-step li.mid-item {
    width: 160px;
    margin-left: 0;
}

.step-by-step li.mid-item sup {
	display: inline-block;
	vertical-align: 10px;
	line-height: 12px;
	font-size: 28px;
	margin-left: -8px;
	*+line-height: 20px; /* Fix text (1 Million <sup>+</sup>) in IE7 */
}

.step-by-step li.last-item {
	width: 140px;
}

/** copy from quote-page-v2.css **/
.offscreen {
    height: 1px;
    left: -9999px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}
