@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,800);
@import url('../css/normalize.css');
@import url('../css/jquery.qtip.min.css');

/* @group Base Styles */
html, body {
	color: #333;
	font: 15px "Trebuchet MS", Tahoma, Verdana, Arial, Sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
	width: 100%;
	height:100%;
}

label.error {
	text-align: center;
	color: #ff2900;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 4px;
	background-color: #fdedcc;
	margin-top: 4px;
	font: bold 11px/20px arial;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	display:block;
	white-space:nowrap;
}

/* @group layout */

#container_layout {
	width: 100%;
	margin: 0;
	padding: 15px 0 0;
}

#container_layout_inner {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding: 1px;
	position: relative;
	left: 0;
}

#contentWrap_content {
	position:relative;
	/*width:560px;
	margin:0 auto;*/
}

#main_content {
	
}

a {
	color: #374DBB;
}

form div.container_input .error_required
{
    background-color: #FFCCCC;
    border: 2px solid #880000;
}

/* @group header */

.page1 #facebookLike{
	display:block;
	height: 30px;
	overflow: hidden;
	text-align: center;
	position: relative;
	left: -45px;
}

#header_content {
	min-height: 35px;
	height:auto !important;
	height:35px;
}



/* @end */



/* @end */

/* @group Terms and Conditions */

#rateLink a, #termsLink a {
	color: #374DBB;
	font: 12px "Trebuchet MS",Arial, Helvetica, "Lucida Grande", sans-serif;
	text-decoration: underline;
}

#termsLink {
	margin-left: 14px;
}

#rateLink, #termsLink{
	margin-bottom: 20px;
}

#rateContent, #termsText {
	display:none;
}

#submitDisclaimer {
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 30px;
}

.infoText {
	color: #767676;
	font: 12px/15px "Lucida Grande", Arial, Helvetica, Sans-serif;
}

.infoText a{
	color: #767676;
}

.compliance_text{
	color:#757575;
	font:11px Tahoma, Geneva, sans-serif;
}

body.page1 #compliance_belowform{
	text-align:center;
	display:block;
	/*padding-top: 12px;*/
	padding-top: 0;
}

body.page1 #compliance_abovefooter{
	padding-left: 15px;
	padding-right: 15px;
}
.nmls-notice {
    clear: both;
    font-family: arial,helvetica,sans-serif;
	text-align:justify;
    font-size: 11px;
    margin: 20px 0 30px;
}



/* @end */

/* @group Headline and Subhead */

.group_headline {
	margin-left: 14px;
	margin-top: 0;
}
#headline h1 {
	/* font-size: 38px; */
	color: #3294b1;
	font-weight: normal;
	text-align:left;
	/* font-style: normal; */
	line-height: 30px;
	padding-bottom: 21px;
	margin-bottom: 3px;
	margin-top: 0;
	margin-left: 0;
	position: relative;
	/* top: -10px; */
	/* width: 68%; */
	margin: auto;
	overflow: hidden;
	position: relative;
	top: -10px;
}

/**Changed- Jeff Liu**/
body.page1 #headline h1 {
	text-align:center;
	visibility: visible;
}
#subheadline h2 {
	color: #a6a6a6;
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 8px;
}
body.page1 #subheadline h2 {
	font-size: 30px;
}

#subheadline, #headline {
	padding-top: 1px;
	padding-bottom: 1px;
}

#subheadline {
	min-height:29px;
}
body.page1 #subheadline {
	min-height:none;
}



/* @end */

/* @group Progress Bar */

#progress {
	height: 37px;
	display: none;
	background: url("../images/form-top-green-progress.png") no-repeat;
	_background: url("../images/form-top-green-progress.gif") no-repeat;
	padding-left: 85px;
	margin-top:-10px;
}

#progress ul {
	margin: 0;
	padding: 0;
}

#progress li {
	list-style-type: none;
	float: left;
	height: 27px;
	color: #8db16e;
	font-size: 13px;
	line-height: 29px;
	padding-left: 6px;
}

#progress li span {
	height: 27px;
	background: url("../images/step-arrow.gif") no-repeat right;
	padding-right: 13px;
	line-height: 27px;
	padding-top: 7px;
	padding-bottom: 5px;
}

#progress li.currentStep {
	color: #fff;
	font-weight: bold;
	background: url("../images/step-current-l.gif") no-repeat;
	padding-left: 12px;
	margin-left: -6px;
}

#progress li.currentStep span {
	height: 27px;
	background: url("../images/step-current-r.gif") no-repeat right;
	padding-right: 13px;
	line-height: 27px;
}

/* @end */

/* @group CTA */
#container_cta {
	/*width: 560px;
	margin:0 auto;*/
}

body.page1 #container_cta {
	text-align:center;
	margin:0 auto;
	width:580px;
	position: relative;
}

#cta_arrow {
	width: 81px;
	height: 77px;
	background: url("../images/cta-arrow-blue.png") no-repeat;
	_background: url("../images/cta-arrow-blue.gif") no-repeat;
	position: absolute;
	z-index:100;
	margin-left: 7px;
	*margin-left:-35px;
}
body.page1 #cta_arrow {
	top:-30px;
}

#cta_content {
	background: url("../images/cta-bg-blue.png") no-repeat;
	_background: url("../images/cta-bg-blue.gif") no-repeat;
	margin-left: 40px;
	color: #fff;
	font-size: 20px;
	padding: 6px 12px 8px 44px;
	line-height: 25px;
	width: 410px;
}
body.page1 #cta_content {
	background:none;
	margin:0;
	padding:0;
	color: #0074a5;
	font-size: 20px;
	line-height: 25px;
	width:100%;
	border: none;
}
#cta_content h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
}
body.page1 #cta_content h3 {
	padding: 0 30px;
}



