var qsProxy = {};
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)?this.frame.contentWindow.document.querySelector('[data-welcome-view="true"]'):null;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 i62057697874169=new FrameBuilder("62057697874169",false,"","<!DOCTYPE HTML PUBLIC \"-\/\/W3C\/\/DTD HTML 4.01\/\/EN\" \"http:\/\/www.w3.org\/TR\/html4\/strict.dtd\">\n<html class=\"supernova\"><head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<link rel=\"alternate\" type=\"application\/json+oembed\" href=\"https:\/\/www.jotform.com\/oembed\/?format=json&amp;url=https%3A%2F%2Fform.jotform.com%2F62057697874169\" title=\"oEmbed Form\">\n<link rel=\"alternate\" type=\"text\/xml+oembed\" href=\"https:\/\/www.jotform.com\/oembed\/?format=xml&amp;url=https%3A%2F%2Fform.jotform.com%2F62057697874169\" title=\"oEmbed Form\">\n<meta property=\"og:title\" content=\"Free Legal Assistance\" >\n<meta property=\"og:url\" content=\"https:\/\/form.jotform.us\/62057697874169\" >\n<meta property=\"og:description\" content=\"Please click the link to complete this form.\" >\n<meta name=\"slack-app-id\" content=\"AHNMASS8M\">\n<meta data-name=\"preventCloning\" content=\"1\">\n<link rel=\"shortcut icon\" href=\"https:\/\/cdn.jotfor.ms\/favicon.ico\">\n<link rel=\"canonical\" href=\"https:\/\/form.jotform.us\/62057697874169\" \/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=2.0, user-scalable=1\" \/>\n<meta name=\"HandheldFriendly\" content=\"true\" \/>\n<title>Free Legal Assistance<\/title>\n<link type=\"text\/css\" media=\"print\" rel=\"stylesheet\" href=\"https:\/\/cdn.jotfor.ms\/css\/printForm.css?3.3.25440\" \/>\n<link type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/cdn.jotfor.ms\/themes\/CSS\/5e6b428acc8c4e222d1beb91.css?themeRevisionID=5f7ed99c2c2c7240ba580251\"\/>\n<link type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/cdn.jotfor.ms\/css\/styles\/payment\/payment_styles.css?3.3.25440\" \/>\n<link type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/cdn.jotfor.ms\/css\/styles\/payment\/payment_feature.css?3.3.25440\" \/>\n<style type=\"text\/css\" id=\"form-designer-style\">\n    \/* Injected CSS Code *\/\n\/*PREFERENCES STYLE*\/\n    .form-all {\n      font-family: Inter, sans-serif;\n    }\n    .form-all .qq-upload-button,\n    .form-all .form-submit-button,\n    .form-all .form-submit-reset,\n    .form-all .form-submit-print {\n      font-family: Inter, sans-serif;\n    }\n    .form-all .form-pagebreak-back-container,\n    .form-all .form-pagebreak-next-container {\n      font-family: Inter, sans-serif;\n    }\n    .form-header-group {\n      font-family: Inter, sans-serif;\n    }\n    .form-label {\n      font-family: Inter, sans-serif;\n    }\n  \n    .form-label.form-label-auto {\n      \n    display: block;\n    float: none;\n    text-align: left;\n    width: 100%;\n  \n    }\n  \n    .form-line {\n      margin-top: 5px;\n      margin-bottom: 5px;\n    }\n  \n    .form-all {\n      max-width: 752px;\n      width: 100%;\n    }\n  \n    .form-label.form-label-left,\n    .form-label.form-label-right,\n    .form-label.form-label-left.form-label-auto,\n    .form-label.form-label-right.form-label-auto {\n      width: 230px;\n    }\n  \n    .form-all {\n      font-size: 16px\n    }\n    .form-all .qq-upload-button,\n    .form-all .qq-upload-button,\n    .form-all .form-submit-button,\n    .form-all .form-submit-reset,\n    .form-all .form-submit-print {\n      font-size: 16px\n    }\n    .form-all .form-pagebreak-back-container,\n    .form-all .form-pagebreak-next-container {\n      font-size: 16px\n    }\n  \n    .supernova .form-all, .form-all {\n      background-color: #fff;\n    }\n  \n    .form-all {\n      color: #2C3345;\n    }\n    .form-header-group .form-header {\n      color: #2C3345;\n    }\n    .form-header-group .form-subHeader {\n      color: #2C3345;\n    }\n    .form-label-top,\n    .form-label-left,\n    .form-label-right,\n    .form-html,\n    .form-checkbox-item label,\n    .form-radio-item label {\n      color: #2C3345;\n    }\n    .form-sub-label {\n      color: #464d5f;\n    }\n  \n    .supernova {\n      background-color: #ecedf3;\n    }\n    .supernova body {\n      background: transparent;\n    }\n  \n    .form-textbox,\n    .form-textarea,\n    .form-dropdown,\n    .form-radio-other-input,\n    .form-checkbox-other-input,\n    .form-captcha input,\n    .form-spinner input {\n      background-color: #fff;\n    }\n  \n      .supernova {\n        height: 100%;\n        background-repeat: repeat;\n        background-attachment: scroll;\n        background-position: center top;\n      }\n      .supernova {\n        background-image: url(\"https:\/\/www.jotform.com\/uploads\/askkatie\/form_files\/form2bkg.5f9db8f4e5e5a3.79902919.jpg\");\n      }\n      #stage {\n        background-image: url(\"https:\/\/www.jotform.com\/uploads\/askkatie\/form_files\/form2bkg.5f9db8f4e5e5a3.79902919.jpg\");\n      }\n    \n    .form-all {\n      background-image: none;\n    }\n  \n  .ie-8 .form-all:before { display: none; }\n  .ie-8 {\n    margin-top: auto;\n    margin-top: initial;\n  }\n  \n  \/*PREFERENCES STYLE*\/\/*__INSPECT_SEPERATOR__*\/\n    \/* Injected CSS Code *\/\n<\/style>\n\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/punycode\/1.4.1\/punycode.min.js\"><\/script>\n<script src=\"https:\/\/cdn.jotfor.ms\/js\/vendor\/jquery-1.8.0.min.js?v=3.3.25440\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/cdn.jotfor.ms\/js\/vendor\/maskedinput.min.js?v=3.3.25440\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/cdn.jotfor.ms\/js\/vendor\/jquery.maskedinput.min.js?v=3.3.25440\" type=\"text\/javascript\"><\/script>\n<!--[if lt IE 9]><script src=\"https:\/\/cdn.jotfor.ms\/js\/vendor\/flashcanvas.js?3.3.25440\" type=\"text\/javascript\"><\/script><![endif]-->\n<script src=\"https:\/\/cdn.jotfor.ms\/js\/vendor\/jSignature.min.noconflict.js?3.3.25440\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/cdn.jotfor.ms\/js\/vendor\/jotform.signaturepad.js?3.3.25440\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/cdn.jotfor.ms\/static\/prototype.forms.js\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/cdn.jotfor.ms\/static\/jotform.forms.js?3.3.25440\" type=\"text\/javascript\"><\/script>\n<script type=\"text\/javascript\">\n var jsTime = setInterval(function(){try{\n   JotForm.jsForm = true;\n\n\tJotForm.init(function(){\n     $('input_4_confirm').hint('Confirm Email');\n     $$('#input_4_confirm')[0].setAttribute('onPaste', 'return false;');\n      JotForm.setPhoneMaskingValidator( 'input_10_full', '(###) ###-####' );\nif (window.JotForm && JotForm.accessible) $('input_27').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_12').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_14').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_15').setAttribute('tabindex',0);\n\tJotForm.newDefaultTheme = true;\n\tJotForm.extendsNewTheme = false;\n\tJotForm.newPaymentUIForNewCreatedForms = false;\n\tJotForm.newPaymentUI = true;\n\tJotForm.clearFieldOnHide=\"disable\";\n    \/*INIT-END*\/\n\t});\n\n   clearInterval(jsTime);\n }catch(e){}}, 1000);\n\n   JotForm.prepareCalculationsOnTheFly([null,{\"name\":\"heading\",\"qid\":\"1\",\"text\":\"Free Legal Assistance\",\"type\":\"control_head\"},{\"name\":\"submit\",\"qid\":\"2\",\"text\":\"Submit\",\"type\":\"control_button\"},{\"description\":\"\",\"name\":\"name\",\"qid\":\"3\",\"text\":\"Name\",\"type\":\"control_fullname\"},{\"description\":\"\",\"name\":\"email\",\"qid\":\"4\",\"subLabel\":\"example@example.com\",\"text\":\"E-mail\",\"type\":\"control_email\"},null,null,null,null,null,{\"description\":\"\",\"name\":\"cellPhone\",\"qid\":\"10\",\"text\":\"Cell Phone\",\"type\":\"control_phone\"},{\"description\":\"\",\"name\":\"howWould\",\"qid\":\"11\",\"subLabel\":\"\",\"text\":\"How would you like us to contact you?\",\"type\":\"control_dropdown\"},{\"description\":\"\",\"name\":\"whenDid12\",\"qid\":\"12\",\"subLabel\":\"\",\"text\":\"When did the incident occur? (if more than once, choose the most recent incident date)\",\"type\":\"control_textbox\"},null,{\"description\":\"\",\"name\":\"whereDid\",\"qid\":\"14\",\"subLabel\":\"\",\"text\":\"Where did the incident occur? (if more than once, choose the most recent incident's location).\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"pleaseDescribe\",\"qid\":\"15\",\"subLabel\":\"\",\"text\":\"Please describe the incident or situation.\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"whereDid16\",\"qid\":\"16\",\"text\":\"Where did the incident most recently or most frequently occur?\",\"type\":\"control_address\"},{\"description\":\"\",\"name\":\"howIs17\",\"qid\":\"17\",\"text\":\"How is the perpetrator related to you, if at all?\",\"type\":\"control_radio\"},{\"description\":\"\",\"name\":\"didYou\",\"qid\":\"18\",\"text\":\"Did you tell anyone about the incident shortly after it occurred?\",\"type\":\"control_radio\"},{\"description\":\"\",\"name\":\"wereThe\",\"qid\":\"19\",\"text\":\"Were the police notified about the incident?\",\"type\":\"control_radio\"},{\"description\":\"\",\"name\":\"wasThere\",\"qid\":\"20\",\"text\":\"Was there a written report about the incident made by you or anyone else?\",\"type\":\"control_radio\"},{\"description\":\"\",\"name\":\"didYou21\",\"qid\":\"21\",\"text\":\"Did you receive medical treatment of any type after the incident?\",\"type\":\"control_radio\"},{\"description\":\"\",\"name\":\"didYou22\",\"qid\":\"22\",\"text\":\"Did you receive mental health treatment or counseling after the incident?\",\"type\":\"control_radio\"},{\"description\":\"\",\"name\":\"hasThe\",\"qid\":\"23\",\"text\":\"Has the person(s) involved tried to contact you since the incident?\",\"type\":\"control_radio\"},{\"description\":\"\",\"name\":\"hasThe24\",\"qid\":\"24\",\"text\":\"Has the person(s) involved had any consequences of which you are aware?\",\"type\":\"control_radio\"},null,{\"description\":\"\",\"name\":\"whereAre\",\"qid\":\"26\",\"text\":\"Where are you located at this time?\",\"type\":\"control_address\"},{\"description\":\"\",\"name\":\"nameOf27\",\"qid\":\"27\",\"subLabel\":\"\",\"text\":\"Name of any school, college, business, group, organization, team, religious institution, club, or other entity related to incident (you can list more than one, if appropriate). Put N\\u002FA if doesn't apply:\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"tags\",\"qid\":\"28\",\"text\":\"Tags\",\"type\":\"control_checkbox\"},{\"description\":\"\",\"name\":\"inSigning\",\"qid\":\"29\",\"subLabel\":\"\",\"text\":\"In signing below, I have read and agree to the terms of use for the intake form.\",\"type\":\"control_signature\"},{\"name\":\"input30\",\"qid\":\"30\",\"text\":\"National Sexual Assault Legal Hotline and Legal Intake Form Terms of Service\\n\u00a0\\nAbout the National Sexual Assault Legal Hotline and Legal Intake Form\\nWelcome to the National Sexual Assault Legal Hotline and Legal Intake Form (\u201chotline\u201d) operated by Take Back The Night Foundation in partnership with Laffey, Bucci &amp; Kent, LLP (\u201cwe\u201d or \u201cus\u201d or \u201cour\u201d). This policy applies only to telephone calls to the hotline and submissions to the intake form on the Take Back The Night Foundation website that are answered directly by intake staff who work for or on behalf of us. Should a call or intake be transferred to another entity, such as a sexual assault service provider, hospital, law enforcement agency, or other law firm, it is not covered by our terms of service; you should contact the organization directly for its policy.\\n\u00a0\\nUser Safety\\nIF YOU ARE IN DANGER, CONSIDERING SUICIDE, OR NEED EMERGENCY HELP, CALL 911 (IN THE U.S.), OR YOUR LOCAL AUTHORITIES, NOW.\\nIf you have concerns that your phone calls or form submissions may be monitored and you do not want others to know that you have contacted the National Sexual Assault Legal Hotline, we recommend you locate a safe computer, tablet or other device with internet access and visit www.rainn.org or www.nsvrc.org to find resources near you. If you have concerns that your calls or internet use may be monitored and you have already used the National Sexual Assault Legal Hotline or Intake Form, we recommend you clear your call and internet history from your device.\\nPlease be aware that even if you delete your call or web log from your device, your service provider may keep or store your logs for an indefinite period of time, and your service provider might provide it to anyone who has access to your account.\\n\u00a0\\nAbout the Terms of Service\\nThis Terms of Service explains how we handle information collected when you call the National Sexual Assault Legal Hotline at 576-SHATTER or complete the Legal Intake Form. By calling the National Sexual Assault Legal Hotline or submitting the Legal Intake Form, you agree to follow the rules, terms, and conditions set forth here. We may, from time to time, make changes to these terms. If we make substantial changes in the way we use your personal information, or to the rights and obligations set forth herein, we will update this page and post a prominent announcement on takebackthenight.org.\u00a0 Your use of the Hotline is also subject to the Take Back The Night Foundation TERMS OF SERVICE and PRIVACY POLICY located here. Please read and review these policies in addition to these Terms of Service prior to using the Hotline.\\nYour privacy and security are very important to us. The following information will help you understand what information we collect by phone and through the form submission, and how we handle that information once we collect it. This policy will tell you if we disclose that information to anyone, and what choices you have regarding how we use that information.\\nAll references in this policy to \u201cstaff,\u201d \u201cstaffers,\u201d \u201ctrained staff\u201d or \u201ctrained staffers\u201d cover staff paid directly by us; staff paid by a third-party to provide services on our behalf; and volunteers.\\n\u00a0\\nProviding Feedback\\nAt the conclusion of a call or upon submission of a form, you may be asked to provide feedback through an anonymous interactive voice response system or online questionnaire, in the case of a form submission. If you provide feedback, it may be shared with our staff for the purpose of improving hotline and intake form services. This feedback is voluntary; you do not need to provide any information you do not feel comfortable with. To ensure that your feedback remains completely anonymous, you should not include any personally identifiable information. Also, your feedback will not be connected to other records of your call to the National Sexual Assault Legal Hotline or your submission to the Legal Intake Form.\\n\u00a0\\nPersonally Identifiable Information\\nPersonally Identifiable Information (PII) is information about you that would identify you, such as your name or address. We may request personal identifiable information solely as to provide same to our attorneys who will contact you in response to your call or form submission. However, you are not obligated to provide any PII during the initial intake call or form submission and may do so, solely at your discretion, when and if you wish to do so.\\nAdditionally, in order to determine usage levels, average call length, and for other record keeping purposes, an entry will be made in a database containing the start and stop time of each telephone call. Similarly, an entry will be made in a database for form submissions recording whatever portion of the form was completed.\\nPlease note that if you are transferred to another hotline or service for ongoing support, the terms of service of such hotline or service will govern upon such transfer.\\nWhile we do not require PII be provided at the time of your initial call or form submission, you should be aware that telephone carriers generally retain records of incoming and outgoing calls for billing and other purposes, and internet providers and web browsers retain records of web searches.\\n\u00a0\\nAggregate Data\\nWe automatically gather, or aggregate, certain usage information, such as the number of National Sexual Assault Legal Hotline callers and Legal Intake Form users, average length of telephone call, and resources provided. This data cannot be used to identify you personally and helps us to determine how often the National Sexual Assault Legal Hotline and Legal Intake Form are being used, at what times of the day, and other useful statistics. We may use this aggregate data for internal recordkeeping and service improvement purposes, and may share it with sponsors, supporters, or the media.\\n\u00a0\\nLegal Requirements\\nInformation gathered for research and statistical purposes will only be used for that purpose. Notwithstanding this Terms of Service, our trained staff may be forced to disclose information to the government or third parties under certain circumstances. We may be required to (and you authorize us to) reveal any information about you that we possess to law enforcement or other government officials as we, in our sole discretion, believe is necessary or appropriate, in connection with the investigation of a crime, mandatory reporting laws, fraud or other activity that is illegal, or may expose us, or you, to liability.\\nIf we or a trained staffer fears that you are in danger of committing suicide; are 17 years of age or younger; or are a vulnerable adult covered by your state\u2019s mandatory reporting laws, and you have provided us with information, such as name or location, that would allow us to identify you, we or the trained staffer may be required to disclose whatever information you have provided to the appropriate authorities. If you do not wish us to notify legal authorities, you should not share PII with us.\\nIf you are a minor and you would like us to notify authorities, we will do so UPON YOUR REQUEST. In such case, we will request PII from you so that we may notify authorities. Such information will be otherwise subject to our Terms of Service and may only be shared with state or local authorities.\\nOur place of business is in Pennsylvania. However, trained staffers and\\u002For third parties working on behalf of us may be located elsewhere in the United States. Laws pertaining to your communication with the National Sexual Assault Legal Hotline and the Legal Intake Form may not protect your communications to the same degree, or in the same way, as the laws of your state. It is possible that a court of law will not keep private, and may require us to reveal, information that you provide during your call.\\n\u00a0\\nRisks and Use of Hotline\\nYou assume all risk for use of the Hotline. Neither we nor any of our employees, agents, service providers, or any other entities with whom we has contracted shall have any liability for or in connection with (1) actions taken or not taken by you or a third party, during, after, or as a result of your use of the Hotline, or (2) the unavailability of the Hotline. You agree to indemnify us and hold us harmless for damages arising out of (A) your use of the Hotline, (B) your breach of these Terms, (C) your violation of the law, (D) claims asserted by third parties that you are in breach of these Terms or (E) information provided by you to us. Additionally, in no event shall we be liable for any special, incidental, consequential, exemplary, or indirect damages.\\nThe Hotline is provided on an \u201cas is\u201d basis and \u201cas available\u201d basis. We do the best we can and are constantly improving but can\u2019t make any guarantees. We expressly disclaim all warranties of any kind, whether express or implied, including, without limitation, the implied warranties of merchantability, fitness for a particular purpose, and non-infringement. Without limiting the above, we make no warranty that the Hotline will (A) meet your requirements; (B) be uninterrupted, timely, secure, or error-free; or (C) meet your expectations. The foregoing disclaimers of liability apply to all damages or injury, including those caused by any failure of performance, error, omission, interruption, deletion, defect or delay in operation or transmission, whether for breach of contract, tortious behavior, including negligence, or any other cause of action.\\n\u00a0\\nProhibited Uses and Right to Terminate Access\\nYou agree to use our Hotline only for lawful and legitimate purposes and in accordance with these Terms. You agree not to use the Hotline:\\nin any way that violates any applicable federal, state, local, or international law or regulation;for the purpose of exploiting, harming, or attempting to exploit or harm minors in any way;to threaten, harass, or otherwise inappropriately abuse us, our employees, partners, agents, subcontractors, volunteers, or others;to send, knowingly receive, upload, download, use, or re-use any content which does not comply with these Terms;to \u201cspam,\u201d gather or attempt to gather personal information belonging to users or others for the purposes of spamming, marketing, selling to third parties, or otherwise abusing us, the Hotline, or our users;to impersonate or attempt to impersonate another person or entity;to engage in any other conduct that restricts or inhibits anyone\u2019s use of the Hotline, or which, as determined by us, may harm us or users of the Hotline, or expose them to liability;to copy, adapt, decompile, reverse engineer, attempt to discover the source code of or make derivative works of the Hotline or any portion of the Hotline; orto otherwise attempt to interfere with the proper working of the Hotline.We reserve the right to terminate your access to the Hotline if you violate these Terms, including doing anything on the list above. \u00a0\\nWe may unilaterally terminate your access to the Hotline. We also may adjust your access if we determine that you\u2019d be better served by a different kind of support.\\nWe further reserve the right to terminate the Hotline or your access to them for any other reason, at our sole discretion.\\n\u00a0\\nThird Party Services\\nYou may contact us through a third-party website, application or service (\u201cThird Party Service\u201d), including, for example, Facebook Messenger. If you contact us through a Third Party Service (A) both we and the third party that runs the Third Party Service may have access to the content of the messages you share and (B) your information may be shared between us and that third party. For example, we and the third party may exchange your location information to contact local law enforcement or emergency services in an emergency. Moreover, these Terms only apply to you and us. We are not responsible for, and make no representations regarding, the policies or practices of any Third Party Service. If you contact us through a Third Party Service, you are subject to these Terms as well as the terms and policies of the Third Party Service. We encourage you to review the terms and policies of any Third Party Service you use to contact us or the Hotline. If you do not wish to be subject to a Third Party Service\u2019s terms or policies, please do not contact us or the Hotline through a Third Party Service.\",\"type\":\"control_text\"}]);\n   setTimeout(function() {\nJotForm.paymentExtrasOnTheFly([null,{\"name\":\"heading\",\"qid\":\"1\",\"text\":\"Free Legal Assistance\",\"type\":\"control_head\"},{\"name\":\"submit\",\"qid\":\"2\",\"text\":\"Submit\",\"type\":\"control_button\"},{\"description\":\"\",\"name\":\"name\",\"qid\":\"3\",\"text\":\"Name\",\"type\":\"control_fullname\"},{\"description\":\"\",\"name\":\"email\",\"qid\":\"4\",\"subLabel\":\"example@example.com\",\"text\":\"E-mail\",\"type\":\"control_email\"},null,null,null,null,null,{\"description\":\"\",\"name\":\"cellPhone\",\"qid\":\"10\",\"text\":\"Cell Phone\",\"type\":\"control_phone\"},{\"description\":\"\",\"name\":\"howWould\",\"qid\":\"11\",\"subLabel\":\"\",\"text\":\"How would you like us to contact you?\",\"type\":\"control_dropdown\"},{\"description\":\"\",\"name\":\"whenDid12\",\"qid\":\"12\",\"subLabel\":\"\",\"text\":\"When did the incident occur? (if more than once, choose the most recent incident date)\",\"type\":\"control_textbox\"},null,{\"description\":\"\",\"name\":\"whereDid\",\"qid\":\"14\",\"subLabel\":\"\",\"text\":\"Where did the incident occur? (if more than once, choose the most recent incident's location).\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"pleaseDescribe\",\"qid\":\"15\",\"subLabel\":\"\",\"text\":\"Please describe the incident or situation.\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"whereDid16\",\"qid\":\"16\",\"text\":\"Where did the incident most recently or most frequently occur?\",\"type\":\"control_address\"},{\"description\":\"\",\"name\":\"howIs17\",\"qid\":\"17\",\"text\":\"How is the perpetrator related to you, if at all?\",\"type\":\"control_radio\"},{\"description\":\"\",\"name\":\"didYou\",\"qid\":\"18\",\"text\":\"Did you tell anyone about the incident shortly after it occurred?\",\"type\":\"control_radio\"},{\"description\":\"\",\"name\":\"wereThe\",\"qid\":\"19\",\"text\":\"Were the police notified about the incident?\",\"type\":\"control_radio\"},{\"description\":\"\",\"name\":\"wasThere\",\"qid\":\"20\",\"text\":\"Was there a written report about the incident made by you or anyone else?\",\"type\":\"control_radio\"},{\"description\":\"\",\"name\":\"didYou21\",\"qid\":\"21\",\"text\":\"Did you receive medical treatment of any type after the incident?\",\"type\":\"control_radio\"},{\"description\":\"\",\"name\":\"didYou22\",\"qid\":\"22\",\"text\":\"Did you receive mental health treatment or counseling after the incident?\",\"type\":\"control_radio\"},{\"description\":\"\",\"name\":\"hasThe\",\"qid\":\"23\",\"text\":\"Has the person(s) involved tried to contact you since the incident?\",\"type\":\"control_radio\"},{\"description\":\"\",\"name\":\"hasThe24\",\"qid\":\"24\",\"text\":\"Has the person(s) involved had any consequences of which you are aware?\",\"type\":\"control_radio\"},null,{\"description\":\"\",\"name\":\"whereAre\",\"qid\":\"26\",\"text\":\"Where are you located at this time?\",\"type\":\"control_address\"},{\"description\":\"\",\"name\":\"nameOf27\",\"qid\":\"27\",\"subLabel\":\"\",\"text\":\"Name of any school, college, business, group, organization, team, religious institution, club, or other entity related to incident (you can list more than one, if appropriate). Put N\\u002FA if doesn't apply:\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"tags\",\"qid\":\"28\",\"text\":\"Tags\",\"type\":\"control_checkbox\"},{\"description\":\"\",\"name\":\"inSigning\",\"qid\":\"29\",\"subLabel\":\"\",\"text\":\"In signing below, I have read and agree to the terms of use for the intake form.\",\"type\":\"control_signature\"},{\"name\":\"input30\",\"qid\":\"30\",\"text\":\"National Sexual Assault Legal Hotline and Legal Intake Form Terms of Service\\n\u00a0\\nAbout the National Sexual Assault Legal Hotline and Legal Intake Form\\nWelcome to the National Sexual Assault Legal Hotline and Legal Intake Form (\u201chotline\u201d) operated by Take Back The Night Foundation in partnership with Laffey, Bucci &amp; Kent, LLP (\u201cwe\u201d or \u201cus\u201d or \u201cour\u201d). This policy applies only to telephone calls to the hotline and submissions to the intake form on the Take Back The Night Foundation website that are answered directly by intake staff who work for or on behalf of us. Should a call or intake be transferred to another entity, such as a sexual assault service provider, hospital, law enforcement agency, or other law firm, it is not covered by our terms of service; you should contact the organization directly for its policy.\\n\u00a0\\nUser Safety\\nIF YOU ARE IN DANGER, CONSIDERING SUICIDE, OR NEED EMERGENCY HELP, CALL 911 (IN THE U.S.), OR YOUR LOCAL AUTHORITIES, NOW.\\nIf you have concerns that your phone calls or form submissions may be monitored and you do not want others to know that you have contacted the National Sexual Assault Legal Hotline, we recommend you locate a safe computer, tablet or other device with internet access and visit www.rainn.org or www.nsvrc.org to find resources near you. If you have concerns that your calls or internet use may be monitored and you have already used the National Sexual Assault Legal Hotline or Intake Form, we recommend you clear your call and internet history from your device.\\nPlease be aware that even if you delete your call or web log from your device, your service provider may keep or store your logs for an indefinite period of time, and your service provider might provide it to anyone who has access to your account.\\n\u00a0\\nAbout the Terms of Service\\nThis Terms of Service explains how we handle information collected when you call the National Sexual Assault Legal Hotline at 576-SHATTER or complete the Legal Intake Form. By calling the National Sexual Assault Legal Hotline or submitting the Legal Intake Form, you agree to follow the rules, terms, and conditions set forth here. We may, from time to time, make changes to these terms. If we make substantial changes in the way we use your personal information, or to the rights and obligations set forth herein, we will update this page and post a prominent announcement on takebackthenight.org.\u00a0 Your use of the Hotline is also subject to the Take Back The Night Foundation TERMS OF SERVICE and PRIVACY POLICY located here. Please read and review these policies in addition to these Terms of Service prior to using the Hotline.\\nYour privacy and security are very important to us. The following information will help you understand what information we collect by phone and through the form submission, and how we handle that information once we collect it. This policy will tell you if we disclose that information to anyone, and what choices you have regarding how we use that information.\\nAll references in this policy to \u201cstaff,\u201d \u201cstaffers,\u201d \u201ctrained staff\u201d or \u201ctrained staffers\u201d cover staff paid directly by us; staff paid by a third-party to provide services on our behalf; and volunteers.\\n\u00a0\\nProviding Feedback\\nAt the conclusion of a call or upon submission of a form, you may be asked to provide feedback through an anonymous interactive voice response system or online questionnaire, in the case of a form submission. If you provide feedback, it may be shared with our staff for the purpose of improving hotline and intake form services. This feedback is voluntary; you do not need to provide any information you do not feel comfortable with. To ensure that your feedback remains completely anonymous, you should not include any personally identifiable information. Also, your feedback will not be connected to other records of your call to the National Sexual Assault Legal Hotline or your submission to the Legal Intake Form.\\n\u00a0\\nPersonally Identifiable Information\\nPersonally Identifiable Information (PII) is information about you that would identify you, such as your name or address. We may request personal identifiable information solely as to provide same to our attorneys who will contact you in response to your call or form submission. However, you are not obligated to provide any PII during the initial intake call or form submission and may do so, solely at your discretion, when and if you wish to do so.\\nAdditionally, in order to determine usage levels, average call length, and for other record keeping purposes, an entry will be made in a database containing the start and stop time of each telephone call. Similarly, an entry will be made in a database for form submissions recording whatever portion of the form was completed.\\nPlease note that if you are transferred to another hotline or service for ongoing support, the terms of service of such hotline or service will govern upon such transfer.\\nWhile we do not require PII be provided at the time of your initial call or form submission, you should be aware that telephone carriers generally retain records of incoming and outgoing calls for billing and other purposes, and internet providers and web browsers retain records of web searches.\\n\u00a0\\nAggregate Data\\nWe automatically gather, or aggregate, certain usage information, such as the number of National Sexual Assault Legal Hotline callers and Legal Intake Form users, average length of telephone call, and resources provided. This data cannot be used to identify you personally and helps us to determine how often the National Sexual Assault Legal Hotline and Legal Intake Form are being used, at what times of the day, and other useful statistics. We may use this aggregate data for internal recordkeeping and service improvement purposes, and may share it with sponsors, supporters, or the media.\\n\u00a0\\nLegal Requirements\\nInformation gathered for research and statistical purposes will only be used for that purpose. Notwithstanding this Terms of Service, our trained staff may be forced to disclose information to the government or third parties under certain circumstances. We may be required to (and you authorize us to) reveal any information about you that we possess to law enforcement or other government officials as we, in our sole discretion, believe is necessary or appropriate, in connection with the investigation of a crime, mandatory reporting laws, fraud or other activity that is illegal, or may expose us, or you, to liability.\\nIf we or a trained staffer fears that you are in danger of committing suicide; are 17 years of age or younger; or are a vulnerable adult covered by your state\u2019s mandatory reporting laws, and you have provided us with information, such as name or location, that would allow us to identify you, we or the trained staffer may be required to disclose whatever information you have provided to the appropriate authorities. If you do not wish us to notify legal authorities, you should not share PII with us.\\nIf you are a minor and you would like us to notify authorities, we will do so UPON YOUR REQUEST. In such case, we will request PII from you so that we may notify authorities. Such information will be otherwise subject to our Terms of Service and may only be shared with state or local authorities.\\nOur place of business is in Pennsylvania. However, trained staffers and\\u002For third parties working on behalf of us may be located elsewhere in the United States. Laws pertaining to your communication with the National Sexual Assault Legal Hotline and the Legal Intake Form may not protect your communications to the same degree, or in the same way, as the laws of your state. It is possible that a court of law will not keep private, and may require us to reveal, information that you provide during your call.\\n\u00a0\\nRisks and Use of Hotline\\nYou assume all risk for use of the Hotline. Neither we nor any of our employees, agents, service providers, or any other entities with whom we has contracted shall have any liability for or in connection with (1) actions taken or not taken by you or a third party, during, after, or as a result of your use of the Hotline, or (2) the unavailability of the Hotline. You agree to indemnify us and hold us harmless for damages arising out of (A) your use of the Hotline, (B) your breach of these Terms, (C) your violation of the law, (D) claims asserted by third parties that you are in breach of these Terms or (E) information provided by you to us. Additionally, in no event shall we be liable for any special, incidental, consequential, exemplary, or indirect damages.\\nThe Hotline is provided on an \u201cas is\u201d basis and \u201cas available\u201d basis. We do the best we can and are constantly improving but can\u2019t make any guarantees. We expressly disclaim all warranties of any kind, whether express or implied, including, without limitation, the implied warranties of merchantability, fitness for a particular purpose, and non-infringement. Without limiting the above, we make no warranty that the Hotline will (A) meet your requirements; (B) be uninterrupted, timely, secure, or error-free; or (C) meet your expectations. The foregoing disclaimers of liability apply to all damages or injury, including those caused by any failure of performance, error, omission, interruption, deletion, defect or delay in operation or transmission, whether for breach of contract, tortious behavior, including negligence, or any other cause of action.\\n\u00a0\\nProhibited Uses and Right to Terminate Access\\nYou agree to use our Hotline only for lawful and legitimate purposes and in accordance with these Terms. You agree not to use the Hotline:\\nin any way that violates any applicable federal, state, local, or international law or regulation;for the purpose of exploiting, harming, or attempting to exploit or harm minors in any way;to threaten, harass, or otherwise inappropriately abuse us, our employees, partners, agents, subcontractors, volunteers, or others;to send, knowingly receive, upload, download, use, or re-use any content which does not comply with these Terms;to \u201cspam,\u201d gather or attempt to gather personal information belonging to users or others for the purposes of spamming, marketing, selling to third parties, or otherwise abusing us, the Hotline, or our users;to impersonate or attempt to impersonate another person or entity;to engage in any other conduct that restricts or inhibits anyone\u2019s use of the Hotline, or which, as determined by us, may harm us or users of the Hotline, or expose them to liability;to copy, adapt, decompile, reverse engineer, attempt to discover the source code of or make derivative works of the Hotline or any portion of the Hotline; orto otherwise attempt to interfere with the proper working of the Hotline.We reserve the right to terminate your access to the Hotline if you violate these Terms, including doing anything on the list above. \u00a0\\nWe may unilaterally terminate your access to the Hotline. We also may adjust your access if we determine that you\u2019d be better served by a different kind of support.\\nWe further reserve the right to terminate the Hotline or your access to them for any other reason, at our sole discretion.\\n\u00a0\\nThird Party Services\\nYou may contact us through a third-party website, application or service (\u201cThird Party Service\u201d), including, for example, Facebook Messenger. If you contact us through a Third Party Service (A) both we and the third party that runs the Third Party Service may have access to the content of the messages you share and (B) your information may be shared between us and that third party. For example, we and the third party may exchange your location information to contact local law enforcement or emergency services in an emergency. Moreover, these Terms only apply to you and us. We are not responsible for, and make no representations regarding, the policies or practices of any Third Party Service. If you contact us through a Third Party Service, you are subject to these Terms as well as the terms and policies of the Third Party Service. We encourage you to review the terms and policies of any Third Party Service you use to contact us or the Hotline. If you do not wish to be subject to a Third Party Service\u2019s terms or policies, please do not contact us or the Hotline through a Third Party Service.\",\"type\":\"control_text\"}]);}, 20); \n<\/script>\n<\/head>\n<body>\n<form class=\"jotform-form\" action=\"https:\/\/submit.jotform.us\/submit\/62057697874169\/\" method=\"post\" name=\"form_62057697874169\" id=\"62057697874169\" accept-charset=\"utf-8\" autocomplete=\"on\">\n  <input type=\"hidden\" name=\"formID\" value=\"62057697874169\" \/>\n  <input type=\"hidden\" id=\"JWTContainer\" value=\"\" \/>\n  <input type=\"hidden\" id=\"cardinalOrderNumber\" value=\"\" \/>\n  <div role=\"main\" class=\"form-all\">\n    <ul class=\"form-section page-section\">\n      <li id=\"cid_1\" class=\"form-input-wide\" data-type=\"control_head\">\n        <div class=\"form-header-group  header-large\">\n          <div class=\"header-text httal htvam\">\n            <h1 id=\"header_1\" class=\"form-header\" data-component=\"header\">\n              Free Legal Assistance\n            <\/h1>\n            <div id=\"subHeader_1\" class=\"form-subHeader\">\n              Please complete this confidential form to learn about your legal options. There is no cost for this assistance. To best help you, we need as much information as possible. You should hear from our legal team within 1 to 2 business days. Before completing this form, please read and agree to the terms of service located at the bottom of the form.\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line jf-required\" data-type=\"control_fullname\" id=\"id_3\">\n        <label class=\"form-label form-label-top form-label-auto\" id=\"label_3\" for=\"first_3\">\n          Name\n          <span class=\"form-required\">\n            *\n          <\/span>\n        <\/label>\n        <div id=\"cid_3\" class=\"form-input-wide jf-required\" data-layout=\"full\">\n          <div data-wrapper-react=\"true\">\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"first\">\n              <input type=\"text\" id=\"first_3\" name=\"q3_name[first]\" class=\"form-textbox validate[required]\" size=\"10\" value=\"\" data-component=\"first\" aria-labelledby=\"label_3 sublabel_3_first\" required=\"\" \/>\n              <label class=\"form-sub-label\" for=\"first_3\" id=\"sublabel_3_first\" style=\"min-height:13px\" aria-hidden=\"false\"> First Name <\/label>\n            <\/span>\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"last\">\n              <input type=\"text\" id=\"last_3\" name=\"q3_name[last]\" class=\"form-textbox validate[required]\" size=\"15\" value=\"\" data-component=\"last\" aria-labelledby=\"label_3 sublabel_3_last\" required=\"\" \/>\n              <label class=\"form-sub-label\" for=\"last_3\" id=\"sublabel_3_last\" style=\"min-height:13px\" aria-hidden=\"false\"> Last Name <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line jf-required\" data-type=\"control_email\" id=\"id_4\">\n        <label class=\"form-label form-label-top form-label-auto\" id=\"label_4\" for=\"input_4\">\n          E-mail\n          <span class=\"form-required\">\n            *\n          <\/span>\n        <\/label>\n        <div id=\"cid_4\" class=\"form-input-wide jf-required\" data-layout=\"half\">\n          <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <input type=\"email\" id=\"input_4\" name=\"q4_email\" class=\"form-textbox validate[required, Email]\" style=\"width:310px\" size=\"310\" value=\"\" placeholder=\" \" data-component=\"email\" aria-labelledby=\"label_4 sublabel_input_4\" required=\"\" \/>\n            <br\/>\n            <label class=\"form-sub-label\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\" for=\"input_4_confirm\"> Confirmation Email <\/label>\n            <input type=\"email\" id=\"input_4_confirm\" name=\"q4_email\" class=\"form-textbox validate[required, Email, Email_Confirm]\" style=\"margin-top:8px;width:310px\" size=\"310\" value=\"\" placeholder=\"Confirm Email\" data-component=\"emailConfirmation\" \/>\n            <label class=\"form-sub-label\" for=\"input_4\" id=\"sublabel_input_4\" style=\"min-height:13px\" aria-hidden=\"false\"> example@example.com <\/label>\n          <\/span>\n        <\/div>\n      <\/li>\n      <li class=\"form-line jf-required\" data-type=\"control_phone\" id=\"id_10\" data-compound-hint=\",\">\n        <label class=\"form-label form-label-top form-label-auto\" id=\"label_10\" for=\"input_10_full\">\n          Cell Phone\n          <span class=\"form-required\">\n            *\n          <\/span>\n        <\/label>\n        <div id=\"cid_10\" class=\"form-input-wide jf-required\" data-layout=\"half\">\n          <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n            <input type=\"tel\" id=\"input_10_full\" name=\"q10_cellPhone[full]\" data-type=\"mask-number\" class=\"mask-phone-number form-textbox validate[required, Fill Mask]\" style=\"width:310px\" data-masked=\"true\" value=\"\" placeholder=\",\" data-component=\"phone\" aria-labelledby=\"label_10\" required=\"\" \/>\n            <label class=\"form-sub-label is-empty\" for=\"input_10_full\" id=\"sublabel_10_masked\" style=\"min-height:13px\" aria-hidden=\"false\">  <\/label>\n          <\/span>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-line-column form-col-1 form-line-column-clear jf-required\" data-type=\"control_address\" id=\"id_16\">\n        <label class=\"form-label form-label-top form-label-auto\" id=\"label_16\" for=\"input_16_city\">\n          Where did the incident most recently or most frequently occur?\n          <span class=\"form-required\">\n            *\n          <\/span>\n        <\/label>\n        <div id=\"cid_16\" class=\"form-input-wide jf-required\" data-layout=\"full\">\n          <div summary=\"\" class=\"form-address-table jsTest-addressField\">\n            <div class=\"form-address-line-wrapper jsTest-address-line-wrapperField\" style=\"display:none\">\n              <span class=\"form-address-line form-address-street-line jsTest-address-lineField\">\n                <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n                  <input type=\"text\" id=\"input_16_addr_line1\" name=\"q16_whereDid16[addr_line1]\" class=\"form-textbox validate[required] form-address-line\" value=\"\" data-component=\"address_line_1\" aria-labelledby=\"label_16 sublabel_16_addr_line1\" required=\"\" \/>\n                  <label class=\"form-sub-label\" for=\"input_16_addr_line1\" id=\"sublabel_16_addr_line1\" style=\"min-height:13px\" aria-hidden=\"false\"> Street Address <\/label>\n                <\/span>\n              <\/span>\n            <\/div>\n            <div class=\"form-address-line-wrapper jsTest-address-line-wrapperField\" style=\"display:none\">\n              <span class=\"form-address-line form-address-street-line jsTest-address-lineField\">\n                <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n                  <input type=\"text\" id=\"input_16_addr_line2\" name=\"q16_whereDid16[addr_line2]\" class=\"form-textbox form-address-line\" value=\"\" data-component=\"address_line_2\" aria-labelledby=\"label_16 sublabel_16_addr_line2\" \/>\n                  <label class=\"form-sub-label\" for=\"input_16_addr_line2\" id=\"sublabel_16_addr_line2\" style=\"min-height:13px\" aria-hidden=\"false\"> Street Address Line 2 <\/label>\n                <\/span>\n              <\/span>\n            <\/div>\n            <div class=\"form-address-line-wrapper jsTest-address-line-wrapperField\">\n              <span class=\"form-address-line form-address-city-line jsTest-address-lineField \">\n                <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n                  <input type=\"text\" id=\"input_16_city\" name=\"q16_whereDid16[city]\" class=\"form-textbox validate[required] form-address-city\" value=\"\" data-component=\"city\" aria-labelledby=\"label_16 sublabel_16_city\" required=\"\" \/>\n                  <label class=\"form-sub-label\" for=\"input_16_city\" id=\"sublabel_16_city\" style=\"min-height:13px\" aria-hidden=\"false\"> City <\/label>\n                <\/span>\n              <\/span>\n              <span class=\"form-address-line form-address-state-line jsTest-address-lineField \">\n                <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n                  <select class=\"form-dropdown validate[required] form-address-state\" name=\"q16_whereDid16[state]\" id=\"input_16_state\" data-component=\"state\" required=\"\" aria-labelledby=\"label_16 sublabel_16_state\">\n                    <option selected=\"\" value=\"\"> Please Select <\/option>\n                    <option value=\"Alabama\"> Alabama <\/option>\n                    <option value=\"Alaska\"> Alaska <\/option>\n                    <option value=\"Arizona\"> Arizona <\/option>\n                    <option value=\"Arkansas\"> Arkansas <\/option>\n                    <option value=\"California\"> California <\/option>\n                    <option value=\"Colorado\"> Colorado <\/option>\n                    <option value=\"Connecticut\"> Connecticut <\/option>\n                    <option value=\"Delaware\"> Delaware <\/option>\n                    <option value=\"District of Columbia\"> District of Columbia <\/option>\n                    <option value=\"Florida\"> Florida <\/option>\n                    <option value=\"Georgia\"> Georgia <\/option>\n                    <option value=\"Hawaii\"> Hawaii <\/option>\n                    <option value=\"Idaho\"> Idaho <\/option>\n                    <option value=\"Illinois\"> Illinois <\/option>\n                    <option value=\"Indiana\"> Indiana <\/option>\n                    <option value=\"Iowa\"> Iowa <\/option>\n                    <option value=\"Kansas\"> Kansas <\/option>\n                    <option value=\"Kentucky\"> Kentucky <\/option>\n                    <option value=\"Louisiana\"> Louisiana <\/option>\n                    <option value=\"Maine\"> Maine <\/option>\n                    <option value=\"Maryland\"> Maryland <\/option>\n                    <option value=\"Massachusetts\"> Massachusetts <\/option>\n                    <option value=\"Michigan\"> Michigan <\/option>\n                    <option value=\"Minnesota\"> Minnesota <\/option>\n                    <option value=\"Mississippi\"> Mississippi <\/option>\n                    <option value=\"Missouri\"> Missouri <\/option>\n                    <option value=\"Montana\"> Montana <\/option>\n                    <option value=\"Nebraska\"> Nebraska <\/option>\n                    <option value=\"Nevada\"> Nevada <\/option>\n                    <option value=\"New Hampshire\"> New Hampshire <\/option>\n                    <option value=\"New Jersey\"> New Jersey <\/option>\n                    <option value=\"New Mexico\"> New Mexico <\/option>\n                    <option value=\"New York\"> New York <\/option>\n                    <option value=\"North Carolina\"> North Carolina <\/option>\n                    <option value=\"North Dakota\"> North Dakota <\/option>\n                    <option value=\"Ohio\"> Ohio <\/option>\n                    <option value=\"Oklahoma\"> Oklahoma <\/option>\n                    <option value=\"Oregon\"> Oregon <\/option>\n                    <option value=\"Pennsylvania\"> Pennsylvania <\/option>\n                    <option value=\"Puerto Rico\"> Puerto Rico <\/option>\n                    <option value=\"Rhode Island\"> Rhode Island <\/option>\n                    <option value=\"South Carolina\"> South Carolina <\/option>\n                    <option value=\"South Dakota\"> South Dakota <\/option>\n                    <option value=\"Tennessee\"> Tennessee <\/option>\n                    <option value=\"Texas\"> Texas <\/option>\n                    <option value=\"Utah\"> Utah <\/option>\n                    <option value=\"Vermont\"> Vermont <\/option>\n                    <option value=\"Virgin Islands\"> Virgin Islands <\/option>\n                    <option value=\"Virginia\"> Virginia <\/option>\n                    <option value=\"Washington\"> Washington <\/option>\n                    <option value=\"West Virginia\"> West Virginia <\/option>\n                    <option value=\"Wisconsin\"> Wisconsin <\/option>\n                    <option value=\"Wyoming\"> Wyoming <\/option>\n                  <\/select>\n                  <label class=\"form-sub-label\" for=\"input_16_state\" id=\"sublabel_16_state\" style=\"min-height:13px\" aria-hidden=\"false\"> State <\/label>\n                <\/span>\n              <\/span>\n            <\/div>\n            <div class=\"form-address-line-wrapper jsTest-address-line-wrapperField\" style=\"display:none\">\n              <span class=\"form-address-line form-address-zip-line jsTest-address-lineField form-address-hiddenLine\" style=\"display:none\">\n                <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n                  <input type=\"text\" id=\"input_16_postal\" name=\"q16_whereDid16[postal]\" class=\"form-textbox validate[required] form-address-postal\" value=\"\" data-component=\"zip\" aria-labelledby=\"label_16 sublabel_16_postal\" required=\"\" \/>\n                  <label class=\"form-sub-label\" for=\"input_16_postal\" id=\"sublabel_16_postal\" style=\"min-height:13px\" aria-hidden=\"false\"> Zip Code <\/label>\n                <\/span>\n              <\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line jf-required\" data-type=\"control_textbox\" id=\"id_27\">\n        <label class=\"form-label form-label-top form-label-auto\" id=\"label_27\" for=\"input_27\">\n          Name of any school, college, business, group, organization, team, religious institution, club, or other entity related to incident (you can list more than one, if appropriate). Put N\/A if doesn't apply:\n          <span class=\"form-required\">\n            *\n          <\/span>\n        <\/label>\n        <div id=\"cid_27\" class=\"form-input-wide jf-required\" data-layout=\"half\">\n          <input type=\"text\" id=\"input_27\" name=\"q27_nameOf27\" data-type=\"input-textbox\" class=\"form-textbox validate[required]\" style=\"width:310px\" size=\"310\" value=\"\" data-component=\"textbox\" aria-labelledby=\"label_27\" required=\"\" \/>\n        <\/div>\n      <\/li>\n      <li class=\"form-line jf-required\" data-type=\"control_address\" id=\"id_26\">\n        <label class=\"form-label form-label-top form-label-auto\" id=\"label_26\" for=\"input_26_city\">\n          Where are you located at this time?\n          <span class=\"form-required\">\n            *\n          <\/span>\n        <\/label>\n        <div id=\"cid_26\" class=\"form-input-wide jf-required\" data-layout=\"full\">\n          <div summary=\"\" class=\"form-address-table jsTest-addressField\">\n            <div class=\"form-address-line-wrapper jsTest-address-line-wrapperField\" style=\"display:none\">\n              <span class=\"form-address-line form-address-street-line jsTest-address-lineField\">\n                <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n                  <input type=\"text\" id=\"input_26_addr_line1\" name=\"q26_whereAre[addr_line1]\" class=\"form-textbox validate[required] form-address-line\" value=\"\" data-component=\"address_line_1\" aria-labelledby=\"label_26 sublabel_26_addr_line1\" required=\"\" \/>\n                  <label class=\"form-sub-label\" for=\"input_26_addr_line1\" id=\"sublabel_26_addr_line1\" style=\"min-height:13px\" aria-hidden=\"false\"> Street Address <\/label>\n                <\/span>\n              <\/span>\n            <\/div>\n            <div class=\"form-address-line-wrapper jsTest-address-line-wrapperField\" style=\"display:none\">\n              <span class=\"form-address-line form-address-street-line jsTest-address-lineField\">\n                <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n                  <input type=\"text\" id=\"input_26_addr_line2\" name=\"q26_whereAre[addr_line2]\" class=\"form-textbox form-address-line\" value=\"\" data-component=\"address_line_2\" aria-labelledby=\"label_26 sublabel_26_addr_line2\" \/>\n                  <label class=\"form-sub-label\" for=\"input_26_addr_line2\" id=\"sublabel_26_addr_line2\" style=\"min-height:13px\" aria-hidden=\"false\"> Street Address Line 2 <\/label>\n                <\/span>\n              <\/span>\n            <\/div>\n            <div class=\"form-address-line-wrapper jsTest-address-line-wrapperField\">\n              <span class=\"form-address-line form-address-city-line jsTest-address-lineField \">\n                <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n                  <input type=\"text\" id=\"input_26_city\" name=\"q26_whereAre[city]\" class=\"form-textbox validate[required] form-address-city\" value=\"\" data-component=\"city\" aria-labelledby=\"label_26 sublabel_26_city\" required=\"\" \/>\n                  <label class=\"form-sub-label\" for=\"input_26_city\" id=\"sublabel_26_city\" style=\"min-height:13px\" aria-hidden=\"false\"> City <\/label>\n                <\/span>\n              <\/span>\n              <span class=\"form-address-line form-address-state-line jsTest-address-lineField \">\n                <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n                  <select class=\"form-dropdown validate[required] form-address-state\" name=\"q26_whereAre[state]\" id=\"input_26_state\" data-component=\"state\" required=\"\" aria-labelledby=\"label_26 sublabel_26_state\">\n                    <option selected=\"\" value=\"\"> Please Select <\/option>\n                    <option value=\"Alabama\"> Alabama <\/option>\n                    <option value=\"Alaska\"> Alaska <\/option>\n                    <option value=\"Arizona\"> Arizona <\/option>\n                    <option value=\"Arkansas\"> Arkansas <\/option>\n                    <option value=\"California\"> California <\/option>\n                    <option value=\"Colorado\"> Colorado <\/option>\n                    <option value=\"Connecticut\"> Connecticut <\/option>\n                    <option value=\"Delaware\"> Delaware <\/option>\n                    <option value=\"District of Columbia\"> District of Columbia <\/option>\n                    <option value=\"Florida\"> Florida <\/option>\n                    <option value=\"Georgia\"> Georgia <\/option>\n                    <option value=\"Hawaii\"> Hawaii <\/option>\n                    <option value=\"Idaho\"> Idaho <\/option>\n                    <option value=\"Illinois\"> Illinois <\/option>\n                    <option value=\"Indiana\"> Indiana <\/option>\n                    <option value=\"Iowa\"> Iowa <\/option>\n                    <option value=\"Kansas\"> Kansas <\/option>\n                    <option value=\"Kentucky\"> Kentucky <\/option>\n                    <option value=\"Louisiana\"> Louisiana <\/option>\n                    <option value=\"Maine\"> Maine <\/option>\n                    <option value=\"Maryland\"> Maryland <\/option>\n                    <option value=\"Massachusetts\"> Massachusetts <\/option>\n                    <option value=\"Michigan\"> Michigan <\/option>\n                    <option value=\"Minnesota\"> Minnesota <\/option>\n                    <option value=\"Mississippi\"> Mississippi <\/option>\n                    <option value=\"Missouri\"> Missouri <\/option>\n                    <option value=\"Montana\"> Montana <\/option>\n                    <option value=\"Nebraska\"> Nebraska <\/option>\n                    <option value=\"Nevada\"> Nevada <\/option>\n                    <option value=\"New Hampshire\"> New Hampshire <\/option>\n                    <option value=\"New Jersey\"> New Jersey <\/option>\n                    <option value=\"New Mexico\"> New Mexico <\/option>\n                    <option value=\"New York\"> New York <\/option>\n                    <option value=\"North Carolina\"> North Carolina <\/option>\n                    <option value=\"North Dakota\"> North Dakota <\/option>\n                    <option value=\"Ohio\"> Ohio <\/option>\n                    <option value=\"Oklahoma\"> Oklahoma <\/option>\n                    <option value=\"Oregon\"> Oregon <\/option>\n                    <option value=\"Pennsylvania\"> Pennsylvania <\/option>\n                    <option value=\"Puerto Rico\"> Puerto Rico <\/option>\n                    <option value=\"Rhode Island\"> Rhode Island <\/option>\n                    <option value=\"South Carolina\"> South Carolina <\/option>\n                    <option value=\"South Dakota\"> South Dakota <\/option>\n                    <option value=\"Tennessee\"> Tennessee <\/option>\n                    <option value=\"Texas\"> Texas <\/option>\n                    <option value=\"Utah\"> Utah <\/option>\n                    <option value=\"Vermont\"> Vermont <\/option>\n                    <option value=\"Virgin Islands\"> Virgin Islands <\/option>\n                    <option value=\"Virginia\"> Virginia <\/option>\n                    <option value=\"Washington\"> Washington <\/option>\n                    <option value=\"West Virginia\"> West Virginia <\/option>\n                    <option value=\"Wisconsin\"> Wisconsin <\/option>\n                    <option value=\"Wyoming\"> Wyoming <\/option>\n                  <\/select>\n                  <label class=\"form-sub-label\" for=\"input_26_state\" id=\"sublabel_26_state\" style=\"min-height:13px\" aria-hidden=\"false\"> State <\/label>\n                <\/span>\n              <\/span>\n            <\/div>\n            <div class=\"form-address-line-wrapper jsTest-address-line-wrapperField\" style=\"display:none\">\n              <span class=\"form-address-line form-address-zip-line jsTest-address-lineField form-address-hiddenLine\" style=\"display:none\">\n                <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n                  <input type=\"text\" id=\"input_26_postal\" name=\"q26_whereAre[postal]\" class=\"form-textbox validate[required] form-address-postal\" value=\"\" data-component=\"zip\" aria-labelledby=\"label_26 sublabel_26_postal\" required=\"\" \/>\n                  <label class=\"form-sub-label\" for=\"input_26_postal\" id=\"sublabel_26_postal\" style=\"min-height:13px\" aria-hidden=\"false\"> Zip Code <\/label>\n                <\/span>\n              <\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line jf-required\" data-type=\"control_radio\" id=\"id_17\">\n        <label class=\"form-label form-label-top form-label-auto\" id=\"label_17\" for=\"input_17\">\n          How is the perpetrator related to you, if at all?\n          <span class=\"form-required\">\n            *\n          <\/span>\n        <\/label>\n        <div id=\"cid_17\" class=\"form-input-wide jf-required\" data-layout=\"full\">\n          <div class=\"form-multiple-column\" data-columncount=\"2\" role=\"group\" aria-labelledby=\"label_17\" data-component=\"radio\">\n            <span class=\"form-radio-item\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"radio\" class=\"form-radio validate[required]\" id=\"input_17_0\" name=\"q17_howIs17\" value=\"Stranger\" required=\"\" \/>\n              <label id=\"label_input_17_0\" for=\"input_17_0\"> Stranger <\/label>\n            <\/span>\n            <span class=\"form-radio-item\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"radio\" class=\"form-radio validate[required]\" id=\"input_17_1\" name=\"q17_howIs17\" value=\"Fellow student\" required=\"\" \/>\n              <label id=\"label_input_17_1\" for=\"input_17_1\"> Fellow student <\/label>\n            <\/span>\n            <span class=\"form-radio-item\" style=\"clear:left\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"radio\" class=\"form-radio validate[required]\" id=\"input_17_2\" name=\"q17_howIs17\" value=\"Family member\" required=\"\" \/>\n              <label id=\"label_input_17_2\" for=\"input_17_2\"> Family member <\/label>\n            <\/span>\n            <span class=\"form-radio-item\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"radio\" class=\"form-radio validate[required]\" id=\"input_17_3\" name=\"q17_howIs17\" value=\"Supervisor\/boss\" required=\"\" \/>\n              <label id=\"label_input_17_3\" for=\"input_17_3\"> Supervisor\/boss <\/label>\n            <\/span>\n            <span class=\"form-radio-item\" style=\"clear:left\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"radio\" class=\"form-radio validate[required]\" id=\"input_17_4\" name=\"q17_howIs17\" value=\"Neighbor\/family friend\" required=\"\" \/>\n              <label id=\"label_input_17_4\" for=\"input_17_4\"> Neighbor\/family friend <\/label>\n            <\/span>\n            <span class=\"form-radio-item\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"radio\" class=\"form-radio validate[required]\" id=\"input_17_5\" name=\"q17_howIs17\" value=\"Clergy\/minister\" required=\"\" \/>\n              <label id=\"label_input_17_5\" for=\"input_17_5\"> Clergy\/minister <\/label>\n            <\/span>\n            <span class=\"form-radio-item\" style=\"clear:left\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"radio\" class=\"form-radio validate[required]\" id=\"input_17_6\" name=\"q17_howIs17\" value=\"Coach\/teacher\" required=\"\" \/>\n              <label id=\"label_input_17_6\" for=\"input_17_6\"> Coach\/teacher <\/label>\n            <\/span>\n            <span class=\"form-radio-item\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"radio\" class=\"form-radio validate[required]\" id=\"input_17_7\" name=\"q17_howIs17\" value=\"Dating\/romantic partner (even if it was your first date)\" required=\"\" \/>\n              <label id=\"label_input_17_7\" for=\"input_17_7\"> Dating\/romantic partner (even if it was your first date) <\/label>\n            <\/span>\n            <span class=\"form-radio-item formRadioOther\">\n              <input type=\"radio\" class=\"form-radio-other form-radio validate[required]\" name=\"q17_howIs17\" id=\"other_17\" value=\"other\" aria-label=\"Other\" \/>\n              <label id=\"label_other_17\" style=\"text-indent:0\" for=\"other_17\"> Other <\/label>\n              <span id=\"other_17_input\" class=\"other-input-container\" style=\"display:none\">\n                <input type=\"text\" class=\"form-radio-other-input form-textbox\" name=\"q17_howIs17[other]\" data-otherhint=\"Other\" size=\"15\" id=\"input_17\" data-placeholder=\"Please type another option here\" placeholder=\"Please type another option here\" \/>\n              <\/span>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line jf-required\" data-type=\"control_textbox\" id=\"id_12\">\n        <label class=\"form-label form-label-top form-label-auto\" id=\"label_12\" for=\"input_12\">\n          When did the incident occur? (if more than once, choose the most recent incident date)\n          <span class=\"form-required\">\n            *\n          <\/span>\n        <\/label>\n        <div id=\"cid_12\" class=\"form-input-wide jf-required\" data-layout=\"half\">\n          <input type=\"text\" id=\"input_12\" name=\"q12_whenDid12\" data-type=\"input-textbox\" class=\"form-textbox validate[required]\" style=\"width:310px\" size=\"310\" value=\"\" placeholder=\" \" data-component=\"textbox\" aria-labelledby=\"label_12\" required=\"\" \/>\n        <\/div>\n      <\/li>\n      <li class=\"form-line jf-required\" data-type=\"control_textbox\" id=\"id_14\">\n        <label class=\"form-label form-label-top form-label-auto\" id=\"label_14\" for=\"input_14\">\n          Where did the incident occur? (if more than once, choose the most recent incident's location).\n          <span class=\"form-required\">\n            *\n          <\/span>\n        <\/label>\n        <div id=\"cid_14\" class=\"form-input-wide jf-required\" data-layout=\"half\">\n          <input type=\"text\" id=\"input_14\" name=\"q14_whereDid\" data-type=\"input-textbox\" class=\"form-textbox validate[required]\" style=\"width:310px\" size=\"310\" value=\"\" placeholder=\" \" data-component=\"textbox\" aria-labelledby=\"label_14\" required=\"\" \/>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_radio\" id=\"id_18\">\n        <label class=\"form-label form-label-top form-label-auto\" id=\"label_18\" for=\"input_18\"> Did you tell anyone about the incident shortly after it occurred? <\/label>\n        <div id=\"cid_18\" class=\"form-input-wide\" data-layout=\"full\">\n          <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_18\" data-component=\"radio\">\n            <span class=\"form-radio-item\" style=\"clear:left\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"radio\" class=\"form-radio\" id=\"input_18_0\" name=\"q18_didYou\" value=\"Yes\" \/>\n              <label id=\"label_input_18_0\" for=\"input_18_0\"> Yes <\/label>\n            <\/span>\n            <span class=\"form-radio-item\" style=\"clear:left\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"radio\" class=\"form-radio\" id=\"input_18_1\" name=\"q18_didYou\" value=\"No\" \/>\n              <label id=\"label_input_18_1\" for=\"input_18_1\"> No <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_radio\" id=\"id_19\">\n        <label class=\"form-label form-label-top form-label-auto\" id=\"label_19\" for=\"input_19\"> Were the police notified about the incident? <\/label>\n        <div id=\"cid_19\" class=\"form-input-wide\" data-layout=\"full\">\n          <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_19\" data-component=\"radio\">\n            <span class=\"form-radio-item\" style=\"clear:left\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"radio\" class=\"form-radio\" id=\"input_19_0\" name=\"q19_wereThe\" value=\"Yes\" \/>\n              <label id=\"label_input_19_0\" for=\"input_19_0\"> Yes <\/label>\n            <\/span>\n            <span class=\"form-radio-item\" style=\"clear:left\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"radio\" class=\"form-radio\" id=\"input_19_1\" name=\"q19_wereThe\" value=\"No\" \/>\n              <label id=\"label_input_19_1\" for=\"input_19_1\"> No <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_radio\" id=\"id_20\">\n        <label class=\"form-label form-label-top form-label-auto\" id=\"label_20\" for=\"input_20\"> Was there a written report about the incident made by you or anyone else? <\/label>\n        <div id=\"cid_20\" class=\"form-input-wide\" data-layout=\"full\">\n          <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_20\" data-component=\"radio\">\n            <span class=\"form-radio-item\" style=\"clear:left\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"radio\" class=\"form-radio\" id=\"input_20_0\" name=\"q20_wasThere\" value=\"Yes\" \/>\n              <label id=\"label_input_20_0\" for=\"input_20_0\"> Yes <\/label>\n            <\/span>\n            <span class=\"form-radio-item\" style=\"clear:left\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"radio\" class=\"form-radio\" id=\"input_20_1\" name=\"q20_wasThere\" value=\"No\" \/>\n              <label id=\"label_input_20_1\" for=\"input_20_1\"> No <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_radio\" id=\"id_21\">\n        <label class=\"form-label form-label-top form-label-auto\" id=\"label_21\" for=\"input_21\"> Did you receive medical treatment of any type after the incident? <\/label>\n        <div id=\"cid_21\" class=\"form-input-wide\" data-layout=\"full\">\n          <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_21\" data-component=\"radio\">\n            <span class=\"form-radio-item\" style=\"clear:left\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"radio\" class=\"form-radio\" id=\"input_21_0\" name=\"q21_didYou21\" value=\"Yes\" \/>\n              <label id=\"label_input_21_0\" for=\"input_21_0\"> Yes <\/label>\n            <\/span>\n            <span class=\"form-radio-item\" style=\"clear:left\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"radio\" class=\"form-radio\" id=\"input_21_1\" name=\"q21_didYou21\" value=\"No\" \/>\n              <label id=\"label_input_21_1\" for=\"input_21_1\"> No <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_radio\" id=\"id_22\">\n        <label class=\"form-label form-label-top form-label-auto\" id=\"label_22\" for=\"input_22\"> Did you receive mental health treatment or counseling after the incident? <\/label>\n        <div id=\"cid_22\" class=\"form-input-wide\" data-layout=\"full\">\n          <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_22\" data-component=\"radio\">\n            <span class=\"form-radio-item\" style=\"clear:left\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"radio\" class=\"form-radio\" id=\"input_22_0\" name=\"q22_didYou22\" value=\"Yes\" \/>\n              <label id=\"label_input_22_0\" for=\"input_22_0\"> Yes <\/label>\n            <\/span>\n            <span class=\"form-radio-item\" style=\"clear:left\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"radio\" class=\"form-radio\" id=\"input_22_1\" name=\"q22_didYou22\" value=\"No\" \/>\n              <label id=\"label_input_22_1\" for=\"input_22_1\"> No <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_radio\" id=\"id_23\">\n        <label class=\"form-label form-label-top form-label-auto\" id=\"label_23\" for=\"input_23\"> Has the person(s) involved tried to contact you since the incident? <\/label>\n        <div id=\"cid_23\" class=\"form-input-wide\" data-layout=\"full\">\n          <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_23\" data-component=\"radio\">\n            <span class=\"form-radio-item\" style=\"clear:left\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"radio\" class=\"form-radio\" id=\"input_23_0\" name=\"q23_hasThe\" value=\"Yes\" \/>\n              <label id=\"label_input_23_0\" for=\"input_23_0\"> Yes <\/label>\n            <\/span>\n            <span class=\"form-radio-item\" style=\"clear:left\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"radio\" class=\"form-radio\" id=\"input_23_1\" name=\"q23_hasThe\" value=\"No\" \/>\n              <label id=\"label_input_23_1\" for=\"input_23_1\"> No <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_radio\" id=\"id_24\">\n        <label class=\"form-label form-label-top form-label-auto\" id=\"label_24\" for=\"input_24\"> Has the person(s) involved had any consequences of which you are aware? <\/label>\n        <div id=\"cid_24\" class=\"form-input-wide\" data-layout=\"full\">\n          <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_24\" data-component=\"radio\">\n            <span class=\"form-radio-item\" style=\"clear:left\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"radio\" class=\"form-radio\" id=\"input_24_0\" name=\"q24_hasThe24\" value=\"Yes\" \/>\n              <label id=\"label_input_24_0\" for=\"input_24_0\"> Yes <\/label>\n            <\/span>\n            <span class=\"form-radio-item\" style=\"clear:left\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"radio\" class=\"form-radio\" id=\"input_24_1\" name=\"q24_hasThe24\" value=\"No\" \/>\n              <label id=\"label_input_24_1\" for=\"input_24_1\"> No <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line jf-required\" data-type=\"control_textarea\" id=\"id_15\">\n        <label class=\"form-label form-label-top form-label-auto\" id=\"label_15\" for=\"input_15\">\n          Please describe the incident or situation.\n          <span class=\"form-required\">\n            *\n          <\/span>\n        <\/label>\n        <div id=\"cid_15\" class=\"form-input-wide jf-required\" data-layout=\"full\">\n          <textarea id=\"input_15\" class=\"form-textarea validate[required]\" name=\"q15_pleaseDescribe\" style=\"width:648px;height:163px\" data-component=\"textarea\" required=\"\" aria-labelledby=\"label_15\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line jf-required\" data-type=\"control_dropdown\" id=\"id_11\">\n        <label class=\"form-label form-label-top form-label-auto\" id=\"label_11\" for=\"input_11\">\n          How would you like us to contact you?\n          <span class=\"form-required\">\n            *\n          <\/span>\n        <\/label>\n        <div id=\"cid_11\" class=\"form-input-wide jf-required\" data-layout=\"half\">\n          <select class=\"form-dropdown validate[required]\" id=\"input_11\" name=\"q11_howWould\" style=\"width:310px\" data-component=\"dropdown\" required=\"\" aria-labelledby=\"label_11\">\n            <option value=\"\"> Please Select <\/option>\n            <option value=\"Email\"> Email <\/option>\n            <option value=\"Phone\"> Phone <\/option>\n          <\/select>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_text\" id=\"id_30\">\n        <div id=\"cid_30\" class=\"form-input-wide\" data-layout=\"full\">\n          <div id=\"text_30\" class=\"form-html\" data-component=\"text\">\n            <p>National Sexual Assault Legal Hotline and Legal Intake Form Terms of Service<\/p>\n            <p>\u00a0<\/p>\n            <p>About the National Sexual Assault Legal Hotline and Legal Intake Form<\/p>\n            <p>Welcome to the National Sexual Assault Legal Hotline and Legal Intake Form (\u201chotline\u201d) operated by Take Back The Night Foundation in partnership with Laffey, Bucci &amp; Kent, LLP (\u201cwe\u201d or \u201cus\u201d or \u201cour\u201d). This policy applies only to telephone calls to the hotline and submissions to the intake form on the Take Back The Night Foundation website that are answered directly by intake staff who work for or on behalf of us. Should a call or intake be transferred to another entity, such as a sexual assault service provider, hospital, law enforcement agency, or other law firm, it is not covered by our terms of service; you should contact the organization directly for its policy.<\/p>\n            <p>\u00a0<\/p>\n            <p>User Safety<\/p>\n            <p>IF YOU ARE IN DANGER, CONSIDERING SUICIDE, OR NEED EMERGENCY HELP, CALL 911 (IN THE U.S.), OR YOUR LOCAL AUTHORITIES, NOW.<\/p>\n            <p>If you have concerns that your phone calls or form submissions may be monitored and you do not want others to know that you have contacted the National Sexual Assault Legal Hotline, we recommend you locate a safe computer, tablet or other device with internet access and visit www.rainn.org or www.nsvrc.org to find resources near you. If you have concerns that your calls or internet use may be monitored and you have already used the National Sexual Assault Legal Hotline or Intake Form, we recommend you clear your call and internet history from your device.<\/p>\n            <p>Please be aware that even if you delete your call or web log from your device, your service provider may keep or store your logs for an indefinite period of time, and your service provider might provide it to anyone who has access to your account.<\/p>\n            <p>\u00a0<\/p>\n            <p>About the Terms of Service<\/p>\n            <p>This Terms of Service explains how we handle information collected when you call the National Sexual Assault Legal Hotline at 576-SHATTER or complete the Legal Intake Form. By calling the National Sexual Assault Legal Hotline or submitting the Legal Intake Form, you agree to follow the rules, terms, and conditions set forth here. We may, from time to time, make changes to these terms. If we make substantial changes in the way we use your personal information, or to the rights and obligations set forth herein, we will update this page and post a prominent announcement on takebackthenight.org.\u00a0 Your use of the Hotline is also subject to the Take Back The Night Foundation TERMS OF SERVICE and PRIVACY POLICY located here. Please read and review these policies in addition to these Terms of Service prior to using the Hotline.<\/p>\n            <p>Your privacy and security are very important to us. The following information will help you understand what information we collect by phone and through the form submission, and how we handle that information once we collect it. This policy will tell you if we disclose that information to anyone, and what choices you have regarding how we use that information.<\/p>\n            <p>All references in this policy to \u201cstaff,\u201d \u201cstaffers,\u201d \u201ctrained staff\u201d or \u201ctrained staffers\u201d cover staff paid directly by us; staff paid by a third-party to provide services on our behalf; and volunteers.<\/p>\n            <p>\u00a0<\/p>\n            <p>Providing Feedback<\/p>\n            <p>At the conclusion of a call or upon submission of a form, you may be asked to provide feedback through an anonymous interactive voice response system or online questionnaire, in the case of a form submission. If you provide feedback, it may be shared with our staff for the purpose of improving hotline and intake form services. This feedback is voluntary; you do not need to provide any information you do not feel comfortable with. To ensure that your feedback remains completely anonymous, you should not include any personally identifiable information. Also, your feedback will not be connected to other records of your call to the National Sexual Assault Legal Hotline or your submission to the Legal Intake Form.<\/p>\n            <p>\u00a0<\/p>\n            <p>Personally Identifiable Information<\/p>\n            <p>Personally Identifiable Information (PII) is information about you that would identify you, such as your name or address. We may request personal identifiable information solely as to provide same to our attorneys who will contact you in response to your call or form submission. However, you are not obligated to provide any PII during the initial intake call or form submission and may do so, solely at your discretion, when and if you wish to do so.<\/p>\n            <p>Additionally, in order to determine usage levels, average call length, and for other record keeping purposes, an entry will be made in a database containing the start and stop time of each telephone call. Similarly, an entry will be made in a database for form submissions recording whatever portion of the form was completed.<\/p>\n            <p>Please note that if you are transferred to another hotline or service for ongoing support, the terms of service of such hotline or service will govern upon such transfer.<\/p>\n            <p>While we do not require PII be provided at the time of your initial call or form submission, you should be aware that telephone carriers generally retain records of incoming and outgoing calls for billing and other purposes, and internet providers and web browsers retain records of web searches.<\/p>\n            <p>\u00a0<\/p>\n            <p>Aggregate Data<\/p>\n            <p>We automatically gather, or aggregate, certain usage information, such as the number of National Sexual Assault Legal Hotline callers and Legal Intake Form users, average length of telephone call, and resources provided. This data cannot be used to identify you personally and helps us to determine how often the National Sexual Assault Legal Hotline and Legal Intake Form are being used, at what times of the day, and other useful statistics. We may use this aggregate data for internal recordkeeping and service improvement purposes, and may share it with sponsors, supporters, or the media.<\/p>\n            <p>\u00a0<\/p>\n            <p>Legal Requirements<\/p>\n            <p>Information gathered for research and statistical purposes will only be used for that purpose. Notwithstanding this Terms of Service, our trained staff may be forced to disclose information to the government or third parties under certain circumstances. We may be required to (and you authorize us to) reveal any information about you that we possess to law enforcement or other government officials as we, in our sole discretion, believe is necessary or appropriate, in connection with the investigation of a crime, mandatory reporting laws, fraud or other activity that is illegal, or may expose us, or you, to liability.<\/p>\n            <p>If we or a trained staffer fears that you are in danger of committing suicide; are 17 years of age or younger; or are a vulnerable adult covered by your state\u2019s mandatory reporting laws, and you have provided us with information, such as name or location, that would allow us to identify you, we or the trained staffer may be required to disclose whatever information you have provided to the appropriate authorities. If you do not wish us to notify legal authorities, you should not share PII with us.<\/p>\n            <p>If you are a minor and you would like us to notify authorities, we will do so UPON YOUR REQUEST. In such case, we will request PII from you so that we may notify authorities. Such information will be otherwise subject to our Terms of Service and may only be shared with state or local authorities.<\/p>\n            <p>Our place of business is in Pennsylvania. However, trained staffers and\/or third parties working on behalf of us may be located elsewhere in the United States. Laws pertaining to your communication with the National Sexual Assault Legal Hotline and the Legal Intake Form may not protect your communications to the same degree, or in the same way, as the laws of your state. It is possible that a court of law will not keep private, and may require us to reveal, information that you provide during your call.<\/p>\n            <p>\u00a0<\/p>\n            <p>Risks and Use of Hotline<\/p>\n            <p>You assume all risk for use of the Hotline. Neither we nor any of our employees, agents, service providers, or any other entities with whom we has contracted shall have any liability for or in connection with (1) actions taken or not taken by you or a third party, during, after, or as a result of your use of the Hotline, or (2) the unavailability of the Hotline. You agree to indemnify us and hold us harmless for damages arising out of (A) your use of the Hotline, (B) your breach of these Terms, (C) your violation of the law, (D) claims asserted by third parties that you are in breach of these Terms or (E) information provided by you to us. Additionally, in no event shall we be liable for any special, incidental, consequential, exemplary, or indirect damages.<\/p>\n            <p>The Hotline is provided on an \u201cas is\u201d basis and \u201cas available\u201d basis. We do the best we can and are constantly improving but can\u2019t make any guarantees. We expressly disclaim all warranties of any kind, whether express or implied, including, without limitation, the implied warranties of merchantability, fitness for a particular purpose, and non-infringement. Without limiting the above, we make no warranty that the Hotline will (A) meet your requirements; (B) be uninterrupted, timely, secure, or error-free; or (C) meet your expectations. The foregoing disclaimers of liability apply to all damages or injury, including those caused by any failure of performance, error, omission, interruption, deletion, defect or delay in operation or transmission, whether for breach of contract, tortious behavior, including negligence, or any other cause of action.<\/p>\n            <p>\u00a0<\/p>\n            <p>Prohibited Uses and Right to Terminate Access<\/p>\n            <p>You agree to use our Hotline only for lawful and legitimate purposes and in accordance with these Terms. You agree not to use the Hotline:<\/p>\n            <p>in any way that violates any applicable federal, state, local, or international law or regulation;<br \/>for the purpose of exploiting, harming, or attempting to exploit or harm minors in any way;<br \/>to threaten, harass, or otherwise inappropriately abuse us, our employees, partners, agents, subcontractors, volunteers, or others;<br \/>to send, knowingly receive, upload, download, use, or re-use any content which does not comply with these Terms;<br \/>to \u201cspam,\u201d gather or attempt to gather personal information belonging to users or others for the purposes of spamming, marketing, selling to third parties, or otherwise abusing us, the Hotline, or our users;<br \/>to impersonate or attempt to impersonate another person or entity;<br \/>to engage in any other conduct that restricts or inhibits anyone\u2019s use of the Hotline, or which, as determined by us, may harm us or users of the Hotline, or expose them to liability;<br \/>to copy, adapt, decompile, reverse engineer, attempt to discover the source code of or make derivative works of the Hotline or any portion of the Hotline; or<br \/>to otherwise attempt to interfere with the proper working of the Hotline.<br \/>We reserve the right to terminate your access to the Hotline if you violate these Terms, including doing anything on the list above. \u00a0<\/p>\n            <p>We may unilaterally terminate your access to the Hotline. We also may adjust your access if we determine that you\u2019d be better served by a different kind of support.<\/p>\n            <p>We further reserve the right to terminate the Hotline or your access to them for any other reason, at our sole discretion.<\/p>\n            <p>\u00a0<\/p>\n            <p>Third Party Services<\/p>\n            <p>You may contact us through a third-party website, application or service (\u201cThird Party Service\u201d), including, for example, Facebook Messenger. If you contact us through a Third Party Service (A) both we and the third party that runs the Third Party Service may have access to the content of the messages you share and (B) your information may be shared between us and that third party. For example, we and the third party may exchange your location information to contact local law enforcement or emergency services in an emergency. Moreover, these Terms only apply to you and us. We are not responsible for, and make no representations regarding, the policies or practices of any Third Party Service. If you contact us through a Third Party Service, you are subject to these Terms as well as the terms and policies of the Third Party Service. We encourage you to review the terms and policies of any Third Party Service you use to contact us or the Hotline. If you do not wish to be subject to a Third Party Service\u2019s terms or policies, please do not contact us or the Hotline through a Third Party Service.<\/p>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line jf-required\" data-type=\"control_signature\" id=\"id_29\">\n        <label class=\"form-label form-label-top form-label-auto\" id=\"label_29\" for=\"input_29\">\n          In signing below, I have read and agree to the terms of use for the intake form.\n          <span class=\"form-required\">\n            *\n          <\/span>\n        <\/label>\n        <div id=\"cid_29\" class=\"form-input-wide jf-required\" data-layout=\"half\">\n          <div data-wrapper-react=\"true\">\n            <div id=\"signature_pad_29\" class=\"signature-pad-wrapper\" style=\"width:312px;height:116px\">\n              <div data-wrapper-react=\"true\">\n                <!--[if IE 7]>\n                  <script type=\"text\/javascript\" src=\"\/js\/vendor\/json2.js\"><\/script>\n                <![endif]-->\n              <\/div>\n              <div class=\"signature-line signature-wrapper signature-placeholder\" data-component=\"signature\" style=\"width:312px;height:116px\">\n                <div id=\"sig_pad_29\" data-width=\"310\" data-height=\"114\" data-id=\"29\" data-required=\"true\" class=\"pad validate[required]\">\n                <\/div>\n                <input type=\"hidden\" name=\"q29_inSigning\" class=\"output4\" id=\"input_29\" \/>\n              <\/div>\n              <span class=\"clear-pad-btn clear-pad\" role=\"button\" tabindex=\"0\">\n                Clear\n              <\/span>\n            <\/div>\n            <div data-wrapper-react=\"true\">\n              <script type=\"text\/javascript\">\n              window.signatureForm = true\n              <\/script>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_button\" id=\"id_2\">\n        <div id=\"cid_2\" class=\"form-input-wide\" data-layout=\"full\">\n          <div data-align=\"auto\" class=\"form-buttons-wrapper form-buttons-auto   jsTest-button-wrapperField\">\n            <button id=\"input_2\" type=\"submit\" class=\"form-submit-button form-submit-button-simple_pink submit-button jf-form-buttons jsTest-submitField\" data-component=\"button\" data-content=\"\">\n              Submit\n            <\/button>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li style=\"display:none\">\n        Should be Empty:\n        <input type=\"text\" name=\"website\" value=\"\" \/>\n      <\/li>\n    <\/ul>\n  <\/div>\n  <script>\n  JotForm.showJotFormPowered = \"0\";\n  <\/script>\n  <script>\n  JotForm.poweredByText = \"Powered by JotForm\";\n  <\/script>\n  <input type=\"hidden\" class=\"simple_spc\" id=\"simple_spc\" name=\"simple_spc\" value=\"62057697874169\" \/>\n  <script type=\"text\/javascript\">\n  var all_spc = document.querySelectorAll(\"form[id='62057697874169'] .si\" + \"mple\" + \"_spc\");\nfor (var i = 0; i < all_spc.length; i++)\n{\n  all_spc[i].value = \"62057697874169-62057697874169\";\n}\n  <\/script>\n<\/form><\/body>\n<\/html>\n<script src=\"https:\/\/cdn.jotfor.ms\/\/js\/vendor\/smoothscroll.min.js?v=3.3.25440\"><\/script>\n<script src=\"https:\/\/cdn.jotfor.ms\/\/js\/errorNavigation.js?v=3.3.25440\"><\/script>\n","Free Legal Assistance",Array);(function(){window.handleIFrameMessage=function(e){if(!e.data||!e.data.split)return;var args=e.data.split(":");if(args[2]!="62057697874169"){return;}
var iframe=document.getElementById("62057697874169");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(originUrl,whitelisted_domains){var url=document.createElement('a');url.href=originUrl;var hostname=url.hostname;var result=false;if(typeof hostname!=='undefined'){whitelisted_domains.forEach(function(element){if(hostname.slice((-1*element.length-1))==='.'.concat(element)||hostname===element){result=true;}});return result;}}
if(window.addEventListener){window.addEventListener("message",handleIFrameMessage,false);}else if(window.attachEvent){window.attachEvent("onmessage",handleIFrameMessage);}})();