var qsProxy=false;function FrameBuilder(formId,appendTo,initialHeight,iframeCode,title,embedStyleJSON){this.formId=formId;this.initialHeight=initialHeight;this.iframeCode=iframeCode;this.frame=null;this.timeInterval=200;this.appendTo=appendTo||false;this.formSubmitted=0;this.frameMinWidth='100%';this.defaultHeight='';this.init=function(){this.embedURLHash=this.getMD5(window.location.href);if(embedStyleJSON&&(embedStyleJSON[this.embedURLHash]&&embedStyleJSON[this.embedURLHash]['inlineStyle']['embedWidth'])){this.frameMinWidth=embedStyleJSON[this.embedURLHash]['inlineStyle']['embedWidth']+'px';}
if(embedStyleJSON&&(embedStyleJSON[this.embedURLHash])){if(embedStyleJSON[this.embedURLHash]['inlineStyle']&&embedStyleJSON[this.embedURLHash]['inlineStyle']['embedHeight']){this.defaultHeight='data-frameHeight="'+embedStyleJSON[this.embedURLHash]['inlineStyle']['embedHeight']+'"';}}
this.createFrame();this.addFrameContent(this.iframeCode);};this.createFrame=function(){var tmp_is_ie=!!window.ActiveXObject;this.iframeDomId=document.getElementById(this.formId)?this.formId+'_'+new Date().getTime():this.formId;if(typeof $jot!=='undefined'){var iframe=document.getElementById("231736720366154");var parent=$jot(iframe).closest('.jt-feedback.u-responsive-lightbox');if(parent){this.iframeDomId='lightbox-'+this.iframeDomId;}}
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="100vh";if(!('nojump'in this.frame.contentWindow.document.get)){window.parent.scrollTo(0,0);}}else if(!this.frame.dataset.parentScrolled){this.frame.dataset.parentScrolled=true;var container=window.parent.document&&window.parent.document.querySelector('.jt-content');if(container&&!('nojump'in window.parent.document.get)){container.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 i231736720366154=new FrameBuilder("231736720366154",false,"","<!DOCTYPE HTML PUBLIC \"-\/\/W3C\/\/DTD HTML 4.01\/\/EN\" \"http:\/\/www.w3.org\/TR\/html4\/strict.dtd\">\n<html lang=\"en-US\"  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:\/\/propublica.jotform.com\/oembed\/?format=json&amp;url=https%3A%2F%2Fpropublica.jotform.com%2F231736720366154\" title=\"oEmbed Form\">\n<link rel=\"alternate\" type=\"text\/xml+oembed\" href=\"https:\/\/propublica.jotform.com\/oembed\/?format=xml&amp;url=https%3A%2F%2Fpropublica.jotform.com%2F231736720366154\" title=\"oEmbed Form\">\n<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta property=\"og:title\" content=\"Do You Have a Tip for ProPublica? Help Us Do Journalism.\" >\n<meta property=\"og:url\" content=\"https:\/\/propublica.jotform.com\/231736720366154\" >\n<meta property=\"og:description\" content=\"Please click the link to complete this form.\" >\n<meta name=\"slack-app-id\" content=\"AHNMASS8M\">\n<meta property=\"og:image\" content=\"https:\/\/propublica.jotform.com\/favicon.ico\" \/>\n<link rel=\"shortcut icon\" href=\"https:\/\/propublica.jotform.com\/favicon.ico\">\n<link rel=\"apple-touch-icon\" href=\"https:\/\/propublica.jotform.com\/favicon.ico\">\n<link rel=\"canonical\" href=\"https:\/\/propublica.jotform.com\/231736720366154\" \/>\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>Do You Have a Tip for ProPublica? Help Us Do Journalism.<\/title>\n<style type=\"text\/css\">@media print{.form-section{display:inline!important}.form-pagebreak{display:none!important}.form-section-closed{height:auto!important}.page-section{position:initial!important}}<\/style>\n<link type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/propublica.jotform.com\/themes\/CSS\/5e6b428acc8c4e222d1beb91.css?v=3.3.45922\"\/>\n<link type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/propublica.jotform.com\/css\/styles\/payment\/payment_styles.css?3.3.45922\" \/>\n<link type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/propublica.jotform.com\/css\/styles\/payment\/payment_feature.css?3.3.45922\" \/>\n<link type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/propublica.jotform.com\/stylebuilder\/donationBox.css?v=3.3.45922\">\n<style type=\"text\/css\" id=\"form-designer-style\">\n@import url(\"https:\/\/projects.propublica.org\/static\/jotform\/jotform.css\");\n    \/* Injected CSS Code *\/\n\n.form-label.form-label-auto {\n        \n      display: block;\n      float: none;\n      text-align: left;\n      width: 100%;\n    \n      }\n    \/* Injected CSS Code *\/\n<\/style>\n\n<script src=\"https:\/\/propublica.jotform.com\/static\/prototype.forms.js?3.3.45922\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/propublica.jotform.com\/static\/jotform.forms.js?3.3.45922\" type=\"text\/javascript\"><\/script>\n<script defer src=\"https:\/\/propublica.jotform.com\/\/js\/punycode-1.4.1.min.js\"><\/script>\n<script src=\"https:\/\/propublica.jotform.com\/js\/vendor\/jquery-1.8.0.min.js?v=3.3.45922\" type=\"text\/javascript\"><\/script>\n<script defer src=\"https:\/\/propublica.jotform.com\/js\/vendor\/maskedinput.min.js?v=3.3.45922\" type=\"text\/javascript\"><\/script>\n<script defer src=\"https:\/\/propublica.jotform.com\/js\/vendor\/jquery.maskedinput.min.js?v=3.3.45922\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/propublica.jotform.com\/js\/vendor\/imageinfo.js?v=3.3.45922\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/propublica.jotform.com\/file-uploader\/fileuploader.js?v=3.3.45922\"><\/script>\n<script src=\"https:\/\/propublica.jotform.com\/js\/payments\/validategateways.js?v=3.3.45922\" type=\"text\/javascript\"><\/script>\n<script type=\"text\/javascript\">\tJotForm.newDefaultTheme = true;\n\tJotForm.extendsNewTheme = false;\n\tJotForm.singleProduct = false;\n\tJotForm.newPaymentUIForNewCreatedForms = true;\n\tJotForm.newPaymentUI = true;\n\n var jsTime = setInterval(function(){try{\n   JotForm.jsForm = true;\n\n   JotForm.setConditions([{\"action\":[{\"id\":\"action_1688012972174\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"124\"}],\"id\":\"1688012987708\",\"index\":\"0\",\"link\":\"Any\",\"priority\":\"0\",\"terms\":[{\"id\":\"term_1688012972174\",\"field\":\"119\",\"operator\":\"equals\",\"value\":\"A religious leader or institution\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1688012826941\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"124\"}],\"id\":\"1688012872554\",\"index\":\"1\",\"link\":\"Any\",\"priority\":\"1\",\"terms\":[{\"id\":\"term_1688012857414\",\"field\":\"120\",\"operator\":\"equals\",\"value\":\"Federal\",\"isError\":false},{\"id\":\"term_1688012844779\",\"field\":\"120\",\"operator\":\"equals\",\"value\":\"State\",\"isError\":false},{\"id\":\"term_1688012826941\",\"field\":\"120\",\"operator\":\"equals\",\"value\":\"Local, county or city\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1688012722746\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"124\"}],\"id\":\"1688012820526\",\"index\":\"2\",\"link\":\"Any\",\"priority\":\"2\",\"terms\":[{\"id\":\"term_1688012742579\",\"field\":\"119\",\"operator\":\"equals\",\"value\":\"A religious leader or institution\",\"isError\":false},{\"id\":\"term_1688012722746\",\"field\":\"119\",\"operator\":\"equals\",\"value\":\"A business, corporation or nonprofit organization\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1688012618966\",\"visibility\":\"Hide\",\"isError\":false,\"field\":\"124\"}],\"id\":\"1688012636065\",\"index\":\"3\",\"link\":\"Any\",\"priority\":\"3\",\"terms\":[{\"id\":\"term_1688012618966\",\"field\":\"120\",\"operator\":\"equals\",\"value\":\"Another country\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1688012405677\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"148\"}],\"id\":\"1688012432953\",\"index\":\"4\",\"link\":\"Any\",\"priority\":\"4\",\"terms\":[{\"id\":\"term_1688012405677\",\"field\":\"119\",\"operator\":\"equals\",\"value\":\"A religious leader or institution\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1688012385760\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"149\"}],\"id\":\"1688012403217\",\"index\":\"5\",\"link\":\"Any\",\"priority\":\"5\",\"terms\":[{\"id\":\"term_1688012385760\",\"field\":\"109\",\"operator\":\"equals\",\"value\":\"Share information about my employer or another organization I\u2019m a part of.\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_0_1687962994435\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"134\"}],\"id\":\"1687962944857\",\"index\":\"6\",\"link\":\"Any\",\"priority\":\"6\",\"terms\":[{\"id\":\"term_0_1687962994434\",\"field\":\"143\",\"operator\":\"equals\",\"value\":\"Yes\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1687962872866\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"142\"}],\"id\":\"1687962891139\",\"index\":\"7\",\"link\":\"Any\",\"priority\":\"7\",\"terms\":[{\"id\":\"term_1687962872866\",\"field\":\"113\",\"operator\":\"equals\",\"value\":\"\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_0_1688758634377\",\"visibility\":\"HideMultiple\",\"isError\":false,\"fields\":[\"133\",\"85\",\"86\",\"87\",\"143\",\"134\"]}],\"id\":\"1687720415374\",\"index\":\"8\",\"link\":\"Any\",\"priority\":\"8\",\"terms\":[{\"id\":\"term_0_1688758634377\",\"field\":\"141\",\"operator\":\"equals\",\"value\":\"If you would prefer not to answer any demographics questions, just check this box.\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_0_1688011922103\",\"visibility\":\"ShowMultiple\",\"isError\":false,\"fields\":[\"135\"]}],\"id\":\"1687719503771\",\"index\":\"9\",\"link\":\"Any\",\"priority\":\"9\",\"terms\":[{\"id\":\"term_1688012018580\",\"field\":\"109\",\"operator\":\"equals\",\"value\":\"Share information about my employer or another organization I\u2019m a part of.\",\"isError\":false},{\"id\":\"term_0_1688011922103\",\"field\":\"109\",\"operator\":\"equals\",\"value\":\"Tell you about an abuse of power or injustice harming me or someone I know.\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1687719269157\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"132\"}],\"id\":\"1687719366780\",\"index\":\"10\",\"link\":\"Any\",\"priority\":\"10\",\"terms\":[{\"id\":\"term_1687719269157\",\"field\":\"131\",\"operator\":\"equals\",\"value\":\"Yes\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_0_1688012701063\",\"visibility\":\"ShowMultiple\",\"isError\":false,\"fields\":[\"119\",\"125\"]}],\"id\":\"1687719144550\",\"index\":\"11\",\"link\":\"Any\",\"priority\":\"11\",\"terms\":[{\"id\":\"term_0_1688012701063\",\"field\":\"119\",\"operator\":\"equals\",\"value\":\"A religious leader or institution\",\"isError\":false},{\"id\":\"term_1_1688012701063\",\"field\":\"119\",\"operator\":\"equals\",\"value\":\"A business, corporation or nonprofit organization\",\"isError\":false},{\"id\":\"term_2_1688012701063\",\"field\":\"119\",\"operator\":\"equals\",\"value\":\"A public official, political organization or government agency\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1688012137032\",\"visibility\":\"ShowMultiple\",\"isError\":false,\"fields\":[\"120\"]}],\"id\":\"1688012156549\",\"index\":\"12\",\"link\":\"Any\",\"priority\":\"12\",\"terms\":[{\"id\":\"term_1688012137032\",\"field\":\"119\",\"operator\":\"equals\",\"value\":\"A public official, political organization or government agency\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_0_1687719229306\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"140\"}],\"id\":\"1687719182351\",\"index\":\"13\",\"link\":\"Any\",\"priority\":\"13\",\"terms\":[{\"id\":\"term_0_1687719229306\",\"field\":\"120\",\"operator\":\"equals\",\"value\":\"Another country\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1687720593554\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"121\"}],\"id\":\"1687720615534\",\"index\":\"14\",\"link\":\"Any\",\"priority\":\"14\",\"terms\":[{\"id\":\"term_1687720593554\",\"field\":\"120\",\"operator\":\"equals\",\"value\":\"Federal\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1687718712271\",\"visibility\":\"ShowMultiple\",\"isError\":false,\"fields\":[\"111\",\"112\"]}],\"id\":\"1687718734453\",\"index\":\"15\",\"link\":\"Any\",\"priority\":\"15\",\"terms\":[{\"id\":\"term_1687718712271\",\"field\":\"109\",\"operator\":\"equals\",\"value\":\"Help spread the word about crowdsourced projects that members of my community can contribute to.\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1687718597977\",\"visibility\":\"ShowMultiple\",\"isError\":false,\"fields\":[\"113\",\"115\",\"116\",\"117\",\"118\"]}],\"id\":\"1687718639764\",\"index\":\"16\",\"link\":\"Any\",\"priority\":\"16\",\"terms\":[{\"id\":\"term_1687718597977\",\"field\":\"109\",\"operator\":\"equals\",\"value\":\"Sign up as a volunteer source for future reporting in my area of expertise.\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_0_1687719763530\",\"visibility\":\"ShowMultiple\",\"isError\":false,\"fields\":[\"126\",\"128\",\"101\",\"130\"]}],\"id\":\"1687717440520\",\"index\":\"17\",\"link\":\"Any\",\"priority\":\"17\",\"terms\":[{\"id\":\"term_0_1687719763530\",\"field\":\"109\",\"operator\":\"equals\",\"value\":\"Share information about my employer or another organization I\u2019m a part of.\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_0_1687719772288\",\"visibility\":\"ShowMultiple\",\"isError\":false,\"fields\":[\"119\",\"126\",\"127\",\"128\",\"101\",\"130\"]}],\"id\":\"1687717058171\",\"index\":\"18\",\"link\":\"Any\",\"priority\":\"18\",\"terms\":[{\"id\":\"term_0_1687719772288\",\"field\":\"109\",\"operator\":\"equals\",\"value\":\"Tell you about an abuse of power or injustice harming me or someone I know.\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1687716763680\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"70\"}],\"id\":\"1687716808393\",\"index\":\"19\",\"link\":\"Any\",\"priority\":\"19\",\"terms\":[{\"id\":\"term_1687716763680\",\"field\":\"44\",\"operator\":\"equals\",\"value\":\"WhatsApp\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1686857626043\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"71\"}],\"id\":\"1686857644610\",\"index\":\"20\",\"link\":\"Any\",\"priority\":\"20\",\"terms\":[{\"id\":\"term_1686857626043\",\"field\":\"44\",\"operator\":\"equals\",\"value\":\"Signal\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1686857483614\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"68\"}],\"id\":\"1686857499370\",\"index\":\"21\",\"link\":\"Any\",\"priority\":\"21\",\"terms\":[{\"id\":\"term_1686857483614\",\"field\":\"44\",\"operator\":\"equals\",\"value\":\"Phone\",\"isError\":false}],\"type\":\"field\"}]);\tJotForm.clearFieldOnHide=\"disable\";\n\tJotForm.submitError=\"jumpToFirstError\";\n\n\tJotForm.enterprise = \"propublica.jotform.com\";\n\n\tJotForm.init(function(){\n\t\/*INIT-START*\/\nif (window.JotForm && JotForm.accessible) $('input_144').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_145').setAttribute('tabindex',0);\n      JotForm.setPhoneMaskingValidator( 'input_57_full', '\\u0028\\u0023\\u0023\\u0023\\u0029 \\u0023\\u0023\\u0023\\u002d\\u0023\\u0023\\u0023\\u0023' );\nif (window.JotForm && JotForm.accessible) $('input_111').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_115').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_116').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_117').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_118').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_149').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_148').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_125').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_126').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_127').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_101').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_130').setAttribute('tabindex',0);\n      JotForm.setPhoneMaskingValidator( 'input_70_full', '\\u0028\\u0023\\u0023\\u0023\\u0029 \\u0023\\u0023\\u0023\\u002d\\u0023\\u0023\\u0023\\u0023' );\n      JotForm.setPhoneMaskingValidator( 'input_71_full', '\\u0028\\u0023\\u0023\\u0023\\u0029 \\u0023\\u0023\\u0023\\u002d\\u0023\\u0023\\u0023\\u0023' );\nif (window.JotForm && JotForm.accessible) $('input_132').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_134').setAttribute('tabindex',0);\n      JotForm.alterTexts(undefined);\n      setTimeout(function() {\n          JotForm.initMultipleUploads();\n      }, 2);\n\t\/*INIT-END*\/\n\t});\n\n   clearInterval(jsTime);\n }catch(e){}}, 1000);\n\n   setTimeout(function() {\nJotForm.paymentExtrasOnTheFly([null,{\"name\":\"heading\",\"qid\":\"1\",\"text\":\"Do You Have a Tip for ProPublica? Help Us Do Journalism.\",\"type\":\"control_head\"},{\"name\":\"submit2\",\"qid\":\"2\",\"text\":\"Submit\",\"type\":\"control_button\"},null,{\"description\":\"\",\"name\":\"email\",\"qid\":\"4\",\"subLabel\":\"example@example.com\",\"text\":\"Email\",\"type\":\"control_email\"},null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,{\"description\":\"\",\"name\":\"whatsThe\",\"qid\":\"44\",\"text\":\"What\u2019s the best way to reach you with follow-up questions?\",\"type\":\"control_checkbox\"},null,{\"description\":\"\",\"name\":\"doYou46\",\"qid\":\"46\",\"text\":\"Do you want to be notified when ProPublica publishes big investigations?\",\"type\":\"control_radio\"},null,null,null,null,null,null,null,null,null,null,{\"description\":\"\",\"name\":\"phoneNumber\",\"qid\":\"57\",\"text\":\"Phone Number\",\"type\":\"control_phone\"},null,null,null,null,null,null,null,null,null,null,{\"description\":\"\",\"name\":\"typeA\",\"qid\":\"68\",\"text\":\"Do you prefer texts or phone calls?\",\"type\":\"control_radio\"},null,{\"description\":\"\",\"name\":\"whatsYour70\",\"qid\":\"70\",\"text\":\"What's your number on WhatsApp?\",\"type\":\"control_phone\"},{\"description\":\"\",\"name\":\"whatsYour\",\"qid\":\"71\",\"text\":\"What's your Signal number?\",\"type\":\"control_phone\"},null,null,null,null,null,null,null,null,null,{\"name\":\"weAppreciate\",\"qid\":\"81\",\"text\":\"\",\"type\":\"control_head\"},null,null,null,{\"description\":\"\",\"name\":\"howDo\",\"qid\":\"85\",\"text\":\"How do you identify? Please select all that apply:\",\"type\":\"control_checkbox\"},{\"description\":\"\",\"name\":\"doYou9\",\"qid\":\"86\",\"text\":\"Do you identify as LGBTQ+?\",\"type\":\"control_radio\"},{\"description\":\"\",\"name\":\"doYou\",\"qid\":\"87\",\"text\":\"Do you identify as transgender?\",\"type\":\"control_radio\"},null,null,null,null,null,null,{\"description\":\"\",\"name\":\"propublicaWorks\",\"qid\":\"94\",\"text\":\"ProPublica works with a trusted network of local and national partners around the country. If we\u2019re unable to follow up on your tip, can we share your tip with a journalist from another news organization who may be able to follow up sooner?\",\"type\":\"control_radio\"},null,null,null,null,null,null,{\"description\":\"\",\"name\":\"areThere101\",\"qid\":\"101\",\"subLabel\":\"\",\"text\":\"Are there any public records you would suggest we request? Please describe the record(s) you think we should request, in as much detail as possible: \",\"type\":\"control_textbox\"},null,null,null,null,null,null,null,{\"description\":\"\",\"name\":\"typeA109\",\"qid\":\"109\",\"text\":\"I\u2019m filling out this survey out because I\u2019d like to:\",\"type\":\"control_checkbox\"},{\"description\":\"\",\"name\":\"whereDo110\",\"qid\":\"110\",\"text\":\"Where do you live?\",\"type\":\"control_address\"},{\"description\":\"\",\"name\":\"whatCommunities\",\"qid\":\"111\",\"subLabel\":\"For example, people who share a common experience, support groups, professional societies, local organizations, block clubs or social media groups. \",\"text\":\"What communities are you a part of that you\u2019d be willing to help us reach?\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"whatWould\",\"qid\":\"112\",\"text\":\"What would you be willing to help with?\",\"type\":\"control_checkbox\"},{\"description\":\"\",\"name\":\"doesYour\",\"qid\":\"113\",\"text\":\"Does your expertise fall into any of these general categories?\",\"type\":\"control_checkbox\"},null,{\"description\":\"\",\"name\":\"pleaseDescribe115\",\"qid\":\"115\",\"subLabel\":\" For example, did you study or work in this area?\",\"text\":\"Please describe your experience in these areas.\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"doesYour116\",\"qid\":\"116\",\"subLabel\":\"\",\"text\":\"Does your expertise touch on any particular place (city, state, region or country)? \",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"linkTo\",\"qid\":\"117\",\"subLabel\":\"\",\"text\":\"Link to your professional bio:\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"areThere\",\"qid\":\"118\",\"subLabel\":\"\",\"text\":\"Are there any particular topics or issues you think we should be covering more, based on your expertise?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"whoIs\",\"qid\":\"119\",\"text\":\"Who is committing this abuse of power or injustice?\",\"type\":\"control_radio\"},{\"description\":\"\",\"name\":\"atWhat\",\"qid\":\"120\",\"text\":\"At what level of government does the official or agency work?\",\"type\":\"control_radio\"},{\"description\":\"\",\"name\":\"whichAgency\",\"qid\":\"121\",\"subLabel\":\"\",\"text\":\"Which agency?\",\"type\":\"control_dropdown\"},null,null,{\"description\":\"\",\"name\":\"whereAre\",\"qid\":\"124\",\"text\":\"Where are they based?\",\"type\":\"control_address\"},{\"description\":\"\",\"name\":\"whatIs125\",\"qid\":\"125\",\"subLabel\":\"\",\"text\":\"What is their name?\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"whatWould126\",\"qid\":\"126\",\"subLabel\":\"\",\"text\":\"What would you like to share with us? Please summarize in a sentence or two. (You don\u2019t need to share every detail now. A reporter will follow up if they want to learn more.)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"roughlyHow\",\"qid\":\"127\",\"subLabel\":\"\",\"text\":\"Roughly how many people do you think are harmed by this? What is the scale of the problem? \",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"doYou128\",\"qid\":\"128\",\"subLabel\":\"\",\"text\":\"Do you have any documents or files you can share?\",\"type\":\"control_fileupload\"},null,{\"description\":\"\",\"name\":\"ifYou\",\"qid\":\"130\",\"subLabel\":\"\",\"text\":\"If you would like any specific ProPublica reporters to read this tip, please name them here.\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"haveYou\",\"qid\":\"131\",\"text\":\"Have you spoken with a ProPublica reporter before?\",\"type\":\"control_radio\"},{\"description\":\"\",\"name\":\"whichPropublica\",\"qid\":\"132\",\"subLabel\":\"\",\"text\":\"Which ProPublica reporter did you speak with?\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"whichRace\",\"qid\":\"133\",\"text\":\"Which race or ethnicity do you identify as? Select all that apply.\",\"type\":\"control_checkbox\"},{\"description\":\"\",\"name\":\"pleaseShare\",\"qid\":\"134\",\"subLabel\":\"\",\"text\":\"Please share as much detail as you\u2019re comfortable with. \",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"ourReporters\",\"qid\":\"135\",\"text\":\"Our reporters tend to focus on issues for a long time. If we return to reporting on this subject, or in your part of the country, would you like to be included on a list of sources we can contact in the future?\",\"type\":\"control_radio\"},null,null,null,null,{\"description\":\"\",\"name\":\"address\",\"qid\":\"140\",\"text\":\"Which country?\",\"type\":\"control_address\"},{\"description\":\"\",\"name\":\"iWould\",\"qid\":\"141\",\"text\":\"The following questions are completely optional. ProPublica is committed to maintaining a diverse and representative body of sources. We ask these next questions to understand who we\u2019re reaching and who is affected by the issues we cover.\",\"type\":\"control_checkbox\"},null,{\"description\":\"\",\"name\":\"doYou143\",\"qid\":\"143\",\"text\":\"Do you have a disability you think is relevant or that you\u2019d like to tell us about?\",\"type\":\"control_radio\"},{\"description\":\"\",\"name\":\"primary_field\",\"qid\":\"144\",\"subLabel\":\"\",\"text\":\"primary_field\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"nameOneField\",\"qid\":\"145\",\"subLabel\":\"\",\"text\":\"Name\",\"type\":\"control_textbox\"},{\"name\":\"uniqueId\",\"qid\":\"146\",\"text\":\"Unique ID\",\"type\":\"control_autoincrement\"},null,{\"description\":\"\",\"name\":\"whichReligious\",\"qid\":\"148\",\"subLabel\":\"\",\"text\":\"Which religious leader or institution? \",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"whichEmployer\",\"qid\":\"149\",\"subLabel\":\"\",\"text\":\"Which employer or organization would you like to tell us about?\u00a0\",\"type\":\"control_textbox\"}]);}, 20); \n<\/script>\n<\/head>\n<body>\n<form class=\"jotform-form\" action=\"https:\/\/propublica.jotform.com\/submit\/231736720366154\" method=\"post\" enctype=\"multipart\/form-data\" name=\"form_231736720366154\" id=\"231736720366154\" accept-charset=\"utf-8\" autocomplete=\"on\"><input type=\"hidden\" name=\"formID\" value=\"231736720366154\" \/><input type=\"hidden\" id=\"JWTContainer\" value=\"\" \/><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\">Do You Have a Tip for ProPublica? Help Us Do Journalism.<\/h1>\n            <div id=\"subHeader_1\" class=\"form-subHeader\">Got a story we should hear? Are you down to be a background source on a story about your community, your schools or your workplace? Get in touch.<\/div>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li id=\"cid_81\" class=\"form-input-wide\" data-type=\"control_head\">\n        <div class=\"form-header-group  header-default\">\n          <div class=\"header-text httal htvam\">\n            <h2 id=\"header_81\" class=\"form-header\" data-component=\"header\" aria-hidden=\"true\"><\/h2>\n            <div id=\"subHeader_81\" class=\"form-subHeader\">We appreciate you sharing your story and we take your privacy seriously. We are gathering these stories for the purposes of our reporting, and will contact you if we wish to publish any part of your story.<\/div>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line always-hidden\" data-type=\"control_textbox\" id=\"id_144\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_144\" for=\"input_144\" aria-hidden=\"false\"> primary_field <\/label>\n        <div id=\"cid_144\" class=\"form-input-wide always-hidden\" data-layout=\"half\"> <input type=\"text\" id=\"input_144\" name=\"q144_primary_field\" data-type=\"input-textbox\" class=\"form-textbox\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" data-component=\"textbox\" aria-labelledby=\"label_144\" \/> <\/div>\n      <\/li>\n      <li class=\"form-line jf-required\" data-type=\"control_textbox\" id=\"id_145\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_145\" for=\"input_145\" aria-hidden=\"false\"> Name<span class=\"form-required\">*<\/span> <\/label>\n        <div id=\"cid_145\" class=\"form-input-wide jf-required\" data-layout=\"half\"> <input type=\"text\" id=\"input_145\" name=\"q145_nameOneField\" data-type=\"input-textbox\" class=\"form-textbox validate[required]\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" data-component=\"textbox\" aria-labelledby=\"label_145\" required=\"\" \/> <\/div>\n      <\/li>\n      <li class=\"form-line form-line-column form-col-1 jf-required\" data-type=\"control_email\" id=\"id_4\"><label class=\"form-label form-label-top\" id=\"label_4\" for=\"input_4\" aria-hidden=\"false\"> Email<span class=\"form-required\">*<\/span> <\/label>\n        <div id=\"cid_4\" class=\"form-input-wide jf-required\" data-layout=\"half\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\"><input type=\"email\" id=\"input_4\" name=\"q4_email\" class=\"form-textbox validate[required, Email]\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" data-component=\"email\" aria-labelledby=\"label_4 sublabel_input_4\" required=\"\" \/><label class=\"form-sub-label\" for=\"input_4\" id=\"sublabel_input_4\" style=\"min-height:13px\" aria-hidden=\"false\">example@example.com<\/label><\/span> <\/div>\n      <\/li>\n      <li class=\"form-line form-line-column form-col-2\" data-type=\"control_phone\" id=\"id_57\"><label class=\"form-label form-label-top\" id=\"label_57\" for=\"input_57_full\"> Phone Number <\/label>\n        <div id=\"cid_57\" class=\"form-input-wide\" data-layout=\"half\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\"><input type=\"tel\" id=\"input_57_full\" name=\"q57_phoneNumber[full]\" data-type=\"mask-number\" class=\"mask-phone-number form-textbox validate[Fill Mask]\" data-defaultvalue=\"\" autoComplete=\"section-input_57 tel-national\" style=\"width:310px\" data-masked=\"true\" value=\"\" placeholder=\"(000) 000-0000\" data-component=\"phone\" aria-labelledby=\"label_57\" \/><\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_address\" id=\"id_110\" data-compound-hint=\",,,,Please Select,,Please Select,\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_110\" for=\"input_110_city\" aria-hidden=\"false\"> Where do you live? <\/label>\n        <div id=\"cid_110\" class=\"form-input-wide\" 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\"><span class=\"form-address-line form-address-street-line jsTest-address-lineField\"><span class=\"form-sub-label-container\" style=\"vertical-align:top\"><input type=\"text\" id=\"input_110_addr_line1\" name=\"q110_whereDo110[addr_line1]\" class=\"form-textbox form-address-line\" data-defaultvalue=\"\" autoComplete=\"section-input_110 address-line1\" value=\"\" data-component=\"address_line_1\" aria-labelledby=\"label_110 sublabel_110_addr_line1\" \/><label class=\"form-sub-label\" for=\"input_110_addr_line1\" id=\"sublabel_110_addr_line1\" style=\"min-height:13px\" aria-hidden=\"false\">Street Address<\/label><\/span><\/span><\/div>\n            <div class=\"form-address-line-wrapper jsTest-address-line-wrapperField\" style=\"display:none\"><span class=\"form-address-line form-address-street-line jsTest-address-lineField\"><span class=\"form-sub-label-container\" style=\"vertical-align:top\"><input type=\"text\" id=\"input_110_addr_line2\" name=\"q110_whereDo110[addr_line2]\" class=\"form-textbox form-address-line\" data-defaultvalue=\"\" autoComplete=\"section-input_110 off\" value=\"\" data-component=\"address_line_2\" aria-labelledby=\"label_110 sublabel_110_addr_line2\" \/><label class=\"form-sub-label\" for=\"input_110_addr_line2\" id=\"sublabel_110_addr_line2\" style=\"min-height:13px\" aria-hidden=\"false\">Street Address Line 2<\/label><\/span><\/span><\/div>\n            <div class=\"form-address-line-wrapper jsTest-address-line-wrapperField\"><span class=\"form-address-line form-address-city-line jsTest-address-lineField \"><span class=\"form-sub-label-container\" style=\"vertical-align:top\"><input type=\"text\" id=\"input_110_city\" name=\"q110_whereDo110[city]\" class=\"form-textbox form-address-city\" data-defaultvalue=\"\" autoComplete=\"section-input_110 address-level2\" value=\"\" data-component=\"city\" aria-labelledby=\"label_110 sublabel_110_city\" required=\"\" \/><label class=\"form-sub-label\" for=\"input_110_city\" id=\"sublabel_110_city\" style=\"min-height:13px\" aria-hidden=\"false\">City<\/label><\/span><\/span><span class=\"form-address-line form-address-state-line jsTest-address-lineField \"><span class=\"form-sub-label-container\" style=\"vertical-align:top\"><select class=\"form-dropdown form-address-state\" name=\"q110_whereDo110[state]\" id=\"input_110_state\" data-component=\"state\" required=\"\" aria-labelledby=\"label_110 sublabel_110_state\" autoComplete=\"section-input_110 address-level1\">\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=\"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=\"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><label class=\"form-sub-label\" for=\"input_110_state\" id=\"sublabel_110_state\" style=\"min-height:13px\" aria-hidden=\"false\">State<\/label><\/span><\/span><\/div>\n            <div class=\"form-address-line-wrapper jsTest-address-line-wrapperField\" style=\"display:none\"><span class=\"form-address-line form-address-zip-line jsTest-address-lineField form-address-hiddenLine\" style=\"display:none\"><span class=\"form-sub-label-container\" style=\"vertical-align:top\"><input type=\"text\" id=\"input_110_postal\" name=\"q110_whereDo110[postal]\" class=\"form-textbox form-address-postal\" data-defaultvalue=\"\" autoComplete=\"section-input_110 postal-code\" value=\"\" data-component=\"zip\" aria-labelledby=\"label_110 sublabel_110_postal\" \/><label class=\"form-sub-label\" for=\"input_110_postal\" id=\"sublabel_110_postal\" style=\"min-height:13px\" aria-hidden=\"false\">Zip Code<\/label><\/span><\/span><\/div>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_checkbox\" id=\"id_109\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_109\" for=\"input_109\" aria-hidden=\"false\"> I\u2019m filling out this survey out because I\u2019d like to: <\/label>\n        <div id=\"cid_109\" class=\"form-input-wide\" data-layout=\"full\">\n          <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_109\" data-component=\"checkbox\"><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_109\" class=\"form-checkbox\" id=\"input_109_0\" name=\"q109_typeA109[]\" value=\"Tell you about an abuse of power or injustice harming me or someone I know.\" \/><label id=\"label_input_109_0\" for=\"input_109_0\">Tell you about an abuse of power or injustice harming me or someone I know.<\/label><\/span><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_109\" class=\"form-checkbox\" id=\"input_109_1\" name=\"q109_typeA109[]\" value=\"Share information about my employer or another organization I\u2019m a part of.\" \/><label id=\"label_input_109_1\" for=\"input_109_1\">Share information about my employer or another organization I\u2019m a part of.<\/label><\/span><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_109\" class=\"form-checkbox\" id=\"input_109_2\" name=\"q109_typeA109[]\" value=\"Sign up as a volunteer source for future reporting in my area of expertise.\" \/><label id=\"label_input_109_2\" for=\"input_109_2\">Sign up as a volunteer source for future reporting in my area of expertise.<\/label><\/span><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_109\" class=\"form-checkbox\" id=\"input_109_3\" name=\"q109_typeA109[]\" value=\"Help spread the word about crowdsourced projects that members of my community can contribute to.\" \/><label id=\"label_input_109_3\" for=\"input_109_3\">Help spread the word about crowdsourced projects that members of my community can contribute to.<\/label><\/span><\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textbox\" id=\"id_111\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_111\" for=\"input_111\" aria-hidden=\"false\"> What communities are you a part of that you\u2019d be willing to help us reach? <\/label>\n        <div id=\"cid_111\" class=\"form-input-wide\" data-layout=\"half\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\"><input type=\"text\" id=\"input_111\" name=\"q111_whatCommunities\" data-type=\"input-textbox\" class=\"form-textbox\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" data-component=\"textbox\" aria-labelledby=\"label_111 sublabel_input_111\" \/><label class=\"form-sub-label\" for=\"input_111\" id=\"sublabel_input_111\" style=\"min-height:13px\" aria-hidden=\"false\">For example, people who share a common experience, support groups, professional societies, local organizations, block clubs or social media groups. <\/label><\/span> <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_checkbox\" id=\"id_112\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_112\" for=\"input_112\" aria-hidden=\"false\"> What would you be willing to help with? <\/label>\n        <div id=\"cid_112\" class=\"form-input-wide\" data-layout=\"full\">\n          <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_112\" data-component=\"checkbox\"><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_112\" class=\"form-checkbox\" id=\"input_112_0\" name=\"q112_whatWould[]\" value=\"Sharing questionnaires in community spaces.\" \/><label id=\"label_input_112_0\" for=\"input_112_0\">Sharing questionnaires in community spaces.<\/label><\/span><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_112\" class=\"form-checkbox\" id=\"input_112_1\" name=\"q112_whatWould[]\" value=\"Sharing a reporter\u2019s work or contact information.\" \/><label id=\"label_input_112_1\" for=\"input_112_1\">Sharing a reporter\u2019s work or contact information.<\/label><\/span><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_112\" class=\"form-checkbox\" id=\"input_112_2\" name=\"q112_whatWould[]\" value=\"Testing or providing feedback on our journalism early in the process.\" \/><label id=\"label_input_112_2\" for=\"input_112_2\">Testing or providing feedback on our journalism early in the process.<\/label><\/span><\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_checkbox\" id=\"id_113\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_113\" for=\"input_113\" aria-hidden=\"false\"> Does your expertise fall into any of these general categories? <\/label>\n        <div id=\"cid_113\" class=\"form-input-wide\" data-layout=\"full\">\n          <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_113\" data-component=\"checkbox\"><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_113\" class=\"form-checkbox\" id=\"input_113_0\" name=\"q113_doesYour[]\" value=\"Business or consumer protection\" \/><label id=\"label_input_113_0\" for=\"input_113_0\">Business or consumer protection<\/label><\/span><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_113\" class=\"form-checkbox\" id=\"input_113_1\" name=\"q113_doesYour[]\" value=\"Child welfare\" \/><label id=\"label_input_113_1\" for=\"input_113_1\">Child welfare<\/label><\/span><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_113\" class=\"form-checkbox\" id=\"input_113_2\" name=\"q113_doesYour[]\" value=\"Criminal justice or policing\" \/><label id=\"label_input_113_2\" for=\"input_113_2\">Criminal justice or policing<\/label><\/span><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_113\" class=\"form-checkbox\" id=\"input_113_3\" name=\"q113_doesYour[]\" value=\"Disability issues\" \/><label id=\"label_input_113_3\" for=\"input_113_3\">Disability issues<\/label><\/span><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_113\" class=\"form-checkbox\" id=\"input_113_4\" name=\"q113_doesYour[]\" value=\"Education\" \/><label id=\"label_input_113_4\" for=\"input_113_4\">Education<\/label><\/span><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_113\" class=\"form-checkbox\" id=\"input_113_5\" name=\"q113_doesYour[]\" value=\"Elder care or nursing homes\" \/><label id=\"label_input_113_5\" for=\"input_113_5\">Elder care or nursing homes<\/label><\/span><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_113\" class=\"form-checkbox\" id=\"input_113_6\" name=\"q113_doesYour[]\" value=\"Environmental issues and climate change\" \/><label id=\"label_input_113_6\" for=\"input_113_6\">Environmental issues and climate change<\/label><\/span><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_113\" class=\"form-checkbox\" id=\"input_113_7\" name=\"q113_doesYour[]\" value=\"Federal government or national politics\" \/><label id=\"label_input_113_7\" for=\"input_113_7\">Federal government or national politics<\/label><\/span><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_113\" class=\"form-checkbox\" id=\"input_113_8\" name=\"q113_doesYour[]\" value=\"Gender and LGBTQ issues\" \/><label id=\"label_input_113_8\" for=\"input_113_8\">Gender and LGBTQ issues<\/label><\/span><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_113\" class=\"form-checkbox\" id=\"input_113_9\" name=\"q113_doesYour[]\" value=\"Health care\" \/><label id=\"label_input_113_9\" for=\"input_113_9\">Health care<\/label><\/span><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_113\" class=\"form-checkbox\" id=\"input_113_10\" name=\"q113_doesYour[]\" value=\"Housing\" \/><label id=\"label_input_113_10\" for=\"input_113_10\">Housing<\/label><\/span><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_113\" class=\"form-checkbox\" id=\"input_113_11\" name=\"q113_doesYour[]\" value=\"Immigration\" \/><label id=\"label_input_113_11\" for=\"input_113_11\">Immigration<\/label><\/span><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_113\" class=\"form-checkbox\" id=\"input_113_12\" name=\"q113_doesYour[]\" value=\"International politics\" \/><label id=\"label_input_113_12\" for=\"input_113_12\">International politics<\/label><\/span><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_113\" class=\"form-checkbox\" id=\"input_113_13\" name=\"q113_doesYour[]\" value=\"Labor\" \/><label id=\"label_input_113_13\" for=\"input_113_13\">Labor<\/label><\/span><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_113\" class=\"form-checkbox\" id=\"input_113_14\" name=\"q113_doesYour[]\" value=\"Military and veterans\" \/><label id=\"label_input_113_14\" for=\"input_113_14\">Military and veterans<\/label><\/span><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_113\" class=\"form-checkbox\" id=\"input_113_15\" name=\"q113_doesYour[]\" value=\"Pandemic response and preparedness\" \/><label id=\"label_input_113_15\" for=\"input_113_15\">Pandemic response and preparedness<\/label><\/span><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_113\" class=\"form-checkbox\" id=\"input_113_16\" name=\"q113_doesYour[]\" value=\"Race and racial inequality\" \/><label id=\"label_input_113_16\" for=\"input_113_16\">Race and racial inequality<\/label><\/span><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_113\" class=\"form-checkbox\" id=\"input_113_17\" name=\"q113_doesYour[]\" value=\"State and local government or politics\" \/><label id=\"label_input_113_17\" for=\"input_113_17\">State and local government or politics<\/label><\/span><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_113\" class=\"form-checkbox\" id=\"input_113_18\" name=\"q113_doesYour[]\" value=\"Technology and privacy\" \/><label id=\"label_input_113_18\" for=\"input_113_18\">Technology and privacy<\/label><\/span><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_113\" class=\"form-checkbox\" id=\"input_113_19\" name=\"q113_doesYour[]\" value=\"Tribal or Indigenous issues\" \/><label id=\"label_input_113_19\" for=\"input_113_19\">Tribal or Indigenous issues<\/label><\/span><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_113\" class=\"form-checkbox\" id=\"input_113_20\" name=\"q113_doesYour[]\" value=\"Voting and elections\" \/><label id=\"label_input_113_20\" for=\"input_113_20\">Voting and elections<\/label><\/span><span class=\"form-checkbox-item formCheckboxOther\" style=\"clear:left\"><input type=\"checkbox\" class=\"form-checkbox-other form-checkbox\" name=\"q113_doesYour[other]\" id=\"other_113\" value=\"other\" tabindex=\"0\" aria-label=\"Other\" \/><label id=\"label_other_113\" style=\"text-indent:0\" for=\"other_113\">Other<\/label><span id=\"other_113_input\" class=\"other-input-container\" style=\"display:none\"><input type=\"text\" class=\"form-checkbox-other-input form-textbox\" name=\"q113_doesYour[other]\" data-otherhint=\"Other\" size=\"15\" id=\"input_113\" data-placeholder=\"Please type another option here\" placeholder=\"Please type another option here\" \/><\/span><\/span><\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textarea\" id=\"id_115\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_115\" for=\"input_115\" aria-hidden=\"false\"> Please describe your experience in these areas. <\/label>\n        <div id=\"cid_115\" class=\"form-input-wide\" data-layout=\"full\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\"><textarea id=\"input_115\" class=\"form-textarea\" name=\"q115_pleaseDescribe115\" style=\"width:648px;height:163px\" data-component=\"textarea\" aria-labelledby=\"label_115 sublabel_input_115\"><\/textarea><label class=\"form-sub-label\" for=\"input_115\" id=\"sublabel_input_115\" style=\"min-height:13px\" aria-hidden=\"false\"> For example, did you study or work in this area?<\/label><\/span> <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textbox\" id=\"id_116\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_116\" for=\"input_116\" aria-hidden=\"false\"> Does your expertise touch on any particular place (city, state, region or country)? <\/label>\n        <div id=\"cid_116\" class=\"form-input-wide\" data-layout=\"half\"> <input type=\"text\" id=\"input_116\" name=\"q116_doesYour116\" data-type=\"input-textbox\" class=\"form-textbox\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" data-component=\"textbox\" aria-labelledby=\"label_116\" \/> <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textbox\" id=\"id_117\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_117\" for=\"input_117\" aria-hidden=\"false\"> Link to your professional bio: <\/label>\n        <div id=\"cid_117\" class=\"form-input-wide\" data-layout=\"half\"> <input type=\"text\" id=\"input_117\" name=\"q117_linkTo\" data-type=\"input-textbox\" class=\"form-textbox\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" data-component=\"textbox\" aria-labelledby=\"label_117\" \/> <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textarea\" id=\"id_118\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_118\" for=\"input_118\" aria-hidden=\"false\"> Are there any particular topics or issues you think we should be covering more, based on your expertise? <\/label>\n        <div id=\"cid_118\" class=\"form-input-wide\" data-layout=\"full\"> <textarea id=\"input_118\" class=\"form-textarea\" name=\"q118_areThere\" style=\"width:648px;height:163px\" data-component=\"textarea\" aria-labelledby=\"label_118\"><\/textarea> <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textbox\" id=\"id_149\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_149\" for=\"input_149\" aria-hidden=\"false\"> Which employer or organization would you like to tell us about?\u00a0 <\/label>\n        <div id=\"cid_149\" class=\"form-input-wide\" data-layout=\"half\"> <input type=\"text\" id=\"input_149\" name=\"q149_whichEmployer\" data-type=\"input-textbox\" class=\"form-textbox\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" data-component=\"textbox\" aria-labelledby=\"label_149\" \/> <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_radio\" id=\"id_119\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_119\" for=\"input_119\" aria-hidden=\"false\"> Who is committing this abuse of power or injustice? <\/label>\n        <div id=\"cid_119\" class=\"form-input-wide\" data-layout=\"full\">\n          <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_119\" data-component=\"radio\"><span class=\"form-radio-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"radio\" aria-describedby=\"label_119\" class=\"form-radio\" id=\"input_119_0\" name=\"q119_whoIs\" value=\"A business, corporation or nonprofit organization\" \/><label id=\"label_input_119_0\" for=\"input_119_0\">A business, corporation or nonprofit organization<\/label><\/span><span class=\"form-radio-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"radio\" aria-describedby=\"label_119\" class=\"form-radio\" id=\"input_119_1\" name=\"q119_whoIs\" value=\"A public official, political organization or government agency\" \/><label id=\"label_input_119_1\" for=\"input_119_1\">A public official, political organization or government agency<\/label><\/span><span class=\"form-radio-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"radio\" aria-describedby=\"label_119\" class=\"form-radio\" id=\"input_119_2\" name=\"q119_whoIs\" value=\"A religious leader or institution\" \/><label id=\"label_input_119_2\" for=\"input_119_2\">A religious leader or institution<\/label><\/span><span class=\"form-radio-item formRadioOther\" style=\"clear:left\"><input type=\"radio\" class=\"form-radio-other form-radio\" name=\"q119_whoIs\" id=\"other_119\" value=\"other\" tabindex=\"0\" aria-label=\"Other\" \/><label id=\"label_other_119\" style=\"text-indent:0\" for=\"other_119\">Other<\/label><span id=\"other_119_input\" class=\"other-input-container\" style=\"display:none\"><input type=\"text\" class=\"form-radio-other-input form-textbox\" name=\"q119_whoIs[other]\" data-otherhint=\"Other\" size=\"15\" id=\"input_119\" data-placeholder=\"Please type another option here\" placeholder=\"Please type another option here\" \/><\/span><\/span><\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textbox\" id=\"id_148\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_148\" for=\"input_148\" aria-hidden=\"false\"> Which religious leader or institution? <\/label>\n        <div id=\"cid_148\" class=\"form-input-wide\" data-layout=\"half\"> <input type=\"text\" id=\"input_148\" name=\"q148_whichReligious\" data-type=\"input-textbox\" class=\"form-textbox\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" data-component=\"textbox\" aria-labelledby=\"label_148\" \/> <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_radio\" id=\"id_120\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_120\" for=\"input_120\" aria-hidden=\"false\"> At what level of government does the official or agency work? <\/label>\n        <div id=\"cid_120\" class=\"form-input-wide\" data-layout=\"full\">\n          <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_120\" data-component=\"radio\"><span class=\"form-radio-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"radio\" aria-describedby=\"label_120\" class=\"form-radio\" id=\"input_120_0\" name=\"q120_atWhat\" value=\"Local, county or city\" \/><label id=\"label_input_120_0\" for=\"input_120_0\">Local, county or city<\/label><\/span><span class=\"form-radio-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"radio\" aria-describedby=\"label_120\" class=\"form-radio\" id=\"input_120_1\" name=\"q120_atWhat\" value=\"State\" \/><label id=\"label_input_120_1\" for=\"input_120_1\">State<\/label><\/span><span class=\"form-radio-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"radio\" aria-describedby=\"label_120\" class=\"form-radio\" id=\"input_120_2\" name=\"q120_atWhat\" value=\"Federal\" \/><label id=\"label_input_120_2\" for=\"input_120_2\">Federal<\/label><\/span><span class=\"form-radio-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"radio\" aria-describedby=\"label_120\" class=\"form-radio\" id=\"input_120_3\" name=\"q120_atWhat\" value=\"Another country\" \/><label id=\"label_input_120_3\" for=\"input_120_3\">Another country<\/label><\/span><\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_dropdown\" id=\"id_121\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_121\" for=\"input_121\" aria-hidden=\"false\"> Which agency? <\/label>\n        <div id=\"cid_121\" class=\"form-input-wide\" data-layout=\"half\"> <select class=\"form-dropdown\" id=\"input_121\" name=\"q121_whichAgency\" style=\"width:310px\" data-component=\"dropdown\" aria-label=\"Which agency?\">\n            <option value=\"\">Please Select<\/option>\n            <option value=\"Agency for International Development\">Agency for International Development<\/option>\n            <option value=\"American Battle Monuments Commission\">American Battle Monuments Commission<\/option>\n            <option value=\"Armed Forces Retirement Home\">Armed Forces Retirement Home<\/option>\n            <option value=\"Commission on Civil Rights\">Commission on Civil Rights<\/option>\n            <option value=\"Commodity Futures Trading Commission\">Commodity Futures Trading Commission<\/option>\n            <option value=\"Consumer Product Safety Commission\">Consumer Product Safety Commission<\/option>\n            <option value=\"Corporation for National and Community Service\">Corporation for National and Community Service<\/option>\n            <option value=\"Department of Agriculture\">Department of Agriculture<\/option>\n            <option value=\"Department of Commerce\">Department of Commerce<\/option>\n            <option value=\"Department of Defense (DoD)\">Department of Defense (DoD)<\/option>\n            <option value=\"Department of Education\">Department of Education<\/option>\n            <option value=\"Department of Energy\">Department of Energy<\/option>\n            <option value=\"Department of Health and Human Services6\">Department of Health and Human Services6<\/option>\n            <option value=\"Department of Homeland Security\">Department of Homeland Security<\/option>\n            <option value=\"Department of Housing and Urban Development\">Department of Housing and Urban Development<\/option>\n            <option value=\"Department of Justice\">Department of Justice<\/option>\n            <option value=\"Department of Labor\">Department of Labor<\/option>\n            <option value=\"Department of State\">Department of State<\/option>\n            <option value=\"Department of the Interior\">Department of the Interior<\/option>\n            <option value=\"Department of Transportation\">Department of Transportation<\/option>\n            <option value=\"Department of Treasury\">Department of Treasury<\/option>\n            <option value=\"Department of Veterans Affairs\">Department of Veterans Affairs<\/option>\n            <option value=\"Environmental Protection Agency\">Environmental Protection Agency<\/option>\n            <option value=\"Equal Employment Opportunity Commission\">Equal Employment Opportunity Commission<\/option>\n            <option value=\"Executive Office of the President\">Executive Office of the President<\/option>\n            <option value=\"Export\/Import Bank of the U.S.\">Export\/Import Bank of the U.S.<\/option>\n            <option value=\"Farm Credit Administration\">Farm Credit Administration<\/option>\n            <option value=\"Federal Communications Commission\">Federal Communications Commission<\/option>\n            <option value=\"Federal Deposit Insurance Corporation\">Federal Deposit Insurance Corporation<\/option>\n            <option value=\"Federal Election Commission\">Federal Election Commission<\/option>\n            <option value=\"Federal Housing Finance Agency\">Federal Housing Finance Agency<\/option>\n            <option value=\"Federal Labor Relations Authority\">Federal Labor Relations Authority<\/option>\n            <option value=\"Federal Maritime Commission\">Federal Maritime Commission<\/option>\n            <option value=\"Federal Mediation and Conciliation Service\">Federal Mediation and Conciliation Service<\/option>\n            <option value=\"Federal Reserve System - Board of Governors\">Federal Reserve System - Board of Governors<\/option>\n            <option value=\"Federal Trade Commission\">Federal Trade Commission<\/option>\n            <option value=\"Holocaust Memorial Council\">Holocaust Memorial Council<\/option>\n            <option value=\"International Boundary and Water Commission (U.S. &amp; Mexico)\">International Boundary and Water Commission (U.S. &amp; Mexico)<\/option>\n            <option value=\"International Broadcasting Bureau - Board of Governors\">International Broadcasting Bureau - Board of Governors<\/option>\n            <option value=\"International Trade Commission\">International Trade Commission<\/option>\n            <option value=\"Kennedy Center\">Kennedy Center<\/option>\n            <option value=\"Merit Systems Protection Board\">Merit Systems Protection Board<\/option>\n            <option value=\"National Archives and Records Administration\">National Archives and Records Administration<\/option>\n            <option value=\"National Credit Union Administration\">National Credit Union Administration<\/option>\n            <option value=\"National Endowment for the Arts\">National Endowment for the Arts<\/option>\n            <option value=\"National Endowment for the Humanities\">National Endowment for the Humanities<\/option>\n            <option value=\"National Gallery of Art\">National Gallery of Art<\/option>\n            <option value=\"National Labor Relations Board\">National Labor Relations Board<\/option>\n            <option value=\"National Mediation Board\">National Mediation Board<\/option>\n            <option value=\"National Science Foundation\">National Science Foundation<\/option>\n            <option value=\"National Transportation Safety Board\">National Transportation Safety Board<\/option>\n            <option value=\"Nuclear Regulatory Commission\">Nuclear Regulatory Commission<\/option>\n            <option value=\"Occupational Safety and Health Review Commission\">Occupational Safety and Health Review Commission<\/option>\n            <option value=\"Office of Navajo and Hopi Indian Relocation\">Office of Navajo and Hopi Indian Relocation<\/option>\n            <option value=\"Office of Personnel Management\">Office of Personnel Management<\/option>\n            <option value=\"Overseas Private Investment Corporation\">Overseas Private Investment Corporation<\/option>\n            <option value=\"Peace Corps\">Peace Corps<\/option>\n            <option value=\"Pension Benefit Guaranty Corporation\">Pension Benefit Guaranty Corporation<\/option>\n            <option value=\"Postal Regulatory Commission\">Postal Regulatory Commission<\/option>\n            <option value=\"Postal Service (USPS)\">Postal Service (USPS)<\/option>\n            <option value=\"Presidio Trust\">Presidio Trust<\/option>\n            <option value=\"Railroad Retirement Board\">Railroad Retirement Board<\/option>\n            <option value=\"Securities and Exchange Commission\">Securities and Exchange Commission<\/option>\n            <option value=\"Selective Service System\">Selective Service System<\/option>\n            <option value=\"Small Business Administration\">Small Business Administration<\/option>\n            <option value=\"Smithsonian Institution\">Smithsonian Institution<\/option>\n            <option value=\"Social Security Administration\">Social Security Administration<\/option>\n            <option value=\"Tennessee Valley Authority\">Tennessee Valley Authority<\/option>\n            <option value=\"Woodrow Wilson International Center\">Woodrow Wilson International Center<\/option>\n          <\/select> <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_address\" id=\"id_140\" data-compound-hint=\",,,,Please Select,,Please Select,\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_140\" for=\"input_140_country\" aria-hidden=\"false\"> Which country? <\/label>\n        <div id=\"cid_140\" class=\"form-input-wide\" 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\"><span class=\"form-address-line form-address-street-line jsTest-address-lineField\"><span class=\"form-sub-label-container\" style=\"vertical-align:top\"><input type=\"text\" id=\"input_140_addr_line1\" name=\"q140_address[addr_line1]\" class=\"form-textbox form-address-line\" data-defaultvalue=\"\" autoComplete=\"section-input_140 address-line1\" value=\"\" data-component=\"address_line_1\" aria-labelledby=\"label_140 sublabel_140_addr_line1\" \/><label class=\"form-sub-label\" for=\"input_140_addr_line1\" id=\"sublabel_140_addr_line1\" style=\"min-height:13px\" aria-hidden=\"false\">Street Address<\/label><\/span><\/span><\/div>\n            <div class=\"form-address-line-wrapper jsTest-address-line-wrapperField\" style=\"display:none\"><span class=\"form-address-line form-address-street-line jsTest-address-lineField\"><span class=\"form-sub-label-container\" style=\"vertical-align:top\"><input type=\"text\" id=\"input_140_addr_line2\" name=\"q140_address[addr_line2]\" class=\"form-textbox form-address-line\" data-defaultvalue=\"\" autoComplete=\"section-input_140 off\" value=\"\" data-component=\"address_line_2\" aria-labelledby=\"label_140 sublabel_140_addr_line2\" \/><label class=\"form-sub-label\" for=\"input_140_addr_line2\" id=\"sublabel_140_addr_line2\" style=\"min-height:13px\" aria-hidden=\"false\">Street Address Line 2<\/label><\/span><\/span><\/div>\n            <div class=\"form-address-line-wrapper jsTest-address-line-wrapperField\" style=\"display:none\"><span class=\"form-address-line form-address-city-line jsTest-address-lineField form-address-hiddenLine\" style=\"display:none\"><span class=\"form-sub-label-container\" style=\"vertical-align:top\"><input type=\"text\" id=\"input_140_city\" name=\"q140_address[city]\" class=\"form-textbox form-address-city\" data-defaultvalue=\"\" autoComplete=\"section-input_140 address-level2\" value=\"\" data-component=\"city\" aria-labelledby=\"label_140 sublabel_140_city\" \/><label class=\"form-sub-label\" for=\"input_140_city\" id=\"sublabel_140_city\" style=\"min-height:13px\" aria-hidden=\"false\">City<\/label><\/span><\/span><span class=\"form-address-line form-address-state-line jsTest-address-lineField form-address-hiddenLine\" style=\"display:none\"><span class=\"form-sub-label-container\" style=\"vertical-align:top\"><input type=\"text\" id=\"input_140_state\" name=\"q140_address[state]\" class=\"form-textbox form-address-state\" data-defaultvalue=\"\" autoComplete=\"section-input_140 address-level1\" value=\"\" data-component=\"state\" aria-labelledby=\"label_140 sublabel_140_state\" \/><label class=\"form-sub-label\" for=\"input_140_state\" id=\"sublabel_140_state\" style=\"min-height:13px\" aria-hidden=\"false\">State \/ Province<\/label><\/span><\/span><\/div>\n            <div class=\"form-address-line-wrapper jsTest-address-line-wrapperField\"><span class=\"form-address-line form-address-zip-line jsTest-address-lineField form-address-hiddenLine\" style=\"display:none\"><span class=\"form-sub-label-container\" style=\"vertical-align:top\"><input type=\"text\" id=\"input_140_postal\" name=\"q140_address[postal]\" class=\"form-textbox form-address-postal\" data-defaultvalue=\"\" autoComplete=\"section-input_140 postal-code\" value=\"\" data-component=\"zip\" aria-labelledby=\"label_140 sublabel_140_postal\" \/><label class=\"form-sub-label\" for=\"input_140_postal\" id=\"sublabel_140_postal\" style=\"min-height:13px\" aria-hidden=\"false\">Postal \/ Zip Code<\/label><\/span><\/span><span class=\"form-address-line form-address-country-line jsTest-address-lineField \"><span class=\"form-sub-label-container\" style=\"vertical-align:top\"><select class=\"form-dropdown form-address-country\" name=\"q140_address[country]\" id=\"input_140_country\" data-component=\"country\" required=\"\" aria-labelledby=\"label_140 sublabel_140_country\" autoComplete=\"section-input_140 country\">\n                    <option value=\"\">Please Select<\/option>\n                    <option value=\"United States\">United States<\/option>\n                    <option value=\"Afghanistan\">Afghanistan<\/option>\n                    <option value=\"Albania\">Albania<\/option>\n                    <option value=\"Algeria\">Algeria<\/option>\n                    <option value=\"American Samoa\">American Samoa<\/option>\n                    <option value=\"Andorra\">Andorra<\/option>\n                    <option value=\"Angola\">Angola<\/option>\n                    <option value=\"Anguilla\">Anguilla<\/option>\n                    <option value=\"Antigua and Barbuda\">Antigua and Barbuda<\/option>\n                    <option value=\"Argentina\">Argentina<\/option>\n                    <option value=\"Armenia\">Armenia<\/option>\n                    <option value=\"Aruba\">Aruba<\/option>\n                    <option value=\"Australia\">Australia<\/option>\n                    <option value=\"Austria\">Austria<\/option>\n                    <option value=\"Azerbaijan\">Azerbaijan<\/option>\n                    <option value=\"The Bahamas\">The Bahamas<\/option>\n                    <option value=\"Bahrain\">Bahrain<\/option>\n                    <option value=\"Bangladesh\">Bangladesh<\/option>\n                    <option value=\"Barbados\">Barbados<\/option>\n                    <option value=\"Belarus\">Belarus<\/option>\n                    <option value=\"Belgium\">Belgium<\/option>\n                    <option value=\"Belize\">Belize<\/option>\n                    <option value=\"Benin\">Benin<\/option>\n                    <option value=\"Bermuda\">Bermuda<\/option>\n                    <option value=\"Bhutan\">Bhutan<\/option>\n                    <option value=\"Bolivia\">Bolivia<\/option>\n                    <option value=\"Bosnia and Herzegovina\">Bosnia and Herzegovina<\/option>\n                    <option value=\"Botswana\">Botswana<\/option>\n                    <option value=\"Brazil\">Brazil<\/option>\n                    <option value=\"Brunei\">Brunei<\/option>\n                    <option value=\"Bulgaria\">Bulgaria<\/option>\n                    <option value=\"Burkina Faso\">Burkina Faso<\/option>\n                    <option value=\"Burundi\">Burundi<\/option>\n                    <option value=\"Cambodia\">Cambodia<\/option>\n                    <option value=\"Cameroon\">Cameroon<\/option>\n                    <option value=\"Canada\">Canada<\/option>\n                    <option value=\"Cape Verde\">Cape Verde<\/option>\n                    <option value=\"Cayman Islands\">Cayman Islands<\/option>\n                    <option value=\"Central African Republic\">Central African Republic<\/option>\n                    <option value=\"Chad\">Chad<\/option>\n                    <option value=\"Chile\">Chile<\/option>\n                    <option value=\"China\">China<\/option>\n                    <option value=\"Christmas Island\">Christmas Island<\/option>\n                    <option value=\"Cocos (Keeling) Islands\">Cocos (Keeling) Islands<\/option>\n                    <option value=\"Colombia\">Colombia<\/option>\n                    <option value=\"Comoros\">Comoros<\/option>\n                    <option value=\"Congo\">Congo<\/option>\n                    <option value=\"Cook Islands\">Cook Islands<\/option>\n                    <option value=\"Costa Rica\">Costa Rica<\/option>\n                    <option value=\"Cote d&#x27;Ivoire\">Cote d&#x27;Ivoire<\/option>\n                    <option value=\"Croatia\">Croatia<\/option>\n                    <option value=\"Cuba\">Cuba<\/option>\n                    <option value=\"Cura\u00e7ao\">Cura\u00e7ao<\/option>\n                    <option value=\"Cyprus\">Cyprus<\/option>\n                    <option value=\"Czech Republic\">Czech Republic<\/option>\n                    <option value=\"Democratic Republic of the Congo\">Democratic Republic of the Congo<\/option>\n                    <option value=\"Denmark\">Denmark<\/option>\n                    <option value=\"Djibouti\">Djibouti<\/option>\n                    <option value=\"Dominica\">Dominica<\/option>\n                    <option value=\"Dominican Republic\">Dominican Republic<\/option>\n                    <option value=\"Ecuador\">Ecuador<\/option>\n                    <option value=\"Egypt\">Egypt<\/option>\n                    <option value=\"El Salvador\">El Salvador<\/option>\n                    <option value=\"Equatorial Guinea\">Equatorial Guinea<\/option>\n                    <option value=\"Eritrea\">Eritrea<\/option>\n                    <option value=\"Estonia\">Estonia<\/option>\n                    <option value=\"Ethiopia\">Ethiopia<\/option>\n                    <option value=\"Falkland Islands\">Falkland Islands<\/option>\n                    <option value=\"Faroe Islands\">Faroe Islands<\/option>\n                    <option value=\"Fiji\">Fiji<\/option>\n                    <option value=\"Finland\">Finland<\/option>\n                    <option value=\"France\">France<\/option>\n                    <option value=\"French Polynesia\">French Polynesia<\/option>\n                    <option value=\"Gabon\">Gabon<\/option>\n                    <option value=\"The Gambia\">The Gambia<\/option>\n                    <option value=\"Georgia\">Georgia<\/option>\n                    <option value=\"Germany\">Germany<\/option>\n                    <option value=\"Ghana\">Ghana<\/option>\n                    <option value=\"Gibraltar\">Gibraltar<\/option>\n                    <option value=\"Greece\">Greece<\/option>\n                    <option value=\"Greenland\">Greenland<\/option>\n                    <option value=\"Grenada\">Grenada<\/option>\n                    <option value=\"Guadeloupe\">Guadeloupe<\/option>\n                    <option value=\"Guam\">Guam<\/option>\n                    <option value=\"Guatemala\">Guatemala<\/option>\n                    <option value=\"Guernsey\">Guernsey<\/option>\n                    <option value=\"Guinea\">Guinea<\/option>\n                    <option value=\"Guinea-Bissau\">Guinea-Bissau<\/option>\n                    <option value=\"Guyana\">Guyana<\/option>\n                    <option value=\"Haiti\">Haiti<\/option>\n                    <option value=\"Honduras\">Honduras<\/option>\n                    <option value=\"Hong Kong\">Hong Kong<\/option>\n                    <option value=\"Hungary\">Hungary<\/option>\n                    <option value=\"Iceland\">Iceland<\/option>\n                    <option value=\"India\">India<\/option>\n                    <option value=\"Indonesia\">Indonesia<\/option>\n                    <option value=\"Iran\">Iran<\/option>\n                    <option value=\"Iraq\">Iraq<\/option>\n                    <option value=\"Ireland\">Ireland<\/option>\n                    <option value=\"Israel\">Israel<\/option>\n                    <option value=\"Italy\">Italy<\/option>\n                    <option value=\"Jamaica\">Jamaica<\/option>\n                    <option value=\"Japan\">Japan<\/option>\n                    <option value=\"Jersey\">Jersey<\/option>\n                    <option value=\"Jordan\">Jordan<\/option>\n                    <option value=\"Kazakhstan\">Kazakhstan<\/option>\n                    <option value=\"Kenya\">Kenya<\/option>\n                    <option value=\"Kiribati\">Kiribati<\/option>\n                    <option value=\"North Korea\">North Korea<\/option>\n                    <option value=\"South Korea\">South Korea<\/option>\n                    <option value=\"Kosovo\">Kosovo<\/option>\n                    <option value=\"Kuwait\">Kuwait<\/option>\n                    <option value=\"Kyrgyzstan\">Kyrgyzstan<\/option>\n                    <option value=\"Laos\">Laos<\/option>\n                    <option value=\"Latvia\">Latvia<\/option>\n                    <option value=\"Lebanon\">Lebanon<\/option>\n                    <option value=\"Lesotho\">Lesotho<\/option>\n                    <option value=\"Liberia\">Liberia<\/option>\n                    <option value=\"Libya\">Libya<\/option>\n                    <option value=\"Liechtenstein\">Liechtenstein<\/option>\n                    <option value=\"Lithuania\">Lithuania<\/option>\n                    <option value=\"Luxembourg\">Luxembourg<\/option>\n                    <option value=\"Macau\">Macau<\/option>\n                    <option value=\"Macedonia\">Macedonia<\/option>\n                    <option value=\"Madagascar\">Madagascar<\/option>\n                    <option value=\"Malawi\">Malawi<\/option>\n                    <option value=\"Malaysia\">Malaysia<\/option>\n                    <option value=\"Maldives\">Maldives<\/option>\n                    <option value=\"Mali\">Mali<\/option>\n                    <option value=\"Malta\">Malta<\/option>\n                    <option value=\"Marshall Islands\">Marshall Islands<\/option>\n                    <option value=\"Martinique\">Martinique<\/option>\n                    <option value=\"Mauritania\">Mauritania<\/option>\n                    <option value=\"Mauritius\">Mauritius<\/option>\n                    <option value=\"Mayotte\">Mayotte<\/option>\n                    <option value=\"Mexico\">Mexico<\/option>\n                    <option value=\"Micronesia\">Micronesia<\/option>\n                    <option value=\"Moldova\">Moldova<\/option>\n                    <option value=\"Monaco\">Monaco<\/option>\n                    <option value=\"Mongolia\">Mongolia<\/option>\n                    <option value=\"Montenegro\">Montenegro<\/option>\n                    <option value=\"Montserrat\">Montserrat<\/option>\n                    <option value=\"Morocco\">Morocco<\/option>\n                    <option value=\"Mozambique\">Mozambique<\/option>\n                    <option value=\"Myanmar\">Myanmar<\/option>\n                    <option value=\"Nagorno-Karabakh\">Nagorno-Karabakh<\/option>\n                    <option value=\"Namibia\">Namibia<\/option>\n                    <option value=\"Nauru\">Nauru<\/option>\n                    <option value=\"Nepal\">Nepal<\/option>\n                    <option value=\"Netherlands\">Netherlands<\/option>\n                    <option value=\"Netherlands Antilles\">Netherlands Antilles<\/option>\n                    <option value=\"New Caledonia\">New Caledonia<\/option>\n                    <option value=\"New Zealand\">New Zealand<\/option>\n                    <option value=\"Nicaragua\">Nicaragua<\/option>\n                    <option value=\"Niger\">Niger<\/option>\n                    <option value=\"Nigeria\">Nigeria<\/option>\n                    <option value=\"Niue\">Niue<\/option>\n                    <option value=\"Norfolk Island\">Norfolk Island<\/option>\n                    <option value=\"Turkish Republic of Northern Cyprus\">Turkish Republic of Northern Cyprus<\/option>\n                    <option value=\"Northern Mariana\">Northern Mariana<\/option>\n                    <option value=\"Norway\">Norway<\/option>\n                    <option value=\"Oman\">Oman<\/option>\n                    <option value=\"Pakistan\">Pakistan<\/option>\n                    <option value=\"Palau\">Palau<\/option>\n                    <option value=\"Palestine\">Palestine<\/option>\n                    <option value=\"Panama\">Panama<\/option>\n                    <option value=\"Papua New Guinea\">Papua New Guinea<\/option>\n                    <option value=\"Paraguay\">Paraguay<\/option>\n                    <option value=\"Peru\">Peru<\/option>\n                    <option value=\"Philippines\">Philippines<\/option>\n                    <option value=\"Pitcairn Islands\">Pitcairn Islands<\/option>\n                    <option value=\"Poland\">Poland<\/option>\n                    <option value=\"Portugal\">Portugal<\/option>\n                    <option value=\"Puerto Rico\">Puerto Rico<\/option>\n                    <option value=\"Qatar\">Qatar<\/option>\n                    <option value=\"Republic of the Congo\">Republic of the Congo<\/option>\n                    <option value=\"Romania\">Romania<\/option>\n                    <option value=\"Russia\">Russia<\/option>\n                    <option value=\"Rwanda\">Rwanda<\/option>\n                    <option value=\"Saint Barthelemy\">Saint Barthelemy<\/option>\n                    <option value=\"Saint Helena\">Saint Helena<\/option>\n                    <option value=\"Saint Kitts and Nevis\">Saint Kitts and Nevis<\/option>\n                    <option value=\"Saint Lucia\">Saint Lucia<\/option>\n                    <option value=\"Saint Martin\">Saint Martin<\/option>\n                    <option value=\"Saint Pierre and Miquelon\">Saint Pierre and Miquelon<\/option>\n                    <option value=\"Saint Vincent and the Grenadines\">Saint Vincent and the Grenadines<\/option>\n                    <option value=\"Samoa\">Samoa<\/option>\n                    <option value=\"San Marino\">San Marino<\/option>\n                    <option value=\"Sao Tome and Principe\">Sao Tome and Principe<\/option>\n                    <option value=\"Saudi Arabia\">Saudi Arabia<\/option>\n                    <option value=\"Senegal\">Senegal<\/option>\n                    <option value=\"Serbia\">Serbia<\/option>\n                    <option value=\"Seychelles\">Seychelles<\/option>\n                    <option value=\"Sierra Leone\">Sierra Leone<\/option>\n                    <option value=\"Singapore\">Singapore<\/option>\n                    <option value=\"Slovakia\">Slovakia<\/option>\n                    <option value=\"Slovenia\">Slovenia<\/option>\n                    <option value=\"Solomon Islands\">Solomon Islands<\/option>\n                    <option value=\"Somalia\">Somalia<\/option>\n                    <option value=\"Somaliland\">Somaliland<\/option>\n                    <option value=\"South Africa\">South Africa<\/option>\n                    <option value=\"South Ossetia\">South Ossetia<\/option>\n                    <option value=\"South Sudan\">South Sudan<\/option>\n                    <option value=\"Spain\">Spain<\/option>\n                    <option value=\"Sri Lanka\">Sri Lanka<\/option>\n                    <option value=\"Sudan\">Sudan<\/option>\n                    <option value=\"Suriname\">Suriname<\/option>\n                    <option value=\"Svalbard\">Svalbard<\/option>\n                    <option value=\"eSwatini\">eSwatini<\/option>\n                    <option value=\"Sweden\">Sweden<\/option>\n                    <option value=\"Switzerland\">Switzerland<\/option>\n                    <option value=\"Syria\">Syria<\/option>\n                    <option value=\"Taiwan\">Taiwan<\/option>\n                    <option value=\"Tajikistan\">Tajikistan<\/option>\n                    <option value=\"Tanzania\">Tanzania<\/option>\n                    <option value=\"Thailand\">Thailand<\/option>\n                    <option value=\"Timor-Leste\">Timor-Leste<\/option>\n                    <option value=\"Togo\">Togo<\/option>\n                    <option value=\"Tokelau\">Tokelau<\/option>\n                    <option value=\"Tonga\">Tonga<\/option>\n                    <option value=\"Transnistria Pridnestrovie\">Transnistria Pridnestrovie<\/option>\n                    <option value=\"Trinidad and Tobago\">Trinidad and Tobago<\/option>\n                    <option value=\"Tristan da Cunha\">Tristan da Cunha<\/option>\n                    <option value=\"Tunisia\">Tunisia<\/option>\n                    <option value=\"Turkey\">Turkey<\/option>\n                    <option value=\"Turkmenistan\">Turkmenistan<\/option>\n                    <option value=\"Turks and Caicos Islands\">Turks and Caicos Islands<\/option>\n                    <option value=\"Tuvalu\">Tuvalu<\/option>\n                    <option value=\"Uganda\">Uganda<\/option>\n                    <option value=\"Ukraine\">Ukraine<\/option>\n                    <option value=\"United Arab Emirates\">United Arab Emirates<\/option>\n                    <option value=\"United Kingdom\">United Kingdom<\/option>\n                    <option value=\"Uruguay\">Uruguay<\/option>\n                    <option value=\"Uzbekistan\">Uzbekistan<\/option>\n                    <option value=\"Vanuatu\">Vanuatu<\/option>\n                    <option value=\"Vatican City\">Vatican City<\/option>\n                    <option value=\"Venezuela\">Venezuela<\/option>\n                    <option value=\"Vietnam\">Vietnam<\/option>\n                    <option value=\"British Virgin Islands\">British Virgin Islands<\/option>\n                    <option value=\"Isle of Man\">Isle of Man<\/option>\n                    <option value=\"US Virgin Islands\">US Virgin Islands<\/option>\n                    <option value=\"Wallis and Futuna\">Wallis and Futuna<\/option>\n                    <option value=\"Western Sahara\">Western Sahara<\/option>\n                    <option value=\"Yemen\">Yemen<\/option>\n                    <option value=\"Zambia\">Zambia<\/option>\n                    <option value=\"Zimbabwe\">Zimbabwe<\/option>\n                    <option value=\"other\">Other<\/option>\n                  <\/select><label class=\"form-sub-label\" for=\"input_140_country\" id=\"sublabel_140_country\" style=\"min-height:13px\" aria-hidden=\"false\">Country<\/label><\/span><\/span><\/div>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_address\" id=\"id_124\" data-compound-hint=\",,,,Please Select,,Please Select,\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_124\" for=\"input_124_city\" aria-hidden=\"false\"> Where are they based? <\/label>\n        <div id=\"cid_124\" class=\"form-input-wide\" 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\"><span class=\"form-address-line form-address-street-line jsTest-address-lineField\"><span class=\"form-sub-label-container\" style=\"vertical-align:top\"><input type=\"text\" id=\"input_124_addr_line1\" name=\"q124_whereAre[addr_line1]\" class=\"form-textbox form-address-line\" data-defaultvalue=\"\" autoComplete=\"section-input_124 address-line1\" value=\"\" data-component=\"address_line_1\" aria-labelledby=\"label_124 sublabel_124_addr_line1\" \/><label class=\"form-sub-label\" for=\"input_124_addr_line1\" id=\"sublabel_124_addr_line1\" style=\"min-height:13px\" aria-hidden=\"false\">Street Address<\/label><\/span><\/span><\/div>\n            <div class=\"form-address-line-wrapper jsTest-address-line-wrapperField\" style=\"display:none\"><span class=\"form-address-line form-address-street-line jsTest-address-lineField\"><span class=\"form-sub-label-container\" style=\"vertical-align:top\"><input type=\"text\" id=\"input_124_addr_line2\" name=\"q124_whereAre[addr_line2]\" class=\"form-textbox form-address-line\" data-defaultvalue=\"\" autoComplete=\"section-input_124 off\" value=\"\" data-component=\"address_line_2\" aria-labelledby=\"label_124 sublabel_124_addr_line2\" \/><label class=\"form-sub-label\" for=\"input_124_addr_line2\" id=\"sublabel_124_addr_line2\" style=\"min-height:13px\" aria-hidden=\"false\">Street Address Line 2<\/label><\/span><\/span><\/div>\n            <div class=\"form-address-line-wrapper jsTest-address-line-wrapperField\"><span class=\"form-address-line form-address-city-line jsTest-address-lineField \"><span class=\"form-sub-label-container\" style=\"vertical-align:top\"><input type=\"text\" id=\"input_124_city\" name=\"q124_whereAre[city]\" class=\"form-textbox form-address-city\" data-defaultvalue=\"\" autoComplete=\"section-input_124 address-level2\" value=\"\" data-component=\"city\" aria-labelledby=\"label_124 sublabel_124_city\" required=\"\" \/><label class=\"form-sub-label\" for=\"input_124_city\" id=\"sublabel_124_city\" style=\"min-height:13px\" aria-hidden=\"false\">City<\/label><\/span><\/span><span class=\"form-address-line form-address-state-line jsTest-address-lineField \"><span class=\"form-sub-label-container\" style=\"vertical-align:top\"><select class=\"form-dropdown form-address-state\" name=\"q124_whereAre[state]\" id=\"input_124_state\" data-component=\"state\" required=\"\" aria-labelledby=\"label_124 sublabel_124_state\" autoComplete=\"section-input_124 address-level1\">\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=\"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=\"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><label class=\"form-sub-label\" for=\"input_124_state\" id=\"sublabel_124_state\" style=\"min-height:13px\" aria-hidden=\"false\">State<\/label><\/span><\/span><\/div>\n            <div class=\"form-address-line-wrapper jsTest-address-line-wrapperField\" style=\"display:none\"><span class=\"form-address-line form-address-zip-line jsTest-address-lineField form-address-hiddenLine\" style=\"display:none\"><span class=\"form-sub-label-container\" style=\"vertical-align:top\"><input type=\"text\" id=\"input_124_postal\" name=\"q124_whereAre[postal]\" class=\"form-textbox form-address-postal\" data-defaultvalue=\"\" autoComplete=\"section-input_124 postal-code\" value=\"\" data-component=\"zip\" aria-labelledby=\"label_124 sublabel_124_postal\" \/><label class=\"form-sub-label\" for=\"input_124_postal\" id=\"sublabel_124_postal\" style=\"min-height:13px\" aria-hidden=\"false\">Zip Code<\/label><\/span><\/span><\/div>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textbox\" id=\"id_125\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_125\" for=\"input_125\" aria-hidden=\"false\"> What is their name? <\/label>\n        <div id=\"cid_125\" class=\"form-input-wide\" data-layout=\"half\"> <input type=\"text\" id=\"input_125\" name=\"q125_whatIs125\" data-type=\"input-textbox\" class=\"form-textbox\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" data-component=\"textbox\" aria-labelledby=\"label_125\" \/> <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textarea\" id=\"id_126\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_126\" for=\"input_126\" aria-hidden=\"false\"> What would you like to share with us? Please summarize in a sentence or two. (You don\u2019t need to share every detail now. A reporter will follow up if they want to learn more.) <\/label>\n        <div id=\"cid_126\" class=\"form-input-wide\" data-layout=\"full\"> <textarea id=\"input_126\" class=\"form-textarea\" name=\"q126_whatWould126\" style=\"width:648px;height:163px\" data-component=\"textarea\" aria-labelledby=\"label_126\"><\/textarea> <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textbox\" id=\"id_127\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_127\" for=\"input_127\" aria-hidden=\"false\"> Roughly how many people do you think are harmed by this? What is the scale of the problem? <\/label>\n        <div id=\"cid_127\" class=\"form-input-wide\" data-layout=\"half\"> <input type=\"text\" id=\"input_127\" name=\"q127_roughlyHow\" data-type=\"input-textbox\" class=\"form-textbox\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" data-component=\"textbox\" aria-labelledby=\"label_127\" \/> <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_fileupload\" id=\"id_128\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_128\" for=\"input_128\" aria-hidden=\"false\"> Do you have any documents or files you can share? <\/label>\n        <div id=\"cid_128\" class=\"form-input-wide\" data-layout=\"full\">\n          <div class=\"jfQuestion-fields\" data-wrapper-react=\"true\">\n            <div class=\"jfField isFilled\">\n              <div class=\"jfUpload-wrapper\">\n                <div class=\"jfUpload-container\">\n                  <div class=\"jfUpload-button-container\">\n                    <div class=\"jfUpload-button\" aria-hidden=\"true\" tabindex=\"0\" style=\"display:none\" data-version=\"v2\">Browse Files<div class=\"jfUpload-heading forDesktop\">Drag and drop files here<\/div>\n                      <div class=\"jfUpload-heading forMobile\">Choose a file<\/div>\n                    <\/div>\n                  <\/div>\n                <\/div>\n                <div class=\"jfUpload-files-container\">\n                  <div class=\"validate[multipleUpload]\"><input type=\"file\" id=\"input_128\" name=\"q128_doYou128[]\" multiple=\"\" class=\"form-upload-multiple\" data-imagevalidate=\"yes\" data-file-accept=\"pdf, doc, docx, xls, xlsx, csv, txt, rtf, html, zip, mp3, wma, mpg, flv, avi, jpg, jpeg, png, gif\" data-file-maxsize=\"10854\" data-file-minsize=\"0\" data-file-limit=\"\" data-component=\"fileupload\" aria-label=\"Browse Files\" \/><\/div>\n                <\/div>\n              <\/div>\n              <div data-wrapper-react=\"true\"><\/div>\n            <\/div><span style=\"display:none\" class=\"cancelText\">Cancel<\/span><span style=\"display:none\" class=\"ofText\">of<\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textbox\" id=\"id_101\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_101\" for=\"input_101\" aria-hidden=\"false\"> Are there any public records you would suggest we request? Please describe the record(s) you think we should request, in as much detail as possible: <\/label>\n        <div id=\"cid_101\" class=\"form-input-wide\" data-layout=\"half\"> <input type=\"text\" id=\"input_101\" name=\"q101_areThere101\" data-type=\"input-textbox\" class=\"form-textbox\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" data-component=\"textbox\" aria-labelledby=\"label_101\" \/> <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textbox\" id=\"id_130\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_130\" for=\"input_130\" aria-hidden=\"false\"> If you would like any specific ProPublica reporters to read this tip, please name them here. <\/label>\n        <div id=\"cid_130\" class=\"form-input-wide\" data-layout=\"half\"> <input type=\"text\" id=\"input_130\" name=\"q130_ifYou\" data-type=\"input-textbox\" class=\"form-textbox\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" data-component=\"textbox\" aria-labelledby=\"label_130\" \/> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_checkbox\" id=\"id_44\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_44\" for=\"input_44\" aria-hidden=\"false\"> What\u2019s the best way to reach you with follow-up questions? <\/label>\n        <div id=\"cid_44\" class=\"form-input-wide\" data-layout=\"full\">\n          <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_44\" data-component=\"checkbox\"><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_44\" class=\"form-checkbox\" id=\"input_44_0\" name=\"q44_whatsThe[]\" value=\"Email\" \/><label id=\"label_input_44_0\" for=\"input_44_0\">Email<\/label><\/span><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_44\" class=\"form-checkbox\" id=\"input_44_1\" name=\"q44_whatsThe[]\" value=\"Phone\" \/><label id=\"label_input_44_1\" for=\"input_44_1\">Phone<\/label><\/span><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_44\" class=\"form-checkbox\" id=\"input_44_2\" name=\"q44_whatsThe[]\" value=\"Signal\" \/><label id=\"label_input_44_2\" for=\"input_44_2\">Signal<\/label><\/span><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_44\" class=\"form-checkbox\" id=\"input_44_3\" name=\"q44_whatsThe[]\" value=\"WhatsApp\" \/><label id=\"label_input_44_3\" for=\"input_44_3\">WhatsApp<\/label><\/span><span class=\"form-checkbox-item formCheckboxOther\" style=\"clear:left\"><input type=\"checkbox\" class=\"form-checkbox-other form-checkbox\" name=\"q44_whatsThe[other]\" id=\"other_44\" value=\"other\" tabindex=\"0\" aria-label=\"Other\" \/><label id=\"label_other_44\" style=\"text-indent:0\" for=\"other_44\">Other<\/label><span id=\"other_44_input\" class=\"other-input-container\" style=\"display:none\"><input type=\"text\" class=\"form-checkbox-other-input form-textbox\" name=\"q44_whatsThe[other]\" data-otherhint=\"Other\" size=\"15\" id=\"input_44\" data-placeholder=\"Please type another option here\" placeholder=\"Please type another option here\" \/><\/span><\/span><\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_radio\" id=\"id_68\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_68\" for=\"input_68\" aria-hidden=\"false\"> Do you prefer texts or phone calls? <\/label>\n        <div id=\"cid_68\" class=\"form-input-wide\" data-layout=\"full\">\n          <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_68\" data-component=\"radio\"><span class=\"form-radio-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"radio\" aria-describedby=\"label_68\" class=\"form-radio\" id=\"input_68_0\" name=\"q68_typeA\" value=\"I prefer phone calls.\" \/><label id=\"label_input_68_0\" for=\"input_68_0\">I prefer phone calls.<\/label><\/span><span class=\"form-radio-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"radio\" aria-describedby=\"label_68\" class=\"form-radio\" id=\"input_68_1\" name=\"q68_typeA\" value=\"I prefer texts.\" \/><label id=\"label_input_68_1\" for=\"input_68_1\">I prefer texts.<\/label><\/span><\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_phone\" id=\"id_70\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_70\" for=\"input_70_full\"> What's your number on WhatsApp? <\/label>\n        <div id=\"cid_70\" class=\"form-input-wide\" data-layout=\"half\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\"><input type=\"tel\" id=\"input_70_full\" name=\"q70_whatsYour70[full]\" data-type=\"mask-number\" class=\"mask-phone-number form-textbox validate[Fill Mask]\" data-defaultvalue=\"\" autoComplete=\"section-input_70 tel-national\" style=\"width:310px\" data-masked=\"true\" value=\"\" placeholder=\"(000) 000-0000\" data-component=\"phone\" aria-labelledby=\"label_70\" \/><\/span> <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_phone\" id=\"id_71\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_71\" for=\"input_71_full\"> What's your Signal number? <\/label>\n        <div id=\"cid_71\" class=\"form-input-wide\" data-layout=\"half\"> <span class=\"form-sub-label-container\" style=\"vertical-align:top\"><input type=\"tel\" id=\"input_71_full\" name=\"q71_whatsYour[full]\" data-type=\"mask-number\" class=\"mask-phone-number form-textbox validate[Fill Mask]\" data-defaultvalue=\"\" autoComplete=\"section-input_71 tel-national\" style=\"width:310px\" data-masked=\"true\" value=\"\" placeholder=\"(000) 000-0000\" data-component=\"phone\" aria-labelledby=\"label_71\" \/><\/span> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_radio\" id=\"id_131\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_131\" for=\"input_131\" aria-hidden=\"false\"> Have you spoken with a ProPublica reporter before? <\/label>\n        <div id=\"cid_131\" class=\"form-input-wide\" data-layout=\"full\">\n          <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_131\" data-component=\"radio\"><span class=\"form-radio-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"radio\" aria-describedby=\"label_131\" class=\"form-radio\" id=\"input_131_0\" name=\"q131_haveYou\" value=\"Yes\" \/><label id=\"label_input_131_0\" for=\"input_131_0\">Yes<\/label><\/span><span class=\"form-radio-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"radio\" aria-describedby=\"label_131\" class=\"form-radio\" id=\"input_131_1\" name=\"q131_haveYou\" value=\"No\" \/><label id=\"label_input_131_1\" for=\"input_131_1\">No<\/label><\/span><span class=\"form-radio-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"radio\" aria-describedby=\"label_131\" class=\"form-radio\" id=\"input_131_2\" name=\"q131_haveYou\" value=\"I don&#x27;t remember\" \/><label id=\"label_input_131_2\" for=\"input_131_2\">I don't remember<\/label><\/span><\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textbox\" id=\"id_132\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_132\" for=\"input_132\" aria-hidden=\"false\"> Which ProPublica reporter did you speak with? <\/label>\n        <div id=\"cid_132\" class=\"form-input-wide\" data-layout=\"half\"> <input type=\"text\" id=\"input_132\" name=\"q132_whichPropublica\" data-type=\"input-textbox\" class=\"form-textbox\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" data-component=\"textbox\" aria-labelledby=\"label_132\" \/> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_checkbox\" id=\"id_141\"><label class=\"form-label form-label-top\" id=\"label_141\" for=\"input_141\" aria-hidden=\"false\"> The following questions are completely optional. ProPublica is committed to maintaining a diverse and representative body of sources. We ask these next questions to understand who we\u2019re reaching and who is affected by the issues we cover. <\/label>\n        <div id=\"cid_141\" class=\"form-input-wide\" data-layout=\"full\">\n          <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_141\" data-component=\"checkbox\"><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_141\" class=\"form-checkbox\" id=\"input_141_0\" name=\"q141_iWould[]\" value=\"If you would prefer not to answer any demographics questions, just check this box.\" \/><label id=\"label_input_141_0\" for=\"input_141_0\">If you would prefer not to answer any demographics questions, just check this box.<\/label><\/span><\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_checkbox\" id=\"id_133\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_133\" for=\"input_133\" aria-hidden=\"false\"> Which race or ethnicity do you identify as? Select all that apply. <\/label>\n        <div id=\"cid_133\" class=\"form-input-wide\" data-layout=\"full\">\n          <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_133\" data-component=\"checkbox\"><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_133\" class=\"form-checkbox\" id=\"input_133_0\" name=\"q133_whichRace[]\" value=\"Asian or Asian American\" \/><label id=\"label_input_133_0\" for=\"input_133_0\">Asian or Asian American<\/label><\/span><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_133\" class=\"form-checkbox\" id=\"input_133_1\" name=\"q133_whichRace[]\" value=\"Black or African American\" \/><label id=\"label_input_133_1\" for=\"input_133_1\">Black or African American<\/label><\/span><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_133\" class=\"form-checkbox\" id=\"input_133_2\" name=\"q133_whichRace[]\" value=\"Hispanic or Latina\/o\/x\" \/><label id=\"label_input_133_2\" for=\"input_133_2\">Hispanic or Latina\/o\/x<\/label><\/span><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_133\" class=\"form-checkbox\" id=\"input_133_3\" name=\"q133_whichRace[]\" value=\"Middle Eastern or North African\" \/><label id=\"label_input_133_3\" for=\"input_133_3\">Middle Eastern or North African<\/label><\/span><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_133\" class=\"form-checkbox\" id=\"input_133_4\" name=\"q133_whichRace[]\" value=\"Native American or Indigenous\" \/><label id=\"label_input_133_4\" for=\"input_133_4\">Native American or Indigenous<\/label><\/span><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_133\" class=\"form-checkbox\" id=\"input_133_5\" name=\"q133_whichRace[]\" value=\"Native Hawaiian or Pacific Islander\" \/><label id=\"label_input_133_5\" for=\"input_133_5\">Native Hawaiian or Pacific Islander<\/label><\/span><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_133\" class=\"form-checkbox\" id=\"input_133_6\" name=\"q133_whichRace[]\" value=\"White\" \/><label id=\"label_input_133_6\" for=\"input_133_6\">White<\/label><\/span><span class=\"form-checkbox-item formCheckboxOther\" style=\"clear:left\"><input type=\"checkbox\" class=\"form-checkbox-other form-checkbox\" name=\"q133_whichRace[other]\" id=\"other_133\" value=\"other\" tabindex=\"0\" aria-label=\"Another option not listed\" \/><label id=\"label_other_133\" style=\"text-indent:0\" for=\"other_133\">Another option not listed<\/label><span id=\"other_133_input\" class=\"other-input-container\" style=\"display:none\"><input type=\"text\" class=\"form-checkbox-other-input form-textbox\" name=\"q133_whichRace[other]\" data-otherhint=\"Another option not listed\" size=\"15\" id=\"input_133\" data-placeholder=\"Please type another option here\" placeholder=\"Please type another option here\" \/><\/span><\/span><\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_checkbox\" id=\"id_85\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_85\" for=\"input_85\" aria-hidden=\"false\"> How do you identify? Please select all that apply: <\/label>\n        <div id=\"cid_85\" class=\"form-input-wide\" data-layout=\"full\">\n          <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_85\" data-component=\"checkbox\"><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_85\" class=\"form-checkbox\" id=\"input_85_0\" name=\"q85_howDo[]\" value=\"Woman\" \/><label id=\"label_input_85_0\" for=\"input_85_0\">Woman<\/label><\/span><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_85\" class=\"form-checkbox\" id=\"input_85_1\" name=\"q85_howDo[]\" value=\"Man\" \/><label id=\"label_input_85_1\" for=\"input_85_1\">Man<\/label><\/span><span class=\"form-checkbox-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"checkbox\" aria-describedby=\"label_85\" class=\"form-checkbox\" id=\"input_85_2\" name=\"q85_howDo[]\" value=\"Nonbinary\" \/><label id=\"label_input_85_2\" for=\"input_85_2\">Nonbinary<\/label><\/span><span class=\"form-checkbox-item formCheckboxOther\" style=\"clear:left\"><input type=\"checkbox\" class=\"form-checkbox-other form-checkbox\" name=\"q85_howDo[other]\" id=\"other_85\" value=\"other\" tabindex=\"0\" aria-label=\"Another option not listed:\" \/><label id=\"label_other_85\" style=\"text-indent:0\" for=\"other_85\">Another option not listed:<\/label><span id=\"other_85_input\" class=\"other-input-container\" style=\"display:none\"><input type=\"text\" class=\"form-checkbox-other-input form-textbox\" name=\"q85_howDo[other]\" data-otherhint=\"Another option not listed:\" size=\"15\" id=\"input_85\" data-placeholder=\"Please type another option here\" placeholder=\"Please type another option here\" \/><\/span><\/span><\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_radio\" id=\"id_86\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_86\" for=\"input_86\" aria-hidden=\"false\"> Do you identify as LGBTQ+? <\/label>\n        <div id=\"cid_86\" class=\"form-input-wide\" data-layout=\"full\">\n          <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_86\" data-component=\"radio\"><span class=\"form-radio-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"radio\" aria-describedby=\"label_86\" class=\"form-radio\" id=\"input_86_0\" name=\"q86_doYou9\" value=\"Yes\" \/><label id=\"label_input_86_0\" for=\"input_86_0\">Yes<\/label><\/span><span class=\"form-radio-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"radio\" aria-describedby=\"label_86\" class=\"form-radio\" id=\"input_86_1\" name=\"q86_doYou9\" value=\"No\" \/><label id=\"label_input_86_1\" for=\"input_86_1\">No<\/label><\/span><\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_radio\" id=\"id_87\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_87\" for=\"input_87\" aria-hidden=\"false\"> Do you identify as transgender? <\/label>\n        <div id=\"cid_87\" class=\"form-input-wide\" data-layout=\"full\">\n          <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_87\" data-component=\"radio\"><span class=\"form-radio-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"radio\" aria-describedby=\"label_87\" class=\"form-radio\" id=\"input_87_0\" name=\"q87_doYou\" value=\"Yes\" \/><label id=\"label_input_87_0\" for=\"input_87_0\">Yes<\/label><\/span><span class=\"form-radio-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"radio\" aria-describedby=\"label_87\" class=\"form-radio\" id=\"input_87_1\" name=\"q87_doYou\" value=\"No\" \/><label id=\"label_input_87_1\" for=\"input_87_1\">No<\/label><\/span><\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_radio\" id=\"id_143\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_143\" for=\"input_143\" aria-hidden=\"false\"> Do you have a disability you think is relevant or that you\u2019d like to tell us about? <\/label>\n        <div id=\"cid_143\" class=\"form-input-wide\" data-layout=\"full\">\n          <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_143\" data-component=\"radio\"><span class=\"form-radio-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"radio\" aria-describedby=\"label_143\" class=\"form-radio\" id=\"input_143_0\" name=\"q143_doYou143\" value=\"Yes\" \/><label id=\"label_input_143_0\" for=\"input_143_0\">Yes<\/label><\/span><span class=\"form-radio-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"radio\" aria-describedby=\"label_143\" class=\"form-radio\" id=\"input_143_1\" name=\"q143_doYou143\" value=\"No\" \/><label id=\"label_input_143_1\" for=\"input_143_1\">No<\/label><\/span><\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textbox\" id=\"id_134\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_134\" for=\"input_134\" aria-hidden=\"false\"> Please share as much detail as you\u2019re comfortable with. <\/label>\n        <div id=\"cid_134\" class=\"form-input-wide\" data-layout=\"half\"> <input type=\"text\" id=\"input_134\" name=\"q134_pleaseShare\" data-type=\"input-textbox\" class=\"form-textbox\" data-defaultvalue=\"\" style=\"width:310px\" size=\"310\" value=\"\" data-component=\"textbox\" aria-labelledby=\"label_134\" \/> <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_radio\" id=\"id_94\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_94\" for=\"input_94\" aria-hidden=\"false\"> ProPublica works with a trusted network of local and national partners around the country. If we\u2019re unable to follow up on your tip, can we share your tip with a journalist from another news organization who may be able to follow up sooner? <\/label>\n        <div id=\"cid_94\" class=\"form-input-wide\" data-layout=\"full\">\n          <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_94\" data-component=\"radio\"><span class=\"form-radio-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"radio\" aria-describedby=\"label_94\" class=\"form-radio\" id=\"input_94_0\" name=\"q94_propublicaWorks\" value=\"Yes\" \/><label id=\"label_input_94_0\" for=\"input_94_0\">Yes<\/label><\/span><span class=\"form-radio-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"radio\" aria-describedby=\"label_94\" class=\"form-radio\" id=\"input_94_1\" name=\"q94_propublicaWorks\" value=\"No\" \/><label id=\"label_input_94_1\" for=\"input_94_1\">No<\/label><\/span><span class=\"form-radio-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"radio\" aria-describedby=\"label_94\" class=\"form-radio\" id=\"input_94_2\" name=\"q94_propublicaWorks\" value=\"Maybe; please ask me first\" \/><label id=\"label_input_94_2\" for=\"input_94_2\">Maybe; please ask me first<\/label><\/span><\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_radio\" id=\"id_135\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_135\" for=\"input_135\" aria-hidden=\"false\"> Our reporters tend to focus on issues for a long time. If we return to reporting on this subject, or in your part of the country, would you like to be included on a list of sources we can contact in the future? <\/label>\n        <div id=\"cid_135\" class=\"form-input-wide\" data-layout=\"full\">\n          <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_135\" data-component=\"radio\"><span class=\"form-radio-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"radio\" aria-describedby=\"label_135\" class=\"form-radio\" id=\"input_135_0\" name=\"q135_ourReporters\" value=\"Yes\" \/><label id=\"label_input_135_0\" for=\"input_135_0\">Yes<\/label><\/span><span class=\"form-radio-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"radio\" aria-describedby=\"label_135\" class=\"form-radio\" id=\"input_135_1\" name=\"q135_ourReporters\" value=\"No\" \/><label id=\"label_input_135_1\" for=\"input_135_1\">No<\/label><\/span><\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line jf-required\" data-type=\"control_radio\" id=\"id_46\"><label class=\"form-label form-label-top form-label-auto\" id=\"label_46\" for=\"input_46\" aria-hidden=\"false\"> Do you want to be notified when ProPublica publishes big investigations?<span class=\"form-required\">*<\/span> <\/label>\n        <div id=\"cid_46\" class=\"form-input-wide jf-required\" data-layout=\"full\">\n          <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_46\" data-component=\"radio\"><span class=\"form-radio-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"radio\" aria-describedby=\"label_46\" class=\"form-radio validate[required]\" id=\"input_46_0\" name=\"q46_doYou46\" checked=\"\" value=\"Yes\" required=\"\" \/><label id=\"label_input_46_0\" for=\"input_46_0\">Yes<\/label><\/span><span class=\"form-radio-item\" style=\"clear:left\"><span class=\"dragger-item\"><\/span><input type=\"radio\" aria-describedby=\"label_46\" class=\"form-radio validate[required]\" id=\"input_46_1\" name=\"q46_doYou46\" value=\"No\" required=\"\" \/><label id=\"label_input_46_1\" for=\"input_46_1\">No<\/label><\/span><\/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\"><button id=\"input_2\" type=\"submit\" class=\"form-submit-button submit-button jf-form-buttons jsTest-submitField\" data-component=\"button\" data-content=\"\">Submit<\/button><\/div>\n        <\/div>\n      <\/li>\n      <li style=\"display:none\">Should be Empty: <input type=\"text\" name=\"website\" value=\"\" \/><\/li>\n    <\/ul>\n  <\/div>\n  <script>\n    JotForm.showJotFormPowered = \"0\";\n  <\/script>\n  <script>\n    JotForm.poweredByText = \"Powered by Jotform\";\n  <\/script><input type=\"hidden\" class=\"simple_spc\" id=\"simple_spc\" name=\"simple_spc\" value=\"231736720366154\" \/>\n  <script type=\"text\/javascript\">\n    var all_spc = document.querySelectorAll(\"form[id='231736720366154'] .si\" + \"mple\" + \"_spc\");\n    for (var i = 0; i < all_spc.length; i++)\n    {\n      all_spc[i].value = \"231736720366154-231736720366154\";\n    }\n  <\/script><input type=\"hidden\" id=\"input_146\" name=\"q146_uniqueId\" class=\"form-textbox form-hidden\" data-defaultvalue=\"ME4RVA\" value=\"ME4RVA\" data-component=\"autoincrement\" \/>\n<\/form><\/body>\n<\/html><script src=\"\/js\/vendor\/smoothscroll.min.js?v=3.3.45922\"><\/script>\n<script src=\"\/js\/errorNavigation.js?v=3.3.45922\"><\/script>\n<script type=\"text\/javascript\">JotForm.isNewSACL=true;<\/script>","Do You Have a Tip for ProPublica? Help Us Do Journalism.",Array);(function(){window.handleIFrameMessage=function(e){if(!e.data||!e.data.split)return;var args=e.data.split(":");if(args[2]!="231736720366154"){return;}
var iframe=document.getElementById("231736720366154");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;case"backgroundStyles":const backgroundStyles=new URLSearchParams(args[1]);backgroundStyles.forEach(function(value,key){iframe.style[key]=value;});var doc=iframe.contentDocument?iframe.contentDocument:(iframe.contentWindow.document||iframe.document);doc.documentElement.style.background='none';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);}})();