/* @end */

/* @group Form */

/* @group form layout */
#container_form, .container_form {
	width: 560px;
	margin-right: 0;
	position: relative;
}
/**Changed Padding - Jeff  Liu **/
body.page1 #container_form, body.page1 .container_form {
	margin:0 auto;
	width: 700px;
	background:url("../images/house_outline_01.gif") no-repeat 50% 0;
	padding:70px 0;
	visibility: visible;
}
#form_top, .form_top {
	height:10px;
	background: url("../images/form-top-green.png") no-repeat;
	_background: url("../images/form-top-green.gif") no-repeat;
	_font-size: 5px;
}
body.page1 #form_top, body.page1 .form_top {
	display:none;
}

#form_bottom, .form_bottom {
	height:10px;
	background: url("../images/form-bottom-green.png") no-repeat 0 bottom;
	_background: url("../images/form-bottom-green.gif") no-repeat 0 bottom;
	_font-size: 5px;
}
body.page1 #form_bottom, body.page1 .form_bottom {
	display:none;
}
#form_content, .form_content {
	width: 540px;
	background: url("../images/form-back-green.png") repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}
body.page1 #form_content, body.page1 .form_content {
	margin:0 auto;
/*	width:100%; */
	background:none;
	padding:0;
	border: none;
    margin-top: 50px;
}

body.page1  .q_group_wrap_inner {
	width:500px;
	margin:0 auto;	
}

.disclaimer { font-size:8pt; line-height:10px; display:block; }

/* @end */

/* @group form elements */
/*
.container_input, .container_sub_input, .container_input .group_ssn {
	font: 15px Arial, Helvetica, Tahoma, Verdana, sans-serif;
	display:inline-block;
}*/

.container_input {
	font: 16px Arial, Helvetica, Tahoma, Verdana, sans-serif;
	display:block;
/*	width: 192px; */
	width: 90%;
	float: left;
}

.select-center {
	width: 0%;
}

@media only screen and (max-width: 480px) {
    .select-center {
        width: 100%;
        text-align: center;
    }
}

.container_sub_input, .container_input .group_ssn {
	font: 16px Arial, Helvetica, Tahoma, Verdana, sans-serif;
	display:inline-block;
}

.input_text input, 
.input_select select,
.container_sub_input input,
.container_sub_input input,
.input_ssn input,
.input_ssn input {

	font-family: inherit;
	border: 1px solid #a2a2a2;
	overflow:hidden;
	box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
	padding: 2px;
	_padding: 4px;
}


.input_select select{
	border: 1px solid #a2a2a2;
	*height: auto;
}


.input_text input,
.input_ssn input,
.container_sub_input input[type='text'],
.container_sub_input input[type='tel'] {
	padding: 2px 1px 3px 2px;
}

.input_text input {
	width: 190px;
	width: 182px;
}

.input_select select {
	width: 190px;
}

.input_radio {
	float: left;
	margin-right: 12px;
}

.input_radio input {
	position: relative;
	top: 1px;
}

.label_typical {
	color: #000;
	font: bold 13px/16px Arial, Helvetica, Verdana, sans-serif;
	margin-right: 9px;
	width: 230px;
	float: left;
	text-align: right;
	margin-top: 4px;
}

.label_radio {
	font: bold 13px/16px Arial, Helvetica, Verdana, sans-serif;
}

.label_note {
	font-size: 11px;
	display: block;
}
.container_question {
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d8d8d8;
	display: block;
	width: 540px;
}


.input_ssn{
	width: 170px;
}

.input_ssn #SSN1_01, .input_ssn #SSN2_01 {
	width: 30px;
	text-align: center;
}

.input_ssn #SSN3_01 {
	width: 45px;
	text-align: center;
}

.input_phone_mobile input {
	width: 135px;
	text-align: center;
}



/* @end */

/* @group phone number */

.input_phone_standard {
	display: block;
	position: relative;
	width: 192px;
	float: left;
}

.phone_area_label, .phone_number_label, .phone_dash1{
	display: none;
}


.phone_paren, .phone_dash2, .phone_dash3 {
	font-size: 14px;
	color: #878787;
}

.phone_paren{

}

.container_sub_input input.phone_area {
	width: 35px;
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
	margin-right: 4px;
	margin-left: 4px;
}

.container_sub_input input.phone_prefix {
	width: 35px;
	text-align: center;
	padding-right: 3px;
	padding-left: 3px;
}

.container_sub_input input.phone_suffix {
	width: 45px;
	text-align: center;
	padding-right: 3px;
	padding-left: 2px;
}

.container_sub_input input.phone_ext{
	width: 42px;
}



/* @end */

.helpText {
	color: #488316;
	float: right;
	padding-top: 3px;
	width: 100px;
	font: bold 12px Arial, Helvetica, "Lucida Grande", sans-serif;
}

/* @end */

/* @group button */

.container_button{
	text-align: center;
	width: 540px;
	padding-top: 16px;
}

.submitBtn{
	position: relative;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	overflow: visible;
	outline: none;
	background-color: transparent;
	height: 47px;
}

.submitBtn div { 
	height:47px;
	background: transparent url("../images/button-green.png") no-repeat 0 0;
	position: relative;
	border: 0;
	cursor: pointer;
	overflow: visible;
	padding: 0;
	outline: none;
}

.submitBtn div span {
	color: #fff; 
	height: 47px;
	background: url("../images/button-green.png") no-repeat right 0;
	padding: 0 40px 0 0;
	right: -20px;
	margin: 0;
	position:relative;
	display: block; 
	white-space: nowrap;
	font: 19px/46px "Trebuchet MS", Tahoma, Verdana, arial, sans-serif;
}

