var qsProxy=false;function FrameBuilder(formId,appendTo,initialHeight,iframeCode,title,embedStyleJSON){this.formId=formId;this.initialHeight=initialHeight;this.iframeCode=iframeCode;this.frame=null;this.timeInterval=200;this.appendTo=appendTo||false;this.formSubmitted=0;this.frameMinWidth='100%';this.defaultHeight='';this.init=function(){this.embedURLHash=this.getMD5(window.location.href);if(embedStyleJSON&&(embedStyleJSON[this.embedURLHash]&&embedStyleJSON[this.embedURLHash]['inlineStyle']['embedWidth'])){this.frameMinWidth=embedStyleJSON[this.embedURLHash]['inlineStyle']['embedWidth']+'px';}
if(embedStyleJSON&&(embedStyleJSON[this.embedURLHash])){if(embedStyleJSON[this.embedURLHash]['inlineStyle']&&embedStyleJSON[this.embedURLHash]['inlineStyle']['embedHeight']){this.defaultHeight='data-frameHeight="'+embedStyleJSON[this.embedURLHash]['inlineStyle']['embedHeight']+'"';}}
this.createFrame();this.addFrameContent(this.iframeCode);};this.createFrame=function(){var tmp_is_ie=!!window.ActiveXObject;this.iframeDomId=document.getElementById(this.formId)?this.formId+'_'+new Date().getTime():this.formId;var htmlCode="<"+"iframe title=\""+title.replace(/[\\"']/g,'\\$&').replace(/&amp;/g,'&')+"\" src=\"\" allowtransparency=\"true\" allow=\"geolocation; microphone; camera\" allowfullscreen=\"true\" name=\""+this.formId+"\" id=\""+this.iframeDomId+"\" style=\"width: 10px; min-width:"+this.frameMinWidth+"; display: block; overflow: hidden; height:"+this.initialHeight+"px; border: none;\" scrolling=\"no\""+this.defaultHeight+"></if"+"rame>";if(this.appendTo===false){document.write(htmlCode);}else{var tmp=document.createElement('div');tmp.innerHTML=htmlCode;var a=this.appendTo;document.getElementById(a).appendChild(tmp.firstChild);}
this.frame=document.getElementById(this.iframeDomId);if(tmp_is_ie===true){try{var iframe=this.frame;var doc=iframe.contentDocument?iframe.contentDocument:(iframe.contentWindow.document||iframe.document);doc.open();doc.write("");}
catch(err){this.frame.src="javascript:void((function(){document.open();document.domain=\'"+this.getBaseDomain()+"\';document.close();})())";}}
this.addEvent(this.frame,'load',this.bindMethod(this.setTimer,this));var self=this;if(window.chrome!==undefined){this.frame.onload=function(){try{var doc=this.contentWindow.document;var _jotform=this.contentWindow.JotForm;if(doc!==undefined){var form=doc.getElementById(""+self.iframeDomId);self.addEvent(form,"submit",function(){if(_jotform.validateAll()){self.formSubmitted=1;}});}}catch(e){}}}};this.addEvent=function(obj,type,fn){if(obj.attachEvent){obj["e"+type+fn]=fn;obj[type+fn]=function(){obj["e"+type+fn](window.event);};obj.attachEvent("on"+type,obj[type+fn]);}
else{obj.addEventListener(type,fn,false);}};this.addFrameContent=function(string){if(window.location.search&&window.location.search.indexOf('disableSmartEmbed')>-1){string=string.replace(new RegExp('smartEmbed=1(?:&amp;|&)'),'');string=string.replace(new RegExp('isSmartEmbed'),'');}else{var cssLink='stylebuilder/'+this.formId+'.css';var cssPlace=string.indexOf(cssLink);var prepend=string[cssPlace+cssLink.length]==='?'?'&amp;':'?';var embedUrl=prepend+'embedUrl='+window.location.href;if(cssPlace>-1){var positionLastRequestElement=string.indexOf('\"/>',cssPlace);if(positionLastRequestElement>-1){string=string.substr(0,positionLastRequestElement)+embedUrl+string.substr(positionLastRequestElement);string=string.replace(cssLink,'stylebuilder/'+this.formId+'/'+this.embedURLHash+'.css');}}}
string=string.replace(new RegExp('src\\=\\"[^"]*captcha.php\"><\/scr'+'ipt>','gim'),'src="http://api.recaptcha.net/js/recaptcha_ajax.js"></scr'+'ipt><'+'div id="recaptcha_div"><'+'/div>'+'<'+'style>#recaptcha_logo{ display:none;} #recaptcha_tagline{display:none;} #recaptcha_table{border:none !important;} .recaptchatable .recaptcha_image_cell, #recaptcha_table{ background-color:transparent !important; } <'+'/style>'+'<'+'script defer="defer"> window.onload = function(){ Recaptcha.create("6Ld9UAgAAAAAAMon8zjt30tEZiGQZ4IIuWXLt1ky", "recaptcha_div", {theme: "clean",tabindex: 0,callback: function (){'+'if (document.getElementById("uword")) { document.getElementById("uword").parentNode.removeChild(document.getElementById("uword")); } if (window["validate"] !== undefined) { if (document.getElementById("recaptcha_response_field")){ document.getElementById("recaptcha_response_field").onblur = function(){ validate(document.getElementById("recaptcha_response_field"), "Required"); } } } if (document.getElementById("recaptcha_response_field")){ document.getElementsByName("recaptcha_challenge_field")[0].setAttribute("name", "anum"); } if (document.getElementById("recaptcha_response_field")){ document.getElementsByName("recaptcha_response_field")[0].setAttribute("name", "qCap"); }}})'+' }<'+'/script>');string=string.replace(/(type="text\/javascript">)\s+(validate\(\"[^"]*"\);)/,'$1 jTime = setInterval(function(){if("validate" in window){$2clearTimeout(jTime);}}, 1000);');if(string.match('#sublabel_litemode')){string=string.replace('class="form-all"','class="form-all" style="margin-top:0;"');}
var iframe=this.frame;var doc=iframe.contentDocument?iframe.contentDocument:(iframe.contentWindow.document||iframe.document);doc.open();doc.write(string);setTimeout(function(){doc.close();try{if('JotFormFrameLoaded'in window){JotFormFrameLoaded();}}catch(e){}},200);};this.setTimer=function(){var self=this;this.interval=setTimeout(this.changeHeight.bind(this),this.timeInterval);};this.getBaseDomain=function(){var thn=window.location.hostname;var cc=0;var buff="";for(var i=0;i<thn.length;i++){var chr=thn.charAt(i);if(chr=="."){cc++;}
if(cc==0){buff+=chr;}}
if(cc==2){thn=thn.replace(buff+".","");}
return thn;}
this.changeHeight=function(){var actualHeight=this.getBodyHeight();var currentHeight=this.getViewPortHeight();var skipAutoHeight=this.frame.contentWindow.document.querySelector('[data-welcome-view="true"]');if(actualHeight===undefined){this.frame.style.height=this.frameHeight;if(!this.frame.style.minHeight){this.frame.style.minHeight="300px";window.parent.scrollTo(0,0);}}else if(Math.abs(actualHeight-currentHeight)>18&&!skipAutoHeight){this.frame.style.height=(actualHeight)+"px";}
this.setTimer();};this.bindMethod=function(method,scope){return function(){method.apply(scope,arguments);};};this.frameHeight=0;this.getBodyHeight=function(){if(this.formSubmitted===1){return;}
var height;var scrollHeight;var offsetHeight;try{if(this.frame.contentWindow.document.height){height=this.frame.contentWindow.document.height;if(this.frame.contentWindow.document.body.scrollHeight){height=scrollHeight=this.frame.contentWindow.document.body.scrollHeight;}
if(this.frame.contentWindow.document.body.offsetHeight){height=offsetHeight=this.frame.contentWindow.document.body.offsetHeight;}}else if(this.frame.contentWindow.document.body){if(this.frame.contentWindow.document.body.offsetHeight){height=offsetHeight=this.frame.contentWindow.document.body.offsetHeight;}
var formWrapper=this.frame.contentWindow.document.querySelector('.form-all');var margin=parseInt(getComputedStyle(formWrapper).marginTop,10);if(!isNaN(margin)){height+=margin;}}}catch(e){}
this.frameHeight=height;return height;};this.getViewPortHeight=function(){if(this.formSubmitted===1){return;}
var height=0;try{if(this.frame.contentWindow.window.innerHeight){height=this.frame.contentWindow.window.innerHeight-18;}else if((this.frame.contentWindow.document.documentElement)&&(this.frame.contentWindow.document.documentElement.clientHeight)){height=this.frame.contentWindow.document.documentElement.clientHeight;}else if((this.frame.contentWindow.document.body)&&(this.frame.contentWindow.document.body.clientHeight)){height=this.frame.contentWindow.document.body.clientHeight;}}catch(e){}
return height;};this.getMD5=function(s){function L(k,d){return(k<<d)|(k>>>(32-d))}function K(G,k){var I,d,F,H,x;F=(G&2147483648);H=(k&2147483648);I=(G&1073741824);d=(k&1073741824);x=(G&1073741823)+(k&1073741823);if(I&d){return(x^2147483648^F^H)}if(I|d){if(x&1073741824){return(x^3221225472^F^H)}else{return(x^1073741824^F^H)}}else{return(x^F^H)}}function r(d,F,k){return(d&F)|((~d)&k)}function q(d,F,k){return(d&k)|(F&(~k))}function p(d,F,k){return(d^F^k)}function n(d,F,k){return(F^(d|(~k)))}function u(G,F,aa,Z,k,H,I){G=K(G,K(K(r(F,aa,Z),k),I));return K(L(G,H),F)}function f(G,F,aa,Z,k,H,I){G=K(G,K(K(q(F,aa,Z),k),I));return K(L(G,H),F)}function D(G,F,aa,Z,k,H,I){G=K(G,K(K(p(F,aa,Z),k),I));return K(L(G,H),F)}function t(G,F,aa,Z,k,H,I){G=K(G,K(K(n(F,aa,Z),k),I));return K(L(G,H),F)}function e(G){var Z;var F=G.length;var x=F+8;var k=(x-(x%64))/64;var I=(k+1)*16;var aa=Array(I-1);var d=0;var H=0;while(H<F){Z=(H-(H%4))/4;d=(H%4)*8;aa[Z]=(aa[Z]|(G.charCodeAt(H)<<d));H++}Z=(H-(H%4))/4;d=(H%4)*8;aa[Z]=aa[Z]|(128<<d);aa[I-2]=F<<3;aa[I-1]=F>>>29;return aa}function B(x){var k="",F="",G,d;for(d=0;d<=3;d++){G=(x>>>(d*8))&255;F="0"+G.toString(16);k=k+F.substr(F.length-2,2)}return k}function J(k){k=k.replace(/rn/g,"n");var d="";for(var F=0;F<k.length;F++){var x=k.charCodeAt(F);if(x<128){d+=String.fromCharCode(x)}else{if((x>127)&&(x<2048)){d+=String.fromCharCode((x>>6)|192);d+=String.fromCharCode((x&63)|128)}else{d+=String.fromCharCode((x>>12)|224);d+=String.fromCharCode(((x>>6)&63)|128);d+=String.fromCharCode((x&63)|128)}}}return d}var C=Array();var P,h,E,v,g,Y,X,W,V;var S=7,Q=12,N=17,M=22;var A=5,z=9,y=14,w=20;var o=4,m=11,l=16,j=23;var U=6,T=10,R=15,O=21;s=J(s);C=e(s);Y=1732584193;X=4023233417;W=2562383102;V=271733878;for(P=0;P<C.length;P+=16){h=Y;E=X;v=W;g=V;Y=u(Y,X,W,V,C[P+0],S,3614090360);V=u(V,Y,X,W,C[P+1],Q,3905402710);W=u(W,V,Y,X,C[P+2],N,606105819);X=u(X,W,V,Y,C[P+3],M,3250441966);Y=u(Y,X,W,V,C[P+4],S,4118548399);V=u(V,Y,X,W,C[P+5],Q,1200080426);W=u(W,V,Y,X,C[P+6],N,2821735955);X=u(X,W,V,Y,C[P+7],M,4249261313);Y=u(Y,X,W,V,C[P+8],S,1770035416);V=u(V,Y,X,W,C[P+9],Q,2336552879);W=u(W,V,Y,X,C[P+10],N,4294925233);X=u(X,W,V,Y,C[P+11],M,2304563134);Y=u(Y,X,W,V,C[P+12],S,1804603682);V=u(V,Y,X,W,C[P+13],Q,4254626195);W=u(W,V,Y,X,C[P+14],N,2792965006);X=u(X,W,V,Y,C[P+15],M,1236535329);Y=f(Y,X,W,V,C[P+1],A,4129170786);V=f(V,Y,X,W,C[P+6],z,3225465664);W=f(W,V,Y,X,C[P+11],y,643717713);X=f(X,W,V,Y,C[P+0],w,3921069994);Y=f(Y,X,W,V,C[P+5],A,3593408605);V=f(V,Y,X,W,C[P+10],z,38016083);W=f(W,V,Y,X,C[P+15],y,3634488961);X=f(X,W,V,Y,C[P+4],w,3889429448);Y=f(Y,X,W,V,C[P+9],A,568446438);V=f(V,Y,X,W,C[P+14],z,3275163606);W=f(W,V,Y,X,C[P+3],y,4107603335);X=f(X,W,V,Y,C[P+8],w,1163531501);Y=f(Y,X,W,V,C[P+13],A,2850285829);V=f(V,Y,X,W,C[P+2],z,4243563512);W=f(W,V,Y,X,C[P+7],y,1735328473);X=f(X,W,V,Y,C[P+12],w,2368359562);Y=D(Y,X,W,V,C[P+5],o,4294588738);V=D(V,Y,X,W,C[P+8],m,2272392833);W=D(W,V,Y,X,C[P+11],l,1839030562);X=D(X,W,V,Y,C[P+14],j,4259657740);Y=D(Y,X,W,V,C[P+1],o,2763975236);V=D(V,Y,X,W,C[P+4],m,1272893353);W=D(W,V,Y,X,C[P+7],l,4139469664);X=D(X,W,V,Y,C[P+10],j,3200236656);Y=D(Y,X,W,V,C[P+13],o,681279174);V=D(V,Y,X,W,C[P+0],m,3936430074);W=D(W,V,Y,X,C[P+3],l,3572445317);X=D(X,W,V,Y,C[P+6],j,76029189);Y=D(Y,X,W,V,C[P+9],o,3654602809);V=D(V,Y,X,W,C[P+12],m,3873151461);W=D(W,V,Y,X,C[P+15],l,530742520);X=D(X,W,V,Y,C[P+2],j,3299628645);Y=t(Y,X,W,V,C[P+0],U,4096336452);V=t(V,Y,X,W,C[P+7],T,1126891415);W=t(W,V,Y,X,C[P+14],R,2878612391);X=t(X,W,V,Y,C[P+5],O,4237533241);Y=t(Y,X,W,V,C[P+12],U,1700485571);V=t(V,Y,X,W,C[P+3],T,2399980690);W=t(W,V,Y,X,C[P+10],R,4293915773);X=t(X,W,V,Y,C[P+1],O,2240044497);Y=t(Y,X,W,V,C[P+8],U,1873313359);V=t(V,Y,X,W,C[P+15],T,4264355552);W=t(W,V,Y,X,C[P+6],R,2734768916);X=t(X,W,V,Y,C[P+13],O,1309151649);Y=t(Y,X,W,V,C[P+4],U,4149444226);V=t(V,Y,X,W,C[P+11],T,3174756917);W=t(W,V,Y,X,C[P+2],R,718787259);X=t(X,W,V,Y,C[P+9],O,3951481745);Y=K(Y,h);X=K(X,E);W=K(W,v);V=K(V,g)}var i=B(Y)+B(X)+B(W)+B(V);return i.toLowerCase()};this.init();}
FrameBuilder.get=qsProxy||[];var i201105439666151=new FrameBuilder("201105439666151",false,"","<html lang=\"\"><head><title>Nerdwallet Funnel<\/title><link rel=\"canonical\" href=\"https:\/\/fairwaymc.jotform.com\/201105439666151\"\/><link rel=\"alternate\" type=\"application\/json+oembed\" href=\"https:\/\/www.jotform.com\/oembed\/?format=json&amp;url=http:\/\/www.jotform.com\/form\/201105439666151\" title=\"oEmbed Form\"\/><link rel=\"alternate\" type=\"text\/xml+oembed\" href=\"https:\/\/www.jotform.com\/oembed\/?format=xml&amp;url=http:\/\/www.jotform.com\/form\/&#x27;201105439666151\" title=\"oEmbed Form\"\/><meta property=\"og:title\" content=\"Nerdwallet Funnel\"\/><meta property=\"og:url\" content=\"http:\/\/www.fairwaymc.jotform.com\/form\/201105439666151\"\/><meta property=\"og:description\" content=\"Please click the link to complete this form.\"\/><meta property=\"og:image\" content=\"https:\/\/www.jotform.com\/resources\/assets\/icon\/jotform-icon-dark-400x400.png\"\/><meta name=\"slack-app-id\" content=\"AHNMASS8M\"\/><link id=\"default-css\" type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/fairwaymc.jotform.com\/stylebuilder\/default.css?aa4e2e29\"\/><link id=\"form-css\" type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/fairwaymc.jotform.com\/stylebuilder\/201105439666151.css?themeID=59647bf8cf3bfe639c0b7cb1\"\/><style>\n        body { overflow: hidden; }\n        body ul,\n        body ol { list-style: none; }\n        body { opacity: 0; }\n      <\/style><link rel=\"shortcut icon\" href=\"\/favicon.ico\"\/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\"\/><meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\"\/><script>window.FORM_MODE = \"cardform\";<\/script><\/head><body class=\"jfCardForm notLoaded formMode cf-minimal\"><div class=\"js-pressEnterHint isHidden\" style=\"color:white;position:absolute;z-index:1;bottom:29.5%;left:37.2%;display:none\">You can always press Enter\u23ce to continue<\/div><div id=\"jfQuestion-proxy\" class=\"forFullScreen\"><\/div><div>\n        <script src=\"https:\/\/fairwaymc.jotform.com\/js\/vendor\/jquery-1.8.0.min.js?v=3.3.22390\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/fairwaymc.jotform.com\/js\/vendor\/maskedinput.min.js?v=3.3.22390\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/fairwaymc.jotform.com\/js\/vendor\/jquery.maskedinput.min.js?v=3.3.22390\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/fairwaymc.jotform.com\/static\/prototype.forms.js\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/fairwaymc.jotform.com\/static\/jotform.forms.js?3.3.22390\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/js.jotform.com\/vendor\/postMessage.js?3.3.22390\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/js.jotform.com\/WidgetsServer.js?v=1608451721403\" type=\"text\/javascript\"><\/script>\n<script type=\"text\/javascript\">\n var jsTime = setInterval(function(){try{\n   JotForm.jsForm = true;\n\n   if (window.CardForm) { window.CardForm.jsForm = true; } \n\n   JotForm.setConditions([{\"action\":[{\"id\":\"action_1588882854228\",\"skipTo\":\"45\",\"isError\":false}],\"disabled\":\"1\",\"id\":\"1588882863349\",\"index\":\"0\",\"link\":\"Any\",\"priority\":\"0\",\"terms\":[{\"id\":\"term_1588882854228\",\"field\":\"18\",\"operator\":\"equals\",\"value\":\"Refinance|https:\\u002F\\u002Fwww.jotform.com\\u002Fuploads\\u002FFairwayIMC\\u002Fform_files\\u002Fthicref.5e46d8a7178260.51673750.png\",\"isError\":false}],\"type\":\"page\"},{\"action\":[{\"id\":\"action_0_1588882957541\",\"skipHide\":\"skipTo\",\"skipTo\":\"44\",\"isError\":false}],\"disabled\":\"1\",\"id\":\"1588881902104\",\"index\":\"1\",\"link\":\"Any\",\"priority\":\"1\",\"terms\":[{\"id\":\"term_0_1588882957541\",\"field\":\"25\",\"operator\":\"equals\",\"value\":\"NY\",\"isError\":false},{\"id\":\"term_1_1588882957541\",\"field\":\"25\",\"operator\":\"equals\",\"value\":\"NY\",\"isError\":false},{\"id\":\"term_2_1588882957541\",\"field\":\"25\",\"operator\":\"equals\",\"value\":\"NY\",\"isError\":false},{\"id\":\"term_3_1588882957541\",\"field\":\"25\",\"operator\":\"equals\",\"value\":\"NY\",\"isError\":false}],\"type\":\"page\"},{\"action\":[{\"id\":\"action_0_1588883692036\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"45\"}],\"id\":\"1588880332606\",\"index\":\"3\",\"link\":\"Any\",\"priority\":\"3\",\"terms\":[{\"id\":\"term_0_1588883692036\",\"field\":\"18\",\"operator\":\"equals\",\"value\":\"Refinance|https:\\u002F\\u002Fwww.jotform.com\\u002Fuploads\\u002FFairwayIMC\\u002Fform_files\\u002Fthicref.5e46d8a7178260.51673750.png\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_0_1588883316182\",\"visibility\":\"HideMultiple\",\"isError\":false,\"fields\":[\"18\",\"37\",\"17\",\"3\",\"38\",\"6\",\"7\",\"30\",\"2\",\"22\",\"23\",\"5\",\"21\",\"26\",\"27\",\"39\",\"28\",\"9\",\"32\",\"8\",\"31\",\"29\",\"33\",\"34\",\"12\",\"36\",\"35\",\"40\",\"41\",\"14\",\"16\",\"45\",\"42\",\"43\"]}],\"disabled\":\"1\",\"id\":\"1588879981162\",\"index\":\"4\",\"link\":\"Any\",\"priority\":\"4\",\"terms\":[{\"id\":\"term_0_1588883316182\",\"field\":\"25\",\"operator\":\"equals\",\"value\":\"NY\",\"isError\":false},{\"id\":\"term_1_1588883316182\",\"field\":\"25\",\"operator\":\"equals\",\"value\":\"NY\",\"isError\":false},{\"id\":\"term_2_1588883316182\",\"field\":\"25\",\"operator\":\"equals\",\"value\":\"NY\",\"isError\":false},{\"id\":\"term_3_1588883316182\",\"field\":\"25\",\"operator\":\"equals\",\"value\":\"NY\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_0_1588880118907\",\"visibility\":\"HideMultiple\",\"isError\":false,\"fields\":[\"37\",\"1\",\"19\",\"20\",\"24\",\"38\",\"30\",\"2\",\"22\",\"23\",\"39\",\"28\",\"9\",\"33\",\"34\",\"12\",\"36\"]}],\"id\":\"1587501047952\",\"index\":\"6\",\"link\":\"Any\",\"priority\":\"6\",\"terms\":[{\"id\":\"term_0_1588880118907\",\"field\":\"18\",\"operator\":\"equals\",\"value\":\"Purchase|https:\\u002F\\u002Fwww.jotform.com\\u002Fuploads\\u002FFairwayIMC\\u002Fform_files\\u002Fthicpurch.5e46d575a62971.85905011.png\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_0_1588883741299\",\"visibility\":\"HideMultiple\",\"isError\":false,\"fields\":[\"37\",\"17\",\"3\",\"38\",\"6\",\"7\",\"30\",\"2\",\"22\",\"23\",\"5\",\"21\",\"26\",\"27\",\"39\",\"28\",\"9\",\"32\",\"8\",\"31\",\"29\",\"33\",\"34\",\"12\",\"36\",\"35\",\"40\",\"41\",\"14\",\"16\"]}],\"id\":\"1587500468952\",\"index\":\"7\",\"link\":\"Any\",\"priority\":\"7\",\"terms\":[{\"id\":\"term_0_1588883741299\",\"field\":\"18\",\"operator\":\"equals\",\"value\":\"Refinance|https:\\u002F\\u002Fwww.jotform.com\\u002Fuploads\\u002FFairwayIMC\\u002Fform_files\\u002Fthicref.5e46d8a7178260.51673750.png\",\"isError\":false}],\"type\":\"field\"}]);\n\tJotForm.enterprise = \"fairwaymc.jotform.com\";\n\n\tJotForm.init(function(){\n\tJotForm.newDefaultTheme = false;\n\tJotForm.extendsNewTheme = false;\n\tJotForm.newPaymentUIForNewCreatedForms = false;\n      JotForm.alterTexts({\"ageVerificationError\":\"You must be older than {minAge} years old to submit this form.\",\"alphabetic\":\"This field can only contain letters\",\"alphanumeric\":\"This field can only contain letters and numbers.\",\"ccDonationMinLimitError\":\"Minimum amount is {minAmount} {currency}\",\"ccInvalidCVC\":\"CVC number is invalid.\",\"ccInvalidExpireDate\":\"Expire date is invalid.\",\"ccInvalidNumber\":\"Credit Card Number is invalid.\",\"ccMissingDetails\":\"Please fill up the Credit Card details.\",\"ccMissingDonation\":\"Please enter numeric values for donation amount.\",\"ccMissingProduct\":\"Please select at least one product.\",\"characterLimitError\":\"Too many Characters.  The limit is\",\"characterMinLimitError\":\"Too few characters. The minimum is\",\"confirmClearForm\":\"Are you sure you want to clear the form?\",\"confirmEmail\":\"E-mail does not match\",\"currency\":\"This field can only contain currency values.\",\"cyrillic\":\"This field can only contain cyrillic characters\",\"dateInvalid\":\"This date is not valid. The date format is {format}\",\"dateInvalidSeparate\":\"This date is not valid. Enter a valid {element}.\",\"dateLimited\":\"This date is unavailable.\",\"disallowDecimals\":\"Please enter a whole number.\",\"email\":\"Enter a valid e-mail address\",\"fillMask\":\"Field value must fill mask.\",\"freeEmailError\":\"Free email accounts are not allowed\",\"generalError\":\"There are errors on the form. Please fix them before continuing.\",\"generalPageError\":\"There are errors on this page. Please fix them before continuing.\",\"gradingScoreError\":\"Score total should only be less than or equal to\",\"incompleteFields\":\"There are incomplete required fields. Please complete them.\",\"inputCarretErrorA\":\"Input should not be less than the minimum value:\",\"inputCarretErrorB\":\"Input should not be greater than the maximum value:\",\"lessThan\":\"Your score should be less than or equal to\",\"maxDigitsError\":\"The maximum digits allowed is\",\"maxSelectionsError\":\"The maximum number of selections allowed is \",\"minSelectionsError\":\"The minimum required number of selections is \",\"multipleFileUploads_emptyError\":\"{file} is empty, please select files again without it.\",\"multipleFileUploads_fileLimitError\":\"Only {fileLimit} file uploads allowed.\",\"multipleFileUploads_minSizeError\":\"{file} is too small, minimum file size is {minSizeLimit}.\",\"multipleFileUploads_onLeave\":\"The files are being uploaded, if you leave now the upload will be cancelled.\",\"multipleFileUploads_sizeError\":\"{file} is too large, maximum file size is {sizeLimit}.\",\"multipleFileUploads_typeError\":\"{file} has invalid extension. Only {extensions} are allowed.\",\"nextButtonText\":\"Next\",\"numeric\":\"This field can only contain numeric values\",\"pastDatesDisallowed\":\"Date must not be in the past.\",\"pleaseWait\":\"Reaching out to one of our mortgage professionals\",\"prevButtonText\":\"Back\",\"progressMiddleText\":\"of\",\"required\":\"This field is required.\",\"requireEveryCell\":\"Every cell is required.\",\"requireEveryRow\":\"Every row is required.\",\"requireOne\":\"At least one field required.\",\"reviewBackText\":\"Back to Form\",\"reviewSubmitText\":\"Review and Submit\",\"seeAllText\":\"See All\",\"submissionLimit\":\"Sorry! Only one entry is allowed.  Multiple submissions are disabled for this form.\",\"submitButtonText\":\"See if you qualify!\",\"uploadExtensions\":\"You can only upload following files:\",\"uploadFilesize\":\"File size cannot be bigger than:\",\"uploadFilesizemin\":\"File size cannot be smaller than:\",\"url\":\"This field can only contain a valid URL\",\"wordLimitError\":\"Too many words. The limit is\",\"wordMinLimitError\":\"Too few words.  The minimum is\"});\n\tJotForm.clearFieldOnHide=\"dontClear\";\n\tJotForm.submitError=\"jumpToFirstError\";\n    \n        JotForm.setMatrixLayout(2, false);\n\n    if (window.CardForm && typeof window.CardForm.setInitialSelectionForMatrixSliders === 'function') {window.CardForm.setInitialSelectionForMatrixSliders(2);}\n  JotForm.setMatrixLayout(22, false);\n\n    if (window.CardForm && typeof window.CardForm.setInitialSelectionForMatrixSliders === 'function') {window.CardForm.setInitialSelectionForMatrixSliders(22);}\n  JotForm.setMatrixLayout(23, false);\n\n    if (window.CardForm && typeof window.CardForm.setInitialSelectionForMatrixSliders === 'function') {window.CardForm.setInitialSelectionForMatrixSliders(23);}\n  JotForm.setMatrixLayout(21, false);\n\n    if (window.CardForm && typeof window.CardForm.setInitialSelectionForMatrixSliders === 'function') {window.CardForm.setInitialSelectionForMatrixSliders(21);}\n  JotForm.setMatrixLayout(26, false);\n\n    if (window.CardForm && typeof window.CardForm.setInitialSelectionForMatrixSliders === 'function') {window.CardForm.setInitialSelectionForMatrixSliders(26);}\n  JotForm.setMatrixLayout(9, false);\n\n    if (window.CardForm && typeof window.CardForm.setInitialSelectionForMatrixSliders === 'function') {window.CardForm.setInitialSelectionForMatrixSliders(9);}\n  JotForm.setMatrixLayout(32, false);\n\n    if (window.CardForm && typeof window.CardForm.setInitialSelectionForMatrixSliders === 'function') {window.CardForm.setInitialSelectionForMatrixSliders(32);}\n  JotForm.setMatrixLayout(33, false);\n\n    if (window.CardForm && typeof window.CardForm.setInitialSelectionForMatrixSliders === 'function') {window.CardForm.setInitialSelectionForMatrixSliders(33);}\n  JotForm.setMatrixLayout(34, false);\n\n    if (window.CardForm && typeof window.CardForm.setInitialSelectionForMatrixSliders === 'function') {window.CardForm.setInitialSelectionForMatrixSliders(34);}\n  setTimeout(function(){\n            var _cFieldFrame = document.getElementById(\"customFieldFrame_47\");\n            if (_cFieldFrame) {\n            _cFieldFrame.onload = function(){ if (typeof widgetFrameLoaded !== 'undefined') { widgetFrameLoaded(47, {\"formID\":201105439666151}) } };\n            _cFieldFrame.src = \"\/\/data-widgets.jotform.io\/xverifyEmail\/?qid=47&ref=\" + encodeURIComponent(window.location.protocol + \"\/\/\" + window.location.host);\n            _cFieldFrame.addClassName(\"custom-field-frame-rendered\");\n            }\n        }, 0);JotForm.setPhoneMaskingValidator( 'input_16_full', '(###) ###-####');\n\n        \n\t});\n\n   clearInterval(jsTime);\n }catch(e){}}, 1000);\n\n   JotForm.prepareCalculationsOnTheFly([null,null,{\"description\":\"\",\"name\":\"propertyValue\",\"qid\":\"2\",\"text\":\"Please estimate the value of the property\",\"type\":\"control_matrix\"},{\"description\":\"\",\"name\":\"propertyType\",\"qid\":\"3\",\"text\":\"What kind of home are you purchasing?\",\"type\":\"control_imagechoice\"},null,{\"description\":\"\",\"name\":\"propertyUse\",\"qid\":\"5\",\"text\":\"How will this property be used?\",\"type\":\"control_radio\"},{\"description\":\"\",\"name\":\"isThis\",\"qid\":\"6\",\"text\":\"Is this your first property purchase?\",\"type\":\"control_yesno\"},{\"description\":\"\",\"name\":\"purchasesituation\",\"qid\":\"7\",\"text\":\"What is your current property purchase situation?\",\"type\":\"control_radio\"},{\"description\":\"\",\"name\":\"employment\",\"qid\":\"8\",\"text\":\"What is your employment status?\",\"type\":\"control_radio\"},{\"description\":\"\",\"name\":\"wantsCashOut\",\"qid\":\"9\",\"text\":\"Would you like to borrow additional cash?\",\"type\":\"control_matrix\"},null,null,{\"description\":\"\",\"name\":\"hasfha\",\"qid\":\"12\",\"text\":\"Do you currently have a FHA loan?\",\"type\":\"control_yesno\"},null,null,null,{\"description\":\"Click \\\"See If You Qualify\\\" Below!\\n\u2193\",\"name\":\"phone_home\",\"qid\":\"16\",\"text\":\"What is the best number to reach you at?\",\"type\":\"control_phone\"},{\"description\":\"\",\"name\":\"creditScore\",\"qid\":\"17\",\"text\":\"What is your current credit score?\",\"type\":\"control_imagechoice\"},{\"description\":\"\",\"name\":\"loanPurpose\",\"qid\":\"18\",\"text\":\"Are you looking to purchase or refinance a home?\",\"type\":\"control_imagechoice\"},null,null,{\"description\":\"\",\"name\":\"propertyValue\",\"qid\":\"21\",\"text\":\"What is the purchase price of the new property?\",\"type\":\"control_matrix\"},{\"description\":\"\",\"name\":\"firstmtgbalance\",\"qid\":\"22\",\"text\":\"What is the remaining 1st mortgage balance?\",\"type\":\"control_matrix\"},{\"description\":\"\",\"name\":\"firstmtgrate\",\"qid\":\"23\",\"text\":\"What is your 1st mortgage interest rate?\",\"type\":\"control_matrix\"},null,{\"description\":\"If you do not see your state, we are unfortunately not able to service there at this time.\",\"name\":\"whatState25\",\"qid\":\"25\",\"subLabel\":\"\",\"text\":\"What state are you looking to purchase or refinance in?\",\"type\":\"control_dropdown\"},{\"description\":\"\",\"name\":\"downPayment\",\"qid\":\"26\",\"text\":\"What is your estimated down payment?\",\"type\":\"control_matrix\"},{\"description\":\"\",\"name\":\"TypeRateDesired\",\"qid\":\"27\",\"text\":\"What kind of rate do you prefer?\",\"type\":\"control_imagechoice\"},{\"description\":\"\",\"name\":\"hasSecondMortgage\",\"qid\":\"28\",\"text\":\"Do you have a second mortgage?\",\"type\":\"control_yesno\"},{\"description\":\"\",\"name\":\"proofincome\",\"qid\":\"29\",\"text\":\"Can you show proof of income?\",\"type\":\"control_yesno\"},{\"description\":\"\",\"name\":\"yearPurchased\",\"qid\":\"30\",\"text\":\"What year did you purchase your home?\",\"type\":\"control_radio\"},{\"description\":\"\",\"name\":\"hasBankruptcy\",\"qid\":\"31\",\"text\":\"Bankruptcy, short sale, or foreclosure in the last 3 years?\",\"type\":\"control_yesno\"},{\"description\":\"\",\"name\":\"householdIncome\",\"qid\":\"32\",\"text\":\"What is your gross annual household income?\",\"type\":\"control_matrix\"},{\"description\":\"\",\"name\":\"whatIs33\",\"qid\":\"33\",\"text\":\"What is your average monthly income?\",\"type\":\"control_matrix\"},{\"description\":\"\",\"name\":\"whatAre\",\"qid\":\"34\",\"text\":\"What are your average monthly expenses?\",\"type\":\"control_matrix\"},{\"description\":\"\",\"name\":\"hasAgent\",\"qid\":\"35\",\"text\":\"Are you currently working with a real estate agent?\",\"type\":\"control_yesno\"},{\"description\":\"\",\"name\":\"latemtgpayments\",\"qid\":\"36\",\"text\":\"Any late mortgage payments in the last 12 months?\",\"type\":\"control_radio\"},{\"description\":\"If you do not see your state - we are unfortunately not able to service there at this time.\",\"name\":\"CurrentState\",\"qid\":\"37\",\"subLabel\":\"\",\"text\":\"What state do you live in?\",\"type\":\"control_dropdown\"},{\"description\":\"\",\"name\":\"propertyType\",\"qid\":\"38\",\"text\":\"What kind of home are you refinancing?\",\"type\":\"control_imagechoice\"},{\"description\":\"\",\"name\":\"existing_rate_type\",\"qid\":\"39\",\"text\":\"What kind of rate do you have?\",\"type\":\"control_imagechoice\"},null,null,{\"description\":\"\",\"name\":\"utm_subid\",\"qid\":\"42\",\"subLabel\":\"\",\"text\":\"utm_subid\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"leadid_disclosure\",\"qid\":\"43\",\"subLabel\":\"\",\"text\":\"leadid_token\",\"type\":\"control_textbox\"},null,{\"name\":\"wereSo45\",\"qid\":\"45\",\"text\":\"We're so sorry!\",\"type\":\"control_head\"},{\"description\":\"\",\"name\":\"name\",\"qid\":\"46\",\"text\":\"What is your first and last name?\",\"type\":\"control_fullname\"},{\"description\":\"\",\"name\":\"whatIs\",\"qid\":\"47\",\"text\":\"What is your email address?\",\"type\":\"control_widget\"}]);\n   setTimeout(function() {\nJotForm.paymentExtrasOnTheFly([null,null,{\"description\":\"\",\"name\":\"propertyValue\",\"qid\":\"2\",\"text\":\"Please estimate the value of the property\",\"type\":\"control_matrix\"},{\"description\":\"\",\"name\":\"propertyType\",\"qid\":\"3\",\"text\":\"What kind of home are you purchasing?\",\"type\":\"control_imagechoice\"},null,{\"description\":\"\",\"name\":\"propertyUse\",\"qid\":\"5\",\"text\":\"How will this property be used?\",\"type\":\"control_radio\"},{\"description\":\"\",\"name\":\"isThis\",\"qid\":\"6\",\"text\":\"Is this your first property purchase?\",\"type\":\"control_yesno\"},{\"description\":\"\",\"name\":\"purchasesituation\",\"qid\":\"7\",\"text\":\"What is your current property purchase situation?\",\"type\":\"control_radio\"},{\"description\":\"\",\"name\":\"employment\",\"qid\":\"8\",\"text\":\"What is your employment status?\",\"type\":\"control_radio\"},{\"description\":\"\",\"name\":\"wantsCashOut\",\"qid\":\"9\",\"text\":\"Would you like to borrow additional cash?\",\"type\":\"control_matrix\"},null,null,{\"description\":\"\",\"name\":\"hasfha\",\"qid\":\"12\",\"text\":\"Do you currently have a FHA loan?\",\"type\":\"control_yesno\"},null,null,null,{\"description\":\"Click \\\"See If You Qualify\\\" Below!\\n\u2193\",\"name\":\"phone_home\",\"qid\":\"16\",\"text\":\"What is the best number to reach you at?\",\"type\":\"control_phone\"},{\"description\":\"\",\"name\":\"creditScore\",\"qid\":\"17\",\"text\":\"What is your current credit score?\",\"type\":\"control_imagechoice\"},{\"description\":\"\",\"name\":\"loanPurpose\",\"qid\":\"18\",\"text\":\"Are you looking to purchase or refinance a home?\",\"type\":\"control_imagechoice\"},null,null,{\"description\":\"\",\"name\":\"propertyValue\",\"qid\":\"21\",\"text\":\"What is the purchase price of the new property?\",\"type\":\"control_matrix\"},{\"description\":\"\",\"name\":\"firstmtgbalance\",\"qid\":\"22\",\"text\":\"What is the remaining 1st mortgage balance?\",\"type\":\"control_matrix\"},{\"description\":\"\",\"name\":\"firstmtgrate\",\"qid\":\"23\",\"text\":\"What is your 1st mortgage interest rate?\",\"type\":\"control_matrix\"},null,{\"description\":\"If you do not see your state, we are unfortunately not able to service there at this time.\",\"name\":\"whatState25\",\"qid\":\"25\",\"subLabel\":\"\",\"text\":\"What state are you looking to purchase or refinance in?\",\"type\":\"control_dropdown\"},{\"description\":\"\",\"name\":\"downPayment\",\"qid\":\"26\",\"text\":\"What is your estimated down payment?\",\"type\":\"control_matrix\"},{\"description\":\"\",\"name\":\"TypeRateDesired\",\"qid\":\"27\",\"text\":\"What kind of rate do you prefer?\",\"type\":\"control_imagechoice\"},{\"description\":\"\",\"name\":\"hasSecondMortgage\",\"qid\":\"28\",\"text\":\"Do you have a second mortgage?\",\"type\":\"control_yesno\"},{\"description\":\"\",\"name\":\"proofincome\",\"qid\":\"29\",\"text\":\"Can you show proof of income?\",\"type\":\"control_yesno\"},{\"description\":\"\",\"name\":\"yearPurchased\",\"qid\":\"30\",\"text\":\"What year did you purchase your home?\",\"type\":\"control_radio\"},{\"description\":\"\",\"name\":\"hasBankruptcy\",\"qid\":\"31\",\"text\":\"Bankruptcy, short sale, or foreclosure in the last 3 years?\",\"type\":\"control_yesno\"},{\"description\":\"\",\"name\":\"householdIncome\",\"qid\":\"32\",\"text\":\"What is your gross annual household income?\",\"type\":\"control_matrix\"},{\"description\":\"\",\"name\":\"whatIs33\",\"qid\":\"33\",\"text\":\"What is your average monthly income?\",\"type\":\"control_matrix\"},{\"description\":\"\",\"name\":\"whatAre\",\"qid\":\"34\",\"text\":\"What are your average monthly expenses?\",\"type\":\"control_matrix\"},{\"description\":\"\",\"name\":\"hasAgent\",\"qid\":\"35\",\"text\":\"Are you currently working with a real estate agent?\",\"type\":\"control_yesno\"},{\"description\":\"\",\"name\":\"latemtgpayments\",\"qid\":\"36\",\"text\":\"Any late mortgage payments in the last 12 months?\",\"type\":\"control_radio\"},{\"description\":\"If you do not see your state - we are unfortunately not able to service there at this time.\",\"name\":\"CurrentState\",\"qid\":\"37\",\"subLabel\":\"\",\"text\":\"What state do you live in?\",\"type\":\"control_dropdown\"},{\"description\":\"\",\"name\":\"propertyType\",\"qid\":\"38\",\"text\":\"What kind of home are you refinancing?\",\"type\":\"control_imagechoice\"},{\"description\":\"\",\"name\":\"existing_rate_type\",\"qid\":\"39\",\"text\":\"What kind of rate do you have?\",\"type\":\"control_imagechoice\"},null,null,{\"description\":\"\",\"name\":\"utm_subid\",\"qid\":\"42\",\"subLabel\":\"\",\"text\":\"utm_subid\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"leadid_disclosure\",\"qid\":\"43\",\"subLabel\":\"\",\"text\":\"leadid_token\",\"type\":\"control_textbox\"},null,{\"name\":\"wereSo45\",\"qid\":\"45\",\"text\":\"We're so sorry!\",\"type\":\"control_head\"},{\"description\":\"\",\"name\":\"name\",\"qid\":\"46\",\"text\":\"What is your first and last name?\",\"type\":\"control_fullname\"},{\"description\":\"\",\"name\":\"whatIs\",\"qid\":\"47\",\"text\":\"What is your email address?\",\"type\":\"control_widget\"}]);}, 20); \n<\/script>\n\n      <\/div><div class=\"jfForm-wrapper\"><div class=\"jfForm-backgroundContainer\"><\/div><div class=\"jfForm-backgroundUnderlay\"><\/div><div class=\"jfForm-backgroundOverlay\"><\/div><div class=\"jfForm-background\"><div class=\"jfForm-background-mask\"><\/div><\/div><div class=\"jfWelcome-wrapper\" role=\"banner\"><div class=\"jfWelcome\"><div id=\"header_welcomePage\" class=\"jfWelcome-header form-header\" data-component=\"header\" style=\"opacity:0\">Nerdwallet State Option Funnel<\/div><div id=\"subHeader_welcomePage\" class=\"jfWelcome-description form-subHeader\"><\/div><div class=\"jfWelcome-sectionInfo\"><span class=\"jfWelcome-sectionInfo-questionCount\"><\/span><span class=\"jfWelcome-sectionInfo-text\"><\/span><\/div><div class=\"jfWelcome-buttonWrapper\"><button class=\"jfWelcome-button\" id=\"jfCard-welcome-previous\" style=\"display:none\"><\/button><\/div><div class=\"jfWelcome-buttonWrapper\"><button class=\"jfWelcome-button\" id=\"jfCard-welcome-start\" style=\"display:none\"><\/button><\/div><\/div><\/div><form role=\"main\" class=\"jotform-form\" id=\"201105439666151\" name=\"form_201105439666151\" action=\"https:\/\/fairwaymc.jotform.com\/submit\/201105439666151\/\" method=\"post\" autoComplete=\"on\"><input type=\"hidden\" name=\"formID\" value=\"201105439666151\"\/><ul class=\"jfForm-all form-section page-section form-all\" id=\"cardAnimationWrapper\"><li class=\"form-line\" data-type=\"control_dropdown\" id=\"id_25\"><div id=\"cid_25\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_dropdown\"><div class=\"jfCard-index\"><div>1<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_25\" class=\"jfQuestion-label isCenterAlign\" id=\"label_25\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">What state are you looking to purchase or refinance in?<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_25_description\"><span>If you do not see your state, we are unfortunately not able to service there at this time.<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\"><div class=\"jfField\" aria-hidden=\"false\"><select name=\"q25_whatState25\" data-component=\"dropdown\" required=\"\" id=\"input_25\" tabindex=\"-1\" class=\"form-dropdown validate[required]\" aria-labelledby=\"label_25 sublabel_input_25\"><option selected=\"\" value=\"\"><\/option><option value=\"AL\">AL<\/option><option value=\"AZ\">AZ<\/option><option value=\"CA\">CA<\/option><option value=\"CO\">CO<\/option><option value=\"CT\">CT<\/option><option value=\"DE\">DE<\/option><option value=\"FL\">FL<\/option><option value=\"GA\">GA<\/option><option value=\"ID\">ID<\/option><option value=\"IL\">IL<\/option><option value=\"IN\">IN<\/option><option value=\"KS\">KS<\/option><option value=\"ME\">ME<\/option><option value=\"MD\">MD<\/option><option value=\"MA\">MA<\/option><option value=\"MI\">MI<\/option><option value=\"MN\">MN<\/option><option value=\"NV\">NV<\/option><option value=\"NH\">NH<\/option><option value=\"NC\">NC<\/option><option value=\"NY\">NY<\/option><option value=\"OH\">OH<\/option><option value=\"OR\">OR<\/option><option value=\"SC\">SC<\/option><option value=\"SD\">SD<\/option><option value=\"TN\">TN<\/option><option value=\"TX\">TX<\/option><option value=\"UT\">UT<\/option><option value=\"VA\">VA<\/option><option value=\"WA\">WA<\/option><option value=\"WI\">WI<\/option><option value=\"WY\">WY<\/option><\/select><div class=\"jfInput-dropdown hasSearch isDrawer\" datatype=\"multiselect\" role=\"presentation\"><div class=\"jfDropdown-wrapper\" tabindex=\"0\" role=\"button\" aria-haspopup=\"true\" aria-labelledby=\"label_25 sublabel_input_25 jfDropdown-chip-input_25\"><div class=\"jfDropdown-chipContainer\"><span class=\"jfDropdown-chip isSingle\" id=\"jfDropdown-chip-input_25\" style=\"display:none\"><\/span><div class=\"jfDropdown-searchWrapper\"><input type=\"text\" class=\"form-textbox jfDropdown-search\" name=\"dropdown_search\" autoComplete=\"off\" placeholder=\"Search\" aria-label=\"Search\" value=\"\"\/><\/div><\/div><span class=\"jfDropdown-toggle\"><\/span><\/div><div id=\"jfDropdown-optionList-25\" class=\"jfDropdown-optionListWrapper forDrawer\"><ul name=\"q25_whatState25\" data-component=\"dropdown\" required=\"\" role=\"listbox\" class=\"jfDropdown-optionList form-dropdown\"><li role=\"option\" style=\"height:36px\" data-value=\"\" class=\"jfDropdown-optionListItem\"><\/li><li role=\"option\" data-value=\"AL\" class=\"jfDropdown-optionListItem\">AL<\/li><li role=\"option\" data-value=\"AZ\" class=\"jfDropdown-optionListItem\">AZ<\/li><li role=\"option\" data-value=\"CA\" class=\"jfDropdown-optionListItem\">CA<\/li><li role=\"option\" data-value=\"CO\" class=\"jfDropdown-optionListItem\">CO<\/li><li role=\"option\" data-value=\"CT\" class=\"jfDropdown-optionListItem\">CT<\/li><li role=\"option\" data-value=\"DE\" class=\"jfDropdown-optionListItem\">DE<\/li><li role=\"option\" data-value=\"FL\" class=\"jfDropdown-optionListItem\">FL<\/li><li role=\"option\" data-value=\"GA\" class=\"jfDropdown-optionListItem\">GA<\/li><li role=\"option\" data-value=\"ID\" class=\"jfDropdown-optionListItem\">ID<\/li><li role=\"option\" data-value=\"IL\" class=\"jfDropdown-optionListItem\">IL<\/li><li role=\"option\" data-value=\"IN\" class=\"jfDropdown-optionListItem\">IN<\/li><li role=\"option\" data-value=\"KS\" class=\"jfDropdown-optionListItem\">KS<\/li><li role=\"option\" data-value=\"ME\" class=\"jfDropdown-optionListItem\">ME<\/li><li role=\"option\" data-value=\"MD\" class=\"jfDropdown-optionListItem\">MD<\/li><li role=\"option\" data-value=\"MA\" class=\"jfDropdown-optionListItem\">MA<\/li><li role=\"option\" data-value=\"MI\" class=\"jfDropdown-optionListItem\">MI<\/li><li role=\"option\" data-value=\"MN\" class=\"jfDropdown-optionListItem\">MN<\/li><li role=\"option\" data-value=\"NV\" class=\"jfDropdown-optionListItem\">NV<\/li><li role=\"option\" data-value=\"NH\" class=\"jfDropdown-optionListItem\">NH<\/li><li role=\"option\" data-value=\"NC\" class=\"jfDropdown-optionListItem\">NC<\/li><li role=\"option\" data-value=\"NY\" class=\"jfDropdown-optionListItem\">NY<\/li><li role=\"option\" data-value=\"OH\" class=\"jfDropdown-optionListItem\">OH<\/li><li role=\"option\" data-value=\"OR\" class=\"jfDropdown-optionListItem\">OR<\/li><li role=\"option\" data-value=\"SC\" class=\"jfDropdown-optionListItem\">SC<\/li><li role=\"option\" data-value=\"SD\" class=\"jfDropdown-optionListItem\">SD<\/li><li role=\"option\" data-value=\"TN\" class=\"jfDropdown-optionListItem\">TN<\/li><li role=\"option\" data-value=\"TX\" class=\"jfDropdown-optionListItem\">TX<\/li><li role=\"option\" data-value=\"UT\" class=\"jfDropdown-optionListItem\">UT<\/li><li role=\"option\" data-value=\"VA\" class=\"jfDropdown-optionListItem\">VA<\/li><li role=\"option\" data-value=\"WA\" class=\"jfDropdown-optionListItem\">WA<\/li><li role=\"option\" data-value=\"WI\" class=\"jfDropdown-optionListItem\">WI<\/li><li role=\"option\" data-value=\"WY\" class=\"jfDropdown-optionListItem\">WY<\/li><\/ul><\/div><\/div><label class=\"jfField-sublabel \" for=\"input_25\"><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:none\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Back\">Back<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"See if you qualify!\">See if you qualify!<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_imagechoice\" id=\"id_18\"><div id=\"cid_18\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_imagechoice\"><div class=\"jfCard-index\"><div>2<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_18\" class=\"jfQuestion-label isCenterAlign\" id=\"label_18\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Are you looking to purchase or refinance a home?<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_18_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_18\" class=\"jfQuestion-fields form-multiple-column\" data-columncount=\"2\" data-component=\"radio\"><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_18_0\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q18_loanPurpose[]\" value=\"Purchase|https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/thicpurch.5e46d575a62971.85905011.png\" id=\"input_18_0\" required=\"\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/thicpurch.5e46d575a62971.85905011.png&quot;)\"><img alt=\"Purchase\" src=\"https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/thicpurch.5e46d575a62971.85905011.png\" style=\"display:none\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\"\/><span class=\"jfRadio-labelText\">Purchase<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_18_1\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q18_loanPurpose[]\" value=\"Refinance|https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/thicref.5e46d8a7178260.51673750.png\" id=\"input_18_1\" required=\"\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/thicref.5e46d8a7178260.51673750.png&quot;)\"><img alt=\"Refinance\" src=\"https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/thicref.5e46d8a7178260.51673750.png\" style=\"display:none\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\"\/><span class=\"jfRadio-labelText\">Refinance<\/span><\/div><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Back\">Back<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"See if you qualify!\">See if you qualify!<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_dropdown\" id=\"id_37\"><div id=\"cid_37\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_dropdown\"><div class=\"jfCard-index\"><div>3<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_37\" class=\"jfQuestion-label isCenterAlign\" id=\"label_37\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">What state do you live in?<\/span><\/label><span class=\"jfQuestion-description\" id=\"input_37_description\"><span>If you do not see your state - we are unfortunately not able to service there at this time.<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\"><div class=\"jfField\" aria-hidden=\"false\"><select name=\"q37_CurrentState\" data-component=\"dropdown\" id=\"input_37\" tabindex=\"-1\" class=\"form-dropdown\" aria-labelledby=\"label_37 sublabel_input_37\"><option selected=\"\" value=\"\"><\/option><option value=\"Alabama\">Alabama<\/option><option value=\"Alaska\">Alaska<\/option><option value=\"Arizona\">Arizona<\/option><option value=\"Arkansas\">Arkansas<\/option><option value=\"California\">California<\/option><option value=\"Colorado\">Colorado<\/option><option value=\"Connecticut\">Connecticut<\/option><option value=\"Delaware\">Delaware<\/option><option value=\"District of Columbia\">District of Columbia<\/option><option value=\"Florida\">Florida<\/option><option value=\"Georgia\">Georgia<\/option><option value=\"Hawaii\">Hawaii<\/option><option value=\"Idaho\">Idaho<\/option><option value=\"Illinois\">Illinois<\/option><option value=\"Indiana\">Indiana<\/option><option value=\"Iowa\">Iowa<\/option><option value=\"Kansas\">Kansas<\/option><option value=\"Kentucky\">Kentucky<\/option><option value=\"Louisiana\">Louisiana<\/option><option value=\"Maine\">Maine<\/option><option value=\"Maryland\">Maryland<\/option><option value=\"Massachusetts\">Massachusetts<\/option><option value=\"Michigan\">Michigan<\/option><option value=\"Minnesota\">Minnesota<\/option><option value=\"Mississippi\">Mississippi<\/option><option value=\"Missouri\">Missouri<\/option><option value=\"Montana\">Montana<\/option><option value=\"Nebraska\">Nebraska<\/option><option value=\"Nevada\">Nevada<\/option><option value=\"New Hampshire\">New Hampshire<\/option><option value=\"New Jersey\">New Jersey<\/option><option value=\"New Mexico\">New Mexico<\/option><option value=\"New York\">New York<\/option><option value=\"North Carolina\">North Carolina<\/option><option value=\"North Dakota\">North Dakota<\/option><option value=\"Ohio\">Ohio<\/option><option value=\"Oklahoma\">Oklahoma<\/option><option value=\"Oregon\">Oregon<\/option><option value=\"Pennsylvania\">Pennsylvania<\/option><option value=\"Puerto Rico\">Puerto Rico<\/option><option value=\"Rhode Island\">Rhode Island<\/option><option value=\"South Carolina\">South Carolina<\/option><option value=\"South Dakota\">South Dakota<\/option><option value=\"Tennessee\">Tennessee<\/option><option value=\"Texas\">Texas<\/option><option value=\"Utah\">Utah<\/option><option value=\"Vermont\">Vermont<\/option><option value=\"Virgin Islands\">Virgin Islands<\/option><option value=\"Virginia\">Virginia<\/option><option value=\"Washington\">Washington<\/option><option value=\"West Virginia\">West Virginia<\/option><option value=\"Wisconsin\">Wisconsin<\/option><option value=\"Wyoming\">Wyoming<\/option><\/select><div class=\"jfInput-dropdown hasSearch isDrawer\" datatype=\"multiselect\" role=\"presentation\"><div class=\"jfDropdown-wrapper\" tabindex=\"0\" role=\"button\" aria-haspopup=\"true\" aria-labelledby=\"label_37 sublabel_input_37 jfDropdown-chip-input_37\"><div class=\"jfDropdown-chipContainer\"><span class=\"jfDropdown-chip isSingle\" id=\"jfDropdown-chip-input_37\" style=\"display:none\"><\/span><div class=\"jfDropdown-searchWrapper\"><input type=\"text\" class=\"form-textbox jfDropdown-search\" name=\"dropdown_search\" autoComplete=\"off\" placeholder=\"Search\" aria-label=\"Search\" value=\"\"\/><\/div><\/div><span class=\"jfDropdown-toggle\"><\/span><\/div><div id=\"jfDropdown-optionList-37\" class=\"jfDropdown-optionListWrapper forDrawer\"><ul name=\"q37_CurrentState\" data-component=\"dropdown\" role=\"listbox\" class=\"jfDropdown-optionList form-dropdown\"><li role=\"option\" style=\"height:36px\" data-value=\"\" class=\"jfDropdown-optionListItem\"><\/li><li role=\"option\" data-value=\"Alabama\" class=\"jfDropdown-optionListItem\">Alabama<\/li><li role=\"option\" data-value=\"Alaska\" class=\"jfDropdown-optionListItem\">Alaska<\/li><li role=\"option\" data-value=\"Arizona\" class=\"jfDropdown-optionListItem\">Arizona<\/li><li role=\"option\" data-value=\"Arkansas\" class=\"jfDropdown-optionListItem\">Arkansas<\/li><li role=\"option\" data-value=\"California\" class=\"jfDropdown-optionListItem\">California<\/li><li role=\"option\" data-value=\"Colorado\" class=\"jfDropdown-optionListItem\">Colorado<\/li><li role=\"option\" data-value=\"Connecticut\" class=\"jfDropdown-optionListItem\">Connecticut<\/li><li role=\"option\" data-value=\"Delaware\" class=\"jfDropdown-optionListItem\">Delaware<\/li><li role=\"option\" data-value=\"District of Columbia\" class=\"jfDropdown-optionListItem\">District of Columbia<\/li><li role=\"option\" data-value=\"Florida\" class=\"jfDropdown-optionListItem\">Florida<\/li><li role=\"option\" data-value=\"Georgia\" class=\"jfDropdown-optionListItem\">Georgia<\/li><li role=\"option\" data-value=\"Hawaii\" class=\"jfDropdown-optionListItem\">Hawaii<\/li><li role=\"option\" data-value=\"Idaho\" class=\"jfDropdown-optionListItem\">Idaho<\/li><li role=\"option\" data-value=\"Illinois\" class=\"jfDropdown-optionListItem\">Illinois<\/li><li role=\"option\" data-value=\"Indiana\" class=\"jfDropdown-optionListItem\">Indiana<\/li><li role=\"option\" data-value=\"Iowa\" class=\"jfDropdown-optionListItem\">Iowa<\/li><li role=\"option\" data-value=\"Kansas\" class=\"jfDropdown-optionListItem\">Kansas<\/li><li role=\"option\" data-value=\"Kentucky\" class=\"jfDropdown-optionListItem\">Kentucky<\/li><li role=\"option\" data-value=\"Louisiana\" class=\"jfDropdown-optionListItem\">Louisiana<\/li><li role=\"option\" data-value=\"Maine\" class=\"jfDropdown-optionListItem\">Maine<\/li><li role=\"option\" data-value=\"Maryland\" class=\"jfDropdown-optionListItem\">Maryland<\/li><li role=\"option\" data-value=\"Massachusetts\" class=\"jfDropdown-optionListItem\">Massachusetts<\/li><li role=\"option\" data-value=\"Michigan\" class=\"jfDropdown-optionListItem\">Michigan<\/li><li role=\"option\" data-value=\"Minnesota\" class=\"jfDropdown-optionListItem\">Minnesota<\/li><li role=\"option\" data-value=\"Mississippi\" class=\"jfDropdown-optionListItem\">Mississippi<\/li><li role=\"option\" data-value=\"Missouri\" class=\"jfDropdown-optionListItem\">Missouri<\/li><li role=\"option\" data-value=\"Montana\" class=\"jfDropdown-optionListItem\">Montana<\/li><li role=\"option\" data-value=\"Nebraska\" class=\"jfDropdown-optionListItem\">Nebraska<\/li><li role=\"option\" data-value=\"Nevada\" class=\"jfDropdown-optionListItem\">Nevada<\/li><li role=\"option\" data-value=\"New Hampshire\" class=\"jfDropdown-optionListItem\">New Hampshire<\/li><li role=\"option\" data-value=\"New Jersey\" class=\"jfDropdown-optionListItem\">New Jersey<\/li><li role=\"option\" data-value=\"New Mexico\" class=\"jfDropdown-optionListItem\">New Mexico<\/li><li role=\"option\" data-value=\"New York\" class=\"jfDropdown-optionListItem\">New York<\/li><li role=\"option\" data-value=\"North Carolina\" class=\"jfDropdown-optionListItem\">North Carolina<\/li><li role=\"option\" data-value=\"North Dakota\" class=\"jfDropdown-optionListItem\">North Dakota<\/li><li role=\"option\" data-value=\"Ohio\" class=\"jfDropdown-optionListItem\">Ohio<\/li><li role=\"option\" data-value=\"Oklahoma\" class=\"jfDropdown-optionListItem\">Oklahoma<\/li><li role=\"option\" data-value=\"Oregon\" class=\"jfDropdown-optionListItem\">Oregon<\/li><li role=\"option\" data-value=\"Pennsylvania\" class=\"jfDropdown-optionListItem\">Pennsylvania<\/li><li role=\"option\" data-value=\"Puerto Rico\" class=\"jfDropdown-optionListItem\">Puerto Rico<\/li><li role=\"option\" data-value=\"Rhode Island\" class=\"jfDropdown-optionListItem\">Rhode Island<\/li><li role=\"option\" data-value=\"South Carolina\" class=\"jfDropdown-optionListItem\">South Carolina<\/li><li role=\"option\" data-value=\"South Dakota\" class=\"jfDropdown-optionListItem\">South Dakota<\/li><li role=\"option\" data-value=\"Tennessee\" class=\"jfDropdown-optionListItem\">Tennessee<\/li><li role=\"option\" data-value=\"Texas\" class=\"jfDropdown-optionListItem\">Texas<\/li><li role=\"option\" data-value=\"Utah\" class=\"jfDropdown-optionListItem\">Utah<\/li><li role=\"option\" data-value=\"Vermont\" class=\"jfDropdown-optionListItem\">Vermont<\/li><li role=\"option\" data-value=\"Virgin Islands\" class=\"jfDropdown-optionListItem\">Virgin Islands<\/li><li role=\"option\" data-value=\"Virginia\" class=\"jfDropdown-optionListItem\">Virginia<\/li><li role=\"option\" data-value=\"Washington\" class=\"jfDropdown-optionListItem\">Washington<\/li><li role=\"option\" data-value=\"West Virginia\" class=\"jfDropdown-optionListItem\">West Virginia<\/li><li role=\"option\" data-value=\"Wisconsin\" class=\"jfDropdown-optionListItem\">Wisconsin<\/li><li role=\"option\" data-value=\"Wyoming\" class=\"jfDropdown-optionListItem\">Wyoming<\/li><\/ul><\/div><\/div><label class=\"jfField-sublabel \" for=\"input_37\"><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Back\">Back<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"See if you qualify!\">See if you qualify!<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_imagechoice\" id=\"id_17\"><div id=\"cid_17\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_imagechoice\"><div class=\"jfCard-index\"><div>4<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_17\" class=\"jfQuestion-label isCenterAlign\" id=\"label_17\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">What is your current credit score?<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_17_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_17\" class=\"jfQuestion-fields form-multiple-column\" data-columncount=\"4\" data-component=\"radio\"><div class=\"jfField form-radio-item\"><label data-id=\"label_input_17_0\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q17_creditScore[]\" value=\"Excellent 740+|https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/first.5e9f46b73290d7.58623256.png\" id=\"input_17_0\" required=\"\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/first.5e9f46b73290d7.58623256.png&quot;)\"><img alt=\"Excellent 740+\" src=\"https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/first.5e9f46b73290d7.58623256.png\" style=\"display:none\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\"\/><span class=\"jfRadio-labelText\">Excellent 740+<\/span><\/div><\/label><\/div><div class=\"jfField form-radio-item\"><label data-id=\"label_input_17_1\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q17_creditScore[]\" value=\"Good 700-739|https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/second.5e9f46d4686539.68500547.png\" id=\"input_17_1\" required=\"\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/second.5e9f46d4686539.68500547.png&quot;)\"><img alt=\"Good 700-739\" src=\"https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/second.5e9f46d4686539.68500547.png\" style=\"display:none\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\"\/><span class=\"jfRadio-labelText\">Good 700-739<\/span><\/div><\/label><\/div><div class=\"jfField form-radio-item\"><label data-id=\"label_input_17_2\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q17_creditScore[]\" value=\"Average 660-699|https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/third.5e9f46e9020593.90389710.png\" id=\"input_17_2\" required=\"\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/third.5e9f46e9020593.90389710.png&quot;)\"><img alt=\"Average 660-699\" src=\"https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/third.5e9f46e9020593.90389710.png\" style=\"display:none\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\"\/><span class=\"jfRadio-labelText\">Average 660-699<\/span><\/div><\/label><\/div><div class=\"jfField form-radio-item\"><label data-id=\"label_input_17_3\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q17_creditScore[]\" value=\"Fair 600-659|https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/fourth.5e9f46f9073310.95293748.png\" id=\"input_17_3\" required=\"\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/fourth.5e9f46f9073310.95293748.png&quot;)\"><img alt=\"Fair 600-659\" src=\"https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/fourth.5e9f46f9073310.95293748.png\" style=\"display:none\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\"\/><span class=\"jfRadio-labelText\">Fair 600-659<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_17_4\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q17_creditScore[]\" value=\"Poor &lt; 600|https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/fifth.5e9f470c4283e1.96199429.png\" id=\"input_17_4\" required=\"\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/fifth.5e9f470c4283e1.96199429.png&quot;)\"><img alt=\"Poor &lt; 600\" src=\"https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/fifth.5e9f470c4283e1.96199429.png\" style=\"display:none\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\"\/><span class=\"jfRadio-labelText\">Poor &lt; 600<\/span><\/div><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Back\">Back<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"See if you qualify!\">See if you qualify!<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_imagechoice\" id=\"id_3\"><div id=\"cid_3\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_imagechoice\"><div class=\"jfCard-index\"><div>5<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_3\" class=\"jfQuestion-label isCenterAlign\" id=\"label_3\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">What kind of home are you purchasing?<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_3_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_3\" class=\"jfQuestion-fields form-multiple-column\" data-columncount=\"4\" data-component=\"radio\"><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_3_0\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q3_propertyType[]\" value=\"Single Family|https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/sing%20fam.5e46d9a3b347f7.81272226.png\" id=\"input_3_0\" required=\"\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/sing%20fam.5e46d9a3b347f7.81272226.png&quot;)\"><img alt=\"Single Family\" src=\"https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/sing%20fam.5e46d9a3b347f7.81272226.png\" style=\"display:none\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\"\/><span class=\"jfRadio-labelText\">Single Family<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_3_1\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q3_propertyType[]\" value=\"Townhome|https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/new%20town.5e46d9df2e4208.08063579.png\" id=\"input_3_1\" required=\"\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/new%20town.5e46d9df2e4208.08063579.png&quot;)\"><img alt=\"Townhome\" src=\"https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/new%20town.5e46d9df2e4208.08063579.png\" style=\"display:none\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\"\/><span class=\"jfRadio-labelText\">Townhome<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_3_2\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q3_propertyType[]\" value=\"Condominium|https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/new%20condo.5e46d9e91f8092.03520227.png\" id=\"input_3_2\" required=\"\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/new%20condo.5e46d9e91f8092.03520227.png&quot;)\"><img alt=\"Condominium\" src=\"https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/new%20condo.5e46d9e91f8092.03520227.png\" style=\"display:none\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\"\/><span class=\"jfRadio-labelText\">Condominium<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_3_3\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q3_propertyType[]\" value=\"Multi-Family Home|https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/multi%20fam%202.5e9f4a0c4ea7f6.45122944.png\" id=\"input_3_3\" required=\"\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/multi%20fam%202.5e9f4a0c4ea7f6.45122944.png&quot;)\"><img alt=\"Multi-Family Home\" src=\"https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/multi%20fam%202.5e9f4a0c4ea7f6.45122944.png\" style=\"display:none\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\"\/><span class=\"jfRadio-labelText\">Multi-Family Home<\/span><\/div><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Back\">Back<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"See if you qualify!\">See if you qualify!<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_imagechoice\" id=\"id_38\"><div id=\"cid_38\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_imagechoice\"><div class=\"jfCard-index\"><div>6<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_38\" class=\"jfQuestion-label isCenterAlign\" id=\"label_38\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">What kind of home are you refinancing?<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_38_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_38\" class=\"jfQuestion-fields form-multiple-column\" data-columncount=\"4\" data-component=\"radio\"><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_38_0\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q38_propertyType[]\" value=\"Single Family|https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/sing%20fam.5e46d9a3b347f7.81272226.png\" id=\"input_38_0\" required=\"\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/sing%20fam.5e46d9a3b347f7.81272226.png&quot;)\"><img alt=\"Single Family\" src=\"https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/sing%20fam.5e46d9a3b347f7.81272226.png\" style=\"display:none\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\"\/><span class=\"jfRadio-labelText\">Single Family<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_38_1\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q38_propertyType[]\" value=\"Townhome|https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/new%20town.5e46d9df2e4208.08063579.png\" id=\"input_38_1\" required=\"\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/new%20town.5e46d9df2e4208.08063579.png&quot;)\"><img alt=\"Townhome\" src=\"https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/new%20town.5e46d9df2e4208.08063579.png\" style=\"display:none\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\"\/><span class=\"jfRadio-labelText\">Townhome<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_38_2\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q38_propertyType[]\" value=\"Condominium|https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/new%20condo.5e46d9e91f8092.03520227.png\" id=\"input_38_2\" required=\"\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/new%20condo.5e46d9e91f8092.03520227.png&quot;)\"><img alt=\"Condominium\" src=\"https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/new%20condo.5e46d9e91f8092.03520227.png\" style=\"display:none\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\"\/><span class=\"jfRadio-labelText\">Condominium<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_38_3\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q38_propertyType[]\" value=\"Multi-Family Home|https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/multi%20fam%202.5e9f4a0c4ea7f6.45122944.png\" id=\"input_38_3\" required=\"\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/multi%20fam%202.5e9f4a0c4ea7f6.45122944.png&quot;)\"><img alt=\"Multi-Family Home\" src=\"https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/multi%20fam%202.5e9f4a0c4ea7f6.45122944.png\" style=\"display:none\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\"\/><span class=\"jfRadio-labelText\">Multi-Family Home<\/span><\/div><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Back\">Back<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"See if you qualify!\">See if you qualify!<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_yesno\" id=\"id_6\"><div id=\"cid_6\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_yesno\"><div class=\"jfCard-index\"><div>7<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_6\" class=\"jfQuestion-label isCenterAlign\" id=\"label_6\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Is this your first property purchase?<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_6_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-wrapper-react=\"true\"><div class=\"jfField\" role=\"group\" aria-labelledby=\"label_6\"><label class=\"jfYesno\" tabindex=\"0\" role=\"radio\" aria-checked=\"false\"><input type=\"radio\" class=\"jfYesno-input form-radio validate[required] jsToggle\" value=\"YES\" id=\"input_input_6_0\" name=\"q6_isThis\"\/><span class=\"jfYesno-label\">YES<\/span><\/label><label class=\"jfYesno\" tabindex=\"0\" role=\"radio\" aria-checked=\"false\"><input type=\"radio\" class=\"jfYesno-input form-radio validate[required] jsToggle\" value=\"NO\" id=\"input_input_6_1\" name=\"q6_isThis\"\/><span class=\"jfYesno-label\">NO<\/span><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Back\">Back<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"See if you qualify!\">See if you qualify!<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_radio\" id=\"id_7\"><div id=\"cid_7\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_radio\"><div class=\"jfCard-index\"><div>8<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_7\" class=\"jfQuestion-label isCenterAlign\" id=\"label_7\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">What is your current property purchase situation?<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_7_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_7\" class=\"jfQuestion-fields form-multiple-column\" data-columncount=\"2\" data-component=\"radio\"><div class=\"jfField form-radio-item\"><label data-id=\"label_input_7_0\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q7_purchasesituation\" value=\"Signed a Purchase Agreement\" id=\"input_7_0\" required=\"\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\"\/><span class=\"jfRadio-labelText\">Signed a Purchase Agreement<\/span><\/div><\/label><\/div><div class=\"jfField form-radio-item\"><label data-id=\"label_input_7_1\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q7_purchasesituation\" value=\"Buying in 2-6 Months\" id=\"input_7_1\" required=\"\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\"\/><span class=\"jfRadio-labelText\">Buying in 2-6 Months<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_7_2\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q7_purchasesituation\" value=\"Offer Pending \/ Found Property\" id=\"input_7_2\" required=\"\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\"\/><span class=\"jfRadio-labelText\">Offer Pending \/ Found Property<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_7_3\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q7_purchasesituation\" value=\"Researching Options\" id=\"input_7_3\" required=\"\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\"\/><span class=\"jfRadio-labelText\">Researching Options<\/span><\/div><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Back\">Back<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"See if you qualify!\">See if you qualify!<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_radio\" id=\"id_30\"><div id=\"cid_30\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_radio\"><div class=\"jfCard-index\"><div>9<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_30\" class=\"jfQuestion-label isCenterAlign\" id=\"label_30\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">What year did you purchase your home?<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_30_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_30\" class=\"jfQuestion-fields form-multiple-column\" data-columncount=\"2\" data-component=\"radio\"><div class=\"jfField form-radio-item\"><label data-id=\"label_input_30_0\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q30_yearPurchased\" value=\"2010-2020\" id=\"input_30_0\" required=\"\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\"\/><span class=\"jfRadio-labelText\">2010-2020<\/span><\/div><\/label><\/div><div class=\"jfField form-radio-item\"><label data-id=\"label_input_30_1\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q30_yearPurchased\" value=\"2000-2009\" id=\"input_30_1\" required=\"\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\"\/><span class=\"jfRadio-labelText\">2000-2009<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_30_2\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q30_yearPurchased\" value=\"1990-1999\" id=\"input_30_2\" required=\"\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\"\/><span class=\"jfRadio-labelText\">1990-1999<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_30_3\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q30_yearPurchased\" value=\"Before 1990\" id=\"input_30_3\" required=\"\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\"\/><span class=\"jfRadio-labelText\">Before 1990<\/span><\/div><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Back\">Back<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"See if you qualify!\">See if you qualify!<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_matrix\" id=\"id_2\"><div id=\"cid_2\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_matrix\"><div class=\"jfCard-index\"><div>10<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_2\" class=\"jfQuestion-label isCenterAlign\" id=\"label_2\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Please estimate the value of the property<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_2_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-component=\"matrix2\" data-wrapper-react=\"true\"><div class=\"jfField\" id=\"matrix_2\" data-type=\"Slider\" style=\"width:100%\"><div class=\"jfMatrix isFun forDesktop forSlider\"><div class=\"jfMatrixTable-wrapper jfMatrix-innerScrollableArea\"><div class=\"jfMatrixInputList\"><div class=\"jfMatrixInputList-item js-matrixRow \" data-required=\"Require an answer on every row\"><div class=\"jfMatrixScale-labelWrapper\"><div class=\"jfMatrixScale-label \" data-scale=\"0.00\">$80,000 or less<\/div><div class=\"jfMatrixScale-label \" data-scale=\"1.67\">$80k - $85k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"3.33\">$85k - $90k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"5.00\">$90k - $95k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"6.67\">$95k - $100k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"8.33\">$100k - $120k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"10.00\">$120k - $140k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"11.67\">$140k - $160k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"13.33\">$160k - $180k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"15.00\">$180k - $200k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"16.67\">$200k - $220k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"18.33\">$220k - $240k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"20.00\">$240k - $260k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"21.67\">$260k - $280k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"23.33\">$280k - $300k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"25.00\">$300k - $320k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"26.67\">$320k - $340k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"28.33\">$340k - $360k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"30.00\">$360k - $380k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"31.67\">$380k - $400k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"33.33\">$400k - $420k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"35.00\">$420k - $440k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"36.67\">$440k - $460k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"38.33\">$460k - $480k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"40.00\">$480k - $500k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"41.67\">$500k - $520k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"43.33\">$520k - $540k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"45.00\">$540k - $560k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"46.67\">$560k - $580k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"48.33\">$580k - $600k<\/div><div class=\"jfMatrixScale-label isVisible\" data-scale=\"50.00\">$600k - $620k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"51.67\">$620k - $640k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"53.33\">$640k - $660k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"55.00\">$660k - $680k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"56.67\">$680k - $700k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"58.33\">$700k - $720k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"60.00\">$720k - $740k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"61.67\">$740k - $760k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"63.33\">$760k - $780k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"65.00\">$780k - $800k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"66.67\">$800k - $820k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"68.33\">$820k - $840k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"70.00\">$840k - $860k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"71.67\">$860k - $880k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"73.33\">$880k - $900k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"75.00\">$900k - $920k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"76.67\">$920k - $940k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"78.33\">$940k - $960k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"80.00\">$960k - $980k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"81.67\">$980k - $1M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"83.33\">$1M - $1.1M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"85.00\">$1.1M - $1.2M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"86.67\">$1.2M - $1.3M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"88.33\">$1.3M - $1.4M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"90.00\">$1.4M - $1.5M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"91.67\">$1.5M - $1.6M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"93.33\">$1.6M - $1.7M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"95.00\">$1.7M - $1.8M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"96.67\">$1.8M - $1.9M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"98.33\">$1.9M - $2M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"100.00\">Over $2M<\/div><\/div><div class=\"jfMatrixScale\"><div class=\"jfMatrixScale-sep\"><span class=\"scaleSep\" data-scale=\"0.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_0\" name=\"q2_propertyValue[0]\" value=\"$80,000 or less\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$80,000 or less\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"1.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_1\" name=\"q2_propertyValue[0]\" value=\"$80k - $85k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$80k - $85k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"3.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_2\" name=\"q2_propertyValue[0]\" value=\"$85k - $90k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$85k - $90k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"5.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_3\" name=\"q2_propertyValue[0]\" value=\"$90k - $95k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$90k - $95k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"6.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_4\" name=\"q2_propertyValue[0]\" value=\"$95k - $100k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$95k - $100k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"8.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_5\" name=\"q2_propertyValue[0]\" value=\"$100k - $120k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$100k - $120k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"10.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_6\" name=\"q2_propertyValue[0]\" value=\"$120k - $140k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$120k - $140k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"11.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_7\" name=\"q2_propertyValue[0]\" value=\"$140k - $160k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$140k - $160k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"13.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_8\" name=\"q2_propertyValue[0]\" value=\"$160k - $180k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$160k - $180k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"15.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_9\" name=\"q2_propertyValue[0]\" value=\"$180k - $200k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$180k - $200k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"16.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_10\" name=\"q2_propertyValue[0]\" value=\"$200k - $220k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$200k - $220k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"18.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_11\" name=\"q2_propertyValue[0]\" value=\"$220k - $240k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$220k - $240k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"20.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_12\" name=\"q2_propertyValue[0]\" value=\"$240k - $260k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$240k - $260k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"21.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_13\" name=\"q2_propertyValue[0]\" value=\"$260k - $280k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$260k - $280k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"23.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_14\" name=\"q2_propertyValue[0]\" value=\"$280k - $300k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$280k - $300k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"25.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_15\" name=\"q2_propertyValue[0]\" value=\"$300k - $320k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$300k - $320k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"26.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_16\" name=\"q2_propertyValue[0]\" value=\"$320k - $340k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$320k - $340k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"28.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_17\" name=\"q2_propertyValue[0]\" value=\"$340k - $360k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$340k - $360k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"30.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_18\" name=\"q2_propertyValue[0]\" value=\"$360k - $380k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$360k - $380k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"31.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_19\" name=\"q2_propertyValue[0]\" value=\"$380k - $400k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$380k - $400k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"33.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_20\" name=\"q2_propertyValue[0]\" value=\"$400k - $420k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$400k - $420k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"35.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_21\" name=\"q2_propertyValue[0]\" value=\"$420k - $440k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$420k - $440k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"36.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_22\" name=\"q2_propertyValue[0]\" value=\"$440k - $460k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$440k - $460k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"38.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_23\" name=\"q2_propertyValue[0]\" value=\"$460k - $480k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$460k - $480k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"40.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_24\" name=\"q2_propertyValue[0]\" value=\"$480k - $500k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$480k - $500k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"41.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_25\" name=\"q2_propertyValue[0]\" value=\"$500k - $520k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$500k - $520k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"43.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_26\" name=\"q2_propertyValue[0]\" value=\"$520k - $540k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$520k - $540k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"45.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_27\" name=\"q2_propertyValue[0]\" value=\"$540k - $560k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$540k - $560k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"46.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_28\" name=\"q2_propertyValue[0]\" value=\"$560k - $580k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$560k - $580k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"48.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_29\" name=\"q2_propertyValue[0]\" value=\"$580k - $600k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$580k - $600k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"50.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_30\" name=\"q2_propertyValue[0]\" value=\"$600k - $620k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$600k - $620k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"51.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_31\" name=\"q2_propertyValue[0]\" value=\"$620k - $640k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$620k - $640k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"53.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_32\" name=\"q2_propertyValue[0]\" value=\"$640k - $660k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$640k - $660k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"55.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_33\" name=\"q2_propertyValue[0]\" value=\"$660k - $680k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$660k - $680k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"56.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_34\" name=\"q2_propertyValue[0]\" value=\"$680k - $700k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$680k - $700k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"58.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_35\" name=\"q2_propertyValue[0]\" value=\"$700k - $720k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$700k - $720k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"60.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_36\" name=\"q2_propertyValue[0]\" value=\"$720k - $740k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$720k - $740k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"61.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_37\" name=\"q2_propertyValue[0]\" value=\"$740k - $760k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$740k - $760k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"63.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_38\" name=\"q2_propertyValue[0]\" value=\"$760k - $780k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$760k - $780k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"65.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_39\" name=\"q2_propertyValue[0]\" value=\"$780k - $800k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$780k - $800k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"66.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_40\" name=\"q2_propertyValue[0]\" value=\"$800k - $820k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$800k - $820k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"68.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_41\" name=\"q2_propertyValue[0]\" value=\"$820k - $840k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$820k - $840k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"70.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_42\" name=\"q2_propertyValue[0]\" value=\"$840k - $860k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$840k - $860k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"71.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_43\" name=\"q2_propertyValue[0]\" value=\"$860k - $880k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$860k - $880k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"73.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_44\" name=\"q2_propertyValue[0]\" value=\"$880k - $900k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$880k - $900k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"75.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_45\" name=\"q2_propertyValue[0]\" value=\"$900k - $920k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$900k - $920k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"76.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_46\" name=\"q2_propertyValue[0]\" value=\"$920k - $940k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$920k - $940k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"78.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_47\" name=\"q2_propertyValue[0]\" value=\"$940k - $960k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$940k - $960k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"80.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_48\" name=\"q2_propertyValue[0]\" value=\"$960k - $980k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$960k - $980k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"81.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_49\" name=\"q2_propertyValue[0]\" value=\"$980k - $1M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$980k - $1M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"83.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_50\" name=\"q2_propertyValue[0]\" value=\"$1M - $1.1M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1M - $1.1M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"85.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_51\" name=\"q2_propertyValue[0]\" value=\"$1.1M - $1.2M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1.1M - $1.2M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"86.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_52\" name=\"q2_propertyValue[0]\" value=\"$1.2M - $1.3M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1.2M - $1.3M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"88.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_53\" name=\"q2_propertyValue[0]\" value=\"$1.3M - $1.4M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1.3M - $1.4M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"90.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_54\" name=\"q2_propertyValue[0]\" value=\"$1.4M - $1.5M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1.4M - $1.5M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"91.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_55\" name=\"q2_propertyValue[0]\" value=\"$1.5M - $1.6M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1.5M - $1.6M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"93.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_56\" name=\"q2_propertyValue[0]\" value=\"$1.6M - $1.7M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1.6M - $1.7M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"95.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_57\" name=\"q2_propertyValue[0]\" value=\"$1.7M - $1.8M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1.7M - $1.8M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"96.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_58\" name=\"q2_propertyValue[0]\" value=\"$1.8M - $1.9M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1.8M - $1.9M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"98.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_59\" name=\"q2_propertyValue[0]\" value=\"$1.9M - $2M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1.9M - $2M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"100.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_60\" name=\"q2_propertyValue[0]\" value=\"Over $2M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"Over $2M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><\/div><div class=\"jfMatrixScale-item\" style=\"width:50.00%\" aria-hidden=\"true\"><button class=\"jfMatrixScale-button noTranslate\" type=\"button\"><\/button><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"jfMatrix forMobile forSlider\"><div class=\"jfMobileMatrix-questionList\"><div class=\"jfMobileMatrix-question jfMobileMatrix-row isSelected\" data-order=\"0\"><\/div><\/div><div class=\"jfMobileMatrix-content slider\"><div class=\"jfMatrixInputList-item js-matrixRow \" data-required=\"Require an answer on every row\"><div class=\"jfMatrixScale-labelWrapper\"><div class=\"jfMatrixScale-label \" data-scale=\"0.00\">$80,000 or less<\/div><div class=\"jfMatrixScale-label \" data-scale=\"1.67\">$80k - $85k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"3.33\">$85k - $90k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"5.00\">$90k - $95k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"6.67\">$95k - $100k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"8.33\">$100k - $120k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"10.00\">$120k - $140k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"11.67\">$140k - $160k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"13.33\">$160k - $180k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"15.00\">$180k - $200k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"16.67\">$200k - $220k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"18.33\">$220k - $240k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"20.00\">$240k - $260k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"21.67\">$260k - $280k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"23.33\">$280k - $300k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"25.00\">$300k - $320k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"26.67\">$320k - $340k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"28.33\">$340k - $360k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"30.00\">$360k - $380k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"31.67\">$380k - $400k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"33.33\">$400k - $420k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"35.00\">$420k - $440k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"36.67\">$440k - $460k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"38.33\">$460k - $480k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"40.00\">$480k - $500k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"41.67\">$500k - $520k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"43.33\">$520k - $540k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"45.00\">$540k - $560k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"46.67\">$560k - $580k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"48.33\">$580k - $600k<\/div><div class=\"jfMatrixScale-label isVisible\" data-scale=\"50.00\">$600k - $620k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"51.67\">$620k - $640k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"53.33\">$640k - $660k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"55.00\">$660k - $680k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"56.67\">$680k - $700k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"58.33\">$700k - $720k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"60.00\">$720k - $740k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"61.67\">$740k - $760k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"63.33\">$760k - $780k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"65.00\">$780k - $800k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"66.67\">$800k - $820k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"68.33\">$820k - $840k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"70.00\">$840k - $860k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"71.67\">$860k - $880k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"73.33\">$880k - $900k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"75.00\">$900k - $920k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"76.67\">$920k - $940k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"78.33\">$940k - $960k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"80.00\">$960k - $980k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"81.67\">$980k - $1M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"83.33\">$1M - $1.1M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"85.00\">$1.1M - $1.2M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"86.67\">$1.2M - $1.3M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"88.33\">$1.3M - $1.4M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"90.00\">$1.4M - $1.5M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"91.67\">$1.5M - $1.6M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"93.33\">$1.6M - $1.7M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"95.00\">$1.7M - $1.8M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"96.67\">$1.8M - $1.9M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"98.33\">$1.9M - $2M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"100.00\">Over $2M<\/div><\/div><div class=\"jfMatrixScale\"><div class=\"jfMatrixScale-sep\"><span class=\"scaleSep\" data-scale=\"0.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_0\" name=\"q2_propertyValue[0]\" value=\"$80,000 or less\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$80,000 or less\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"1.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_1\" name=\"q2_propertyValue[0]\" value=\"$80k - $85k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$80k - $85k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"3.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_2\" name=\"q2_propertyValue[0]\" value=\"$85k - $90k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$85k - $90k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"5.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_3\" name=\"q2_propertyValue[0]\" value=\"$90k - $95k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$90k - $95k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"6.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_4\" name=\"q2_propertyValue[0]\" value=\"$95k - $100k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$95k - $100k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"8.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_5\" name=\"q2_propertyValue[0]\" value=\"$100k - $120k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$100k - $120k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"10.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_6\" name=\"q2_propertyValue[0]\" value=\"$120k - $140k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$120k - $140k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"11.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_7\" name=\"q2_propertyValue[0]\" value=\"$140k - $160k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$140k - $160k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"13.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_8\" name=\"q2_propertyValue[0]\" value=\"$160k - $180k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$160k - $180k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"15.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_9\" name=\"q2_propertyValue[0]\" value=\"$180k - $200k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$180k - $200k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"16.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_10\" name=\"q2_propertyValue[0]\" value=\"$200k - $220k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$200k - $220k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"18.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_11\" name=\"q2_propertyValue[0]\" value=\"$220k - $240k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$220k - $240k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"20.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_12\" name=\"q2_propertyValue[0]\" value=\"$240k - $260k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$240k - $260k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"21.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_13\" name=\"q2_propertyValue[0]\" value=\"$260k - $280k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$260k - $280k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"23.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_14\" name=\"q2_propertyValue[0]\" value=\"$280k - $300k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$280k - $300k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"25.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_15\" name=\"q2_propertyValue[0]\" value=\"$300k - $320k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$300k - $320k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"26.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_16\" name=\"q2_propertyValue[0]\" value=\"$320k - $340k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$320k - $340k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"28.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_17\" name=\"q2_propertyValue[0]\" value=\"$340k - $360k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$340k - $360k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"30.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_18\" name=\"q2_propertyValue[0]\" value=\"$360k - $380k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$360k - $380k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"31.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_19\" name=\"q2_propertyValue[0]\" value=\"$380k - $400k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$380k - $400k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"33.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_20\" name=\"q2_propertyValue[0]\" value=\"$400k - $420k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$400k - $420k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"35.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_21\" name=\"q2_propertyValue[0]\" value=\"$420k - $440k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$420k - $440k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"36.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_22\" name=\"q2_propertyValue[0]\" value=\"$440k - $460k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$440k - $460k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"38.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_23\" name=\"q2_propertyValue[0]\" value=\"$460k - $480k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$460k - $480k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"40.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_24\" name=\"q2_propertyValue[0]\" value=\"$480k - $500k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$480k - $500k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"41.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_25\" name=\"q2_propertyValue[0]\" value=\"$500k - $520k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$500k - $520k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"43.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_26\" name=\"q2_propertyValue[0]\" value=\"$520k - $540k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$520k - $540k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"45.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_27\" name=\"q2_propertyValue[0]\" value=\"$540k - $560k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$540k - $560k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"46.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_28\" name=\"q2_propertyValue[0]\" value=\"$560k - $580k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$560k - $580k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"48.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_29\" name=\"q2_propertyValue[0]\" value=\"$580k - $600k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$580k - $600k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"50.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_30\" name=\"q2_propertyValue[0]\" value=\"$600k - $620k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$600k - $620k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"51.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_31\" name=\"q2_propertyValue[0]\" value=\"$620k - $640k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$620k - $640k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"53.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_32\" name=\"q2_propertyValue[0]\" value=\"$640k - $660k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$640k - $660k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"55.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_33\" name=\"q2_propertyValue[0]\" value=\"$660k - $680k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$660k - $680k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"56.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_34\" name=\"q2_propertyValue[0]\" value=\"$680k - $700k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$680k - $700k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"58.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_35\" name=\"q2_propertyValue[0]\" value=\"$700k - $720k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$700k - $720k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"60.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_36\" name=\"q2_propertyValue[0]\" value=\"$720k - $740k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$720k - $740k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"61.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_37\" name=\"q2_propertyValue[0]\" value=\"$740k - $760k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$740k - $760k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"63.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_38\" name=\"q2_propertyValue[0]\" value=\"$760k - $780k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$760k - $780k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"65.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_39\" name=\"q2_propertyValue[0]\" value=\"$780k - $800k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$780k - $800k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"66.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_40\" name=\"q2_propertyValue[0]\" value=\"$800k - $820k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$800k - $820k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"68.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_41\" name=\"q2_propertyValue[0]\" value=\"$820k - $840k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$820k - $840k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"70.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_42\" name=\"q2_propertyValue[0]\" value=\"$840k - $860k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$840k - $860k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"71.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_43\" name=\"q2_propertyValue[0]\" value=\"$860k - $880k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$860k - $880k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"73.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_44\" name=\"q2_propertyValue[0]\" value=\"$880k - $900k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$880k - $900k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"75.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_45\" name=\"q2_propertyValue[0]\" value=\"$900k - $920k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$900k - $920k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"76.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_46\" name=\"q2_propertyValue[0]\" value=\"$920k - $940k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$920k - $940k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"78.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_47\" name=\"q2_propertyValue[0]\" value=\"$940k - $960k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$940k - $960k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"80.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_48\" name=\"q2_propertyValue[0]\" value=\"$960k - $980k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$960k - $980k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"81.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_49\" name=\"q2_propertyValue[0]\" value=\"$980k - $1M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$980k - $1M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"83.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_50\" name=\"q2_propertyValue[0]\" value=\"$1M - $1.1M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1M - $1.1M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"85.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_51\" name=\"q2_propertyValue[0]\" value=\"$1.1M - $1.2M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1.1M - $1.2M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"86.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_52\" name=\"q2_propertyValue[0]\" value=\"$1.2M - $1.3M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1.2M - $1.3M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"88.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_53\" name=\"q2_propertyValue[0]\" value=\"$1.3M - $1.4M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1.3M - $1.4M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"90.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_54\" name=\"q2_propertyValue[0]\" value=\"$1.4M - $1.5M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1.4M - $1.5M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"91.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_55\" name=\"q2_propertyValue[0]\" value=\"$1.5M - $1.6M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1.5M - $1.6M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"93.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_56\" name=\"q2_propertyValue[0]\" value=\"$1.6M - $1.7M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1.6M - $1.7M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"95.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_57\" name=\"q2_propertyValue[0]\" value=\"$1.7M - $1.8M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1.7M - $1.8M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"96.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_58\" name=\"q2_propertyValue[0]\" value=\"$1.8M - $1.9M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1.8M - $1.9M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"98.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_59\" name=\"q2_propertyValue[0]\" value=\"$1.9M - $2M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1.9M - $2M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"100.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_2_0_60\" name=\"q2_propertyValue[0]\" value=\"Over $2M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"Over $2M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><\/div><div class=\"jfMatrixScale-item\" style=\"width:50.00%\" aria-hidden=\"true\"><button class=\"jfMatrixScale-button noTranslate\" type=\"button\"><\/button><\/div><\/div><\/div><\/div><div class=\"jfMobileMatrix-columnDotlist\"><button type=\"button\" aria-label=\"Previous\" class=\"jfMobileMatrix-prevRow forMatrixPrev js-mobilMatrixPrevButton\" disabled=\"\"><span class=\"iconSvg  arrow_left \"><svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30.2 52.6\" style=\"enable-background:new 0 0 30.2 52.6;\" xml:space=\"preserve\"><g><g><path class=\"st0\" d=\"M23.7,51.7c1.5,1.4,3.8,1.3,5.2-0.2c1.3-1.4,1.3-3.6,0-5l-20-20l20-20 c1.5-1.4,1.7-3.7,0.3-5.2c-1.4-1.5-3.7-1.7-5.2-0.3c-0.1,0.1-0.2,0.2-0.3,0.3L1.1,23.8c-1.4,1.4-1.4,3.8,0,5.2c0,0,0,0,0,0 L23.7,51.7z\"><\/path><\/g><\/g><\/svg><\/span><\/button><span class=\"jfMobileMatrix-columnDotWrapper\"><\/span><button type=\"button\" aria-label=\"Next\" class=\"jfMobileMatrix-nextRow forMatrixNext js-mobileMatrixNextButton\" disabled=\"\"><span class=\"iconSvg  arrow_left \"><svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30.2 52.6\" style=\"enable-background:new 0 0 30.2 52.6;\" xml:space=\"preserve\"><g><g><path class=\"st0\" d=\"M23.7,51.7c1.5,1.4,3.8,1.3,5.2-0.2c1.3-1.4,1.3-3.6,0-5l-20-20l20-20 c1.5-1.4,1.7-3.7,0.3-5.2c-1.4-1.5-3.7-1.7-5.2-0.3c-0.1,0.1-0.2,0.2-0.3,0.3L1.1,23.8c-1.4,1.4-1.4,3.8,0,5.2c0,0,0,0,0,0 L23.7,51.7z\"><\/path><\/g><\/g><\/svg><\/span><\/button><\/div><\/div><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Back\">Back<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"See if you qualify!\">See if you qualify!<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_matrix\" id=\"id_22\"><div id=\"cid_22\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_matrix\"><div class=\"jfCard-index\"><div>11<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_22\" class=\"jfQuestion-label isCenterAlign\" id=\"label_22\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">What is the remaining 1st mortgage balance?<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_22_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-component=\"matrix2\" data-wrapper-react=\"true\"><div class=\"jfField\" id=\"matrix_22\" data-type=\"Slider\" style=\"width:100%\"><div class=\"jfMatrix isFun forDesktop forSlider\"><div class=\"jfMatrixTable-wrapper jfMatrix-innerScrollableArea\"><div class=\"jfMatrixInputList\"><div class=\"jfMatrixInputList-item js-matrixRow \" data-required=\"Require an answer on every row\"><div class=\"jfMatrixScale-labelWrapper\"><div class=\"jfMatrixScale-label \" data-scale=\"0.00\">$0 - $10k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"1.43\">$10k - $20k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"2.86\">$20k - $30k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"4.29\">$30k - $40k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"5.71\">$40k - $50k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"7.14\">$50k - $60k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"8.57\">$60k - $70k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"10.00\">$70k - $80k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"11.43\">$80k - $90k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"12.86\">$90k - $100k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"14.29\">$100k - $120k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"15.71\">$120k - $140k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"17.14\">$140k - $160k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"18.57\">$160k - $180k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"20.00\">$180k - $200k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"21.43\">$200k - $220k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"22.86\">$220k - $240k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"24.29\">$240k - $260k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"25.71\">$260k - $280k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"27.14\">$280k - $300k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"28.57\">$300k - $320k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"30.00\">$320k - $340k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"31.43\">$340k - $360k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"32.86\">$360k - $380k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"34.29\">$380k - $400k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"35.71\">$400k - $420k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"37.14\">$420k - $440k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"38.57\">$440k - $460k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"40.00\">$460k - $480k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"41.43\">$480k - $500k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"42.86\">$500k - $520k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"44.29\">$520k - $540k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"45.71\">$540k - $560k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"47.14\">$560k - $580k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"48.57\">$580k - $600k<\/div><div class=\"jfMatrixScale-label isVisible\" data-scale=\"50.00\">$600k - $620k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"51.43\">$620k - $640k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"52.86\">$640k - $660k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"54.29\">$660k - $680k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"55.71\">$680k - $700k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"57.14\">$700k - $720k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"58.57\">$720k - $740k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"60.00\">$740k - $760k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"61.43\">$760k - $780k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"62.86\">$780k - $800k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"64.29\">$800k - $820k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"65.71\">$820k - $840k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"67.14\">$840k - $860k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"68.57\">$860k - $880k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"70.00\">$880k - $900k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"71.43\">$900k - $920k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"72.86\">$920k - $940k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"74.29\">$940k - $960k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"75.71\">$960k - $980k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"77.14\">$980k - $1M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"78.57\">$1M - $1.1M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"80.00\">$1.1M - $1.2M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"81.43\">$1.2M - $1.3M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"82.86\">$1.3M - $1.4M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"84.29\">$1.4M - $1.5M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"85.71\">$1.5M - $1.6M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"87.14\">$1.6M - $1.7M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"88.57\">$1.7M - $1.8M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"90.00\">$1.8M - $1.9M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"91.43\">$1.9M - $2M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"92.86\">$2M - $2.1M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"94.29\">$2.1M - $2.2M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"95.71\">$2.2M - $2.3M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"97.14\">$2.3M - $2.4M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"98.57\">$2.4M - $2.5M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"100.00\">Over $2.5M<\/div><\/div><div class=\"jfMatrixScale\"><div class=\"jfMatrixScale-sep\"><span class=\"scaleSep\" data-scale=\"0.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_0\" name=\"q22_firstmtgbalance[0]\" value=\"$0 - $10k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$0 - $10k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"1.43\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_1\" name=\"q22_firstmtgbalance[0]\" value=\"$10k - $20k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$10k - $20k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"2.86\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_2\" name=\"q22_firstmtgbalance[0]\" value=\"$20k - $30k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$20k - $30k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"4.29\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_3\" name=\"q22_firstmtgbalance[0]\" value=\"$30k - $40k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$30k - $40k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"5.71\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_4\" name=\"q22_firstmtgbalance[0]\" value=\"$40k - $50k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$40k - $50k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"7.14\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_5\" name=\"q22_firstmtgbalance[0]\" value=\"$50k - $60k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$50k - $60k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"8.57\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_6\" name=\"q22_firstmtgbalance[0]\" value=\"$60k - $70k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$60k - $70k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"10.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_7\" name=\"q22_firstmtgbalance[0]\" value=\"$70k - $80k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$70k - $80k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"11.43\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_8\" name=\"q22_firstmtgbalance[0]\" value=\"$80k - $90k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$80k - $90k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"12.86\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_9\" name=\"q22_firstmtgbalance[0]\" value=\"$90k - $100k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$90k - $100k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"14.29\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_10\" name=\"q22_firstmtgbalance[0]\" value=\"$100k - $120k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$100k - $120k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"15.71\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_11\" name=\"q22_firstmtgbalance[0]\" value=\"$120k - $140k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$120k - $140k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"17.14\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_12\" name=\"q22_firstmtgbalance[0]\" value=\"$140k - $160k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$140k - $160k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"18.57\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_13\" name=\"q22_firstmtgbalance[0]\" value=\"$160k - $180k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$160k - $180k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"20.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_14\" name=\"q22_firstmtgbalance[0]\" value=\"$180k - $200k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$180k - $200k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"21.43\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_15\" name=\"q22_firstmtgbalance[0]\" value=\"$200k - $220k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$200k - $220k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"22.86\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_16\" name=\"q22_firstmtgbalance[0]\" value=\"$220k - $240k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$220k - $240k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"24.29\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_17\" name=\"q22_firstmtgbalance[0]\" value=\"$240k - $260k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$240k - $260k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"25.71\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_18\" name=\"q22_firstmtgbalance[0]\" value=\"$260k - $280k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$260k - $280k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"27.14\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_19\" name=\"q22_firstmtgbalance[0]\" value=\"$280k - $300k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$280k - $300k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"28.57\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_20\" name=\"q22_firstmtgbalance[0]\" value=\"$300k - $320k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$300k - $320k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"30.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_21\" name=\"q22_firstmtgbalance[0]\" value=\"$320k - $340k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$320k - $340k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"31.43\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_22\" name=\"q22_firstmtgbalance[0]\" value=\"$340k - $360k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$340k - $360k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"32.86\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_23\" name=\"q22_firstmtgbalance[0]\" value=\"$360k - $380k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$360k - $380k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"34.29\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_24\" name=\"q22_firstmtgbalance[0]\" value=\"$380k - $400k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$380k - $400k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"35.71\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_25\" name=\"q22_firstmtgbalance[0]\" value=\"$400k - $420k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$400k - $420k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"37.14\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_26\" name=\"q22_firstmtgbalance[0]\" value=\"$420k - $440k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$420k - $440k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"38.57\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_27\" name=\"q22_firstmtgbalance[0]\" value=\"$440k - $460k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$440k - $460k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"40.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_28\" name=\"q22_firstmtgbalance[0]\" value=\"$460k - $480k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$460k - $480k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"41.43\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_29\" name=\"q22_firstmtgbalance[0]\" value=\"$480k - $500k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$480k - $500k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"42.86\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_30\" name=\"q22_firstmtgbalance[0]\" value=\"$500k - $520k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$500k - $520k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"44.29\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_31\" name=\"q22_firstmtgbalance[0]\" value=\"$520k - $540k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$520k - $540k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"45.71\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_32\" name=\"q22_firstmtgbalance[0]\" value=\"$540k - $560k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$540k - $560k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"47.14\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_33\" name=\"q22_firstmtgbalance[0]\" value=\"$560k - $580k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$560k - $580k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"48.57\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_34\" name=\"q22_firstmtgbalance[0]\" value=\"$580k - $600k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$580k - $600k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"50.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_35\" name=\"q22_firstmtgbalance[0]\" value=\"$600k - $620k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$600k - $620k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"51.43\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_36\" name=\"q22_firstmtgbalance[0]\" value=\"$620k - $640k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$620k - $640k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"52.86\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_37\" name=\"q22_firstmtgbalance[0]\" value=\"$640k - $660k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$640k - $660k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"54.29\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_38\" name=\"q22_firstmtgbalance[0]\" value=\"$660k - $680k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$660k - $680k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"55.71\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_39\" name=\"q22_firstmtgbalance[0]\" value=\"$680k - $700k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$680k - $700k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"57.14\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_40\" name=\"q22_firstmtgbalance[0]\" value=\"$700k - $720k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$700k - $720k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"58.57\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_41\" name=\"q22_firstmtgbalance[0]\" value=\"$720k - $740k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$720k - $740k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"60.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_42\" name=\"q22_firstmtgbalance[0]\" value=\"$740k - $760k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$740k - $760k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"61.43\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_43\" name=\"q22_firstmtgbalance[0]\" value=\"$760k - $780k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$760k - $780k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"62.86\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_44\" name=\"q22_firstmtgbalance[0]\" value=\"$780k - $800k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$780k - $800k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"64.29\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_45\" name=\"q22_firstmtgbalance[0]\" value=\"$800k - $820k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$800k - $820k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"65.71\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_46\" name=\"q22_firstmtgbalance[0]\" value=\"$820k - $840k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$820k - $840k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"67.14\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_47\" name=\"q22_firstmtgbalance[0]\" value=\"$840k - $860k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$840k - $860k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"68.57\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_48\" name=\"q22_firstmtgbalance[0]\" value=\"$860k - $880k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$860k - $880k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"70.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_49\" name=\"q22_firstmtgbalance[0]\" value=\"$880k - $900k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$880k - $900k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"71.43\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_50\" name=\"q22_firstmtgbalance[0]\" value=\"$900k - $920k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$900k - $920k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"72.86\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_51\" name=\"q22_firstmtgbalance[0]\" value=\"$920k - $940k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$920k - $940k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"74.29\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_52\" name=\"q22_firstmtgbalance[0]\" value=\"$940k - $960k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$940k - $960k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"75.71\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_53\" name=\"q22_firstmtgbalance[0]\" value=\"$960k - $980k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$960k - $980k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"77.14\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_54\" name=\"q22_firstmtgbalance[0]\" value=\"$980k - $1M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$980k - $1M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"78.57\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_55\" name=\"q22_firstmtgbalance[0]\" value=\"$1M - $1.1M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1M - $1.1M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"80.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_56\" name=\"q22_firstmtgbalance[0]\" value=\"$1.1M - $1.2M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1.1M - $1.2M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"81.43\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_57\" name=\"q22_firstmtgbalance[0]\" value=\"$1.2M - $1.3M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1.2M - $1.3M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"82.86\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_58\" name=\"q22_firstmtgbalance[0]\" value=\"$1.3M - $1.4M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1.3M - $1.4M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"84.29\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_59\" name=\"q22_firstmtgbalance[0]\" value=\"$1.4M - $1.5M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1.4M - $1.5M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"85.71\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_60\" name=\"q22_firstmtgbalance[0]\" value=\"$1.5M - $1.6M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1.5M - $1.6M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"87.14\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_61\" name=\"q22_firstmtgbalance[0]\" value=\"$1.6M - $1.7M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1.6M - $1.7M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"88.57\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_62\" name=\"q22_firstmtgbalance[0]\" value=\"$1.7M - $1.8M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1.7M - $1.8M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"90.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_63\" name=\"q22_firstmtgbalance[0]\" value=\"$1.8M - $1.9M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1.8M - $1.9M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"91.43\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_64\" name=\"q22_firstmtgbalance[0]\" value=\"$1.9M - $2M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1.9M - $2M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"92.86\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_65\" name=\"q22_firstmtgbalance[0]\" value=\"$2M - $2.1M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$2M - $2.1M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"94.29\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_66\" name=\"q22_firstmtgbalance[0]\" value=\"$2.1M - $2.2M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$2.1M - $2.2M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"95.71\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_67\" name=\"q22_firstmtgbalance[0]\" value=\"$2.2M - $2.3M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$2.2M - $2.3M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"97.14\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_68\" name=\"q22_firstmtgbalance[0]\" value=\"$2.3M - $2.4M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$2.3M - $2.4M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"98.57\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_69\" name=\"q22_firstmtgbalance[0]\" value=\"$2.4M - $2.5M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$2.4M - $2.5M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"100.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_70\" name=\"q22_firstmtgbalance[0]\" value=\"Over $2.5M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"Over $2.5M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><\/div><div class=\"jfMatrixScale-item\" style=\"width:50.00%\" aria-hidden=\"true\"><button class=\"jfMatrixScale-button noTranslate\" type=\"button\"><\/button><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"jfMatrix forMobile forSlider\"><div class=\"jfMobileMatrix-questionList\"><div class=\"jfMobileMatrix-question jfMobileMatrix-row isSelected\" data-order=\"0\"><\/div><\/div><div class=\"jfMobileMatrix-content slider\"><div class=\"jfMatrixInputList-item js-matrixRow \" data-required=\"Require an answer on every row\"><div class=\"jfMatrixScale-labelWrapper\"><div class=\"jfMatrixScale-label \" data-scale=\"0.00\">$0 - $10k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"1.43\">$10k - $20k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"2.86\">$20k - $30k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"4.29\">$30k - $40k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"5.71\">$40k - $50k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"7.14\">$50k - $60k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"8.57\">$60k - $70k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"10.00\">$70k - $80k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"11.43\">$80k - $90k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"12.86\">$90k - $100k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"14.29\">$100k - $120k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"15.71\">$120k - $140k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"17.14\">$140k - $160k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"18.57\">$160k - $180k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"20.00\">$180k - $200k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"21.43\">$200k - $220k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"22.86\">$220k - $240k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"24.29\">$240k - $260k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"25.71\">$260k - $280k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"27.14\">$280k - $300k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"28.57\">$300k - $320k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"30.00\">$320k - $340k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"31.43\">$340k - $360k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"32.86\">$360k - $380k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"34.29\">$380k - $400k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"35.71\">$400k - $420k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"37.14\">$420k - $440k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"38.57\">$440k - $460k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"40.00\">$460k - $480k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"41.43\">$480k - $500k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"42.86\">$500k - $520k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"44.29\">$520k - $540k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"45.71\">$540k - $560k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"47.14\">$560k - $580k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"48.57\">$580k - $600k<\/div><div class=\"jfMatrixScale-label isVisible\" data-scale=\"50.00\">$600k - $620k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"51.43\">$620k - $640k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"52.86\">$640k - $660k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"54.29\">$660k - $680k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"55.71\">$680k - $700k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"57.14\">$700k - $720k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"58.57\">$720k - $740k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"60.00\">$740k - $760k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"61.43\">$760k - $780k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"62.86\">$780k - $800k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"64.29\">$800k - $820k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"65.71\">$820k - $840k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"67.14\">$840k - $860k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"68.57\">$860k - $880k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"70.00\">$880k - $900k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"71.43\">$900k - $920k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"72.86\">$920k - $940k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"74.29\">$940k - $960k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"75.71\">$960k - $980k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"77.14\">$980k - $1M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"78.57\">$1M - $1.1M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"80.00\">$1.1M - $1.2M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"81.43\">$1.2M - $1.3M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"82.86\">$1.3M - $1.4M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"84.29\">$1.4M - $1.5M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"85.71\">$1.5M - $1.6M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"87.14\">$1.6M - $1.7M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"88.57\">$1.7M - $1.8M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"90.00\">$1.8M - $1.9M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"91.43\">$1.9M - $2M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"92.86\">$2M - $2.1M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"94.29\">$2.1M - $2.2M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"95.71\">$2.2M - $2.3M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"97.14\">$2.3M - $2.4M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"98.57\">$2.4M - $2.5M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"100.00\">Over $2.5M<\/div><\/div><div class=\"jfMatrixScale\"><div class=\"jfMatrixScale-sep\"><span class=\"scaleSep\" data-scale=\"0.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_0\" name=\"q22_firstmtgbalance[0]\" value=\"$0 - $10k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$0 - $10k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"1.43\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_1\" name=\"q22_firstmtgbalance[0]\" value=\"$10k - $20k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$10k - $20k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"2.86\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_2\" name=\"q22_firstmtgbalance[0]\" value=\"$20k - $30k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$20k - $30k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"4.29\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_3\" name=\"q22_firstmtgbalance[0]\" value=\"$30k - $40k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$30k - $40k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"5.71\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_4\" name=\"q22_firstmtgbalance[0]\" value=\"$40k - $50k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$40k - $50k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"7.14\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_5\" name=\"q22_firstmtgbalance[0]\" value=\"$50k - $60k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$50k - $60k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"8.57\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_6\" name=\"q22_firstmtgbalance[0]\" value=\"$60k - $70k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$60k - $70k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"10.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_7\" name=\"q22_firstmtgbalance[0]\" value=\"$70k - $80k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$70k - $80k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"11.43\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_8\" name=\"q22_firstmtgbalance[0]\" value=\"$80k - $90k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$80k - $90k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"12.86\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_9\" name=\"q22_firstmtgbalance[0]\" value=\"$90k - $100k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$90k - $100k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"14.29\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_10\" name=\"q22_firstmtgbalance[0]\" value=\"$100k - $120k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$100k - $120k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"15.71\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_11\" name=\"q22_firstmtgbalance[0]\" value=\"$120k - $140k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$120k - $140k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"17.14\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_12\" name=\"q22_firstmtgbalance[0]\" value=\"$140k - $160k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$140k - $160k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"18.57\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_13\" name=\"q22_firstmtgbalance[0]\" value=\"$160k - $180k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$160k - $180k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"20.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_14\" name=\"q22_firstmtgbalance[0]\" value=\"$180k - $200k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$180k - $200k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"21.43\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_15\" name=\"q22_firstmtgbalance[0]\" value=\"$200k - $220k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$200k - $220k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"22.86\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_16\" name=\"q22_firstmtgbalance[0]\" value=\"$220k - $240k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$220k - $240k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"24.29\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_17\" name=\"q22_firstmtgbalance[0]\" value=\"$240k - $260k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$240k - $260k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"25.71\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_18\" name=\"q22_firstmtgbalance[0]\" value=\"$260k - $280k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$260k - $280k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"27.14\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_19\" name=\"q22_firstmtgbalance[0]\" value=\"$280k - $300k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$280k - $300k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"28.57\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_20\" name=\"q22_firstmtgbalance[0]\" value=\"$300k - $320k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$300k - $320k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"30.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_21\" name=\"q22_firstmtgbalance[0]\" value=\"$320k - $340k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$320k - $340k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"31.43\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_22\" name=\"q22_firstmtgbalance[0]\" value=\"$340k - $360k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$340k - $360k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"32.86\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_23\" name=\"q22_firstmtgbalance[0]\" value=\"$360k - $380k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$360k - $380k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"34.29\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_24\" name=\"q22_firstmtgbalance[0]\" value=\"$380k - $400k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$380k - $400k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"35.71\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_25\" name=\"q22_firstmtgbalance[0]\" value=\"$400k - $420k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$400k - $420k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"37.14\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_26\" name=\"q22_firstmtgbalance[0]\" value=\"$420k - $440k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$420k - $440k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"38.57\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_27\" name=\"q22_firstmtgbalance[0]\" value=\"$440k - $460k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$440k - $460k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"40.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_28\" name=\"q22_firstmtgbalance[0]\" value=\"$460k - $480k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$460k - $480k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"41.43\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_29\" name=\"q22_firstmtgbalance[0]\" value=\"$480k - $500k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$480k - $500k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"42.86\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_30\" name=\"q22_firstmtgbalance[0]\" value=\"$500k - $520k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$500k - $520k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"44.29\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_31\" name=\"q22_firstmtgbalance[0]\" value=\"$520k - $540k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$520k - $540k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"45.71\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_32\" name=\"q22_firstmtgbalance[0]\" value=\"$540k - $560k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$540k - $560k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"47.14\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_33\" name=\"q22_firstmtgbalance[0]\" value=\"$560k - $580k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$560k - $580k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"48.57\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_34\" name=\"q22_firstmtgbalance[0]\" value=\"$580k - $600k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$580k - $600k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"50.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_35\" name=\"q22_firstmtgbalance[0]\" value=\"$600k - $620k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$600k - $620k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"51.43\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_36\" name=\"q22_firstmtgbalance[0]\" value=\"$620k - $640k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$620k - $640k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"52.86\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_37\" name=\"q22_firstmtgbalance[0]\" value=\"$640k - $660k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$640k - $660k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"54.29\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_38\" name=\"q22_firstmtgbalance[0]\" value=\"$660k - $680k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$660k - $680k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"55.71\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_39\" name=\"q22_firstmtgbalance[0]\" value=\"$680k - $700k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$680k - $700k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"57.14\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_40\" name=\"q22_firstmtgbalance[0]\" value=\"$700k - $720k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$700k - $720k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"58.57\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_41\" name=\"q22_firstmtgbalance[0]\" value=\"$720k - $740k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$720k - $740k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"60.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_42\" name=\"q22_firstmtgbalance[0]\" value=\"$740k - $760k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$740k - $760k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"61.43\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_43\" name=\"q22_firstmtgbalance[0]\" value=\"$760k - $780k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$760k - $780k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"62.86\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_44\" name=\"q22_firstmtgbalance[0]\" value=\"$780k - $800k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$780k - $800k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"64.29\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_45\" name=\"q22_firstmtgbalance[0]\" value=\"$800k - $820k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$800k - $820k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"65.71\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_46\" name=\"q22_firstmtgbalance[0]\" value=\"$820k - $840k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$820k - $840k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"67.14\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_47\" name=\"q22_firstmtgbalance[0]\" value=\"$840k - $860k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$840k - $860k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"68.57\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_48\" name=\"q22_firstmtgbalance[0]\" value=\"$860k - $880k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$860k - $880k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"70.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_49\" name=\"q22_firstmtgbalance[0]\" value=\"$880k - $900k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$880k - $900k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"71.43\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_50\" name=\"q22_firstmtgbalance[0]\" value=\"$900k - $920k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$900k - $920k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"72.86\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_51\" name=\"q22_firstmtgbalance[0]\" value=\"$920k - $940k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$920k - $940k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"74.29\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_52\" name=\"q22_firstmtgbalance[0]\" value=\"$940k - $960k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$940k - $960k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"75.71\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_53\" name=\"q22_firstmtgbalance[0]\" value=\"$960k - $980k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$960k - $980k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"77.14\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_54\" name=\"q22_firstmtgbalance[0]\" value=\"$980k - $1M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$980k - $1M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"78.57\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_55\" name=\"q22_firstmtgbalance[0]\" value=\"$1M - $1.1M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1M - $1.1M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"80.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_56\" name=\"q22_firstmtgbalance[0]\" value=\"$1.1M - $1.2M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1.1M - $1.2M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"81.43\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_57\" name=\"q22_firstmtgbalance[0]\" value=\"$1.2M - $1.3M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1.2M - $1.3M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"82.86\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_58\" name=\"q22_firstmtgbalance[0]\" value=\"$1.3M - $1.4M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1.3M - $1.4M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"84.29\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_59\" name=\"q22_firstmtgbalance[0]\" value=\"$1.4M - $1.5M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1.4M - $1.5M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"85.71\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_60\" name=\"q22_firstmtgbalance[0]\" value=\"$1.5M - $1.6M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1.5M - $1.6M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"87.14\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_61\" name=\"q22_firstmtgbalance[0]\" value=\"$1.6M - $1.7M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1.6M - $1.7M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"88.57\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_62\" name=\"q22_firstmtgbalance[0]\" value=\"$1.7M - $1.8M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1.7M - $1.8M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"90.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_63\" name=\"q22_firstmtgbalance[0]\" value=\"$1.8M - $1.9M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1.8M - $1.9M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"91.43\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_64\" name=\"q22_firstmtgbalance[0]\" value=\"$1.9M - $2M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1.9M - $2M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"92.86\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_65\" name=\"q22_firstmtgbalance[0]\" value=\"$2M - $2.1M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$2M - $2.1M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"94.29\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_66\" name=\"q22_firstmtgbalance[0]\" value=\"$2.1M - $2.2M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$2.1M - $2.2M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"95.71\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_67\" name=\"q22_firstmtgbalance[0]\" value=\"$2.2M - $2.3M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$2.2M - $2.3M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"97.14\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_68\" name=\"q22_firstmtgbalance[0]\" value=\"$2.3M - $2.4M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$2.3M - $2.4M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"98.57\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_69\" name=\"q22_firstmtgbalance[0]\" value=\"$2.4M - $2.5M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$2.4M - $2.5M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"100.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_22_0_70\" name=\"q22_firstmtgbalance[0]\" value=\"Over $2.5M\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"Over $2.5M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><\/div><div class=\"jfMatrixScale-item\" style=\"width:50.00%\" aria-hidden=\"true\"><button class=\"jfMatrixScale-button noTranslate\" type=\"button\"><\/button><\/div><\/div><\/div><\/div><div class=\"jfMobileMatrix-columnDotlist\"><button type=\"button\" aria-label=\"Previous\" class=\"jfMobileMatrix-prevRow forMatrixPrev js-mobilMatrixPrevButton\" disabled=\"\"><span class=\"iconSvg  arrow_left \"><svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30.2 52.6\" style=\"enable-background:new 0 0 30.2 52.6;\" xml:space=\"preserve\"><g><g><path class=\"st0\" d=\"M23.7,51.7c1.5,1.4,3.8,1.3,5.2-0.2c1.3-1.4,1.3-3.6,0-5l-20-20l20-20 c1.5-1.4,1.7-3.7,0.3-5.2c-1.4-1.5-3.7-1.7-5.2-0.3c-0.1,0.1-0.2,0.2-0.3,0.3L1.1,23.8c-1.4,1.4-1.4,3.8,0,5.2c0,0,0,0,0,0 L23.7,51.7z\"><\/path><\/g><\/g><\/svg><\/span><\/button><span class=\"jfMobileMatrix-columnDotWrapper\"><\/span><button type=\"button\" aria-label=\"Next\" class=\"jfMobileMatrix-nextRow forMatrixNext js-mobileMatrixNextButton\" disabled=\"\"><span class=\"iconSvg  arrow_left \"><svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30.2 52.6\" style=\"enable-background:new 0 0 30.2 52.6;\" xml:space=\"preserve\"><g><g><path class=\"st0\" d=\"M23.7,51.7c1.5,1.4,3.8,1.3,5.2-0.2c1.3-1.4,1.3-3.6,0-5l-20-20l20-20 c1.5-1.4,1.7-3.7,0.3-5.2c-1.4-1.5-3.7-1.7-5.2-0.3c-0.1,0.1-0.2,0.2-0.3,0.3L1.1,23.8c-1.4,1.4-1.4,3.8,0,5.2c0,0,0,0,0,0 L23.7,51.7z\"><\/path><\/g><\/g><\/svg><\/span><\/button><\/div><\/div><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Back\">Back<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"See if you qualify!\">See if you qualify!<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_matrix\" id=\"id_23\"><div id=\"cid_23\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_matrix\"><div class=\"jfCard-index\"><div>12<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_23\" class=\"jfQuestion-label isCenterAlign\" id=\"label_23\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">What is your 1st mortgage interest rate?<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_23_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-component=\"matrix2\" data-wrapper-react=\"true\"><div class=\"jfField\" id=\"matrix_23\" data-type=\"Slider\" style=\"width:100%\"><div class=\"jfMatrix isFun forDesktop forSlider\"><div class=\"jfMatrixTable-wrapper jfMatrix-innerScrollableArea\"><div class=\"jfMatrixInputList\"><div class=\"jfMatrixInputList-item js-matrixRow \" data-required=\"Require an answer on every row\"><div class=\"jfMatrixScale-labelWrapper\"><div class=\"jfMatrixScale-label \" data-scale=\"0.00\">Less than 2%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"2.38\">2%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"4.76\">2.25%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"7.14\">2.5%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"9.52\">2.75%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"11.90\">3%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"14.29\">3.25%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"16.67\">3.5%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"19.05\">3.75%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"21.43\">4%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"23.81\">4.25%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"26.19\">4.5%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"28.57\">4.75%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"30.95\">5%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"33.33\">5.25%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"35.71\">5.5%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"38.10\">5.75%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"40.48\">6%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"42.86\">6.25%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"45.24\">6.5%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"47.62\">6.75%<\/div><div class=\"jfMatrixScale-label isVisible\" data-scale=\"50.00\">7%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"52.38\">7.25%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"54.76\">7.5%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"57.14\">7.75%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"59.52\">8%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"61.90\">8.25%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"64.29\">8.5%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"66.67\">8.75%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"69.05\">9%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"71.43\">9.25%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"73.81\">9.5%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"76.19\">9.75%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"78.57\">10%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"80.95\">10.25%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"83.33\">10.5%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"85.71\">10.75%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"88.10\">11%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"90.48\">11.25%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"92.86\">11.5%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"95.24\">11.75%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"97.62\">12%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"100.00\">Over 12%<\/div><\/div><div class=\"jfMatrixScale\"><div class=\"jfMatrixScale-sep\"><span class=\"scaleSep\" data-scale=\"0.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_0\" name=\"q23_firstmtgrate[0]\" value=\"Less than 2%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"Less than 2%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"2.38\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_1\" name=\"q23_firstmtgrate[0]\" value=\"2%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"2%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"4.76\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_2\" name=\"q23_firstmtgrate[0]\" value=\"2.25%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"2.25%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"7.14\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_3\" name=\"q23_firstmtgrate[0]\" value=\"2.5%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"2.5%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"9.52\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_4\" name=\"q23_firstmtgrate[0]\" value=\"2.75%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"2.75%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"11.90\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_5\" name=\"q23_firstmtgrate[0]\" value=\"3%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"3%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"14.29\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_6\" name=\"q23_firstmtgrate[0]\" value=\"3.25%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"3.25%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"16.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_7\" name=\"q23_firstmtgrate[0]\" value=\"3.5%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"3.5%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"19.05\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_8\" name=\"q23_firstmtgrate[0]\" value=\"3.75%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"3.75%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"21.43\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_9\" name=\"q23_firstmtgrate[0]\" value=\"4%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"4%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"23.81\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_10\" name=\"q23_firstmtgrate[0]\" value=\"4.25%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"4.25%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"26.19\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_11\" name=\"q23_firstmtgrate[0]\" value=\"4.5%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"4.5%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"28.57\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_12\" name=\"q23_firstmtgrate[0]\" value=\"4.75%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"4.75%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"30.95\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_13\" name=\"q23_firstmtgrate[0]\" value=\"5%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"5%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"33.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_14\" name=\"q23_firstmtgrate[0]\" value=\"5.25%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"5.25%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"35.71\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_15\" name=\"q23_firstmtgrate[0]\" value=\"5.5%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"5.5%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"38.10\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_16\" name=\"q23_firstmtgrate[0]\" value=\"5.75%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"5.75%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"40.48\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_17\" name=\"q23_firstmtgrate[0]\" value=\"6%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"6%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"42.86\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_18\" name=\"q23_firstmtgrate[0]\" value=\"6.25%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"6.25%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"45.24\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_19\" name=\"q23_firstmtgrate[0]\" value=\"6.5%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"6.5%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"47.62\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_20\" name=\"q23_firstmtgrate[0]\" value=\"6.75%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"6.75%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"50.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_21\" name=\"q23_firstmtgrate[0]\" value=\"7%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"7%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"52.38\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_22\" name=\"q23_firstmtgrate[0]\" value=\"7.25%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"7.25%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"54.76\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_23\" name=\"q23_firstmtgrate[0]\" value=\"7.5%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"7.5%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"57.14\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_24\" name=\"q23_firstmtgrate[0]\" value=\"7.75%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"7.75%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"59.52\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_25\" name=\"q23_firstmtgrate[0]\" value=\"8%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"8%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"61.90\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_26\" name=\"q23_firstmtgrate[0]\" value=\"8.25%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"8.25%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"64.29\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_27\" name=\"q23_firstmtgrate[0]\" value=\"8.5%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"8.5%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"66.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_28\" name=\"q23_firstmtgrate[0]\" value=\"8.75%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"8.75%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"69.05\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_29\" name=\"q23_firstmtgrate[0]\" value=\"9%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"9%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"71.43\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_30\" name=\"q23_firstmtgrate[0]\" value=\"9.25%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"9.25%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"73.81\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_31\" name=\"q23_firstmtgrate[0]\" value=\"9.5%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"9.5%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"76.19\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_32\" name=\"q23_firstmtgrate[0]\" value=\"9.75%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"9.75%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"78.57\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_33\" name=\"q23_firstmtgrate[0]\" value=\"10%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"10%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"80.95\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_34\" name=\"q23_firstmtgrate[0]\" value=\"10.25%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"10.25%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"83.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_35\" name=\"q23_firstmtgrate[0]\" value=\"10.5%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"10.5%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"85.71\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_36\" name=\"q23_firstmtgrate[0]\" value=\"10.75%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"10.75%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"88.10\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_37\" name=\"q23_firstmtgrate[0]\" value=\"11%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"11%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"90.48\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_38\" name=\"q23_firstmtgrate[0]\" value=\"11.25%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"11.25%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"92.86\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_39\" name=\"q23_firstmtgrate[0]\" value=\"11.5%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"11.5%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"95.24\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_40\" name=\"q23_firstmtgrate[0]\" value=\"11.75%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"11.75%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"97.62\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_41\" name=\"q23_firstmtgrate[0]\" value=\"12%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"12%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"100.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_42\" name=\"q23_firstmtgrate[0]\" value=\"Over 12%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"Over 12%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><\/div><div class=\"jfMatrixScale-item\" style=\"width:50.00%\" aria-hidden=\"true\"><button class=\"jfMatrixScale-button noTranslate\" type=\"button\"><\/button><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"jfMatrix forMobile forSlider\"><div class=\"jfMobileMatrix-questionList\"><div class=\"jfMobileMatrix-question jfMobileMatrix-row isSelected\" data-order=\"0\"><\/div><\/div><div class=\"jfMobileMatrix-content slider\"><div class=\"jfMatrixInputList-item js-matrixRow \" data-required=\"Require an answer on every row\"><div class=\"jfMatrixScale-labelWrapper\"><div class=\"jfMatrixScale-label \" data-scale=\"0.00\">Less than 2%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"2.38\">2%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"4.76\">2.25%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"7.14\">2.5%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"9.52\">2.75%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"11.90\">3%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"14.29\">3.25%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"16.67\">3.5%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"19.05\">3.75%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"21.43\">4%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"23.81\">4.25%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"26.19\">4.5%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"28.57\">4.75%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"30.95\">5%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"33.33\">5.25%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"35.71\">5.5%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"38.10\">5.75%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"40.48\">6%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"42.86\">6.25%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"45.24\">6.5%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"47.62\">6.75%<\/div><div class=\"jfMatrixScale-label isVisible\" data-scale=\"50.00\">7%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"52.38\">7.25%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"54.76\">7.5%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"57.14\">7.75%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"59.52\">8%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"61.90\">8.25%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"64.29\">8.5%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"66.67\">8.75%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"69.05\">9%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"71.43\">9.25%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"73.81\">9.5%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"76.19\">9.75%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"78.57\">10%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"80.95\">10.25%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"83.33\">10.5%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"85.71\">10.75%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"88.10\">11%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"90.48\">11.25%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"92.86\">11.5%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"95.24\">11.75%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"97.62\">12%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"100.00\">Over 12%<\/div><\/div><div class=\"jfMatrixScale\"><div class=\"jfMatrixScale-sep\"><span class=\"scaleSep\" data-scale=\"0.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_0\" name=\"q23_firstmtgrate[0]\" value=\"Less than 2%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"Less than 2%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"2.38\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_1\" name=\"q23_firstmtgrate[0]\" value=\"2%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"2%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"4.76\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_2\" name=\"q23_firstmtgrate[0]\" value=\"2.25%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"2.25%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"7.14\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_3\" name=\"q23_firstmtgrate[0]\" value=\"2.5%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"2.5%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"9.52\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_4\" name=\"q23_firstmtgrate[0]\" value=\"2.75%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"2.75%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"11.90\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_5\" name=\"q23_firstmtgrate[0]\" value=\"3%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"3%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"14.29\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_6\" name=\"q23_firstmtgrate[0]\" value=\"3.25%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"3.25%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"16.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_7\" name=\"q23_firstmtgrate[0]\" value=\"3.5%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"3.5%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"19.05\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_8\" name=\"q23_firstmtgrate[0]\" value=\"3.75%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"3.75%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"21.43\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_9\" name=\"q23_firstmtgrate[0]\" value=\"4%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"4%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"23.81\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_10\" name=\"q23_firstmtgrate[0]\" value=\"4.25%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"4.25%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"26.19\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_11\" name=\"q23_firstmtgrate[0]\" value=\"4.5%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"4.5%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"28.57\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_12\" name=\"q23_firstmtgrate[0]\" value=\"4.75%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"4.75%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"30.95\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_13\" name=\"q23_firstmtgrate[0]\" value=\"5%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"5%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"33.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_14\" name=\"q23_firstmtgrate[0]\" value=\"5.25%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"5.25%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"35.71\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_15\" name=\"q23_firstmtgrate[0]\" value=\"5.5%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"5.5%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"38.10\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_16\" name=\"q23_firstmtgrate[0]\" value=\"5.75%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"5.75%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"40.48\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_17\" name=\"q23_firstmtgrate[0]\" value=\"6%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"6%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"42.86\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_18\" name=\"q23_firstmtgrate[0]\" value=\"6.25%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"6.25%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"45.24\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_19\" name=\"q23_firstmtgrate[0]\" value=\"6.5%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"6.5%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"47.62\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_20\" name=\"q23_firstmtgrate[0]\" value=\"6.75%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"6.75%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"50.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_21\" name=\"q23_firstmtgrate[0]\" value=\"7%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"7%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"52.38\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_22\" name=\"q23_firstmtgrate[0]\" value=\"7.25%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"7.25%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"54.76\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_23\" name=\"q23_firstmtgrate[0]\" value=\"7.5%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"7.5%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"57.14\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_24\" name=\"q23_firstmtgrate[0]\" value=\"7.75%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"7.75%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"59.52\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_25\" name=\"q23_firstmtgrate[0]\" value=\"8%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"8%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"61.90\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_26\" name=\"q23_firstmtgrate[0]\" value=\"8.25%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"8.25%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"64.29\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_27\" name=\"q23_firstmtgrate[0]\" value=\"8.5%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"8.5%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"66.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_28\" name=\"q23_firstmtgrate[0]\" value=\"8.75%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"8.75%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"69.05\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_29\" name=\"q23_firstmtgrate[0]\" value=\"9%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"9%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"71.43\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_30\" name=\"q23_firstmtgrate[0]\" value=\"9.25%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"9.25%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"73.81\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_31\" name=\"q23_firstmtgrate[0]\" value=\"9.5%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"9.5%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"76.19\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_32\" name=\"q23_firstmtgrate[0]\" value=\"9.75%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"9.75%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"78.57\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_33\" name=\"q23_firstmtgrate[0]\" value=\"10%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"10%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"80.95\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_34\" name=\"q23_firstmtgrate[0]\" value=\"10.25%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"10.25%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"83.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_35\" name=\"q23_firstmtgrate[0]\" value=\"10.5%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"10.5%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"85.71\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_36\" name=\"q23_firstmtgrate[0]\" value=\"10.75%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"10.75%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"88.10\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_37\" name=\"q23_firstmtgrate[0]\" value=\"11%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"11%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"90.48\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_38\" name=\"q23_firstmtgrate[0]\" value=\"11.25%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"11.25%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"92.86\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_39\" name=\"q23_firstmtgrate[0]\" value=\"11.5%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"11.5%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"95.24\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_40\" name=\"q23_firstmtgrate[0]\" value=\"11.75%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"11.75%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"97.62\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_41\" name=\"q23_firstmtgrate[0]\" value=\"12%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"12%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"100.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_23_0_42\" name=\"q23_firstmtgrate[0]\" value=\"Over 12%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"Over 12%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><\/div><div class=\"jfMatrixScale-item\" style=\"width:50.00%\" aria-hidden=\"true\"><button class=\"jfMatrixScale-button noTranslate\" type=\"button\"><\/button><\/div><\/div><\/div><\/div><div class=\"jfMobileMatrix-columnDotlist\"><button type=\"button\" aria-label=\"Previous\" class=\"jfMobileMatrix-prevRow forMatrixPrev js-mobilMatrixPrevButton\" disabled=\"\"><span class=\"iconSvg  arrow_left \"><svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30.2 52.6\" style=\"enable-background:new 0 0 30.2 52.6;\" xml:space=\"preserve\"><g><g><path class=\"st0\" d=\"M23.7,51.7c1.5,1.4,3.8,1.3,5.2-0.2c1.3-1.4,1.3-3.6,0-5l-20-20l20-20 c1.5-1.4,1.7-3.7,0.3-5.2c-1.4-1.5-3.7-1.7-5.2-0.3c-0.1,0.1-0.2,0.2-0.3,0.3L1.1,23.8c-1.4,1.4-1.4,3.8,0,5.2c0,0,0,0,0,0 L23.7,51.7z\"><\/path><\/g><\/g><\/svg><\/span><\/button><span class=\"jfMobileMatrix-columnDotWrapper\"><\/span><button type=\"button\" aria-label=\"Next\" class=\"jfMobileMatrix-nextRow forMatrixNext js-mobileMatrixNextButton\" disabled=\"\"><span class=\"iconSvg  arrow_left \"><svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30.2 52.6\" style=\"enable-background:new 0 0 30.2 52.6;\" xml:space=\"preserve\"><g><g><path class=\"st0\" d=\"M23.7,51.7c1.5,1.4,3.8,1.3,5.2-0.2c1.3-1.4,1.3-3.6,0-5l-20-20l20-20 c1.5-1.4,1.7-3.7,0.3-5.2c-1.4-1.5-3.7-1.7-5.2-0.3c-0.1,0.1-0.2,0.2-0.3,0.3L1.1,23.8c-1.4,1.4-1.4,3.8,0,5.2c0,0,0,0,0,0 L23.7,51.7z\"><\/path><\/g><\/g><\/svg><\/span><\/button><\/div><\/div><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Back\">Back<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"See if you qualify!\">See if you qualify!<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_radio\" id=\"id_5\"><div id=\"cid_5\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_radio\"><div class=\"jfCard-index\"><div>13<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_5\" class=\"jfQuestion-label isCenterAlign\" id=\"label_5\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">How will this property be used?<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_5_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_5\" class=\"jfQuestion-fields form-multiple-column\" data-columncount=\"2\" data-component=\"radio\"><div class=\"jfField form-radio-item\"><label data-id=\"label_input_5_0\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q5_propertyUse\" value=\"Primary Home\" id=\"input_5_0\" required=\"\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\"\/><span class=\"jfRadio-labelText\">Primary Home<\/span><\/div><\/label><\/div><div class=\"jfField form-radio-item\"><label data-id=\"label_input_5_1\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q5_propertyUse\" value=\"Secondary Home\" id=\"input_5_1\" required=\"\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\"\/><span class=\"jfRadio-labelText\">Secondary Home<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_5_2\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q5_propertyUse\" value=\"Rental Property\" id=\"input_5_2\" required=\"\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\"\/><span class=\"jfRadio-labelText\">Rental Property<\/span><\/div><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Back\">Back<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"See if you qualify!\">See if you qualify!<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_matrix\" id=\"id_21\"><div id=\"cid_21\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_matrix\"><div class=\"jfCard-index\"><div>14<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_21\" class=\"jfQuestion-label isCenterAlign\" id=\"label_21\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">What is the purchase price of the new property?<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_21_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-component=\"matrix2\" data-wrapper-react=\"true\"><div class=\"jfField\" id=\"matrix_21\" data-type=\"Slider\" style=\"width:100%\"><div class=\"jfMatrix isFun forDesktop forSlider\"><div class=\"jfMatrixTable-wrapper jfMatrix-innerScrollableArea\"><div class=\"jfMatrixInputList\"><div class=\"jfMatrixInputList-item js-matrixRow \" data-required=\"Require at least one answer\"><div class=\"jfMatrixScale-labelWrapper\"><div class=\"jfMatrixScale-label \" data-scale=\"0.00\">$80,000 or less<\/div><div class=\"jfMatrixScale-label \" data-scale=\"1.67\">$80k - $85k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"3.33\">$85k - $90k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"5.00\">$90k - $95k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"6.67\">$95k - $100k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"8.33\">$100k - $120k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"10.00\">$120k - $140k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"11.67\">$140k - $160k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"13.33\">$160k - $180k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"15.00\">$180k - $200k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"16.67\">$200k - $220k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"18.33\">$220k - $240k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"20.00\">$240k - $260k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"21.67\">$260k - $280k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"23.33\">$280k - $300k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"25.00\">$300k - $320k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"26.67\">$320k - $340k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"28.33\">$340k - $360k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"30.00\">$360k - $380k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"31.67\">$380k - $400k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"33.33\">$400k - $420k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"35.00\">$420k - $440k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"36.67\">$440k - $460k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"38.33\">$460k - $480k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"40.00\">$480k - $500k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"41.67\">$500k - $520k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"43.33\">$520k - $540k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"45.00\">$540k - $560k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"46.67\">$560k - $580k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"48.33\">$580k - $600k<\/div><div class=\"jfMatrixScale-label isVisible\" data-scale=\"50.00\">$600k - $620k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"51.67\">$620k - $640k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"53.33\">$640k - $660k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"55.00\">$660k - $680k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"56.67\">$680k - $700k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"58.33\">$700k - $720k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"60.00\">$720k - $740k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"61.67\">$740k - $760k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"63.33\">$760k - $780k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"65.00\">$780k - $800k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"66.67\">$800k - $820k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"68.33\">$820k - $840k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"70.00\">$840k - $860k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"71.67\">$860k - $880k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"73.33\">$880k - $900k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"75.00\">$900k - $920k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"76.67\">$920k - $940k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"78.33\">$940k - $960k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"80.00\">$960k - $980k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"81.67\">$980k - $1M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"83.33\">$1M - $1.1M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"85.00\">$1.1M - $1.2M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"86.67\">$1.2M - $1.3M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"88.33\">$1.3M - $1.4M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"90.00\">$1.4M - $1.5M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"91.67\">$1.5M - $1.6M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"93.33\">$1.6M - $1.7M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"95.00\">$1.7M - $1.8M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"96.67\">$1.8M - $1.9M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"98.33\">$1.9M - $2M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"100.00\">Over $2M<\/div><\/div><div class=\"jfMatrixScale\"><div class=\"jfMatrixScale-sep\"><span class=\"scaleSep\" data-scale=\"0.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_0\" name=\"q21_propertyValue[0]\" value=\"$80,000 or less\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$80,000 or less\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"1.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_1\" name=\"q21_propertyValue[0]\" value=\"$80k - $85k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$80k - $85k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"3.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_2\" name=\"q21_propertyValue[0]\" value=\"$85k - $90k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$85k - $90k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"5.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_3\" name=\"q21_propertyValue[0]\" value=\"$90k - $95k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$90k - $95k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"6.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_4\" name=\"q21_propertyValue[0]\" value=\"$95k - $100k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$95k - $100k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"8.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_5\" name=\"q21_propertyValue[0]\" value=\"$100k - $120k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$100k - $120k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"10.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_6\" name=\"q21_propertyValue[0]\" value=\"$120k - $140k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$120k - $140k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"11.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_7\" name=\"q21_propertyValue[0]\" value=\"$140k - $160k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$140k - $160k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"13.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_8\" name=\"q21_propertyValue[0]\" value=\"$160k - $180k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$160k - $180k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"15.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_9\" name=\"q21_propertyValue[0]\" value=\"$180k - $200k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$180k - $200k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"16.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_10\" name=\"q21_propertyValue[0]\" value=\"$200k - $220k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$200k - $220k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"18.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_11\" name=\"q21_propertyValue[0]\" value=\"$220k - $240k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$220k - $240k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"20.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_12\" name=\"q21_propertyValue[0]\" value=\"$240k - $260k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$240k - $260k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"21.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_13\" name=\"q21_propertyValue[0]\" value=\"$260k - $280k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$260k - $280k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"23.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_14\" name=\"q21_propertyValue[0]\" value=\"$280k - $300k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$280k - $300k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"25.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_15\" name=\"q21_propertyValue[0]\" value=\"$300k - $320k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$300k - $320k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"26.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_16\" name=\"q21_propertyValue[0]\" value=\"$320k - $340k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$320k - $340k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"28.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_17\" name=\"q21_propertyValue[0]\" value=\"$340k - $360k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$340k - $360k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"30.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_18\" name=\"q21_propertyValue[0]\" value=\"$360k - $380k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$360k - $380k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"31.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_19\" name=\"q21_propertyValue[0]\" value=\"$380k - $400k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$380k - $400k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"33.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_20\" name=\"q21_propertyValue[0]\" value=\"$400k - $420k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$400k - $420k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"35.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_21\" name=\"q21_propertyValue[0]\" value=\"$420k - $440k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$420k - $440k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"36.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_22\" name=\"q21_propertyValue[0]\" value=\"$440k - $460k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$440k - $460k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"38.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_23\" name=\"q21_propertyValue[0]\" value=\"$460k - $480k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$460k - $480k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"40.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_24\" name=\"q21_propertyValue[0]\" value=\"$480k - $500k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$480k - $500k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"41.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_25\" name=\"q21_propertyValue[0]\" value=\"$500k - $520k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$500k - $520k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"43.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_26\" name=\"q21_propertyValue[0]\" value=\"$520k - $540k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$520k - $540k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"45.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_27\" name=\"q21_propertyValue[0]\" value=\"$540k - $560k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$540k - $560k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"46.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_28\" name=\"q21_propertyValue[0]\" value=\"$560k - $580k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$560k - $580k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"48.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_29\" name=\"q21_propertyValue[0]\" value=\"$580k - $600k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$580k - $600k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"50.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_30\" name=\"q21_propertyValue[0]\" value=\"$600k - $620k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$600k - $620k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"51.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_31\" name=\"q21_propertyValue[0]\" value=\"$620k - $640k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$620k - $640k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"53.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_32\" name=\"q21_propertyValue[0]\" value=\"$640k - $660k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$640k - $660k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"55.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_33\" name=\"q21_propertyValue[0]\" value=\"$660k - $680k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$660k - $680k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"56.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_34\" name=\"q21_propertyValue[0]\" value=\"$680k - $700k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$680k - $700k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"58.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_35\" name=\"q21_propertyValue[0]\" value=\"$700k - $720k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$700k - $720k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"60.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_36\" name=\"q21_propertyValue[0]\" value=\"$720k - $740k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$720k - $740k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"61.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_37\" name=\"q21_propertyValue[0]\" value=\"$740k - $760k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$740k - $760k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"63.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_38\" name=\"q21_propertyValue[0]\" value=\"$760k - $780k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$760k - $780k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"65.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_39\" name=\"q21_propertyValue[0]\" value=\"$780k - $800k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$780k - $800k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"66.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_40\" name=\"q21_propertyValue[0]\" value=\"$800k - $820k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$800k - $820k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"68.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_41\" name=\"q21_propertyValue[0]\" value=\"$820k - $840k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$820k - $840k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"70.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_42\" name=\"q21_propertyValue[0]\" value=\"$840k - $860k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$840k - $860k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"71.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_43\" name=\"q21_propertyValue[0]\" value=\"$860k - $880k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$860k - $880k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"73.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_44\" name=\"q21_propertyValue[0]\" value=\"$880k - $900k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$880k - $900k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"75.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_45\" name=\"q21_propertyValue[0]\" value=\"$900k - $920k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$900k - $920k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"76.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_46\" name=\"q21_propertyValue[0]\" value=\"$920k - $940k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$920k - $940k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"78.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_47\" name=\"q21_propertyValue[0]\" value=\"$940k - $960k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$940k - $960k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"80.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_48\" name=\"q21_propertyValue[0]\" value=\"$960k - $980k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$960k - $980k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"81.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_49\" name=\"q21_propertyValue[0]\" value=\"$980k - $1M\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$980k - $1M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"83.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_50\" name=\"q21_propertyValue[0]\" value=\"$1M - $1.1M\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$1M - $1.1M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"85.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_51\" name=\"q21_propertyValue[0]\" value=\"$1.1M - $1.2M\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$1.1M - $1.2M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"86.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_52\" name=\"q21_propertyValue[0]\" value=\"$1.2M - $1.3M\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$1.2M - $1.3M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"88.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_53\" name=\"q21_propertyValue[0]\" value=\"$1.3M - $1.4M\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$1.3M - $1.4M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"90.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_54\" name=\"q21_propertyValue[0]\" value=\"$1.4M - $1.5M\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$1.4M - $1.5M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"91.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_55\" name=\"q21_propertyValue[0]\" value=\"$1.5M - $1.6M\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$1.5M - $1.6M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"93.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_56\" name=\"q21_propertyValue[0]\" value=\"$1.6M - $1.7M\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$1.6M - $1.7M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"95.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_57\" name=\"q21_propertyValue[0]\" value=\"$1.7M - $1.8M\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$1.7M - $1.8M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"96.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_58\" name=\"q21_propertyValue[0]\" value=\"$1.8M - $1.9M\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$1.8M - $1.9M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"98.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_59\" name=\"q21_propertyValue[0]\" value=\"$1.9M - $2M\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$1.9M - $2M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"100.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_60\" name=\"q21_propertyValue[0]\" value=\"Over $2M\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"Over $2M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><\/div><div class=\"jfMatrixScale-item\" style=\"width:50.00%\" aria-hidden=\"true\"><button class=\"jfMatrixScale-button noTranslate\" type=\"button\"><\/button><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"jfMatrix forMobile forSlider\"><div class=\"jfMobileMatrix-questionList\"><div class=\"jfMobileMatrix-question jfMobileMatrix-row isSelected\" data-order=\"0\"><\/div><\/div><div class=\"jfMobileMatrix-content slider\"><div class=\"jfMatrixInputList-item js-matrixRow \" data-required=\"Require at least one answer\"><div class=\"jfMatrixScale-labelWrapper\"><div class=\"jfMatrixScale-label \" data-scale=\"0.00\">$80,000 or less<\/div><div class=\"jfMatrixScale-label \" data-scale=\"1.67\">$80k - $85k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"3.33\">$85k - $90k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"5.00\">$90k - $95k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"6.67\">$95k - $100k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"8.33\">$100k - $120k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"10.00\">$120k - $140k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"11.67\">$140k - $160k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"13.33\">$160k - $180k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"15.00\">$180k - $200k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"16.67\">$200k - $220k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"18.33\">$220k - $240k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"20.00\">$240k - $260k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"21.67\">$260k - $280k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"23.33\">$280k - $300k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"25.00\">$300k - $320k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"26.67\">$320k - $340k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"28.33\">$340k - $360k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"30.00\">$360k - $380k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"31.67\">$380k - $400k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"33.33\">$400k - $420k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"35.00\">$420k - $440k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"36.67\">$440k - $460k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"38.33\">$460k - $480k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"40.00\">$480k - $500k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"41.67\">$500k - $520k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"43.33\">$520k - $540k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"45.00\">$540k - $560k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"46.67\">$560k - $580k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"48.33\">$580k - $600k<\/div><div class=\"jfMatrixScale-label isVisible\" data-scale=\"50.00\">$600k - $620k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"51.67\">$620k - $640k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"53.33\">$640k - $660k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"55.00\">$660k - $680k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"56.67\">$680k - $700k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"58.33\">$700k - $720k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"60.00\">$720k - $740k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"61.67\">$740k - $760k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"63.33\">$760k - $780k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"65.00\">$780k - $800k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"66.67\">$800k - $820k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"68.33\">$820k - $840k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"70.00\">$840k - $860k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"71.67\">$860k - $880k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"73.33\">$880k - $900k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"75.00\">$900k - $920k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"76.67\">$920k - $940k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"78.33\">$940k - $960k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"80.00\">$960k - $980k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"81.67\">$980k - $1M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"83.33\">$1M - $1.1M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"85.00\">$1.1M - $1.2M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"86.67\">$1.2M - $1.3M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"88.33\">$1.3M - $1.4M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"90.00\">$1.4M - $1.5M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"91.67\">$1.5M - $1.6M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"93.33\">$1.6M - $1.7M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"95.00\">$1.7M - $1.8M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"96.67\">$1.8M - $1.9M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"98.33\">$1.9M - $2M<\/div><div class=\"jfMatrixScale-label \" data-scale=\"100.00\">Over $2M<\/div><\/div><div class=\"jfMatrixScale\"><div class=\"jfMatrixScale-sep\"><span class=\"scaleSep\" data-scale=\"0.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_0\" name=\"q21_propertyValue[0]\" value=\"$80,000 or less\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$80,000 or less\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"1.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_1\" name=\"q21_propertyValue[0]\" value=\"$80k - $85k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$80k - $85k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"3.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_2\" name=\"q21_propertyValue[0]\" value=\"$85k - $90k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$85k - $90k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"5.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_3\" name=\"q21_propertyValue[0]\" value=\"$90k - $95k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$90k - $95k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"6.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_4\" name=\"q21_propertyValue[0]\" value=\"$95k - $100k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$95k - $100k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"8.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_5\" name=\"q21_propertyValue[0]\" value=\"$100k - $120k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$100k - $120k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"10.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_6\" name=\"q21_propertyValue[0]\" value=\"$120k - $140k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$120k - $140k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"11.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_7\" name=\"q21_propertyValue[0]\" value=\"$140k - $160k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$140k - $160k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"13.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_8\" name=\"q21_propertyValue[0]\" value=\"$160k - $180k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$160k - $180k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"15.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_9\" name=\"q21_propertyValue[0]\" value=\"$180k - $200k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$180k - $200k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"16.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_10\" name=\"q21_propertyValue[0]\" value=\"$200k - $220k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$200k - $220k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"18.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_11\" name=\"q21_propertyValue[0]\" value=\"$220k - $240k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$220k - $240k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"20.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_12\" name=\"q21_propertyValue[0]\" value=\"$240k - $260k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$240k - $260k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"21.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_13\" name=\"q21_propertyValue[0]\" value=\"$260k - $280k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$260k - $280k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"23.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_14\" name=\"q21_propertyValue[0]\" value=\"$280k - $300k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$280k - $300k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"25.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_15\" name=\"q21_propertyValue[0]\" value=\"$300k - $320k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$300k - $320k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"26.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_16\" name=\"q21_propertyValue[0]\" value=\"$320k - $340k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$320k - $340k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"28.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_17\" name=\"q21_propertyValue[0]\" value=\"$340k - $360k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$340k - $360k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"30.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_18\" name=\"q21_propertyValue[0]\" value=\"$360k - $380k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$360k - $380k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"31.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_19\" name=\"q21_propertyValue[0]\" value=\"$380k - $400k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$380k - $400k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"33.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_20\" name=\"q21_propertyValue[0]\" value=\"$400k - $420k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$400k - $420k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"35.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_21\" name=\"q21_propertyValue[0]\" value=\"$420k - $440k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$420k - $440k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"36.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_22\" name=\"q21_propertyValue[0]\" value=\"$440k - $460k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$440k - $460k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"38.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_23\" name=\"q21_propertyValue[0]\" value=\"$460k - $480k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$460k - $480k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"40.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_24\" name=\"q21_propertyValue[0]\" value=\"$480k - $500k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$480k - $500k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"41.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_25\" name=\"q21_propertyValue[0]\" value=\"$500k - $520k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$500k - $520k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"43.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_26\" name=\"q21_propertyValue[0]\" value=\"$520k - $540k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$520k - $540k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"45.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_27\" name=\"q21_propertyValue[0]\" value=\"$540k - $560k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$540k - $560k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"46.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_28\" name=\"q21_propertyValue[0]\" value=\"$560k - $580k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$560k - $580k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"48.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_29\" name=\"q21_propertyValue[0]\" value=\"$580k - $600k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$580k - $600k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"50.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_30\" name=\"q21_propertyValue[0]\" value=\"$600k - $620k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$600k - $620k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"51.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_31\" name=\"q21_propertyValue[0]\" value=\"$620k - $640k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$620k - $640k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"53.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_32\" name=\"q21_propertyValue[0]\" value=\"$640k - $660k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$640k - $660k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"55.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_33\" name=\"q21_propertyValue[0]\" value=\"$660k - $680k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$660k - $680k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"56.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_34\" name=\"q21_propertyValue[0]\" value=\"$680k - $700k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$680k - $700k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"58.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_35\" name=\"q21_propertyValue[0]\" value=\"$700k - $720k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$700k - $720k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"60.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_36\" name=\"q21_propertyValue[0]\" value=\"$720k - $740k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$720k - $740k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"61.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_37\" name=\"q21_propertyValue[0]\" value=\"$740k - $760k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$740k - $760k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"63.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_38\" name=\"q21_propertyValue[0]\" value=\"$760k - $780k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$760k - $780k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"65.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_39\" name=\"q21_propertyValue[0]\" value=\"$780k - $800k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$780k - $800k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"66.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_40\" name=\"q21_propertyValue[0]\" value=\"$800k - $820k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$800k - $820k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"68.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_41\" name=\"q21_propertyValue[0]\" value=\"$820k - $840k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$820k - $840k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"70.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_42\" name=\"q21_propertyValue[0]\" value=\"$840k - $860k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$840k - $860k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"71.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_43\" name=\"q21_propertyValue[0]\" value=\"$860k - $880k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$860k - $880k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"73.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_44\" name=\"q21_propertyValue[0]\" value=\"$880k - $900k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$880k - $900k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"75.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_45\" name=\"q21_propertyValue[0]\" value=\"$900k - $920k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$900k - $920k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"76.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_46\" name=\"q21_propertyValue[0]\" value=\"$920k - $940k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$920k - $940k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"78.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_47\" name=\"q21_propertyValue[0]\" value=\"$940k - $960k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$940k - $960k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"80.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_48\" name=\"q21_propertyValue[0]\" value=\"$960k - $980k\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$960k - $980k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"81.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_49\" name=\"q21_propertyValue[0]\" value=\"$980k - $1M\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$980k - $1M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"83.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_50\" name=\"q21_propertyValue[0]\" value=\"$1M - $1.1M\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$1M - $1.1M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"85.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_51\" name=\"q21_propertyValue[0]\" value=\"$1.1M - $1.2M\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$1.1M - $1.2M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"86.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_52\" name=\"q21_propertyValue[0]\" value=\"$1.2M - $1.3M\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$1.2M - $1.3M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"88.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_53\" name=\"q21_propertyValue[0]\" value=\"$1.3M - $1.4M\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$1.3M - $1.4M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"90.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_54\" name=\"q21_propertyValue[0]\" value=\"$1.4M - $1.5M\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$1.4M - $1.5M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"91.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_55\" name=\"q21_propertyValue[0]\" value=\"$1.5M - $1.6M\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$1.5M - $1.6M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"93.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_56\" name=\"q21_propertyValue[0]\" value=\"$1.6M - $1.7M\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$1.6M - $1.7M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"95.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_57\" name=\"q21_propertyValue[0]\" value=\"$1.7M - $1.8M\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$1.7M - $1.8M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"96.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_58\" name=\"q21_propertyValue[0]\" value=\"$1.8M - $1.9M\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$1.8M - $1.9M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"98.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_59\" name=\"q21_propertyValue[0]\" value=\"$1.9M - $2M\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"$1.9M - $2M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"100.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_21_0_60\" name=\"q21_propertyValue[0]\" value=\"Over $2M\" class=\"form-radio validate[required, requireOneAnswer]\" tabindex=\"-1\" aria-label=\"Over $2M\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><\/div><div class=\"jfMatrixScale-item\" style=\"width:50.00%\" aria-hidden=\"true\"><button class=\"jfMatrixScale-button noTranslate\" type=\"button\"><\/button><\/div><\/div><\/div><\/div><div class=\"jfMobileMatrix-columnDotlist\"><button type=\"button\" aria-label=\"Previous\" class=\"jfMobileMatrix-prevRow forMatrixPrev js-mobilMatrixPrevButton\" disabled=\"\"><span class=\"iconSvg  arrow_left \"><svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30.2 52.6\" style=\"enable-background:new 0 0 30.2 52.6;\" xml:space=\"preserve\"><g><g><path class=\"st0\" d=\"M23.7,51.7c1.5,1.4,3.8,1.3,5.2-0.2c1.3-1.4,1.3-3.6,0-5l-20-20l20-20 c1.5-1.4,1.7-3.7,0.3-5.2c-1.4-1.5-3.7-1.7-5.2-0.3c-0.1,0.1-0.2,0.2-0.3,0.3L1.1,23.8c-1.4,1.4-1.4,3.8,0,5.2c0,0,0,0,0,0 L23.7,51.7z\"><\/path><\/g><\/g><\/svg><\/span><\/button><span class=\"jfMobileMatrix-columnDotWrapper\"><\/span><button type=\"button\" aria-label=\"Next\" class=\"jfMobileMatrix-nextRow forMatrixNext js-mobileMatrixNextButton\" disabled=\"\"><span class=\"iconSvg  arrow_left \"><svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30.2 52.6\" style=\"enable-background:new 0 0 30.2 52.6;\" xml:space=\"preserve\"><g><g><path class=\"st0\" d=\"M23.7,51.7c1.5,1.4,3.8,1.3,5.2-0.2c1.3-1.4,1.3-3.6,0-5l-20-20l20-20 c1.5-1.4,1.7-3.7,0.3-5.2c-1.4-1.5-3.7-1.7-5.2-0.3c-0.1,0.1-0.2,0.2-0.3,0.3L1.1,23.8c-1.4,1.4-1.4,3.8,0,5.2c0,0,0,0,0,0 L23.7,51.7z\"><\/path><\/g><\/g><\/svg><\/span><\/button><\/div><\/div><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Back\">Back<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"See if you qualify!\">See if you qualify!<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_matrix\" id=\"id_26\"><div id=\"cid_26\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_matrix\"><div class=\"jfCard-index\"><div>15<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_26\" class=\"jfQuestion-label isCenterAlign\" id=\"label_26\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">What is your estimated down payment?<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_26_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-component=\"matrix2\" data-wrapper-react=\"true\"><div class=\"jfField\" id=\"matrix_26\" data-type=\"Slider\" style=\"width:100%\"><div class=\"jfMatrix isFun forDesktop forSlider\"><div class=\"jfMatrixTable-wrapper jfMatrix-innerScrollableArea\"><div class=\"jfMatrixInputList\"><div class=\"jfMatrixInputList-item js-matrixRow \" data-required=\"Require an answer on every row\"><div class=\"jfMatrixScale-labelWrapper\"><div class=\"jfMatrixScale-label \" data-scale=\"0.00\">Zero Down<\/div><div class=\"jfMatrixScale-label \" data-scale=\"7.14\">1%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"14.29\">3%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"21.43\">3.5%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"28.57\">5%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"35.71\">10%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"42.86\">15%<\/div><div class=\"jfMatrixScale-label isVisible\" data-scale=\"50.00\">20%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"57.14\">25%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"64.29\">30%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"71.43\">35%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"78.57\">40%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"85.71\">45%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"92.86\">50%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"100.00\">More than 50%<\/div><\/div><div class=\"jfMatrixScale\"><div class=\"jfMatrixScale-sep\"><span class=\"scaleSep\" data-scale=\"0.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_26_0_0\" name=\"q26_downPayment[0]\" value=\"Zero Down\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"Zero Down\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"7.14\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_26_0_1\" name=\"q26_downPayment[0]\" value=\"1%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"1%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"14.29\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_26_0_2\" name=\"q26_downPayment[0]\" value=\"3%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"3%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"21.43\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_26_0_3\" name=\"q26_downPayment[0]\" value=\"3.5%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"3.5%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"28.57\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_26_0_4\" name=\"q26_downPayment[0]\" value=\"5%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"5%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"35.71\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_26_0_5\" name=\"q26_downPayment[0]\" value=\"10%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"10%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"42.86\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_26_0_6\" name=\"q26_downPayment[0]\" value=\"15%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"15%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"50.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_26_0_7\" name=\"q26_downPayment[0]\" value=\"20%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"20%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"57.14\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_26_0_8\" name=\"q26_downPayment[0]\" value=\"25%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"25%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"64.29\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_26_0_9\" name=\"q26_downPayment[0]\" value=\"30%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"30%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"71.43\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_26_0_10\" name=\"q26_downPayment[0]\" value=\"35%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"35%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"78.57\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_26_0_11\" name=\"q26_downPayment[0]\" value=\"40%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"40%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"85.71\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_26_0_12\" name=\"q26_downPayment[0]\" value=\"45%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"45%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"92.86\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_26_0_13\" name=\"q26_downPayment[0]\" value=\"50%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"50%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"100.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_26_0_14\" name=\"q26_downPayment[0]\" value=\"More than 50%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"More than 50%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><\/div><div class=\"jfMatrixScale-item\" style=\"width:50.00%\" aria-hidden=\"true\"><button class=\"jfMatrixScale-button noTranslate\" type=\"button\"><\/button><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"jfMatrix forMobile forSlider\"><div class=\"jfMobileMatrix-questionList\"><div class=\"jfMobileMatrix-question jfMobileMatrix-row isSelected\" data-order=\"0\"><\/div><\/div><div class=\"jfMobileMatrix-content slider\"><div class=\"jfMatrixInputList-item js-matrixRow \" data-required=\"Require an answer on every row\"><div class=\"jfMatrixScale-labelWrapper\"><div class=\"jfMatrixScale-label \" data-scale=\"0.00\">Zero Down<\/div><div class=\"jfMatrixScale-label \" data-scale=\"7.14\">1%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"14.29\">3%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"21.43\">3.5%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"28.57\">5%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"35.71\">10%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"42.86\">15%<\/div><div class=\"jfMatrixScale-label isVisible\" data-scale=\"50.00\">20%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"57.14\">25%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"64.29\">30%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"71.43\">35%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"78.57\">40%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"85.71\">45%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"92.86\">50%<\/div><div class=\"jfMatrixScale-label \" data-scale=\"100.00\">More than 50%<\/div><\/div><div class=\"jfMatrixScale\"><div class=\"jfMatrixScale-sep\"><span class=\"scaleSep\" data-scale=\"0.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_26_0_0\" name=\"q26_downPayment[0]\" value=\"Zero Down\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"Zero Down\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"7.14\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_26_0_1\" name=\"q26_downPayment[0]\" value=\"1%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"1%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"14.29\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_26_0_2\" name=\"q26_downPayment[0]\" value=\"3%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"3%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"21.43\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_26_0_3\" name=\"q26_downPayment[0]\" value=\"3.5%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"3.5%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"28.57\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_26_0_4\" name=\"q26_downPayment[0]\" value=\"5%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"5%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"35.71\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_26_0_5\" name=\"q26_downPayment[0]\" value=\"10%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"10%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"42.86\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_26_0_6\" name=\"q26_downPayment[0]\" value=\"15%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"15%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"50.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_26_0_7\" name=\"q26_downPayment[0]\" value=\"20%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"20%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"57.14\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_26_0_8\" name=\"q26_downPayment[0]\" value=\"25%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"25%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"64.29\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_26_0_9\" name=\"q26_downPayment[0]\" value=\"30%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"30%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"71.43\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_26_0_10\" name=\"q26_downPayment[0]\" value=\"35%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"35%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"78.57\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_26_0_11\" name=\"q26_downPayment[0]\" value=\"40%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"40%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"85.71\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_26_0_12\" name=\"q26_downPayment[0]\" value=\"45%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"45%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"92.86\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_26_0_13\" name=\"q26_downPayment[0]\" value=\"50%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"50%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"100.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_26_0_14\" name=\"q26_downPayment[0]\" value=\"More than 50%\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"More than 50%\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><\/div><div class=\"jfMatrixScale-item\" style=\"width:50.00%\" aria-hidden=\"true\"><button class=\"jfMatrixScale-button noTranslate\" type=\"button\"><\/button><\/div><\/div><\/div><\/div><div class=\"jfMobileMatrix-columnDotlist\"><button type=\"button\" aria-label=\"Previous\" class=\"jfMobileMatrix-prevRow forMatrixPrev js-mobilMatrixPrevButton\" disabled=\"\"><span class=\"iconSvg  arrow_left \"><svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30.2 52.6\" style=\"enable-background:new 0 0 30.2 52.6;\" xml:space=\"preserve\"><g><g><path class=\"st0\" d=\"M23.7,51.7c1.5,1.4,3.8,1.3,5.2-0.2c1.3-1.4,1.3-3.6,0-5l-20-20l20-20 c1.5-1.4,1.7-3.7,0.3-5.2c-1.4-1.5-3.7-1.7-5.2-0.3c-0.1,0.1-0.2,0.2-0.3,0.3L1.1,23.8c-1.4,1.4-1.4,3.8,0,5.2c0,0,0,0,0,0 L23.7,51.7z\"><\/path><\/g><\/g><\/svg><\/span><\/button><span class=\"jfMobileMatrix-columnDotWrapper\"><\/span><button type=\"button\" aria-label=\"Next\" class=\"jfMobileMatrix-nextRow forMatrixNext js-mobileMatrixNextButton\" disabled=\"\"><span class=\"iconSvg  arrow_left \"><svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30.2 52.6\" style=\"enable-background:new 0 0 30.2 52.6;\" xml:space=\"preserve\"><g><g><path class=\"st0\" d=\"M23.7,51.7c1.5,1.4,3.8,1.3,5.2-0.2c1.3-1.4,1.3-3.6,0-5l-20-20l20-20 c1.5-1.4,1.7-3.7,0.3-5.2c-1.4-1.5-3.7-1.7-5.2-0.3c-0.1,0.1-0.2,0.2-0.3,0.3L1.1,23.8c-1.4,1.4-1.4,3.8,0,5.2c0,0,0,0,0,0 L23.7,51.7z\"><\/path><\/g><\/g><\/svg><\/span><\/button><\/div><\/div><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Back\">Back<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"See if you qualify!\">See if you qualify!<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_imagechoice\" id=\"id_27\"><div id=\"cid_27\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_imagechoice\"><div class=\"jfCard-index\"><div>16<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_27\" class=\"jfQuestion-label isCenterAlign\" id=\"label_27\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">What kind of rate do you prefer?<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_27_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_27\" class=\"jfQuestion-fields form-multiple-column\" data-columncount=\"2\" data-component=\"radio\"><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_27_0\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q27_TypeRateDesired[]\" value=\"Adjustable|https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/adjustable.5e9f0f3adf9109.36435334.png\" id=\"input_27_0\" required=\"\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/adjustable.5e9f0f3adf9109.36435334.png&quot;)\"><img alt=\"Adjustable\" src=\"https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/adjustable.5e9f0f3adf9109.36435334.png\" style=\"display:none\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\"\/><span class=\"jfRadio-labelText\">Adjustable<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_27_1\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q27_TypeRateDesired[]\" value=\"Fixed|https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/fixed.5e9f0f4e4c13f9.04042965.png\" id=\"input_27_1\" required=\"\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/fixed.5e9f0f4e4c13f9.04042965.png&quot;)\"><img alt=\"Fixed\" src=\"https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/fixed.5e9f0f4e4c13f9.04042965.png\" style=\"display:none\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\"\/><span class=\"jfRadio-labelText\">Fixed<\/span><\/div><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Back\">Back<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"See if you qualify!\">See if you qualify!<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_imagechoice\" id=\"id_39\"><div id=\"cid_39\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_imagechoice\"><div class=\"jfCard-index\"><div>17<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_39\" class=\"jfQuestion-label isCenterAlign\" id=\"label_39\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">What kind of rate do you have?<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_39_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_39\" class=\"jfQuestion-fields form-multiple-column\" data-columncount=\"2\" data-component=\"radio\"><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_39_0\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q39_existing_rate_type[]\" value=\"Adjustable|https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/adjustable.5e9f0f3adf9109.36435334.png\" id=\"input_39_0\" required=\"\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/adjustable.5e9f0f3adf9109.36435334.png&quot;)\"><img alt=\"Adjustable\" src=\"https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/adjustable.5e9f0f3adf9109.36435334.png\" style=\"display:none\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\"\/><span class=\"jfRadio-labelText\">Adjustable<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_39_1\" class=\"jfRadio withImage \"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q39_existing_rate_type[]\" value=\"Fixed|https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/fixed.5e9f0f4e4c13f9.04042965.png\" id=\"input_39_1\" required=\"\"\/><div class=\"jfRadio-label\"><div class=\"jfRadio-image\" style=\"background-image:url(&quot;https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/fixed.5e9f0f4e4c13f9.04042965.png&quot;)\"><img alt=\"Fixed\" src=\"https:\/\/www.jotform.com\/uploads\/FairwayIMC\/form_files\/fixed.5e9f0f4e4c13f9.04042965.png\" style=\"display:none\"\/><\/div><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\" style=\"display:none\"\/><span class=\"jfRadio-labelText\">Fixed<\/span><\/div><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Back\">Back<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"See if you qualify!\">See if you qualify!<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_yesno\" id=\"id_28\"><div id=\"cid_28\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_yesno\"><div class=\"jfCard-index\"><div>18<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_28\" class=\"jfQuestion-label isCenterAlign\" id=\"label_28\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Do you have a second mortgage?<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_28_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-wrapper-react=\"true\"><div class=\"jfField\" role=\"group\" aria-labelledby=\"label_28\"><label class=\"jfYesno\" tabindex=\"0\" role=\"radio\" aria-checked=\"false\"><input type=\"radio\" class=\"jfYesno-input form-radio validate[required] jsToggle\" value=\"Yes\" id=\"input_input_28_0\" name=\"q28_hasSecondMortgage\"\/><span class=\"jfYesno-label\">Yes<\/span><\/label><label class=\"jfYesno\" tabindex=\"0\" role=\"radio\" aria-checked=\"false\"><input type=\"radio\" class=\"jfYesno-input form-radio validate[required] jsToggle\" value=\"No\" id=\"input_input_28_1\" name=\"q28_hasSecondMortgage\"\/><span class=\"jfYesno-label\">No<\/span><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Back\">Back<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"See if you qualify!\">See if you qualify!<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_matrix\" id=\"id_9\"><div id=\"cid_9\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_matrix\"><div class=\"jfCard-index\"><div>19<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_9\" class=\"jfQuestion-label isCenterAlign\" id=\"label_9\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Would you like to borrow additional cash?<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_9_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-component=\"matrix2\" data-wrapper-react=\"true\"><div class=\"jfField\" id=\"matrix_9\" data-type=\"Slider\" style=\"width:100%\"><div class=\"jfMatrix isFun forDesktop forSlider\"><div class=\"jfMatrixTable-wrapper jfMatrix-innerScrollableArea\"><div class=\"jfMatrixInputList\"><div class=\"jfMatrixInputList-item js-matrixRow \" data-required=\"Require an answer on every row\"><div class=\"jfMatrixScale-labelWrapper\"><div class=\"jfMatrixScale-label \" data-scale=\"0.00\">$0 (No Cash)<\/div><div class=\"jfMatrixScale-label \" data-scale=\"4.17\">$10k - $20k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"8.33\">$20k - $30k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"12.50\">$30k - $40k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"16.67\">$40k - $50k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"20.83\">$50k - $60k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"25.00\">$60k - $70k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"29.17\">$70k - $80k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"33.33\">$80k - $85k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"37.50\">$85k - $90k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"41.67\">$90k - $95k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"45.83\">$95k - $100k<\/div><div class=\"jfMatrixScale-label isVisible\" data-scale=\"50.00\">$100k - $105k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"54.17\">$105k - $110k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"58.33\">$110k - $115k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"62.50\">$115k - $120k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"66.67\">$120k - $125k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"70.83\">$125k - $130k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"75.00\">$130k - $140k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"79.17\">$140k - $150k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"83.33\">$150k - $160k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"87.50\">$160k - $170k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"91.67\">$170k - $180k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"95.83\">$180k - $190k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"100.00\">$190k - $200k<\/div><\/div><div class=\"jfMatrixScale\"><div class=\"jfMatrixScale-sep\"><span class=\"scaleSep\" data-scale=\"0.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_0\" name=\"q9_wantsCashOut[0]\" value=\"$0 (No Cash)\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$0 (No Cash)\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"4.17\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_1\" name=\"q9_wantsCashOut[0]\" value=\"$10k - $20k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$10k - $20k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"8.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_2\" name=\"q9_wantsCashOut[0]\" value=\"$20k - $30k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$20k - $30k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"12.50\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_3\" name=\"q9_wantsCashOut[0]\" value=\"$30k - $40k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$30k - $40k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"16.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_4\" name=\"q9_wantsCashOut[0]\" value=\"$40k - $50k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$40k - $50k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"20.83\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_5\" name=\"q9_wantsCashOut[0]\" value=\"$50k - $60k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$50k - $60k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"25.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_6\" name=\"q9_wantsCashOut[0]\" value=\"$60k - $70k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$60k - $70k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"29.17\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_7\" name=\"q9_wantsCashOut[0]\" value=\"$70k - $80k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$70k - $80k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"33.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_8\" name=\"q9_wantsCashOut[0]\" value=\"$80k - $85k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$80k - $85k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"37.50\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_9\" name=\"q9_wantsCashOut[0]\" value=\"$85k - $90k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$85k - $90k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"41.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_10\" name=\"q9_wantsCashOut[0]\" value=\"$90k - $95k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$90k - $95k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"45.83\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_11\" name=\"q9_wantsCashOut[0]\" value=\"$95k - $100k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$95k - $100k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"50.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_12\" name=\"q9_wantsCashOut[0]\" value=\"$100k - $105k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$100k - $105k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"54.17\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_13\" name=\"q9_wantsCashOut[0]\" value=\"$105k - $110k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$105k - $110k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"58.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_14\" name=\"q9_wantsCashOut[0]\" value=\"$110k - $115k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$110k - $115k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"62.50\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_15\" name=\"q9_wantsCashOut[0]\" value=\"$115k - $120k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$115k - $120k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"66.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_16\" name=\"q9_wantsCashOut[0]\" value=\"$120k - $125k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$120k - $125k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"70.83\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_17\" name=\"q9_wantsCashOut[0]\" value=\"$125k - $130k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$125k - $130k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"75.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_18\" name=\"q9_wantsCashOut[0]\" value=\"$130k - $140k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$130k - $140k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"79.17\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_19\" name=\"q9_wantsCashOut[0]\" value=\"$140k - $150k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$140k - $150k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"83.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_20\" name=\"q9_wantsCashOut[0]\" value=\"$150k - $160k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$150k - $160k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"87.50\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_21\" name=\"q9_wantsCashOut[0]\" value=\"$160k - $170k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$160k - $170k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"91.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_22\" name=\"q9_wantsCashOut[0]\" value=\"$170k - $180k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$170k - $180k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"95.83\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_23\" name=\"q9_wantsCashOut[0]\" value=\"$180k - $190k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$180k - $190k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"100.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_24\" name=\"q9_wantsCashOut[0]\" value=\"$190k - $200k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$190k - $200k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><\/div><div class=\"jfMatrixScale-item\" style=\"width:50.00%\" aria-hidden=\"true\"><button class=\"jfMatrixScale-button noTranslate\" type=\"button\"><\/button><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"jfMatrix forMobile forSlider\"><div class=\"jfMobileMatrix-questionList\"><div class=\"jfMobileMatrix-question jfMobileMatrix-row isSelected\" data-order=\"0\"><\/div><\/div><div class=\"jfMobileMatrix-content slider\"><div class=\"jfMatrixInputList-item js-matrixRow \" data-required=\"Require an answer on every row\"><div class=\"jfMatrixScale-labelWrapper\"><div class=\"jfMatrixScale-label \" data-scale=\"0.00\">$0 (No Cash)<\/div><div class=\"jfMatrixScale-label \" data-scale=\"4.17\">$10k - $20k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"8.33\">$20k - $30k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"12.50\">$30k - $40k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"16.67\">$40k - $50k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"20.83\">$50k - $60k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"25.00\">$60k - $70k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"29.17\">$70k - $80k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"33.33\">$80k - $85k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"37.50\">$85k - $90k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"41.67\">$90k - $95k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"45.83\">$95k - $100k<\/div><div class=\"jfMatrixScale-label isVisible\" data-scale=\"50.00\">$100k - $105k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"54.17\">$105k - $110k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"58.33\">$110k - $115k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"62.50\">$115k - $120k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"66.67\">$120k - $125k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"70.83\">$125k - $130k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"75.00\">$130k - $140k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"79.17\">$140k - $150k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"83.33\">$150k - $160k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"87.50\">$160k - $170k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"91.67\">$170k - $180k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"95.83\">$180k - $190k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"100.00\">$190k - $200k<\/div><\/div><div class=\"jfMatrixScale\"><div class=\"jfMatrixScale-sep\"><span class=\"scaleSep\" data-scale=\"0.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_0\" name=\"q9_wantsCashOut[0]\" value=\"$0 (No Cash)\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$0 (No Cash)\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"4.17\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_1\" name=\"q9_wantsCashOut[0]\" value=\"$10k - $20k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$10k - $20k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"8.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_2\" name=\"q9_wantsCashOut[0]\" value=\"$20k - $30k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$20k - $30k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"12.50\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_3\" name=\"q9_wantsCashOut[0]\" value=\"$30k - $40k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$30k - $40k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"16.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_4\" name=\"q9_wantsCashOut[0]\" value=\"$40k - $50k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$40k - $50k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"20.83\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_5\" name=\"q9_wantsCashOut[0]\" value=\"$50k - $60k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$50k - $60k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"25.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_6\" name=\"q9_wantsCashOut[0]\" value=\"$60k - $70k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$60k - $70k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"29.17\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_7\" name=\"q9_wantsCashOut[0]\" value=\"$70k - $80k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$70k - $80k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"33.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_8\" name=\"q9_wantsCashOut[0]\" value=\"$80k - $85k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$80k - $85k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"37.50\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_9\" name=\"q9_wantsCashOut[0]\" value=\"$85k - $90k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$85k - $90k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"41.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_10\" name=\"q9_wantsCashOut[0]\" value=\"$90k - $95k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$90k - $95k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"45.83\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_11\" name=\"q9_wantsCashOut[0]\" value=\"$95k - $100k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$95k - $100k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"50.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_12\" name=\"q9_wantsCashOut[0]\" value=\"$100k - $105k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$100k - $105k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"54.17\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_13\" name=\"q9_wantsCashOut[0]\" value=\"$105k - $110k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$105k - $110k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"58.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_14\" name=\"q9_wantsCashOut[0]\" value=\"$110k - $115k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$110k - $115k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"62.50\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_15\" name=\"q9_wantsCashOut[0]\" value=\"$115k - $120k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$115k - $120k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"66.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_16\" name=\"q9_wantsCashOut[0]\" value=\"$120k - $125k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$120k - $125k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"70.83\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_17\" name=\"q9_wantsCashOut[0]\" value=\"$125k - $130k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$125k - $130k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"75.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_18\" name=\"q9_wantsCashOut[0]\" value=\"$130k - $140k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$130k - $140k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"79.17\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_19\" name=\"q9_wantsCashOut[0]\" value=\"$140k - $150k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$140k - $150k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"83.33\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_20\" name=\"q9_wantsCashOut[0]\" value=\"$150k - $160k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$150k - $160k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"87.50\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_21\" name=\"q9_wantsCashOut[0]\" value=\"$160k - $170k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$160k - $170k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"91.67\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_22\" name=\"q9_wantsCashOut[0]\" value=\"$170k - $180k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$170k - $180k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"95.83\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_23\" name=\"q9_wantsCashOut[0]\" value=\"$180k - $190k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$180k - $190k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"100.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_9_0_24\" name=\"q9_wantsCashOut[0]\" value=\"$190k - $200k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$190k - $200k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><\/div><div class=\"jfMatrixScale-item\" style=\"width:50.00%\" aria-hidden=\"true\"><button class=\"jfMatrixScale-button noTranslate\" type=\"button\"><\/button><\/div><\/div><\/div><\/div><div class=\"jfMobileMatrix-columnDotlist\"><button type=\"button\" aria-label=\"Previous\" class=\"jfMobileMatrix-prevRow forMatrixPrev js-mobilMatrixPrevButton\" disabled=\"\"><span class=\"iconSvg  arrow_left \"><svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30.2 52.6\" style=\"enable-background:new 0 0 30.2 52.6;\" xml:space=\"preserve\"><g><g><path class=\"st0\" d=\"M23.7,51.7c1.5,1.4,3.8,1.3,5.2-0.2c1.3-1.4,1.3-3.6,0-5l-20-20l20-20 c1.5-1.4,1.7-3.7,0.3-5.2c-1.4-1.5-3.7-1.7-5.2-0.3c-0.1,0.1-0.2,0.2-0.3,0.3L1.1,23.8c-1.4,1.4-1.4,3.8,0,5.2c0,0,0,0,0,0 L23.7,51.7z\"><\/path><\/g><\/g><\/svg><\/span><\/button><span class=\"jfMobileMatrix-columnDotWrapper\"><\/span><button type=\"button\" aria-label=\"Next\" class=\"jfMobileMatrix-nextRow forMatrixNext js-mobileMatrixNextButton\" disabled=\"\"><span class=\"iconSvg  arrow_left \"><svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30.2 52.6\" style=\"enable-background:new 0 0 30.2 52.6;\" xml:space=\"preserve\"><g><g><path class=\"st0\" d=\"M23.7,51.7c1.5,1.4,3.8,1.3,5.2-0.2c1.3-1.4,1.3-3.6,0-5l-20-20l20-20 c1.5-1.4,1.7-3.7,0.3-5.2c-1.4-1.5-3.7-1.7-5.2-0.3c-0.1,0.1-0.2,0.2-0.3,0.3L1.1,23.8c-1.4,1.4-1.4,3.8,0,5.2c0,0,0,0,0,0 L23.7,51.7z\"><\/path><\/g><\/g><\/svg><\/span><\/button><\/div><\/div><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Back\">Back<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"See if you qualify!\">See if you qualify!<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_matrix\" id=\"id_32\"><div id=\"cid_32\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_matrix\"><div class=\"jfCard-index\"><div>20<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_32\" class=\"jfQuestion-label isCenterAlign\" id=\"label_32\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">What is your gross annual household income?<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_32_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-component=\"matrix2\" data-wrapper-react=\"true\"><div class=\"jfField\" id=\"matrix_32\" data-type=\"Slider\" style=\"width:100%\"><div class=\"jfMatrix isFun forDesktop forSlider\"><div class=\"jfMatrixTable-wrapper jfMatrix-innerScrollableArea\"><div class=\"jfMatrixInputList\"><div class=\"jfMatrixInputList-item js-matrixRow \" data-required=\"Require an answer on every row\"><div class=\"jfMatrixScale-labelWrapper\"><div class=\"jfMatrixScale-label \" data-scale=\"0.00\">$0 - $25k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"10.00\">$25k - $50k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"20.00\">$50k - $75k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"30.00\">$75k - $100k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"40.00\">$100k - $125k<\/div><div class=\"jfMatrixScale-label isVisible\" data-scale=\"50.00\">$125k - $150k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"60.00\">$150k - $175k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"70.00\">$175k - $200k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"80.00\">$200k - $225k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"90.00\">$225k - $250k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"100.00\">More than $250k<\/div><\/div><div class=\"jfMatrixScale\"><div class=\"jfMatrixScale-sep\"><span class=\"scaleSep\" data-scale=\"0.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_32_0_0\" name=\"q32_householdIncome[0]\" value=\"$0 - $25k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$0 - $25k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"10.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_32_0_1\" name=\"q32_householdIncome[0]\" value=\"$25k - $50k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$25k - $50k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"20.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_32_0_2\" name=\"q32_householdIncome[0]\" value=\"$50k - $75k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$50k - $75k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"30.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_32_0_3\" name=\"q32_householdIncome[0]\" value=\"$75k - $100k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$75k - $100k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"40.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_32_0_4\" name=\"q32_householdIncome[0]\" value=\"$100k - $125k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$100k - $125k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"50.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_32_0_5\" name=\"q32_householdIncome[0]\" value=\"$125k - $150k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$125k - $150k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"60.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_32_0_6\" name=\"q32_householdIncome[0]\" value=\"$150k - $175k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$150k - $175k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"70.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_32_0_7\" name=\"q32_householdIncome[0]\" value=\"$175k - $200k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$175k - $200k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"80.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_32_0_8\" name=\"q32_householdIncome[0]\" value=\"$200k - $225k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$200k - $225k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"90.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_32_0_9\" name=\"q32_householdIncome[0]\" value=\"$225k - $250k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$225k - $250k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"100.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_32_0_10\" name=\"q32_householdIncome[0]\" value=\"More than $250k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"More than $250k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><\/div><div class=\"jfMatrixScale-item\" style=\"width:50.00%\" aria-hidden=\"true\"><button class=\"jfMatrixScale-button noTranslate\" type=\"button\"><\/button><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"jfMatrix forMobile forSlider\"><div class=\"jfMobileMatrix-questionList\"><div class=\"jfMobileMatrix-question jfMobileMatrix-row isSelected\" data-order=\"0\"><\/div><\/div><div class=\"jfMobileMatrix-content slider\"><div class=\"jfMatrixInputList-item js-matrixRow \" data-required=\"Require an answer on every row\"><div class=\"jfMatrixScale-labelWrapper\"><div class=\"jfMatrixScale-label \" data-scale=\"0.00\">$0 - $25k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"10.00\">$25k - $50k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"20.00\">$50k - $75k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"30.00\">$75k - $100k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"40.00\">$100k - $125k<\/div><div class=\"jfMatrixScale-label isVisible\" data-scale=\"50.00\">$125k - $150k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"60.00\">$150k - $175k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"70.00\">$175k - $200k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"80.00\">$200k - $225k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"90.00\">$225k - $250k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"100.00\">More than $250k<\/div><\/div><div class=\"jfMatrixScale\"><div class=\"jfMatrixScale-sep\"><span class=\"scaleSep\" data-scale=\"0.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_32_0_0\" name=\"q32_householdIncome[0]\" value=\"$0 - $25k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$0 - $25k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"10.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_32_0_1\" name=\"q32_householdIncome[0]\" value=\"$25k - $50k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$25k - $50k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"20.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_32_0_2\" name=\"q32_householdIncome[0]\" value=\"$50k - $75k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$50k - $75k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"30.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_32_0_3\" name=\"q32_householdIncome[0]\" value=\"$75k - $100k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$75k - $100k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"40.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_32_0_4\" name=\"q32_householdIncome[0]\" value=\"$100k - $125k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$100k - $125k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"50.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_32_0_5\" name=\"q32_householdIncome[0]\" value=\"$125k - $150k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$125k - $150k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"60.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_32_0_6\" name=\"q32_householdIncome[0]\" value=\"$150k - $175k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$150k - $175k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"70.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_32_0_7\" name=\"q32_householdIncome[0]\" value=\"$175k - $200k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$175k - $200k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"80.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_32_0_8\" name=\"q32_householdIncome[0]\" value=\"$200k - $225k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$200k - $225k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"90.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_32_0_9\" name=\"q32_householdIncome[0]\" value=\"$225k - $250k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$225k - $250k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"100.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_32_0_10\" name=\"q32_householdIncome[0]\" value=\"More than $250k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"More than $250k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><\/div><div class=\"jfMatrixScale-item\" style=\"width:50.00%\" aria-hidden=\"true\"><button class=\"jfMatrixScale-button noTranslate\" type=\"button\"><\/button><\/div><\/div><\/div><\/div><div class=\"jfMobileMatrix-columnDotlist\"><button type=\"button\" aria-label=\"Previous\" class=\"jfMobileMatrix-prevRow forMatrixPrev js-mobilMatrixPrevButton\" disabled=\"\"><span class=\"iconSvg  arrow_left \"><svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30.2 52.6\" style=\"enable-background:new 0 0 30.2 52.6;\" xml:space=\"preserve\"><g><g><path class=\"st0\" d=\"M23.7,51.7c1.5,1.4,3.8,1.3,5.2-0.2c1.3-1.4,1.3-3.6,0-5l-20-20l20-20 c1.5-1.4,1.7-3.7,0.3-5.2c-1.4-1.5-3.7-1.7-5.2-0.3c-0.1,0.1-0.2,0.2-0.3,0.3L1.1,23.8c-1.4,1.4-1.4,3.8,0,5.2c0,0,0,0,0,0 L23.7,51.7z\"><\/path><\/g><\/g><\/svg><\/span><\/button><span class=\"jfMobileMatrix-columnDotWrapper\"><\/span><button type=\"button\" aria-label=\"Next\" class=\"jfMobileMatrix-nextRow forMatrixNext js-mobileMatrixNextButton\" disabled=\"\"><span class=\"iconSvg  arrow_left \"><svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30.2 52.6\" style=\"enable-background:new 0 0 30.2 52.6;\" xml:space=\"preserve\"><g><g><path class=\"st0\" d=\"M23.7,51.7c1.5,1.4,3.8,1.3,5.2-0.2c1.3-1.4,1.3-3.6,0-5l-20-20l20-20 c1.5-1.4,1.7-3.7,0.3-5.2c-1.4-1.5-3.7-1.7-5.2-0.3c-0.1,0.1-0.2,0.2-0.3,0.3L1.1,23.8c-1.4,1.4-1.4,3.8,0,5.2c0,0,0,0,0,0 L23.7,51.7z\"><\/path><\/g><\/g><\/svg><\/span><\/button><\/div><\/div><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Back\">Back<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"See if you qualify!\">See if you qualify!<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_radio\" id=\"id_8\"><div id=\"cid_8\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_radio\"><div class=\"jfCard-index\"><div>21<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_8\" class=\"jfQuestion-label isCenterAlign\" id=\"label_8\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">What is your employment status?<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_8_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_8\" class=\"jfQuestion-fields form-multiple-column\" data-columncount=\"2\" data-component=\"radio\"><div class=\"jfField form-radio-item\"><label data-id=\"label_input_8_0\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q8_employment\" value=\"Employed\" id=\"input_8_0\" required=\"\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\"\/><span class=\"jfRadio-labelText\">Employed<\/span><\/div><\/label><\/div><div class=\"jfField form-radio-item\"><label data-id=\"label_input_8_1\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q8_employment\" value=\"Not Employed\" id=\"input_8_1\" required=\"\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\"\/><span class=\"jfRadio-labelText\">Not Employed<\/span><\/div><\/label><\/div><div class=\"jfField form-radio-item\"><label data-id=\"label_input_8_2\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q8_employment\" value=\"Self Employed\" id=\"input_8_2\" required=\"\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\"\/><span class=\"jfRadio-labelText\">Self Employed<\/span><\/div><\/label><\/div><div class=\"jfField form-radio-item\"><label data-id=\"label_input_8_3\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q8_employment\" value=\"Military\" id=\"input_8_3\" required=\"\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\"\/><span class=\"jfRadio-labelText\">Military<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_8_4\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q8_employment\" value=\"Other\" id=\"input_8_4\" required=\"\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\"\/><span class=\"jfRadio-labelText\">Other<\/span><\/div><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Back\">Back<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"See if you qualify!\">See if you qualify!<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_yesno\" id=\"id_31\"><div id=\"cid_31\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_yesno\"><div class=\"jfCard-index\"><div>22<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_31\" class=\"jfQuestion-label isCenterAlign\" id=\"label_31\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Bankruptcy, short sale, or foreclosure in the last 3 years?<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_31_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-wrapper-react=\"true\"><div class=\"jfField\" role=\"group\" aria-labelledby=\"label_31\"><label class=\"jfYesno\" tabindex=\"0\" role=\"radio\" aria-checked=\"false\"><input type=\"radio\" class=\"jfYesno-input form-radio validate[required] jsToggle\" value=\"Yes\" id=\"input_input_31_0\" name=\"q31_hasBankruptcy\"\/><span class=\"jfYesno-label\">Yes<\/span><\/label><label class=\"jfYesno\" tabindex=\"0\" role=\"radio\" aria-checked=\"false\"><input type=\"radio\" class=\"jfYesno-input form-radio validate[required] jsToggle\" value=\"No\" id=\"input_input_31_1\" name=\"q31_hasBankruptcy\"\/><span class=\"jfYesno-label\">No<\/span><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Back\">Back<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"See if you qualify!\">See if you qualify!<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_yesno\" id=\"id_29\"><div id=\"cid_29\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_yesno\"><div class=\"jfCard-index\"><div>23<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_29\" class=\"jfQuestion-label isCenterAlign\" id=\"label_29\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Can you show proof of income?<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_29_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-wrapper-react=\"true\"><div class=\"jfField\" role=\"group\" aria-labelledby=\"label_29\"><label class=\"jfYesno\" tabindex=\"0\" role=\"radio\" aria-checked=\"false\"><input type=\"radio\" class=\"jfYesno-input form-radio validate[required] jsToggle\" value=\"Yes\" id=\"input_input_29_0\" name=\"q29_proofincome\"\/><span class=\"jfYesno-label\">Yes<\/span><\/label><label class=\"jfYesno\" tabindex=\"0\" role=\"radio\" aria-checked=\"false\"><input type=\"radio\" class=\"jfYesno-input form-radio validate[required] jsToggle\" value=\"No\" id=\"input_input_29_1\" name=\"q29_proofincome\"\/><span class=\"jfYesno-label\">No<\/span><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Back\">Back<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"See if you qualify!\">See if you qualify!<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_matrix\" id=\"id_33\"><div id=\"cid_33\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_matrix\"><div class=\"jfCard-index\"><div>24<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_33\" class=\"jfQuestion-label isCenterAlign\" id=\"label_33\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">What is your average monthly income?<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_33_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-component=\"matrix2\" data-wrapper-react=\"true\"><div class=\"jfField\" id=\"matrix_33\" data-type=\"Slider\" style=\"width:100%\"><div class=\"jfMatrix isFun forDesktop forSlider\"><div class=\"jfMatrixTable-wrapper jfMatrix-innerScrollableArea\"><div class=\"jfMatrixInputList\"><div class=\"jfMatrixInputList-item js-matrixRow \" data-required=\"Require an answer on every row\"><div class=\"jfMatrixScale-labelWrapper\"><div class=\"jfMatrixScale-label \" data-scale=\"0.00\">$0<\/div><div class=\"jfMatrixScale-label \" data-scale=\"5.88\">$0 - $1k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"11.76\">$1k - $2k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"17.65\">$2k - $3k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"23.53\">$3k - $4k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"29.41\">$4k - $5k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"35.29\">$5k - $7.5k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"41.18\">$7.5k - $10k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"47.06\">$10k - $12.5k<\/div><div class=\"jfMatrixScale-label isVisible\" data-scale=\"52.94\">$12.5k - $15k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"58.82\">$15k - $20k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"64.71\">$20k - $25k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"70.59\">$25k - $30k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"76.47\">$30k - $35k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"82.35\">$35k - $40k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"88.24\">$40k - $45k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"94.12\">$45k - $50k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"100.00\">More than $50k<\/div><\/div><div class=\"jfMatrixScale\"><div class=\"jfMatrixScale-sep\"><span class=\"scaleSep\" data-scale=\"0.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_33_0_0\" name=\"q33_whatIs33[0]\" value=\"$0\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$0\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"5.88\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_33_0_1\" name=\"q33_whatIs33[0]\" value=\"$0 - $1k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$0 - $1k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"11.76\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_33_0_2\" name=\"q33_whatIs33[0]\" value=\"$1k - $2k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1k - $2k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"17.65\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_33_0_3\" name=\"q33_whatIs33[0]\" value=\"$2k - $3k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$2k - $3k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"23.53\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_33_0_4\" name=\"q33_whatIs33[0]\" value=\"$3k - $4k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$3k - $4k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"29.41\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_33_0_5\" name=\"q33_whatIs33[0]\" value=\"$4k - $5k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$4k - $5k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"35.29\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_33_0_6\" name=\"q33_whatIs33[0]\" value=\"$5k - $7.5k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$5k - $7.5k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"41.18\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_33_0_7\" name=\"q33_whatIs33[0]\" value=\"$7.5k - $10k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$7.5k - $10k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"47.06\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_33_0_8\" name=\"q33_whatIs33[0]\" value=\"$10k - $12.5k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$10k - $12.5k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"52.94\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_33_0_9\" name=\"q33_whatIs33[0]\" value=\"$12.5k - $15k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$12.5k - $15k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"58.82\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_33_0_10\" name=\"q33_whatIs33[0]\" value=\"$15k - $20k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$15k - $20k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"64.71\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_33_0_11\" name=\"q33_whatIs33[0]\" value=\"$20k - $25k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$20k - $25k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"70.59\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_33_0_12\" name=\"q33_whatIs33[0]\" value=\"$25k - $30k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$25k - $30k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"76.47\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_33_0_13\" name=\"q33_whatIs33[0]\" value=\"$30k - $35k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$30k - $35k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"82.35\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_33_0_14\" name=\"q33_whatIs33[0]\" value=\"$35k - $40k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$35k - $40k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"88.24\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_33_0_15\" name=\"q33_whatIs33[0]\" value=\"$40k - $45k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$40k - $45k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"94.12\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_33_0_16\" name=\"q33_whatIs33[0]\" value=\"$45k - $50k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$45k - $50k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"100.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_33_0_17\" name=\"q33_whatIs33[0]\" value=\"More than $50k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"More than $50k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><\/div><div class=\"jfMatrixScale-item\" style=\"width:52.94%\" aria-hidden=\"true\"><button class=\"jfMatrixScale-button noTranslate\" type=\"button\"><\/button><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"jfMatrix forMobile forSlider\"><div class=\"jfMobileMatrix-questionList\"><div class=\"jfMobileMatrix-question jfMobileMatrix-row isSelected\" data-order=\"0\"><\/div><\/div><div class=\"jfMobileMatrix-content slider\"><div class=\"jfMatrixInputList-item js-matrixRow \" data-required=\"Require an answer on every row\"><div class=\"jfMatrixScale-labelWrapper\"><div class=\"jfMatrixScale-label \" data-scale=\"0.00\">$0<\/div><div class=\"jfMatrixScale-label \" data-scale=\"5.88\">$0 - $1k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"11.76\">$1k - $2k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"17.65\">$2k - $3k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"23.53\">$3k - $4k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"29.41\">$4k - $5k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"35.29\">$5k - $7.5k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"41.18\">$7.5k - $10k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"47.06\">$10k - $12.5k<\/div><div class=\"jfMatrixScale-label isVisible\" data-scale=\"52.94\">$12.5k - $15k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"58.82\">$15k - $20k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"64.71\">$20k - $25k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"70.59\">$25k - $30k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"76.47\">$30k - $35k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"82.35\">$35k - $40k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"88.24\">$40k - $45k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"94.12\">$45k - $50k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"100.00\">More than $50k<\/div><\/div><div class=\"jfMatrixScale\"><div class=\"jfMatrixScale-sep\"><span class=\"scaleSep\" data-scale=\"0.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_33_0_0\" name=\"q33_whatIs33[0]\" value=\"$0\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$0\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"5.88\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_33_0_1\" name=\"q33_whatIs33[0]\" value=\"$0 - $1k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$0 - $1k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"11.76\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_33_0_2\" name=\"q33_whatIs33[0]\" value=\"$1k - $2k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1k - $2k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"17.65\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_33_0_3\" name=\"q33_whatIs33[0]\" value=\"$2k - $3k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$2k - $3k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"23.53\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_33_0_4\" name=\"q33_whatIs33[0]\" value=\"$3k - $4k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$3k - $4k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"29.41\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_33_0_5\" name=\"q33_whatIs33[0]\" value=\"$4k - $5k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$4k - $5k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"35.29\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_33_0_6\" name=\"q33_whatIs33[0]\" value=\"$5k - $7.5k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$5k - $7.5k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"41.18\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_33_0_7\" name=\"q33_whatIs33[0]\" value=\"$7.5k - $10k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$7.5k - $10k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"47.06\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_33_0_8\" name=\"q33_whatIs33[0]\" value=\"$10k - $12.5k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$10k - $12.5k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"52.94\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_33_0_9\" name=\"q33_whatIs33[0]\" value=\"$12.5k - $15k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$12.5k - $15k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"58.82\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_33_0_10\" name=\"q33_whatIs33[0]\" value=\"$15k - $20k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$15k - $20k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"64.71\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_33_0_11\" name=\"q33_whatIs33[0]\" value=\"$20k - $25k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$20k - $25k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"70.59\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_33_0_12\" name=\"q33_whatIs33[0]\" value=\"$25k - $30k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$25k - $30k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"76.47\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_33_0_13\" name=\"q33_whatIs33[0]\" value=\"$30k - $35k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$30k - $35k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"82.35\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_33_0_14\" name=\"q33_whatIs33[0]\" value=\"$35k - $40k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$35k - $40k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"88.24\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_33_0_15\" name=\"q33_whatIs33[0]\" value=\"$40k - $45k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$40k - $45k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"94.12\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_33_0_16\" name=\"q33_whatIs33[0]\" value=\"$45k - $50k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$45k - $50k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"100.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_33_0_17\" name=\"q33_whatIs33[0]\" value=\"More than $50k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"More than $50k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><\/div><div class=\"jfMatrixScale-item\" style=\"width:52.94%\" aria-hidden=\"true\"><button class=\"jfMatrixScale-button noTranslate\" type=\"button\"><\/button><\/div><\/div><\/div><\/div><div class=\"jfMobileMatrix-columnDotlist\"><button type=\"button\" aria-label=\"Previous\" class=\"jfMobileMatrix-prevRow forMatrixPrev js-mobilMatrixPrevButton\" disabled=\"\"><span class=\"iconSvg  arrow_left \"><svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30.2 52.6\" style=\"enable-background:new 0 0 30.2 52.6;\" xml:space=\"preserve\"><g><g><path class=\"st0\" d=\"M23.7,51.7c1.5,1.4,3.8,1.3,5.2-0.2c1.3-1.4,1.3-3.6,0-5l-20-20l20-20 c1.5-1.4,1.7-3.7,0.3-5.2c-1.4-1.5-3.7-1.7-5.2-0.3c-0.1,0.1-0.2,0.2-0.3,0.3L1.1,23.8c-1.4,1.4-1.4,3.8,0,5.2c0,0,0,0,0,0 L23.7,51.7z\"><\/path><\/g><\/g><\/svg><\/span><\/button><span class=\"jfMobileMatrix-columnDotWrapper\"><\/span><button type=\"button\" aria-label=\"Next\" class=\"jfMobileMatrix-nextRow forMatrixNext js-mobileMatrixNextButton\" disabled=\"\"><span class=\"iconSvg  arrow_left \"><svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30.2 52.6\" style=\"enable-background:new 0 0 30.2 52.6;\" xml:space=\"preserve\"><g><g><path class=\"st0\" d=\"M23.7,51.7c1.5,1.4,3.8,1.3,5.2-0.2c1.3-1.4,1.3-3.6,0-5l-20-20l20-20 c1.5-1.4,1.7-3.7,0.3-5.2c-1.4-1.5-3.7-1.7-5.2-0.3c-0.1,0.1-0.2,0.2-0.3,0.3L1.1,23.8c-1.4,1.4-1.4,3.8,0,5.2c0,0,0,0,0,0 L23.7,51.7z\"><\/path><\/g><\/g><\/svg><\/span><\/button><\/div><\/div><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Back\">Back<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"See if you qualify!\">See if you qualify!<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_matrix\" id=\"id_34\"><div id=\"cid_34\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_matrix\"><div class=\"jfCard-index\"><div>25<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_34\" class=\"jfQuestion-label isCenterAlign\" id=\"label_34\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">What are your average monthly expenses?<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_34_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-component=\"matrix2\" data-wrapper-react=\"true\"><div class=\"jfField\" id=\"matrix_34\" data-type=\"Slider\" style=\"width:100%\"><div class=\"jfMatrix isFun forDesktop forSlider\"><div class=\"jfMatrixTable-wrapper jfMatrix-innerScrollableArea\"><div class=\"jfMatrixInputList\"><div class=\"jfMatrixInputList-item js-matrixRow \" data-required=\"Require an answer on every row\"><div class=\"jfMatrixScale-labelWrapper\"><div class=\"jfMatrixScale-label \" data-scale=\"0.00\">$0<\/div><div class=\"jfMatrixScale-label \" data-scale=\"5.88\">$0 - $1k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"11.76\">$1k - $2k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"17.65\">$2k - $3k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"23.53\">$3k - $4k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"29.41\">$4k - $5k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"35.29\">$5k - $7.5k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"41.18\">$7.5k - $10k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"47.06\">$10k - $12.5k<\/div><div class=\"jfMatrixScale-label isVisible\" data-scale=\"52.94\">$12.5k - $15k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"58.82\">$15k - $20k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"64.71\">$20k - $25k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"70.59\">$25k - $30k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"76.47\">$30k - $35k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"82.35\">$35k - $40k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"88.24\">$40k - $45k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"94.12\">$45k - $50k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"100.00\">More than $50k<\/div><\/div><div class=\"jfMatrixScale\"><div class=\"jfMatrixScale-sep\"><span class=\"scaleSep\" data-scale=\"0.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_34_0_0\" name=\"q34_whatAre[0]\" value=\"$0\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$0\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"5.88\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_34_0_1\" name=\"q34_whatAre[0]\" value=\"$0 - $1k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$0 - $1k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"11.76\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_34_0_2\" name=\"q34_whatAre[0]\" value=\"$1k - $2k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1k - $2k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"17.65\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_34_0_3\" name=\"q34_whatAre[0]\" value=\"$2k - $3k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$2k - $3k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"23.53\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_34_0_4\" name=\"q34_whatAre[0]\" value=\"$3k - $4k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$3k - $4k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"29.41\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_34_0_5\" name=\"q34_whatAre[0]\" value=\"$4k - $5k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$4k - $5k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"35.29\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_34_0_6\" name=\"q34_whatAre[0]\" value=\"$5k - $7.5k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$5k - $7.5k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"41.18\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_34_0_7\" name=\"q34_whatAre[0]\" value=\"$7.5k - $10k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$7.5k - $10k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"47.06\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_34_0_8\" name=\"q34_whatAre[0]\" value=\"$10k - $12.5k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$10k - $12.5k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"52.94\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_34_0_9\" name=\"q34_whatAre[0]\" value=\"$12.5k - $15k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$12.5k - $15k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"58.82\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_34_0_10\" name=\"q34_whatAre[0]\" value=\"$15k - $20k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$15k - $20k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"64.71\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_34_0_11\" name=\"q34_whatAre[0]\" value=\"$20k - $25k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$20k - $25k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"70.59\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_34_0_12\" name=\"q34_whatAre[0]\" value=\"$25k - $30k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$25k - $30k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"76.47\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_34_0_13\" name=\"q34_whatAre[0]\" value=\"$30k - $35k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$30k - $35k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"82.35\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_34_0_14\" name=\"q34_whatAre[0]\" value=\"$35k - $40k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$35k - $40k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"88.24\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_34_0_15\" name=\"q34_whatAre[0]\" value=\"$40k - $45k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$40k - $45k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"94.12\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_34_0_16\" name=\"q34_whatAre[0]\" value=\"$45k - $50k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$45k - $50k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"100.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_34_0_17\" name=\"q34_whatAre[0]\" value=\"More than $50k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"More than $50k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><\/div><div class=\"jfMatrixScale-item\" style=\"width:52.94%\" aria-hidden=\"true\"><button class=\"jfMatrixScale-button noTranslate\" type=\"button\"><\/button><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"jfMatrix forMobile forSlider\"><div class=\"jfMobileMatrix-questionList\"><div class=\"jfMobileMatrix-question jfMobileMatrix-row isSelected\" data-order=\"0\"><\/div><\/div><div class=\"jfMobileMatrix-content slider\"><div class=\"jfMatrixInputList-item js-matrixRow \" data-required=\"Require an answer on every row\"><div class=\"jfMatrixScale-labelWrapper\"><div class=\"jfMatrixScale-label \" data-scale=\"0.00\">$0<\/div><div class=\"jfMatrixScale-label \" data-scale=\"5.88\">$0 - $1k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"11.76\">$1k - $2k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"17.65\">$2k - $3k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"23.53\">$3k - $4k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"29.41\">$4k - $5k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"35.29\">$5k - $7.5k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"41.18\">$7.5k - $10k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"47.06\">$10k - $12.5k<\/div><div class=\"jfMatrixScale-label isVisible\" data-scale=\"52.94\">$12.5k - $15k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"58.82\">$15k - $20k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"64.71\">$20k - $25k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"70.59\">$25k - $30k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"76.47\">$30k - $35k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"82.35\">$35k - $40k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"88.24\">$40k - $45k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"94.12\">$45k - $50k<\/div><div class=\"jfMatrixScale-label \" data-scale=\"100.00\">More than $50k<\/div><\/div><div class=\"jfMatrixScale\"><div class=\"jfMatrixScale-sep\"><span class=\"scaleSep\" data-scale=\"0.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_34_0_0\" name=\"q34_whatAre[0]\" value=\"$0\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$0\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"5.88\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_34_0_1\" name=\"q34_whatAre[0]\" value=\"$0 - $1k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$0 - $1k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"11.76\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_34_0_2\" name=\"q34_whatAre[0]\" value=\"$1k - $2k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$1k - $2k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"17.65\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_34_0_3\" name=\"q34_whatAre[0]\" value=\"$2k - $3k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$2k - $3k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"23.53\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_34_0_4\" name=\"q34_whatAre[0]\" value=\"$3k - $4k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$3k - $4k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"29.41\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_34_0_5\" name=\"q34_whatAre[0]\" value=\"$4k - $5k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$4k - $5k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"35.29\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_34_0_6\" name=\"q34_whatAre[0]\" value=\"$5k - $7.5k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$5k - $7.5k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"41.18\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_34_0_7\" name=\"q34_whatAre[0]\" value=\"$7.5k - $10k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$7.5k - $10k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"47.06\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_34_0_8\" name=\"q34_whatAre[0]\" value=\"$10k - $12.5k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$10k - $12.5k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"52.94\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_34_0_9\" name=\"q34_whatAre[0]\" value=\"$12.5k - $15k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$12.5k - $15k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"58.82\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_34_0_10\" name=\"q34_whatAre[0]\" value=\"$15k - $20k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$15k - $20k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"64.71\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_34_0_11\" name=\"q34_whatAre[0]\" value=\"$20k - $25k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$20k - $25k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"70.59\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_34_0_12\" name=\"q34_whatAre[0]\" value=\"$25k - $30k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$25k - $30k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"76.47\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_34_0_13\" name=\"q34_whatAre[0]\" value=\"$30k - $35k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$30k - $35k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"82.35\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_34_0_14\" name=\"q34_whatAre[0]\" value=\"$35k - $40k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$35k - $40k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"88.24\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_34_0_15\" name=\"q34_whatAre[0]\" value=\"$40k - $45k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$40k - $45k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"94.12\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_34_0_16\" name=\"q34_whatAre[0]\" value=\"$45k - $50k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"$45k - $50k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><span class=\"scaleSep\" data-scale=\"100.00\"><label class=\"form-matrix-values jfMatrix-inputWrapper forRadio\"><input type=\"radio\" id=\"input_34_0_17\" name=\"q34_whatAre[0]\" value=\"More than $50k\" class=\"form-radio validate[required, requireEveryRow]\" tabindex=\"-1\" aria-label=\"More than $50k\"\/><span class=\"jfMatrix-customRadio\"><span class=\"jfMatrix-customRadioInner\"><\/span><\/span><\/label><\/span><\/div><div class=\"jfMatrixScale-item\" style=\"width:52.94%\" aria-hidden=\"true\"><button class=\"jfMatrixScale-button noTranslate\" type=\"button\"><\/button><\/div><\/div><\/div><\/div><div class=\"jfMobileMatrix-columnDotlist\"><button type=\"button\" aria-label=\"Previous\" class=\"jfMobileMatrix-prevRow forMatrixPrev js-mobilMatrixPrevButton\" disabled=\"\"><span class=\"iconSvg  arrow_left \"><svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30.2 52.6\" style=\"enable-background:new 0 0 30.2 52.6;\" xml:space=\"preserve\"><g><g><path class=\"st0\" d=\"M23.7,51.7c1.5,1.4,3.8,1.3,5.2-0.2c1.3-1.4,1.3-3.6,0-5l-20-20l20-20 c1.5-1.4,1.7-3.7,0.3-5.2c-1.4-1.5-3.7-1.7-5.2-0.3c-0.1,0.1-0.2,0.2-0.3,0.3L1.1,23.8c-1.4,1.4-1.4,3.8,0,5.2c0,0,0,0,0,0 L23.7,51.7z\"><\/path><\/g><\/g><\/svg><\/span><\/button><span class=\"jfMobileMatrix-columnDotWrapper\"><\/span><button type=\"button\" aria-label=\"Next\" class=\"jfMobileMatrix-nextRow forMatrixNext js-mobileMatrixNextButton\" disabled=\"\"><span class=\"iconSvg  arrow_left \"><svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30.2 52.6\" style=\"enable-background:new 0 0 30.2 52.6;\" xml:space=\"preserve\"><g><g><path class=\"st0\" d=\"M23.7,51.7c1.5,1.4,3.8,1.3,5.2-0.2c1.3-1.4,1.3-3.6,0-5l-20-20l20-20 c1.5-1.4,1.7-3.7,0.3-5.2c-1.4-1.5-3.7-1.7-5.2-0.3c-0.1,0.1-0.2,0.2-0.3,0.3L1.1,23.8c-1.4,1.4-1.4,3.8,0,5.2c0,0,0,0,0,0 L23.7,51.7z\"><\/path><\/g><\/g><\/svg><\/span><\/button><\/div><\/div><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Back\">Back<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"See if you qualify!\">See if you qualify!<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_yesno\" id=\"id_12\"><div id=\"cid_12\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_yesno\"><div class=\"jfCard-index\"><div>26<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_12\" class=\"jfQuestion-label isCenterAlign\" id=\"label_12\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Do you currently have a FHA loan?<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_12_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-wrapper-react=\"true\"><div class=\"jfField\" role=\"group\" aria-labelledby=\"label_12\"><label class=\"jfYesno\" tabindex=\"0\" role=\"radio\" aria-checked=\"false\"><input type=\"radio\" class=\"jfYesno-input form-radio validate[required] jsToggle\" value=\"YES\" id=\"input_input_12_0\" name=\"q12_hasfha\"\/><span class=\"jfYesno-label\">YES<\/span><\/label><label class=\"jfYesno\" tabindex=\"0\" role=\"radio\" aria-checked=\"false\"><input type=\"radio\" class=\"jfYesno-input form-radio validate[required] jsToggle\" value=\"NO\" id=\"input_input_12_1\" name=\"q12_hasfha\"\/><span class=\"jfYesno-label\">NO<\/span><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Back\">Back<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"See if you qualify!\">See if you qualify!<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_radio\" id=\"id_36\"><div id=\"cid_36\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_radio\"><div class=\"jfCard-index\"><div>27<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_36\" class=\"jfQuestion-label isCenterAlign\" id=\"label_36\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Any late mortgage payments in the last 12 months?<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_36_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div role=\"group\" id=\"input_group_36\" class=\"jfQuestion-fields form-multiple-column\" data-columncount=\"2\" data-component=\"radio\"><div class=\"jfField form-radio-item\"><label data-id=\"label_input_36_0\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q36_latemtgpayments\" value=\"None\" id=\"input_36_0\" required=\"\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\"\/><span class=\"jfRadio-labelText\">None<\/span><\/div><\/label><\/div><div class=\"jfField form-radio-item\"><label data-id=\"label_input_36_1\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q36_latemtgpayments\" value=\"1 Late Payment\" id=\"input_36_1\" required=\"\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\"\/><span class=\"jfRadio-labelText\">1 Late Payment<\/span><\/div><\/label><\/div><div class=\"jfField jfField-lastRowItem form-radio-item\"><label data-id=\"label_input_36_2\" class=\"jfRadio withoutImage\"><input type=\"radio\" class=\"jfRadio-input form-radio validate[required]\" name=\"q36_latemtgpayments\" value=\"2+ Late Payments\" id=\"input_36_2\" required=\"\"\/><div class=\"jfRadio-label\"><span class=\"jfRadio-customInput\"><span class=\"jfRadio-customInputIcon\"><\/span><\/span><img class=\"jfRadio-visual\" alt=\"Radio\"\/><span class=\"jfRadio-labelText\">2+ Late Payments<\/span><\/div><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Back\">Back<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"See if you qualify!\">See if you qualify!<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_yesno\" id=\"id_35\"><div id=\"cid_35\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_yesno\"><div class=\"jfCard-index\"><div>28<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_35\" class=\"jfQuestion-label isCenterAlign\" id=\"label_35\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">Are you currently working with a real estate agent?<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_35_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-wrapper-react=\"true\"><div class=\"jfField\" role=\"group\" aria-labelledby=\"label_35\"><label class=\"jfYesno\" tabindex=\"0\" role=\"radio\" aria-checked=\"false\"><input type=\"radio\" class=\"jfYesno-input form-radio validate[required] jsToggle\" value=\"YES\" id=\"input_input_35_0\" name=\"q35_hasAgent\"\/><span class=\"jfYesno-label\">YES<\/span><\/label><label class=\"jfYesno\" tabindex=\"0\" role=\"radio\" aria-checked=\"false\"><input type=\"radio\" class=\"jfYesno-input form-radio validate[required] jsToggle\" value=\"NO\" id=\"input_input_35_1\" name=\"q35_hasAgent\"\/><span class=\"jfYesno-label\">NO<\/span><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Back\">Back<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"See if you qualify!\">See if you qualify!<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_fullname\" id=\"id_46\" data-compound-hint=\"\"><div id=\"cid_46\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_fullname\"><div class=\"jfCard-index\"><div>29<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_46\" class=\"jfQuestion-label isCenterAlign\" id=\"label_46\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">What is your first and last name?<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_46_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-wrapper-react=\"true\" role=\"group\" id=\"input_group_46\"><div class=\"jfField\" data-type=\"first\"><input type=\"text\" id=\"first_46\" name=\"q46_name[first]\" class=\"form-textbox validate[required] forFullname jfInput-input hasSublabel\" autoComplete=\"given-name\" size=\"10\" value=\"\" data-component=\"first\" required=\"\" aria-required=\"true\" aria-describedby=\"first_46_description\" aria-labelledby=\"label_46 sublabel_46_first\"\/><label class=\"jfField-sublabel \" for=\"first_46\" id=\"sublabel_46_first\">First Name<\/label><\/div><div class=\"jfField\" data-type=\"last\"><input type=\"text\" id=\"last_46\" name=\"q46_name[last]\" class=\"form-textbox validate[required] forFullname jfInput-input hasSublabel\" autoComplete=\"family-name\" size=\"15\" value=\"\" data-component=\"last\" required=\"\" aria-required=\"true\" aria-describedby=\"last_46_description\" aria-labelledby=\"label_46 sublabel_46_last\"\/><label class=\"jfField-sublabel \" for=\"last_46\" id=\"sublabel_46_last\">Last Name<\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Back\">Back<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"See if you qualify!\">See if you qualify!<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line jf-required\" data-type=\"control_widget\" id=\"id_47\"><div id=\"cid_47\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_widget\"><div class=\"jfCard-index\"><div>30<\/div><\/div><div class=\"jfCard-question\" data-widget-id=\"559cd32b59f37c283d00001a\"><label for=\"input_47\" class=\"jfQuestion-label isCenterAlign\" id=\"label_47\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">What is your email address?<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_47_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\"><div class=\"jfField jfWidget form-input\" dataType=\"textbox\" data-widget-id=\"559cd32b59f37c283d00001a\"><div class=\"jfWidget-frame\" style=\"text-align:left\" data-component=\"widget-field\"><iframe frameBorder=\"0\" scrolling=\"yes\" allowTransparency=\"true\" allow=\"geolocation; microphone; camera; autoplay; encrypted-media; fullscreen\" data-type=\"iframe\" class=\"custom-field-frame\" id=\"customFieldFrame_47\" title=\"XVerify Email\" src=\"\" style=\"border:none;width:300px;height:50px\" data-width=\"300\" data-height=\"50\"><\/iframe><div class=\"widget-inputs-wrapper\"><input type=\"hidden\" id=\"input_47\" class=\"form-hidden form-widget widget-required \" name=\"q47_whatIs\" value=\"\"\/><input type=\"hidden\" id=\"widget_settings_47\" class=\"form-hidden form-widget-settings\" value=\"%5B%7B%22name%22%3A%22apikey%22%2C%22value%22%3A%22encoded%3AC2r5wYpTIKPxUVjnXDzRHElcsqG2Ngq%2BsyphGw8RrWw%3D%22%7D%2C%7B%22name%22%3A%22placeholder%22%2C%22value%22%3A%22ex%3A%20myname%40example.com%22%7D%2C%7B%22name%22%3A%22allowUnknown%22%2C%22value%22%3A%22No%22%7D%5D\" data-version=\"2\"\/><\/div><\/div><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Back\">Back<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"See if you qualify!\">See if you qualify!<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line\" data-type=\"control_phone\" id=\"id_16\" data-compound-hint=\"\"><div id=\"cid_16\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_phone\"><div class=\"jfCard-index\"><div>31<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_group_16\" class=\"jfQuestion-label isCenterAlign\" id=\"label_16\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">What is the best number to reach you at?<\/span><span class=\"jfRequiredStar\">* <span class=\"jfRequiredStar-message\">This field is required.<\/span><\/span><\/label><span class=\"jfQuestion-description\" id=\"input_16_description\"><span>Click <strong>\"See If You Qualify\"<\/strong> Below!\n\u2193<\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\" data-wrapper-react=\"true\"><div class=\"jfField\" data-type=\"phone\"><input type=\"tel\" id=\"input_16_full\" name=\"q16_phone_home[full]\" data-type=\"mask-number\" class=\"form-textbox validate[required, Fill Mask] mask-phone-number forPhone jfInput-input\" autoComplete=\"off\" value=\"\" data-masked=\"true\" data-component=\"phone\" required=\"\" aria-required=\"true\" aria-describedby=\"input_16_full_description\" aria-labelledby=\"label_16\"\/><label class=\"jfField-sublabel \" for=\"input_16_full\" id=\"sublabel_16_masked\"><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Back\">Back<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"See if you qualify!\">See if you qualify!<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line always-hidden\" data-type=\"control_textbox\" id=\"id_42\"><div id=\"cid_42\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_textbox\"><div class=\"jfCard-index\"><div>32<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_42\" class=\"jfQuestion-label isCenterAlign\" id=\"label_42\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">utm_subid<\/span><\/label><span class=\"jfQuestion-description\" id=\"input_42_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\"><div class=\"jfField\" data-type=\"textbox\"><input type=\"text\" id=\"input_42\" name=\"q42_utm_subid\" data-type=\"input-textbox\" class=\"form-textbox jfInput-input\" size=\"20\" value=\"\" data-component=\"textbox\" aria-required=\"false\" aria-describedby=\"input_42_description\" aria-labelledby=\"label_42\"\/><label class=\"jfField-sublabel \" for=\"input_42\"><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Back\">Back<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"See if you qualify!\">See if you qualify!<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li class=\"form-line always-hidden\" data-type=\"control_textbox\" id=\"id_43\"><div id=\"cid_43\" class=\"jfCard-wrapper\"><div class=\"jfCard\" data-type=\"control_textbox\"><div class=\"jfCard-index\"><div>33<\/div><\/div><div class=\"jfCard-question\"><div class=\"jfQuestion-fullscreen isHidden\" aria-hidden=\"true\" role=\"button\" aria-label=\"fullscreen mode\" tabindex=\"-1\"><\/div><label for=\"input_43\" class=\"jfQuestion-label isCenterAlign\" id=\"label_43\"><span class=\"jsQuestionLabelContainer jfQuestionLabelContainer\">leadid_token<\/span><\/label><span class=\"jfQuestion-description\" id=\"input_43_description\"><span><\/span><\/span><div class=\"jfCard-mobileError jsMobileErrorWrapper\"><\/div><div class=\"jfQuestion-fields\"><div class=\"jfField isFilled\" data-type=\"textbox\"><input type=\"text\" id=\"input_43\" name=\"q43_leadid_disclosure\" data-type=\"input-textbox\" class=\"form-textbox jfInput-input\" size=\"20\" value=\"By submitting this form, you are providing prior express &quot;written&quot; consent for Fairway Independent Mortgage Corporation as well as its real estate agent and broker partners to contact you occasionally by telephone (including by automated dialing systems, text, artificial voice or pre-recorded messages), mobile device (including SMS and MMS), and\/or email, even if you are on a corporate, state, or national Do Not Call list. Consent is not required in order to purchase goods and services from Fairway Independent Mortgage Corporation or its real estate agent and broker partners. You also agree to our Terms of Use and Privacy Policy.\" data-component=\"textbox\" aria-required=\"false\" aria-describedby=\"input_43_description\" aria-labelledby=\"label_43\"\/><label class=\"jfField-sublabel \" for=\"input_43\"><\/label><\/div><\/div><\/div><div class=\"jfCard-actions\"><button style=\"display:block\" type=\"button\" class=\"jfInput-button forPrev u-left\" data-component=\"button\" aria-label=\"Back\">Back<\/button><button style=\"display:block\" type=\"button\" class=\"jfInput-button forNext u-right\" data-component=\"button\" aria-label=\"Next\">Next<\/button><button style=\"display:none\" type=\"submit\" class=\"jfInput-button forSubmit form-submit-button u-right\" data-component=\"button\" aria-label=\"See if you qualify!\">See if you qualify!<\/button><div class=\"cf\"><div class=\"jfCard-actionsNotification\" aria-live=\"polite\"><div class=\"jfPressEnter isHidden\" aria-hidden=\"true\">Press<br\/>Enter<\/div><\/div><\/div><div class=\"jfCard-disableSubmitError\"><\/div><\/div><\/div><\/div><\/li><li style=\"display:none\">Should be Empty:<input type=\"text\" name=\"website\" value=\"\" aria-hidden=\"true\"\/><\/li><\/ul><\/form><\/div><div class=\"jStaticItems\"><\/div><input type=\"hidden\" aria-hidden=\"true\" id=\"simple_spc\" name=\"simple_spc\" value=\"201105439666151-201105439666151\"\/><div class=\"jfProgress progress-animate\" id=\"cardProgress\" aria-hidden=\"true\" role=\"navigation\" aria-label=\"Progress Bar\"><span class=\"jfProgressLine\"><span class=\"jfProgressLine-inner jsFeedbackProgressLine\" style=\"width:100%\"><\/span><\/span><span class=\"jfProgress-itemWrapperLine \"><\/span><span id=\"jsSubmitError\" class=\"jfProgress-formError\"><\/span><div class=\"jfProgress-itemWrapper \" role=\"list\"><div class=\"jfProgress-itemCell\" role=\"listitem\"><div class=\"jfProgress-item\" data-index=\"0\" role=\"link\" tabindex=\"0\"><div class=\"jfProgress-itemCircle\"><span class=\"jfProgress-itemPulse\"><\/span><\/div><span class=\"jfProgress-itemLabel\">Question Label<\/span><span class=\"jfProgress-statusIcon\"><span class=\"iconSvg  icon_check \"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 326 326\" class=\"check-outer\"><g data-name=\"Layer 2\"><g data-name=\"Layer 1\"><path d=\"M163,0C73.12,0,0,73.12,0,163S73.12,326,163,326s163-73.12,163-163S252.88,0,163,0Z\"><\/path><path d=\"M237.88,108.5a13.49,13.49,0,0,0-19.08,0l-80.38,80.38-31.23-31.22a13.49,13.49,0,0,0-19.08,19.09l40.77,40.76a13.5,13.5,0,0,0,19.08,0l.34-.34h0l89.56-89.56a13.49,13.49,0,0,0,0-19.08Z\" class=\"check-inner\" style=\"fill:#fff\"><\/path><\/g><\/g><\/svg><\/span><\/span><\/div><\/div><\/div><div class=\"jfProgress-info\"><span class=\"jfProgress-infoContent\" id=\"cardProgressToggle\" role=\"button\" aria-label=\"See all\"><span class=\"jfProgress-infoContentText\"><span class=\"cardProgress-currentIndex\" id=\"cardProgress-currentIndex\">1 <\/span><span class=\"cardProgress-questionCount cardProgress-middleText\">of<\/span><span class=\"cardProgress-questionCount\" id=\"cardProgress-questionCount\"> 33<\/span><span class=\"cardProgress-seeAll\">See All<\/span><span class=\"cardProgress-goBack\">Go Back<\/span><\/span><\/span><\/div><div class=\"jfProgress-mobileNavigation jsMobileNavigation\" style=\"display:none\"><button type=\"button\" class=\"jfInput-button forPrev forMobileNav u-left jsMobilePrev noTranslate\" data-component=\"button\" aria-label=\"Back\"><span class=\"iconSvg  arrow_left \"><svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30.2 52.6\" style=\"enable-background:new 0 0 30.2 52.6;\" xml:space=\"preserve\"><g><g><path class=\"st0\" d=\"M23.7,51.7c1.5,1.4,3.8,1.3,5.2-0.2c1.3-1.4,1.3-3.6,0-5l-20-20l20-20 c1.5-1.4,1.7-3.7,0.3-5.2c-1.4-1.5-3.7-1.7-5.2-0.3c-0.1,0.1-0.2,0.2-0.3,0.3L1.1,23.8c-1.4,1.4-1.4,3.8,0,5.2c0,0,0,0,0,0 L23.7,51.7z\"><\/path><\/g><\/g><\/svg><\/span><\/button><button type=\"button\" class=\"jfInput-button forNext forMobileNav u-right jsMobileNext noTranslate\" data-component=\"button\" aria-label=\"Next\"><span class=\"iconSvg  arrow_left \"><svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30.2 52.6\" style=\"enable-background:new 0 0 30.2 52.6;\" xml:space=\"preserve\"><g><g><path class=\"st0\" d=\"M23.7,51.7c1.5,1.4,3.8,1.3,5.2-0.2c1.3-1.4,1.3-3.6,0-5l-20-20l20-20 c1.5-1.4,1.7-3.7,0.3-5.2c-1.4-1.5-3.7-1.7-5.2-0.3c-0.1,0.1-0.2,0.2-0.3,0.3L1.1,23.8c-1.4,1.4-1.4,3.8,0,5.2c0,0,0,0,0,0 L23.7,51.7z\"><\/path><\/g><\/g><\/svg><\/span><\/button><button style=\"display:none\" type=\"button\" class=\"jfInput-button forSubmit forMobileNav form-submit-button u-center jsMobileSubmit\" data-component=\"button\" aria-label=\"See if you qualify!\">See if you qualify!<\/button><button class=\"jfInput-button u-left forBackToForm\" style=\"display:none\" aria-label=\"Back To Form\"><\/button><\/div><\/div><div class=\"js-overlayWrapper jfOverlay\" aria-hidden=\"true\"><div class=\"jfOverlay-modalWrapper js-overlay-modalWrapper\"><span class=\"jfOverlay-close\"><span class=\"iconSvg  close \"><svg data-name=\"Layer 1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 209.37 209.37\"><path d=\"M104.1,94.23c-5.83-6-11.26-11.65-16.79-17.2C75.06,64.72,62.72,52.5,50.5,40.17c-1.61-1.63-2.65-1.87-4.22,0a53.62,53.62,0,0,1-5.62,5.61c-1.83,1.58-1.87,2.65-.07,4.42C50.95,60.34,61.17,70.65,71.45,80.91,79,88.46,86.6,96,94.5,103.84L38.58,160l9.18,9.74,56.09-56.38,56.38,56.56,10.38-10.36-56.16-55.81c10-10,19.95-20,29.87-29.88,8-8,16-15.91,23.94-23.94,0.66-.66,1.31-2.42,1-2.78-2.8-3.08-5.82-6-9.24-9.36Z\"><\/path><\/svg><\/span><\/span><img class=\"js-overlayImage jfOverlayImage\" alt=\"close\"\/><\/div><\/div><script src=\"https:\/\/fairwaymc.jotform.com\/cardforms\/layout.min.js?aa4e2e29\"><\/script><script src=\"https:\/\/fairwaymc.jotform.com\/ownerView.php?id=201105439666151\"><\/script><script>window.CardForm = new CardLayout({\"formMode\":\"form\",\"isSSOProtected\":false,\"isSaveAndContinueLaterActivated\":false,\"ownerView\":false,\"ownerPercentage\":58,\"isProduction\":false,\"isFormProgressVisible\":true,\"apiURL\":\"\/API\",\"reviewBeforeSubmit\":null,\"questions\":[{\"qid\":\"input_25\",\"id\":\"25\",\"type\":\"control_dropdown\"},{\"qid\":\"input_18\",\"id\":\"18\",\"type\":\"control_imagechoice\"},{\"qid\":\"input_37\",\"id\":\"37\",\"type\":\"control_dropdown\"},{\"qid\":\"input_17\",\"id\":\"17\",\"type\":\"control_imagechoice\"},{\"qid\":\"input_3\",\"id\":\"3\",\"type\":\"control_imagechoice\"},{\"qid\":\"input_38\",\"id\":\"38\",\"type\":\"control_imagechoice\"},{\"qid\":\"input_6\",\"id\":\"6\",\"type\":\"control_yesno\"},{\"qid\":\"input_7\",\"id\":\"7\",\"type\":\"control_radio\"},{\"qid\":\"input_30\",\"id\":\"30\",\"type\":\"control_radio\"},{\"qid\":\"input_2\",\"id\":\"2\",\"type\":\"control_matrix\"},{\"qid\":\"input_22\",\"id\":\"22\",\"type\":\"control_matrix\"},{\"qid\":\"input_23\",\"id\":\"23\",\"type\":\"control_matrix\"},{\"qid\":\"input_5\",\"id\":\"5\",\"type\":\"control_radio\"},{\"qid\":\"input_21\",\"id\":\"21\",\"type\":\"control_matrix\"},{\"qid\":\"input_26\",\"id\":\"26\",\"type\":\"control_matrix\"},{\"qid\":\"input_27\",\"id\":\"27\",\"type\":\"control_imagechoice\"},{\"qid\":\"input_39\",\"id\":\"39\",\"type\":\"control_imagechoice\"},{\"qid\":\"input_28\",\"id\":\"28\",\"type\":\"control_yesno\"},{\"qid\":\"input_9\",\"id\":\"9\",\"type\":\"control_matrix\"},{\"qid\":\"input_32\",\"id\":\"32\",\"type\":\"control_matrix\"},{\"qid\":\"input_8\",\"id\":\"8\",\"type\":\"control_radio\"},{\"qid\":\"input_31\",\"id\":\"31\",\"type\":\"control_yesno\"},{\"qid\":\"input_29\",\"id\":\"29\",\"type\":\"control_yesno\"},{\"qid\":\"input_33\",\"id\":\"33\",\"type\":\"control_matrix\"},{\"qid\":\"input_34\",\"id\":\"34\",\"type\":\"control_matrix\"},{\"qid\":\"input_12\",\"id\":\"12\",\"type\":\"control_yesno\"},{\"qid\":\"input_36\",\"id\":\"36\",\"type\":\"control_radio\"},{\"qid\":\"input_35\",\"id\":\"35\",\"type\":\"control_yesno\"},{\"qid\":\"input_46\",\"id\":\"46\",\"type\":\"control_fullname\"},{\"qid\":\"input_47\",\"id\":\"47\",\"type\":\"control_widget\",\"widgetType\":\"field\"},{\"qid\":\"input_16\",\"id\":\"16\",\"type\":\"control_phone\"},{\"qid\":\"input_42\",\"id\":\"42\",\"type\":\"control_textbox\",\"isHidden\":true},{\"qid\":\"input_43\",\"id\":\"43\",\"type\":\"control_textbox\",\"isHidden\":true}],\"allQuestions\":[{\"id\":\"25\",\"type\":\"control_dropdown\",\"isHidden\":false,\"fields\":null},{\"id\":\"18\",\"type\":\"control_imagechoice\",\"isHidden\":false,\"fields\":null},{\"id\":\"45\",\"type\":\"control_head\",\"isHidden\":false,\"fields\":null},{\"id\":\"37\",\"type\":\"control_dropdown\",\"isHidden\":false,\"fields\":null},{\"id\":\"17\",\"type\":\"control_imagechoice\",\"isHidden\":false,\"fields\":null},{\"id\":\"3\",\"type\":\"control_imagechoice\",\"isHidden\":false,\"fields\":null},{\"id\":\"38\",\"type\":\"control_imagechoice\",\"isHidden\":false,\"fields\":null},{\"id\":\"6\",\"type\":\"control_yesno\",\"isHidden\":false,\"fields\":null},{\"id\":\"7\",\"type\":\"control_radio\",\"isHidden\":false,\"fields\":null},{\"id\":\"30\",\"type\":\"control_radio\",\"isHidden\":false,\"fields\":null},{\"id\":\"2\",\"type\":\"control_matrix\",\"isHidden\":false,\"fields\":null},{\"id\":\"22\",\"type\":\"control_matrix\",\"isHidden\":false,\"fields\":null},{\"id\":\"23\",\"type\":\"control_matrix\",\"isHidden\":false,\"fields\":null},{\"id\":\"5\",\"type\":\"control_radio\",\"isHidden\":false,\"fields\":null},{\"id\":\"21\",\"type\":\"control_matrix\",\"isHidden\":false,\"fields\":null},{\"id\":\"26\",\"type\":\"control_matrix\",\"isHidden\":false,\"fields\":null},{\"id\":\"27\",\"type\":\"control_imagechoice\",\"isHidden\":false,\"fields\":null},{\"id\":\"39\",\"type\":\"control_imagechoice\",\"isHidden\":false,\"fields\":null},{\"id\":\"28\",\"type\":\"control_yesno\",\"isHidden\":false,\"fields\":null},{\"id\":\"9\",\"type\":\"control_matrix\",\"isHidden\":false,\"fields\":null},{\"id\":\"32\",\"type\":\"control_matrix\",\"isHidden\":false,\"fields\":null},{\"id\":\"8\",\"type\":\"control_radio\",\"isHidden\":false,\"fields\":null},{\"id\":\"31\",\"type\":\"control_yesno\",\"isHidden\":false,\"fields\":null},{\"id\":\"29\",\"type\":\"control_yesno\",\"isHidden\":false,\"fields\":null},{\"id\":\"33\",\"type\":\"control_matrix\",\"isHidden\":false,\"fields\":null},{\"id\":\"34\",\"type\":\"control_matrix\",\"isHidden\":false,\"fields\":null},{\"id\":\"12\",\"type\":\"control_yesno\",\"isHidden\":false,\"fields\":null},{\"id\":\"36\",\"type\":\"control_radio\",\"isHidden\":false,\"fields\":null},{\"id\":\"35\",\"type\":\"control_yesno\",\"isHidden\":false,\"fields\":null},{\"id\":\"46\",\"type\":\"control_fullname\",\"isHidden\":false,\"fields\":null},{\"id\":\"47\",\"type\":\"control_widget\",\"isHidden\":false,\"fields\":null},{\"id\":\"16\",\"type\":\"control_phone\",\"isHidden\":false,\"fields\":null},{\"id\":\"42\",\"type\":\"control_textbox\",\"isHidden\":true,\"fields\":null},{\"id\":\"43\",\"type\":\"control_textbox\",\"isHidden\":true,\"fields\":null}],\"captchaMode\":null,\"sectionHeaders\":[{\"props\":{\"text\":{\"text\":\"Text\",\"value\":\"We're so sorry!\",\"nolabel\":true},\"subHeader\":{\"text\":\"Sub Heading\",\"value\":\"We are currently not accepting refinance inquiries through our online service. Please contact your local Fairway loan officer for more information!\"},\"headerType\":{\"text\":\"Heading Type\",\"value\":\"Default\",\"dropdown\":[[\"Default\",\"Default\"],[\"Large\",\"Large\"],[\"Small\",\"Small\"]]},\"headerImage\":{\"text\":\"Image Source\",\"value\":\"\",\"icon\":\"images\/blank.gif\",\"iconClassName\":\"toolbar-image_source\"},\"alt\":{\"text\":\"Alt\",\"value\":\"\",\"toolbar\":false},\"width\":{\"text\":\"Image Width\",\"value\":\"\"},\"imageAlign\":{\"text\":\"Image Align\",\"value\":\"Left\",\"dropdown\":[[\"Left\",\"Left\"],[\"Top\",\"Top\"],[\"Right\",\"Right\"]],\"icon\":\"images\/blank.gif\",\"iconClassName\":\"toolbar-image_align\"},\"textAlign\":{\"text\":\"Text Align\",\"value\":\"Left\",\"dropdown\":[[\"Left\",\"Left\"],[\"Center\",\"Center\"],[\"Right\",\"Right\"]],\"icon\":\"images\/blank.gif\",\"iconClassName\":\"toolbar-label_align\"},\"verticalTextAlign\":{\"text\":\"Vertical Text Align\",\"value\":\"Middle\",\"dropdown\":[[\"Top\",\"Top\"],[\"Middle\",\"Middle\"],[\"Bottom\",\"Bottom\"]],\"icon\":\"images\/blank.gif\",\"iconClassName\":\"toolbar-label_align\"},\"hidden\":{\"hidden\":true,\"value\":\"No\"},\"name\":{\"hidden\":true,\"value\":\"wereSo45\"},\"nextButtonText\":{\"hidden\":true,\"value\":\"FINISH\"},\"order\":{\"hidden\":true,\"value\":\"3\"},\"previousButtonText\":{\"hidden\":true,\"value\":\"\"},\"qid\":{\"value\":\"input_45\"},\"showQuestionCount\":{\"hidden\":true,\"value\":\"No\"},\"type\":{\"hidden\":true,\"value\":\"control_head\"},\"id\":{\"value\":\"45\"},\"qname\":{\"value\":\"q45_wereSo45\"}},\"index\":2}],\"welcomePageProps\":{\"id\":{\"value\":\"welcomePage\"},\"text\":{\"value\":\"Nerdwallet State Option Funnel\"},\"showAsHeading\":false,\"isFormTitleVisible\":false},\"formID\":201105439666151,\"fullscreenMode\":false});<\/script><\/body><\/html>\n","Nerdwallet State Option Funnel",Array);(function(){window.handleIFrameMessage=function(e){if(!e.data||!e.data.split)return;var args=e.data.split(":");if(args[2]!="201105439666151"){return;}
var iframe=document.getElementById("201105439666151");if(!iframe){return};switch(args[0]){case"scrollIntoView":if(!("nojump"in FrameBuilder.get)){iframe.scrollIntoView();}
break;case"setHeight":var height=args[1]+"px";if(window.jfDeviceType==='mobile'&&typeof $jot!=='undefined'){var parent=$jot(iframe).closest('.jt-feedback.u-responsive-lightbox');if(parent){height='100%';}}
iframe.style.height=height
break;case"setMinHeight":iframe.style.minHeight=args[1]+"px";break;case"collapseErrorPage":if(iframe.clientHeight>window.innerHeight){iframe.style.height=window.innerHeight+"px";}
break;case"reloadPage":if(iframe){location.reload();}
break;case"removeIframeOnloadAttr":iframe.removeAttribute("onload");break;case"loadScript":if(!window.isPermitted(e.origin,['jotform.com','jotform.pro'])){break;}
var src=args[1];if(args.length>3){src=args[1]+':'+args[2];}
var script=document.createElement('script');script.src=src;script.type='text/javascript';document.body.appendChild(script);break;case"exitFullscreen":if(window.document.exitFullscreen)window.document.exitFullscreen();else if(window.document.mozCancelFullScreen)window.document.mozCancelFullScreen();else if(window.document.mozCancelFullscreen)window.document.mozCancelFullScreen();else if(window.document.webkitExitFullscreen)window.document.webkitExitFullscreen();else if(window.document.msExitFullscreen)window.document.msExitFullscreen();break;case'setDeviceType':window.jfDeviceType=args[1];break;}};window.isPermitted=function(url,whitelisted_domains){var hostname=(new URL(url)).hostname;var result=false;if(typeof hostname!=='undefined'){if(whitelisted_domains.indexOf(hostname)>-1){result=true;}
else{whitelisted_domains.forEach(function(element){if(hostname.endsWith('.'.concat(element))==true){result=true;}});}
return result;}}
if(window.addEventListener){window.addEventListener("message",handleIFrameMessage,false);}else if(window.attachEvent){window.attachEvent("onmessage",handleIFrameMessage);}})();