var qsProxy = {};
function FrameBuilder(formId,appendTo,initialHeight,iframeCode,title,embedStyleJSON){this.formId=formId;this.initialHeight=initialHeight;this.iframeCode=iframeCode;this.frame=null;this.timeInterval=200;this.appendTo=appendTo||false;this.formSubmitted=0;this.frameMinWidth='100%';this.defaultHeight='';this.init=function(){this.embedURLHash=this.getMD5(window.location.href);if(embedStyleJSON&&(embedStyleJSON[this.embedURLHash]&&embedStyleJSON[this.embedURLHash]['inlineStyle']['embedWidth'])){this.frameMinWidth=embedStyleJSON[this.embedURLHash]['inlineStyle']['embedWidth']+'px';}
if(embedStyleJSON&&(embedStyleJSON[this.embedURLHash])){if(embedStyleJSON[this.embedURLHash]['inlineStyle']&&embedStyleJSON[this.embedURLHash]['inlineStyle']['embedHeight']){this.defaultHeight='data-frameHeight="'+embedStyleJSON[this.embedURLHash]['inlineStyle']['embedHeight']+'"';}}
this.createFrame();this.addFrameContent(this.iframeCode);};this.createFrame=function(){var tmp_is_ie=!!window.ActiveXObject;this.iframeDomId=document.getElementById(this.formId)?this.formId+'_'+new Date().getTime():this.formId;var htmlCode="<"+"iframe title=\""+title.replace(/[\\"']/g,'\\$&').replace(/&amp;/g,'&')+"\" src=\"\" allowtransparency=\"true\" allow=\"geolocation; microphone; camera\" allowfullscreen=\"true\" name=\""+this.formId+"\" id=\""+this.iframeDomId+"\" style=\"width: 10px; min-width:"+this.frameMinWidth+"; display: block; overflow: hidden; height:"+this.initialHeight+"px; border: none;\" scrolling=\"no\""+this.defaultHeight+"></if"+"rame>";if(this.appendTo===false){document.write(htmlCode);}else{var tmp=document.createElement('div');tmp.innerHTML=htmlCode;var a=this.appendTo;document.getElementById(a).appendChild(tmp.firstChild);}
this.frame=document.getElementById(this.iframeDomId);if(tmp_is_ie===true){try{var iframe=this.frame;var doc=iframe.contentDocument?iframe.contentDocument:(iframe.contentWindow.document||iframe.document);doc.open();doc.write("");}
catch(err){this.frame.src="javascript:void((function(){document.open();document.domain=\'"+this.getBaseDomain()+"\';document.close();})())";}}
this.addEvent(this.frame,'load',this.bindMethod(this.setTimer,this));var self=this;if(window.chrome!==undefined){this.frame.onload=function(){try{var doc=this.contentWindow.document;var _jotform=this.contentWindow.JotForm;if(doc!==undefined){var form=doc.getElementById(""+self.iframeDomId);self.addEvent(form,"submit",function(){if(_jotform.validateAll()){self.formSubmitted=1;}});}}catch(e){}}}};this.addEvent=function(obj,type,fn){if(obj.attachEvent){obj["e"+type+fn]=fn;obj[type+fn]=function(){obj["e"+type+fn](window.event);};obj.attachEvent("on"+type,obj[type+fn]);}
else{obj.addEventListener(type,fn,false);}};this.addFrameContent=function(string){if(window.location.search&&window.location.search.indexOf('disableSmartEmbed')>-1){string=string.replace(new RegExp('smartEmbed=1(?:&amp;|&)'),'');string=string.replace(new RegExp('isSmartEmbed'),'');}else{var cssLink='stylebuilder/'+this.formId+'.css';var cssPlace=string.indexOf(cssLink);var prepend=string[cssPlace+cssLink.length]==='?'?'&amp;':'?';var embedUrl=prepend+'embedUrl='+window.location.href;if(cssPlace>-1){var positionLastRequestElement=string.indexOf('\"/>',cssPlace);if(positionLastRequestElement>-1){string=string.substr(0,positionLastRequestElement)+embedUrl+string.substr(positionLastRequestElement);string=string.replace(cssLink,'stylebuilder/'+this.formId+'/'+this.embedURLHash+'.css');}}}
string=string.replace(new RegExp('src\\=\\"[^"]*captcha.php\"><\/scr'+'ipt>','gim'),'src="http://api.recaptcha.net/js/recaptcha_ajax.js"></scr'+'ipt><'+'div id="recaptcha_div"><'+'/div>'+'<'+'style>#recaptcha_logo{ display:none;} #recaptcha_tagline{display:none;} #recaptcha_table{border:none !important;} .recaptchatable .recaptcha_image_cell, #recaptcha_table{ background-color:transparent !important; } <'+'/style>'+'<'+'script defer="defer"> window.onload = function(){ Recaptcha.create("6Ld9UAgAAAAAAMon8zjt30tEZiGQZ4IIuWXLt1ky", "recaptcha_div", {theme: "clean",tabindex: 0,callback: function (){'+'if (document.getElementById("uword")) { document.getElementById("uword").parentNode.removeChild(document.getElementById("uword")); } if (window["validate"] !== undefined) { if (document.getElementById("recaptcha_response_field")){ document.getElementById("recaptcha_response_field").onblur = function(){ validate(document.getElementById("recaptcha_response_field"), "Required"); } } } if (document.getElementById("recaptcha_response_field")){ document.getElementsByName("recaptcha_challenge_field")[0].setAttribute("name", "anum"); } if (document.getElementById("recaptcha_response_field")){ document.getElementsByName("recaptcha_response_field")[0].setAttribute("name", "qCap"); }}})'+' }<'+'/script>');string=string.replace(/(type="text\/javascript">)\s+(validate\(\"[^"]*"\);)/,'$1 jTime = setInterval(function(){if("validate" in window){$2clearTimeout(jTime);}}, 1000);');if(string.match('#sublabel_litemode')){string=string.replace('class="form-all"','class="form-all" style="margin-top:0;"');}
var iframe=this.frame;var doc=iframe.contentDocument?iframe.contentDocument:(iframe.contentWindow.document||iframe.document);doc.open();doc.write(string);setTimeout(function(){doc.close();try{if('JotFormFrameLoaded'in window){JotFormFrameLoaded();}}catch(e){}},200);};this.setTimer=function(){var self=this;this.interval=setTimeout(this.changeHeight.bind(this),this.timeInterval);};this.getBaseDomain=function(){var thn=window.location.hostname;var cc=0;var buff="";for(var i=0;i<thn.length;i++){var chr=thn.charAt(i);if(chr=="."){cc++;}
if(cc==0){buff+=chr;}}
if(cc==2){thn=thn.replace(buff+".","");}
return thn;}
this.changeHeight=function(){var actualHeight=this.getBodyHeight();var currentHeight=this.getViewPortHeight();var skipAutoHeight=(this.frame.contentWindow)?this.frame.contentWindow.document.querySelector('[data-welcome-view="true"]'):null;if(actualHeight===undefined){this.frame.style.height=this.frameHeight;if(!this.frame.style.minHeight){this.frame.style.minHeight="300px";window.parent.scrollTo(0,0);}}else if(Math.abs(actualHeight-currentHeight)>18&&!skipAutoHeight){this.frame.style.height=(actualHeight)+"px";}
this.setTimer();};this.bindMethod=function(method,scope){return function(){method.apply(scope,arguments);};};this.frameHeight=0;this.getBodyHeight=function(){if(this.formSubmitted===1){return;}
var height;var scrollHeight;var offsetHeight;try{if(this.frame.contentWindow.document.height){height=this.frame.contentWindow.document.height;if(this.frame.contentWindow.document.body.scrollHeight){height=scrollHeight=this.frame.contentWindow.document.body.scrollHeight;}
if(this.frame.contentWindow.document.body.offsetHeight){height=offsetHeight=this.frame.contentWindow.document.body.offsetHeight;}}else if(this.frame.contentWindow.document.body){if(this.frame.contentWindow.document.body.offsetHeight){height=offsetHeight=this.frame.contentWindow.document.body.offsetHeight;}
var formWrapper=this.frame.contentWindow.document.querySelector('.form-all');var margin=parseInt(getComputedStyle(formWrapper).marginTop,10);if(!isNaN(margin)){height+=margin;}}}catch(e){}
this.frameHeight=height;return height;};this.getViewPortHeight=function(){if(this.formSubmitted===1){return;}
var height=0;try{if(this.frame.contentWindow.window.innerHeight){height=this.frame.contentWindow.window.innerHeight-18;}else if((this.frame.contentWindow.document.documentElement)&&(this.frame.contentWindow.document.documentElement.clientHeight)){height=this.frame.contentWindow.document.documentElement.clientHeight;}else if((this.frame.contentWindow.document.body)&&(this.frame.contentWindow.document.body.clientHeight)){height=this.frame.contentWindow.document.body.clientHeight;}}catch(e){}
return height;};this.getMD5=function(s){function L(k,d){return(k<<d)|(k>>>(32-d))}function K(G,k){var I,d,F,H,x;F=(G&2147483648);H=(k&2147483648);I=(G&1073741824);d=(k&1073741824);x=(G&1073741823)+(k&1073741823);if(I&d){return(x^2147483648^F^H)}if(I|d){if(x&1073741824){return(x^3221225472^F^H)}else{return(x^1073741824^F^H)}}else{return(x^F^H)}}function r(d,F,k){return(d&F)|((~d)&k)}function q(d,F,k){return(d&k)|(F&(~k))}function p(d,F,k){return(d^F^k)}function n(d,F,k){return(F^(d|(~k)))}function u(G,F,aa,Z,k,H,I){G=K(G,K(K(r(F,aa,Z),k),I));return K(L(G,H),F)}function f(G,F,aa,Z,k,H,I){G=K(G,K(K(q(F,aa,Z),k),I));return K(L(G,H),F)}function D(G,F,aa,Z,k,H,I){G=K(G,K(K(p(F,aa,Z),k),I));return K(L(G,H),F)}function t(G,F,aa,Z,k,H,I){G=K(G,K(K(n(F,aa,Z),k),I));return K(L(G,H),F)}function e(G){var Z;var F=G.length;var x=F+8;var k=(x-(x%64))/64;var I=(k+1)*16;var aa=Array(I-1);var d=0;var H=0;while(H<F){Z=(H-(H%4))/4;d=(H%4)*8;aa[Z]=(aa[Z]|(G.charCodeAt(H)<<d));H++}Z=(H-(H%4))/4;d=(H%4)*8;aa[Z]=aa[Z]|(128<<d);aa[I-2]=F<<3;aa[I-1]=F>>>29;return aa}function B(x){var k="",F="",G,d;for(d=0;d<=3;d++){G=(x>>>(d*8))&255;F="0"+G.toString(16);k=k+F.substr(F.length-2,2)}return k}function J(k){k=k.replace(/rn/g,"n");var d="";for(var F=0;F<k.length;F++){var x=k.charCodeAt(F);if(x<128){d+=String.fromCharCode(x)}else{if((x>127)&&(x<2048)){d+=String.fromCharCode((x>>6)|192);d+=String.fromCharCode((x&63)|128)}else{d+=String.fromCharCode((x>>12)|224);d+=String.fromCharCode(((x>>6)&63)|128);d+=String.fromCharCode((x&63)|128)}}}return d}var C=Array();var P,h,E,v,g,Y,X,W,V;var S=7,Q=12,N=17,M=22;var A=5,z=9,y=14,w=20;var o=4,m=11,l=16,j=23;var U=6,T=10,R=15,O=21;s=J(s);C=e(s);Y=1732584193;X=4023233417;W=2562383102;V=271733878;for(P=0;P<C.length;P+=16){h=Y;E=X;v=W;g=V;Y=u(Y,X,W,V,C[P+0],S,3614090360);V=u(V,Y,X,W,C[P+1],Q,3905402710);W=u(W,V,Y,X,C[P+2],N,606105819);X=u(X,W,V,Y,C[P+3],M,3250441966);Y=u(Y,X,W,V,C[P+4],S,4118548399);V=u(V,Y,X,W,C[P+5],Q,1200080426);W=u(W,V,Y,X,C[P+6],N,2821735955);X=u(X,W,V,Y,C[P+7],M,4249261313);Y=u(Y,X,W,V,C[P+8],S,1770035416);V=u(V,Y,X,W,C[P+9],Q,2336552879);W=u(W,V,Y,X,C[P+10],N,4294925233);X=u(X,W,V,Y,C[P+11],M,2304563134);Y=u(Y,X,W,V,C[P+12],S,1804603682);V=u(V,Y,X,W,C[P+13],Q,4254626195);W=u(W,V,Y,X,C[P+14],N,2792965006);X=u(X,W,V,Y,C[P+15],M,1236535329);Y=f(Y,X,W,V,C[P+1],A,4129170786);V=f(V,Y,X,W,C[P+6],z,3225465664);W=f(W,V,Y,X,C[P+11],y,643717713);X=f(X,W,V,Y,C[P+0],w,3921069994);Y=f(Y,X,W,V,C[P+5],A,3593408605);V=f(V,Y,X,W,C[P+10],z,38016083);W=f(W,V,Y,X,C[P+15],y,3634488961);X=f(X,W,V,Y,C[P+4],w,3889429448);Y=f(Y,X,W,V,C[P+9],A,568446438);V=f(V,Y,X,W,C[P+14],z,3275163606);W=f(W,V,Y,X,C[P+3],y,4107603335);X=f(X,W,V,Y,C[P+8],w,1163531501);Y=f(Y,X,W,V,C[P+13],A,2850285829);V=f(V,Y,X,W,C[P+2],z,4243563512);W=f(W,V,Y,X,C[P+7],y,1735328473);X=f(X,W,V,Y,C[P+12],w,2368359562);Y=D(Y,X,W,V,C[P+5],o,4294588738);V=D(V,Y,X,W,C[P+8],m,2272392833);W=D(W,V,Y,X,C[P+11],l,1839030562);X=D(X,W,V,Y,C[P+14],j,4259657740);Y=D(Y,X,W,V,C[P+1],o,2763975236);V=D(V,Y,X,W,C[P+4],m,1272893353);W=D(W,V,Y,X,C[P+7],l,4139469664);X=D(X,W,V,Y,C[P+10],j,3200236656);Y=D(Y,X,W,V,C[P+13],o,681279174);V=D(V,Y,X,W,C[P+0],m,3936430074);W=D(W,V,Y,X,C[P+3],l,3572445317);X=D(X,W,V,Y,C[P+6],j,76029189);Y=D(Y,X,W,V,C[P+9],o,3654602809);V=D(V,Y,X,W,C[P+12],m,3873151461);W=D(W,V,Y,X,C[P+15],l,530742520);X=D(X,W,V,Y,C[P+2],j,3299628645);Y=t(Y,X,W,V,C[P+0],U,4096336452);V=t(V,Y,X,W,C[P+7],T,1126891415);W=t(W,V,Y,X,C[P+14],R,2878612391);X=t(X,W,V,Y,C[P+5],O,4237533241);Y=t(Y,X,W,V,C[P+12],U,1700485571);V=t(V,Y,X,W,C[P+3],T,2399980690);W=t(W,V,Y,X,C[P+10],R,4293915773);X=t(X,W,V,Y,C[P+1],O,2240044497);Y=t(Y,X,W,V,C[P+8],U,1873313359);V=t(V,Y,X,W,C[P+15],T,4264355552);W=t(W,V,Y,X,C[P+6],R,2734768916);X=t(X,W,V,Y,C[P+13],O,1309151649);Y=t(Y,X,W,V,C[P+4],U,4149444226);V=t(V,Y,X,W,C[P+11],T,3174756917);W=t(W,V,Y,X,C[P+2],R,718787259);X=t(X,W,V,Y,C[P+9],O,3951481745);Y=K(Y,h);X=K(X,E);W=K(W,v);V=K(V,g)}var i=B(Y)+B(X)+B(W)+B(V);return i.toLowerCase()};this.init();}
FrameBuilder.get=qsProxy||[];var i70524066334148=new FrameBuilder("70524066334148",false,"","<!DOCTYPE HTML PUBLIC \"-\/\/W3C\/\/DTD HTML 4.01\/\/EN\" \"http:\/\/www.w3.org\/TR\/html4\/strict.dtd\">\n<html class=\"supernova\"><head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n<link rel=\"alternate\" type=\"application\/json+oembed\" href=\"https:\/\/www.jotform.com\/oembed\/?format=json&amp;url=https%3A%2F%2Fform.jotform.com%2F70524066334148\" title=\"oEmbed Form\">\n<link rel=\"alternate\" type=\"text\/xml+oembed\" href=\"https:\/\/www.jotform.com\/oembed\/?format=xml&amp;url=https%3A%2F%2Fform.jotform.com%2F70524066334148\" title=\"oEmbed Form\">\n<meta property=\"og:title\" content=\"Raid Evidence Collection\" >\n<meta property=\"og:url\" content=\"https:\/\/form.jotform.us\/70524066334148\" >\n<meta property=\"og:description\" content=\"Please click the link to complete this form.\" >\n<meta name=\"slack-app-id\" content=\"AHNMASS8M\">\n<link rel=\"shortcut icon\" href=\"https:\/\/cdn.jotfor.ms\/favicon.ico\">\n<link rel=\"canonical\" href=\"https:\/\/form.jotform.us\/70524066334148\" \/>\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>Raid Evidence Collection<\/title>\n<link href=\"https:\/\/cdn.jotfor.ms\/static\/formCss.css?3.3.25052\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<link type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/cdn.jotfor.ms\/css\/styles\/nova.css?3.3.25052\" \/>\n<link type=\"text\/css\" media=\"print\" rel=\"stylesheet\" href=\"https:\/\/cdn.jotfor.ms\/css\/printForm.css?3.3.25052\" \/>\n<link type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/cdn.jotfor.ms\/themes\/CSS\/56303f4d977cdf4e388b4567.css?themeRevisionID=563053e7977cdfc0088b4567\"\/>\n<link type=\"text\/css\" rel=\"stylesheet\" href=\"https:\/\/cdn.jotfor.ms\/css\/styles\/payment\/payment_feature.css?3.3.25052\" \/>\n<style type=\"text\/css\">\n    .form-label-left{\n        width:150px;\n    }\n    .form-line{\n        padding-top:12px;\n        padding-bottom:12px;\n    }\n    .form-label-right{\n        width:150px;\n    }\n    body, html{\n        margin:0;\n        padding:0;\n        background:rgb(255, 255, 255);\n    }\n\n    .form-all{\n        margin:0px auto;\n        padding-top:0px;\n        width:590px;\n        color:#3E4E1A !important;\n        font-family:'Cabin';\n        font-size:12px;\n    }\n<\/style>\n\n<style type=\"text\/css\" id=\"form-designer-style\">\n    \/* Injected CSS Code *\/\n.form-all {\n  font-family: \"Roboto\", sans-serif;\n}\n.form-all {\n  width: 800px;\n  width: 100%;\n  max-width: 800px;\n}\n.form-label-left,\n.form-label-right {\n  width: 150px;\n}\n.form-label {\n  white-space: normal;\n}\n.form-label.form-label-auto {\n  display: inline-block;\n  float: left;\n  text-align: left;\n  width: 150px;\n}\n.form-label-left {\n  display: inline-block;\n  white-space: normal;\n  float: left;\n  text-align: left;\n}\n.form-label-right {\n  display: inline-block;\n  white-space: normal;\n  float: left;\n  text-align: right;\n}\n.form-label-top {\n  white-space: normal;\n  display: block;\n  float: none;\n  text-align: left;\n}\n.form-radio-item label:before {\n  top: 0;\n}\n.form-all {\n  font-size: 16px;\n}\n.form-label {\n  font-weight: bold;\n}\n.form-checkbox-item label,\n.form-radio-item label {\n  font-weight: normal;\n}\n.supernova {\n  background-color: #ffffff;\n}\n.supernova body {\n  background-color: transparent;\n}\n\/*\n@width30: (unit(@formWidth, px) + 60px);\n@width60: (unit(@formWidth, px)+ 120px);\n@width90: (unit(@formWidth, px)+ 180px);\n*\/\n\/* | *\/\n@media screen and (min-width: 480px) {\n  .supernova .form-all {\n    border: 1px solid #e6e6e6;\n    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);\n    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);\n    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);\n  }\n}\n\/* | *\/\n\/* | *\/\n@media screen and (max-width: 480px) {\n  .jotform-form {\n    padding: 10px 0;\n  }\n}\n\/* | *\/\n\/* | *\/\n@media screen and (min-width: 480px) and (max-width: 768px) {\n  .jotform-form {\n    padding: 30px 0;\n  }\n}\n\/* | *\/\n\/* | *\/\n@media screen and (min-width: 480px) and (max-width: 799px) {\n  .jotform-form {\n    padding: 30px 0;\n  }\n}\n\/* | *\/\n\/* | *\/\n@media screen and (min-width: 768px) {\n  .jotform-form {\n    padding: 60px 0;\n  }\n}\n\/* | *\/\n\/* | *\/\n@media screen and (max-width: 799px) {\n  .jotform-form {\n    padding: 0;\n  }\n}\n\/* | *\/\n.supernova .form-all,\n.form-all {\n  background-color: #ffffff;\n  border: 1px solid transparent;\n}\n.form-header-group {\n  border-color: #e6e6e6;\n}\n.form-matrix-table tr {\n  border-color: #e6e6e6;\n}\n.form-matrix-table tr:nth-child(2n) {\n  background-color: #f2f2f2;\n}\n.form-all {\n  color: #555555;\n}\n.form-header-group .form-header {\n  color: #555555;\n}\n.form-header-group .form-subHeader {\n  color: #6f6f6f;\n}\n.form-sub-label {\n  color: #6f6f6f;\n}\n.form-label-top,\n.form-label-left,\n.form-label-right,\n.form-html {\n  color: #555555;\n}\n.form-checkbox-item label,\n.form-radio-item label {\n  color: #6f6f6f;\n}\n.form-line.form-line-active {\n  -webkit-transition-property: all;\n  -moz-transition-property: all;\n  -ms-transition-property: all;\n  -o-transition-property: all;\n  transition-property: all;\n  -webkit-transition-duration: 0.3s;\n  -moz-transition-duration: 0.3s;\n  -ms-transition-duration: 0.3s;\n  -o-transition-duration: 0.3s;\n  transition-duration: 0.3s;\n  -webkit-transition-timing-function: ease;\n  -moz-transition-timing-function: ease;\n  -ms-transition-timing-function: ease;\n  -o-transition-timing-function: ease;\n  transition-timing-function: ease;\n  background-color: #ffffe0;\n}\n\/* \u00f6mer *\/\n.form-radio-item,\n.form-checkbox-item {\n  padding-bottom: 0px !important;\n}\n.form-radio-item:last-child,\n.form-checkbox-item:last-child {\n  padding-bottom: 0;\n}\n\/* \u00f6mer *\/\n.form-single-column .form-checkbox-item,\n.form-single-column .form-radio-item {\n  width: 100%;\n}\n.supernova {\n  height: 100%;\n  background-repeat: no-repeat;\n  background-attachment: scroll;\n  background-position: center top;\n  background-repeat: repeat;\n}\n.supernova {\n  background-image: none;\n  background-image: url(\"\/\/shots.jotform.com\/elton\/images\/reg_form_main_bg.png\");\n}\n#stage {\n  background-image: none;\n  background-image: url(\"\/\/shots.jotform.com\/elton\/images\/reg_form_main_bg.png\");\n}\n\/* | *\/\n.form-all {\n  background-repeat: no-repeat;\n  background-attachment: scroll;\n  background-position: center top;\n  background-repeat: repeat;\n}\n.form-header-group {\n  background-repeat: no-repeat;\n  background-attachment: scroll;\n  background-position: center top;\n}\n.form-line {\n  margin-top: 12px;\n  margin-bottom: 12px;\n}\n.form-line {\n  padding: 12px 36px;\n}\n.form-all .qq-upload-button,\n.form-all .form-submit-button,\n.form-all .form-submit-reset,\n.form-all .form-submit-print {\n  font-size: 1em;\n  padding: 9px 15px;\n  font-family: \"Roboto\", sans-serif;\n  font-size: 16px;\n  font-weight: normal;\n}\n.form-all .form-pagebreak-back,\n.form-all .form-pagebreak-next {\n  font-size: 1em;\n  padding: 9px 15px;\n  font-family: \"Roboto\", sans-serif;\n  font-size: 16px;\n  font-weight: normal;\n}\n\/*\n& when ( @buttonFontType = google ) {\n\t@import (css) \"@{buttonFontLink}\";\n}\n*\/\nh2.form-header {\n  line-height: 1.618em;\n  font-size: 1.714em;\n}\nh2 ~ .form-subHeader {\n  line-height: 1.5em;\n  font-size: 1.071em;\n}\n.form-header-group {\n  text-align: left;\n}\n\/*.form-dropdown,\n.form-radio-item,\n.form-checkbox-item,\n.form-radio-other-input,\n.form-checkbox-other-input,*\/\n.form-captcha input,\n.form-spinner input,\n.form-error-message {\n  padding: 4px 3px 2px 3px;\n}\n.form-header-group {\n  font-family: \"Roboto\", sans-serif;\n}\n.form-section {\n  padding: 0px 0px 0px 0px;\n}\n.form-header-group {\n  margin: 12px 36px 12px 36px;\n}\n.form-header-group {\n  padding: 24px 0px 24px 0px;\n}\n.form-textbox,\n.form-textarea {\n  padding: 4px 3px 2px 3px;\n}\n[data-type=\"control_dropdown\"] .form-input,\n[data-type=\"control_dropdown\"] .form-input-wide {\n  width: 150px;\n}\n.form-label {\n  font-family: \"Roboto\", sans-serif;\n}\nli[data-type=\"control_image\"] div {\n  text-align: left;\n}\nli[data-type=\"control_image\"] img {\n  border: none;\n  border-width: 0px !important;\n  border-style: solid !important;\n  border-color: false !important;\n}\n.form-line-column {\n  width: auto;\n}\n.form-line-error {\n  overflow: hidden;\n  -webkit-transition-property: none;\n  -moz-transition-property: none;\n  -ms-transition-property: none;\n  -o-transition-property: none;\n  transition-property: none;\n  -webkit-transition-duration: 0.3s;\n  -moz-transition-duration: 0.3s;\n  -ms-transition-duration: 0.3s;\n  -o-transition-duration: 0.3s;\n  transition-duration: 0.3s;\n  -webkit-transition-timing-function: ease;\n  -moz-transition-timing-function: ease;\n  -ms-transition-timing-function: ease;\n  -o-transition-timing-function: ease;\n  transition-timing-function: ease;\n  background-color: #fff4f4;\n}\n.form-line-error .form-error-message {\n  background-color: #ff3200;\n  clear: both;\n  float: none;\n}\n.form-line-error .form-error-message .form-error-arrow {\n  border-bottom-color: #ff3200;\n}\n.form-line-error input:not(#coupon-input),\n.form-line-error textarea,\n.form-line-error .form-validation-error {\n  border: 1px solid #ff3200;\n  -webkit-box-shadow: 0 0 3px #ff3200;\n  -moz-box-shadow: 0 0 3px #ff3200;\n  box-shadow: 0 0 3px #ff3200;\n}\n.ie-8 .form-all {\n  margin-top: auto;\n  margin-top: initial;\n}\n.ie-8 .form-all:before {\n  display: none;\n}\n\/* | *\/\n@media screen and (max-width: 480px), screen and (max-device-width: 768px) and (orientation: portrait), screen and (max-device-width: 415px) and (orientation: landscape) {\n  .defaultThemeTesting123 {\n    visibility: visible;\n  }\n  .asd {\n    white-space: nowrap;\n  }\n  .jotform-form {\n    padding: 12px 0 0 0;\n  }\n  .form-all {\n    border: 0;\n    width: 94% !important;\n    max-width: initial;\n  }\n  .form-sub-label-container {\n    width: 100%;\n    margin: 0;\n  }\n  .form-input {\n    width: 100%;\n  }\n  .form-label {\n    width: 100%!important;\n  }\n  .form-line {\n    padding: 2% 5%;\n    -moz-box-sizing: border-box;\n    -webkit-box-sizing: border-box;\n    box-sizing: border-box;\n  }\n  input[type=text],\n  input[type=email],\n  input[type=tel],\n  textarea {\n    width: 100%;\n    -moz-box-sizing: border-box;\n    -webkit-box-sizing: border-box;\n    box-sizing: border-box;\n    max-width: initial !important;\n  }\n  .form-input,\n  .form-input-wide,\n  .form-textarea,\n  .form-textbox,\n  .form-dropdown {\n    max-width: initial !important;\n  }\n  div.form-header-group {\n    padding: 24px 0px !important;\n    margin: 0 12px 2% !important;\n    margin-left: 5% !important;\n    margin-right: 5% !important;\n    -moz-box-sizing: border-box;\n    -webkit-box-sizing: border-box;\n    box-sizing: border-box;\n  }\n  [data-type=\"control_button\"] {\n    margin-bottom: 0 !important;\n  }\n  .form-buttons-wrapper {\n    margin: 0!important;\n  }\n  .form-buttons-wrapper button {\n    width: 100%;\n  }\n  .form-buttons-wrapper .form-submit-print {\n    margin: 0 !important;\n  }\n  table {\n    width: 100%!important;\n    max-width: initial !important;\n  }\n  table td + td {\n    padding-left: 3%;\n  }\n  .form-checkbox-item input,\n  .form-radio-item input {\n    width: auto;\n  }\n  .form-collapse-table {\n    margin: 0 5%;\n  }\n}\n\/* | *\/\n\n\/*PREFERENCES STYLE*\/\n    .form-all {\n      font-family: Cabin, sans-serif;\n    }\n    .form-all .qq-upload-button,\n    .form-all .form-submit-button,\n    .form-all .form-submit-reset,\n    .form-all .form-submit-print {\n      font-family: Cabin, sans-serif;\n    }\n    .form-all .form-pagebreak-back-container,\n    .form-all .form-pagebreak-next-container {\n      font-family: Cabin, sans-serif;\n    }\n    .form-header-group {\n      font-family: Cabin, sans-serif;\n    }\n    .form-label {\n      font-family: Cabin, sans-serif;\n    }\n  \n    .form-label.form-label-auto {\n      \n    display: inline-block;\n    float: left;\n    text-align: left;\n  \n    }\n  \n    .form-line {\n      margin-top: 12px;\n      margin-bottom: 12px;\n    }\n  \n    .form-all {\n      width: 590px;\n    }\n  \n    .form-label-left,\n    .form-label-right {\n      width: 150px\n    }\n  \n    .form-all {\n      font-size: 12px\n    }\n    .form-all .qq-upload-button,\n    .form-all .qq-upload-button,\n    .form-all .form-submit-button,\n    .form-all .form-submit-reset,\n    .form-all .form-submit-print {\n      font-size: 12px\n    }\n    .form-all .form-pagebreak-back-container,\n    .form-all .form-pagebreak-next-container {\n      font-size: 12px\n    }\n  \n    .supernova .form-all, .form-all {\n      background-color: rgb(255, 255, 255);\n      border: 1px solid transparent;\n    }\n  \n    .form-all {\n      color: #3E4E1A;\n    }\n    .form-header-group .form-header {\n      color: #3E4E1A;\n    }\n    .form-header-group .form-subHeader {\n      color: #3E4E1A;\n    }\n    .form-label-top,\n    .form-label-left,\n    .form-label-right,\n    .form-html,\n    .form-checkbox-item label,\n    .form-radio-item label {\n      color: #3E4E1A;\n    }\n  \n    .supernova {\n      background-color: #f5f5f5;\n    }\n    .supernova body {\n      background: transparent;\n    }\n  \n    .form-textbox,\n    .form-textarea,\n    .form-radio-other-input,\n    .form-checkbox-other-input,\n    .form-captcha input,\n    .form-spinner input {\n      background-color: undefined;\n    }\n  \n    .supernova {\n      background-image: none;\n    }\n    #stage {\n      background-image: none;\n    }\n  \n    .form-all {\n      background-image: none;\n    }\n  \/*PREFERENCES STYLE*\/\/*__INSPECT_SEPERATOR__*\/\n\n    \/* Injected CSS Code *\/\n<\/style>\n\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/punycode\/1.4.1\/punycode.min.js\"><\/script>\n<script src=\"https:\/\/cdn.jotfor.ms\/static\/prototype.forms.js\" type=\"text\/javascript\"><\/script>\n<script src=\"https:\/\/cdn.jotfor.ms\/static\/jotform.forms.js?3.3.25052\" type=\"text\/javascript\"><\/script>\n<script type=\"text\/javascript\">\n var jsTime = setInterval(function(){try{\n   JotForm.jsForm = true;\n\n   JotForm.setConditions([{\"action\":[{\"id\":\"action_1487779637063\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"122\"}],\"id\":\"1487779648925\",\"index\":\"0\",\"link\":\"Any\",\"priority\":\"0\",\"terms\":[{\"id\":\"term_1487779637063\",\"field\":\"121\",\"operator\":\"isFilled\",\"value\":\"\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1487779535544\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"118\"}],\"id\":\"1487779550502\",\"index\":\"1\",\"link\":\"Any\",\"priority\":\"1\",\"terms\":[{\"id\":\"term_1487779535544\",\"field\":\"117\",\"operator\":\"isFilled\",\"value\":\"\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1487779225533\",\"visibility\":\"Show\",\"isError\":false,\"field\":\"113\"}],\"id\":\"1487779241716\",\"index\":\"2\",\"link\":\"Any\",\"priority\":\"2\",\"terms\":[{\"id\":\"term_1487779225533\",\"field\":\"114\",\"operator\":\"isFilled\",\"value\":\"\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1487778128830\",\"visibility\":\"ShowMultiple\",\"isError\":false,\"fields\":[\"84\",\"85\",\"86\",\"87\",\"88\",\"89\"]}],\"id\":\"1487778142830\",\"index\":\"3\",\"link\":\"Any\",\"priority\":\"3\",\"terms\":[{\"id\":\"term_1487778128830\",\"field\":\"83\",\"operator\":\"isFilled\",\"value\":\"\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1487778097544\",\"visibility\":\"ShowMultiple\",\"isError\":false,\"fields\":[\"77\",\"78\",\"79\",\"80\",\"81\",\"82\",\"83\"]}],\"id\":\"1487778125319\",\"index\":\"4\",\"link\":\"Any\",\"priority\":\"4\",\"terms\":[{\"id\":\"term_1487778097544\",\"field\":\"76\",\"operator\":\"isFilled\",\"value\":\"\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1487777864637\",\"visibility\":\"ShowMultiple\",\"isError\":false,\"fields\":[\"58\",\"59\",\"60\",\"61\",\"62\",\"63\",\"64\",\"65\",\"66\",\"67\"]}],\"id\":\"1487777884201\",\"index\":\"5\",\"link\":\"Any\",\"priority\":\"5\",\"terms\":[{\"id\":\"term_1487777864637\",\"field\":\"57\",\"operator\":\"isFilled\",\"value\":\"\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1487777835830\",\"visibility\":\"ShowMultiple\",\"isError\":false,\"fields\":[\"47\",\"48\",\"49\",\"50\",\"51\",\"52\",\"53\",\"54\",\"55\",\"56\",\"57\"]}],\"id\":\"1487777858745\",\"index\":\"6\",\"link\":\"Any\",\"priority\":\"6\",\"terms\":[{\"id\":\"term_1487777835830\",\"field\":\"46\",\"operator\":\"isFilled\",\"value\":\"\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1487777625627\",\"visibility\":\"ShowMultiple\",\"isError\":false,\"fields\":[\"36\",\"37\",\"38\",\"39\",\"40\",\"41\",\"42\",\"43\",\"44\",\"45\",\"46\"]}],\"id\":\"1487777651640\",\"index\":\"7\",\"link\":\"Any\",\"priority\":\"7\",\"terms\":[{\"id\":\"term_1487777625627\",\"field\":\"35\",\"operator\":\"isFilled\",\"value\":\"\",\"isError\":false}],\"type\":\"field\"},{\"action\":[{\"id\":\"action_1487777521327\",\"visibility\":\"ShowMultiple\",\"isError\":false,\"fields\":[\"25\",\"26\",\"27\",\"28\",\"29\",\"30\",\"31\",\"32\",\"33\",\"34\",\"35\"]}],\"id\":\"1487777560489\",\"index\":\"8\",\"link\":\"Any\",\"priority\":\"8\",\"terms\":[{\"id\":\"term_1487777521327\",\"field\":\"24\",\"operator\":\"isFilled\",\"value\":\"\",\"isError\":false}],\"type\":\"field\"}]);\n\tJotForm.init(function(){\nif (window.JotForm && JotForm.accessible) $('input_4').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_8').setAttribute('tabindex',0);\n\n JotForm.calendarMonths = [\"January\",\"February\",\"March\",\"April\",\"May\",\"June\",\"July\",\"August\",\"September\",\"October\",\"November\",\"December\"];\n JotForm.calendarDays = [\"Sunday\",\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\",\"Sunday\"];\n JotForm.calendarOther = {\"today\":\"Today\"};\n var languageOptions = document.querySelectorAll('#langList li'); \n for(var langIndex = 0; langIndex < languageOptions.length; langIndex++) { \n   languageOptions[langIndex].on('click', function(e) { setTimeout(function(){ JotForm.setCalendar(\"15\", false, {\"days\":{\"monday\":true,\"tuesday\":true,\"wednesday\":true,\"thursday\":true,\"friday\":true,\"saturday\":true,\"sunday\":true},\"future\":true,\"past\":true,\"custom\":false,\"ranges\":false,\"start\":\"\",\"end\":\"\"}); }, 0); });\n } \n JotForm.setCalendar(\"15\", false, {\"days\":{\"monday\":true,\"tuesday\":true,\"wednesday\":true,\"thursday\":true,\"friday\":true,\"saturday\":true,\"sunday\":true},\"future\":true,\"past\":true,\"custom\":false,\"ranges\":false,\"start\":\"\",\"end\":\"\"});\nif (window.JotForm && JotForm.accessible) $('input_16').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_17').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_18').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_19').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_20').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_21').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_22').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_23').setAttribute('tabindex',0);\n\n JotForm.calendarMonths = [\"January\",\"February\",\"March\",\"April\",\"May\",\"June\",\"July\",\"August\",\"September\",\"October\",\"November\",\"December\"];\n JotForm.calendarDays = [\"Sunday\",\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\",\"Sunday\"];\n JotForm.calendarOther = {\"today\":\"Today\"};\n var languageOptions = document.querySelectorAll('#langList li'); \n for(var langIndex = 0; langIndex < languageOptions.length; langIndex++) { \n   languageOptions[langIndex].on('click', function(e) { setTimeout(function(){ JotForm.setCalendar(\"26\", false, {\"days\":{\"monday\":true,\"tuesday\":true,\"wednesday\":true,\"thursday\":true,\"friday\":true,\"saturday\":true,\"sunday\":true},\"future\":true,\"past\":true,\"custom\":false,\"ranges\":false,\"start\":\"\",\"end\":\"\"}); }, 0); });\n } \n JotForm.setCalendar(\"26\", false, {\"days\":{\"monday\":true,\"tuesday\":true,\"wednesday\":true,\"thursday\":true,\"friday\":true,\"saturday\":true,\"sunday\":true},\"future\":true,\"past\":true,\"custom\":false,\"ranges\":false,\"start\":\"\",\"end\":\"\"});\nif (window.JotForm && JotForm.accessible) $('input_27').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_28').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_29').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_30').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_31').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_32').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_33').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_34').setAttribute('tabindex',0);\n\n JotForm.calendarMonths = [\"January\",\"February\",\"March\",\"April\",\"May\",\"June\",\"July\",\"August\",\"September\",\"October\",\"November\",\"December\"];\n JotForm.calendarDays = [\"Sunday\",\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\",\"Sunday\"];\n JotForm.calendarOther = {\"today\":\"Today\"};\n var languageOptions = document.querySelectorAll('#langList li'); \n for(var langIndex = 0; langIndex < languageOptions.length; langIndex++) { \n   languageOptions[langIndex].on('click', function(e) { setTimeout(function(){ JotForm.setCalendar(\"37\", false, {\"days\":{\"monday\":true,\"tuesday\":true,\"wednesday\":true,\"thursday\":true,\"friday\":true,\"saturday\":true,\"sunday\":true},\"future\":true,\"past\":true,\"custom\":false,\"ranges\":false,\"start\":\"\",\"end\":\"\"}); }, 0); });\n } \n JotForm.setCalendar(\"37\", false, {\"days\":{\"monday\":true,\"tuesday\":true,\"wednesday\":true,\"thursday\":true,\"friday\":true,\"saturday\":true,\"sunday\":true},\"future\":true,\"past\":true,\"custom\":false,\"ranges\":false,\"start\":\"\",\"end\":\"\"});\nif (window.JotForm && JotForm.accessible) $('input_38').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_39').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_40').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_41').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_42').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_43').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_44').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_45').setAttribute('tabindex',0);\n\n JotForm.calendarMonths = [\"January\",\"February\",\"March\",\"April\",\"May\",\"June\",\"July\",\"August\",\"September\",\"October\",\"November\",\"December\"];\n JotForm.calendarDays = [\"Sunday\",\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\",\"Sunday\"];\n JotForm.calendarOther = {\"today\":\"Today\"};\n var languageOptions = document.querySelectorAll('#langList li'); \n for(var langIndex = 0; langIndex < languageOptions.length; langIndex++) { \n   languageOptions[langIndex].on('click', function(e) { setTimeout(function(){ JotForm.setCalendar(\"48\", false, {\"days\":{\"monday\":true,\"tuesday\":true,\"wednesday\":true,\"thursday\":true,\"friday\":true,\"saturday\":true,\"sunday\":true},\"future\":true,\"past\":true,\"custom\":false,\"ranges\":false,\"start\":\"\",\"end\":\"\"}); }, 0); });\n } \n JotForm.setCalendar(\"48\", false, {\"days\":{\"monday\":true,\"tuesday\":true,\"wednesday\":true,\"thursday\":true,\"friday\":true,\"saturday\":true,\"sunday\":true},\"future\":true,\"past\":true,\"custom\":false,\"ranges\":false,\"start\":\"\",\"end\":\"\"});\nif (window.JotForm && JotForm.accessible) $('input_49').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_50').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_51').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_52').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_53').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_54').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_55').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_56').setAttribute('tabindex',0);\n\n JotForm.calendarMonths = [\"January\",\"February\",\"March\",\"April\",\"May\",\"June\",\"July\",\"August\",\"September\",\"October\",\"November\",\"December\"];\n JotForm.calendarDays = [\"Sunday\",\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\",\"Sunday\"];\n JotForm.calendarOther = {\"today\":\"Today\"};\n var languageOptions = document.querySelectorAll('#langList li'); \n for(var langIndex = 0; langIndex < languageOptions.length; langIndex++) { \n   languageOptions[langIndex].on('click', function(e) { setTimeout(function(){ JotForm.setCalendar(\"59\", false, {\"days\":{\"monday\":true,\"tuesday\":true,\"wednesday\":true,\"thursday\":true,\"friday\":true,\"saturday\":true,\"sunday\":true},\"future\":true,\"past\":true,\"custom\":false,\"ranges\":false,\"start\":\"\",\"end\":\"\"}); }, 0); });\n } \n JotForm.setCalendar(\"59\", false, {\"days\":{\"monday\":true,\"tuesday\":true,\"wednesday\":true,\"thursday\":true,\"friday\":true,\"saturday\":true,\"sunday\":true},\"future\":true,\"past\":true,\"custom\":false,\"ranges\":false,\"start\":\"\",\"end\":\"\"});\nif (window.JotForm && JotForm.accessible) $('input_60').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_61').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_62').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_63').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_64').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_65').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_66').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_67').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_73').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_74').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_75').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_80').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_81').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_82').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_87').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_88').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_89').setAttribute('tabindex',0);\n      JotForm.displayLocalTime(\"input_97_hourSelect\", \"input_97_minuteSelect\",\"input_97_ampm\", null, true);\n\n JotForm.calendarMonths = [\"January\",\"February\",\"March\",\"April\",\"May\",\"June\",\"July\",\"August\",\"September\",\"October\",\"November\",\"December\"];\n JotForm.calendarDays = [\"Sunday\",\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\",\"Sunday\"];\n JotForm.calendarOther = {\"today\":\"Today\"};\n var languageOptions = document.querySelectorAll('#langList li'); \n for(var langIndex = 0; langIndex < languageOptions.length; langIndex++) { \n   languageOptions[langIndex].on('click', function(e) { setTimeout(function(){ JotForm.setCalendar(\"95\", false, {\"days\":{\"monday\":true,\"tuesday\":true,\"wednesday\":true,\"thursday\":true,\"friday\":true,\"saturday\":true,\"sunday\":true},\"future\":true,\"past\":true,\"custom\":false,\"ranges\":false,\"start\":\"\",\"end\":\"\"}); }, 0); });\n } \n JotForm.setCalendar(\"95\", false, {\"days\":{\"monday\":true,\"tuesday\":true,\"wednesday\":true,\"thursday\":true,\"friday\":true,\"saturday\":true,\"sunday\":true},\"future\":true,\"past\":true,\"custom\":false,\"ranges\":false,\"start\":\"\",\"end\":\"\"});\n      setTimeout(function() {\n          $('input_98').hint('ex: 23');\n       }, 20);\n      setTimeout(function() {\n          $('input_99').hint('ex: 23');\n       }, 20);\n      setTimeout(function() {\n          $('input_100').hint('ex: 23');\n       }, 20);\nif (window.JotForm && JotForm.accessible) $('input_101').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_102').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_103').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_104').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_106').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_107').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_108').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_109').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_115').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_119').setAttribute('tabindex',0);\nif (window.JotForm && JotForm.accessible) $('input_123').setAttribute('tabindex',0);\n\tJotForm.newDefaultTheme = false;\n\tJotForm.extendsNewTheme = false;\n\tJotForm.newPaymentUIForNewCreatedForms = false;\n\tJotForm.clearFieldOnHide=\"disable\";\n    \/*INIT-END*\/\n\t});\n\n   clearInterval(jsTime);\n }catch(e){}}, 1000);\n\n   JotForm.prepareCalculationsOnTheFly([null,{\"name\":\"heading\",\"qid\":\"1\",\"text\":\"Raid Evidence Collection\",\"type\":\"control_head\"},null,{\"description\":\"\",\"name\":\"reporterName\",\"qid\":\"3\",\"text\":\"Reporter Name\",\"type\":\"control_fullname\"},{\"description\":\"\",\"name\":\"organization\",\"qid\":\"4\",\"subLabel\":\"\",\"text\":\"Organization\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"phoneNumber\",\"qid\":\"5\",\"text\":\"Phone Number\",\"type\":\"control_phone\"},{\"description\":\"\",\"name\":\"email\",\"qid\":\"6\",\"subLabel\":\"\",\"text\":\"E-mail\",\"type\":\"control_email\"},null,{\"description\":\"\",\"name\":\"howDid\",\"qid\":\"8\",\"subLabel\":\"\",\"text\":\"How did you Find out about the raid?\",\"type\":\"control_textarea\"},null,null,null,null,{\"description\":\"\",\"name\":\"name13\",\"qid\":\"13\",\"text\":\"Name\",\"type\":\"control_fullname\"},{\"name\":\"peopleDetained\",\"qid\":\"14\",\"text\":\"People Detained\",\"type\":\"control_head\"},{\"description\":\"\",\"name\":\"dateOf\",\"qid\":\"15\",\"text\":\"Date of Birth\",\"type\":\"control_datetime\"},{\"description\":\"\",\"name\":\"countryOf\",\"qid\":\"16\",\"subLabel\":\"\",\"text\":\"Country of Origin\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"a\",\"qid\":\"17\",\"subLabel\":\"\",\"text\":\"A#\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"contactInfo\",\"qid\":\"18\",\"subLabel\":\"\",\"text\":\"Contact info (Both in US and country of origin)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"howWas\",\"qid\":\"19\",\"subLabel\":\"\",\"text\":\"How was this person detained?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"whatIs\",\"qid\":\"20\",\"subLabel\":\"\",\"text\":\"What is their immigration history?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"historyWith\",\"qid\":\"21\",\"subLabel\":\"\",\"text\":\"History with Criminal Law Enforcement (arrests, charges, convictions)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"childrenages\",\"qid\":\"22\",\"subLabel\":\"\",\"text\":\"Children (ages and status)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"asA\",\"qid\":\"23\",\"subLabel\":\"\",\"text\":\"As a result of the raid, was the person charged with any other crime?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"addAnother\",\"qid\":\"24\",\"text\":\"Add Another Person\",\"type\":\"control_checkbox\"},{\"description\":\"\",\"name\":\"name13\",\"qid\":\"25\",\"text\":\"Name\",\"type\":\"control_fullname\"},{\"description\":\"\",\"name\":\"dateOf\",\"qid\":\"26\",\"text\":\"Date of Birth\",\"type\":\"control_datetime\"},{\"description\":\"\",\"name\":\"countryOf\",\"qid\":\"27\",\"subLabel\":\"\",\"text\":\"Country of Origin\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"a\",\"qid\":\"28\",\"subLabel\":\"\",\"text\":\"A#\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"contactInfo\",\"qid\":\"29\",\"subLabel\":\"\",\"text\":\"Contact info (Both in US and country of origin)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"howWas\",\"qid\":\"30\",\"subLabel\":\"\",\"text\":\"How was this person detained?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"whatIs\",\"qid\":\"31\",\"subLabel\":\"\",\"text\":\"What is their immigration history?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"historyWith\",\"qid\":\"32\",\"subLabel\":\"\",\"text\":\"History with Criminal Law Enforcement (arrests, charges, convictions)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"childrenages\",\"qid\":\"33\",\"subLabel\":\"\",\"text\":\"Children (ages and status)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"asA\",\"qid\":\"34\",\"subLabel\":\"\",\"text\":\"As a result of the raid, was the person charged with any other crime?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"addAnother\",\"qid\":\"35\",\"text\":\"Add Another Person\",\"type\":\"control_checkbox\"},{\"description\":\"\",\"name\":\"name13\",\"qid\":\"36\",\"text\":\"Name\",\"type\":\"control_fullname\"},{\"description\":\"\",\"name\":\"dateOf\",\"qid\":\"37\",\"text\":\"Date of Birth\",\"type\":\"control_datetime\"},{\"description\":\"\",\"name\":\"countryOf\",\"qid\":\"38\",\"subLabel\":\"\",\"text\":\"Country of Origin\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"a\",\"qid\":\"39\",\"subLabel\":\"\",\"text\":\"A#\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"contactInfo\",\"qid\":\"40\",\"subLabel\":\"\",\"text\":\"Contact info (Both in US and country of origin)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"howWas\",\"qid\":\"41\",\"subLabel\":\"\",\"text\":\"How was this person detained?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"whatIs\",\"qid\":\"42\",\"subLabel\":\"\",\"text\":\"What is their immigration history?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"historyWith\",\"qid\":\"43\",\"subLabel\":\"\",\"text\":\"History with Criminal Law Enforcement (arrests, charges, convictions)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"childrenages\",\"qid\":\"44\",\"subLabel\":\"\",\"text\":\"Children (ages and status)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"asA\",\"qid\":\"45\",\"subLabel\":\"\",\"text\":\"As a result of the raid, was the person charged with any other crime?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"addAnother\",\"qid\":\"46\",\"text\":\"Add Another Person\",\"type\":\"control_checkbox\"},{\"description\":\"\",\"name\":\"name13\",\"qid\":\"47\",\"text\":\"Name\",\"type\":\"control_fullname\"},{\"description\":\"\",\"name\":\"dateOf\",\"qid\":\"48\",\"text\":\"Date of Birth\",\"type\":\"control_datetime\"},{\"description\":\"\",\"name\":\"countryOf\",\"qid\":\"49\",\"subLabel\":\"\",\"text\":\"Country of Origin\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"a\",\"qid\":\"50\",\"subLabel\":\"\",\"text\":\"A#\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"contactInfo\",\"qid\":\"51\",\"subLabel\":\"\",\"text\":\"Contact info (Both in US and country of origin)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"howWas\",\"qid\":\"52\",\"subLabel\":\"\",\"text\":\"How was this person detained?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"whatIs\",\"qid\":\"53\",\"subLabel\":\"\",\"text\":\"What is their immigration history?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"historyWith\",\"qid\":\"54\",\"subLabel\":\"\",\"text\":\"History with Criminal Law Enforcement (arrests, charges, convictions)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"childrenages\",\"qid\":\"55\",\"subLabel\":\"\",\"text\":\"Children (ages and status)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"asA\",\"qid\":\"56\",\"subLabel\":\"\",\"text\":\"As a result of the raid, was the person charged with any other crime?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"addAnother\",\"qid\":\"57\",\"text\":\"Add Another Person\",\"type\":\"control_checkbox\"},{\"description\":\"\",\"name\":\"name13\",\"qid\":\"58\",\"text\":\"Name\",\"type\":\"control_fullname\"},{\"description\":\"\",\"name\":\"dateOf\",\"qid\":\"59\",\"text\":\"Date of Birth\",\"type\":\"control_datetime\"},{\"description\":\"\",\"name\":\"countryOf\",\"qid\":\"60\",\"subLabel\":\"\",\"text\":\"Country of Origin\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"a\",\"qid\":\"61\",\"subLabel\":\"\",\"text\":\"A#\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"contactInfo\",\"qid\":\"62\",\"subLabel\":\"\",\"text\":\"Contact info (Both in US and country of origin)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"howWas\",\"qid\":\"63\",\"subLabel\":\"\",\"text\":\"How was this person detained?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"whatIs\",\"qid\":\"64\",\"subLabel\":\"\",\"text\":\"What is their immigration history?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"historyWith\",\"qid\":\"65\",\"subLabel\":\"\",\"text\":\"History with Criminal Law Enforcement (arrests, charges, convictions)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"childrenages\",\"qid\":\"66\",\"subLabel\":\"\",\"text\":\"Children (ages and status)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"asA\",\"qid\":\"67\",\"subLabel\":\"\",\"text\":\"As a result of the raid, was the person charged with any other crime?\",\"type\":\"control_textarea\"},null,{\"name\":\"witnesses\",\"qid\":\"69\",\"text\":\"Witnesses\",\"type\":\"control_head\"},{\"description\":\"\",\"name\":\"name\",\"qid\":\"70\",\"text\":\"Name\",\"type\":\"control_fullname\"},{\"description\":\"\",\"name\":\"email71\",\"qid\":\"71\",\"subLabel\":\"\",\"text\":\"E-mail\",\"type\":\"control_email\"},{\"description\":\"\",\"name\":\"phoneNumber72\",\"qid\":\"72\",\"text\":\"Phone Number\",\"type\":\"control_phone\"},{\"description\":\"\",\"name\":\"howDid73\",\"qid\":\"73\",\"subLabel\":\"\",\"text\":\"How did you Witness the Raid?\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"whereWere\",\"qid\":\"74\",\"subLabel\":\"\",\"text\":\"Where were you at the time?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"whatRelationship\",\"qid\":\"75\",\"subLabel\":\"\",\"text\":\"What Relationship do you have with the other peoeple present?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"addAnother76\",\"qid\":\"76\",\"text\":\"Add Another Witness\",\"type\":\"control_checkbox\"},{\"description\":\"\",\"name\":\"name\",\"qid\":\"77\",\"text\":\"Name\",\"type\":\"control_fullname\"},{\"description\":\"\",\"name\":\"phoneNumber72\",\"qid\":\"78\",\"text\":\"Phone Number\",\"type\":\"control_phone\"},{\"description\":\"\",\"name\":\"email71\",\"qid\":\"79\",\"subLabel\":\"\",\"text\":\"E-mail\",\"type\":\"control_email\"},{\"description\":\"\",\"name\":\"howDid73\",\"qid\":\"80\",\"subLabel\":\"\",\"text\":\"How did you Witness the Raid?\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"whereWere\",\"qid\":\"81\",\"subLabel\":\"\",\"text\":\"Where were you at the time?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"whatRelationship\",\"qid\":\"82\",\"subLabel\":\"\",\"text\":\"What Relationship do you have with the other peoeple present?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"addAnother76\",\"qid\":\"83\",\"text\":\"Add Another Witness\",\"type\":\"control_checkbox\"},{\"description\":\"\",\"name\":\"name\",\"qid\":\"84\",\"text\":\"Name\",\"type\":\"control_fullname\"},{\"description\":\"\",\"name\":\"phoneNumber72\",\"qid\":\"85\",\"text\":\"Phone Number\",\"type\":\"control_phone\"},{\"description\":\"\",\"name\":\"email71\",\"qid\":\"86\",\"subLabel\":\"\",\"text\":\"E-mail\",\"type\":\"control_email\"},{\"description\":\"\",\"name\":\"howDid73\",\"qid\":\"87\",\"subLabel\":\"\",\"text\":\"How did you Witness the Raid?\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"whereWere\",\"qid\":\"88\",\"subLabel\":\"\",\"text\":\"Where were you at the time?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"whatRelationship\",\"qid\":\"89\",\"subLabel\":\"\",\"text\":\"What Relationship do you have with the other peoeple present?\",\"type\":\"control_textarea\"},null,null,null,{\"name\":\"pageBreak\",\"qid\":\"93\",\"text\":\"Page Break\",\"type\":\"control_pagebreak\"},{\"name\":\"generalFacts\",\"qid\":\"94\",\"text\":\"General Facts for All Raids\",\"type\":\"control_head\"},{\"description\":\"\",\"name\":\"date\",\"qid\":\"95\",\"text\":\"Date\",\"type\":\"control_datetime\"},{\"description\":\"\",\"name\":\"location\",\"qid\":\"96\",\"text\":\"Location\",\"type\":\"control_address\"},{\"description\":\"\",\"name\":\"time\",\"qid\":\"97\",\"text\":\"Time\",\"type\":\"control_time\"},{\"description\":\"\",\"name\":\"howMany\",\"qid\":\"98\",\"subLabel\":\"\",\"text\":\"How Many People were Stopped?\",\"type\":\"control_number\"},{\"description\":\"\",\"name\":\"howMany99\",\"qid\":\"99\",\"subLabel\":\"\",\"text\":\"How Many People were detained?\",\"type\":\"control_number\"},{\"description\":\"\",\"name\":\"howMany100\",\"qid\":\"100\",\"subLabel\":\"\",\"text\":\"How Many Agents Were Involved?\",\"type\":\"control_number\"},{\"description\":\"\",\"name\":\"whatWere\",\"qid\":\"101\",\"subLabel\":\"\",\"text\":\"What were they wearing? What were they driving?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"didThey\",\"qid\":\"102\",\"subLabel\":\"\",\"text\":\"Did they identify themselves as ICE agents? If not, who did they identify as or who did you think they were? \u00a0Did they do in English, Spanish, or another language?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"whereOther\",\"qid\":\"103\",\"subLabel\":\"\",\"text\":\"Where other law enforcement agencies with them? What were they wearing and what were they driving? Do you have a name of the officer? \",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"wereMobile\",\"qid\":\"104\",\"subLabel\":\"\",\"text\":\"Were mobile fingerprinting devices used? If so, what did they look like? How many people were fingerprinted? Were people handcuffed before or after they were fingerprinted? Were and how many individuals were released after fingerprinting? If released, why do you believe they were released? \",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"didYou\",\"qid\":\"105\",\"text\":\"Did you take any photos or film? Click to edit...\",\"type\":\"control_checkbox\"},{\"description\":\"\",\"name\":\"didThe\",\"qid\":\"106\",\"subLabel\":\"\",\"text\":\"Did the law enforcement agents use force in any way (ran after someone, hit, slapped or pushed anyone, damaged property, etc)? Was anyone attacked or injured during the operation?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"wereChildren\",\"qid\":\"107\",\"subLabel\":\"\",\"text\":\"Were children present? What did they see and how the enforcement agents treat them?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"whereThe\",\"qid\":\"108\",\"subLabel\":\"\",\"text\":\"Where the agents carrying any guns or weapons? How were they carrying them? Did they point them at anyone or use them during the raid?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"isThere\",\"qid\":\"109\",\"subLabel\":\"\",\"text\":\"Is there additional information that should be included with this report? (Individual Affidavits, police reports, printouts of ICE custody, pictures and videos, news clippings, etc).\",\"type\":\"control_textarea\"},{\"name\":\"pageBreak110\",\"qid\":\"110\",\"text\":\"Page Break\",\"type\":\"control_pagebreak\"},{\"name\":\"chronologyOrder\",\"qid\":\"111\",\"text\":\"Chronology: Order of Events\",\"type\":\"control_head\"},{\"name\":\"homeAnd\",\"qid\":\"112\",\"text\":\"Home and Street Raids\",\"type\":\"control_collapse\"},{\"name\":\"doubleclickTo\",\"qid\":\"113\",\"text\":\"\\nDid the raid take place in a home,apartment, or in the street? &nbsp;Did the officers go to any other homes or apartments in the area? &nbsp;How many? &nbsp;How do you know? If it took place in the street or community, is there something special about that location (like is it a day laborer corner, or community hangout)?\\nWho and how many people lived there and\\u002For were present at the time of the raid? &nbsp;Any children? &nbsp;(Who, ages, relationship to adults)\\nIf it was a home or apartment raid, how did they get in? (Did they knock? Announce who they were? Say that they were local police and investigating a crime? Ask permission to enter? In what language?) If it was a street raid, how did they approach people (Did they announce who they were? Were people free to go? Did they target a particular group of people or individual?)\\nDid they have any sort of piece of paper that would let them into a home? &nbsp;Did you see it? &nbsp;If so, what can you tell me about what it said? If it was a picture of a person, can you describe the person they were looking for?\\nTell me exactly what they said, and what the person who let them into a home or had the first conversation with them said. &nbsp;\\nDid ICE or other law enforcement &nbsp;ask for a specific person?\\nWhat did they do next? &nbsp;How did they do their questioning? &nbsp;(All people together in one place, or separated? &nbsp;If separated, by gender, race, where they stayed in the house or apartment? &nbsp;What exactly did they say? &nbsp;Did they ask to see documents?)\\nHow did you and others respond to the questions? &nbsp;Did anyone refuse to talk to them? &nbsp;Did anyone ask to talk with a lawyer? &nbsp;Did anyone try to leave? &nbsp;Did you feel that you could do that? &nbsp;If not, why not?\\nHow did they arrest the people who were detained? &nbsp;Did they use handcuffs? &nbsp;Who\\u002Fhow many people were arrested? &nbsp;Was there anyone NOT arrested? &nbsp;If so, where is that person(s) now? Why do you think they not get arrested?\\nDescribe the treatment by the officers: &nbsp;were they rude? Did they verbally or physically abuse anyone? &nbsp;Was anyone injured?&nbsp;\\nDid they find or take anything from inside the house (including documents, photographs or other items)?\\nDo you know what might have triggered the raid? Had anyone in the household recently had any interactions with the police, court, or jail? Has anyone threatened the household with calling the authorities? Did the immigration officers mention anything at the time of the raid?\\nDid anyone at any time tell you you had the right not to speak with them, or to talk with a lawyer? &nbsp;If so, who? &nbsp;When? &nbsp;Did you ask to talk with a lawyer?\\nWas there a poster up outside informing law enforcement agents that you would not open the door without a warrant?\\n\",\"type\":\"control_text\"},{\"description\":\"\",\"name\":\"readThe\",\"qid\":\"114\",\"text\":\"Read the Guiding Questions\",\"type\":\"control_checkbox\"},{\"description\":\"\",\"name\":\"chronologicalOrder\",\"qid\":\"115\",\"subLabel\":\"Using the guiding questions above, explain in chronological order the series of events that happened. For example 1) 3 unmarked cars appeared in the parking lot of the apartment complex 2) They knocked on a door. There was no answer 3) They stopped a family in the parking lot, and forced them to hand over the keys 4) They used the keys to enter the home and began questioning others inside\u2026 etc.\",\"text\":\"Chronological Order\",\"type\":\"control_textarea\"},{\"name\":\"workplaceRaids\",\"qid\":\"116\",\"text\":\"Workplace Raids\",\"type\":\"control_collapse\"},{\"description\":\"\",\"name\":\"readThe117\",\"qid\":\"117\",\"text\":\"Read the Guiding Questions\",\"type\":\"control_checkbox\"},{\"name\":\"doubleclickTo118\",\"qid\":\"118\",\"text\":\"\\nHow long had most of the people detained worked at this business or location?\\nHave there been past raids at the workplace? &nbsp;If so, when, how many people arrested previously?&nbsp;\\nHad there been any rumors of a raid coming? &nbsp;Had there been any other kind of visit by ICE or police? Had anyone received social security no match letters?\\nWere you ever asked by your employer to present documentation of your work authorization? (for I-9 audit) If so, when? If so, what documentation did you provide? &nbsp;\\nHad there been any recent disputes at the workplace, over conditions there, pay, or discrimination? &nbsp;Any union activity or talk of unionizing? Has the company ever made threats to you about what would happen if you complained?&nbsp;\\nAre you or others owed any money from the company? &nbsp;\\nWhen they entered, did they ask for permission or just go in? Did they have a warrant or any piece of paper with them?&nbsp;\\nDid the law enforcement agents speak to the owner or manager? If so, what did they say?&nbsp;\\nWere people threatened with or have people been charged with criminal offenses?\\n\",\"type\":\"control_text\"},{\"description\":\"\",\"name\":\"chronologicalOrder119\",\"qid\":\"119\",\"subLabel\":\"Using the guiding questions above, explain in chronological order the series of events that happened. For example 1) 3 unmarked cars appeared in the parking lot of the apartment complex 2) They knocked on a door. There was no answer 3) They stopped a family in the parking lot, and forced them to hand over the keys 4) They used the keys to enter the home and began questioning others inside\u2026 etc.\",\"text\":\"Chronological Order\",\"type\":\"control_textarea\"},{\"name\":\"vehicularStops\",\"qid\":\"120\",\"text\":\"Vehicular stops and checkpoints\",\"type\":\"control_collapse\"},{\"description\":\"\",\"name\":\"readThe121\",\"qid\":\"121\",\"text\":\"Read the Guiding Questions\",\"type\":\"control_checkbox\"},{\"name\":\"doubleclickTo122\",\"qid\":\"122\",\"text\":\"\\n\\nHow was the vehicle stopped (cop lights, orders over loudspeaker, check-point)? Was it local police or ICE that gave instructions to pull over? How do you know?What reason did the law enforcement officer provide for the stop or\\u002Fand detention?\\nWho addressed the driver first and what was asked? How were the passengers treated? Was anyone besides the driver asked for their identification?\\n If the driver was arrested, how did the authorities handle the vehicle? Did anyone else get arrested or taken into custody?\\n\\n\",\"type\":\"control_text\"},{\"description\":\"\",\"name\":\"chronologicalOrder123\",\"qid\":\"123\",\"subLabel\":\"Using the guiding questions above, explain in chronological order the series of events that happened. For example 1) 3 unmarked cars appeared in the parking lot of the apartment complex 2) They knocked on a door. There was no answer 3) They stopped a family in the parking lot, and forced them to hand over the keys 4) They used the keys to enter the home and began questioning others inside\u2026 etc.\",\"text\":\"Chronological Order\",\"type\":\"control_textarea\"},{\"name\":\"submit\",\"qid\":\"124\",\"text\":\"Submit\",\"type\":\"control_button\"},{\"name\":\"pageBreak125\",\"qid\":\"125\",\"text\":\"Page Break\",\"type\":\"control_pagebreak\"},{\"name\":\"finish\",\"qid\":\"126\",\"text\":\"Finish\",\"type\":\"control_collapse\"},{\"name\":\"pageBreak127\",\"qid\":\"127\",\"text\":\"Page Break\",\"type\":\"control_pagebreak\"}]);\n   setTimeout(function() {\nJotForm.paymentExtrasOnTheFly([null,{\"name\":\"heading\",\"qid\":\"1\",\"text\":\"Raid Evidence Collection\",\"type\":\"control_head\"},null,{\"description\":\"\",\"name\":\"reporterName\",\"qid\":\"3\",\"text\":\"Reporter Name\",\"type\":\"control_fullname\"},{\"description\":\"\",\"name\":\"organization\",\"qid\":\"4\",\"subLabel\":\"\",\"text\":\"Organization\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"phoneNumber\",\"qid\":\"5\",\"text\":\"Phone Number\",\"type\":\"control_phone\"},{\"description\":\"\",\"name\":\"email\",\"qid\":\"6\",\"subLabel\":\"\",\"text\":\"E-mail\",\"type\":\"control_email\"},null,{\"description\":\"\",\"name\":\"howDid\",\"qid\":\"8\",\"subLabel\":\"\",\"text\":\"How did you Find out about the raid?\",\"type\":\"control_textarea\"},null,null,null,null,{\"description\":\"\",\"name\":\"name13\",\"qid\":\"13\",\"text\":\"Name\",\"type\":\"control_fullname\"},{\"name\":\"peopleDetained\",\"qid\":\"14\",\"text\":\"People Detained\",\"type\":\"control_head\"},{\"description\":\"\",\"name\":\"dateOf\",\"qid\":\"15\",\"text\":\"Date of Birth\",\"type\":\"control_datetime\"},{\"description\":\"\",\"name\":\"countryOf\",\"qid\":\"16\",\"subLabel\":\"\",\"text\":\"Country of Origin\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"a\",\"qid\":\"17\",\"subLabel\":\"\",\"text\":\"A#\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"contactInfo\",\"qid\":\"18\",\"subLabel\":\"\",\"text\":\"Contact info (Both in US and country of origin)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"howWas\",\"qid\":\"19\",\"subLabel\":\"\",\"text\":\"How was this person detained?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"whatIs\",\"qid\":\"20\",\"subLabel\":\"\",\"text\":\"What is their immigration history?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"historyWith\",\"qid\":\"21\",\"subLabel\":\"\",\"text\":\"History with Criminal Law Enforcement (arrests, charges, convictions)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"childrenages\",\"qid\":\"22\",\"subLabel\":\"\",\"text\":\"Children (ages and status)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"asA\",\"qid\":\"23\",\"subLabel\":\"\",\"text\":\"As a result of the raid, was the person charged with any other crime?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"addAnother\",\"qid\":\"24\",\"text\":\"Add Another Person\",\"type\":\"control_checkbox\"},{\"description\":\"\",\"name\":\"name13\",\"qid\":\"25\",\"text\":\"Name\",\"type\":\"control_fullname\"},{\"description\":\"\",\"name\":\"dateOf\",\"qid\":\"26\",\"text\":\"Date of Birth\",\"type\":\"control_datetime\"},{\"description\":\"\",\"name\":\"countryOf\",\"qid\":\"27\",\"subLabel\":\"\",\"text\":\"Country of Origin\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"a\",\"qid\":\"28\",\"subLabel\":\"\",\"text\":\"A#\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"contactInfo\",\"qid\":\"29\",\"subLabel\":\"\",\"text\":\"Contact info (Both in US and country of origin)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"howWas\",\"qid\":\"30\",\"subLabel\":\"\",\"text\":\"How was this person detained?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"whatIs\",\"qid\":\"31\",\"subLabel\":\"\",\"text\":\"What is their immigration history?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"historyWith\",\"qid\":\"32\",\"subLabel\":\"\",\"text\":\"History with Criminal Law Enforcement (arrests, charges, convictions)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"childrenages\",\"qid\":\"33\",\"subLabel\":\"\",\"text\":\"Children (ages and status)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"asA\",\"qid\":\"34\",\"subLabel\":\"\",\"text\":\"As a result of the raid, was the person charged with any other crime?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"addAnother\",\"qid\":\"35\",\"text\":\"Add Another Person\",\"type\":\"control_checkbox\"},{\"description\":\"\",\"name\":\"name13\",\"qid\":\"36\",\"text\":\"Name\",\"type\":\"control_fullname\"},{\"description\":\"\",\"name\":\"dateOf\",\"qid\":\"37\",\"text\":\"Date of Birth\",\"type\":\"control_datetime\"},{\"description\":\"\",\"name\":\"countryOf\",\"qid\":\"38\",\"subLabel\":\"\",\"text\":\"Country of Origin\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"a\",\"qid\":\"39\",\"subLabel\":\"\",\"text\":\"A#\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"contactInfo\",\"qid\":\"40\",\"subLabel\":\"\",\"text\":\"Contact info (Both in US and country of origin)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"howWas\",\"qid\":\"41\",\"subLabel\":\"\",\"text\":\"How was this person detained?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"whatIs\",\"qid\":\"42\",\"subLabel\":\"\",\"text\":\"What is their immigration history?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"historyWith\",\"qid\":\"43\",\"subLabel\":\"\",\"text\":\"History with Criminal Law Enforcement (arrests, charges, convictions)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"childrenages\",\"qid\":\"44\",\"subLabel\":\"\",\"text\":\"Children (ages and status)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"asA\",\"qid\":\"45\",\"subLabel\":\"\",\"text\":\"As a result of the raid, was the person charged with any other crime?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"addAnother\",\"qid\":\"46\",\"text\":\"Add Another Person\",\"type\":\"control_checkbox\"},{\"description\":\"\",\"name\":\"name13\",\"qid\":\"47\",\"text\":\"Name\",\"type\":\"control_fullname\"},{\"description\":\"\",\"name\":\"dateOf\",\"qid\":\"48\",\"text\":\"Date of Birth\",\"type\":\"control_datetime\"},{\"description\":\"\",\"name\":\"countryOf\",\"qid\":\"49\",\"subLabel\":\"\",\"text\":\"Country of Origin\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"a\",\"qid\":\"50\",\"subLabel\":\"\",\"text\":\"A#\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"contactInfo\",\"qid\":\"51\",\"subLabel\":\"\",\"text\":\"Contact info (Both in US and country of origin)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"howWas\",\"qid\":\"52\",\"subLabel\":\"\",\"text\":\"How was this person detained?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"whatIs\",\"qid\":\"53\",\"subLabel\":\"\",\"text\":\"What is their immigration history?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"historyWith\",\"qid\":\"54\",\"subLabel\":\"\",\"text\":\"History with Criminal Law Enforcement (arrests, charges, convictions)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"childrenages\",\"qid\":\"55\",\"subLabel\":\"\",\"text\":\"Children (ages and status)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"asA\",\"qid\":\"56\",\"subLabel\":\"\",\"text\":\"As a result of the raid, was the person charged with any other crime?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"addAnother\",\"qid\":\"57\",\"text\":\"Add Another Person\",\"type\":\"control_checkbox\"},{\"description\":\"\",\"name\":\"name13\",\"qid\":\"58\",\"text\":\"Name\",\"type\":\"control_fullname\"},{\"description\":\"\",\"name\":\"dateOf\",\"qid\":\"59\",\"text\":\"Date of Birth\",\"type\":\"control_datetime\"},{\"description\":\"\",\"name\":\"countryOf\",\"qid\":\"60\",\"subLabel\":\"\",\"text\":\"Country of Origin\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"a\",\"qid\":\"61\",\"subLabel\":\"\",\"text\":\"A#\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"contactInfo\",\"qid\":\"62\",\"subLabel\":\"\",\"text\":\"Contact info (Both in US and country of origin)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"howWas\",\"qid\":\"63\",\"subLabel\":\"\",\"text\":\"How was this person detained?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"whatIs\",\"qid\":\"64\",\"subLabel\":\"\",\"text\":\"What is their immigration history?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"historyWith\",\"qid\":\"65\",\"subLabel\":\"\",\"text\":\"History with Criminal Law Enforcement (arrests, charges, convictions)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"childrenages\",\"qid\":\"66\",\"subLabel\":\"\",\"text\":\"Children (ages and status)\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"asA\",\"qid\":\"67\",\"subLabel\":\"\",\"text\":\"As a result of the raid, was the person charged with any other crime?\",\"type\":\"control_textarea\"},null,{\"name\":\"witnesses\",\"qid\":\"69\",\"text\":\"Witnesses\",\"type\":\"control_head\"},{\"description\":\"\",\"name\":\"name\",\"qid\":\"70\",\"text\":\"Name\",\"type\":\"control_fullname\"},{\"description\":\"\",\"name\":\"email71\",\"qid\":\"71\",\"subLabel\":\"\",\"text\":\"E-mail\",\"type\":\"control_email\"},{\"description\":\"\",\"name\":\"phoneNumber72\",\"qid\":\"72\",\"text\":\"Phone Number\",\"type\":\"control_phone\"},{\"description\":\"\",\"name\":\"howDid73\",\"qid\":\"73\",\"subLabel\":\"\",\"text\":\"How did you Witness the Raid?\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"whereWere\",\"qid\":\"74\",\"subLabel\":\"\",\"text\":\"Where were you at the time?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"whatRelationship\",\"qid\":\"75\",\"subLabel\":\"\",\"text\":\"What Relationship do you have with the other peoeple present?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"addAnother76\",\"qid\":\"76\",\"text\":\"Add Another Witness\",\"type\":\"control_checkbox\"},{\"description\":\"\",\"name\":\"name\",\"qid\":\"77\",\"text\":\"Name\",\"type\":\"control_fullname\"},{\"description\":\"\",\"name\":\"phoneNumber72\",\"qid\":\"78\",\"text\":\"Phone Number\",\"type\":\"control_phone\"},{\"description\":\"\",\"name\":\"email71\",\"qid\":\"79\",\"subLabel\":\"\",\"text\":\"E-mail\",\"type\":\"control_email\"},{\"description\":\"\",\"name\":\"howDid73\",\"qid\":\"80\",\"subLabel\":\"\",\"text\":\"How did you Witness the Raid?\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"whereWere\",\"qid\":\"81\",\"subLabel\":\"\",\"text\":\"Where were you at the time?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"whatRelationship\",\"qid\":\"82\",\"subLabel\":\"\",\"text\":\"What Relationship do you have with the other peoeple present?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"addAnother76\",\"qid\":\"83\",\"text\":\"Add Another Witness\",\"type\":\"control_checkbox\"},{\"description\":\"\",\"name\":\"name\",\"qid\":\"84\",\"text\":\"Name\",\"type\":\"control_fullname\"},{\"description\":\"\",\"name\":\"phoneNumber72\",\"qid\":\"85\",\"text\":\"Phone Number\",\"type\":\"control_phone\"},{\"description\":\"\",\"name\":\"email71\",\"qid\":\"86\",\"subLabel\":\"\",\"text\":\"E-mail\",\"type\":\"control_email\"},{\"description\":\"\",\"name\":\"howDid73\",\"qid\":\"87\",\"subLabel\":\"\",\"text\":\"How did you Witness the Raid?\",\"type\":\"control_textbox\"},{\"description\":\"\",\"name\":\"whereWere\",\"qid\":\"88\",\"subLabel\":\"\",\"text\":\"Where were you at the time?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"whatRelationship\",\"qid\":\"89\",\"subLabel\":\"\",\"text\":\"What Relationship do you have with the other peoeple present?\",\"type\":\"control_textarea\"},null,null,null,{\"name\":\"pageBreak\",\"qid\":\"93\",\"text\":\"Page Break\",\"type\":\"control_pagebreak\"},{\"name\":\"generalFacts\",\"qid\":\"94\",\"text\":\"General Facts for All Raids\",\"type\":\"control_head\"},{\"description\":\"\",\"name\":\"date\",\"qid\":\"95\",\"text\":\"Date\",\"type\":\"control_datetime\"},{\"description\":\"\",\"name\":\"location\",\"qid\":\"96\",\"text\":\"Location\",\"type\":\"control_address\"},{\"description\":\"\",\"name\":\"time\",\"qid\":\"97\",\"text\":\"Time\",\"type\":\"control_time\"},{\"description\":\"\",\"name\":\"howMany\",\"qid\":\"98\",\"subLabel\":\"\",\"text\":\"How Many People were Stopped?\",\"type\":\"control_number\"},{\"description\":\"\",\"name\":\"howMany99\",\"qid\":\"99\",\"subLabel\":\"\",\"text\":\"How Many People were detained?\",\"type\":\"control_number\"},{\"description\":\"\",\"name\":\"howMany100\",\"qid\":\"100\",\"subLabel\":\"\",\"text\":\"How Many Agents Were Involved?\",\"type\":\"control_number\"},{\"description\":\"\",\"name\":\"whatWere\",\"qid\":\"101\",\"subLabel\":\"\",\"text\":\"What were they wearing? What were they driving?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"didThey\",\"qid\":\"102\",\"subLabel\":\"\",\"text\":\"Did they identify themselves as ICE agents? If not, who did they identify as or who did you think they were? \u00a0Did they do in English, Spanish, or another language?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"whereOther\",\"qid\":\"103\",\"subLabel\":\"\",\"text\":\"Where other law enforcement agencies with them? What were they wearing and what were they driving? Do you have a name of the officer? \",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"wereMobile\",\"qid\":\"104\",\"subLabel\":\"\",\"text\":\"Were mobile fingerprinting devices used? If so, what did they look like? How many people were fingerprinted? Were people handcuffed before or after they were fingerprinted? Were and how many individuals were released after fingerprinting? If released, why do you believe they were released? \",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"didYou\",\"qid\":\"105\",\"text\":\"Did you take any photos or film? Click to edit...\",\"type\":\"control_checkbox\"},{\"description\":\"\",\"name\":\"didThe\",\"qid\":\"106\",\"subLabel\":\"\",\"text\":\"Did the law enforcement agents use force in any way (ran after someone, hit, slapped or pushed anyone, damaged property, etc)? Was anyone attacked or injured during the operation?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"wereChildren\",\"qid\":\"107\",\"subLabel\":\"\",\"text\":\"Were children present? What did they see and how the enforcement agents treat them?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"whereThe\",\"qid\":\"108\",\"subLabel\":\"\",\"text\":\"Where the agents carrying any guns or weapons? How were they carrying them? Did they point them at anyone or use them during the raid?\",\"type\":\"control_textarea\"},{\"description\":\"\",\"name\":\"isThere\",\"qid\":\"109\",\"subLabel\":\"\",\"text\":\"Is there additional information that should be included with this report? (Individual Affidavits, police reports, printouts of ICE custody, pictures and videos, news clippings, etc).\",\"type\":\"control_textarea\"},{\"name\":\"pageBreak110\",\"qid\":\"110\",\"text\":\"Page Break\",\"type\":\"control_pagebreak\"},{\"name\":\"chronologyOrder\",\"qid\":\"111\",\"text\":\"Chronology: Order of Events\",\"type\":\"control_head\"},{\"name\":\"homeAnd\",\"qid\":\"112\",\"text\":\"Home and Street Raids\",\"type\":\"control_collapse\"},{\"name\":\"doubleclickTo\",\"qid\":\"113\",\"text\":\"\\nDid the raid take place in a home,apartment, or in the street? &nbsp;Did the officers go to any other homes or apartments in the area? &nbsp;How many? &nbsp;How do you know? If it took place in the street or community, is there something special about that location (like is it a day laborer corner, or community hangout)?\\nWho and how many people lived there and\\u002For were present at the time of the raid? &nbsp;Any children? &nbsp;(Who, ages, relationship to adults)\\nIf it was a home or apartment raid, how did they get in? (Did they knock? Announce who they were? Say that they were local police and investigating a crime? Ask permission to enter? In what language?) If it was a street raid, how did they approach people (Did they announce who they were? Were people free to go? Did they target a particular group of people or individual?)\\nDid they have any sort of piece of paper that would let them into a home? &nbsp;Did you see it? &nbsp;If so, what can you tell me about what it said? If it was a picture of a person, can you describe the person they were looking for?\\nTell me exactly what they said, and what the person who let them into a home or had the first conversation with them said. &nbsp;\\nDid ICE or other law enforcement &nbsp;ask for a specific person?\\nWhat did they do next? &nbsp;How did they do their questioning? &nbsp;(All people together in one place, or separated? &nbsp;If separated, by gender, race, where they stayed in the house or apartment? &nbsp;What exactly did they say? &nbsp;Did they ask to see documents?)\\nHow did you and others respond to the questions? &nbsp;Did anyone refuse to talk to them? &nbsp;Did anyone ask to talk with a lawyer? &nbsp;Did anyone try to leave? &nbsp;Did you feel that you could do that? &nbsp;If not, why not?\\nHow did they arrest the people who were detained? &nbsp;Did they use handcuffs? &nbsp;Who\\u002Fhow many people were arrested? &nbsp;Was there anyone NOT arrested? &nbsp;If so, where is that person(s) now? Why do you think they not get arrested?\\nDescribe the treatment by the officers: &nbsp;were they rude? Did they verbally or physically abuse anyone? &nbsp;Was anyone injured?&nbsp;\\nDid they find or take anything from inside the house (including documents, photographs or other items)?\\nDo you know what might have triggered the raid? Had anyone in the household recently had any interactions with the police, court, or jail? Has anyone threatened the household with calling the authorities? Did the immigration officers mention anything at the time of the raid?\\nDid anyone at any time tell you you had the right not to speak with them, or to talk with a lawyer? &nbsp;If so, who? &nbsp;When? &nbsp;Did you ask to talk with a lawyer?\\nWas there a poster up outside informing law enforcement agents that you would not open the door without a warrant?\\n\",\"type\":\"control_text\"},{\"description\":\"\",\"name\":\"readThe\",\"qid\":\"114\",\"text\":\"Read the Guiding Questions\",\"type\":\"control_checkbox\"},{\"description\":\"\",\"name\":\"chronologicalOrder\",\"qid\":\"115\",\"subLabel\":\"Using the guiding questions above, explain in chronological order the series of events that happened. For example 1) 3 unmarked cars appeared in the parking lot of the apartment complex 2) They knocked on a door. There was no answer 3) They stopped a family in the parking lot, and forced them to hand over the keys 4) They used the keys to enter the home and began questioning others inside\u2026 etc.\",\"text\":\"Chronological Order\",\"type\":\"control_textarea\"},{\"name\":\"workplaceRaids\",\"qid\":\"116\",\"text\":\"Workplace Raids\",\"type\":\"control_collapse\"},{\"description\":\"\",\"name\":\"readThe117\",\"qid\":\"117\",\"text\":\"Read the Guiding Questions\",\"type\":\"control_checkbox\"},{\"name\":\"doubleclickTo118\",\"qid\":\"118\",\"text\":\"\\nHow long had most of the people detained worked at this business or location?\\nHave there been past raids at the workplace? &nbsp;If so, when, how many people arrested previously?&nbsp;\\nHad there been any rumors of a raid coming? &nbsp;Had there been any other kind of visit by ICE or police? Had anyone received social security no match letters?\\nWere you ever asked by your employer to present documentation of your work authorization? (for I-9 audit) If so, when? If so, what documentation did you provide? &nbsp;\\nHad there been any recent disputes at the workplace, over conditions there, pay, or discrimination? &nbsp;Any union activity or talk of unionizing? Has the company ever made threats to you about what would happen if you complained?&nbsp;\\nAre you or others owed any money from the company? &nbsp;\\nWhen they entered, did they ask for permission or just go in? Did they have a warrant or any piece of paper with them?&nbsp;\\nDid the law enforcement agents speak to the owner or manager? If so, what did they say?&nbsp;\\nWere people threatened with or have people been charged with criminal offenses?\\n\",\"type\":\"control_text\"},{\"description\":\"\",\"name\":\"chronologicalOrder119\",\"qid\":\"119\",\"subLabel\":\"Using the guiding questions above, explain in chronological order the series of events that happened. For example 1) 3 unmarked cars appeared in the parking lot of the apartment complex 2) They knocked on a door. There was no answer 3) They stopped a family in the parking lot, and forced them to hand over the keys 4) They used the keys to enter the home and began questioning others inside\u2026 etc.\",\"text\":\"Chronological Order\",\"type\":\"control_textarea\"},{\"name\":\"vehicularStops\",\"qid\":\"120\",\"text\":\"Vehicular stops and checkpoints\",\"type\":\"control_collapse\"},{\"description\":\"\",\"name\":\"readThe121\",\"qid\":\"121\",\"text\":\"Read the Guiding Questions\",\"type\":\"control_checkbox\"},{\"name\":\"doubleclickTo122\",\"qid\":\"122\",\"text\":\"\\n\\nHow was the vehicle stopped (cop lights, orders over loudspeaker, check-point)? Was it local police or ICE that gave instructions to pull over? How do you know?What reason did the law enforcement officer provide for the stop or\\u002Fand detention?\\nWho addressed the driver first and what was asked? How were the passengers treated? Was anyone besides the driver asked for their identification?\\n If the driver was arrested, how did the authorities handle the vehicle? Did anyone else get arrested or taken into custody?\\n\\n\",\"type\":\"control_text\"},{\"description\":\"\",\"name\":\"chronologicalOrder123\",\"qid\":\"123\",\"subLabel\":\"Using the guiding questions above, explain in chronological order the series of events that happened. For example 1) 3 unmarked cars appeared in the parking lot of the apartment complex 2) They knocked on a door. There was no answer 3) They stopped a family in the parking lot, and forced them to hand over the keys 4) They used the keys to enter the home and began questioning others inside\u2026 etc.\",\"text\":\"Chronological Order\",\"type\":\"control_textarea\"},{\"name\":\"submit\",\"qid\":\"124\",\"text\":\"Submit\",\"type\":\"control_button\"},{\"name\":\"pageBreak125\",\"qid\":\"125\",\"text\":\"Page Break\",\"type\":\"control_pagebreak\"},{\"name\":\"finish\",\"qid\":\"126\",\"text\":\"Finish\",\"type\":\"control_collapse\"},{\"name\":\"pageBreak127\",\"qid\":\"127\",\"text\":\"Page Break\",\"type\":\"control_pagebreak\"}]);}, 20); \n<\/script>\n<\/head>\n<body>\n<form class=\"jotform-form\" action=\"https:\/\/submit.jotform.us\/submit\/70524066334148\/\" method=\"post\" name=\"form_70524066334148\" id=\"70524066334148\" accept-charset=\"utf-8\" autocomplete=\"on\">\n  <input type=\"hidden\" name=\"formID\" value=\"70524066334148\" \/>\n  <input type=\"hidden\" id=\"JWTContainer\" value=\"\" \/>\n  <input type=\"hidden\" id=\"cardinalOrderNumber\" value=\"\" \/>\n  <div role=\"main\" class=\"form-all\">\n    <ul class=\"form-section page-section\">\n      <li id=\"cid_1\" class=\"form-input-wide\" data-type=\"control_head\">\n        <div class=\"form-header-group  header-default\">\n          <div class=\"header-text httal htvam\">\n            <h2 id=\"header_1\" class=\"form-header\" data-component=\"header\">\n              Raid Evidence Collection\n            <\/h2>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_fullname\" id=\"id_3\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_3\" for=\"first_3\"> Reporter Name <\/label>\n        <div id=\"cid_3\" class=\"form-input\">\n          <div data-wrapper-react=\"true\">\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"first\">\n              <input type=\"text\" id=\"first_3\" name=\"q3_reporterName[first]\" class=\"form-textbox\" size=\"10\" value=\"\" data-component=\"first\" aria-labelledby=\"label_3 sublabel_3_first\" \/>\n              <label class=\"form-sub-label\" for=\"first_3\" id=\"sublabel_3_first\" style=\"min-height:13px\" aria-hidden=\"false\"> First Name <\/label>\n            <\/span>\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"last\">\n              <input type=\"text\" id=\"last_3\" name=\"q3_reporterName[last]\" class=\"form-textbox\" size=\"15\" value=\"\" data-component=\"last\" aria-labelledby=\"label_3 sublabel_3_last\" \/>\n              <label class=\"form-sub-label\" for=\"last_3\" id=\"sublabel_3_last\" style=\"min-height:13px\" aria-hidden=\"false\"> Last Name <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_textbox\" id=\"id_4\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_4\" for=\"input_4\"> Organization <\/label>\n        <div id=\"cid_4\" class=\"form-input\">\n          <input type=\"text\" id=\"input_4\" name=\"q4_organization\" data-type=\"input-textbox\" class=\"form-textbox\" size=\"20\" value=\"\" data-component=\"textbox\" aria-labelledby=\"label_4\" \/>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_phone\" id=\"id_5\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_5\" for=\"input_5_area\"> Phone Number <\/label>\n        <div id=\"cid_5\" class=\"form-input\">\n          <div data-wrapper-react=\"true\">\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"areaCode\">\n              <input type=\"tel\" id=\"input_5_area\" name=\"q5_phoneNumber[area]\" class=\"form-textbox\" value=\"\" data-component=\"areaCode\" aria-labelledby=\"label_5 sublabel_5_area\" \/>\n              <span class=\"phone-separate\" aria-hidden=\"true\">\n                \u00a0-\n              <\/span>\n              <label class=\"form-sub-label\" for=\"input_5_area\" id=\"sublabel_5_area\" style=\"min-height:13px\" aria-hidden=\"false\"> Area Code <\/label>\n            <\/span>\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"phone\">\n              <input type=\"tel\" id=\"input_5_phone\" name=\"q5_phoneNumber[phone]\" class=\"form-textbox\" value=\"\" data-component=\"phone\" aria-labelledby=\"label_5 sublabel_5_phone\" \/>\n              <label class=\"form-sub-label\" for=\"input_5_phone\" id=\"sublabel_5_phone\" style=\"min-height:13px\" aria-hidden=\"false\"> Phone Number <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_email\" id=\"id_6\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_6\" for=\"input_6\"> E-mail <\/label>\n        <div id=\"cid_6\" class=\"form-input\">\n          <input type=\"email\" id=\"input_6\" name=\"q6_email\" class=\"form-textbox validate[Email]\" size=\"30\" value=\"\" data-component=\"email\" aria-labelledby=\"label_6\" \/>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_textarea\" id=\"id_8\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_8\" for=\"input_8\"> How did you Find out about the raid? <\/label>\n        <div id=\"cid_8\" class=\"form-input\">\n          <textarea id=\"input_8\" class=\"form-textarea\" name=\"q8_howDid\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_8\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li id=\"cid_125\" class=\"form-input-wide\" data-type=\"control_pagebreak\">\n        <div class=\"form-pagebreak\" data-component=\"pagebreak\">\n          <div class=\"form-pagebreak-back-container\">\n            <button id=\"form-pagebreak-back_125\" type=\"button\" class=\"form-pagebreak-back  jf-form-buttons\" data-component=\"pagebreak-back\">\n              Back\n            <\/button>\n          <\/div>\n          <div class=\"form-pagebreak-next-container\">\n            <button id=\"form-pagebreak-next_125\" type=\"button\" class=\"form-pagebreak-next  jf-form-buttons\" data-component=\"pagebreak-next\">\n              Next\n            <\/button>\n          <\/div>\n          <div style=\"clear:both\" class=\"pageInfo form-sub-label\" id=\"pageInfo_125\">\n          <\/div>\n        <\/div>\n      <\/li>\n    <\/ul>\n    <ul class=\"form-section page-section\" style=\"display:none;\">\n      <li id=\"cid_14\" 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_14\" class=\"form-header\" data-component=\"header\">\n              People Detained\n            <\/h2>\n            <div id=\"subHeader_14\" class=\"form-subHeader\">\n              Enter Information for each person\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_fullname\" id=\"id_13\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_13\" for=\"first_13\"> Name <\/label>\n        <div id=\"cid_13\" class=\"form-input\">\n          <div data-wrapper-react=\"true\">\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"first\">\n              <input type=\"text\" id=\"first_13\" name=\"q13_name13[first]\" class=\"form-textbox\" size=\"10\" value=\"\" data-component=\"first\" aria-labelledby=\"label_13 sublabel_13_first\" \/>\n              <label class=\"form-sub-label\" for=\"first_13\" id=\"sublabel_13_first\" style=\"min-height:13px\" aria-hidden=\"false\"> First Name <\/label>\n            <\/span>\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"last\">\n              <input type=\"text\" id=\"last_13\" name=\"q13_name13[last]\" class=\"form-textbox\" size=\"15\" value=\"\" data-component=\"last\" aria-labelledby=\"label_13 sublabel_13_last\" \/>\n              <label class=\"form-sub-label\" for=\"last_13\" id=\"sublabel_13_last\" style=\"min-height:13px\" aria-hidden=\"false\"> Last Name <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_datetime\" id=\"id_15\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_15\" for=\"month_15\"> Date of Birth <\/label>\n        <div id=\"cid_15\" class=\"form-input\">\n          <div data-wrapper-react=\"true\" class=\"extended notLiteMode\">\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n              <input type=\"tel\" class=\"form-textbox validate[limitDate]\" id=\"month_15\" name=\"q15_dateOf[month]\" size=\"2\" data-maxlength=\"2\" data-age=\"\" maxLength=\"2\" value=\"\" autoComplete=\"off\" aria-labelledby=\"label_15 sublabel_15_month\" \/>\n              <span class=\"date-separate\" aria-hidden=\"true\">\n                \u00a0-\n              <\/span>\n              <label class=\"form-sub-label\" for=\"month_15\" id=\"sublabel_15_month\" style=\"min-height:13px\" aria-hidden=\"false\"> Month <\/label>\n            <\/span>\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n              <input type=\"tel\" class=\"form-textbox validate[limitDate]\" id=\"day_15\" name=\"q15_dateOf[day]\" size=\"2\" data-maxlength=\"2\" data-age=\"\" maxLength=\"2\" value=\"\" autoComplete=\"off\" aria-labelledby=\"label_15 sublabel_15_day\" \/>\n              <span class=\"date-separate\" aria-hidden=\"true\">\n                \u00a0-\n              <\/span>\n              <label class=\"form-sub-label\" for=\"day_15\" id=\"sublabel_15_day\" style=\"min-height:13px\" aria-hidden=\"false\"> Day <\/label>\n            <\/span>\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n              <input type=\"tel\" class=\"form-textbox validate[limitDate]\" id=\"year_15\" name=\"q15_dateOf[year]\" size=\"4\" data-maxlength=\"4\" data-age=\"\" maxLength=\"4\" value=\"\" autoComplete=\"off\" aria-labelledby=\"label_15 sublabel_15_year\" \/>\n              <label class=\"form-sub-label\" for=\"year_15\" id=\"sublabel_15_year\" style=\"min-height:13px\" aria-hidden=\"false\"> Year <\/label>\n            <\/span>\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n              <img class=\"showAutoCalendar newDefaultTheme-dateIcon icon-seperatedMode\" alt=\"Pick a Date\" id=\"input_15_pick\" src=\"https:\/\/cdn.jotfor.ms\/images\/calendar.png\" data-component=\"datetime\" aria-hidden=\"true\" data-allow-time=\"No\" data-version=\"v1\" \/>\n              <label class=\"form-sub-label\" for=\"input_15_pick\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\" aria-hidden=\"true\"> Date Picker Icon <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_textbox\" id=\"id_16\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_16\" for=\"input_16\"> Country of Origin <\/label>\n        <div id=\"cid_16\" class=\"form-input\">\n          <input type=\"text\" id=\"input_16\" name=\"q16_countryOf\" data-type=\"input-textbox\" class=\"form-textbox\" size=\"20\" value=\"\" data-component=\"textbox\" aria-labelledby=\"label_16\" \/>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_textbox\" id=\"id_17\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_17\" for=\"input_17\"> A# <\/label>\n        <div id=\"cid_17\" class=\"form-input\">\n          <input type=\"text\" id=\"input_17\" name=\"q17_a\" data-type=\"input-textbox\" class=\"form-textbox\" size=\"20\" value=\"\" data-component=\"textbox\" aria-labelledby=\"label_17\" \/>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_textarea\" id=\"id_18\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_18\" for=\"input_18\"> Contact info (Both in US and country of origin) <\/label>\n        <div id=\"cid_18\" class=\"form-input\">\n          <textarea id=\"input_18\" class=\"form-textarea\" name=\"q18_contactInfo\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_18\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_textarea\" id=\"id_19\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_19\" for=\"input_19\"> How was this person detained? <\/label>\n        <div id=\"cid_19\" class=\"form-input\">\n          <textarea id=\"input_19\" class=\"form-textarea\" name=\"q19_howWas\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_19\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_textarea\" id=\"id_20\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_20\" for=\"input_20\"> What is their immigration history? <\/label>\n        <div id=\"cid_20\" class=\"form-input\">\n          <textarea id=\"input_20\" class=\"form-textarea\" name=\"q20_whatIs\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_20\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_textarea\" id=\"id_21\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_21\" for=\"input_21\"> History with Criminal Law Enforcement (arrests, charges, convictions) <\/label>\n        <div id=\"cid_21\" class=\"form-input\">\n          <textarea id=\"input_21\" class=\"form-textarea\" name=\"q21_historyWith\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_21\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_textarea\" id=\"id_22\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_22\" for=\"input_22\"> Children (ages and status) <\/label>\n        <div id=\"cid_22\" class=\"form-input\">\n          <textarea id=\"input_22\" class=\"form-textarea\" name=\"q22_childrenages\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_22\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_textarea\" id=\"id_23\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_23\" for=\"input_23\"> As a result of the raid, was the person charged with any other crime? <\/label>\n        <div id=\"cid_23\" class=\"form-input\">\n          <textarea id=\"input_23\" class=\"form-textarea\" name=\"q23_asA\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_23\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_checkbox\" id=\"id_24\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_24\" for=\"input_24\"> Add Another Person <\/label>\n        <div id=\"cid_24\" class=\"form-input\">\n          <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_24\" data-component=\"checkbox\">\n            <span class=\"form-checkbox-item\" style=\"clear:left\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"checkbox\" class=\"form-checkbox\" id=\"input_24_0\" name=\"q24_addAnother[]\" value=\"Yes\" \/>\n              <label id=\"label_input_24_0\" for=\"input_24_0\"> Yes <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_fullname\" id=\"id_25\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_25\" for=\"first_25\"> Name <\/label>\n        <div id=\"cid_25\" class=\"form-input\">\n          <div data-wrapper-react=\"true\">\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"first\">\n              <input type=\"text\" id=\"first_25\" name=\"q25_name13[first]\" class=\"form-textbox\" size=\"10\" value=\"\" data-component=\"first\" aria-labelledby=\"label_25 sublabel_25_first\" \/>\n              <label class=\"form-sub-label\" for=\"first_25\" id=\"sublabel_25_first\" style=\"min-height:13px\" aria-hidden=\"false\"> First Name <\/label>\n            <\/span>\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"last\">\n              <input type=\"text\" id=\"last_25\" name=\"q25_name13[last]\" class=\"form-textbox\" size=\"15\" value=\"\" data-component=\"last\" aria-labelledby=\"label_25 sublabel_25_last\" \/>\n              <label class=\"form-sub-label\" for=\"last_25\" id=\"sublabel_25_last\" style=\"min-height:13px\" aria-hidden=\"false\"> Last Name <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_datetime\" id=\"id_26\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_26\" for=\"month_26\"> Date of Birth <\/label>\n        <div id=\"cid_26\" class=\"form-input\">\n          <div data-wrapper-react=\"true\" class=\"extended notLiteMode\">\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n              <input type=\"tel\" class=\"form-textbox validate[limitDate]\" id=\"month_26\" name=\"q26_dateOf[month]\" size=\"2\" data-maxlength=\"2\" data-age=\"\" maxLength=\"2\" value=\"\" autoComplete=\"off\" aria-labelledby=\"label_26 sublabel_26_month\" \/>\n              <span class=\"date-separate\" aria-hidden=\"true\">\n                \u00a0-\n              <\/span>\n              <label class=\"form-sub-label\" for=\"month_26\" id=\"sublabel_26_month\" style=\"min-height:13px\" aria-hidden=\"false\"> Month <\/label>\n            <\/span>\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n              <input type=\"tel\" class=\"form-textbox validate[limitDate]\" id=\"day_26\" name=\"q26_dateOf[day]\" size=\"2\" data-maxlength=\"2\" data-age=\"\" maxLength=\"2\" value=\"\" autoComplete=\"off\" aria-labelledby=\"label_26 sublabel_26_day\" \/>\n              <span class=\"date-separate\" aria-hidden=\"true\">\n                \u00a0-\n              <\/span>\n              <label class=\"form-sub-label\" for=\"day_26\" id=\"sublabel_26_day\" style=\"min-height:13px\" aria-hidden=\"false\"> Day <\/label>\n            <\/span>\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n              <input type=\"tel\" class=\"form-textbox validate[limitDate]\" id=\"year_26\" name=\"q26_dateOf[year]\" size=\"4\" data-maxlength=\"4\" data-age=\"\" maxLength=\"4\" value=\"\" autoComplete=\"off\" aria-labelledby=\"label_26 sublabel_26_year\" \/>\n              <label class=\"form-sub-label\" for=\"year_26\" id=\"sublabel_26_year\" style=\"min-height:13px\" aria-hidden=\"false\"> Year <\/label>\n            <\/span>\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n              <img class=\"showAutoCalendar newDefaultTheme-dateIcon icon-seperatedMode\" alt=\"Pick a Date\" id=\"input_26_pick\" src=\"https:\/\/cdn.jotfor.ms\/images\/calendar.png\" data-component=\"datetime\" aria-hidden=\"true\" data-allow-time=\"No\" data-version=\"v1\" \/>\n              <label class=\"form-sub-label\" for=\"input_26_pick\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\" aria-hidden=\"true\"> Date Picker Icon <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textbox\" id=\"id_27\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_27\" for=\"input_27\"> Country of Origin <\/label>\n        <div id=\"cid_27\" class=\"form-input\">\n          <input type=\"text\" id=\"input_27\" name=\"q27_countryOf\" data-type=\"input-textbox\" class=\"form-textbox\" size=\"20\" value=\"\" data-component=\"textbox\" aria-labelledby=\"label_27\" \/>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textbox\" id=\"id_28\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_28\" for=\"input_28\"> A# <\/label>\n        <div id=\"cid_28\" class=\"form-input\">\n          <input type=\"text\" id=\"input_28\" name=\"q28_a\" data-type=\"input-textbox\" class=\"form-textbox\" size=\"20\" value=\"\" data-component=\"textbox\" aria-labelledby=\"label_28\" \/>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textarea\" id=\"id_29\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_29\" for=\"input_29\"> Contact info (Both in US and country of origin) <\/label>\n        <div id=\"cid_29\" class=\"form-input\">\n          <textarea id=\"input_29\" class=\"form-textarea\" name=\"q29_contactInfo\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_29\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textarea\" id=\"id_30\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_30\" for=\"input_30\"> How was this person detained? <\/label>\n        <div id=\"cid_30\" class=\"form-input\">\n          <textarea id=\"input_30\" class=\"form-textarea\" name=\"q30_howWas\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_30\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textarea\" id=\"id_31\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_31\" for=\"input_31\"> What is their immigration history? <\/label>\n        <div id=\"cid_31\" class=\"form-input\">\n          <textarea id=\"input_31\" class=\"form-textarea\" name=\"q31_whatIs\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_31\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textarea\" id=\"id_32\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_32\" for=\"input_32\"> History with Criminal Law Enforcement (arrests, charges, convictions) <\/label>\n        <div id=\"cid_32\" class=\"form-input\">\n          <textarea id=\"input_32\" class=\"form-textarea\" name=\"q32_historyWith\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_32\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textarea\" id=\"id_33\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_33\" for=\"input_33\"> Children (ages and status) <\/label>\n        <div id=\"cid_33\" class=\"form-input\">\n          <textarea id=\"input_33\" class=\"form-textarea\" name=\"q33_childrenages\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_33\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textarea\" id=\"id_34\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_34\" for=\"input_34\"> As a result of the raid, was the person charged with any other crime? <\/label>\n        <div id=\"cid_34\" class=\"form-input\">\n          <textarea id=\"input_34\" class=\"form-textarea\" name=\"q34_asA\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_34\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_checkbox\" id=\"id_35\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_35\" for=\"input_35\"> Add Another Person <\/label>\n        <div id=\"cid_35\" class=\"form-input\">\n          <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_35\" data-component=\"checkbox\">\n            <span class=\"form-checkbox-item\" style=\"clear:left\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"checkbox\" class=\"form-checkbox\" id=\"input_35_0\" name=\"q35_addAnother[]\" value=\"Yes\" \/>\n              <label id=\"label_input_35_0\" for=\"input_35_0\"> Yes <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_fullname\" id=\"id_36\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_36\" for=\"first_36\"> Name <\/label>\n        <div id=\"cid_36\" class=\"form-input\">\n          <div data-wrapper-react=\"true\">\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"first\">\n              <input type=\"text\" id=\"first_36\" name=\"q36_name13[first]\" class=\"form-textbox\" size=\"10\" value=\"\" data-component=\"first\" aria-labelledby=\"label_36 sublabel_36_first\" \/>\n              <label class=\"form-sub-label\" for=\"first_36\" id=\"sublabel_36_first\" style=\"min-height:13px\" aria-hidden=\"false\"> First Name <\/label>\n            <\/span>\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"last\">\n              <input type=\"text\" id=\"last_36\" name=\"q36_name13[last]\" class=\"form-textbox\" size=\"15\" value=\"\" data-component=\"last\" aria-labelledby=\"label_36 sublabel_36_last\" \/>\n              <label class=\"form-sub-label\" for=\"last_36\" id=\"sublabel_36_last\" style=\"min-height:13px\" aria-hidden=\"false\"> Last Name <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_datetime\" id=\"id_37\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_37\" for=\"month_37\"> Date of Birth <\/label>\n        <div id=\"cid_37\" class=\"form-input\">\n          <div data-wrapper-react=\"true\" class=\"extended notLiteMode\">\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n              <input type=\"tel\" class=\"form-textbox validate[limitDate]\" id=\"month_37\" name=\"q37_dateOf[month]\" size=\"2\" data-maxlength=\"2\" data-age=\"\" maxLength=\"2\" value=\"\" autoComplete=\"off\" aria-labelledby=\"label_37 sublabel_37_month\" \/>\n              <span class=\"date-separate\" aria-hidden=\"true\">\n                \u00a0-\n              <\/span>\n              <label class=\"form-sub-label\" for=\"month_37\" id=\"sublabel_37_month\" style=\"min-height:13px\" aria-hidden=\"false\"> Month <\/label>\n            <\/span>\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n              <input type=\"tel\" class=\"form-textbox validate[limitDate]\" id=\"day_37\" name=\"q37_dateOf[day]\" size=\"2\" data-maxlength=\"2\" data-age=\"\" maxLength=\"2\" value=\"\" autoComplete=\"off\" aria-labelledby=\"label_37 sublabel_37_day\" \/>\n              <span class=\"date-separate\" aria-hidden=\"true\">\n                \u00a0-\n              <\/span>\n              <label class=\"form-sub-label\" for=\"day_37\" id=\"sublabel_37_day\" style=\"min-height:13px\" aria-hidden=\"false\"> Day <\/label>\n            <\/span>\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n              <input type=\"tel\" class=\"form-textbox validate[limitDate]\" id=\"year_37\" name=\"q37_dateOf[year]\" size=\"4\" data-maxlength=\"4\" data-age=\"\" maxLength=\"4\" value=\"\" autoComplete=\"off\" aria-labelledby=\"label_37 sublabel_37_year\" \/>\n              <label class=\"form-sub-label\" for=\"year_37\" id=\"sublabel_37_year\" style=\"min-height:13px\" aria-hidden=\"false\"> Year <\/label>\n            <\/span>\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n              <img class=\"showAutoCalendar newDefaultTheme-dateIcon icon-seperatedMode\" alt=\"Pick a Date\" id=\"input_37_pick\" src=\"https:\/\/cdn.jotfor.ms\/images\/calendar.png\" data-component=\"datetime\" aria-hidden=\"true\" data-allow-time=\"No\" data-version=\"v1\" \/>\n              <label class=\"form-sub-label\" for=\"input_37_pick\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\" aria-hidden=\"true\"> Date Picker Icon <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textbox\" id=\"id_38\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_38\" for=\"input_38\"> Country of Origin <\/label>\n        <div id=\"cid_38\" class=\"form-input\">\n          <input type=\"text\" id=\"input_38\" name=\"q38_countryOf\" data-type=\"input-textbox\" class=\"form-textbox\" size=\"20\" value=\"\" data-component=\"textbox\" aria-labelledby=\"label_38\" \/>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textbox\" id=\"id_39\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_39\" for=\"input_39\"> A# <\/label>\n        <div id=\"cid_39\" class=\"form-input\">\n          <input type=\"text\" id=\"input_39\" name=\"q39_a\" data-type=\"input-textbox\" class=\"form-textbox\" size=\"20\" value=\"\" data-component=\"textbox\" aria-labelledby=\"label_39\" \/>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textarea\" id=\"id_40\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_40\" for=\"input_40\"> Contact info (Both in US and country of origin) <\/label>\n        <div id=\"cid_40\" class=\"form-input\">\n          <textarea id=\"input_40\" class=\"form-textarea\" name=\"q40_contactInfo\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_40\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textarea\" id=\"id_41\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_41\" for=\"input_41\"> How was this person detained? <\/label>\n        <div id=\"cid_41\" class=\"form-input\">\n          <textarea id=\"input_41\" class=\"form-textarea\" name=\"q41_howWas\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_41\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textarea\" id=\"id_42\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_42\" for=\"input_42\"> What is their immigration history? <\/label>\n        <div id=\"cid_42\" class=\"form-input\">\n          <textarea id=\"input_42\" class=\"form-textarea\" name=\"q42_whatIs\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_42\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textarea\" id=\"id_43\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_43\" for=\"input_43\"> History with Criminal Law Enforcement (arrests, charges, convictions) <\/label>\n        <div id=\"cid_43\" class=\"form-input\">\n          <textarea id=\"input_43\" class=\"form-textarea\" name=\"q43_historyWith\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_43\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textarea\" id=\"id_44\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_44\" for=\"input_44\"> Children (ages and status) <\/label>\n        <div id=\"cid_44\" class=\"form-input\">\n          <textarea id=\"input_44\" class=\"form-textarea\" name=\"q44_childrenages\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_44\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textarea\" id=\"id_45\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_45\" for=\"input_45\"> As a result of the raid, was the person charged with any other crime? <\/label>\n        <div id=\"cid_45\" class=\"form-input\">\n          <textarea id=\"input_45\" class=\"form-textarea\" name=\"q45_asA\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_45\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_checkbox\" id=\"id_46\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_46\" for=\"input_46\"> Add Another Person <\/label>\n        <div id=\"cid_46\" class=\"form-input\">\n          <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_46\" data-component=\"checkbox\">\n            <span class=\"form-checkbox-item\" style=\"clear:left\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"checkbox\" class=\"form-checkbox\" id=\"input_46_0\" name=\"q46_addAnother[]\" value=\"Yes\" \/>\n              <label id=\"label_input_46_0\" for=\"input_46_0\"> Yes <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_fullname\" id=\"id_47\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_47\" for=\"first_47\"> Name <\/label>\n        <div id=\"cid_47\" class=\"form-input\">\n          <div data-wrapper-react=\"true\">\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"first\">\n              <input type=\"text\" id=\"first_47\" name=\"q47_name13[first]\" class=\"form-textbox\" size=\"10\" value=\"\" data-component=\"first\" aria-labelledby=\"label_47 sublabel_47_first\" \/>\n              <label class=\"form-sub-label\" for=\"first_47\" id=\"sublabel_47_first\" style=\"min-height:13px\" aria-hidden=\"false\"> First Name <\/label>\n            <\/span>\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"last\">\n              <input type=\"text\" id=\"last_47\" name=\"q47_name13[last]\" class=\"form-textbox\" size=\"15\" value=\"\" data-component=\"last\" aria-labelledby=\"label_47 sublabel_47_last\" \/>\n              <label class=\"form-sub-label\" for=\"last_47\" id=\"sublabel_47_last\" style=\"min-height:13px\" aria-hidden=\"false\"> Last Name <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_datetime\" id=\"id_48\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_48\" for=\"month_48\"> Date of Birth <\/label>\n        <div id=\"cid_48\" class=\"form-input\">\n          <div data-wrapper-react=\"true\" class=\"extended notLiteMode\">\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n              <input type=\"tel\" class=\"form-textbox validate[limitDate]\" id=\"month_48\" name=\"q48_dateOf[month]\" size=\"2\" data-maxlength=\"2\" data-age=\"\" maxLength=\"2\" value=\"\" autoComplete=\"off\" aria-labelledby=\"label_48 sublabel_48_month\" \/>\n              <span class=\"date-separate\" aria-hidden=\"true\">\n                \u00a0-\n              <\/span>\n              <label class=\"form-sub-label\" for=\"month_48\" id=\"sublabel_48_month\" style=\"min-height:13px\" aria-hidden=\"false\"> Month <\/label>\n            <\/span>\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n              <input type=\"tel\" class=\"form-textbox validate[limitDate]\" id=\"day_48\" name=\"q48_dateOf[day]\" size=\"2\" data-maxlength=\"2\" data-age=\"\" maxLength=\"2\" value=\"\" autoComplete=\"off\" aria-labelledby=\"label_48 sublabel_48_day\" \/>\n              <span class=\"date-separate\" aria-hidden=\"true\">\n                \u00a0-\n              <\/span>\n              <label class=\"form-sub-label\" for=\"day_48\" id=\"sublabel_48_day\" style=\"min-height:13px\" aria-hidden=\"false\"> Day <\/label>\n            <\/span>\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n              <input type=\"tel\" class=\"form-textbox validate[limitDate]\" id=\"year_48\" name=\"q48_dateOf[year]\" size=\"4\" data-maxlength=\"4\" data-age=\"\" maxLength=\"4\" value=\"\" autoComplete=\"off\" aria-labelledby=\"label_48 sublabel_48_year\" \/>\n              <label class=\"form-sub-label\" for=\"year_48\" id=\"sublabel_48_year\" style=\"min-height:13px\" aria-hidden=\"false\"> Year <\/label>\n            <\/span>\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n              <img class=\"showAutoCalendar newDefaultTheme-dateIcon icon-seperatedMode\" alt=\"Pick a Date\" id=\"input_48_pick\" src=\"https:\/\/cdn.jotfor.ms\/images\/calendar.png\" data-component=\"datetime\" aria-hidden=\"true\" data-allow-time=\"No\" data-version=\"v1\" \/>\n              <label class=\"form-sub-label\" for=\"input_48_pick\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\" aria-hidden=\"true\"> Date Picker Icon <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textbox\" id=\"id_49\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_49\" for=\"input_49\"> Country of Origin <\/label>\n        <div id=\"cid_49\" class=\"form-input\">\n          <input type=\"text\" id=\"input_49\" name=\"q49_countryOf\" data-type=\"input-textbox\" class=\"form-textbox\" size=\"20\" value=\"\" data-component=\"textbox\" aria-labelledby=\"label_49\" \/>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textbox\" id=\"id_50\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_50\" for=\"input_50\"> A# <\/label>\n        <div id=\"cid_50\" class=\"form-input\">\n          <input type=\"text\" id=\"input_50\" name=\"q50_a\" data-type=\"input-textbox\" class=\"form-textbox\" size=\"20\" value=\"\" data-component=\"textbox\" aria-labelledby=\"label_50\" \/>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textarea\" id=\"id_51\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_51\" for=\"input_51\"> Contact info (Both in US and country of origin) <\/label>\n        <div id=\"cid_51\" class=\"form-input\">\n          <textarea id=\"input_51\" class=\"form-textarea\" name=\"q51_contactInfo\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_51\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textarea\" id=\"id_52\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_52\" for=\"input_52\"> How was this person detained? <\/label>\n        <div id=\"cid_52\" class=\"form-input\">\n          <textarea id=\"input_52\" class=\"form-textarea\" name=\"q52_howWas\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_52\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textarea\" id=\"id_53\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_53\" for=\"input_53\"> What is their immigration history? <\/label>\n        <div id=\"cid_53\" class=\"form-input\">\n          <textarea id=\"input_53\" class=\"form-textarea\" name=\"q53_whatIs\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_53\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textarea\" id=\"id_54\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_54\" for=\"input_54\"> History with Criminal Law Enforcement (arrests, charges, convictions) <\/label>\n        <div id=\"cid_54\" class=\"form-input\">\n          <textarea id=\"input_54\" class=\"form-textarea\" name=\"q54_historyWith\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_54\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textarea\" id=\"id_55\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_55\" for=\"input_55\"> Children (ages and status) <\/label>\n        <div id=\"cid_55\" class=\"form-input\">\n          <textarea id=\"input_55\" class=\"form-textarea\" name=\"q55_childrenages\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_55\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textarea\" id=\"id_56\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_56\" for=\"input_56\"> As a result of the raid, was the person charged with any other crime? <\/label>\n        <div id=\"cid_56\" class=\"form-input\">\n          <textarea id=\"input_56\" class=\"form-textarea\" name=\"q56_asA\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_56\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_checkbox\" id=\"id_57\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_57\" for=\"input_57\"> Add Another Person <\/label>\n        <div id=\"cid_57\" class=\"form-input\">\n          <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_57\" data-component=\"checkbox\">\n            <span class=\"form-checkbox-item\" style=\"clear:left\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"checkbox\" class=\"form-checkbox\" id=\"input_57_0\" name=\"q57_addAnother[]\" value=\"Yes\" \/>\n              <label id=\"label_input_57_0\" for=\"input_57_0\"> Yes <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_fullname\" id=\"id_58\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_58\" for=\"first_58\"> Name <\/label>\n        <div id=\"cid_58\" class=\"form-input\">\n          <div data-wrapper-react=\"true\">\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"first\">\n              <input type=\"text\" id=\"first_58\" name=\"q58_name13[first]\" class=\"form-textbox\" size=\"10\" value=\"\" data-component=\"first\" aria-labelledby=\"label_58 sublabel_58_first\" \/>\n              <label class=\"form-sub-label\" for=\"first_58\" id=\"sublabel_58_first\" style=\"min-height:13px\" aria-hidden=\"false\"> First Name <\/label>\n            <\/span>\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"last\">\n              <input type=\"text\" id=\"last_58\" name=\"q58_name13[last]\" class=\"form-textbox\" size=\"15\" value=\"\" data-component=\"last\" aria-labelledby=\"label_58 sublabel_58_last\" \/>\n              <label class=\"form-sub-label\" for=\"last_58\" id=\"sublabel_58_last\" style=\"min-height:13px\" aria-hidden=\"false\"> Last Name <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_datetime\" id=\"id_59\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_59\" for=\"month_59\"> Date of Birth <\/label>\n        <div id=\"cid_59\" class=\"form-input\">\n          <div data-wrapper-react=\"true\" class=\"extended notLiteMode\">\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n              <input type=\"tel\" class=\"form-textbox validate[limitDate]\" id=\"month_59\" name=\"q59_dateOf[month]\" size=\"2\" data-maxlength=\"2\" data-age=\"\" maxLength=\"2\" value=\"\" autoComplete=\"off\" aria-labelledby=\"label_59 sublabel_59_month\" \/>\n              <span class=\"date-separate\" aria-hidden=\"true\">\n                \u00a0-\n              <\/span>\n              <label class=\"form-sub-label\" for=\"month_59\" id=\"sublabel_59_month\" style=\"min-height:13px\" aria-hidden=\"false\"> Month <\/label>\n            <\/span>\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n              <input type=\"tel\" class=\"form-textbox validate[limitDate]\" id=\"day_59\" name=\"q59_dateOf[day]\" size=\"2\" data-maxlength=\"2\" data-age=\"\" maxLength=\"2\" value=\"\" autoComplete=\"off\" aria-labelledby=\"label_59 sublabel_59_day\" \/>\n              <span class=\"date-separate\" aria-hidden=\"true\">\n                \u00a0-\n              <\/span>\n              <label class=\"form-sub-label\" for=\"day_59\" id=\"sublabel_59_day\" style=\"min-height:13px\" aria-hidden=\"false\"> Day <\/label>\n            <\/span>\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n              <input type=\"tel\" class=\"form-textbox validate[limitDate]\" id=\"year_59\" name=\"q59_dateOf[year]\" size=\"4\" data-maxlength=\"4\" data-age=\"\" maxLength=\"4\" value=\"\" autoComplete=\"off\" aria-labelledby=\"label_59 sublabel_59_year\" \/>\n              <label class=\"form-sub-label\" for=\"year_59\" id=\"sublabel_59_year\" style=\"min-height:13px\" aria-hidden=\"false\"> Year <\/label>\n            <\/span>\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n              <img class=\"showAutoCalendar newDefaultTheme-dateIcon icon-seperatedMode\" alt=\"Pick a Date\" id=\"input_59_pick\" src=\"https:\/\/cdn.jotfor.ms\/images\/calendar.png\" data-component=\"datetime\" aria-hidden=\"true\" data-allow-time=\"No\" data-version=\"v1\" \/>\n              <label class=\"form-sub-label\" for=\"input_59_pick\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\" aria-hidden=\"true\"> Date Picker Icon <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textbox\" id=\"id_60\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_60\" for=\"input_60\"> Country of Origin <\/label>\n        <div id=\"cid_60\" class=\"form-input\">\n          <input type=\"text\" id=\"input_60\" name=\"q60_countryOf\" data-type=\"input-textbox\" class=\"form-textbox\" size=\"20\" value=\"\" data-component=\"textbox\" aria-labelledby=\"label_60\" \/>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textbox\" id=\"id_61\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_61\" for=\"input_61\"> A# <\/label>\n        <div id=\"cid_61\" class=\"form-input\">\n          <input type=\"text\" id=\"input_61\" name=\"q61_a\" data-type=\"input-textbox\" class=\"form-textbox\" size=\"20\" value=\"\" data-component=\"textbox\" aria-labelledby=\"label_61\" \/>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textarea\" id=\"id_62\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_62\" for=\"input_62\"> Contact info (Both in US and country of origin) <\/label>\n        <div id=\"cid_62\" class=\"form-input\">\n          <textarea id=\"input_62\" class=\"form-textarea\" name=\"q62_contactInfo\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_62\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textarea\" id=\"id_63\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_63\" for=\"input_63\"> How was this person detained? <\/label>\n        <div id=\"cid_63\" class=\"form-input\">\n          <textarea id=\"input_63\" class=\"form-textarea\" name=\"q63_howWas\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_63\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textarea\" id=\"id_64\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_64\" for=\"input_64\"> What is their immigration history? <\/label>\n        <div id=\"cid_64\" class=\"form-input\">\n          <textarea id=\"input_64\" class=\"form-textarea\" name=\"q64_whatIs\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_64\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textarea\" id=\"id_65\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_65\" for=\"input_65\"> History with Criminal Law Enforcement (arrests, charges, convictions) <\/label>\n        <div id=\"cid_65\" class=\"form-input\">\n          <textarea id=\"input_65\" class=\"form-textarea\" name=\"q65_historyWith\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_65\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textarea\" id=\"id_66\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_66\" for=\"input_66\"> Children (ages and status) <\/label>\n        <div id=\"cid_66\" class=\"form-input\">\n          <textarea id=\"input_66\" class=\"form-textarea\" name=\"q66_childrenages\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_66\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textarea\" id=\"id_67\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_67\" for=\"input_67\"> As a result of the raid, was the person charged with any other crime? <\/label>\n        <div id=\"cid_67\" class=\"form-input\">\n          <textarea id=\"input_67\" class=\"form-textarea\" name=\"q67_asA\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_67\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li id=\"cid_127\" class=\"form-input-wide\" data-type=\"control_pagebreak\">\n        <div class=\"form-pagebreak\" data-component=\"pagebreak\">\n          <div class=\"form-pagebreak-back-container\">\n            <button id=\"form-pagebreak-back_127\" type=\"button\" class=\"form-pagebreak-back  jf-form-buttons\" data-component=\"pagebreak-back\">\n              Back\n            <\/button>\n          <\/div>\n          <div class=\"form-pagebreak-next-container\">\n            <button id=\"form-pagebreak-next_127\" type=\"button\" class=\"form-pagebreak-next  jf-form-buttons\" data-component=\"pagebreak-next\">\n              Next\n            <\/button>\n          <\/div>\n          <div style=\"clear:both\" class=\"pageInfo form-sub-label\" id=\"pageInfo_127\">\n          <\/div>\n        <\/div>\n      <\/li>\n    <\/ul>\n    <ul class=\"form-section page-section\" style=\"display:none;\">\n      <li id=\"cid_69\" 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_69\" class=\"form-header\" data-component=\"header\">\n              Witnesses\n            <\/h2>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_fullname\" id=\"id_70\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_70\" for=\"first_70\"> Name <\/label>\n        <div id=\"cid_70\" class=\"form-input\">\n          <div data-wrapper-react=\"true\">\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"first\">\n              <input type=\"text\" id=\"first_70\" name=\"q70_name[first]\" class=\"form-textbox\" size=\"10\" value=\"\" data-component=\"first\" aria-labelledby=\"label_70 sublabel_70_first\" \/>\n              <label class=\"form-sub-label\" for=\"first_70\" id=\"sublabel_70_first\" style=\"min-height:13px\" aria-hidden=\"false\"> First Name <\/label>\n            <\/span>\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"last\">\n              <input type=\"text\" id=\"last_70\" name=\"q70_name[last]\" class=\"form-textbox\" size=\"15\" value=\"\" data-component=\"last\" aria-labelledby=\"label_70 sublabel_70_last\" \/>\n              <label class=\"form-sub-label\" for=\"last_70\" id=\"sublabel_70_last\" style=\"min-height:13px\" aria-hidden=\"false\"> Last Name <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_phone\" id=\"id_72\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_72\" for=\"input_72_area\"> Phone Number <\/label>\n        <div id=\"cid_72\" class=\"form-input\">\n          <div data-wrapper-react=\"true\">\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"areaCode\">\n              <input type=\"tel\" id=\"input_72_area\" name=\"q72_phoneNumber72[area]\" class=\"form-textbox\" value=\"\" data-component=\"areaCode\" aria-labelledby=\"label_72 sublabel_72_area\" \/>\n              <span class=\"phone-separate\" aria-hidden=\"true\">\n                \u00a0-\n              <\/span>\n              <label class=\"form-sub-label\" for=\"input_72_area\" id=\"sublabel_72_area\" style=\"min-height:13px\" aria-hidden=\"false\"> Area Code <\/label>\n            <\/span>\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"phone\">\n              <input type=\"tel\" id=\"input_72_phone\" name=\"q72_phoneNumber72[phone]\" class=\"form-textbox\" value=\"\" data-component=\"phone\" aria-labelledby=\"label_72 sublabel_72_phone\" \/>\n              <label class=\"form-sub-label\" for=\"input_72_phone\" id=\"sublabel_72_phone\" style=\"min-height:13px\" aria-hidden=\"false\"> Phone Number <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_email\" id=\"id_71\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_71\" for=\"input_71\"> E-mail <\/label>\n        <div id=\"cid_71\" class=\"form-input\">\n          <input type=\"email\" id=\"input_71\" name=\"q71_email71\" class=\"form-textbox validate[Email]\" size=\"30\" value=\"\" data-component=\"email\" aria-labelledby=\"label_71\" \/>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_textbox\" id=\"id_73\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_73\" for=\"input_73\"> How did you Witness the Raid? <\/label>\n        <div id=\"cid_73\" class=\"form-input\">\n          <input type=\"text\" id=\"input_73\" name=\"q73_howDid73\" data-type=\"input-textbox\" class=\"form-textbox\" size=\"20\" value=\"\" data-component=\"textbox\" aria-labelledby=\"label_73\" \/>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_textarea\" id=\"id_74\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_74\" for=\"input_74\"> Where were you at the time? <\/label>\n        <div id=\"cid_74\" class=\"form-input\">\n          <textarea id=\"input_74\" class=\"form-textarea\" name=\"q74_whereWere\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_74\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_textarea\" id=\"id_75\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_75\" for=\"input_75\"> What Relationship do you have with the other peoeple present? <\/label>\n        <div id=\"cid_75\" class=\"form-input\">\n          <textarea id=\"input_75\" class=\"form-textarea\" name=\"q75_whatRelationship\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_75\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_checkbox\" id=\"id_76\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_76\" for=\"input_76\"> Add Another Witness <\/label>\n        <div id=\"cid_76\" class=\"form-input\">\n          <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_76\" data-component=\"checkbox\">\n            <span class=\"form-checkbox-item\" style=\"clear:left\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"checkbox\" class=\"form-checkbox\" id=\"input_76_0\" name=\"q76_addAnother76[]\" value=\"Yes\" \/>\n              <label id=\"label_input_76_0\" for=\"input_76_0\"> Yes <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_fullname\" id=\"id_77\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_77\" for=\"first_77\"> Name <\/label>\n        <div id=\"cid_77\" class=\"form-input\">\n          <div data-wrapper-react=\"true\">\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"first\">\n              <input type=\"text\" id=\"first_77\" name=\"q77_name[first]\" class=\"form-textbox\" size=\"10\" value=\"\" data-component=\"first\" aria-labelledby=\"label_77 sublabel_77_first\" \/>\n              <label class=\"form-sub-label\" for=\"first_77\" id=\"sublabel_77_first\" style=\"min-height:13px\" aria-hidden=\"false\"> First Name <\/label>\n            <\/span>\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"last\">\n              <input type=\"text\" id=\"last_77\" name=\"q77_name[last]\" class=\"form-textbox\" size=\"15\" value=\"\" data-component=\"last\" aria-labelledby=\"label_77 sublabel_77_last\" \/>\n              <label class=\"form-sub-label\" for=\"last_77\" id=\"sublabel_77_last\" style=\"min-height:13px\" aria-hidden=\"false\"> Last Name <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_phone\" id=\"id_78\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_78\" for=\"input_78_area\"> Phone Number <\/label>\n        <div id=\"cid_78\" class=\"form-input\">\n          <div data-wrapper-react=\"true\">\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"areaCode\">\n              <input type=\"tel\" id=\"input_78_area\" name=\"q78_phoneNumber72[area]\" class=\"form-textbox\" value=\"\" data-component=\"areaCode\" aria-labelledby=\"label_78 sublabel_78_area\" \/>\n              <span class=\"phone-separate\" aria-hidden=\"true\">\n                \u00a0-\n              <\/span>\n              <label class=\"form-sub-label\" for=\"input_78_area\" id=\"sublabel_78_area\" style=\"min-height:13px\" aria-hidden=\"false\"> Area Code <\/label>\n            <\/span>\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"phone\">\n              <input type=\"tel\" id=\"input_78_phone\" name=\"q78_phoneNumber72[phone]\" class=\"form-textbox\" value=\"\" data-component=\"phone\" aria-labelledby=\"label_78 sublabel_78_phone\" \/>\n              <label class=\"form-sub-label\" for=\"input_78_phone\" id=\"sublabel_78_phone\" style=\"min-height:13px\" aria-hidden=\"false\"> Phone Number <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_email\" id=\"id_79\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_79\" for=\"input_79\"> E-mail <\/label>\n        <div id=\"cid_79\" class=\"form-input\">\n          <input type=\"email\" id=\"input_79\" name=\"q79_email71\" class=\"form-textbox validate[Email]\" size=\"30\" value=\"\" data-component=\"email\" aria-labelledby=\"label_79\" \/>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textbox\" id=\"id_80\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_80\" for=\"input_80\"> How did you Witness the Raid? <\/label>\n        <div id=\"cid_80\" class=\"form-input\">\n          <input type=\"text\" id=\"input_80\" name=\"q80_howDid73\" data-type=\"input-textbox\" class=\"form-textbox\" size=\"20\" value=\"\" data-component=\"textbox\" aria-labelledby=\"label_80\" \/>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textarea\" id=\"id_81\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_81\" for=\"input_81\"> Where were you at the time? <\/label>\n        <div id=\"cid_81\" class=\"form-input\">\n          <textarea id=\"input_81\" class=\"form-textarea\" name=\"q81_whereWere\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_81\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textarea\" id=\"id_82\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_82\" for=\"input_82\"> What Relationship do you have with the other peoeple present? <\/label>\n        <div id=\"cid_82\" class=\"form-input\">\n          <textarea id=\"input_82\" class=\"form-textarea\" name=\"q82_whatRelationship\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_82\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_checkbox\" id=\"id_83\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_83\" for=\"input_83\"> Add Another Witness <\/label>\n        <div id=\"cid_83\" class=\"form-input\">\n          <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_83\" data-component=\"checkbox\">\n            <span class=\"form-checkbox-item\" style=\"clear:left\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"checkbox\" class=\"form-checkbox\" id=\"input_83_0\" name=\"q83_addAnother76[]\" value=\"Yes\" \/>\n              <label id=\"label_input_83_0\" for=\"input_83_0\"> Yes <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_fullname\" id=\"id_84\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_84\" for=\"first_84\"> Name <\/label>\n        <div id=\"cid_84\" class=\"form-input\">\n          <div data-wrapper-react=\"true\">\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"first\">\n              <input type=\"text\" id=\"first_84\" name=\"q84_name[first]\" class=\"form-textbox\" size=\"10\" value=\"\" data-component=\"first\" aria-labelledby=\"label_84 sublabel_84_first\" \/>\n              <label class=\"form-sub-label\" for=\"first_84\" id=\"sublabel_84_first\" style=\"min-height:13px\" aria-hidden=\"false\"> First Name <\/label>\n            <\/span>\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"last\">\n              <input type=\"text\" id=\"last_84\" name=\"q84_name[last]\" class=\"form-textbox\" size=\"15\" value=\"\" data-component=\"last\" aria-labelledby=\"label_84 sublabel_84_last\" \/>\n              <label class=\"form-sub-label\" for=\"last_84\" id=\"sublabel_84_last\" style=\"min-height:13px\" aria-hidden=\"false\"> Last Name <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_phone\" id=\"id_85\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_85\" for=\"input_85_area\"> Phone Number <\/label>\n        <div id=\"cid_85\" class=\"form-input\">\n          <div data-wrapper-react=\"true\">\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"areaCode\">\n              <input type=\"tel\" id=\"input_85_area\" name=\"q85_phoneNumber72[area]\" class=\"form-textbox\" value=\"\" data-component=\"areaCode\" aria-labelledby=\"label_85 sublabel_85_area\" \/>\n              <span class=\"phone-separate\" aria-hidden=\"true\">\n                \u00a0-\n              <\/span>\n              <label class=\"form-sub-label\" for=\"input_85_area\" id=\"sublabel_85_area\" style=\"min-height:13px\" aria-hidden=\"false\"> Area Code <\/label>\n            <\/span>\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\" data-input-type=\"phone\">\n              <input type=\"tel\" id=\"input_85_phone\" name=\"q85_phoneNumber72[phone]\" class=\"form-textbox\" value=\"\" data-component=\"phone\" aria-labelledby=\"label_85 sublabel_85_phone\" \/>\n              <label class=\"form-sub-label\" for=\"input_85_phone\" id=\"sublabel_85_phone\" style=\"min-height:13px\" aria-hidden=\"false\"> Phone Number <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_email\" id=\"id_86\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_86\" for=\"input_86\"> E-mail <\/label>\n        <div id=\"cid_86\" class=\"form-input\">\n          <input type=\"email\" id=\"input_86\" name=\"q86_email71\" class=\"form-textbox validate[Email]\" size=\"30\" value=\"\" data-component=\"email\" aria-labelledby=\"label_86\" \/>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textbox\" id=\"id_87\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_87\" for=\"input_87\"> How did you Witness the Raid? <\/label>\n        <div id=\"cid_87\" class=\"form-input\">\n          <input type=\"text\" id=\"input_87\" name=\"q87_howDid73\" data-type=\"input-textbox\" class=\"form-textbox\" size=\"20\" value=\"\" data-component=\"textbox\" aria-labelledby=\"label_87\" \/>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textarea\" id=\"id_88\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_88\" for=\"input_88\"> Where were you at the time? <\/label>\n        <div id=\"cid_88\" class=\"form-input\">\n          <textarea id=\"input_88\" class=\"form-textarea\" name=\"q88_whereWere\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_88\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_textarea\" id=\"id_89\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_89\" for=\"input_89\"> What Relationship do you have with the other peoeple present? <\/label>\n        <div id=\"cid_89\" class=\"form-input\">\n          <textarea id=\"input_89\" class=\"form-textarea\" name=\"q89_whatRelationship\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_89\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li id=\"cid_93\" class=\"form-input-wide\" data-type=\"control_pagebreak\">\n        <div class=\"form-pagebreak\" data-component=\"pagebreak\">\n          <div class=\"form-pagebreak-back-container\">\n            <button id=\"form-pagebreak-back_93\" type=\"button\" class=\"form-pagebreak-back  jf-form-buttons\" data-component=\"pagebreak-back\">\n              Back\n            <\/button>\n          <\/div>\n          <div class=\"form-pagebreak-next-container\">\n            <button id=\"form-pagebreak-next_93\" type=\"button\" class=\"form-pagebreak-next  jf-form-buttons\" data-component=\"pagebreak-next\">\n              Next\n            <\/button>\n          <\/div>\n          <div style=\"clear:both\" class=\"pageInfo form-sub-label\" id=\"pageInfo_93\">\n          <\/div>\n        <\/div>\n      <\/li>\n    <\/ul>\n    <ul class=\"form-section page-section\" style=\"display:none;\">\n      <li id=\"cid_94\" 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_94\" class=\"form-header\" data-component=\"header\">\n              General Facts for All Raids\n            <\/h2>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_time\" id=\"id_97\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_97\" for=\"input_97_hourSelect\"> Time <\/label>\n        <div id=\"cid_97\" class=\"form-input\">\n          <div data-wrapper-react=\"true\">\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n              <select class=\"time-dropdown form-dropdown\" id=\"input_97_hourSelect\" name=\"q97_time[hourSelect]\" data-component=\"time-hour\" aria-labelledby=\"label_97 sublabel_97_hour\">\n                <option>  <\/option>\n                <option value=\"1\"> 1 <\/option>\n                <option value=\"2\"> 2 <\/option>\n                <option value=\"3\"> 3 <\/option>\n                <option value=\"4\"> 4 <\/option>\n                <option value=\"5\"> 5 <\/option>\n                <option value=\"6\"> 6 <\/option>\n                <option value=\"7\"> 7 <\/option>\n                <option value=\"8\"> 8 <\/option>\n                <option value=\"9\"> 9 <\/option>\n                <option value=\"10\"> 10 <\/option>\n                <option value=\"11\"> 11 <\/option>\n                <option value=\"12\"> 12 <\/option>\n              <\/select>\n              <span class=\"date-separate\">\n                \u00a0:\n              <\/span>\n              <label class=\"form-sub-label\" for=\"input_97_hourSelect\" id=\"sublabel_97_hour\" style=\"min-height:13px\" aria-hidden=\"false\"> Hour <\/label>\n            <\/span>\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n              <select class=\"time-dropdown form-dropdown\" id=\"input_97_minuteSelect\" name=\"q97_time[minuteSelect]\" data-component=\"time-minute\" aria-labelledby=\"label_97 sublabel_97_minutes\">\n                <option>  <\/option>\n                <option value=\"00\"> 00 <\/option>\n                <option value=\"10\"> 10 <\/option>\n                <option value=\"20\"> 20 <\/option>\n                <option value=\"30\"> 30 <\/option>\n                <option value=\"40\"> 40 <\/option>\n                <option value=\"50\"> 50 <\/option>\n              <\/select>\n              <label class=\"form-sub-label\" for=\"input_97_minuteSelect\" id=\"sublabel_97_minutes\" style=\"min-height:13px\" aria-hidden=\"false\"> Minutes <\/label>\n            <\/span>\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n              <select class=\"time-dropdown form-dropdown\" id=\"input_97_ampm\" name=\"q97_time[ampm]\" data-component=\"time-ampm\" aria-labelledby=\"label_97 sublabel_97_ampm\">\n                <option selected=\"\" value=\"AM\"> AM <\/option>\n                <option value=\"PM\"> PM <\/option>\n              <\/select>\n              <label class=\"form-sub-label\" for=\"input_97_ampm\" id=\"sublabel_97_ampm\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\" aria-hidden=\"false\"> AM\/PM Option <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_datetime\" id=\"id_95\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_95\" for=\"month_95\"> Date <\/label>\n        <div id=\"cid_95\" class=\"form-input\">\n          <div data-wrapper-react=\"true\" class=\"extended notLiteMode\">\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n              <input type=\"tel\" class=\"form-textbox validate[limitDate]\" id=\"month_95\" name=\"q95_date[month]\" size=\"2\" data-maxlength=\"2\" data-age=\"\" maxLength=\"2\" value=\"\" autoComplete=\"off\" aria-labelledby=\"label_95 sublabel_95_month\" \/>\n              <span class=\"date-separate\" aria-hidden=\"true\">\n                \u00a0-\n              <\/span>\n              <label class=\"form-sub-label\" for=\"month_95\" id=\"sublabel_95_month\" style=\"min-height:13px\" aria-hidden=\"false\"> Month <\/label>\n            <\/span>\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n              <input type=\"tel\" class=\"form-textbox validate[limitDate]\" id=\"day_95\" name=\"q95_date[day]\" size=\"2\" data-maxlength=\"2\" data-age=\"\" maxLength=\"2\" value=\"\" autoComplete=\"off\" aria-labelledby=\"label_95 sublabel_95_day\" \/>\n              <span class=\"date-separate\" aria-hidden=\"true\">\n                \u00a0-\n              <\/span>\n              <label class=\"form-sub-label\" for=\"day_95\" id=\"sublabel_95_day\" style=\"min-height:13px\" aria-hidden=\"false\"> Day <\/label>\n            <\/span>\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n              <input type=\"tel\" class=\"form-textbox validate[limitDate]\" id=\"year_95\" name=\"q95_date[year]\" size=\"4\" data-maxlength=\"4\" data-age=\"\" maxLength=\"4\" value=\"\" autoComplete=\"off\" aria-labelledby=\"label_95 sublabel_95_year\" \/>\n              <label class=\"form-sub-label\" for=\"year_95\" id=\"sublabel_95_year\" style=\"min-height:13px\" aria-hidden=\"false\"> Year <\/label>\n            <\/span>\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n              <img class=\"showAutoCalendar newDefaultTheme-dateIcon icon-seperatedMode\" alt=\"Pick a Date\" id=\"input_95_pick\" src=\"https:\/\/cdn.jotfor.ms\/images\/calendar.png\" data-component=\"datetime\" aria-hidden=\"true\" data-allow-time=\"No\" data-version=\"v1\" \/>\n              <label class=\"form-sub-label\" for=\"input_95_pick\" style=\"border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap\" aria-hidden=\"true\"> Date Picker Icon <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_address\" id=\"id_96\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_96\" for=\"input_96_addr_line1\"> Location <\/label>\n        <div id=\"cid_96\" class=\"form-input\">\n          <div summary=\"\" class=\"form-address-table jsTest-addressField\">\n            <div class=\"form-address-line-wrapper jsTest-address-line-wrapperField\">\n              <span class=\"form-address-line form-address-street-line jsTest-address-lineField\">\n                <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n                  <input type=\"text\" id=\"input_96_addr_line1\" name=\"q96_location[addr_line1]\" class=\"form-textbox form-address-line\" value=\"\" data-component=\"address_line_1\" aria-labelledby=\"label_96 sublabel_96_addr_line1\" \/>\n                  <label class=\"form-sub-label\" for=\"input_96_addr_line1\" id=\"sublabel_96_addr_line1\" style=\"min-height:13px\" aria-hidden=\"false\"> Street Address <\/label>\n                <\/span>\n              <\/span>\n            <\/div>\n            <div class=\"form-address-line-wrapper jsTest-address-line-wrapperField\">\n              <span class=\"form-address-line form-address-street-line jsTest-address-lineField\">\n                <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n                  <input type=\"text\" id=\"input_96_addr_line2\" name=\"q96_location[addr_line2]\" class=\"form-textbox form-address-line\" value=\"\" data-component=\"address_line_2\" aria-labelledby=\"label_96 sublabel_96_addr_line2\" \/>\n                  <label class=\"form-sub-label\" for=\"input_96_addr_line2\" id=\"sublabel_96_addr_line2\" style=\"min-height:13px\" aria-hidden=\"false\"> Street Address Line 2 <\/label>\n                <\/span>\n              <\/span>\n            <\/div>\n            <div class=\"form-address-line-wrapper jsTest-address-line-wrapperField\">\n              <span class=\"form-address-line form-address-city-line jsTest-address-lineField \">\n                <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n                  <input type=\"text\" id=\"input_96_city\" name=\"q96_location[city]\" class=\"form-textbox form-address-city\" value=\"\" data-component=\"city\" aria-labelledby=\"label_96 sublabel_96_city\" \/>\n                  <label class=\"form-sub-label\" for=\"input_96_city\" id=\"sublabel_96_city\" style=\"min-height:13px\" aria-hidden=\"false\"> City <\/label>\n                <\/span>\n              <\/span>\n              <span class=\"form-address-line form-address-state-line jsTest-address-lineField \">\n                <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n                  <input type=\"text\" id=\"input_96_state\" name=\"q96_location[state]\" class=\"form-textbox form-address-state\" value=\"\" data-component=\"state\" aria-labelledby=\"label_96 sublabel_96_state\" \/>\n                  <label class=\"form-sub-label\" for=\"input_96_state\" id=\"sublabel_96_state\" style=\"min-height:13px\" aria-hidden=\"false\"> State \/ Province <\/label>\n                <\/span>\n              <\/span>\n            <\/div>\n            <div class=\"form-address-line-wrapper jsTest-address-line-wrapperField\">\n              <span class=\"form-address-line form-address-zip-line jsTest-address-lineField \">\n                <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n                  <input type=\"text\" id=\"input_96_postal\" name=\"q96_location[postal]\" class=\"form-textbox form-address-postal\" value=\"\" data-component=\"zip\" aria-labelledby=\"label_96 sublabel_96_postal\" \/>\n                  <label class=\"form-sub-label\" for=\"input_96_postal\" id=\"sublabel_96_postal\" style=\"min-height:13px\" aria-hidden=\"false\"> Postal \/ Zip Code <\/label>\n                <\/span>\n              <\/span>\n              <span class=\"form-address-line form-address-country-line jsTest-address-lineField \">\n                <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n                  <select class=\"form-dropdown form-address-country noTranslate\" name=\"q96_location[country]\" id=\"input_96_country\" data-component=\"country\" required=\"\" aria-labelledby=\"label_96 sublabel_96_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=\"Curacao\"> Curacao <\/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>\n                  <label class=\"form-sub-label\" for=\"input_96_country\" id=\"sublabel_96_country\" style=\"min-height:13px\" aria-hidden=\"false\"> Country <\/label>\n                <\/span>\n              <\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-line-column form-col-1\" data-type=\"control_number\" id=\"id_98\">\n        <label class=\"form-label form-label-top\" id=\"label_98\" for=\"input_98\"> How Many People were Stopped? <\/label>\n        <div id=\"cid_98\" class=\"form-input-wide\">\n          <input type=\"number\" id=\"input_98\" name=\"q98_howMany\" data-type=\"input-number\" class=\" form-number-input form-textbox\" style=\"width:44px\" size=\"3\" value=\"\" placeholder=\"ex: 23\" data-component=\"number\" aria-labelledby=\"label_98\" step=\"any\" \/>\n        <\/div>\n      <\/li>\n      <li class=\"form-line form-line-column form-col-2\" data-type=\"control_number\" id=\"id_99\">\n        <label class=\"form-label form-label-top\" id=\"label_99\" for=\"input_99\"> How Many People were detained? <\/label>\n        <div id=\"cid_99\" class=\"form-input-wide\">\n          <input type=\"number\" id=\"input_99\" name=\"q99_howMany99\" data-type=\"input-number\" class=\" form-number-input form-textbox\" style=\"width:44px\" size=\"3\" value=\"\" placeholder=\"ex: 23\" data-component=\"number\" aria-labelledby=\"label_99\" step=\"any\" \/>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_number\" id=\"id_100\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_100\" for=\"input_100\"> How Many Agents Were Involved? <\/label>\n        <div id=\"cid_100\" class=\"form-input\">\n          <input type=\"number\" id=\"input_100\" name=\"q100_howMany100\" data-type=\"input-number\" class=\" form-number-input form-textbox\" style=\"width:60px\" size=\"5\" value=\"\" placeholder=\"ex: 23\" data-component=\"number\" aria-labelledby=\"label_100\" step=\"any\" \/>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_textarea\" id=\"id_101\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_101\" for=\"input_101\"> What were they wearing? What were they driving? <\/label>\n        <div id=\"cid_101\" class=\"form-input\">\n          <textarea id=\"input_101\" class=\"form-textarea\" name=\"q101_whatWere\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_101\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_textarea\" id=\"id_102\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_102\" for=\"input_102\"> Did they identify themselves as ICE agents? If not, who did they identify as or who did you think they were? \u00a0Did they do in English, Spanish, or another language? <\/label>\n        <div id=\"cid_102\" class=\"form-input\">\n          <textarea id=\"input_102\" class=\"form-textarea\" name=\"q102_didThey\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_102\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_textarea\" id=\"id_103\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_103\" for=\"input_103\"> Where other law enforcement agencies with them? What were they wearing and what were they driving? Do you have a name of the officer? <\/label>\n        <div id=\"cid_103\" class=\"form-input\">\n          <textarea id=\"input_103\" class=\"form-textarea\" name=\"q103_whereOther\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_103\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_checkbox\" id=\"id_105\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_105\" for=\"input_105\"> Did you take any photos or film? Click to edit... <\/label>\n        <div id=\"cid_105\" class=\"form-input\">\n          <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_105\" data-component=\"checkbox\">\n            <span class=\"form-checkbox-item\" style=\"clear:left\">\n              <span class=\"dragger-item\">\n              <\/span>\n              <input type=\"checkbox\" class=\"form-checkbox\" id=\"input_105_0\" name=\"q105_didYou[]\" value=\"Yes\" \/>\n              <label id=\"label_input_105_0\" for=\"input_105_0\"> Yes <\/label>\n            <\/span>\n          <\/div>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_textarea\" id=\"id_104\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_104\" for=\"input_104\"> Were mobile fingerprinting devices used? If so, what did they look like? How many people were fingerprinted? Were people handcuffed before or after they were fingerprinted? Were and how many individuals were released after fingerprinting? If released, why do you believe they were released? <\/label>\n        <div id=\"cid_104\" class=\"form-input\">\n          <textarea id=\"input_104\" class=\"form-textarea\" name=\"q104_wereMobile\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_104\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_textarea\" id=\"id_106\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_106\" for=\"input_106\"> Did the law enforcement agents use force in any way (ran after someone, hit, slapped or pushed anyone, damaged property, etc)? Was anyone attacked or injured during the operation? <\/label>\n        <div id=\"cid_106\" class=\"form-input\">\n          <textarea id=\"input_106\" class=\"form-textarea\" name=\"q106_didThe\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_106\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_textarea\" id=\"id_107\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_107\" for=\"input_107\"> Were children present? What did they see and how the enforcement agents treat them? <\/label>\n        <div id=\"cid_107\" class=\"form-input\">\n          <textarea id=\"input_107\" class=\"form-textarea\" name=\"q107_wereChildren\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_107\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_textarea\" id=\"id_108\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_108\" for=\"input_108\"> Where the agents carrying any guns or weapons? How were they carrying them? Did they point them at anyone or use them during the raid? <\/label>\n        <div id=\"cid_108\" class=\"form-input\">\n          <textarea id=\"input_108\" class=\"form-textarea\" name=\"q108_whereThe\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_108\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li class=\"form-line\" data-type=\"control_textarea\" id=\"id_109\">\n        <label class=\"form-label form-label-left form-label-auto\" id=\"label_109\" for=\"input_109\"> Is there additional information that should be included with this report? (Individual Affidavits, police reports, printouts of ICE custody, pictures and videos, news clippings, etc). <\/label>\n        <div id=\"cid_109\" class=\"form-input\">\n          <textarea id=\"input_109\" class=\"form-textarea\" name=\"q109_isThere\" cols=\"40\" rows=\"6\" data-component=\"textarea\" aria-labelledby=\"label_109\"><\/textarea>\n        <\/div>\n      <\/li>\n      <li id=\"cid_110\" class=\"form-input-wide\" data-type=\"control_pagebreak\">\n        <div class=\"form-pagebreak\" data-component=\"pagebreak\">\n          <div class=\"form-pagebreak-back-container\">\n            <button id=\"form-pagebreak-back_110\" type=\"button\" class=\"form-pagebreak-back  jf-form-buttons\" data-component=\"pagebreak-back\">\n              Back\n            <\/button>\n          <\/div>\n          <div class=\"form-pagebreak-next-container\">\n            <button id=\"form-pagebreak-next_110\" type=\"button\" class=\"form-pagebreak-next  jf-form-buttons\" data-component=\"pagebreak-next\">\n              Next\n            <\/button>\n          <\/div>\n          <div style=\"clear:both\" class=\"pageInfo form-sub-label\" id=\"pageInfo_110\">\n          <\/div>\n        <\/div>\n      <\/li>\n    <\/ul>\n    <ul class=\"form-section page-section\" style=\"display:none;\">\n      <li id=\"cid_111\" 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_111\" class=\"form-header\" data-component=\"header\">\n              Chronology: Order of Events\n            <\/h2>\n            <div id=\"subHeader_111\" class=\"form-subHeader\">\n              We have found that the best practice is to ask people to tell the story of what happened, step by step, in chronological order, with prompting for specific details along the way. But the important parts to document during a raid may vary depending on where the incident took place. Below are a series of guiding questions to help get at the important details depending on whether the raid takes place at home, in the street, at work, or during a road checkpoint. Please keep these in mind as you fill out the information on the raid in chronological order.\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/li>\n      <ul class=\"form-section-closed\" style=\"height: 60px;clear:both;\" id=\"section_112\">\n        <li id=\"cid_112\" class=\"form-input-wide\" data-type=\"control_collapse\">\n          <div class=\"form-collapse-table\" id=\"collapse_112\" data-component=\"collapse\">\n            <span class=\"form-collapse-mid\" id=\"collapse-text_112\">\n              Home and Street Raids\n            <\/span>\n            <span class=\"form-collapse-right form-collapse-right-hide\">\n              \u00a0\n            <\/span>\n          <\/div>\n        <\/li>\n        <li class=\"form-line\" data-type=\"control_checkbox\" id=\"id_114\">\n          <label class=\"form-label form-label-left form-label-auto\" id=\"label_114\" for=\"input_114\"> Read the Guiding Questions <\/label>\n          <div id=\"cid_114\" class=\"form-input\">\n            <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_114\" data-component=\"checkbox\">\n              <span class=\"form-checkbox-item\" style=\"clear:left\">\n                <span class=\"dragger-item\">\n                <\/span>\n                <input type=\"checkbox\" class=\"form-checkbox\" id=\"input_114_0\" name=\"q114_readThe[]\" value=\"Yes\" \/>\n                <label id=\"label_input_114_0\" for=\"input_114_0\"> Yes <\/label>\n              <\/span>\n            <\/div>\n          <\/div>\n        <\/li>\n        <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_text\" id=\"id_113\">\n          <div id=\"cid_113\" class=\"form-input-wide\">\n            <div id=\"text_113\" class=\"form-html\" data-component=\"text\">\n              <ul>\n                <li>\n                  Did the raid take place in a home,apartment, or in the street? \u00a0Did the officers go to any other homes or apartments in the area? \u00a0How many? \u00a0How do you know? If it took place in the street or community, is there something special about that location (like is it a day laborer corner, or community hangout)?\n                  <br \/>\n                  <br \/>\n                <\/li>\n                <li>\n                  Who and how many people lived there and\/or were present at the time of the raid? \u00a0Any children? \u00a0(Who, ages, relationship to adults)\n                  <br \/>\n                  <br \/>\n                <\/li>\n                <li>\n                  If it was a home or apartment raid, how did they get in? (Did they knock? Announce who they were? Say that they were local police and investigating a crime? Ask permission to enter? In what language?) If it was a street raid, how did they approach people (Did they announce who they were? Were people free to go? Did they target a particular group of people or individual?)\n                  <br \/>\n                  <br \/>\n                <\/li>\n                <li>\n                  Did they have any sort of piece of paper that would let them into a home? \u00a0Did you see it? \u00a0If so, what can you tell me about what it said? If it was a picture of a person, can you describe the person they were looking for?\n                  <br \/>\n                  <br \/>\n                <\/li>\n                <li>\n                  Tell me exactly what they said, and what the person who let them into a home or had the first conversation with them said. \u00a0\n                  <br \/>\n                  <br \/>\n                <\/li>\n                <li>\n                  Did ICE or other law enforcement \u00a0ask for a specific person?\n                  <br \/>\n                  <br \/>\n                <\/li>\n                <li>\n                  What did they do next? \u00a0How did they do their questioning? \u00a0(All people together in one place, or separated? \u00a0If separated, by gender, race, where they stayed in the house or apartment? \u00a0What exactly did they say? \u00a0Did they ask to see documents?)\n                  <br \/>\n                  <br \/>\n                <\/li>\n                <li>\n                  How did you and others respond to the questions? \u00a0Did anyone refuse to talk to them? \u00a0Did anyone ask to talk with a lawyer? \u00a0Did anyone try to leave? \u00a0Did you feel that you could do that? \u00a0If not, why not?\n                  <br \/>\n                  <br \/>\n                <\/li>\n                <li>\n                  How did they arrest the people who were detained? \u00a0Did they use handcuffs? \u00a0Who\/how many people were arrested? \u00a0Was there anyone NOT arrested? \u00a0If so, where is that person(s) now? Why do you think they not get arrested?\n                  <br \/>\n                  <br \/>\n                <\/li>\n                <li>\n                  Describe the treatment by the officers: \u00a0were they rude? Did they verbally or physically abuse anyone? \u00a0Was anyone injured?\n                  <br \/>\n                  \u00a0\n                <\/li>\n                <li>\n                  Did they find or take anything from inside the house (including documents, photographs or other items)?\n                  <br \/>\n                  <br \/>\n                <\/li>\n                <li>\n                  Do you know what might have triggered the raid? Had anyone in the household recently had any interactions with the police, court, or jail? Has anyone threatened the household with calling the authorities? Did the immigration officers mention anything at the time of the raid?\n                  <br \/>\n                  <br \/>\n                <\/li>\n                <li>\n                  Did anyone at any time tell you you had the right not to speak with them, or to talk with a lawyer? \u00a0If so, who? \u00a0When? \u00a0Did you ask to talk with a lawyer?\n                  <br \/>\n                  <br \/>\n                <\/li>\n                <li>\n                  Was there a poster up outside informing law enforcement agents that you would not open the door without a warrant?\n                <\/li>\n              <\/ul>\n            <\/div>\n          <\/div>\n        <\/li>\n        <li class=\"form-line\" data-type=\"control_textarea\" id=\"id_115\">\n          <label class=\"form-label form-label-left form-label-auto\" id=\"label_115\" for=\"input_115\"> Chronological Order <\/label>\n          <div id=\"cid_115\" class=\"form-input\">\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n              <textarea id=\"input_115\" class=\"form-textarea\" name=\"q115_chronologicalOrder\" cols=\"40\" rows=\"15\" data-component=\"textarea\" aria-labelledby=\"label_115 sublabel_input_115\"><\/textarea>\n              <label class=\"form-sub-label\" for=\"input_115\" id=\"sublabel_input_115\" style=\"min-height:13px\" aria-hidden=\"false\"> Using the guiding questions above, explain in chronological order the series of events that happened. For example 1) 3 unmarked cars appeared in the parking lot of the apartment complex 2) They knocked on a door. There was no answer 3) They stopped a family in the parking lot, and forced them to hand over the keys 4) They used the keys to enter the home and began questioning others inside\u2026 etc. <\/label>\n            <\/span>\n          <\/div>\n        <\/li>\n      <\/ul>\n      <ul class=\"form-section-closed\" style=\"height: 60px;clear:both;\" id=\"section_116\">\n        <li id=\"cid_116\" class=\"form-input-wide\" data-type=\"control_collapse\">\n          <div class=\"form-collapse-table\" id=\"collapse_116\" data-component=\"collapse\">\n            <span class=\"form-collapse-mid\" id=\"collapse-text_116\">\n              Workplace Raids\n            <\/span>\n            <span class=\"form-collapse-right form-collapse-right-hide\">\n              \u00a0\n            <\/span>\n          <\/div>\n        <\/li>\n        <li class=\"form-line\" data-type=\"control_checkbox\" id=\"id_117\">\n          <label class=\"form-label form-label-left form-label-auto\" id=\"label_117\" for=\"input_117\"> Read the Guiding Questions <\/label>\n          <div id=\"cid_117\" class=\"form-input\">\n            <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_117\" data-component=\"checkbox\">\n              <span class=\"form-checkbox-item\" style=\"clear:left\">\n                <span class=\"dragger-item\">\n                <\/span>\n                <input type=\"checkbox\" class=\"form-checkbox\" id=\"input_117_0\" name=\"q117_readThe117[]\" value=\"Yes\" \/>\n                <label id=\"label_input_117_0\" for=\"input_117_0\"> Yes <\/label>\n              <\/span>\n            <\/div>\n          <\/div>\n        <\/li>\n        <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_text\" id=\"id_118\">\n          <div id=\"cid_118\" class=\"form-input-wide\">\n            <div id=\"text_118\" class=\"form-html\" data-component=\"text\">\n              <ul>\n                <li>\n                  How long had most of the people detained worked at this business or location?\n                <\/li>\n                <li>\n                  <br \/>\n                  Have there been past raids at the workplace? \u00a0If so, when, how many people arrested previously?\n                  <br \/>\n                  \u00a0\n                <\/li>\n                <li>\n                  Had there been any rumors of a raid coming? \u00a0Had there been any other kind of visit by ICE or police? Had anyone received social security no match letters?\n                <\/li>\n                <li>\n                  <br \/>\n                  Were you ever asked by your employer to present documentation of your work authorization? (for I-9 audit) If so, when? If so, what documentation did you provide?\n                  <br \/>\n                  \u00a0\n                <\/li>\n                <li>\n                  Had there been any recent disputes at the workplace, over conditions there, pay, or discrimination? \u00a0Any union activity or talk of unionizing? Has the company ever made threats to you about what would happen if you complained?\n                  <br \/>\n                  \u00a0\n                <\/li>\n                <li>\n                  Are you or others owed any money from the company?\n                  <br \/>\n                  \u00a0\n                <\/li>\n                <li>\n                  When they entered, did they ask for permission or just go in? Did they have a warrant or any piece of paper with them?\n                  <br \/>\n                  \u00a0\n                <\/li>\n                <li>\n                  Did the law enforcement agents speak to the owner or manager? If so, what did they say?\n                  <br \/>\n                  \u00a0\n                <\/li>\n                <li>\n                  Were people threatened with or have people been charged with criminal offenses?\n                <\/li>\n              <\/ul>\n            <\/div>\n          <\/div>\n        <\/li>\n        <li class=\"form-line\" data-type=\"control_textarea\" id=\"id_119\">\n          <label class=\"form-label form-label-left form-label-auto\" id=\"label_119\" for=\"input_119\"> Chronological Order <\/label>\n          <div id=\"cid_119\" class=\"form-input\">\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n              <textarea id=\"input_119\" class=\"form-textarea\" name=\"q119_chronologicalOrder119\" cols=\"40\" rows=\"15\" data-component=\"textarea\" aria-labelledby=\"label_119 sublabel_input_119\"><\/textarea>\n              <label class=\"form-sub-label\" for=\"input_119\" id=\"sublabel_input_119\" style=\"min-height:13px\" aria-hidden=\"false\"> Using the guiding questions above, explain in chronological order the series of events that happened. For example 1) 3 unmarked cars appeared in the parking lot of the apartment complex 2) They knocked on a door. There was no answer 3) They stopped a family in the parking lot, and forced them to hand over the keys 4) They used the keys to enter the home and began questioning others inside\u2026 etc. <\/label>\n            <\/span>\n          <\/div>\n        <\/li>\n      <\/ul>\n      <ul class=\"form-section-closed\" style=\"height: 60px;clear:both;\" id=\"section_120\">\n        <li id=\"cid_120\" class=\"form-input-wide\" data-type=\"control_collapse\">\n          <div class=\"form-collapse-table\" id=\"collapse_120\" data-component=\"collapse\">\n            <span class=\"form-collapse-mid\" id=\"collapse-text_120\">\n              Vehicular stops and checkpoints\n            <\/span>\n            <span class=\"form-collapse-right form-collapse-right-hide\">\n              \u00a0\n            <\/span>\n          <\/div>\n        <\/li>\n        <li class=\"form-line\" data-type=\"control_checkbox\" id=\"id_121\">\n          <label class=\"form-label form-label-left form-label-auto\" id=\"label_121\" for=\"input_121\"> Read the Guiding Questions <\/label>\n          <div id=\"cid_121\" class=\"form-input\">\n            <div class=\"form-single-column\" role=\"group\" aria-labelledby=\"label_121\" data-component=\"checkbox\">\n              <span class=\"form-checkbox-item\" style=\"clear:left\">\n                <span class=\"dragger-item\">\n                <\/span>\n                <input type=\"checkbox\" class=\"form-checkbox\" id=\"input_121_0\" name=\"q121_readThe121[]\" value=\"Yes\" \/>\n                <label id=\"label_input_121_0\" for=\"input_121_0\"> Yes <\/label>\n              <\/span>\n            <\/div>\n          <\/div>\n        <\/li>\n        <li class=\"form-line form-field-hidden\" style=\"display:none;\" data-type=\"control_text\" id=\"id_122\">\n          <div id=\"cid_122\" class=\"form-input-wide\">\n            <div id=\"text_122\" class=\"form-html\" data-component=\"text\">\n              <ul>\n                <li>\n                  <p>How was the vehicle stopped (cop lights, orders over loudspeaker, check-point)? Was it local police or ICE that gave instructions to pull over? How do you know?<br \/>What reason did the law enforcement officer provide for the stop or\/and detention?<\/p>\n                  <p>Who addressed the driver first and what was asked? How were the passengers treated? Was anyone besides the driver asked for their identification?<\/p>\n                  <p><br \/> If the driver was arrested, how did the authorities handle the vehicle? Did anyone else get arrested or taken into custody?<\/p>\n                <\/li>\n              <\/ul>\n            <\/div>\n          <\/div>\n        <\/li>\n        <li class=\"form-line\" data-type=\"control_textarea\" id=\"id_123\">\n          <label class=\"form-label form-label-left form-label-auto\" id=\"label_123\" for=\"input_123\"> Chronological Order <\/label>\n          <div id=\"cid_123\" class=\"form-input\">\n            <span class=\"form-sub-label-container\" style=\"vertical-align:top\">\n              <textarea id=\"input_123\" class=\"form-textarea\" name=\"q123_chronologicalOrder123\" cols=\"40\" rows=\"15\" data-component=\"textarea\" aria-labelledby=\"label_123 sublabel_input_123\"><\/textarea>\n              <label class=\"form-sub-label\" for=\"input_123\" id=\"sublabel_input_123\" style=\"min-height:13px\" aria-hidden=\"false\"> Using the guiding questions above, explain in chronological order the series of events that happened. For example 1) 3 unmarked cars appeared in the parking lot of the apartment complex 2) They knocked on a door. There was no answer 3) They stopped a family in the parking lot, and forced them to hand over the keys 4) They used the keys to enter the home and began questioning others inside\u2026 etc. <\/label>\n            <\/span>\n          <\/div>\n        <\/li>\n      <\/ul>\n      <ul class=\"form-section\" id=\"section_126\">\n        <li id=\"cid_126\" class=\"form-input-wide\" data-type=\"control_collapse\">\n          <div class=\"form-collapse-table\" id=\"collapse_126\" data-component=\"collapse\">\n            <span class=\"form-collapse-mid\" id=\"collapse-text_126\">\n              Finish\n            <\/span>\n            <span class=\"form-collapse-right form-collapse-right-show\">\n              \u00a0\n            <\/span>\n          <\/div>\n        <\/li>\n        <li class=\"form-line\" data-type=\"control_button\" id=\"id_124\">\n          <div id=\"cid_124\" class=\"form-input-wide\">\n            <div style=\"text-align:center\" data-align=\"center\" class=\"form-buttons-wrapper form-buttons-center   jsTest-button-wrapperField\">\n              <button id=\"input_124\" type=\"submit\" class=\"form-submit-button submit-button jf-form-buttons jsTest-submitField\" data-component=\"button\" data-content=\"\">\n                Submit\n              <\/button>\n            <\/div>\n          <\/div>\n        <\/li>\n        <li style=\"display:none\">\n          Should be Empty:\n          <input type=\"text\" name=\"website\" value=\"\" \/>\n        <\/li>\n      <\/ul>\n  <\/div>\n  <script>\n  JotForm.showJotFormPowered = \"new_footer\";\n  <\/script>\n  <script>\n  JotForm.poweredByText = \"Powered by JotForm\";\n  <\/script>\n  <input type=\"hidden\" class=\"simple_spc\" id=\"simple_spc\" name=\"simple_spc\" value=\"70524066334148\" \/>\n  <script type=\"text\/javascript\">\n  var all_spc = document.querySelectorAll(\"form[id='70524066334148'] .si\" + \"mple\" + \"_spc\");\nfor (var i = 0; i < all_spc.length; i++)\n{\n  all_spc[i].value = \"70524066334148-70524066334148\";\n}\n  <\/script>\n  <div class=\"formFooter-heightMask\">\n  <\/div>\n  <div class=\"formFooter f6\">\n    <div class=\"formFooter-wrapper formFooter-leftSide\">\n      <a href=\"https:\/\/www.jotform.com\/?utm_source=formfooter&utm_medium=banner&utm_term=70524066334148&utm_content=jotform_logo&utm_campaign=powered_by_jotform_le\" target=\"_blank\" class=\"formFooter-logoLink\"><img class=\"formFooter-logo\" src=\"https:\/\/cdn.jotfor.ms\/assets\/img\/logo\/logo-new@1x.png\" alt=\"Jotform Logo\"><\/a>\n    <\/div>\n    <div class=\"formFooter-wrapper formFooter-rightSide\">\n      <span class=\"formFooter-text\">\n        Now create your own JotForm - It's free!\n      <\/span>\n      <a class=\"formFooter-button\" href=\"https:\/\/www.jotform.com\/?utm_source=formfooter&utm_medium=banner&utm_term=70524066334148&utm_content=jotform_button&utm_campaign=powered_by_jotform_le\" target=\"_blank\">Create your own JotForm<\/a>\n    <\/div>\n  <\/div>\n<\/form><\/body>\n<\/html>\n","Raid Evidence Collection",Array);(function(){window.handleIFrameMessage=function(e){if(!e.data||!e.data.split)return;var args=e.data.split(":");if(args[2]!="70524066334148"){return;}
var iframe=document.getElementById("70524066334148");if(!iframe){return};switch(args[0]){case"scrollIntoView":if(!("nojump"in FrameBuilder.get)){iframe.scrollIntoView();}
break;case"setHeight":var height=args[1]+"px";if(window.jfDeviceType==='mobile'&&typeof $jot!=='undefined'){var parent=$jot(iframe).closest('.jt-feedback.u-responsive-lightbox');if(parent){height='100%';}}
iframe.style.height=height
break;case"setMinHeight":iframe.style.minHeight=args[1]+"px";break;case"collapseErrorPage":if(iframe.clientHeight>window.innerHeight){iframe.style.height=window.innerHeight+"px";}
break;case"reloadPage":if(iframe){location.reload();}
break;case"removeIframeOnloadAttr":iframe.removeAttribute("onload");break;case"loadScript":if(!window.isPermitted(e.origin,['jotform.com','jotform.pro'])){break;}
var src=args[1];if(args.length>3){src=args[1]+':'+args[2];}
var script=document.createElement('script');script.src=src;script.type='text/javascript';document.body.appendChild(script);break;case"exitFullscreen":if(window.document.exitFullscreen)window.document.exitFullscreen();else if(window.document.mozCancelFullScreen)window.document.mozCancelFullScreen();else if(window.document.mozCancelFullscreen)window.document.mozCancelFullScreen();else if(window.document.webkitExitFullscreen)window.document.webkitExitFullscreen();else if(window.document.msExitFullscreen)window.document.msExitFullscreen();break;case'setDeviceType':window.jfDeviceType=args[1];break;}};window.isPermitted=function(originUrl,whitelisted_domains){var url=document.createElement('a');url.href=originUrl;var hostname=url.hostname;var result=false;if(typeof hostname!=='undefined'){whitelisted_domains.forEach(function(element){if(hostname.slice((-1*element.length-1))==='.'.concat(element)||hostname===element){result=true;}});return result;}}
if(window.addEventListener){window.addEventListener("message",handleIFrameMessage,false);}else if(window.attachEvent){window.attachEvent("onmessage",handleIFrameMessage);}})();