.submitBtn:hover div{ 
	background-position: 0 -47px; 
}

.submitBtn:hover div span {
	color: #fff;
	background-position: right -47px;
}

.submitBtn:active div, .submitBtnActive div{ 
	background-position: 0 -93px;
	
}

.submitBtn:active div span, .submitBtnActive div span {
	color: #fff;
	background-position: right -93px;
}

.submitBtn::-moz-focus-inner {
	border: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	.submitBtn div {
		margin-top: -1px;
	}
}

/* @end */

/* @group Highlight and Error */

html form .highlight{
	border:1px solid #cacaca;
}

/* @group Main Error Message */

.error_message_main{
	padding-top: 1px;
}

#mainwarning{
	display: none;
}

#mainwarning span {
	display: none;
}

#mainwarning span.mainErrorText {
	text-align: center;
	color: #ff2900;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 4px;
	display:block;
	background-color: #fdedcc;
	margin-top: 4px;
	font: bold 11px/20px arial;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#mainwarning br {
	display: none;
}


/* @end */

/* @group Inline Errors */
/*
.formInput .warning{ display:none !important }
.highlight-error select{ background-color: #ff9f9f !important }
*/

.container_question .warning{
	text-align: left;
	color: #ea5133;
	font: bold 11px arial, helvetica, sans-serif;
	display: block;
	margin-left: 240px;
	margin-bottom: 8px;
}
.error_message_inline{
	*display:inline;
}
/*
.error_message_inline {
	text-align: left;
	color: #ea5133;
	font: bold 11px arial, helvetica, sans-serif;
}

.error_message_inline span {
	display: block;
	margin-left: 240px;
	margin-bottom: 8px;
}
*/

.field-empty .input_select select,
.field-empty .input_text input,
.field-empty .group_ssn input,
.field-empty .container_sub_input input {
	background-color: #ffa09e;
}

.highlight-error label{
	color: #000;
	background: url(../images/asterisk.gif) no-repeat right top;
	padding-right: 15px;
	position: relative;
	margin-left: -15px;
}



/* @end */



/* @end */

/* @group Content Block 1 */

#container_contBlock_1 {
	display:none;
}



/* @end */

/* @group Content Block 2 */

#container_contBlock_2 {
	width: 560px;
}
body.page1 #container_contBlock_2 {
	margin:0 auto;
	width:700px;
}

#lenderLogos {
	text-align: center;
}

#lenderLogos img.lenderLogos{
	/*margin-top: 20px;*/
	margin-top: 0;
}



/* @end */

/* @group Footer */

#container_footer {
	padding-top: 1px;
	width:800px;
	margin:0 auto;
}

#footer_content {

}



#footerLinks, #footerLinks a{
	font: 11px Arial, Helvetica, sans-serif;
	color: #6d6e6e;
}

#footerLinks span.f_div {
	margin-right: 5px;
	margin-left: 5px;
}

#footerLogos {
	float: right;
	width: 250px;
	text-align: right;
	position: relative;
	top: -80px;
	margin-right:0 !important;
}

/**Changed - JEFF LIU**/
#compliance-disclosure {
	width:800px !important;
	margin:auto !important;
}
/* @end */

/* @group Page 1 Specific */

#zipcode {
	width: 137px;
}

body.page1 #header_content {
	height: 55px;
}

/* @end */

/* @group Page 2 Specific */

#qDiv_reverse_mortgage .helpText,
#qMortAge .helpText {
	display: block;
	font-style: italic;
	margin-left: 168px;
	_margin-left: 120px;
	font-weight: normal;
	font-size: 13px;
	float: left;
	width: 300px;
	clear: none;
}

#qDiv_reverse_mortgage .helpText{
	display: block;
	font-style: italic;
	margin-left: 333px;
	font-weight: normal;
	font-size: 13px;
	float: none;
	width: 200px;
	clear: both;
}

#qDiv_reverse_mortgage .helpText{
	/*margin-top: -13px;*/
}

#qMortAge .helpText{
	cursor:help;
}

#toolTip_revMort_content span {
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
}

#toolTip_revMort_content {
	color: #000;
	font-size: 14px;
	line-height: 19px;
	padding: 8px;
}

#qDiv_reverse_mortgage .ui-tooltip, .qtip{
	max-width: 375px;
	_width: 375px;
}

#property_purpose {
	width: 190px;
	/*width: 220px;*/
}

#mla_error_message {
	display:none;
	overflow:hidden;
	clear:both;
	padding:10px;
	margin: 0 10px 10px 10px;
	background-color:#f9f7d4;
	font-size:14px;
	text-align:center;
	color:#6d6d20;
	font-weight:bold;
}



/* @end */

/* @group Page 3 Specific */

#empStatus_emp, #empStatus_ret{
	width: 90px;
}

#qLatePayment .container_input, 
#qBankruptcy .container_input, 
#qMilitary .container_input,
#qCostcoMember .container_input,
#qHarp .container_input,
#qMortAge .container_input,
#qFannieFreddie .container_input,
#qDiv_reverse_mortgage .container_input{
	width:auto;
}

#qLatePayment .helpText, 
#qBankruptcy .helpText, 
#qMilitary .helpText,
#qCostcoMember .helpText{
	width:auto;
}

#empStatus_no, #empStatus_self{
	width: 120px;
	margin-right: 0;
}

#qEmpStatus .input_radio {
	float: left;
}

#qEmpStatus .input_radio label{
	line-height: 21px;
}

#qEmpStatus .container_input{
	width: 225px;
}

#qEmpStatus .helpText {
	display:none;
}

#qLatePayment label
{
	width: 230px;
    overflow-wrap: break-word;
    height: 3em;
}

#qBankruptcy label, #qMilitary label, #qHarp label, #qMortAge label, #qDiv_reverse_mortgage label, #qFannieFreddie label, #qCostcoMember label 
{
	width: 350px;
    /*overflow-wrap: break-word;
    height: 3em;*/
}

#qMilitary .label_typical, #qHarp .label_typical, #qMortAge .label_typical, #qFannieFreddie .label_typical, #qDiv_reverse_mortgage .label_typical {
	width: 300px;
	padding-left: 50px;
}



/* @end */

/* @group Page 4 Specific */

#DIV_PHONE_DAY_01 label .label_note {
	display:none;
}

#DIV_PHONE_DAY_01 .helpText {
	display: none;	
}

#DIV_PHONE_DAY_01 .input_phone_standard {
	width: 292px;
}

#SUBMIT_04 {
	left: 44px;
}



/* @end */

/* @group Page SSN Specific */

.inputType_ssn .input_text {
	width: 30px;
}

.pageSSN #termsLink {
	display: none;
}

.pageSSN #div_SSN .helpText {
	margin-top: 0;
	padding-top: 0;
	width: 120px;
	margin-right: 0;
}

.pageSSN #div_SSN {
	border-style: none;
}

select#dynQ_2 {
	overflow: hidden;
	height: auto;
}

#messageSSN {
	width: 430px;
	padding-left: 80px;
	font: 12px/14px Arial, Helvetica, "Lucida Grande", sans-serif;
	clear: both;
	padding-top: 15px;
}

#ssnOptOutLink {
	text-align: left;
	width: 150px;
	float: left;
}

#ssnOptOutLink a {
	font-size: 12px;
	display: block;
	margin-left: 80px;
	margin-top: 15px;
}

#DIV_SUBMIT_SSN {
	overflow: hidden;
	text-align: right;
}

#DIV_SUBMIT_SSN .submitBtn {
	margin-right: 50px;
}



/* @end */

/* @group Thank you page */

#thankyou_top {
	height:10px;
	background: url(../images/form-top-green-w.png) no-repeat;
	_background: url(../images/form-top-green-w.gif) no-repeat;
	_font-size: 5px;
}

#thankyou_bottom {
	height:10px;
	background: url(../images/form-bottom-green-w.png) no-repeat 0 bottom;
	_background: url(../images/form-bottom-green-w.gif) no-repeat 0 bottom;
	_font-size: 5px;
}

#thankyou_content {
	width: 800px;
	background: url(../images/form-back-green-w.png) repeat-y;
	padding: 1px 25px 12px;
	overflow: hidden;
}

#container_responseMsg_p0 {
	
}

#thankyou_content {
	min-height:400px;
}

#thanksMsg_content {
	overflow: hidden;
}


#thankyou_content p {
	font-size: 17px;
	line-height: 20px;
	width: 475px;
}

#container_layout.c_p0 #headline h1 {
	font-size: 27px;
}

#thankyou_content p.phoneNumber_p0{
	color: #3294b1;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
}

#container_layout.c_p0 #main_content {
	min-height:650px;
}



/* @end */

/* @group Thank you page */

.thankYou_page #form_content {
	padding: 35px 25px 25px;
	min-height: 250px;
}



/* @end */

/* @group Other */
.callInOffer {
	display:none;
	position:fixed;
	_position:absolute;
	z-index:1000;
	top:-122px;
	right:20px;
	cursor:pointer;
}

.hidden {
	display: none;
}

::selection {
	background: #d8e9c4;
	}
::-moz-selection {
	background: #d8e9c4;
}

* html img.png {
       position: relative;
       behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
       this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
       this.src = "/images/rateMarketplace/500/common/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
       this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
       this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}



/* @end */



/* @end */

/* @group Inline Style Group 1 */

/*headline style*/
h1#uxHL1A .superAPR {font-size:60%;position:relative;bottom:0.5em;}

/*Fix input size bug in IE*/
body.page1 div.input_select select{
height: 1.35em;
}

/*washington license style*/
#WALicense{
font-size:9px;
margin-top:15px;
}

#WALicense a {
     color: #374DBB;
     font:9px Arial,Helvetica,sans-serif
}

#footerLogos {
top: -70px;
}




/* @end */

/* @group General Overrides - Jeff */

/** Changes - Jeff Liu**/
#cta_content {
	border: 3px solid #2B81A5;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	background: #3794bb;
	width: 410px;
}

#progress{
	width: 475px;
	height: 27px;
	background: rgb(226,242,212); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(226,242,212,1) 0%, rgba(208,234,185,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,242,212,1)), color-stop(100%,rgba(208,234,185,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(226,242,212,1) 0%,rgba(208,234,185,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(226,242,212,1) 0%,rgba(208,234,185,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(226,242,212,1) 0%,rgba(208,234,185,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(226,242,212,1) 0%,rgba(208,234,185,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2f2d4', endColorstr='#d0eab9',GradientType=0 ); /* IE6-9 */
	border: 3px solid #afd386;
	border-bottom: none;
	border-radius: 10px 10px 0 0;

}

#form_top, .form_top{background: none;}

#form_content, .form_content {
	width: 540px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	border: 3px solid #afd386;
	border-top: none;
	border-radius: 0 0 10px 10px;
	background: none;
}

#form_bottom, .form_bottom {background: none;}

#progress ul {position: relative; }

#progress li span {
	background:url("../images/step-arrow.png") no-repeat right;
}


#progress li.currentStep span {
	background: url("../images/step-current-r.png") no-repeat right;
	background-position: 42px 1px;
	padding-right: 10px;
}

#progress li.currentStep {
	background: url("../images/step-current-l.png") no-repeat;
}
#compliance-disclosure {
	width:800px !important;
	margin:auto !important;
}

.div_progress_number {
    font: 100px/100px Tahoma,Helvetica,arial,"Lucida Grande",sans-serif !important;
    height: 100px !important;
    width: 150px !important;
}
.sub_bullets {
	margin:0 auto;
	width:564px;
	padding:10px 8px;
	text-align:center;
	font-size:16px;
	border:2px solid #969081;
	margin-bottom:10px;
    background:rgba(255,255,255,0.8);
}
.sub_bullets .bullet_break {
	display:inline-block;
	font-size:30px;
	line-height:4px;
	color:#85c052;
	vertical-align: top;
}

@media only screen and (max-width: 785px){
	.container_question .warning {
	    text-align: center;
	    display: block;
	    margin: 0 15px 8px 15px;
	}
}



/* @end */

/* @group Page 1 Specific */
body.page1 #headline h1 {
	text-align:center;
	visibility: visible;
}
body.page1 #container_form, body.page1 .container_form {
	margin:0 auto;
	width: 700px;
	background:url("../images/house_outline_01.gif") no-repeat 50% 0;
	padding:100px 0;
	visibility: visible;
}
.page1 .input_select select {width: 100% !important;}

.page1 #DIV_SUBMIT_01 { position:relative; right:25px; }

@media only screen and (max-width: 855px){
	#container_layout_inner {width: 99%; left: 0; }
	.page1 #DIV_SUBMIT_01 { position:relative; right:0; }
	body.page1 #container_form, body.page1 .container_form {width: 100%; background-size: 100%; padding: 6% 0;}
	body.page1 #container_contBlock_2 {width: 90%;}
	#container_footer {width: 90%; margin: 30px auto;}
	#compliance-disclosure {width: 95% !important;}
	.page1 #facebookLike {left: 0; margin: auto;}
	body.page1 #container_cta {	width: 100%;}
	body.page1 #headline h1 {line-height: 32px;}
	.group_headline {margin-left: 0;}
	.sub_bullets {width: 90%;}
	body.page1 .q_group_wrap_inner {width: 75%; margin:auto; min-height: 200px !important;}
	.q_group {width: 100% !important;}
	#container_animation {width: 100% !important;}
	.div_progress_number {width: 10% !important;}
	body.page1 #cta_content {position: relative; top:30px;}
	body.page1 #cta_arrow {display: none;}
	body.page1 #subheadline {display: none;}
	body.page1 #cta_content h3,body.page1 #cta_content h3 font{font-size: 23px;}
}

@media only screen and (max-width: 768px){
	body.page1 .q_group_wrap_inner {position: relative; right: 10%;}
	body.page1 #form_content, body.page1 .form_content {width: 69%;}
	.sub_bullets {width: 89%;}
}


@media only screen and (max-width: 550px){ 
		.div_progress_number {display: none;}
		body.page1 #cta_content {position: relative; top:30px;}
		body.page1 #cta_content h3,body.page1 #cta_content h3 font{font-size: 16px;}
		body.page1 #container_form, body.page1 .container_form {padding: 10px 0 1%;}
		.c_step {min-height: 190px !important;}
		
body.page1 #form_content, body.page1 .form_content {
    margin-top: 40px;
}


}

@media only screen and (max-width: 480px){
	.page1 .container_question {width: 100%;}
	.page1 .container_button {padding-top: 0;}
	.sub_bullets {width: 88%;}
	#container_footer .logo {margin: 40px auto 10px;}
	#footer_content {text-align: center;}
	#footerLogos {width: 100%; text-align: center; margin: auto; top:-125px;}
/*.page1 .container_question {width: 58%;}*/
}


@media only screen and (max-width: 340px){
	.page1 .error_message_main {height: 24px !important;}
	body.page1 #container_form, body.page1 .container_form {padding: 10px 0 0%;}
	.page1 .container_question {margin-left: 0 !important;}
	body.page1 #headline h1 {line-height: 22px;font-size: 20px;}

}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) {
	
}


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) { 
	body.page1 #headline h1 {line-height: 24px;font-size: 20px;}
	
}



/* @end */

/* @group Page 2 Specific */

/** Changes - Jeff Liu **/
@media only screen and (max-width: 855px){
	body.page2 .group_headline {margin:auto; text-align: center;}
	body.page2 #compliance-disclosure {width: 95% !important;}
	body.page2 #container_footer {width: 90%; margin: 30px auto;}
	body.page2 #container_layout_inner {width: 99%; left: 0; }
	body.page2 #container_cta {	width: 100%;}
	body.page2 #cta_content {width: 65%; margin: auto; padding: 8px 0; text-align: center;}
	body.page2 #progress {width: 80%; margin: auto; margin-top:-10px; padding: 0;}
	body.page2 #progress ul {position: absolute; left: 35%; margin: auto;}
	body.page2 #form_content, body.page2 .form_content {width:80%; margin: auto; padding: 0 0 20px 0;}
	body.page2 #container_form, body.page2 .container_form {width: 100%;}
	body.page2 #cta_arrow {margin-left:17%;}
	body.page2 #arrow {position: absolute; left:10% !important;}
	body.page2 .container_question {width: 90%; margin: auto;}	
	body.page2 #header_content {min-height:0;}
  body.page2 #subheadline {display: none;}
  body.page2 #headline h1 {line-height: 26px;}
  body.page2 #qDiv_reverse_mortgage .helpText, body.page2 #qMortAge .helpText {clear: both; margin: 3px auto auto; width: 100%;}
  body.page2 .container_button {width: 100%;}

#qDiv_reverse_mortgage .label_typical  {
	width: 100%;
}
}


@media only screen and (max-width: 620px){
	body.page2 #cta_arrow{display: none;}
	body.page2 #progress ul {left: 31%;}
	body.page2 .container_input {float: none; margin: auto;}
	body.page2 .label_typical {float: right; text-align: center; margin: auto; width: 100%;}
	body.page2 .helpText {text-align: center; float: none; width: 100%;}
	body.page2 .input_radio { margin-left:45px; margin-right:-25px;}
	body.page2 #headline h1#uxHL1A font, #headline h1#uxHL1A{font-size: 22px; line-height: 22px;}
}


@media only screen and (max-width: 520px){ 
	body.page2 #progress ul {left: 27%;}
	body.page2 #container_footer .logo {margin: 40px auto 10px;}
	body.page2 #footer_content {text-align: center;}
	body.page2 #footerLogos {width: 100%; text-align: center; margin: auto; top:-125px;}
}
	
@media only screen and (max-width: 440px){ 
	body.page2 #progress ul {left: 24%;}	
	body.page2 #headline h1#uxHL1A font, #headline h1#uxHL1A{font-size: 18px; line-height: 18px;}
	body.page2 #cta_content h3 {font-size: 18px;}
}	
	
@media only screen and (max-width: 410px){
	body.page2 #progress {width: 90%;}
	body.page2 #form_content, .form_content {width: 90%;}
	body.page2 #arrow {left: 5% !important;}
	body.page2 #cta_content {width: 75%;}
	body.page2 #progress ul {left:20%;}
} 

@media only screen and (max-width: 320px){
	body.page2 #progress ul {left:14%;}

}



/* @end */

/* @group Page 3 Specific */

/** Changes - Jeff Liu **/
@media only screen and (max-width: 855px){
	body.page3 .group_headline {margin:auto; text-align: center;}
	body.page3 #compliance-disclosure {width: 95% !important; margin: auto !important;}
	body.page3 #container_footer {width: 95%; margin: 30px auto;}
	body.page3 #container_layout_inner {width: 99%; left: 0; }
	body.page3 #container_cta {	width: 100%;}
	body.page3 #cta_content {width: 65%; margin: auto; padding: 8px 0; text-align: center;}
	body.page3 #progress {width: 80%; margin: auto; margin-top:-10px; padding: 0;}
	body.page3 #progress ul {position: absolute; left: 35%; margin: auto;}
	body.page3 #form_content, body.page3 .form_content {width:80%; margin: auto; padding: 0 0 20px 0;}
	body.page3 #container_form, body.page3 .container_form {width: 100%;}
	body.page3 #cta_arrow {margin-left:17%;}
	body.page3 #arrow {position: absolute; left:10% !important;}
	body.page3 .container_question {width: 90%; margin: auto;}	
	body.page3 #header_content {min-height:0;}
  body.page3 #subheadline {display: none;}
  body.page3 #headline h1 {line-height: 26px;}
  body.page3 .helpText {text-align: right; width: 100%;}
  body.page3 .container_button {width: 100%;}
}


@media only screen and (max-width: 728px){

#qEmpStatus .container_input {width: 100%; margin: auto 38%; float: none; display: block; margin-top: 20px;}

#qLatePayment label, #qBankruptcy label, #qMilitary label, #qCostcoMember label {width: 100%; margin: auto; text-align: center;}

#qMilitary .label_typical {width:100%; padding-left:0;}

#qLatePayment .container_input, #qBankruptcy .container_input, #qMilitary .container_input, #qCostcoMember .container_input {
	float: none;
	margin: auto 38%;
	width: 100%;
	clear: both;
}
#qEmpStatus .input_radio {float: none;}

}


@media only screen and (max-width: 620px){
	body.page3 #cta_arrow{display: none;}
	body.page3 #progress ul {left: 31%;}
	body.page3 .container_input {float: none; margin: auto;}
	body.page3 .label_typical {float: right; text-align: center; margin: auto; width: 100%;}
	body.page3 .helpText {text-align: center; float: none; width: 100%;}
		body.page3 #headline h1#uxHL1A font, #headline h1#uxHL1A{font-size: 22px; line-height: 22px;}
}


@media only screen and (max-width: 520px){ 
	body.page3 #progress ul {left: 27%;}
	body.page3 #container_footer .logo {margin: 40px auto 10px;}
	body.page3 #footer_content {text-align: center;}
	body.page3 #footerLogos {width: 100%; text-align: center; margin: auto; top:-125px;}
}
	
@media only screen and (max-width: 440px){ 
	body.page3 #progress ul {left: 24%;}	
	body.page3 #headline h1#uxHL1A font, #headline h1#uxHL1A{font-size: 18px; line-height: 18px; width: 97%; margin: auto;}
	body.page3 #cta_content h3 {font-size: 18px;}
}	
	
@media only screen and (max-width: 410px){

	body.page3 #progress {width: 90%;}
	body.page3 #form_content, .form_content {width: 90%;}
	body.page3 #arrow {left: 5% !important;}
	body.page3 #cta_content {width: 75%;}
	body.page3 #progress ul {left:20%;}
		#qLatePayment .container_input, #qBankruptcy .container_input, #qMilitary .container_input, #qCostcoMember .container_input, #qEmpStatus .container_input { margin: auto 30%}
} 

@media only screen and (max-width: 320px){
	body.page3 #progress ul {left:14%;}


}



/* @end */

/* @group Page 4 Specific */

body.page4 #DIV_PHONE_DAY_01 {display:none!important;}

/** Changes - Jeff Liu **/
@media only screen and (max-width: 855px){
	body.page4 .group_headline {margin:auto; text-align: center;}
	body.page4 #compliance-disclosure {width: 95% !important; margin: auto !important;}
	body.page4 #container_footer {width: 95%; margin: 30px auto;}
	body.page4 #container_layout_inner {width: 99%; left: 0; }
	body.page4 #container_cta {	width: 100%;}
	body.page4 #cta_content {width: 65%; margin: auto; padding: 8px 0; text-align: center;}
	body.page4 #progress {width: 80%; margin: auto; margin-top:-10px; padding: 0;}
	body.page4 #progress ul {position: absolute; left: 35%; margin: auto;}
	body.page4 #form_content, body.page4 .form_content {width:80%; margin: auto; padding: 0 0 20px 0;}
	body.page4 #container_form, body.page4 .container_form {width: 100%;}
	body.page4 #cta_arrow {margin-left:17%;}
	body.page4 #arrow {position: absolute; left:10% !important;}
	body.page4 .container_question {width: 90%; margin: auto;}	
	body.page4 #header_content {min-height:0;}
  body.page4 #subheadline {display: none;}
  body.page4 #headline h1 {line-height: 26px;}
  body.page4 .helpText {text-align: center; width: 100%;}
  body.page4 .container_button {width: 100%;}
  body.page4 #qFirstName {margin-left: 5%;}
}



@media only screen and (max-width: 785px){
	body.page4 .container_input { float:none; text-align: center; margin: auto; width: 100%;}
	body.page4 .label_typical {float: none; text-align: center; width: 100%;}
	body.page4 .container_question {text-align: center;}
	body.page4 #qFirstName, body.page4 #qLastName {width: 100%;float: none; margin: auto; padding: auto;}
	body.page4 .input_phone_standard {width: 100%; float: none;}
	body.page4 #DIV_PHONE_DAY_01 .input_phone_standard {width: 100%;}
	body.page4 #SUBMIT_04 {left: 0;}
	body.page4 label.label_hint {display: block; clear: both; float: none !important; margin-top: 5px !important;}
	body.page4 #qFirstName .container_input, 	body.page4 #qLastName .container_input {width: 100%;}
	input#firstname, input#lastname {width: 182px !important;}
}





@media only screen and (max-width: 620px){
	body.page4 #cta_arrow{display: none;}
	body.page4 #progress ul {left: 31%;}
	body.page4 .container_input {float: none; margin: auto;}
	body.page4 .label_typical {float: right; text-align: center; margin: auto; width: 100%;}
	body.page4 .helpText {text-align: center; float: none; width: 100%;}
	body.page4 #headline h1#uxHL1A font, #headline h1#uxHL1A{font-size: 22px; line-height: 22px;}
}


@media only screen and (max-width: 520px){ 
	body.page4 #progress ul {left: 27%;}
	body.page4 #container_footer .logo {margin: 40px auto 10px;}
	body.page4 #footer_content {text-align: center;}
	body.page4 #footerLogos {width: 100%; text-align: center; margin: auto; top:-125px;}
}
	
@media only screen and (max-width: 440px){ 
	body.page4 #progress ul {left: 24%;}	
	body.page4 #headline h1#uxHL1A font, #headline h1#uxHL1A{font-size: 18px; line-height: 18px; width: 97%; margin: auto;}
	body.page4 #cta_content h3 {font-size: 18px;}
	body.page4 .container_button {width: 90%;}
}	
	
@media only screen and (max-width: 410px){

	body.page4 #progress {width: 90%;}
	body.page4 #form_content, body.page4 .form_content {width: 90%;}
	body.page4 #arrow {left: 5% !important;}
	body.page4 #cta_content {width: 75%;}
	body.page4 #progress ul {left:20%;}
	body.page4 #cta_content h3 {font-size: 15px;}
} 

@media only screen and (max-width: 350px){
	.container_sub_input input.phone_area {width: 28px;}
	.container_sub_input input.phone_prefix {width: 28px;}
	.container_sub_input input.phone_suffix {width: 38px;}
	.container_sub_input input.phone_ext {width: 38px;}
}


@media only screen and (max-width: 320px){
	body.page4 #progress ul {left:11%;}


}



/* @end */

/* @group Page 5 SSN Specfic */

body.pageSSN #form_top, body.pageSSN .form_top{background: none;display: none;}
body.pageSSN #form_content, body.pageSSN .form_content {border: 3px solid #afd386; border-radius: 10px;}

/** Changes - Jeff Liu **/
@media only screen and (max-width: 855px){
	body.pageSSN .group_headline {margin:auto; text-align: center;}
	body.pageSSN #compliance-disclosure {width: 95% !important; margin: auto !important;}
	body.pageSSN #container_footer {width: 95%; margin: 30px auto;}
	body.pageSSN #container_layout_inner {width: 99%; left: 0; }
	body.pageSSN #container_cta {	width: 100%;}
	body.pageSSN #cta_content {width: 65%; margin: auto; padding: 8px 0; text-align: center;}
	body.pageSSN #progress {width: 80%; margin: auto; margin-top:-10px; padding: 0;}
	body.pageSSN #progress ul {position: absolute; left: 35%; margin: auto;}
	body.pageSSN #form_content, body.pageSSN .form_content {width:80%; margin: auto; padding: 0 0 20px 0;	border: 3px solid #afd386; border-radius: 10px;}
	body.pageSSN #container_form, body.pageSSN .container_form {width: 100%;}
	body.pageSSN #cta_arrow {margin-left:17%;}
	body.pageSSN #arrow {position: absolute; left:10% !important;}
	body.pageSSN .container_question {width: 90%; margin: auto;}	
	body.pageSSN #header_content {min-height:0;}
  body.pageSSN #subheadline {display: none;}
  body.pageSSN #headline h1 {line-height: 30px; font-size: 30px;}
  body.pageSSN .helpText {text-align: center; width: 100%;}
  body.pageSSN .container_button {width: 100%;}
  body.pageSSN #div_SSN .helpText {width: 100%; margin: 10px auto 0;}
  body.pageSSN #messageSSN {width: 100%; padding-left: 0;}
}



@media only screen and (max-width: 785px){
	body.pageSSN .container_input { float:none; text-align: center; margin: auto; width: 100%;}
	body.pageSSN .label_typical {float: none; text-align: center; width: 100%;}
	body.pageSSN .container_question {text-align: center;}
	body.pageSSN #SUBMIT_04 {left: 0;}
	body.pageSSN label.label_hint {display: block; clear: both; float: none; margin-top: 5px;}
}





@media only screen and (max-width: 620px){
	body.pageSSN #cta_arrow{display: none;}
	body.pageSSN #progress ul {left: 31%;}
	body.pageSSN .container_input {float: none; margin: auto;}
	body.pageSSN .label_typical {float: right; text-align: center; margin: auto; width: 100%;}
	body.pageSSN .helpText {text-align: center; float: none; width: 100%;}
	body.pageSSN #headline h1#uxHL1A font, #headline h1#uxHL1A{font-size: 22px; line-height: 22px;}

	#ssnOptOutLink {
		text-align: center;
		width: 100%;
		float: none;
		/*
		position:absolute;
		bottom:8px;
		left:0;
		*/
	}
	
	#ssnOptOutLink a {
		font-size: 15px;
		display: block;
		margin: 0 auto 20px auto;
	}
}


@media only screen and (max-width: 520px){ 
	body.pageSSN #progress ul {left: 27%;}
	body.pageSSN #container_footer .logo {margin: 40px auto 10px;}
	body.pageSSN #footer_content {text-align: center;}
	body.pageSSN #footerLogos {width: 100%; text-align: center; margin: auto; top:-125px;}
}
	
@media only screen and (max-width: 440px){ 
	body.pageSSN #progress ul {left: 24%;}	
	body.pageSSN #headline h1#uxHL1A font, #headline h1#uxHL1A{font-size: 18px; line-height: 18px; width: 97%; margin: auto;}
	body.pageSSN #cta_content h3 {font-size: 18px;}
	body.pageSSN .container_button {width: 93%;}
}	
	
@media only screen and (max-width: 410px){

	body.pageSSN #progress {width: 90%;}
	body.pageSSN #form_content, body.pageSSN #form_content .form_content {width: 90%;}
	body.pageSSN #arrow {left: 5% !important;}
	body.pageSSN #cta_content {width: 75%;}
	body.pageSSN #progress ul {left:20%;}
	body.pageSSN #cta_content h3 {font-size: 15px;}
	body.pageSSN .submitBtn div span {padding: 0 40px 0 0;}
	body.pageSSN #DIV_SUBMIT_SSN .submitBtn {margin-right: 8%;}
} 

@media only screen and (max-width: 350px){

}


@media only screen and (max-width: 320px){
	body.pageSSN #progress ul {left:11%;}


}
.zip-error {
	color: #d70000;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-top: 2px dotted #ec9696;
	border-bottom: 2px dotted #ec9696;
	text-align: center;
	padding: 5px 10px;
	margin-top: 10px;
	display: none;
}


.blockout			{ display: none; width: 100%; height: 100%; position: fixed; top:0; left:0; background:rgba(0,0,0,0.8); z-index: 999998; }
.exitbox			{ display: none; width: 880px; color: #000; height: 640px; position: fixed; padding: 20px; z-index: 999999; background: url(../images/exitbg.jpg) top center no-repeat; border-radius: 3px; }
.exitcolumn1		{ width: 840px; /*height: 160px;*/ margin:0 auto; }
					
.exitbox .header				{ font-family: 'Open Sans', 'Arial', sans-serif; background:none; font-size: 72px; font-weight: 800; color: red; text-align: center; margin: 10px 0 20px 0; padding: 0; }
.exitp				{ font-family: 'Open Sans', 'Arial', sans-serif; font-size: 18px; font-weight: 600; color: black; text-align: center; margin: 0 0 10px 0; padding: 0; }
					
.exitbutton			{ width: 240px; height: 60px; float: left; margin: 20px 0 0 55px; border-radius: 3px; background: url(../images/exitbuttonbg.jpg) top left repeat; border: 1px solid #4b9d3e;
					  font-family: 'Open Sans', 'Arial', sans-serif; color: #fff; font-size: 20px; text-align: center; line-height: 60px; text-shadow: 1px 1px #4b9d3e; }
.exitbutton:hover	{ background: url(../images/exitbuttonbg2.jpg) top left repeat; border: 1px solid #e1b01b; text-shadow: 1px 1px #e1b01b; }

.exitbutton2		{ width: 240px; height: 60px; float: left; margin: 20px 0 0 55px; border-radius: 3px; background: url(../images/exitbuttonbg2.jpg) top left repeat; border: 1px solid #e1b01b;
					  font-family: 'Open Sans', 'Arial', sans-serif; color: #fff; font-size: 20px; text-align: center; line-height: 60px; text-shadow: 1px 1px #e1b01b; }
.exitbutton2:hover	{ background: url(../images/exitbuttonbg.jpg) top left repeat; border: 1px solid #4b9d3e; text-shadow: 1px 1px #4b9d3e; }	
